@import "https://fonts.googleapis.com/icon?family=Material+Icons";
@import "https://fonts.googleapis.com/icon?family=Material+Icons+Outlined";

/* src/assets/styles/utils/bootstrap.css */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-collapse: collapse;
}
th {
  text-align: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.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;
  }
}
.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;
}
@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-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;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css */
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #673ab7;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ffd740;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #ffd740;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ffd740;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #673ab7;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #673ab7;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #ffd740;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ffd740;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #673ab7;
  --mat-progress-bar-track-color: rgba(103, 58, 183, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #ffd740;
  --mat-progress-bar-track-color: rgba(255, 215, 64, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #616161;
  --mat-tooltip-supporting-text-color: #fff;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(103, 58, 183, 0.87);
  --mat-form-field-filled-caret-color: #673ab7;
  --mat-form-field-filled-focus-active-indicator-color: #673ab7;
  --mat-form-field-filled-focus-label-text-color: rgba(103, 58, 183, 0.87);
  --mat-form-field-outlined-caret-color: #673ab7;
  --mat-form-field-outlined-focus-outline-color: #673ab7;
  --mat-form-field-outlined-focus-label-text-color: rgba(103, 58, 183, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-filled-container-color: rgb(244.8, 244.8, 244.8);
  --mat-form-field-filled-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mat-form-field-filled-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(255, 215, 64, 0.87);
  --mat-form-field-filled-caret-color: #ffd740;
  --mat-form-field-filled-focus-active-indicator-color: #ffd740;
  --mat-form-field-filled-focus-label-text-color: rgba(255, 215, 64, 0.87);
  --mat-form-field-outlined-caret-color: #ffd740;
  --mat-form-field-outlined-focus-outline-color: #ffd740;
  --mat-form-field-outlined-focus-label-text-color: rgba(255, 215, 64, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(103, 58, 183, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 215, 64, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: #212121;
  --mat-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
  --mat-chip-with-icon-disabled-icon-color: #212121;
  --mat-chip-with-icon-icon-color: #212121;
  --mat-chip-with-icon-selected-icon-color: #212121;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mat-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #673ab7;
  --mat-chip-elevated-disabled-container-color: #673ab7;
  --mat-chip-elevated-selected-container-color: #673ab7;
  --mat-chip-flat-disabled-selected-container-color: #673ab7;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: #ffd740;
  --mat-chip-elevated-disabled-container-color: #ffd740;
  --mat-chip-elevated-selected-container-color: #ffd740;
  --mat-chip-flat-disabled-selected-container-color: #ffd740;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}
html {
  --mat-slide-toggle-selected-focus-state-layer-color: #5e35b1;
  --mat-slide-toggle-selected-handle-color: #5e35b1;
  --mat-slide-toggle-selected-hover-state-layer-color: #5e35b1;
  --mat-slide-toggle-selected-pressed-state-layer-color: #5e35b1;
  --mat-slide-toggle-selected-focus-handle-color: #311b92;
  --mat-slide-toggle-selected-hover-handle-color: #311b92;
  --mat-slide-toggle-selected-pressed-handle-color: #311b92;
  --mat-slide-toggle-selected-focus-track-color: #9575cd;
  --mat-slide-toggle-selected-hover-track-color: #9575cd;
  --mat-slide-toggle-selected-pressed-track-color: #9575cd;
  --mat-slide-toggle-selected-track-color: #9575cd;
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: #424242;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-track-color: #424242;
  --mat-slide-toggle-disabled-unselected-handle-color: #424242;
  --mat-slide-toggle-disabled-unselected-icon-color: #fff;
  --mat-slide-toggle-disabled-unselected-track-color: #424242;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #fff;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-unselected-hover-handle-color: #212121;
  --mat-slide-toggle-unselected-focus-handle-color: #212121;
  --mat-slide-toggle-unselected-focus-state-layer-color: #424242;
  --mat-slide-toggle-unselected-focus-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-icon-color: #fff;
  --mat-slide-toggle-unselected-handle-color: #616161;
  --mat-slide-toggle-unselected-hover-state-layer-color: #424242;
  --mat-slide-toggle-unselected-hover-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-pressed-handle-color: #212121;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #424242;
  --mat-slide-toggle-unselected-track-color: #e0e0e0;
}
html {
  --mdc-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-focus-state-layer-color: #ffb300;
  --mat-slide-toggle-selected-handle-color: #ffb300;
  --mat-slide-toggle-selected-hover-state-layer-color: #ffb300;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ffb300;
  --mat-slide-toggle-selected-focus-handle-color: #ff6f00;
  --mat-slide-toggle-selected-hover-handle-color: #ff6f00;
  --mat-slide-toggle-selected-pressed-handle-color: #ff6f00;
  --mat-slide-toggle-selected-focus-track-color: #ffd54f;
  --mat-slide-toggle-selected-hover-track-color: #ffd54f;
  --mat-slide-toggle-selected-pressed-track-color: #ffd54f;
  --mat-slide-toggle-selected-track-color: #ffd54f;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-focus-state-layer-color: #e53935;
  --mat-slide-toggle-selected-handle-color: #e53935;
  --mat-slide-toggle-selected-hover-state-layer-color: #e53935;
  --mat-slide-toggle-selected-pressed-state-layer-color: #e53935;
  --mat-slide-toggle-selected-focus-handle-color: #b71c1c;
  --mat-slide-toggle-selected-hover-handle-color: #b71c1c;
  --mat-slide-toggle-selected-pressed-handle-color: #b71c1c;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-state-layer-size: 40px;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #673ab7;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #673ab7;
  --mat-radio-selected-hover-icon-color: #673ab7;
  --mat-radio-selected-icon-color: #673ab7;
  --mat-radio-selected-pressed-icon-color: #673ab7;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #ffd740;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #ffd740;
  --mat-radio-selected-hover-icon-color: #ffd740;
  --mat-radio-selected-icon-color: #ffd740;
  --mat-radio-selected-pressed-icon-color: #ffd740;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
}
html {
  --mat-slider-active-track-color: #673ab7;
  --mat-slider-focus-handle-color: #673ab7;
  --mat-slider-focus-state-layer-color: rgba(103, 58, 183, 0.2);
  --mat-slider-handle-color: #673ab7;
  --mat-slider-hover-handle-color: #673ab7;
  --mat-slider-hover-state-layer-color: rgba(103, 58, 183, 0.05);
  --mat-slider-inactive-track-color: #673ab7;
  --mat-slider-ripple-color: #673ab7;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #673ab7;
  --mat-slider-disabled-active-track-color: #000;
  --mat-slider-disabled-handle-color: #000;
  --mat-slider-disabled-inactive-track-color: #000;
  --mat-slider-label-container-color: #000;
  --mat-slider-label-label-text-color: #fff;
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-slider-with-overlap-handle-outline-color: #fff;
  --mat-slider-with-tick-marks-disabled-container-color: #000;
}
html .mat-accent {
  --mat-slider-active-track-color: #ffd740;
  --mat-slider-focus-handle-color: #ffd740;
  --mat-slider-focus-state-layer-color: rgba(255, 215, 64, 0.2);
  --mat-slider-handle-color: #ffd740;
  --mat-slider-hover-handle-color: #ffd740;
  --mat-slider-hover-state-layer-color: rgba(255, 215, 64, 0.05);
  --mat-slider-inactive-track-color: #ffd740;
  --mat-slider-ripple-color: #ffd740;
  --mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-inactive-container-color: #ffd740;
}
html .mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-disabled-label-text-color: black;
  --mat-list-list-item-disabled-leading-icon-color: black;
  --mat-list-list-item-disabled-trailing-icon-color: black;
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-hover-state-layer-color: black;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: black;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #673ab7;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #673ab7;
  --mat-radio-selected-hover-icon-color: #673ab7;
  --mat-radio-selected-icon-color: #673ab7;
  --mat-radio-selected-pressed-icon-color: #673ab7;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ffd740;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #ffd740;
  --mat-radio-selected-hover-icon-color: #ffd740;
  --mat-radio-selected-icon-color: #ffd740;
  --mat-radio-selected-pressed-icon-color: #ffd740;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #673ab7;
  --mat-checkbox-selected-hover-icon-color: #673ab7;
  --mat-checkbox-selected-icon-color: #673ab7;
  --mat-checkbox-selected-pressed-icon-color: #673ab7;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #673ab7;
  --mat-checkbox-selected-hover-state-layer-color: #673ab7;
  --mat-checkbox-selected-pressed-state-layer-color: #673ab7;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: black;
  --mat-checkbox-selected-focus-icon-color: #ffd740;
  --mat-checkbox-selected-hover-icon-color: #ffd740;
  --mat-checkbox-selected-icon-color: #ffd740;
  --mat-checkbox-selected-pressed-icon-color: #ffd740;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ffd740;
  --mat-checkbox-selected-hover-state-layer-color: #ffd740;
  --mat-checkbox-selected-pressed-state-layer-color: #ffd740;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #673ab7;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #673ab7;
  --mat-tab-active-ripple-color: #673ab7;
  --mat-tab-inactive-ripple-color: #673ab7;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #673ab7;
  --mat-tab-active-hover-label-text-color: #673ab7;
  --mat-tab-active-focus-indicator-color: #673ab7;
  --mat-tab-active-hover-indicator-color: #673ab7;
  --mat-tab-active-indicator-color: #673ab7;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #ffd740;
  --mat-tab-active-ripple-color: #ffd740;
  --mat-tab-inactive-ripple-color: #ffd740;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #ffd740;
  --mat-tab-active-hover-label-text-color: #ffd740;
  --mat-tab-active-focus-indicator-color: #ffd740;
  --mat-tab-active-hover-indicator-color: #ffd740;
  --mat-tab-active-indicator-color: #ffd740;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: black;
  --mat-checkbox-selected-focus-icon-color: #ffd740;
  --mat-checkbox-selected-hover-icon-color: #ffd740;
  --mat-checkbox-selected-icon-color: #ffd740;
  --mat-checkbox-selected-pressed-icon-color: #ffd740;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ffd740;
  --mat-checkbox-selected-hover-state-layer-color: #ffd740;
  --mat-checkbox-selected-pressed-state-layer-color: #ffd740;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #673ab7;
  --mat-checkbox-selected-hover-icon-color: #673ab7;
  --mat-checkbox-selected-icon-color: #673ab7;
  --mat-checkbox-selected-pressed-icon-color: #673ab7;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #673ab7;
  --mat-checkbox-selected-hover-state-layer-color: #673ab7;
  --mat-checkbox-selected-pressed-state-layer-color: #673ab7;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-filled-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-filled-disabled-state-layer-color: black;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: black;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-filled-state-layer-color: black;
  --mat-button-outlined-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: black;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: black;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-outlined-state-layer-color: black;
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-protected-disabled-state-layer-color: black;
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: black;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-protected-state-layer-color: black;
  --mat-button-text-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-text-disabled-state-layer-color: black;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: black;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-text-state-layer-color: black;
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-tonal-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-tonal-disabled-state-layer-color: black;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: black;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-tonal-state-layer-color: black;
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #673ab7;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #673ab7;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(103, 58, 183, 0.1);
  --mat-button-outlined-state-layer-color: #673ab7;
  --mat-button-protected-container-color: #673ab7;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #673ab7;
  --mat-button-text-ripple-color: rgba(103, 58, 183, 0.1);
  --mat-button-text-state-layer-color: #673ab7;
  --mat-button-tonal-container-color: #673ab7;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #ffd740;
  --mat-button-filled-label-text-color: black;
  --mat-button-filled-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-filled-state-layer-color: black;
  --mat-button-outlined-label-text-color: #ffd740;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(255, 215, 64, 0.1);
  --mat-button-outlined-state-layer-color: #ffd740;
  --mat-button-protected-container-color: #ffd740;
  --mat-button-protected-label-text-color: black;
  --mat-button-protected-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-protected-state-layer-color: black;
  --mat-button-text-label-text-color: #ffd740;
  --mat-button-text-ripple-color: rgba(255, 215, 64, 0.1);
  --mat-button-text-state-layer-color: #ffd740;
  --mat-button-tonal-container-color: #ffd740;
  --mat-button-tonal-label-text-color: black;
  --mat-button-tonal-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-tonal-state-layer-color: black;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(244, 67, 54, 0.1);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: rgba(244, 67, 54, 0.1);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
}
html {
  --mat-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-state-layer-color: black;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #673ab7;
  --mat-icon-button-state-layer-color: #673ab7;
  --mat-icon-button-ripple-color: rgba(103, 58, 183, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #ffd740;
  --mat-icon-button-state-layer-color: #ffd740;
  --mat-icon-button-ripple-color: rgba(255, 215, 64, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: black;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-state-layer-color: black;
  --mat-fab-state-layer-color: black;
}
html .mat-mdc-fab.mat-primary,
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #673ab7;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #673ab7;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html .mat-mdc-fab.mat-accent,
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #ffd740;
  --mat-fab-foreground-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-container-color: #ffd740;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-state-layer-color: black;
  --mat-fab-state-layer-color: black;
}
html .mat-mdc-fab.mat-warn,
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #333333;
  --mat-snack-bar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #d1c4e9;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #673ab7;
}
html .mat-accent {
  --mat-progress-spinner-active-indicator-color: #ffd740;
}
html .mat-warn {
  --mat-progress-spinner-active-indicator-color: #f44336;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #673ab7;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color: #ffd740;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-legacy-disabled-state-background-color: #eeeeee;
  --mat-button-toggle-legacy-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-button-toggle-legacy-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-button-toggle-legacy-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: black;
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #673ab7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(103, 58, 183, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(103, 58, 183, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(103, 58, 183, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #673ab7;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(103, 58, 183, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #ffd740;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 215, 64, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 215, 64, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 215, 64, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 215, 64, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ffd740;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #673ab7;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ffd740;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #673ab7;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #673ab7;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #673ab7;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #ffd740;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #ffd740;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #ffd740;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #673ab7;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ffd740;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 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, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* src/styles.scss */
.flex {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  align-content: flex-start;
  width: 100%;
  margin-bottom: 1rem;
}
mat-tab-header,
.mat-mdc-tab-header,
mat-tab-header.mat-tab-header,
app-calculator-name,
div#calculatorHeader,
section#calculatorHeader,
article#calculatorHeader {
  position: sticky !important;
  top: 0;
  display: block;
}
#gradient-print,
[data-gradient] {
  height: 1.2em;
  background-image:
    linear-gradient(
      to right,
      #008000,
      #ffff00,
      #f06d06,
      #ff0000);
  width: 100%;
  max-width: 98.5%;
  margin: 0 auto;
}
body h1.h1,
body h2.h2,
body h3.h3,
body h4.h4,
body h5.h5,
body h6.h6 {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  color: #1a1a1a;
  align-self: center;
}
body h2.h2--underlined-heading,
body h3.h3--underlined-heading,
body h4.h4--underlined-heading,
body h5.h5--underlined-heading,
body h6.h6--underlined-heading {
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1rem;
  border-bottom: 0.1rem solid #cccccc;
  padding-bottom: 0.1rem;
}
.flex.flex--cols-none > .flex-child.flex-child--flex-placeholder::before,
.font-weight-bold::before,
.font-weight-500::before,
.break-spaces::before,
.left-border-section::before,
.pull-right::before,
.pull-left::before,
.profile-warning::before,
.red-icon::before,
.green-icon::before,
.bg-gray::before,
.bg-dark-gray::before,
.text-center::before,
.text-left::before,
.text-right::before,
.section-divider::before,
.screenLayout::before,
.bold-font::before,
.tooltip-icon::before,
.flag-level-1::before,
.flag-level-2::before,
.flag-level-3::before,
.flag-level-4::before,
.flag-level-5::before,
.flag-level-6::before,
.flag-level-7::before,
.yellow-tooltip-icon::before,
mat-divider::before,
mat-expansion-panel-header.flex::before,
mat-expansion-panel-header.mat-expansion-panel-header.flex::before,
.mat-expansion-panel-header.flex::before {
  font-family: inherit;
  font-size: 1rem;
  color: #cd0000;
  border: 0.1rem solid #cd0000;
  background-color: #ffffff;
  display: block;
  max-width: 360px;
  width: 100vw;
  z-index: 1000;
  position: relative;
  padding: 1rem;
  white-space: normal;
  box-shadow: 0 0 1rem #cd0000;
  border-radius: 1rem;
  visibility: visible;
}
.mat-mdc-checkbox.mat-checkbox-disabled,
mat-form-field.mat-form-field-disabled,
.mat-mdc-form-field.mat-form-field-disabled,
mat-form-field.mat-form-field.mat-form-field-disabled,
button.button.button--green-primary:disabled,
button.button.button--green-primary[aria-disabled=true],
button.button.button--green-secondary:disabled,
button.button.button--green-secondary[aria-disabled=true],
button.button.button--green-tertiary:disabled,
button.button.button--green-tertiary[aria-disabled=true],
button.button.button--yellow-tertiary:disabled,
button.button.button--yellow-tertiary[aria-disabled=true],
button.button.button--blue-tertiary:disabled,
button.button.button--blue-tertiary[aria-disabled=true],
button.button.button--orange-tertiary:disabled,
button.button.button--orange-tertiary[aria-disabled=true],
button.button.button--red-primary:disabled,
button.button.button--red-primary[aria-disabled=true],
button.button.button--red-secondary:disabled,
button.button.button--red-secondary[aria-disabled=true],
button.button.button--red-tertiary:disabled,
button.button.button--red-tertiary[aria-disabled=true],
button.button.button--black-primary:disabled,
button.button.button--black-primary[aria-disabled=true],
button.button.button--black-secondary:disabled,
button.button.button--black-secondary[aria-disabled=true],
button.button.button--black-tertiary:disabled,
button.button.button--black-tertiary[aria-disabled=true],
button.button.button--white-tertiary:disabled,
button.button.button--white-tertiary[aria-disabled=true],
button.button.button--transparent-primary:disabled,
button.button.button--transparent-primary[aria-disabled=true] {
  opacity: 0.3;
  cursor: not-allowed;
}
.mat-mdc-checkbox.mat-checkbox-disabled *,
mat-form-field.mat-form-field-disabled *,
.mat-mdc-form-field.mat-form-field-disabled *,
mat-form-field.mat-form-field.mat-form-field-disabled *,
button.button.button--green-primary:disabled *,
button.button.button--green-primary[aria-disabled=true] *,
button.button.button--green-secondary:disabled *,
button.button.button--green-secondary[aria-disabled=true] *,
button.button.button--green-tertiary:disabled *,
button.button.button--green-tertiary[aria-disabled=true] *,
button.button.button--yellow-tertiary:disabled *,
button.button.button--yellow-tertiary[aria-disabled=true] *,
button.button.button--blue-tertiary:disabled *,
button.button.button--blue-tertiary[aria-disabled=true] *,
button.button.button--orange-tertiary:disabled *,
button.button.button--orange-tertiary[aria-disabled=true] *,
button.button.button--red-primary:disabled *,
button.button.button--red-primary[aria-disabled=true] *,
button.button.button--red-secondary:disabled *,
button.button.button--red-secondary[aria-disabled=true] *,
button.button.button--red-tertiary:disabled *,
button.button.button--red-tertiary[aria-disabled=true] *,
button.button.button--black-primary:disabled *,
button.button.button--black-primary[aria-disabled=true] *,
button.button.button--black-secondary:disabled *,
button.button.button--black-secondary[aria-disabled=true] *,
button.button.button--black-tertiary:disabled *,
button.button.button--black-tertiary[aria-disabled=true] *,
button.button.button--white-tertiary:disabled *,
button.button.button--white-tertiary[aria-disabled=true] *,
button.button.button--transparent-primary:disabled *,
button.button.button--transparent-primary[aria-disabled=true] * {
  cursor: not-allowed;
}
.font-weight-bold::before {
  content: "Class 'font-weight-bold' is depreciated; use 'font-weight--bold'";
}
.font-weight-500::before {
  content: "Class 'font-weight-500' is depreciated; use 'font-weight--medium'";
}
.break-spaces::before {
  content: "Class 'break-spaces' is depreciated; please delete";
}
.left-border-section::before {
  content: "Class 'left-border-section' is depreciated; use 'grey-side-bar'";
}
.pull-right::before {
  content: "Class 'pull-right' is depreciated; use 'float--right'";
}
.pull-left::before {
  content: "Class 'pull-left' is depreciated; use 'float--left'";
}
.profile-warning::before {
  content: "Class 'profile-warning' is depreciated; use 'colour--red-primary'";
}
.red-icon::before {
  content: "Class 'red-icon' is depreciated; use 'colour--red-primary'";
}
.green-icon::before {
  content: "Class 'green-icon' is depreciated; use 'colour--green-primary'";
}
.yellow-icon::before {
  content: "Class 'yellow-icon' is depreciated; use 'colour--yellow-primary'";
}
.bg-gray::before {
  content: "Class 'bg-gray' is depreciated; use 'background-colour--grey-primary'";
}
.bg-dark-gray::before {
  content: "Class 'bg-dark-gray' is depreciated; use 'background-colour--grey-secondary'";
}
.text-center::before {
  content: "Class 'text-center' is depreciated; use 'text-align--center'";
}
.text-left::before {
  content: "Class 'text-left' is depreciated; use 'text-align--left'";
}
.text-right::before {
  content: "Class 'text-right' is depreciated; use 'text-align--right'";
}
.section-divider::before {
  content: "Class 'section-divider' is depreciated; please remove it";
}
.screenLayout::before {
  content: "Class 'screenLayout' is depreciated; use  'display--block'";
}
.bold-font::before {
  content: "Class 'bold-font' is depreciated; use  'font-weight--normal' for 400 weight, 'font-weight--medium' for 500 weight, or 'font-weight--bold' for 700 weight";
}
.tooltip-icon::before {
  content: "Class 'tooltip-icon' is depreciated; no class replacement needed.  Use <button> for on page actions, and <a> for navigation.";
}
.flag-level-1::before {
  content: "Class 'flag-level-1' is depreciated; use 'button--orange-tertiary'";
}
.flag-level-2::before {
  content: "Class 'flag-level-2' is depreciated; use 'button--orange-tertiary'";
}
.flag-level-3::before {
  content: "Class 'flag-level-3' is depreciated; use 'button--red-tertiary'";
}
.flag-level-4::before {
  content: "Class 'flag-level-4' is depreciated; use 'button--orange-tertiary'";
}
.flag-level-5::before {
  content: "Class 'flag-level-5' is depreciated; use 'button--red-tertiary'";
}
.flag-level-6::before {
  content: "Class 'flag-level-6' is depreciated; use 'button--blue-tertiary'";
}
.flag-level-7::before {
  content: "Class 'flag-level-7' is depreciated; use 'button--orange-tertiary'";
}
.yellow-tooltip-icon::before {
  content: "Class 'flag-level-7' is depreciated; use 'colour--yellow-primary'";
}
mat-divider::before {
  content: 'Element <mat-divider> is depreciated; please use native element <hr class="hr" /> instead';
}
mat-expansion-panel-header.flex::before,
mat-expansion-panel-header.mat-expansion-panel-header.flex::before,
.mat-expansion-panel-header.flex::before {
  content: "Class 'flex' and associated dependent classes are not needed; 'flex flex--cols-2' CSS code is automatically added.  Ensure classes 'flex-child flex-child--flex-grow' are used in the child element(s).";
}
@media print {
  @page {
    size: 8.5in 11in;
    :left {
      margin-left: 1cm;
    }
    :right {
      margin-right: 1cm;
    }
  }
  .mat-mdc-tab-body-wrapper,
  .mat-tab-body-content,
  .mat-tab-body,
  .mat-mdc-tab-group {
    overflow: visible !important;
    display: block !important;
  }
  .print--hide {
    display: none !important;
  }
  .page-break {
    break-before: always;
    break-after: avoid;
    break-inside: avoid;
    page-break-before: always;
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  body {
    overflow: visible;
  }
  .background-colour--grey-primary {
    break-inside: avoid;
    break-before: avoid;
    break-after: auto;
    page-break-inside: avoid;
    page-break-before: avoid;
    page-break-after: auto;
    orphans: 4;
    widows: 4;
  }
}
.font-weight--normal {
  font-weight: 400;
}
.font-weight--medium {
  font-weight: 500;
}
.font-weight--bold {
  font-weight: 700;
}
.display--inline-block {
  display: inline-block;
}
.display--inline-block.--important {
  display: inline-block !important;
}
.display--inline {
  display: inline;
}
.display--block {
  display: block;
}
.display--none {
  display: none;
}
@media print {
  .print--hide {
    display: none !important;
  }
}
.print--show {
  display: none !important;
}
@media print {
  .print--show {
    display: block !important;
  }
}
.clear {
  clear: both;
}
.text-align--right {
  text-align: right !important;
}
.text-align--left {
  text-align: left !important;
}
.text-align--center {
  text-align: center !important;
}
.margin--center {
  margin: 0 auto;
}
.background-colour--grey-primary {
  background-color: #f4f4f4 !important;
}
.background-colour--grey-secondary {
  background-color: #cccccc !important;
}
.grey-side-bar {
  border-left: 1rem solid #cccccc;
  padding-left: 1rem;
}
.word-break--break-word {
  word-break: break-word;
}
.white-space--pre-wrap {
  white-space: pre-wrap;
}
.white-space--nowrap {
  white-space: nowrap;
}
.white-space--wrap {
  white-space: normal !important;
}
.float--right {
  float: right;
}
.float--left {
  float: left;
}
.colour--red-primary {
  color: #cd0000;
}
.colour--green-primary {
  color: #118847;
}
.colour--green-index {
  color: #008000;
}
.colour--yellow-primary {
  color: #906700;
}
.colour--orange-primary {
  color: #c83f0f;
}
.colour--blue-primary {
  color: #00799f;
}
.colour--gray-tertiary {
  color: #666666;
}
.vertical-align--top {
  vertical-align: top;
}
.gray-side-bar {
  border-left-width: 1rem;
  border-left-style: solid;
  border-left-color: #cccccc;
  padding-left: 1rem;
}
@media (max-width: 720px) {
  .gray-side-bar {
    padding-left: 0.5rem;
  }
}
.border--black-primary {
  border: 0.1rem solid #1a1a1a;
  border-radius: 0.5rem;
}
#gradient-print {
  margin-left: 0.5em !important;
}
[data-dial],
#dial-print {
  left: 25%;
  z-index: 22;
  float: left;
  height: 1.2rem;
  width: 0.2rem;
  position: relative;
  opacity: 0.7;
  background-color: #1a1a1a;
}
[data-dial-text],
#dial-text-print {
  font-weight: 500;
  text-align: center;
  width: 100%;
}
strong {
  font-weight: 500;
}
.width--1-percent {
  width: 1%;
}
.width--1-percent-important {
  width: 1% !important;
}
.width--2-percent {
  width: 2%;
}
.width--2-percent-important {
  width: 2% !important;
}
.width--3-percent {
  width: 3%;
}
.width--3-percent-important {
  width: 3% !important;
}
.width--4-percent {
  width: 4%;
}
.width--4-percent-important {
  width: 4% !important;
}
.width--5-percent {
  width: 5%;
}
.width--5-percent-important {
  width: 5% !important;
}
.width--6-percent {
  width: 6%;
}
.width--6-percent-important {
  width: 6% !important;
}
.width--7-percent {
  width: 7%;
}
.width--7-percent-important {
  width: 7% !important;
}
.width--8-percent {
  width: 8%;
}
.width--8-percent-important {
  width: 8% !important;
}
.width--9-percent {
  width: 9%;
}
.width--9-percent-important {
  width: 9% !important;
}
.width--10-percent {
  width: 10%;
}
.width--10-percent-important {
  width: 10% !important;
}
.width--11-percent {
  width: 11%;
}
.width--11-percent-important {
  width: 11% !important;
}
.width--12-percent {
  width: 12%;
}
.width--12-percent-important {
  width: 12% !important;
}
.width--13-percent {
  width: 13%;
}
.width--13-percent-important {
  width: 13% !important;
}
.width--14-percent {
  width: 14%;
}
.width--14-percent-important {
  width: 14% !important;
}
.width--15-percent {
  width: 15%;
}
.width--15-percent-important {
  width: 15% !important;
}
.width--16-percent {
  width: 16%;
}
.width--16-percent-important {
  width: 16% !important;
}
.width--17-percent {
  width: 17%;
}
.width--17-percent-important {
  width: 17% !important;
}
.width--18-percent {
  width: 18%;
}
.width--18-percent-important {
  width: 18% !important;
}
.width--19-percent {
  width: 19%;
}
.width--19-percent-important {
  width: 19% !important;
}
.width--20-percent {
  width: 20%;
}
.width--20-percent-important {
  width: 20% !important;
}
.width--21-percent {
  width: 21%;
}
.width--21-percent-important {
  width: 21% !important;
}
.width--22-percent {
  width: 22%;
}
.width--22-percent-important {
  width: 22% !important;
}
.width--23-percent {
  width: 23%;
}
.width--23-percent-important {
  width: 23% !important;
}
.width--24-percent {
  width: 24%;
}
.width--24-percent-important {
  width: 24% !important;
}
.width--25-percent {
  width: 25%;
}
.width--25-percent-important {
  width: 25% !important;
}
.width--26-percent {
  width: 26%;
}
.width--26-percent-important {
  width: 26% !important;
}
.width--27-percent {
  width: 27%;
}
.width--27-percent-important {
  width: 27% !important;
}
.width--28-percent {
  width: 28%;
}
.width--28-percent-important {
  width: 28% !important;
}
.width--29-percent {
  width: 29%;
}
.width--29-percent-important {
  width: 29% !important;
}
.width--30-percent {
  width: 30%;
}
.width--30-percent-important {
  width: 30% !important;
}
.width--31-percent {
  width: 31%;
}
.width--31-percent-important {
  width: 31% !important;
}
.width--32-percent {
  width: 32%;
}
.width--32-percent-important {
  width: 32% !important;
}
.width--33-percent {
  width: 33%;
}
.width--33-percent-important {
  width: 33% !important;
}
.width--34-percent {
  width: 34%;
}
.width--34-percent-important {
  width: 34% !important;
}
.width--35-percent {
  width: 35%;
}
.width--35-percent-important {
  width: 35% !important;
}
.width--36-percent {
  width: 36%;
}
.width--36-percent-important {
  width: 36% !important;
}
.width--37-percent {
  width: 37%;
}
.width--37-percent-important {
  width: 37% !important;
}
.width--38-percent {
  width: 38%;
}
.width--38-percent-important {
  width: 38% !important;
}
.width--39-percent {
  width: 39%;
}
.width--39-percent-important {
  width: 39% !important;
}
.width--40-percent {
  width: 40%;
}
.width--40-percent-important {
  width: 40% !important;
}
.width--41-percent {
  width: 41%;
}
.width--41-percent-important {
  width: 41% !important;
}
.width--42-percent {
  width: 42%;
}
.width--42-percent-important {
  width: 42% !important;
}
.width--43-percent {
  width: 43%;
}
.width--43-percent-important {
  width: 43% !important;
}
.width--44-percent {
  width: 44%;
}
.width--44-percent-important {
  width: 44% !important;
}
.width--45-percent {
  width: 45%;
}
.width--45-percent-important {
  width: 45% !important;
}
.width--46-percent {
  width: 46%;
}
.width--46-percent-important {
  width: 46% !important;
}
.width--47-percent {
  width: 47%;
}
.width--47-percent-important {
  width: 47% !important;
}
.width--48-percent {
  width: 48%;
}
.width--48-percent-important {
  width: 48% !important;
}
.width--49-percent {
  width: 49%;
}
.width--49-percent-important {
  width: 49% !important;
}
.width--50-percent {
  width: 50%;
}
.width--50-percent-important {
  width: 50% !important;
}
.width--51-percent {
  width: 51%;
}
.width--51-percent-important {
  width: 51% !important;
}
.width--52-percent {
  width: 52%;
}
.width--52-percent-important {
  width: 52% !important;
}
.width--53-percent {
  width: 53%;
}
.width--53-percent-important {
  width: 53% !important;
}
.width--54-percent {
  width: 54%;
}
.width--54-percent-important {
  width: 54% !important;
}
.width--55-percent {
  width: 55%;
}
.width--55-percent-important {
  width: 55% !important;
}
.width--56-percent {
  width: 56%;
}
.width--56-percent-important {
  width: 56% !important;
}
.width--57-percent {
  width: 57%;
}
.width--57-percent-important {
  width: 57% !important;
}
.width--58-percent {
  width: 58%;
}
.width--58-percent-important {
  width: 58% !important;
}
.width--59-percent {
  width: 59%;
}
.width--59-percent-important {
  width: 59% !important;
}
.width--60-percent {
  width: 60%;
}
.width--60-percent-important {
  width: 60% !important;
}
.width--61-percent {
  width: 61%;
}
.width--61-percent-important {
  width: 61% !important;
}
.width--62-percent {
  width: 62%;
}
.width--62-percent-important {
  width: 62% !important;
}
.width--63-percent {
  width: 63%;
}
.width--63-percent-important {
  width: 63% !important;
}
.width--64-percent {
  width: 64%;
}
.width--64-percent-important {
  width: 64% !important;
}
.width--65-percent {
  width: 65%;
}
.width--65-percent-important {
  width: 65% !important;
}
.width--66-percent {
  width: 66%;
}
.width--66-percent-important {
  width: 66% !important;
}
.width--67-percent {
  width: 67%;
}
.width--67-percent-important {
  width: 67% !important;
}
.width--68-percent {
  width: 68%;
}
.width--68-percent-important {
  width: 68% !important;
}
.width--69-percent {
  width: 69%;
}
.width--69-percent-important {
  width: 69% !important;
}
.width--70-percent {
  width: 70%;
}
.width--70-percent-important {
  width: 70% !important;
}
.width--71-percent {
  width: 71%;
}
.width--71-percent-important {
  width: 71% !important;
}
.width--72-percent {
  width: 72%;
}
.width--72-percent-important {
  width: 72% !important;
}
.width--73-percent {
  width: 73%;
}
.width--73-percent-important {
  width: 73% !important;
}
.width--74-percent {
  width: 74%;
}
.width--74-percent-important {
  width: 74% !important;
}
.width--75-percent {
  width: 75%;
}
.width--75-percent-important {
  width: 75% !important;
}
.width--76-percent {
  width: 76%;
}
.width--76-percent-important {
  width: 76% !important;
}
.width--77-percent {
  width: 77%;
}
.width--77-percent-important {
  width: 77% !important;
}
.width--78-percent {
  width: 78%;
}
.width--78-percent-important {
  width: 78% !important;
}
.width--79-percent {
  width: 79%;
}
.width--79-percent-important {
  width: 79% !important;
}
.width--80-percent {
  width: 80%;
}
.width--80-percent-important {
  width: 80% !important;
}
.width--81-percent {
  width: 81%;
}
.width--81-percent-important {
  width: 81% !important;
}
.width--82-percent {
  width: 82%;
}
.width--82-percent-important {
  width: 82% !important;
}
.width--83-percent {
  width: 83%;
}
.width--83-percent-important {
  width: 83% !important;
}
.width--84-percent {
  width: 84%;
}
.width--84-percent-important {
  width: 84% !important;
}
.width--85-percent {
  width: 85%;
}
.width--85-percent-important {
  width: 85% !important;
}
.width--86-percent {
  width: 86%;
}
.width--86-percent-important {
  width: 86% !important;
}
.width--87-percent {
  width: 87%;
}
.width--87-percent-important {
  width: 87% !important;
}
.width--88-percent {
  width: 88%;
}
.width--88-percent-important {
  width: 88% !important;
}
.width--89-percent {
  width: 89%;
}
.width--89-percent-important {
  width: 89% !important;
}
.width--90-percent {
  width: 90%;
}
.width--90-percent-important {
  width: 90% !important;
}
.width--91-percent {
  width: 91%;
}
.width--91-percent-important {
  width: 91% !important;
}
.width--92-percent {
  width: 92%;
}
.width--92-percent-important {
  width: 92% !important;
}
.width--93-percent {
  width: 93%;
}
.width--93-percent-important {
  width: 93% !important;
}
.width--94-percent {
  width: 94%;
}
.width--94-percent-important {
  width: 94% !important;
}
.width--95-percent {
  width: 95%;
}
.width--95-percent-important {
  width: 95% !important;
}
.width--96-percent {
  width: 96%;
}
.width--96-percent-important {
  width: 96% !important;
}
.width--97-percent {
  width: 97%;
}
.width--97-percent-important {
  width: 97% !important;
}
.width--98-percent {
  width: 98%;
}
.width--98-percent-important {
  width: 98% !important;
}
.width--99-percent {
  width: 99%;
}
.width--99-percent-important {
  width: 99% !important;
}
.width--100-percent {
  width: 100%;
}
.width--100-percent-important {
  width: 100% !important;
}
.m--2,
.margin---2rem {
  margin: -2rem !important;
}
.my--2,
.margin-vertical---2rem {
  margin: -2rem 0 !important;
}
.mt--2,
.margin-top---2rem {
  margin-top: -2rem !important;
}
.mr--2,
.margin-right---2rem {
  margin-right: -2rem !important;
}
.mb--2,
.margin-bottom---2rem {
  margin-bottom: -2rem !important;
}
.ml--2,
.margin-left---2rem {
  margin-left: -2rem !important;
}
.p--2,
.padding---2rem {
  padding: -2rem !important;
}
.py--2,
.padding-horizontal---2rem {
  padding: -2rem 0 !important;
}
.padding-vertical---2rem {
  padding: 0 -2rem !important;
}
.pt--2,
.padding-top---2rem {
  padding-top: -2rem !important;
}
.pr--2,
.padding-right---2rem {
  padding-right: -2rem !important;
}
.pb--2,
.padding-bottom---2rem {
  padding-bottom: -2rem !important;
}
.pl--2,
.padding-left---2rem {
  padding-left: -2rem !important;
}
.m--1,
.margin---1rem {
  margin: -1rem !important;
}
.my--1,
.margin-vertical---1rem {
  margin: -1rem 0 !important;
}
.mt--1,
.margin-top---1rem {
  margin-top: -1rem !important;
}
.mr--1,
.margin-right---1rem {
  margin-right: -1rem !important;
}
.mb--1,
.margin-bottom---1rem {
  margin-bottom: -1rem !important;
}
.ml--1,
.margin-left---1rem {
  margin-left: -1rem !important;
}
.p--1,
.padding---1rem {
  padding: -1rem !important;
}
.py--1,
.padding-horizontal---1rem {
  padding: -1rem 0 !important;
}
.padding-vertical---1rem {
  padding: 0 -1rem !important;
}
.pt--1,
.padding-top---1rem {
  padding-top: -1rem !important;
}
.pr--1,
.padding-right---1rem {
  padding-right: -1rem !important;
}
.pb--1,
.padding-bottom---1rem {
  padding-bottom: -1rem !important;
}
.pl--1,
.padding-left---1rem {
  padding-left: -1rem !important;
}
.m-0,
.margin--0rem {
  margin: 0rem !important;
}
.my-0,
.margin-vertical--0rem {
  margin: 0rem 0 !important;
}
.mt-0,
.margin-top--0rem {
  margin-top: 0rem !important;
}
.mr-0,
.margin-right--0rem {
  margin-right: 0rem !important;
}
.mb-0,
.margin-bottom--0rem {
  margin-bottom: 0rem !important;
}
.ml-0,
.margin-left--0rem {
  margin-left: 0rem !important;
}
.p-0,
.padding--0rem {
  padding: 0rem !important;
}
.py-0,
.padding-horizontal--0rem {
  padding: 0rem 0 !important;
}
.padding-vertical--0rem {
  padding: 0 0rem !important;
}
.pt-0,
.padding-top--0rem {
  padding-top: 0rem !important;
}
.pr-0,
.padding-right--0rem {
  padding-right: 0rem !important;
}
.pb-0,
.padding-bottom--0rem {
  padding-bottom: 0rem !important;
}
.pl-0,
.padding-left--0rem {
  padding-left: 0rem !important;
}
.m-1,
.margin--1rem {
  margin: 1rem !important;
}
.my-1,
.margin-vertical--1rem {
  margin: 1rem 0 !important;
}
.mt-1,
.margin-top--1rem {
  margin-top: 1rem !important;
}
.mr-1,
.margin-right--1rem {
  margin-right: 1rem !important;
}
.mb-1,
.margin-bottom--1rem {
  margin-bottom: 1rem !important;
}
.ml-1,
.margin-left--1rem {
  margin-left: 1rem !important;
}
.p-1,
.padding--1rem {
  padding: 1rem !important;
}
.py-1,
.padding-horizontal--1rem {
  padding: 1rem 0 !important;
}
.padding-vertical--1rem {
  padding: 0 1rem !important;
}
.pt-1,
.padding-top--1rem {
  padding-top: 1rem !important;
}
.pr-1,
.padding-right--1rem {
  padding-right: 1rem !important;
}
.pb-1,
.padding-bottom--1rem {
  padding-bottom: 1rem !important;
}
.pl-1,
.padding-left--1rem {
  padding-left: 1rem !important;
}
.m-2,
.margin--2rem {
  margin: 2rem !important;
}
.my-2,
.margin-vertical--2rem {
  margin: 2rem 0 !important;
}
.mt-2,
.margin-top--2rem {
  margin-top: 2rem !important;
}
.mr-2,
.margin-right--2rem {
  margin-right: 2rem !important;
}
.mb-2,
.margin-bottom--2rem {
  margin-bottom: 2rem !important;
}
.ml-2,
.margin-left--2rem {
  margin-left: 2rem !important;
}
.p-2,
.padding--2rem {
  padding: 2rem !important;
}
.py-2,
.padding-horizontal--2rem {
  padding: 2rem 0 !important;
}
.padding-vertical--2rem {
  padding: 0 2rem !important;
}
.pt-2,
.padding-top--2rem {
  padding-top: 2rem !important;
}
.pr-2,
.padding-right--2rem {
  padding-right: 2rem !important;
}
.pb-2,
.padding-bottom--2rem {
  padding-bottom: 2rem !important;
}
.pl-2,
.padding-left--2rem {
  padding-left: 2rem !important;
}
.m-3,
.margin--3rem {
  margin: 3rem !important;
}
.my-3,
.margin-vertical--3rem {
  margin: 3rem 0 !important;
}
.mt-3,
.margin-top--3rem {
  margin-top: 3rem !important;
}
.mr-3,
.margin-right--3rem {
  margin-right: 3rem !important;
}
.mb-3,
.margin-bottom--3rem {
  margin-bottom: 3rem !important;
}
.ml-3,
.margin-left--3rem {
  margin-left: 3rem !important;
}
.p-3,
.padding--3rem {
  padding: 3rem !important;
}
.py-3,
.padding-horizontal--3rem {
  padding: 3rem 0 !important;
}
.padding-vertical--3rem {
  padding: 0 3rem !important;
}
.pt-3,
.padding-top--3rem {
  padding-top: 3rem !important;
}
.pr-3,
.padding-right--3rem {
  padding-right: 3rem !important;
}
.pb-3,
.padding-bottom--3rem {
  padding-bottom: 3rem !important;
}
.pl-3,
.padding-left--3rem {
  padding-left: 3rem !important;
}
.m-4,
.margin--4rem {
  margin: 4rem !important;
}
.my-4,
.margin-vertical--4rem {
  margin: 4rem 0 !important;
}
.mt-4,
.margin-top--4rem {
  margin-top: 4rem !important;
}
.mr-4,
.margin-right--4rem {
  margin-right: 4rem !important;
}
.mb-4,
.margin-bottom--4rem {
  margin-bottom: 4rem !important;
}
.ml-4,
.margin-left--4rem {
  margin-left: 4rem !important;
}
.p-4,
.padding--4rem {
  padding: 4rem !important;
}
.py-4,
.padding-horizontal--4rem {
  padding: 4rem 0 !important;
}
.padding-vertical--4rem {
  padding: 0 4rem !important;
}
.pt-4,
.padding-top--4rem {
  padding-top: 4rem !important;
}
.pr-4,
.padding-right--4rem {
  padding-right: 4rem !important;
}
.pb-4,
.padding-bottom--4rem {
  padding-bottom: 4rem !important;
}
.pl-4,
.padding-left--4rem {
  padding-left: 4rem !important;
}
.m-5,
.margin--5rem {
  margin: 5rem !important;
}
.my-5,
.margin-vertical--5rem {
  margin: 5rem 0 !important;
}
.mt-5,
.margin-top--5rem {
  margin-top: 5rem !important;
}
.mr-5,
.margin-right--5rem {
  margin-right: 5rem !important;
}
.mb-5,
.margin-bottom--5rem {
  margin-bottom: 5rem !important;
}
.ml-5,
.margin-left--5rem {
  margin-left: 5rem !important;
}
.p-5,
.padding--5rem {
  padding: 5rem !important;
}
.py-5,
.padding-horizontal--5rem {
  padding: 5rem 0 !important;
}
.padding-vertical--5rem {
  padding: 0 5rem !important;
}
.pt-5,
.padding-top--5rem {
  padding-top: 5rem !important;
}
.pr-5,
.padding-right--5rem {
  padding-right: 5rem !important;
}
.pb-5,
.padding-bottom--5rem {
  padding-bottom: 5rem !important;
}
.pl-5,
.padding-left--5rem {
  padding-left: 5rem !important;
}
body h1.h1--page-title {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 0rem;
  margin-right: 0rem;
  font-style: italic;
}
body h1.h1--component-title {
  font-size: 1rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
body h2.h2--component-title,
body h3.h3--component-title,
body h4.h4--component-title,
body h5.h5--component-title,
body h6.h6--component-title {
  font-size: 1rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
body .flex-child--side-bar h2.h2,
body .flex-child--side-bar h3.h3,
body .flex-child--side-bar h4.h4,
body .flex-child--side-bar h5.h5,
body .flex-child--side-bar h6.h6 {
  border-bottom: #1a1a1a 0.1rem solid;
}
body h2.h2--calculator-title {
  font-size: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 0rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: auto;
}
body p.p.p--expansion-panel-summary-title {
  font-size: 1.125rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
body .report h2.h2--sub-section,
body .report h3.h3--sub-section,
body .report h4.h4--sub-section,
body .report h5.h5--sub-section,
body .report h6.h6--sub-section {
  border: none;
  margin-bottom: 0;
}
p {
  margin: 0;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
}
p:only-child {
  margin-bottom: 0;
}
button.button {
  margin-top: 0;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
  width: auto !important;
  border-radius: 0.3rem;
  cursor: pointer;
}
button.button.button--green-primary {
  background-color: #118847;
  color: #ffffff !important;
}
button.button.button--green-primary:focus,
button.button.button--green-primary:hover {
  box-shadow: 0 0 1rem #118847;
}
button.button.button--green-secondary {
  background-color: #ffffff;
  color: #118847 !important;
  border: 0.1rem solid #118847;
}
button.button.button--green-secondary:focus,
button.button.button--green-secondary:hover {
  box-shadow: 0 0 1rem #118847;
}
button.button.button--green-tertiary {
  background-color: transparent;
  color: #118847 !important;
  border: none;
}
button.button.button--yellow-tertiary {
  background-color: transparent;
  color: #906700 !important;
  border: none;
}
button.button.button--blue-tertiary {
  background-color: transparent;
  color: #00799f !important;
  border: none;
}
button.button.button--orange-tertiary {
  background-color: transparent;
  color: #c83f0f !important;
  border: none;
}
button.button.button--red-primary {
  background-color: #cd0000;
  color: #ffffff !important;
}
button.button.button--red-primary:focus,
button.button.button--red-primary:hover {
  box-shadow: 0 0 1rem #cd0000;
}
button.button.button--red-secondary {
  background-color: #ffffff;
  color: #cd0000 !important;
  border: 0.1rem solid #cd0000;
}
button.button.button--red-secondary:focus,
button.button.button--red-secondary:hover {
  box-shadow: 0 0 1rem #cd0000;
}
button.button.button--red-tertiary {
  background-color: transparent;
  color: #cd0000 !important;
  border: none;
}
button.button.button--black-primary {
  background-color: #1a1a1a;
  color: #ffffff !important;
}
button.button.button--black-primary:focus,
button.button.button--black-primary:hover {
  box-shadow: 0 0 1rem #1a1a1a;
}
button.button.button--black-secondary {
  background-color: #ffffff;
  color: #1a1a1a !important;
  border: 0.1rem solid #1a1a1a;
}
button.button.button--black-secondary:focus,
button.button.button--black-secondary:hover {
  box-shadow: 0 0 1rem #1a1a1a;
}
button.button.button--black-tertiary {
  background-color: transparent;
  color: #1a1a1a !important;
  border: none;
}
button.button.button--white-tertiary {
  background-color: transparent;
  color: #ffffff !important;
  border: none;
}
button.button.button--transparent-primary {
  background-color: transparent;
  color: #666666 !important;
}
button.button.button--transparent-primary:focus,
button.button.button--transparent-primary:hover {
  box-shadow: 0 0 1rem #118847;
}
button.button:focus {
  outline: 0.25rem solid #3399ff !important;
}
button.button.button--print {
  margin-top: -4.1rem;
  float: right;
}
button.button > mat-icon.mat-icon {
  margin-right: 0;
  color: inherit;
}
button.button.flex-child:not(.flex-child--button-defaults) {
  margin: 0;
  padding: 0;
  align-self: center;
}
button.button mat-icon.mat-icon {
  width: auto;
  height: auto;
  margin-top: 0;
  cursor: inherit;
}
.mat-checkbox-with-tooltip .mdc-label button {
  margin: 0 8px !important;
  padding-bottom: 0 !important;
}
span.button--accessibility-text {
  color: transparent;
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
}
div,
section,
article {
  max-width: 100%;
}
div span.mdc-tab__text-label,
section span.mdc-tab__text-label,
article span.mdc-tab__text-label {
  color: #118847 !important;
  font-size: 1rem;
  letter-spacing: normal;
}
div.mdc-tab.mdc-tab-indicator--active span.mdc-tab__text-label,
section.mdc-tab.mdc-tab-indicator--active span.mdc-tab__text-label,
article.mdc-tab.mdc-tab-indicator--active span.mdc-tab__text-label {
  color: #1a1a1a !important;
}
div.mat-drawer-backdrop,
section.mat-drawer-backdrop,
article.mat-drawer-backdrop {
  position: fixed;
}
div.background-colour--grey-primary,
div.flex-child.background-colour--grey-primary,
section.background-colour--grey-primary,
section.flex-child.background-colour--grey-primary,
article.background-colour--grey-primary,
article.flex-child.background-colour--grey-primary {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
div.background-colour--grey-primary {
  padding-top: 0.72rem;
  padding-bottom: 0;
}
div#calculatorHeader,
section#calculatorHeader,
article#calculatorHeader {
  background-color: #ffffff;
  z-index: 3;
}
div#calculatorHeader .flex.flex--cols-2,
section#calculatorHeader .flex.flex--cols-2,
article#calculatorHeader .flex.flex--cols-2 {
  flex-wrap: nowrap;
}
@media (max-width: 720px) {
  div#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button),
  section#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button),
  article#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button) {
    width: auto;
  }
}
@media (max-width: 720px) {
  div#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child,
  section#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child,
  article#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child {
    width: calc(100% - multiply-two-numbers(1rem, 7));
  }
}
div#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div,
section#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div,
article#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div {
  text-overflow: ellipsis;
}
@media (max-width: 720px) {
  div#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div,
  section#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div,
  article#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div {
    max-width: calc(100vw - multiply-two-numbers(1rem, 12));
    overflow-x: hidden;
  }
}
@media (max-width: 360px) {
  div#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div,
  section#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div,
  article#calculatorHeader .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(button):first-child > div {
    max-width: 11rem;
  }
}
fieldset.fieldset {
  border-radius: 0.3rem;
  border: 0.1rem solid #cccccc;
  margin-bottom: 1rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1rem;
}
fieldset.fieldset:hover {
  box-shadow: 0 0 0 0.1rem #1a1a1a;
  transition: box-shadow 0.1s linear;
}
fieldset.fieldset:focus,
fieldset.fieldset:focus-within {
  box-shadow: 0 0 0 0.1rem #118847;
  transition: box-shadow 0.1s linear;
}
fieldset.fieldset legend {
  font-size: 0.8rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-left: -0.5rem;
  color: #666666;
  background-color: #ffffff;
}
fieldset.fieldset.flex-child {
  width: 49.5% !important;
}
fieldset.fieldset.flex-child.flex-child--full-width {
  width: 99.9% !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-left: 0.1rem;
}
@media (max-width: 720px) {
  fieldset.fieldset.flex-child.flex-child--full-width {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
hr.hr {
  margin-top: 0;
  margin-bottom: 1rem;
  width: 100%;
  color: #cccccc;
  border: 0.1rem solid #cccccc;
}
table.table,
table.table.mat-mdc-table {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
  color: #1a1a1a;
}
table.table caption,
table.table.mat-mdc-table caption {
  color: #ffffff;
  background-color: #666666;
  text-align: left;
  padding: 1rem;
  font-weight: 700;
  display: table-caption;
}
table.table thead tr td,
table.table.mat-mdc-table thead tr td {
  background-color: #f4f4f4;
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1rem;
  border-top: 0.1rem solid #cccccc;
  border-bottom: 0.1rem solid #cccccc;
}
table.table tr.mat-mdc-header-row,
table.table.mat-mdc-table tr.mat-mdc-header-row {
  height: auto;
}
table.table tr th,
table.table tr th.mat-mdc-header-cell,
table.table.mat-mdc-table tr th,
table.table.mat-mdc-table tr th.mat-mdc-header-cell {
  background-color: #f4f4f4;
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1rem;
  border-top: 0.1rem solid #cccccc;
  border-bottom: 0.1rem solid #cccccc;
  padding: 0.75rem;
  font-weight: 500;
  vertical-align: middle;
}
table.table tr th:first-child,
table.table tr th.mat-mdc-header-cell:first-child,
table.table.mat-mdc-table tr th:first-child,
table.table.mat-mdc-table tr th.mat-mdc-header-cell:first-child {
  padding-left: 1rem;
}
@media (max-width: 720px) {
  table.table tr th:first-child,
  table.table tr th.mat-mdc-header-cell:first-child,
  table.table.mat-mdc-table tr th:first-child,
  table.table.mat-mdc-table tr th.mat-mdc-header-cell:first-child {
    padding-left: 0.5rem;
  }
}
table.table tr th:last-child,
table.table tr th.mat-mdc-header-cell:last-child,
table.table.mat-mdc-table tr th:last-child,
table.table.mat-mdc-table tr th.mat-mdc-header-cell:last-child {
  padding-right: 1rem;
}
@media (max-width: 720px) {
  table.table tr th:last-child,
  table.table tr th.mat-mdc-header-cell:last-child,
  table.table.mat-mdc-table tr th:last-child,
  table.table.mat-mdc-table tr th.mat-mdc-header-cell:last-child {
    padding-right: 0.5rem;
  }
}
table.table tr th button.button,
table.table tr th.mat-mdc-header-cell button.button,
table.table.mat-mdc-table tr th button.button,
table.table.mat-mdc-table tr th.mat-mdc-header-cell button.button {
  margin: 0;
}
table.table tr td,
table.table tr td.mat-mdc-cell,
table.table.mat-mdc-table tr td,
table.table.mat-mdc-table tr td.mat-mdc-cell {
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1rem;
  border-bottom: 0.1rem solid #cccccc;
  background-color: #ffffff;
  padding: 0.75rem;
}
table.table tr td:first-child,
table.table tr td.mat-mdc-cell:first-child,
table.table.mat-mdc-table tr td:first-child,
table.table.mat-mdc-table tr td.mat-mdc-cell:first-child {
  padding-left: 1rem;
}
@media (max-width: 720px) {
  table.table tr td:first-child,
  table.table tr td.mat-mdc-cell:first-child,
  table.table.mat-mdc-table tr td:first-child,
  table.table.mat-mdc-table tr td.mat-mdc-cell:first-child {
    padding-left: 0.5rem;
  }
}
table.table tr td:last-child,
table.table tr td.mat-mdc-cell:last-child,
table.table.mat-mdc-table tr td:last-child,
table.table.mat-mdc-table tr td.mat-mdc-cell:last-child {
  padding-right: 1rem;
}
@media (max-width: 720px) {
  table.table tr td:last-child,
  table.table tr td.mat-mdc-cell:last-child,
  table.table.mat-mdc-table tr td:last-child,
  table.table.mat-mdc-table tr td.mat-mdc-cell:last-child {
    padding-right: 0.5rem;
  }
}
td {
  padding-top: 1rem !important;
}
@media print {
  table.table--no-print-split,
  table.table.mat-mdc-table--no-print-split {
    page-break-inside: avoid;
  }
  table.table--no-print-split thead,
  table.table--no-print-split tbody,
  table.table--no-print-split tfoot,
  table.table--no-print-split tr,
  table.table--no-print-split td,
  table.table--no-print-split th,
  table.table.mat-mdc-table--no-print-split thead,
  table.table.mat-mdc-table--no-print-split tbody,
  table.table.mat-mdc-table--no-print-split tfoot,
  table.table.mat-mdc-table--no-print-split tr,
  table.table.mat-mdc-table--no-print-split td,
  table.table.mat-mdc-table--no-print-split th {
    page-break-inside: avoid;
  }
}
table.table.mat-mdc-table {
  width: 99.65%;
  margin: 0 auto;
}
table.table.mat-mdc-table tr th,
table.table.mat-mdc-table tr th.mat-mdc-header-cell,
table.table.mat-mdc-table tr td,
table.table.mat-mdc-table tr td.mat-mdc-cell {
  border-bottom: 0.15rem solid #cccccc;
}
mat-tab-header,
.mat-mdc-tab-header,
mat-tab-header.mat-tab-header {
  display: flex;
  top: 3.5rem;
  background-color: #ffffff;
  z-index: 2;
  box-shadow: 0 0.2rem 0.2rem #cccccc;
}
.mat-mdc-tab-body-content {
  padding-top: 0.1rem !important;
}
.mat-mdc-tab-body,
.mat-expansion-panel-content {
  padding: 1rem;
}
@media (max-width: 720px) {
  .mat-mdc-tab-body,
  .mat-expansion-panel-content {
    padding: 0.5rem;
  }
}
.mat-expansion-panel-body {
  padding: 0 !important;
}
.mat-expansion-panel-content,
div.mat-expansion-panel-content {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
.mat-drawer-content,
.mat-sidenav-container,
mat-sidenav-content,
mat-sidenav-container,
mat-sidenav-content.mat-drawer-content,
mat-sidenav-container.mat-sidenav-container,
.mat-drawer {
  overflow: visible !important;
}
.mat-suffix {
  white-space: nowrap;
}
@media (max-width: 1920px) {
  mat-sidenav:not(.mat-drawer-opened) ~ mat-sidenav-content mat-tab-body {
    margin-left: 2rem;
  }
}
@media (max-width: 1467px) {
  mat-sidenav:not(.mat-drawer-opened) ~ mat-sidenav-content mat-tab-body {
    margin-left: inherit;
  }
}
app-calculator-name {
  z-index: 2;
}
mat-form-field,
.mat-mdc-form-field,
mat-form-field.mat-form-field {
  margin-top: 0.25rem;
}
mat-form-field + mat-icon,
mat-form-field + .mat-icon,
mat-form-field + mat-icon.mat-icon,
.mat-mdc-form-field + mat-icon,
.mat-mdc-form-field + .mat-icon,
.mat-mdc-form-field + mat-icon.mat-icon,
mat-form-field.mat-form-field + mat-icon,
mat-form-field.mat-form-field + .mat-icon,
mat-form-field.mat-form-field + mat-icon.mat-icon {
  margin-top: 1.25rem;
}
mat-form-field.mat-form-field-disabled,
.mat-mdc-form-field.mat-form-field-disabled,
mat-form-field.mat-form-field.mat-form-field-disabled {
  opacity: 1;
}
mat-hint,
.mat-mdc-form-field-hint,
mat-hint.mat-hint {
  font-size: 1rem;
  color: #1a1a1a;
}
.mdc-text-field--focused mat-label {
  font-size: 1rem !important;
  color: #666666 !important;
}
mat-form-field label:has(> mat-label):not(.mdc-floating-label--float-above) {
  padding-right: 3rem !important;
}
mat-accordion,
mat-accordion.mat-accordion,
.mat-accordion {
  margin-bottom: 1rem;
  display: block;
}
mat-accordion mat-expansion-panel:not(.mat-expanded),
mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded),
mat-accordion .mat-expansion-panel:not(.mat-expanded),
mat-accordion.mat-accordion mat-expansion-panel:not(.mat-expanded),
mat-accordion.mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded),
mat-accordion.mat-accordion .mat-expansion-panel:not(.mat-expanded),
.mat-accordion mat-expansion-panel:not(.mat-expanded),
.mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded),
.mat-accordion .mat-expansion-panel:not(.mat-expanded) {
  border-bottom: none;
}
mat-accordion mat-expansion-panel:not(.mat-expanded):last-child,
mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded):last-child,
mat-accordion .mat-expansion-panel:not(.mat-expanded):last-child,
mat-accordion.mat-accordion mat-expansion-panel:not(.mat-expanded):last-child,
mat-accordion.mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded):last-child,
mat-accordion.mat-accordion .mat-expansion-panel:not(.mat-expanded):last-child,
.mat-accordion mat-expansion-panel:not(.mat-expanded):last-child,
.mat-accordion mat-expansion-panel.mat-expansion-panel:not(.mat-expanded):last-child,
.mat-accordion .mat-expansion-panel:not(.mat-expanded):last-child {
  border-bottom: 0.1rem solid #cccccc;
}
mat-expansion-panel,
mat-expansion-panel.mat-expansion-panel,
.mat-expansion-panel {
  margin: 0 !important;
  border: 0.1rem solid #cccccc;
}
mat-expansion-panel:only-of-type,
mat-expansion-panel.mat-expansion-panel:only-of-type,
.mat-expansion-panel:only-of-type {
  margin-bottom: 1rem !important;
}
mat-expansion-panel.mat-expansion-panel-spacing,
mat-expansion-panel.mat-expansion-panel.mat-expansion-panel-spacing,
.mat-expansion-panel.mat-expansion-panel-spacing {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
.mat-expansion-panel .mat-expansion-panel-header {
  font-size: 1rem;
  height: auto !important;
  margin-bottom: 0;
  padding: 0 1rem;
  width: 100% !important;
  background-color: #f4f4f4;
  min-height: 4rem;
}
mat-expansion-panel mat-expansion-panel-header:hover,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header:hover,
mat-expansion-panel .mat-expansion-panel-header:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header:hover,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header:hover,
.mat-expansion-panel mat-expansion-panel-header:hover,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header:hover,
.mat-expansion-panel .mat-expansion-panel-header:hover {
  background-color: #ffffff !important;
}
mat-expansion-panel mat-expansion-panel-header.mat-expanded,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded,
mat-expansion-panel .mat-expansion-panel-header.mat-expanded,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded,
.mat-expansion-panel mat-expansion-panel-header.mat-expanded,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded,
.mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  margin-bottom: 1rem;
  background-color: #ffffff;
}
mat-expansion-panel mat-expansion-panel-header .mat-content,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content,
mat-expansion-panel .mat-expansion-panel-header .mat-content,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header .mat-content,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header .mat-content,
.mat-expansion-panel mat-expansion-panel-header .mat-content,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content,
.mat-expansion-panel .mat-expansion-panel-header .mat-content {
  display: flex;
}
mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child,
mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child,
.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child,
.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child {
  margin-top: 1rem;
  width: 50%;
}
mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child:last-child,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child:last-child,
mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child:last-child,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child:last-child,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child:last-child,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child:last-child,
.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child:last-child,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child:last-child,
.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child:last-child {
  padding-right: 1rem;
}
mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child.mat-icon,
mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child.mat-icon,
mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child.mat-icon,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child.mat-icon,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child.mat-icon,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child.mat-icon,
.mat-expansion-panel mat-expansion-panel-header .mat-content .flex-child.mat-icon,
.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header .mat-content .flex-child.mat-icon,
.mat-expansion-panel .mat-expansion-panel-header .mat-content .flex-child.mat-icon {
  margin-top: 0.5rem;
}
mat-expansion-panel mat-action-row,
mat-expansion-panel mat-action-row.mat-action-row,
mat-expansion-panel .mat-action-row,
mat-expansion-panel.mat-expansion-panel mat-action-row,
mat-expansion-panel.mat-expansion-panel mat-action-row.mat-action-row,
mat-expansion-panel.mat-expansion-panel .mat-action-row,
.mat-expansion-panel mat-action-row,
.mat-expansion-panel mat-action-row.mat-action-row,
.mat-expansion-panel .mat-action-row {
  padding-right: 0;
  padding-left: 0;
  margin-top: 1rem;
}
mat-expansion-panel mat-action-row button,
mat-expansion-panel mat-action-row.mat-action-row button,
mat-expansion-panel .mat-action-row button,
mat-expansion-panel.mat-expansion-panel mat-action-row button,
mat-expansion-panel.mat-expansion-panel mat-action-row.mat-action-row button,
mat-expansion-panel.mat-expansion-panel .mat-action-row button,
.mat-expansion-panel mat-action-row button,
.mat-expansion-panel mat-action-row.mat-action-row button,
.mat-expansion-panel .mat-action-row button {
  margin-bottom: 0;
}
mat-expansion-panel mat-action-row button:last-child,
mat-expansion-panel mat-action-row.mat-action-row button:last-child,
mat-expansion-panel .mat-action-row button:last-child,
mat-expansion-panel.mat-expansion-panel mat-action-row button:last-child,
mat-expansion-panel.mat-expansion-panel mat-action-row.mat-action-row button:last-child,
mat-expansion-panel.mat-expansion-panel .mat-action-row button:last-child,
.mat-expansion-panel mat-action-row button:last-child,
.mat-expansion-panel mat-action-row.mat-action-row button:last-child,
.mat-expansion-panel .mat-action-row button:last-child {
  margin-right: 0;
}
mat-expansion-panel mat-expansion-panel,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel,
mat-expansion-panel .mat-expansion-panel,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel,
.mat-expansion-panel mat-expansion-panel,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel,
.mat-expansion-panel .mat-expansion-panel {
  background-color: #f4f4f4;
}
mat-expansion-panel mat-expansion-panel mat-form-field:has(*[readonly=true]),
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-form-field:has(*[readonly=true]),
mat-expansion-panel .mat-expansion-panel mat-form-field:has(*[readonly=true]),
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-form-field:has(*[readonly=true]),
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-form-field:has(*[readonly=true]),
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-form-field:has(*[readonly=true]),
.mat-expansion-panel mat-expansion-panel mat-form-field:has(*[readonly=true]),
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-form-field:has(*[readonly=true]),
.mat-expansion-panel .mat-expansion-panel mat-form-field:has(*[readonly=true]) {
  pointer-events: none;
}
mat-expansion-panel mat-expansion-panel mat-form-field:has(*[readonly=true]) label,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-form-field:has(*[readonly=true]) label,
mat-expansion-panel .mat-expansion-panel mat-form-field:has(*[readonly=true]) label,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-form-field:has(*[readonly=true]) label,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-form-field:has(*[readonly=true]) label,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-form-field:has(*[readonly=true]) label,
.mat-expansion-panel mat-expansion-panel mat-form-field:has(*[readonly=true]) label,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-form-field:has(*[readonly=true]) label,
.mat-expansion-panel .mat-expansion-panel mat-form-field:has(*[readonly=true]) label {
  pointer-events: none;
}
mat-expansion-panel mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header,
.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header {
  background-color: #f4f4f4;
}
mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel .mat-expansion-panel mat-expansion-panel-header.mat-expansion-panel-header.mat-expanded:focus,
.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:hover,
.mat-expansion-panel .mat-expansion-panel .mat-expansion-panel-header.mat-expanded:focus {
  background-color: #f4f4f4 !important;
}
mat-expansion-panel mat-expansion-panel .flex-child--side-bar,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .flex-child--side-bar,
mat-expansion-panel .mat-expansion-panel .flex-child--side-bar,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .flex-child--side-bar,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .flex-child--side-bar,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .flex-child--side-bar,
.mat-expansion-panel mat-expansion-panel .flex-child--side-bar,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .flex-child--side-bar,
.mat-expansion-panel .mat-expansion-panel .flex-child--side-bar {
  background-color: #ffffff;
  border: 0.1rem solid #cccccc;
}
mat-expansion-panel mat-expansion-panel .mat-action-row,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-action-row,
mat-expansion-panel .mat-expansion-panel .mat-action-row,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel .mat-action-row,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-action-row,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel .mat-action-row,
.mat-expansion-panel mat-expansion-panel .mat-action-row,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel .mat-action-row,
.mat-expansion-panel .mat-expansion-panel .mat-action-row {
  border-top-color: #666666 !important;
}
mat-expansion-panel mat-expansion-panel legend,
mat-expansion-panel mat-expansion-panel.mat-expansion-panel legend,
mat-expansion-panel .mat-expansion-panel legend,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel legend,
mat-expansion-panel.mat-expansion-panel mat-expansion-panel.mat-expansion-panel legend,
mat-expansion-panel.mat-expansion-panel .mat-expansion-panel legend,
.mat-expansion-panel mat-expansion-panel legend,
.mat-expansion-panel mat-expansion-panel.mat-expansion-panel legend,
.mat-expansion-panel .mat-expansion-panel legend {
  color: #1a1a1a;
}
mat-expansion-panel mat-form-field:active label mat-label,
mat-expansion-panel mat-form-field:focus label mat-label,
mat-expansion-panel mat-form-field:focus-within label mat-label,
mat-expansion-panel mat-form-field.mat-mdc-form-field:active label mat-label,
mat-expansion-panel mat-form-field.mat-mdc-form-field:focus label mat-label,
mat-expansion-panel mat-form-field.mat-mdc-form-field:focus-within label mat-label,
mat-expansion-panel .mat-form-field:active label mat-label,
mat-expansion-panel .mat-form-field:focus label mat-label,
mat-expansion-panel .mat-form-field:focus-within label mat-label,
mat-expansion-panel.mat-expansion-panel mat-form-field:active label mat-label,
mat-expansion-panel.mat-expansion-panel mat-form-field:focus label mat-label,
mat-expansion-panel.mat-expansion-panel mat-form-field:focus-within label mat-label,
mat-expansion-panel.mat-expansion-panel mat-form-field.mat-mdc-form-field:active label mat-label,
mat-expansion-panel.mat-expansion-panel mat-form-field.mat-mdc-form-field:focus label mat-label,
mat-expansion-panel.mat-expansion-panel mat-form-field.mat-mdc-form-field:focus-within label mat-label,
mat-expansion-panel.mat-expansion-panel .mat-form-field:active label mat-label,
mat-expansion-panel.mat-expansion-panel .mat-form-field:focus label mat-label,
mat-expansion-panel.mat-expansion-panel .mat-form-field:focus-within label mat-label,
.mat-expansion-panel mat-form-field:active label mat-label,
.mat-expansion-panel mat-form-field:focus label mat-label,
.mat-expansion-panel mat-form-field:focus-within label mat-label,
.mat-expansion-panel mat-form-field.mat-mdc-form-field:active label mat-label,
.mat-expansion-panel mat-form-field.mat-mdc-form-field:focus label mat-label,
.mat-expansion-panel mat-form-field.mat-mdc-form-field:focus-within label mat-label,
.mat-expansion-panel .mat-form-field:active label mat-label,
.mat-expansion-panel .mat-form-field:focus label mat-label,
.mat-expansion-panel .mat-form-field:focus-within label mat-label {
  background-color: #ffffff;
}
mat-expansion-panel mat-form-field.ng-invalid label mat-label,
mat-expansion-panel mat-form-field.mat-form-field-invalid label mat-label,
mat-expansion-panel mat-form-field.mat-mdc-form-field.ng-invalid label mat-label,
mat-expansion-panel mat-form-field.mat-mdc-form-field.mat-form-field-invalid label mat-label,
mat-expansion-panel .mat-form-field.ng-invalid label mat-label,
mat-expansion-panel .mat-form-field.mat-form-field-invalid label mat-label,
mat-expansion-panel.mat-expansion-panel mat-form-field.ng-invalid label mat-label,
mat-expansion-panel.mat-expansion-panel mat-form-field.mat-form-field-invalid label mat-label,
mat-expansion-panel.mat-expansion-panel mat-form-field.mat-mdc-form-field.ng-invalid label mat-label,
mat-expansion-panel.mat-expansion-panel mat-form-field.mat-mdc-form-field.mat-form-field-invalid label mat-label,
mat-expansion-panel.mat-expansion-panel .mat-form-field.ng-invalid label mat-label,
mat-expansion-panel.mat-expansion-panel .mat-form-field.mat-form-field-invalid label mat-label,
.mat-expansion-panel mat-form-field.ng-invalid label mat-label,
.mat-expansion-panel mat-form-field.mat-form-field-invalid label mat-label,
.mat-expansion-panel mat-form-field.mat-mdc-form-field.ng-invalid label mat-label,
.mat-expansion-panel mat-form-field.mat-mdc-form-field.mat-form-field-invalid label mat-label,
.mat-expansion-panel .mat-form-field.ng-invalid label mat-label,
.mat-expansion-panel .mat-form-field.mat-form-field-invalid label mat-label {
  background-color: #ffffff;
}
.mat-mdc-dialog-container,
.mat-mdc-menu-panel {
  margin: 0 auto;
  min-width: calc(360px - 2rem) !important;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content,
.mat-mdc-menu-panel .mat-mdc-dialog-content {
  width: 100%;
  min-width: calc(360px - 4rem);
  max-width: 100%;
  position: relative;
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  max-height: calc(100vh - 18rem) !important;
  padding-top: 0.1rem !important;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content p:only-child,
.mat-mdc-menu-panel .mat-mdc-dialog-content p:only-child {
  margin-bottom: 1rem;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content p:last-child,
.mat-mdc-menu-panel .mat-mdc-dialog-content p:last-child {
  margin-bottom: 1rem !important;
}
.mat-mdc-dialog-container .mat-mdc-dialog-content ul,
.mat-mdc-menu-panel .mat-mdc-dialog-content ul {
  margin-bottom: 1rem;
}
@media (max-height: 720px) {
  .mat-mdc-dialog-container .mat-mdc-dialog-content,
  .mat-mdc-menu-panel .mat-mdc-dialog-content {
    max-height: calc(100vh - 12rem) !important;
  }
}
.mat-mdc-dialog-container .mat-mdc-dialog-surface,
.mat-mdc-menu-panel .mat-mdc-dialog-surface {
  padding: 0 25px !important;
}
.mat-mdc-dialog-container .mdc-dialog__title,
.mat-mdc-menu-panel .mdc-dialog__title {
  padding: 0;
}
.mat-mdc-dialog-container .mat-mdc-dialog-actions,
.mat-mdc-menu-panel .mat-mdc-dialog-actions {
  justify-content: flex-end;
  padding-top: 1rem !important;
  padding-bottom: 0 !important;
  border-top: 0.1rem solid #cccccc;
}
.mat-mdc-dialog-container .mat-mdc-dialog-actions.flex.flex--end-vertical,
.mat-mdc-menu-panel .mat-mdc-dialog-actions.flex.flex--end-vertical {
  padding-top: 0 !important;
}
.mat-mdc-dialog-container .mat-mdc-dialog-actions.flex.flex--end-vertical:first-child button.button,
.mat-mdc-menu-panel .mat-mdc-dialog-actions.flex.flex--end-vertical:first-child button.button {
  margin-left: 0;
}
.mat-mdc-dialog-container .mat-mdc-dialog-actions.flex.flex--end-vertical:last-child button.button,
.mat-mdc-menu-panel .mat-mdc-dialog-actions.flex.flex--end-vertical:last-child button.button {
  margin-right: 0;
}
.mat-mdc-dialog-container .mat-mdc-dialog-actions.flex.flex--end-vertical button.button,
.mat-mdc-menu-panel .mat-mdc-dialog-actions.flex.flex--end-vertical button.button {
  margin-top: 1rem;
}
.mat-mdc-dialog-container mat-form-field,
.mat-mdc-menu-panel mat-form-field {
  margin-bottom: 1rem;
}
.mat-mdc-menu-panel {
  padding: 1rem;
  max-width: 100% !important;
  width: min-content;
}
.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0 !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content:not(:empty) {
  padding: inherit;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item-text {
  margin: 10px 0 !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-dialog-content {
  padding: 0 !important;
  max-height: none !important;
  width: min-content;
}
.mat-mdc-menu-panel .mat-mdc-menu-content > .mat-focus-indicator {
  overflow: visible;
  white-space: normal;
  display: inline-block;
  line-height: inherit;
}
.mat-mdc-menu-panel .mat-mdc-dialog-actions {
  margin-bottom: 0;
}
mat-icon,
mat-icon.mat-icon,
.mat-icon {
  font-size: 2rem !important;
  vertical-align: middle;
  height: auto !important;
  width: auto !important;
  line-height: 1 !important;
}
mat-icon.mat-mdc-tooltip-trigger,
mat-icon.mat-icon.mat-mdc-tooltip-trigger,
.mat-icon.mat-mdc-tooltip-trigger {
  cursor: help;
}
mat-icon.flex-child,
mat-icon.mat-icon.flex-child,
.mat-icon.flex-child {
  align-self: flex-start;
}
@media print {
  mat-icon,
  mat-icon.mat-icon,
  .mat-icon {
    display: none;
  }
}
mat-radio-button,
mat-radio-button.mat-mdc-radio-button,
.mat-radio-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
mat-radio-button button,
mat-radio-button.mat-mdc-radio-button button,
.mat-radio-button button {
  margin-bottom: 0;
}
.mat-mdc-tab-list .mat-mdc-tab {
  min-width: 160px;
  border-right-width: 0.1rem;
  border-right-style: solid;
  border-right-color: #1a1a1a;
  border-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      #1a1a1a) 0 100%;
}
.mat-mdc-tab-list .mat-mdc-tab:last-of-type {
  border-right: none;
}
.mat-mdc-tab-list .mat-mdc-tab:hover {
  background:
    linear-gradient to bottom,
    rgba(0, 0, 0, 0),
    #f4f4f4,
    #f4f4f4 0 100%;
}
mat-tab-group,
mat-tab-group.mat-mdc-tab-group,
.mat-tab-group {
  margin-bottom: 0 !important;
}
mat-tree-node,
mat-tree-node.mat-tree-node,
.mat-tree-node {
  font-size: 1rem;
  padding: 0.5rem;
}
mat-tree-node.highlight-color,
mat-tree-node.mat-tree-node.highlight-color,
.mat-tree-node.highlight-color {
  font-weight: 500;
  background-color: #f4f4f4;
}
.mat-mdc-icon-button {
  line-height: 1 !important;
  height: auto !important;
  width: auto !important;
}
.mat-mdc-icon-button:not(mat-form-field .mat-mdc-icon-button) {
  padding: 0 !important;
}
.mat-datepicker-content mat-calendar,
.mat-datepicker-content .mat-calendar,
.mat-datepicker-content mat-calendar.mat-calendar {
  height: auto;
  padding-bottom: 1rem;
}
.mat-datepicker-content mat-calendar .mat-calendar-controls .mat-mdc-icon-button,
.mat-datepicker-content .mat-calendar .mat-calendar-controls .mat-mdc-icon-button,
.mat-datepicker-content mat-calendar.mat-calendar .mat-calendar-controls .mat-mdc-icon-button {
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.mat-datepicker-toggle {
  color: #118847 !important;
}
.mat-datepicker-toggle .mat-mdc-icon-button {
  height: 2.5rem !important;
  width: 2.5rem !important;
  padding: 8px 0 !important;
}
.mat-toolbar-row,
mat-toolbar-row.mat-toolbar-row,
.mat-toolbar-single-row {
  height: auto;
}
.mat-toolbar-multiple-rows,
mat-toolbar.mat-toolbar-multiple-rows {
  min-height: auto;
}
mat-error,
mat-error.mat-mdc-form-field-error,
.mat-error {
  font-size: 1rem;
  color: #cd0000;
}
.cdk-overlay-pane {
  max-width: calc(100vw - 2rem) !important;
  max-height: calc(100vh - 2rem) !important;
}
.cdk-overlay-pane:not(:has(mat-option)) {
  width: auto !important;
  height: auto !important;
}
@media (max-width: 720px) {
  .cdk-overlay-pane {
    max-width: calc(100vw - 1rem) !important;
    max-height: calc(100vh - 8rem) !important;
  }
}
@media (max-height: 720px) {
  .cdk-overlay-pane {
    max-height: calc(100vh - 4rem) !important;
  }
}
.mat-drawer-container {
  position: unset !important;
}
.mat-mdc-select-panel .mat-mdc-option {
  line-height: 1.5rem !important;
  height: auto !important;
  padding: 1rem;
  overflow: unset;
}
.mat-mdc-select-panel .mat-mdc-option .mat-option-text {
  overflow: unset;
  display: block;
  white-space: normal;
  line-height: 1.5rem;
}
body .mat-mdc-list-base .mat-mdc-list-item .mat-list-item-content-reverse,
body .mat-list-base .mat-list-option .mat-list-item-content-reverse,
body .mat-list-base .mat-list-item .mat-list-item-content,
body .mat-list-base .mat-list-option .mat-list-item-content {
  padding: 0;
}
body .mat-mdc-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon,
body .mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon {
  display: inline-block;
}
body conversion-field .mat-mdc-form-field {
  display: inline;
}
.mat-mdc-radio-group:not(.flex-radio-group) {
  margin: 0;
}
.mat-mdc-radio-group:not(.flex-radio-group) mat-radio-button button:first-child,
.mat-mdc-radio-group:not(.flex-radio-group) mat-radio-button.mat-mdc-radio-button button:first-child,
.mat-mdc-radio-group:not(.flex-radio-group) .mat-radio-button button:first-child {
  padding-top: 0;
}
.mat-mdc-radio-group:not(.flex-radio-group) mat-radio-button button:last-child,
.mat-mdc-radio-group:not(.flex-radio-group) mat-radio-button.mat-mdc-radio-button button:last-child,
.mat-mdc-radio-group:not(.flex-radio-group) .mat-radio-button button:last-child {
  padding-bottom: 0;
}
.flex-radio-group.mat-mdc-radio-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 720px) {
  .flex-radio-group.mat-mdc-radio-group {
    flex-direction: column;
  }
}
.flex-radio-group.mat-mdc-radio-group .mat-mdc-radio-button {
  margin-right: 1rem;
}
.badge--red-primary .mat-badge-content {
  background: #cd0000 !important;
  color: #ffffff !important;
}
.badge--yellow-primary .mat-badge-content {
  background: #906700 !important;
  color: #ffffff !important;
}
.badge--blue-primary .mat-badge-content {
  background: #00799f !important;
  color: #ffffff !important;
}
.mat-mdc-tooltip {
  white-space: pre-wrap;
}
.mat-mdc-dialog-container .mdc-dialog__content {
  --mat-dialog-supporting-text-color: functions.map-deep-get( variables.$colours, black, "primary" );
}
.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  --mat-option-selected-state-layer-color: functions.map-deep-get( variables.$colours, black, "border" ) !important;
}
*[id$=report-options] mat-radio-button > .mdc-form-field .mdc-radio {
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
}
*[id$=report-options] .mdc-checkbox {
  margin-left: -11px;
}
app-filter-menu,
.mat-mdc-dialog-actions .mdc-button__label {
  letter-spacing: -0.015rem !important;
}
.mdc-tooltip__surface {
  max-width: 250px !important;
  line-height: 20px !important;
}
.multiline-tooltip {
  white-space: pre-wrap;
  max-width: unset !important;
}
.multiline-tooltip .mdc-tooltip__surface {
  max-width: unset !important;
}
mat-form-field {
  margin-bottom: 1rem;
}
mat-form-field:hover .mdc-notched-outline__leading,
mat-form-field:hover .mdc-notched-outline__notch,
mat-form-field:hover .mdc-notched-outline__trailing {
  border-width: 2px !important;
}
mat-form-field:not(.disabled) .mdc-text-field:not(:has(*[readonly=true])) {
  background-color: white;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 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, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #333333;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #0f7c3b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #d32f2f;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #0f7c3b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #0f7c3b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #333333;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #333333;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #0f7c3b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #0f7c3b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #d32f2f;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #b0b0b0;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #d32f2f;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #333333;
  --mat-progress-bar-track-color: rgba(51, 51, 51, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #0f7c3b;
  --mat-progress-bar-track-color: rgba(15, 124, 59, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #d32f2f;
  --mat-progress-bar-track-color: rgba(211, 47, 47, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #616161;
  --mat-tooltip-supporting-text-color: #fff;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 1rem;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: -0.015rem;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(51, 51, 51, 0.87);
  --mat-form-field-filled-caret-color: #333333;
  --mat-form-field-filled-focus-active-indicator-color: #333333;
  --mat-form-field-filled-focus-label-text-color: rgba(51, 51, 51, 0.87);
  --mat-form-field-outlined-caret-color: #333333;
  --mat-form-field-outlined-focus-outline-color: #333333;
  --mat-form-field-outlined-focus-label-text-color: rgba(51, 51, 51, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #d32f2f;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-filled-container-color: rgb(244.8, 244.8, 244.8);
  --mat-form-field-filled-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-error-hover-label-text-color: #d32f2f;
  --mat-form-field-filled-error-focus-label-text-color: #d32f2f;
  --mat-form-field-filled-error-label-text-color: #d32f2f;
  --mat-form-field-filled-error-caret-color: #d32f2f;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mat-form-field-filled-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #d32f2f;
  --mat-form-field-filled-error-focus-active-indicator-color: #d32f2f;
  --mat-form-field-filled-error-hover-active-indicator-color: #d32f2f;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-error-caret-color: #d32f2f;
  --mat-form-field-outlined-error-focus-label-text-color: #d32f2f;
  --mat-form-field-outlined-error-label-text-color: #d32f2f;
  --mat-form-field-outlined-error-hover-label-text-color: #d32f2f;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #d32f2f;
  --mat-form-field-outlined-error-hover-outline-color: #d32f2f;
  --mat-form-field-outlined-error-outline-color: #d32f2f;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(15, 124, 59, 0.87);
  --mat-form-field-filled-caret-color: #0f7c3b;
  --mat-form-field-filled-focus-active-indicator-color: #0f7c3b;
  --mat-form-field-filled-focus-label-text-color: rgba(15, 124, 59, 0.87);
  --mat-form-field-outlined-caret-color: #0f7c3b;
  --mat-form-field-outlined-focus-outline-color: #0f7c3b;
  --mat-form-field-outlined-focus-label-text-color: rgba(15, 124, 59, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(211, 47, 47, 0.87);
  --mat-form-field-filled-caret-color: #d32f2f;
  --mat-form-field-filled-focus-active-indicator-color: #d32f2f;
  --mat-form-field-filled-focus-label-text-color: rgba(211, 47, 47, 0.87);
  --mat-form-field-outlined-caret-color: #d32f2f;
  --mat-form-field-outlined-focus-outline-color: #d32f2f;
  --mat-form-field-outlined-focus-label-text-color: rgba(211, 47, 47, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1.4;
  --mat-form-field-subscript-text-size: 1rem;
  --mat-form-field-subscript-text-tracking: -0.015rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(51, 51, 51, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 47, 47, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(15, 124, 59, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 47, 47, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(211, 47, 47, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 47, 47, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: #212121;
  --mat-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
  --mat-chip-with-icon-disabled-icon-color: #212121;
  --mat-chip-with-icon-icon-color: #212121;
  --mat-chip-with-icon-selected-icon-color: #212121;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mat-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #333333;
  --mat-chip-elevated-disabled-container-color: #333333;
  --mat-chip-elevated-selected-container-color: #333333;
  --mat-chip-flat-disabled-selected-container-color: #333333;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #0f7c3b;
  --mat-chip-elevated-disabled-container-color: #0f7c3b;
  --mat-chip-elevated-selected-container-color: #0f7c3b;
  --mat-chip-flat-disabled-selected-container-color: #0f7c3b;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #d32f2f;
  --mat-chip-elevated-disabled-container-color: #d32f2f;
  --mat-chip-elevated-selected-container-color: #d32f2f;
  --mat-chip-flat-disabled-selected-container-color: #d32f2f;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}
html {
  --mat-slide-toggle-selected-focus-state-layer-color: #2e2e2e;
  --mat-slide-toggle-selected-handle-color: #2e2e2e;
  --mat-slide-toggle-selected-hover-state-layer-color: #2e2e2e;
  --mat-slide-toggle-selected-pressed-state-layer-color: #2e2e2e;
  --mat-slide-toggle-selected-focus-handle-color: #141414;
  --mat-slide-toggle-selected-hover-handle-color: #141414;
  --mat-slide-toggle-selected-pressed-handle-color: #141414;
  --mat-slide-toggle-selected-focus-track-color: #707070;
  --mat-slide-toggle-selected-hover-track-color: #707070;
  --mat-slide-toggle-selected-pressed-track-color: #707070;
  --mat-slide-toggle-selected-track-color: #707070;
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: #424242;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-track-color: #424242;
  --mat-slide-toggle-disabled-unselected-handle-color: #424242;
  --mat-slide-toggle-disabled-unselected-icon-color: #fff;
  --mat-slide-toggle-disabled-unselected-track-color: #424242;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #fff;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-unselected-hover-handle-color: #212121;
  --mat-slide-toggle-unselected-focus-handle-color: #212121;
  --mat-slide-toggle-unselected-focus-state-layer-color: #424242;
  --mat-slide-toggle-unselected-focus-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-icon-color: #fff;
  --mat-slide-toggle-unselected-handle-color: #616161;
  --mat-slide-toggle-unselected-hover-state-layer-color: #424242;
  --mat-slide-toggle-unselected-hover-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-pressed-handle-color: #212121;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #424242;
  --mat-slide-toggle-unselected-track-color: #e0e0e0;
}
html {
  --mdc-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-focus-state-layer-color: #259f61;
  --mat-slide-toggle-selected-handle-color: #259f61;
  --mat-slide-toggle-selected-hover-state-layer-color: #259f61;
  --mat-slide-toggle-selected-pressed-state-layer-color: #259f61;
  --mat-slide-toggle-selected-focus-handle-color: #0f7c3b;
  --mat-slide-toggle-selected-hover-handle-color: #0f7c3b;
  --mat-slide-toggle-selected-pressed-handle-color: #0f7c3b;
  --mat-slide-toggle-selected-focus-track-color: #6ac196;
  --mat-slide-toggle-selected-hover-track-color: #6ac196;
  --mat-slide-toggle-selected-pressed-track-color: #6ac196;
  --mat-slide-toggle-selected-track-color: #6ac196;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-focus-state-layer-color: #e53935;
  --mat-slide-toggle-selected-handle-color: #e53935;
  --mat-slide-toggle-selected-hover-state-layer-color: #e53935;
  --mat-slide-toggle-selected-pressed-state-layer-color: #e53935;
  --mat-slide-toggle-selected-focus-handle-color: #b71c1c;
  --mat-slide-toggle-selected-hover-handle-color: #b71c1c;
  --mat-slide-toggle-selected-pressed-handle-color: #b71c1c;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-state-layer-size: 40px;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #333333;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #333333;
  --mat-radio-selected-hover-icon-color: #333333;
  --mat-radio-selected-icon-color: #333333;
  --mat-radio-selected-pressed-icon-color: #333333;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #0f7c3b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #0f7c3b;
  --mat-radio-selected-hover-icon-color: #0f7c3b;
  --mat-radio-selected-icon-color: #0f7c3b;
  --mat-radio-selected-pressed-icon-color: #0f7c3b;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #d32f2f;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #d32f2f;
  --mat-radio-selected-hover-icon-color: #d32f2f;
  --mat-radio-selected-icon-color: #d32f2f;
  --mat-radio-selected-pressed-icon-color: #d32f2f;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
}
html {
  --mat-slider-active-track-color: #333333;
  --mat-slider-focus-handle-color: #333333;
  --mat-slider-focus-state-layer-color: rgba(51, 51, 51, 0.2);
  --mat-slider-handle-color: #333333;
  --mat-slider-hover-handle-color: #333333;
  --mat-slider-hover-state-layer-color: rgba(51, 51, 51, 0.05);
  --mat-slider-inactive-track-color: #333333;
  --mat-slider-ripple-color: #333333;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #333333;
  --mat-slider-disabled-active-track-color: #000;
  --mat-slider-disabled-handle-color: #000;
  --mat-slider-disabled-inactive-track-color: #000;
  --mat-slider-label-container-color: #000;
  --mat-slider-label-label-text-color: #fff;
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-slider-with-overlap-handle-outline-color: #fff;
  --mat-slider-with-tick-marks-disabled-container-color: #000;
}
html .mat-accent {
  --mat-slider-active-track-color: #0f7c3b;
  --mat-slider-focus-handle-color: #0f7c3b;
  --mat-slider-focus-state-layer-color: rgba(15, 124, 59, 0.2);
  --mat-slider-handle-color: #0f7c3b;
  --mat-slider-hover-handle-color: #0f7c3b;
  --mat-slider-hover-state-layer-color: rgba(15, 124, 59, 0.05);
  --mat-slider-inactive-track-color: #0f7c3b;
  --mat-slider-ripple-color: #0f7c3b;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #0f7c3b;
}
html .mat-warn {
  --mat-slider-active-track-color: #d32f2f;
  --mat-slider-focus-handle-color: #d32f2f;
  --mat-slider-focus-state-layer-color: rgba(211, 47, 47, 0.2);
  --mat-slider-handle-color: #d32f2f;
  --mat-slider-hover-handle-color: #d32f2f;
  --mat-slider-hover-state-layer-color: rgba(211, 47, 47, 0.05);
  --mat-slider-inactive-track-color: #d32f2f;
  --mat-slider-ripple-color: #d32f2f;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #d32f2f;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-disabled-label-text-color: black;
  --mat-list-list-item-disabled-leading-icon-color: black;
  --mat-list-list-item-disabled-trailing-icon-color: black;
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-hover-state-layer-color: black;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: black;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #333333;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #333333;
  --mat-radio-selected-hover-icon-color: #333333;
  --mat-radio-selected-icon-color: #333333;
  --mat-radio-selected-pressed-icon-color: #333333;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #0f7c3b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #0f7c3b;
  --mat-radio-selected-hover-icon-color: #0f7c3b;
  --mat-radio-selected-icon-color: #0f7c3b;
  --mat-radio-selected-pressed-icon-color: #0f7c3b;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #d32f2f;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #d32f2f;
  --mat-radio-selected-hover-icon-color: #d32f2f;
  --mat-radio-selected-icon-color: #d32f2f;
  --mat-radio-selected-pressed-icon-color: #d32f2f;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #333333;
  --mat-checkbox-selected-hover-icon-color: #333333;
  --mat-checkbox-selected-icon-color: #333333;
  --mat-checkbox-selected-pressed-icon-color: #333333;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #333333;
  --mat-checkbox-selected-hover-state-layer-color: #333333;
  --mat-checkbox-selected-pressed-state-layer-color: #333333;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #0f7c3b;
  --mat-checkbox-selected-hover-icon-color: #0f7c3b;
  --mat-checkbox-selected-icon-color: #0f7c3b;
  --mat-checkbox-selected-pressed-icon-color: #0f7c3b;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #0f7c3b;
  --mat-checkbox-selected-hover-state-layer-color: #0f7c3b;
  --mat-checkbox-selected-pressed-state-layer-color: #0f7c3b;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #d32f2f;
  --mat-checkbox-selected-hover-icon-color: #d32f2f;
  --mat-checkbox-selected-icon-color: #d32f2f;
  --mat-checkbox-selected-pressed-icon-color: #d32f2f;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #d32f2f;
  --mat-checkbox-selected-hover-state-layer-color: #d32f2f;
  --mat-checkbox-selected-pressed-state-layer-color: #d32f2f;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #333333;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 1.4;
  --mat-list-list-item-trailing-supporting-text-size: 1rem;
  --mat-list-list-item-trailing-supporting-text-tracking: -0.015rem;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 1.4;
  --mat-paginator-container-text-size: 1rem;
  --mat-paginator-container-text-tracking: -0.015rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 1rem;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #333333;
  --mat-tab-active-ripple-color: #333333;
  --mat-tab-inactive-ripple-color: #333333;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #333333;
  --mat-tab-active-hover-label-text-color: #333333;
  --mat-tab-active-focus-indicator-color: #333333;
  --mat-tab-active-hover-indicator-color: #333333;
  --mat-tab-active-indicator-color: #333333;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #0f7c3b;
  --mat-tab-active-ripple-color: #0f7c3b;
  --mat-tab-inactive-ripple-color: #0f7c3b;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #0f7c3b;
  --mat-tab-active-hover-label-text-color: #0f7c3b;
  --mat-tab-active-focus-indicator-color: #0f7c3b;
  --mat-tab-active-hover-indicator-color: #0f7c3b;
  --mat-tab-active-indicator-color: #0f7c3b;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #d32f2f;
  --mat-tab-active-ripple-color: #d32f2f;
  --mat-tab-inactive-ripple-color: #d32f2f;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #d32f2f;
  --mat-tab-active-hover-label-text-color: #d32f2f;
  --mat-tab-active-focus-indicator-color: #d32f2f;
  --mat-tab-active-hover-indicator-color: #d32f2f;
  --mat-tab-active-indicator-color: #d32f2f;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 1rem;
  --mat-tab-label-text-tracking: normal;
  --mat-tab-label-text-line-height: 1.4;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #0f7c3b;
  --mat-checkbox-selected-hover-icon-color: #0f7c3b;
  --mat-checkbox-selected-icon-color: #0f7c3b;
  --mat-checkbox-selected-pressed-icon-color: #0f7c3b;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #0f7c3b;
  --mat-checkbox-selected-hover-state-layer-color: #0f7c3b;
  --mat-checkbox-selected-pressed-state-layer-color: #0f7c3b;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #333333;
  --mat-checkbox-selected-hover-icon-color: #333333;
  --mat-checkbox-selected-icon-color: #333333;
  --mat-checkbox-selected-pressed-icon-color: #333333;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #333333;
  --mat-checkbox-selected-hover-state-layer-color: #333333;
  --mat-checkbox-selected-pressed-state-layer-color: #333333;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #d32f2f;
  --mat-checkbox-selected-hover-icon-color: #d32f2f;
  --mat-checkbox-selected-icon-color: #d32f2f;
  --mat-checkbox-selected-pressed-icon-color: #d32f2f;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #d32f2f;
  --mat-checkbox-selected-hover-state-layer-color: #d32f2f;
  --mat-checkbox-selected-pressed-state-layer-color: #d32f2f;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-filled-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-filled-disabled-state-layer-color: black;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: black;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-filled-state-layer-color: black;
  --mat-button-outlined-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: black;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: black;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-outlined-state-layer-color: black;
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-protected-disabled-state-layer-color: black;
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: black;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-protected-state-layer-color: black;
  --mat-button-text-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-text-disabled-state-layer-color: black;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: black;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-text-state-layer-color: black;
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-tonal-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-tonal-disabled-state-layer-color: black;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: black;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-tonal-state-layer-color: black;
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #333333;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #333333;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(51, 51, 51, 0.1);
  --mat-button-outlined-state-layer-color: #333333;
  --mat-button-protected-container-color: #333333;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #333333;
  --mat-button-text-ripple-color: rgba(51, 51, 51, 0.1);
  --mat-button-text-state-layer-color: #333333;
  --mat-button-tonal-container-color: #333333;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #0f7c3b;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #0f7c3b;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(15, 124, 59, 0.1);
  --mat-button-outlined-state-layer-color: #0f7c3b;
  --mat-button-protected-container-color: #0f7c3b;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #0f7c3b;
  --mat-button-text-ripple-color: rgba(15, 124, 59, 0.1);
  --mat-button-text-state-layer-color: #0f7c3b;
  --mat-button-tonal-container-color: #0f7c3b;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #d32f2f;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #d32f2f;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(211, 47, 47, 0.1);
  --mat-button-outlined-state-layer-color: #d32f2f;
  --mat-button-protected-container-color: #d32f2f;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #d32f2f;
  --mat-button-text-ripple-color: rgba(211, 47, 47, 0.1);
  --mat-button-text-state-layer-color: #d32f2f;
  --mat-button-tonal-container-color: #d32f2f;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 1rem;
  --mat-button-filled-label-text-tracking: normal;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 1rem;
  --mat-button-outlined-label-text-tracking: normal;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 1rem;
  --mat-button-protected-label-text-tracking: normal;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 1rem;
  --mat-button-text-label-text-tracking: normal;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 1rem;
  --mat-button-tonal-label-text-tracking: normal;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
}
html {
  --mat-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-state-layer-color: black;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #333333;
  --mat-icon-button-state-layer-color: #333333;
  --mat-icon-button-ripple-color: rgba(51, 51, 51, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #0f7c3b;
  --mat-icon-button-state-layer-color: #0f7c3b;
  --mat-icon-button-ripple-color: rgba(15, 124, 59, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #d32f2f;
  --mat-icon-button-state-layer-color: #d32f2f;
  --mat-icon-button-ripple-color: rgba(211, 47, 47, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: black;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-state-layer-color: black;
  --mat-fab-state-layer-color: black;
}
html .mat-mdc-fab.mat-primary,
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #333333;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #333333;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html .mat-mdc-fab.mat-accent,
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #0f7c3b;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #0f7c3b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html .mat-mdc-fab.mat-warn,
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #d32f2f;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #d32f2f;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 1rem;
  --mat-fab-extended-label-text-tracking: normal;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #333333;
  --mat-snack-bar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #c2c2c2;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #333333;
}
html .mat-accent {
  --mat-progress-spinner-active-indicator-color: #0f7c3b;
}
html .mat-warn {
  --mat-progress-spinner-active-indicator-color: #d32f2f;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #333333;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color: #0f7c3b;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #d32f2f;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-legacy-disabled-state-background-color: #eeeeee;
  --mat-button-toggle-legacy-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-button-toggle-legacy-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-button-toggle-legacy-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: black;
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #333333;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(51, 51, 51, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(51, 51, 51, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(51, 51, 51, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #333333;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(51, 51, 51, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #0f7c3b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(15, 124, 59, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(15, 124, 59, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(15, 124, 59, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(15, 124, 59, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #d32f2f;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(211, 47, 47, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(211, 47, 47, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(211, 47, 47, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(211, 47, 47, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #0f7c3b;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #d32f2f;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 1rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 1rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 1rem;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 1rem;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #333333;
}
.mat-icon.mat-accent {
  --mat-icon-color: #0f7c3b;
}
.mat-icon.mat-warn {
  --mat-icon-color: #d32f2f;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #333333;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #333333;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #333333;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #d32f2f;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #d32f2f;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #0f7c3b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #0f7c3b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #0f7c3b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #d32f2f;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #d32f2f;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #d32f2f;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #333333;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #0f7c3b;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #d32f2f;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-container-background-color: white;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 1rem;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: normal;
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 1;
  --mat-dialog-subhead-size: 1rem;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: normal;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 1.4;
  --mat-dialog-supporting-text-size: 1rem;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: -0.015rem;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1;
  --mat-radio-label-text-size: 1rem;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.4;
  --mat-checkbox-label-text-size: 1rem;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-checkbox-touch-target-display: none;
  --mat-checkbox-state-layer-size: 28px;
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 1rem;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 1.4;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 1rem;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 1rem;
  --mat-stepper-header-selected-state-label-text-size: 1rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
}
html {
  --mat-form-field-outlined-disabled-label-text-color: #666666;
}
abbr {
  margin: 0;
  padding: 0;
  width: min-content;
  display: inline-block;
  white-space: nowrap;
  cursor: help;
}
abbr[title] {
  border-bottom: 0.1rem dotted #1a1a1a !important;
  cursor: help !important;
  text-decoration: none !important;
  position: relative;
}
@media print {
  abbr[title] {
    border-bottom: none !important;
  }
  abbr[title]::after {
    content: "";
  }
}
@media (max-width: 720px) {
  abbr[title]:hover::after,
  abbr[title]:focus::after {
    content: attr(title);
    position: absolute;
    right: 0;
    top: 1rem;
    white-space: nowrap;
    max-width: unset !important;
    vertical-align: middle;
    height: auto !important;
    width: auto !important;
    line-height: 1 !important;
    color: #ffffff;
    border-radius: 0.5rem;
    margin: 1rem 0;
    padding: 0.5rem;
    text-overflow: ellipsis;
    background: rgba(97, 97, 97, 0.9);
    font-family:
      Roboto,
      "Helvetica Neue",
      sans-serif;
  }
  abbr[title].pre-wrap:hover::after,
  abbr[title].pre-wrap:focus::after {
    white-space: pre-wrap;
  }
  abbr[title].absolute-left:hover::after,
  abbr[title].absolute-left:focus::after {
    right: unset;
    left: 0;
  }
}
input[type=checkbox] {
  cursor: pointer !important;
}
@media (max-width: 720px) {
  .flex {
    margin-bottom: 0.5rem;
  }
}
.flex.flex--cols-none > .flex-child {
  width: auto;
  margin-right: 1rem;
}
.flex.flex--cols-none > .flex-child:only-child {
  margin-right: 0;
}
.flex.flex--cols-none > .flex-child.flex-child--flex-placeholder::before {
  content: "There is no need to have 'flex-child--flex-placeholder elements when using an flex container with class 'flex--cols-none'";
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button) {
  width: 50%;
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):nth-child(odd) {
  padding-right: 0.5rem;
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):nth-child(even) {
  padding-left: 0.5rem;
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--important {
  width: 50% !important;
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--odd-child {
  padding-left: 0;
  padding-right: 0.5rem;
}
.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--even-child {
  padding-left: 0.5rem;
  padding-right: 0;
}
@media (max-width: 720px) {
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):not(.flex-child--flex-grow):not(.flex-child--flex-shrink) {
    width: 100%;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):not(.flex-child--flex-grow):not(.flex-child--flex-shrink):is(.fieldset) {
    width: 100% !important;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):not(.flex-child--flex-grow):not(.flex-child--flex-shrink):nth-child(odd) {
    padding-right: 0;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):not(.flex-child--flex-grow):not(.flex-child--flex-shrink):nth-child(even) {
    padding-left: 0;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):not(.flex-child--flex-grow):not(.flex-child--flex-shrink).flex-child--important {
    width: 100% !important;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):not(.flex-child--flex-grow):not(.flex-child--flex-shrink).flex-child--flex-placeholder {
    display: none;
  }
}
@media print {
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button) {
    width: 50%;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):nth-child(odd) {
    padding-right: 0.5rem;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):nth-child(even) {
    padding-left: 0.5rem;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--important {
    width: 50% !important;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--odd-child {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .flex.flex--cols-2 > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--even-child {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):first-child {
  padding-right: 0;
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):last-child {
  padding-left: 1rem;
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):last-child:is(app-flag) {
  padding-left: 0;
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button):last-child:is(app-flag) .button {
  margin-left: 1rem !important;
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button).flex-child--flex-grow {
  padding-left: 0;
  padding-right: 0;
}
.flex.flex--cols-2-flag > .flex-child:not(.flex-child--full-width):not(.flex-child--side-bar):not(button) .button {
  padding: 0;
  margin: 0;
  min-width: 0;
  width: auto;
}
.flex.flex--cols-2.mat-expansion-panel-header-title {
  margin-bottom: 0;
}
.flex.flex--cols-3 > .flex-child {
  width: 33.3333333333%;
}
.flex.flex--cols-3 > .flex-child:nth-child(3n+1) {
  padding-left: 0;
  padding-right: 0.5rem;
}
.flex.flex--cols-3 > .flex-child:nth-child(3n+2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.flex.flex--cols-3 > .flex-child:nth-child(3n+3) {
  padding-left: 0.5rem;
  padding-right: 0;
}
.flex.flex--cols-3 > .flex-child.flex-child--two-third-width {
  width: 66.6666666667% !important;
  padding-left: 0;
}
@media (max-width: 1467px) {
  .flex.flex--cols-3 > .flex-child {
    width: 50%;
  }
  .flex.flex--cols-3 > .flex-child.flex-child--flex-placeholder {
    display: none;
  }
  .flex.flex--cols-3 > .flex-child:nth-child(odd) {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .flex.flex--cols-3 > .flex-child:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
@media (max-width: 720px) {
  .flex.flex--cols-3 > .flex-child {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media print {
  .flex.flex--cols-3 > .flex-child {
    width: 33.3333333333%;
  }
  .flex.flex--cols-3 > .flex-child:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .flex.flex--cols-3 > .flex-child:nth-child(3n+2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .flex.flex--cols-3 > .flex-child:nth-child(3n+3) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
  .flex.flex--cols-3 > .flex-child.flex-child--two-third-width {
    width: 66.6666666667% !important;
    padding-left: 0;
  }
}
.flex.flex--cols-4 > .flex-child {
  width: 25%;
}
.flex.flex--cols-4 > .flex-child:nth-child(4n+1) {
  padding-left: 0;
  padding-right: 0.5rem;
}
.flex.flex--cols-4 > .flex-child:nth-child(4n+2),
.flex.flex--cols-4 > .flex-child:nth-child(4n+3) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.flex.flex--cols-4 > .flex-child:nth-child(4n+4) {
  padding-left: 0.5rem;
  padding-right: 0;
}
@media (max-width: 1467px) {
  .flex.flex--cols-4 > .flex-child {
    width: 50%;
  }
  .flex.flex--cols-4 > .flex-child.flex-child--flex-placeholder {
    display: none;
  }
  .flex.flex--cols-4 > .flex-child:nth-child(odd) {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  .flex.flex--cols-4 > .flex-child:nth-child(even) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
@media (max-width: 720px) {
  .flex.flex--cols-4 > .flex-child {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media print {
  .flex.flex--cols-4 > .flex-child {
    width: 25%;
  }
}
.flex.flex--cols-5 > .flex-child {
  width: 20%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.flex.flex--cols-5 > .flex-child:nth-child(1),
.flex.flex--cols-5 > .flex-child:nth-child(2),
.flex.flex--cols-5 > .flex-child:nth-child(3),
.flex.flex--cols-5 > .flex-child:nth-child(4),
.flex.flex--cols-5 > .flex-child:nth-child(5) {
  margin-top: 0;
}
.flex.flex--cols-5 > .flex-child:nth-child(5n+1) {
  padding-left: 0;
}
.flex.flex--cols-5 > .flex-child:nth-child(5n+5) {
  padding-right: 0;
}
.flex.flex--cols-5 > .flex-child:nth-last-child(5),
.flex.flex--cols-5 > .flex-child:nth-last-child(4),
.flex.flex--cols-5 > .flex-child:nth-last-child(3),
.flex.flex--cols-5 > .flex-child:nth-last-child(2),
.flex.flex--cols-5 > .flex-child:nth-last-child(1) {
  margin-bottom: 0;
}
@media (max-width: 1467px) {
  .flex.flex--cols-5 > .flex-child {
    width: 33.3333333333%;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+3) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
  .flex.flex--cols-5 > .flex-child:nth-last-child(3),
  .flex.flex--cols-5 > .flex-child:nth-last-child(2),
  .flex.flex--cols-5 > .flex-child:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media (max-width: 720px) {
  .flex.flex--cols-5 > .flex-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 1rem !important;
    width: 100%;
  }
  .flex.flex--cols-5 > .flex-child:last-child {
    margin-bottom: 0 !important;
  }
}
@media print {
  .flex.flex--cols-5 > .flex-child {
    width: 33.3333333333%;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+2) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
  .flex.flex--cols-5 > .flex-child:nth-child(3n+3) {
    padding-left: 0.5rem;
    padding-right: 0;
  }
  .flex.flex--cols-5 > .flex-child:nth-last-child(3),
  .flex.flex--cols-5 > .flex-child:nth-last-child(2),
  .flex.flex--cols-5 > .flex-child:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.flex.flex--full-height {
  align-items: stretch;
}
.flex.flex--center-horizontal {
  justify-content: center;
}
.flex.flex--end-vertical {
  justify-content: flex-end;
}
.flex.flex--baseline-vertical {
  align-items: baseline;
}
.flex.flex--center-vertical {
  align-items: center;
}
.flex.flex--top-align-vertical {
  align-items: flex-start;
}
.flex.flex--nowrap {
  flex-wrap: nowrap;
}
.flex.flex--wrap {
  flex-wrap: wrap;
}
.flex.flex--justify-content-space-evenly {
  justify-content: space-evenly;
}
.flex .mat-expansion-panel-body {
  padding-top: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 720px) {
  .flex .mat-expansion-panel-body {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.report .flex.background-colour--grey-primary {
  padding: 1rem;
}
.flex-child {
}
.flex-child.flex-child--flex-grow {
  flex-grow: 1;
}
.flex-child.flex-child--flex-shrink {
  flex-shrink: 1;
  width: auto !important;
}
.flex-child.flex-child--side-bar {
  max-width: 360px;
  width: 100%;
  background-color: #f4f4f4;
  padding: 1rem;
  margin-left: 0.5rem;
}
.flex-child.flex-child--side-bar .flex.flex--cols-2 {
  justify-content: flex-end;
}
@media (max-width: 1467px) {
  .flex-child.flex-child--side-bar {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 720px) {
  .flex-child.flex-child--side-bar {
    padding: 0.5rem;
  }
  .flex-child.flex-child--side-bar.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width),
  .flex-child.flex-child--side-bar section.flex.flex--cols-2 > .flex-child:not(.flex-child--full-width) {
    width: 50%;
  }
}
@media print {
  .flex-child.flex-child--side-bar {
    max-width: 100%;
    margin-left: 0;
  }
}
.flex-child.flex-child--full-width {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.flex-child.flex-child--full-width.hr {
  padding: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}
.flex-child.flex-child--align-top {
  align-self: flex-start;
}
.flex-child.flex-child--align-top mat-form-field,
.flex-child.flex-child--align-top .mat-mdc-form-field,
.flex-child.flex-child--align-top mat-form-field.mat-form-field {
}
.flex-child.flex-child--align-top mat-form-field .mat-form-field-subscript-wrapper,
.flex-child.flex-child--align-top .mat-mdc-form-field .mat-form-field-subscript-wrapper,
.flex-child.flex-child--align-top mat-form-field.mat-form-field .mat-form-field-subscript-wrapper {
  padding: 0;
  margin: 0;
}
.flex-child.flex-child--align-bottom {
  align-self: flex-end;
}
.flex-child.flex-child--align-center {
  align-self: center;
}
.flex-child.flex-child--left-child {
  padding-left: 0 !important;
  padding-right: 0.5rem !important;
}
.flex-child.flex-child--middle-child {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.flex-child.flex-child--right-child {
  padding-left: 0.5rem !important;
  padding-right: 0 !important;
}
.flex-child .mat-mdc-form-field {
  width: 100%;
}
.flex-child mat-checkbox.mat-mdc-checkbox {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #1a1a1a;
  overflow-x: hidden;
  height: 100%;
  min-width: 360px;
  max-width: 1920px;
}
@media (min-width: 1920px) {
  body {
    margin: 0 auto !important;
    box-shadow: 0 0 1rem #666666;
  }
}
@media (max-width: 360px) {
  body {
    overflow-x: visible;
  }
}
body main {
  position: relative;
  z-index: 1;
}
@media print {
  body main {
    padding: 0 !important;
    padding-left: 3rem !important;
  }
}
a {
  text-decoration: none;
  color: #008000 !important;
}
a .mdc-list-item__primary-text {
  color: #118847 !important;
}
a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.disabled {
  color: #1a1a1a !important;
  opacity: 0.5;
  cursor: not-allowed !important;
}
.disabled * {
  cursor: inherit !important;
}
.padded-form {
  padding: 0 1em 0 1em;
}
.left-padded-form {
  padding: 0 0 0 1em;
}
.no-padding-horizontal {
  padding-left: 0;
  padding-right: 0;
}
.main-content {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.main-content .calculator-name-form {
  margin-top: 1.4em;
}
.main-content .clear-toolbar {
  background: transparent;
}
.main-content .main-header .main-title {
  margin: 0.5em 0 0 1.1em;
  font-size: 1.375rem;
}
.main-content .toolbar-primary-icon {
  color: #118847;
  margin: 0.4em 0.5em 0 0;
}
.main-content .toolbar-primary-icon i {
  font-size: 1.125rem;
}
.main-content .form-buttons {
  margin-right: 1em !important;
}
.main-content .form-buttons button {
  float: right;
  margin-left: 1em;
}
.main-content .toolbar-buttons {
  color: #118847;
}
.main-content .main-toolbar .toolbar-title {
  text-transform: uppercase;
}
.main-content .padded-content {
  padding: 0 1.5em 3em 1.5em;
}
.main-content .title-divider {
  margin-top: -1em;
  margin-bottom: 2em;
}
.main-content .mat-form-field-appearance-outline .mat-form-field-flex {
  margin-top: 0.25em;
}
.main-content .mat-mdc-checkbox {
  margin-right: 2em;
  margin-bottom: 2em;
}
.main-content .row {
  margin: 1em 0;
}
.main-content .sub-section {
  margin: 0 1em 1em 1em;
  padding: 0.5em 0 0.5em 0;
  background-color: #ffffff;
}
.main-content .icon-button i {
  vertical-align: middle;
}
.main-content .icon-button span {
  vertical-align: middle;
  margin-left: 0.5em;
}
.main-content .slider-hint {
  margin: -1.5em 2em 0 1em;
}
.main-content .slider-hint span {
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-weight: 400;
  line-height: 1.125;
  font-size: 0.75rem;
  vertical-align: top;
}
.main-content .mat-slider-horizontal {
  width: 100%;
}
.main-content .mat-slider-horizontal .mat-slider-wrapper {
  margin-right: 2em !important;
}
.mat-suffix {
  font-size: 0.75rem;
}
.mat-tab-label,
.mat-mdc-tab-link {
  color: #118847;
}
.mat-accent .mat-mdc-option.mat-selected:not(.mat-option-disabled) {
  color: #118847;
}
.printLayout {
  display: none;
  width: 600px;
}
.printLayout table {
  width: 100%;
}
.screnPrintLayout {
  display: block;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .printLayout {
    display: block;
    width: 600px;
  }
  .printScreenLayout {
    display: block;
    width: 960px;
  }
  .printScreenLayout table {
    width: 100%;
  }
  .print-footer {
    width: 960px;
    background-color: #ffffff white;
    padding-bottom: 2em;
  }
  .OSAutoMarginTop {
    display: none;
  }
  .display--block {
    display: none;
  }
  .mat-mdc-tooltip-panel {
    display: none !important;
  }
  mat-tab-header {
    display: none !important;
  }
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.mat-checkbox-layout {
  white-space: normal !important;
}
.cdk-keyboard-focused {
  outline: -webkit-focus-ring-color auto 5px !important;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.hide {
  display: none !important;
}
.summary-container {
  width: 100%;
}
.profile-details-wrapper {
  display: table-row;
}
.profile-details {
  display: inline-block;
  vertical-align: bottom;
}
.notes {
  white-space: pre-wrap;
}
.tab-section {
  margin: 1em 1em 0.5em 0.5em !important;
}
.spinner {
  margin: 10px 10px 10px 10px;
}
.no-padding {
  padding: 0 !important;
}
.radio-group-column {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}
.radio-group-row {
  display: flex;
  flex-direction: row;
  margin: 15px 0;
}
.no-wrap {
  white-space: nowrap;
}
.inline {
  display: inline;
}
.date-picker-step .mat-mdc-form-field-icon-suffix {
  display: inline-flex !important;
  align-items: center !important;
  flex: none !important;
  white-space: nowrap !important;
}
mat-form-field.mat-form-field-invalid {
  --mat-form-field-outlined-outline-width: 2px;
  --mat-form-field-outlined-error-label-text-color: map-deep-get( $colours, gray, "tertiary" );
  --mat-form-field-outlined-error-hover-label-text-color: map-deep-get( $colours, gray, "tertiary" );
}

/* angular:styles/global:styles */
