/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/scss/style.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*@import '@satel/ngx-datatable/index.css'; */
@font-face {
  font-family: "data-table";
  src: url('data-table.19a1c5c211a201d8.eot');
  src: url('data-table.19a1c5c211a201d8.eot?#iefix') format("embedded-opentype"), url('data-table.d233a8724a9532b6.woff') format("woff"), url('data-table.4f99927ffc558471.ttf') format("truetype"), url('data-table.029992b38cb863a4.svg#data-table') format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "data-table" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=datatable-icon-]:before,
[class*=" datatable-icon-"]:before {
  font-family: "data-table" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.datatable-icon-filter:before {
  content: "b";
}

.datatable-icon-collapse:before {
  content: "a";
}

.datatable-icon-expand:before {
  content: "c";
}

.datatable-icon-close:before {
  content: "d";
}

.datatable-icon-up:before {
  content: "e";
}

.datatable-icon-down:before {
  content: "f";
}

.datatable-icon-sort:before {
  content: "g";
}

.datatable-icon-done:before {
  content: "h";
}

.datatable-icon-done-all:before {
  content: "i";
}

.datatable-icon-search:before {
  content: "j";
}

.datatable-icon-pin:before {
  content: "k";
}

.datatable-icon-add:before {
  content: "m";
}

.datatable-icon-left:before {
  content: "o";
}

.datatable-icon-right:before {
  content: "p";
}

.datatable-icon-skip:before {
  content: "q";
}

.datatable-icon-prev:before {
  content: "r";
}

/*
  This stylesheet uses scss valiables for most of the colors / background-colors of the table
  to enable the customization of the displayed table without cloning the stylesheet into the
  own application.

  To modify table colors, add the following lines to the scss file of your application
  (this example modifies the color of the selected row - selectionType = single, multi or multiClick):

  $ngx-datatable-selected-active-background: yellow;
  $ngx-datatable-selected-active-background-hover: rgba(yellow, 0.2);

  @import '~@swimlane/ngx-datatable/index.css';
  @import '~@swimlane/ngx-datatable/themes/material.scss';
  @import '~@swimlane/ngx-datatable/assets/icons.css';

That's all.
*/
.ngx-datatable.material {
  background: #fff;
  /**
  * Shared Styles
  */
  /**
  * Global Row Styles
  */
  /**
  * Header Styles
  */
  /**
  * Body Styles
  */
  /**
  * Footer Styles
  */
}
.ngx-datatable.material.striped .datatable-row-odd {
  background: #eee;
}
.ngx-datatable.material.single-selection .datatable-body-row.active, .ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active, .ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active, .ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background-color: #eee;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:hover, .ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:hover, .ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #e8e8e8;
  color: #fff;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:focus, .ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:focus, .ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #f5f5f5;
  color: #fff;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover, .ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus, .ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:hover, .ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:focus, .ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active, .ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: #eee;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover, .ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: #e8e8e8;
  color: #fff;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus, .ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #f5f5f5;
  color: #fff;
}
.ngx-datatable.material .empty-row {
  height: 50px;
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .loading-row {
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: #fff;
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
  background-position: 0 0;
  background-color: #fff;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  text-align: left;
  padding: 8px 1.2rem;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 500;
  line-height: 333.3%;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
  position: relative;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
  transition: transform 400ms ease, opacity 400ms ease;
  opacity: 0.5;
  transform: scale(1);
}
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  background: #eee;
  border-radius: 100%;
  opacity: 1;
  filter: none;
  transform: scale(0);
  z-index: 9999;
  pointer-events: none;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
  border-right: none;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.align-start {
  text-align: left;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.align-center {
  text-align: center;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.align-end {
  text-align: right;
}
.ngx-datatable.material .datatable-header .resize-handle {
  border-right: solid 1px #eee;
}
.ngx-datatable.material .datatable-body {
  position: relative;
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
  background: #f5f5f5;
  padding: 10px;
}
.ngx-datatable.material .datatable-body .datatable-group-header {
  background: #f5f5f5;
}
.ngx-datatable.material .datatable-body .datatable-row-wrapper:first-child {
  border-top: none;
}
.ngx-datatable.material .datatable-body .datatable-row-wrapper {
  border-top-color: rgba(0, 0, 0, 0.12);
  border-top-width: 1px;
  border-top-style: solid;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell-label {
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: 6px 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell.flex-align-end {
  place-content: stretch flex-end;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell.flex-align-start {
  place-content: stretch flex-start;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell.flex-align-center {
  place-content: stretch flex-start;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell {
  text-align: left;
  padding: 6px 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .progress-linear {
  display: block;
  position: sticky;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  top: 0;
}
.ngx-datatable.material .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
  background-color: rgb(170, 209, 249);
}
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
  transition: all 0.2s linear;
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s linear;
  background-color: rgb(16, 108, 200);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
.ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
.ngx-datatable.material .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.material .datatable-footer .datatable-pager {
  margin: 0 10px;
}
.ngx-datatable.material .datatable-footer .datatable-pager li {
  vertical-align: middle;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: transparent !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: rgba(158, 158, 158, 0.2);
  font-weight: bold;
}
.ngx-datatable.material .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  margin: 6px 3px;
  text-align: center;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  vertical-align: bottom;
}
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(158, 158, 158, 0.2);
}
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 20px;
  line-height: 20px;
  padding: 0 3px;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}

/**
 * Checkboxes
**/
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  min-height: 100%;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
}
.datatable-checkbox input[type=checkbox] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: none;
}
.datatable-checkbox input[type=checkbox]:before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f2f2f2;
}
.datatable-checkbox input[type=checkbox]:checked:before {
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
.datatable-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  cursor: pointer;
}

/**
 * Progress bar animations
 */
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Regular.475ba9e4e2d63456.woff2') format("woff2"), url('Roboto-Regular.bcefbfee882bc1cb.woff') format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Regular";
  src: url('Roboto-Regular.475ba9e4e2d63456.woff2') format("woff2"), url('Roboto-Regular.bcefbfee882bc1cb.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-RegularItalic.e3a9ebdaac06bbc4.woff2') format("woff2"), url('Roboto-RegularItalic.0668fae6af0cf8c2.woff') format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-RegularItalic";
  src: url('Roboto-RegularItalic.e3a9ebdaac06bbc4.woff2') format("woff2"), url('Roboto-RegularItalic.0668fae6af0cf8c2.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Light.0e01b6cd13b3857f.woff2') format("woff2"), url('Roboto-Light.603ca9a537b88428.woff') format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Light";
  src: url('Roboto-Light.0e01b6cd13b3857f.woff2') format("woff2"), url('Roboto-Light.603ca9a537b88428.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-LightItalic.232ef4b20215f720.woff2') format("woff2"), url('Roboto-LightItalic.1b5e142f787151c8.woff') format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url('Roboto-LightItalic.232ef4b20215f720.woff2') format("woff2"), url('Roboto-LightItalic.1b5e142f787151c8.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Thin.f7a95c9c5999532c.woff2') format("woff2"), url('Roboto-Thin.c13c157cb81e8ebb.woff') format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url('Roboto-Thin.f7a95c9c5999532c.woff2') format("woff2"), url('Roboto-Thin.c13c157cb81e8ebb.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-ThinItalic.b0e084abf689f393.woff2') format("woff2"), url('Roboto-ThinItalic.1111028df6cea564.woff') format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url('Roboto-ThinItalic.b0e084abf689f393.woff2') format("woff2"), url('Roboto-ThinItalic.1111028df6cea564.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Medium.457532032ceb0168.woff2') format("woff2"), url('Roboto-Medium.6e1ae5f0b324a0aa.woff') format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Medium";
  src: url('Roboto-Medium.457532032ceb0168.woff2') format("woff2"), url('Roboto-Medium.6e1ae5f0b324a0aa.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-MediumItalic.872f7060602d55d2.woff2') format("woff2"), url('Roboto-MediumItalic.e06fb533801cbb08.woff') format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url('Roboto-MediumItalic.872f7060602d55d2.woff2') format("woff2"), url('Roboto-MediumItalic.e06fb533801cbb08.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Bold.447291a88c067396.woff2') format("woff2"), url('Roboto-Bold.fc482e6133cf5e26.woff') format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url('Roboto-Bold.447291a88c067396.woff2') format("woff2"), url('Roboto-Bold.fc482e6133cf5e26.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-BoldItalic.1b15168ef6fa4e16.woff2') format("woff2"), url('Roboto-BoldItalic.e26ba339b06f09f7.woff') format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url('Roboto-BoldItalic.1b15168ef6fa4e16.woff2') format("woff2"), url('Roboto-BoldItalic.e26ba339b06f09f7.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-Black.2eaa390d458c877d.woff2') format("woff2"), url('Roboto-Black.b25f67ad8583da68.woff') format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  src: url('Roboto-Black.2eaa390d458c877d.woff2') format("woff2"), url('Roboto-Black.b25f67ad8583da68.woff') format("woff");
}
@font-face {
  font-family: "Roboto";
  src: url('Roboto-BlackItalic.7dc03ee444552bc5.woff2') format("woff2"), url('Roboto-BlackItalic.c8dc642467cb3099.woff') format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url('Roboto-BlackItalic.7dc03ee444552bc5.woff2') format("woff2"), url('Roboto-BlackItalic.c8dc642467cb3099.woff') format("woff");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('MaterialIcons-Regular.3a8fbde208102acd.eot');
  /* For IE6-8 */
  src: local("☺"), url('MaterialIcons-Regular.d841c82a7a75cf4e.woff2') format("woff2"), url('MaterialIcons-Regular.05c4a49a79c68478.woff') format("woff"), url('MaterialIcons-Regular.1b42c84ace280c87.ttf') format("truetype");
}
@font-face {
  font-family: "Material Fill Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local("☺"), url('MaterialFillIcons-Regular.d426e0d835b5bb42.woff2') format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons.fill {
  font-family: "Material Fill Icons";
}

.material-icons._10k:before {
  content: "\e951";
}

.material-icons._10mp:before {
  content: "\e952";
}

.material-icons._11mp:before {
  content: "\e953";
}

.material-icons._123:before {
  content: "\eb8d";
}

.material-icons._12mp:before {
  content: "\e954";
}

.material-icons._13mp:before {
  content: "\e955";
}

.material-icons._14mp:before {
  content: "\e956";
}

.material-icons._15mp:before {
  content: "\e957";
}

.material-icons._16mp:before {
  content: "\e958";
}

.material-icons._17mp:before {
  content: "\e959";
}

.material-icons._18_up_rating:before {
  content: "\f8fd";
}

.material-icons._18mp:before {
  content: "\e95a";
}

.material-icons._19mp:before {
  content: "\e95b";
}

.material-icons._1k:before {
  content: "\e95c";
}

.material-icons._1k_plus:before {
  content: "\e95d";
}

.material-icons._1x_mobiledata:before {
  content: "\efcd";
}

.material-icons._1x_mobiledata_badge:before {
  content: "\f7f1";
}

.material-icons._20mp:before {
  content: "\e95e";
}

.material-icons._21mp:before {
  content: "\e95f";
}

.material-icons._22mp:before {
  content: "\e960";
}

.material-icons._23mp:before {
  content: "\e961";
}

.material-icons._24mp:before {
  content: "\e962";
}

.material-icons._2d:before {
  content: "\ef37";
}

.material-icons._2k:before {
  content: "\e963";
}

.material-icons._2k_plus:before {
  content: "\e964";
}

.material-icons._2mp:before {
  content: "\e965";
}

.material-icons._30fps:before {
  content: "\efce";
}

.material-icons._30fps_select:before {
  content: "\efcf";
}

.material-icons._360:before {
  content: "\e577";
}

.material-icons._3d_rotation:before {
  content: "\e84d";
}

.material-icons._3g_mobiledata:before {
  content: "\efd0";
}

.material-icons._3g_mobiledata_badge:before {
  content: "\f7f0";
}

.material-icons._3k:before {
  content: "\e966";
}

.material-icons._3k_plus:before {
  content: "\e967";
}

.material-icons._3mp:before {
  content: "\e968";
}

.material-icons._3p:before {
  content: "\efd1";
}

.material-icons._4g_mobiledata:before {
  content: "\efd2";
}

.material-icons._4g_mobiledata_badge:before {
  content: "\f7ef";
}

.material-icons._4g_plus_mobiledata:before {
  content: "\efd3";
}

.material-icons._4k:before {
  content: "\e072";
}

.material-icons._4k_plus:before {
  content: "\e969";
}

.material-icons._4mp:before {
  content: "\e96a";
}

.material-icons._50mp:before {
  content: "\f6f3";
}

.material-icons._5g:before {
  content: "\ef38";
}

.material-icons._5g_mobiledata_badge:before {
  content: "\f7ee";
}

.material-icons._5k:before {
  content: "\e96b";
}

.material-icons._5k_plus:before {
  content: "\e96c";
}

.material-icons._5mp:before {
  content: "\e96d";
}

.material-icons._60fps:before {
  content: "\efd4";
}

.material-icons._60fps_select:before {
  content: "\efd5";
}

.material-icons._6_ft_apart:before {
  content: "\f21e";
}

.material-icons._6k:before {
  content: "\e96e";
}

.material-icons._6k_plus:before {
  content: "\e96f";
}

.material-icons._6mp:before {
  content: "\e970";
}

.material-icons._7k:before {
  content: "\e971";
}

.material-icons._7k_plus:before {
  content: "\e972";
}

.material-icons._7mp:before {
  content: "\e973";
}

.material-icons._8k:before {
  content: "\e974";
}

.material-icons._8k_plus:before {
  content: "\e975";
}

.material-icons._8mp:before {
  content: "\e976";
}

.material-icons._9k:before {
  content: "\e977";
}

.material-icons._9k_plus:before {
  content: "\e978";
}

.material-icons._9mp:before {
  content: "\e979";
}

.material-icons.a:before {
  content: "A";
}

.material-icons.abc:before {
  content: "\eb94";
}

.material-icons.ac_unit:before {
  content: "\eb3b";
}

.material-icons.accessibility:before {
  content: "\e84e";
}

.material-icons.accessibility_new:before {
  content: "\e92c";
}

.material-icons.accessible:before {
  content: "\e914";
}

.material-icons.accessible_forward:before {
  content: "\e934";
}

.material-icons.account_balance:before {
  content: "\e84f";
}

.material-icons.account_balance_wallet:before {
  content: "\e850";
}

.material-icons.account_box:before {
  content: "\e416";
}

.material-icons.account_circle:before {
  content: "\e853";
}

.material-icons.account_circle_off:before {
  content: "\f7b3";
}

.material-icons.account_tree:before {
  content: "\e97a";
}

.material-icons.activity_zone:before {
  content: "\e1e6";
}

.material-icons.acute:before {
  content: "\e4cb";
}

.material-icons.ad:before {
  content: "\e65a";
}

.material-icons.ad_group:before {
  content: "\e65b";
}

.material-icons.ad_group_off:before {
  content: "\eae5";
}

.material-icons.ad_off:before {
  content: "\f7b2";
}

.material-icons.ad_units:before {
  content: "\ef39";
}

.material-icons.adb:before {
  content: "\e60e";
}

.material-icons.add:before {
  content: "\e145";
}

.material-icons.add_a_photo:before {
  content: "\e439";
}

.material-icons.add_ad:before {
  content: "\e72a";
}

.material-icons.add_alert:before {
  content: "\e003";
}

.material-icons.add_box:before {
  content: "\e146";
}

.material-icons.add_business:before {
  content: "\e729";
}

.material-icons.add_call:before {
  content: "\e0e8";
}

.material-icons.add_card:before {
  content: "\eb86";
}

.material-icons.add_chart:before {
  content: "\e97b";
}

.material-icons.add_circle:before {
  content: "\e147";
}

.material-icons.add_comment:before {
  content: "\e266";
}

.material-icons.add_home:before {
  content: "\f8eb";
}

.material-icons.add_home_work:before {
  content: "\f8ed";
}

.material-icons.add_link:before {
  content: "\e178";
}

.material-icons.add_location:before {
  content: "\e567";
}

.material-icons.add_location_alt:before {
  content: "\ef3a";
}

.material-icons.add_moderator:before {
  content: "\e97d";
}

.material-icons.add_notes:before {
  content: "\e091";
}

.material-icons.add_photo_alternate:before {
  content: "\e43e";
}

.material-icons.add_reaction:before {
  content: "\e1d3";
}

.material-icons.add_road:before {
  content: "\ef3b";
}

.material-icons.add_shopping_cart:before {
  content: "\e854";
}

.material-icons.add_task:before {
  content: "\f23a";
}

.material-icons.add_to_drive:before {
  content: "\e65c";
}

.material-icons.add_to_home_screen:before {
  content: "\e1fe";
}

.material-icons.add_to_photos:before {
  content: "\e39d";
}

.material-icons.add_to_queue:before {
  content: "\e05c";
}

.material-icons.adf_scanner:before {
  content: "\eada";
}

.material-icons.adjust:before {
  content: "\e39e";
}

.material-icons.admin_meds:before {
  content: "\e48d";
}

.material-icons.admin_panel_settings:before {
  content: "\ef3d";
}

.material-icons.ads_click:before {
  content: "\e762";
}

.material-icons.agender:before {
  content: "\f888";
}

.material-icons.agriculture:before {
  content: "\ea79";
}

.material-icons.air:before {
  content: "\efd8";
}

.material-icons.air_freshener:before {
  content: "\e2ca";
}

.material-icons.air_purifier_gen:before {
  content: "\e829";
}

.material-icons.airline_seat_flat:before {
  content: "\e630";
}

.material-icons.airline_seat_flat_angled:before {
  content: "\e631";
}

.material-icons.airline_seat_individual_suite:before {
  content: "\e632";
}

.material-icons.airline_seat_legroom_extra:before {
  content: "\e633";
}

.material-icons.airline_seat_legroom_normal:before {
  content: "\e634";
}

.material-icons.airline_seat_legroom_reduced:before {
  content: "\e635";
}

.material-icons.airline_seat_recline_extra:before {
  content: "\e636";
}

.material-icons.airline_seat_recline_normal:before {
  content: "\e637";
}

.material-icons.airline_stops:before {
  content: "\e7d0";
}

.material-icons.airlines:before {
  content: "\e7ca";
}

.material-icons.airplane_ticket:before {
  content: "\efd9";
}

.material-icons.airplanemode_active:before {
  content: "\e195";
}

.material-icons.airplanemode_inactive:before {
  content: "\e194";
}

.material-icons.airplay:before {
  content: "\e055";
}

.material-icons.airport_shuttle:before {
  content: "\eb3c";
}

.material-icons.airwave:before {
  content: "\e29c";
}

.material-icons.alarm:before {
  content: "\e190";
}

.material-icons.alarm_add:before {
  content: "\e193";
}

.material-icons.alarm_off:before {
  content: "\e857";
}

.material-icons.alarm_on:before {
  content: "\e858";
}

.material-icons.alarm_smart_wake:before {
  content: "\f6b0";
}

.material-icons.album:before {
  content: "\e019";
}

.material-icons.align_center:before {
  content: "\e356";
}

.material-icons.align_end:before {
  content: "\f797";
}

.material-icons.align_flex_center:before {
  content: "\f796";
}

.material-icons.align_flex_end:before {
  content: "\f795";
}

.material-icons.align_flex_start:before {
  content: "\f794";
}

.material-icons.align_horizontal_center:before {
  content: "\e00f";
}

.material-icons.align_horizontal_left:before {
  content: "\e00d";
}

.material-icons.align_horizontal_right:before {
  content: "\e010";
}

.material-icons.align_items_stretch:before {
  content: "\f793";
}

.material-icons.align_justify_center:before {
  content: "\f792";
}

.material-icons.align_justify_flex_end:before {
  content: "\f791";
}

.material-icons.align_justify_flex_start:before {
  content: "\f790";
}

.material-icons.align_justify_space_around:before {
  content: "\f78f";
}

.material-icons.align_justify_space_between:before {
  content: "\f78e";
}

.material-icons.align_justify_space_even:before {
  content: "\f78d";
}

.material-icons.align_justify_stretch:before {
  content: "\f78c";
}

.material-icons.align_self_stretch:before {
  content: "\f78b";
}

.material-icons.align_space_around:before {
  content: "\f78a";
}

.material-icons.align_space_between:before {
  content: "\f789";
}

.material-icons.align_space_even:before {
  content: "\f788";
}

.material-icons.align_start:before {
  content: "\f787";
}

.material-icons.align_stretch:before {
  content: "\f786";
}

.material-icons.align_vertical_bottom:before {
  content: "\e015";
}

.material-icons.align_vertical_center:before {
  content: "\e011";
}

.material-icons.align_vertical_top:before {
  content: "\e00c";
}

.material-icons.all_inbox:before {
  content: "\e97f";
}

.material-icons.all_inclusive:before {
  content: "\eb3d";
}

.material-icons.all_match:before {
  content: "\e093";
}

.material-icons.all_out:before {
  content: "\e90b";
}

.material-icons.allergies:before {
  content: "\e094";
}

.material-icons.allergy:before {
  content: "\e64e";
}

.material-icons.alt_route:before {
  content: "\f184";
}

.material-icons.alternate_email:before {
  content: "\e0e6";
}

.material-icons.altitude:before {
  content: "\f873";
}

.material-icons.ambient_screen:before {
  content: "\f6c4";
}

.material-icons.ambulance:before {
  content: "\f803";
}

.material-icons.amend:before {
  content: "\f802";
}

.material-icons.amp_stories:before {
  content: "\ea13";
}

.material-icons.analytics:before {
  content: "\ef3e";
}

.material-icons.anchor:before {
  content: "\f1cd";
}

.material-icons.android:before {
  content: "\e859";
}

.material-icons.animation:before {
  content: "\e71c";
}

.material-icons.aod:before {
  content: "\efda";
}

.material-icons.aod_tablet:before {
  content: "\f89f";
}

.material-icons.aod_watch:before {
  content: "\f6ac";
}

.material-icons.apartment:before {
  content: "\ea40";
}

.material-icons.api:before {
  content: "\f1b7";
}

.material-icons.apk_document:before {
  content: "\f88e";
}

.material-icons.apk_install:before {
  content: "\f88f";
}

.material-icons.app_badging:before {
  content: "\f72f";
}

.material-icons.app_blocking:before {
  content: "\ef3f";
}

.material-icons.app_promo:before {
  content: "\e981";
}

.material-icons.app_registration:before {
  content: "\ef40";
}

.material-icons.app_shortcut:before {
  content: "\eae4";
}

.material-icons.approval:before {
  content: "\e982";
}

.material-icons.approval_delegation:before {
  content: "\f84a";
}

.material-icons.apps:before {
  content: "\e5c3";
}

.material-icons.apps_outage:before {
  content: "\e7cc";
}

.material-icons.aq:before {
  content: "\f55a";
}

.material-icons.aq_indoor:before {
  content: "\f55b";
}

.material-icons.ar_on_you:before {
  content: "\ef7c";
}

.material-icons.architecture:before {
  content: "\ea3b";
}

.material-icons.archive:before {
  content: "\e149";
}

.material-icons.area_chart:before {
  content: "\e770";
}

.material-icons.arming_countdown:before {
  content: "\e78a";
}

.material-icons.arrow_and_edge:before {
  content: "\f5d7";
}

.material-icons.arrow_back:before {
  content: "\e5c4";
}

.material-icons.arrow_back_ios:before {
  content: "\e5e0";
}

.material-icons.arrow_back_ios_new:before {
  content: "\e2ea";
}

.material-icons.arrow_circle_down:before {
  content: "\f181";
}

.material-icons.arrow_circle_left:before {
  content: "\eaa7";
}

.material-icons.arrow_circle_right:before {
  content: "\eaaa";
}

.material-icons.arrow_circle_up:before {
  content: "\f182";
}

.material-icons.arrow_downward:before {
  content: "\e5db";
}

.material-icons.arrow_downward_alt:before {
  content: "\e984";
}

.material-icons.arrow_drop_down:before {
  content: "\e5c5";
}

.material-icons.arrow_drop_down_circle:before {
  content: "\e5c6";
}

.material-icons.arrow_drop_up:before {
  content: "\e5c7";
}

.material-icons.arrow_forward:before {
  content: "\e5c8";
}

.material-icons.arrow_forward_ios:before {
  content: "\e5e1";
}

.material-icons.arrow_insert:before {
  content: "\f837";
}

.material-icons.arrow_left:before {
  content: "\e5de";
}

.material-icons.arrow_left_alt:before {
  content: "\ef7d";
}

.material-icons.arrow_or_edge:before {
  content: "\f5d6";
}

.material-icons.arrow_outward:before {
  content: "\f8ce";
}

.material-icons.arrow_range:before {
  content: "\f69b";
}

.material-icons.arrow_right:before {
  content: "\e5df";
}

.material-icons.arrow_right_alt:before {
  content: "\e941";
}

.material-icons.arrow_selector_tool:before {
  content: "\f82f";
}

.material-icons.arrow_split:before {
  content: "\e985";
}

.material-icons.arrow_top_left:before {
  content: "\f72e";
}

.material-icons.arrow_top_right:before {
  content: "\f72d";
}

.material-icons.arrow_upward:before {
  content: "\e5d8";
}

.material-icons.arrow_upward_alt:before {
  content: "\e986";
}

.material-icons.arrows_more_down:before {
  content: "\f8ab";
}

.material-icons.arrows_more_up:before {
  content: "\f8ac";
}

.material-icons.arrows_outward:before {
  content: "\f72c";
}

.material-icons.art_track:before {
  content: "\e060";
}

.material-icons.article:before {
  content: "\ef42";
}

.material-icons.article_shortcut:before {
  content: "\f587";
}

.material-icons.aspect_ratio:before {
  content: "\e85b";
}

.material-icons.assignment:before {
  content: "\e85d";
}

.material-icons.assignment_add:before {
  content: "\f848";
}

.material-icons.assignment_ind:before {
  content: "\e85e";
}

.material-icons.assignment_late:before {
  content: "\e85f";
}

.material-icons.assignment_return:before {
  content: "\e860";
}

.material-icons.assignment_returned:before {
  content: "\e861";
}

.material-icons.assignment_turned_in:before {
  content: "\e862";
}

.material-icons.assist_walker:before {
  content: "\f8d5";
}

.material-icons.assistant:before {
  content: "\e39f";
}

.material-icons.assistant_direction:before {
  content: "\e988";
}

.material-icons.assistant_navigation:before {
  content: "\e989";
}

.material-icons.assistant_on_hub:before {
  content: "\f6c1";
}

.material-icons.assured_workload:before {
  content: "\eb6f";
}

.material-icons.astrophotography_auto:before {
  content: "\f1d9";
}

.material-icons.astrophotography_off:before {
  content: "\f1da";
}

.material-icons.atm:before {
  content: "\e573";
}

.material-icons.atr:before {
  content: "\ebc7";
}

.material-icons.attach_email:before {
  content: "\ea5e";
}

.material-icons.attach_file:before {
  content: "\e226";
}

.material-icons.attach_file_add:before {
  content: "\f841";
}

.material-icons.attach_money:before {
  content: "\e227";
}

.material-icons.attachment:before {
  content: "\e2bc";
}

.material-icons.attractions:before {
  content: "\ea52";
}

.material-icons.attribution:before {
  content: "\efdb";
}

.material-icons.audio_description:before {
  content: "\f58c";
}

.material-icons.audio_file:before {
  content: "\eb82";
}

.material-icons.audio_video_receiver:before {
  content: "\f5d3";
}

.material-icons.auto_activity_zone:before {
  content: "\f8ad";
}

.material-icons.auto_awesome:before {
  content: "\e65f";
}

.material-icons.auto_awesome_mosaic:before {
  content: "\e660";
}

.material-icons.auto_awesome_motion:before {
  content: "\e661";
}

.material-icons.auto_delete:before {
  content: "\ea4c";
}

.material-icons.auto_detect_voice:before {
  content: "\f83e";
}

.material-icons.auto_fix:before {
  content: "\e662";
}

.material-icons.auto_fix_normal:before {
  content: "\e664";
}

.material-icons.auto_fix_off:before {
  content: "\e665";
}

.material-icons.auto_graph:before {
  content: "\e4fb";
}

.material-icons.auto_label:before {
  content: "\f6be";
}

.material-icons.auto_meeting_room:before {
  content: "\f6bf";
}

.material-icons.auto_mode:before {
  content: "\ec20";
}

.material-icons.auto_read_pause:before {
  content: "\f219";
}

.material-icons.auto_read_play:before {
  content: "\f216";
}

.material-icons.auto_schedule:before {
  content: "\e214";
}

.material-icons.auto_stories:before {
  content: "\e666";
}

.material-icons.auto_timer:before {
  content: "\ef7f";
}

.material-icons.auto_transmission:before {
  content: "\f53f";
}

.material-icons.auto_videocam:before {
  content: "\f6c0";
}

.material-icons.autofps_select:before {
  content: "\efdc";
}

.material-icons.autopause:before {
  content: "\f6b6";
}

.material-icons.autopay:before {
  content: "\f84b";
}

.material-icons.autoplay:before {
  content: "\f6b5";
}

.material-icons.autorenew:before {
  content: "\e028";
}

.material-icons.autostop:before {
  content: "\f682";
}

.material-icons.av_timer:before {
  content: "\e01b";
}

.material-icons.avg_pace:before {
  content: "\f6bb";
}

.material-icons.avg_time:before {
  content: "\f813";
}

.material-icons.award_star:before {
  content: "\f612";
}

.material-icons.azm:before {
  content: "\f6ec";
}

.material-icons.b:before {
  content: "B";
}

.material-icons.baby_changing_station:before {
  content: "\f19b";
}

.material-icons.back_hand:before {
  content: "\e764";
}

.material-icons.back_to_tab:before {
  content: "\f72b";
}

.material-icons.background_dot_large:before {
  content: "\f79e";
}

.material-icons.background_grid_small:before {
  content: "\f79d";
}

.material-icons.background_replace:before {
  content: "\f20a";
}

.material-icons.backlight_high:before {
  content: "\f7ed";
}

.material-icons.backlight_low:before {
  content: "\f7ec";
}

.material-icons.backpack:before {
  content: "\f19c";
}

.material-icons.backspace:before {
  content: "\e14a";
}

.material-icons.backup:before {
  content: "\e864";
}

.material-icons.backup_table:before {
  content: "\ef43";
}

.material-icons.badge:before {
  content: "\ea67";
}

.material-icons.bakery_dining:before {
  content: "\ea53";
}

.material-icons.balance:before {
  content: "\eaf6";
}

.material-icons.balcony:before {
  content: "\e58f";
}

.material-icons.ballot:before {
  content: "\e172";
}

.material-icons.bar_chart:before {
  content: "\e26b";
}

.material-icons.bar_chart_4_bars:before {
  content: "\f681";
}

.material-icons.barcode:before {
  content: "\e70b";
}

.material-icons.barcode_reader:before {
  content: "\f85c";
}

.material-icons.barcode_scanner:before {
  content: "\e70c";
}

.material-icons.barefoot:before {
  content: "\f871";
}

.material-icons.batch_prediction:before {
  content: "\f0f5";
}

.material-icons.bath_outdoor:before {
  content: "\f6fb";
}

.material-icons.bath_private:before {
  content: "\f6fa";
}

.material-icons.bath_public_large:before {
  content: "\f6f9";
}

.material-icons.bathroom:before {
  content: "\efdd";
}

.material-icons.bathtub:before {
  content: "\ea41";
}

.material-icons.battery_0_bar:before {
  content: "\ebdc";
}

.material-icons.battery_1_bar:before {
  content: "\ebd9";
}

.material-icons.battery_2_bar:before {
  content: "\ebe0";
}

.material-icons.battery_3_bar:before {
  content: "\ebdd";
}

.material-icons.battery_4_bar:before {
  content: "\ebe2";
}

.material-icons.battery_5_bar:before {
  content: "\ebd4";
}

.material-icons.battery_6_bar:before {
  content: "\ebd2";
}

.material-icons.battery_alert:before {
  content: "\e19c";
}

.material-icons.battery_change:before {
  content: "\f7eb";
}

.material-icons.battery_charging_20:before {
  content: "\f0a2";
}

.material-icons.battery_charging_30:before {
  content: "\f0a3";
}

.material-icons.battery_charging_50:before {
  content: "\f0a4";
}

.material-icons.battery_charging_60:before {
  content: "\f0a5";
}

.material-icons.battery_charging_80:before {
  content: "\f0a6";
}

.material-icons.battery_charging_90:before {
  content: "\f0a7";
}

.material-icons.battery_charging_full:before {
  content: "\e1a3";
}

.material-icons.battery_error:before {
  content: "\f7ea";
}

.material-icons.battery_full:before {
  content: "\e1a4";
}

.material-icons.battery_full_alt:before {
  content: "\f13b";
}

.material-icons.battery_horiz_000:before {
  content: "\f8ae";
}

.material-icons.battery_horiz_050:before {
  content: "\f8af";
}

.material-icons.battery_horiz_075:before {
  content: "\f8b0";
}

.material-icons.battery_low:before {
  content: "\f155";
}

.material-icons.battery_plus:before {
  content: "\f7e9";
}

.material-icons.battery_profile:before {
  content: "\e206";
}

.material-icons.battery_saver:before {
  content: "\efde";
}

.material-icons.battery_share:before {
  content: "\f67e";
}

.material-icons.battery_status_good:before {
  content: "\f67d";
}

.material-icons.battery_unknown:before {
  content: "\e1a6";
}

.material-icons.battery_vert_005:before {
  content: "\f8b1";
}

.material-icons.battery_vert_020:before {
  content: "\f8b2";
}

.material-icons.battery_vert_050:before {
  content: "\f8b3";
}

.material-icons.battery_very_low:before {
  content: "\f147";
}

.material-icons.beach_access:before {
  content: "\eb3e";
}

.material-icons.bed:before {
  content: "\efdf";
}

.material-icons.bedroom_baby:before {
  content: "\efe0";
}

.material-icons.bedroom_child:before {
  content: "\efe1";
}

.material-icons.bedroom_parent:before {
  content: "\efe2";
}

.material-icons.bedtime:before {
  content: "\ef44";
}

.material-icons.bedtime_off:before {
  content: "\eb76";
}

.material-icons.beenhere:before {
  content: "\e52d";
}

.material-icons.bento:before {
  content: "\f1f4";
}

.material-icons.bia:before {
  content: "\f6eb";
}

.material-icons.bid_landscape:before {
  content: "\e667";
}

.material-icons.bid_landscape_disabled:before {
  content: "\ef81";
}

.material-icons.bike_scooter:before {
  content: "\ef45";
}

.material-icons.biotech:before {
  content: "\ea3a";
}

.material-icons.blanket:before {
  content: "\e828";
}

.material-icons.blender:before {
  content: "\efe3";
}

.material-icons.blind:before {
  content: "\f8d6";
}

.material-icons.blinds:before {
  content: "\e286";
}

.material-icons.blinds_closed:before {
  content: "\ec1f";
}

.material-icons.block:before {
  content: "\e033";
}

.material-icons.blood_pressure:before {
  content: "\e097";
}

.material-icons.bloodtype:before {
  content: "\efe4";
}

.material-icons.bluetooth:before {
  content: "\e1a7";
}

.material-icons.bluetooth_connected:before {
  content: "\e1a8";
}

.material-icons.bluetooth_disabled:before {
  content: "\e1a9";
}

.material-icons.bluetooth_drive:before {
  content: "\efe5";
}

.material-icons.bluetooth_searching:before {
  content: "\e1aa";
}

.material-icons.blur_circular:before {
  content: "\e3a2";
}

.material-icons.blur_linear:before {
  content: "\e3a3";
}

.material-icons.blur_medium:before {
  content: "\e84c";
}

.material-icons.blur_off:before {
  content: "\e3a4";
}

.material-icons.blur_on:before {
  content: "\e3a5";
}

.material-icons.blur_short:before {
  content: "\e8cf";
}

.material-icons.body_fat:before {
  content: "\e098";
}

.material-icons.body_system:before {
  content: "\e099";
}

.material-icons.bolt:before {
  content: "\ea0b";
}

.material-icons.bomb:before {
  content: "\f568";
}

.material-icons.book:before {
  content: "\e865";
}

.material-icons.book_2:before {
  content: "\f53e";
}

.material-icons.book_3:before {
  content: "\f53d";
}

.material-icons.book_4:before {
  content: "\f53c";
}

.material-icons.book_5:before {
  content: "\f53b";
}

.material-icons.book_online:before {
  content: "\f217";
}

.material-icons.bookmark:before {
  content: "\e866";
}

.material-icons.bookmark_add:before {
  content: "\e598";
}

.material-icons.bookmark_added:before {
  content: "\e599";
}

.material-icons.bookmark_manager:before {
  content: "\f7b1";
}

.material-icons.bookmark_remove:before {
  content: "\e59a";
}

.material-icons.bookmarks:before {
  content: "\e98b";
}

.material-icons.border_all:before {
  content: "\e228";
}

.material-icons.border_bottom:before {
  content: "\e229";
}

.material-icons.border_clear:before {
  content: "\e22a";
}

.material-icons.border_color:before {
  content: "\e22b";
}

.material-icons.border_horizontal:before {
  content: "\e22c";
}

.material-icons.border_inner:before {
  content: "\e22d";
}

.material-icons.border_left:before {
  content: "\e22e";
}

.material-icons.border_outer:before {
  content: "\e22f";
}

.material-icons.border_right:before {
  content: "\e230";
}

.material-icons.border_style:before {
  content: "\e231";
}

.material-icons.border_top:before {
  content: "\e232";
}

.material-icons.border_vertical:before {
  content: "\e233";
}

.material-icons.bottom_app_bar:before {
  content: "\e730";
}

.material-icons.bottom_drawer:before {
  content: "\e72d";
}

.material-icons.bottom_navigation:before {
  content: "\e98c";
}

.material-icons.bottom_panel_close:before {
  content: "\f72a";
}

.material-icons.bottom_panel_open:before {
  content: "\f729";
}

.material-icons.bottom_right_click:before {
  content: "\f684";
}

.material-icons.bottom_sheets:before {
  content: "\e98d";
}

.material-icons.box:before {
  content: "\f5a4";
}

.material-icons.box_add:before {
  content: "\f5a5";
}

.material-icons.box_edit:before {
  content: "\f5a6";
}

.material-icons.boy:before {
  content: "\eb67";
}

.material-icons.brand_awareness:before {
  content: "\e98e";
}

.material-icons.branding_watermark:before {
  content: "\e06b";
}

.material-icons.breakfast_dining:before {
  content: "\ea54";
}

.material-icons.breaking_news:before {
  content: "\ea08";
}

.material-icons.breaking_news_alt_1:before {
  content: "\f0ba";
}

.material-icons.breastfeeding:before {
  content: "\f856";
}

.material-icons.brightness_1:before {
  content: "\e3a6";
}

.material-icons.brightness_2:before {
  content: "\e3a7";
}

.material-icons.brightness_3:before {
  content: "\e3a8";
}

.material-icons.brightness_4:before {
  content: "\e3a9";
}

.material-icons.brightness_5:before {
  content: "\e3aa";
}

.material-icons.brightness_6:before {
  content: "\e3ab";
}

.material-icons.brightness_7:before {
  content: "\e3ac";
}

.material-icons.brightness_alert:before {
  content: "\f5cf";
}

.material-icons.brightness_auto:before {
  content: "\e1ab";
}

.material-icons.brightness_empty:before {
  content: "\f7e8";
}

.material-icons.brightness_high:before {
  content: "\e1ac";
}

.material-icons.brightness_low:before {
  content: "\e1ad";
}

.material-icons.brightness_medium:before {
  content: "\e1ae";
}

.material-icons.bring_your_own_ip:before {
  content: "\e016";
}

.material-icons.broadcast_on_home:before {
  content: "\f8f8";
}

.material-icons.broadcast_on_personal:before {
  content: "\f8f9";
}

.material-icons.broken_image:before {
  content: "\e3ad";
}

.material-icons.browse:before {
  content: "\eb13";
}

.material-icons.browse_activity:before {
  content: "\f8a5";
}

.material-icons.browse_gallery:before {
  content: "\ebd1";
}

.material-icons.browser_updated:before {
  content: "\e7cf";
}

.material-icons.brunch_dining:before {
  content: "\ea73";
}

.material-icons.brush:before {
  content: "\e3ae";
}

.material-icons.bubble:before {
  content: "\ef83";
}

.material-icons.bubble_chart:before {
  content: "\e6dd";
}

.material-icons.bubbles:before {
  content: "\f64e";
}

.material-icons.bug_report:before {
  content: "\e868";
}

.material-icons.build:before {
  content: "\e869";
}

.material-icons.build_circle:before {
  content: "\ef48";
}

.material-icons.bungalow:before {
  content: "\e591";
}

.material-icons.burst_mode:before {
  content: "\e43c";
}

.material-icons.bus_alert:before {
  content: "\e98f";
}

.material-icons.business_center:before {
  content: "\eb3f";
}

.material-icons.business_chip:before {
  content: "\f84c";
}

.material-icons.business_messages:before {
  content: "\ef84";
}

.material-icons.buttons_alt:before {
  content: "\e72f";
}

.material-icons.c:before {
  content: "C";
}

.material-icons.cabin:before {
  content: "\e589";
}

.material-icons.cable:before {
  content: "\efe6";
}

.material-icons.cached:before {
  content: "\e86a";
}

.material-icons.cake:before {
  content: "\e7e9";
}

.material-icons.cake_add:before {
  content: "\f85b";
}

.material-icons.calculate:before {
  content: "\ea5f";
}

.material-icons.calendar_add_on:before {
  content: "\ef85";
}

.material-icons.calendar_apps_script:before {
  content: "\f0bb";
}

.material-icons.calendar_clock:before {
  content: "\f540";
}

.material-icons.calendar_month:before {
  content: "\ebcc";
}

.material-icons.calendar_today:before {
  content: "\e935";
}

.material-icons.calendar_view_day:before {
  content: "\e936";
}

.material-icons.calendar_view_month:before {
  content: "\efe7";
}

.material-icons.calendar_view_week:before {
  content: "\efe8";
}

.material-icons.call:before {
  content: "\e0b0";
}

.material-icons.call_end:before {
  content: "\e0b1";
}

.material-icons.call_log:before {
  content: "\e08e";
}

.material-icons.call_made:before {
  content: "\e0b2";
}

.material-icons.call_merge:before {
  content: "\e0b3";
}

.material-icons.call_missed:before {
  content: "\e0b4";
}

.material-icons.call_missed_outgoing:before {
  content: "\e0e4";
}

.material-icons.call_quality:before {
  content: "\f652";
}

.material-icons.call_received:before {
  content: "\e0b5";
}

.material-icons.call_split:before {
  content: "\e0b6";
}

.material-icons.call_to_action:before {
  content: "\e06c";
}

.material-icons.camera:before {
  content: "\e3af";
}

.material-icons.camera_enhance:before {
  content: "\e8fc";
}

.material-icons.camera_front:before {
  content: "\e3b1";
}

.material-icons.camera_indoor:before {
  content: "\efe9";
}

.material-icons.camera_outdoor:before {
  content: "\efea";
}

.material-icons.camera_rear:before {
  content: "\e3b2";
}

.material-icons.camera_roll:before {
  content: "\e3b3";
}

.material-icons.camera_video:before {
  content: "\f7a6";
}

.material-icons.cameraswitch:before {
  content: "\efeb";
}

.material-icons.campaign:before {
  content: "\ef49";
}

.material-icons.camping:before {
  content: "\f8a2";
}

.material-icons.cancel:before {
  content: "\e5c9";
}

.material-icons.cancel_presentation:before {
  content: "\e0e9";
}

.material-icons.cancel_schedule_send:before {
  content: "\ea39";
}

.material-icons.candle:before {
  content: "\f588";
}

.material-icons.candlestick_chart:before {
  content: "\ead4";
}

.material-icons.captive_portal:before {
  content: "\f728";
}

.material-icons.capture:before {
  content: "\f727";
}

.material-icons.car_crash:before {
  content: "\ebf2";
}

.material-icons.car_rental:before {
  content: "\ea55";
}

.material-icons.car_repair:before {
  content: "\ea56";
}

.material-icons.card_membership:before {
  content: "\e8f7";
}

.material-icons.card_travel:before {
  content: "\e8f8";
}

.material-icons.cardiology:before {
  content: "\e09c";
}

.material-icons.cards:before {
  content: "\e991";
}

.material-icons.carpenter:before {
  content: "\f1f8";
}

.material-icons.cases:before {
  content: "\e992";
}

.material-icons.casino:before {
  content: "\eb40";
}

.material-icons.cast:before {
  content: "\e307";
}

.material-icons.cast_connected:before {
  content: "\e308";
}

.material-icons.cast_for_education:before {
  content: "\efec";
}

.material-icons.cast_pause:before {
  content: "\f5f0";
}

.material-icons.cast_warning:before {
  content: "\f5ef";
}

.material-icons.castle:before {
  content: "\eab1";
}

.material-icons.category:before {
  content: "\e574";
}

.material-icons.celebration:before {
  content: "\ea65";
}

.material-icons.cell_merge:before {
  content: "\f82e";
}

.material-icons.cell_tower:before {
  content: "\ebba";
}

.material-icons.cell_wifi:before {
  content: "\e0ec";
}

.material-icons.center_focus_strong:before {
  content: "\e3b4";
}

.material-icons.center_focus_weak:before {
  content: "\e3b5";
}

.material-icons.chair:before {
  content: "\efed";
}

.material-icons.chair_alt:before {
  content: "\efee";
}

.material-icons.chalet:before {
  content: "\e585";
}

.material-icons.change_circle:before {
  content: "\e2e7";
}

.material-icons.change_history:before {
  content: "\e86b";
}

.material-icons.charger:before {
  content: "\e2ae";
}

.material-icons.charging_station:before {
  content: "\f19d";
}

.material-icons.chart_data:before {
  content: "\e473";
}

.material-icons.chat:before {
  content: "\e0b7";
}

.material-icons.chat_add_on:before {
  content: "\f0f3";
}

.material-icons.chat_apps_script:before {
  content: "\f0bd";
}

.material-icons.chat_bubble:before {
  content: "\e0ca";
}

.material-icons.chat_error:before {
  content: "\f7ac";
}

.material-icons.chat_paste_go:before {
  content: "\f6bd";
}

.material-icons.check:before {
  content: "\e5ca";
}

.material-icons.check_box:before {
  content: "\e834";
}

.material-icons.check_box_outline_blank:before {
  content: "\e835";
}

.material-icons.check_circle:before {
  content: "\e86c";
}

.material-icons.check_in_out:before {
  content: "\f6f6";
}

.material-icons.check_indeterminate_small:before {
  content: "\f88a";
}

.material-icons.check_small:before {
  content: "\f88b";
}

.material-icons.checklist:before {
  content: "\e6b1";
}

.material-icons.checklist_rtl:before {
  content: "\e6b3";
}

.material-icons.checkroom:before {
  content: "\f19e";
}

.material-icons.cheer:before {
  content: "\f6a8";
}

.material-icons.chess:before {
  content: "\f5e7";
}

.material-icons.chevron_left:before {
  content: "\e5cb";
}

.material-icons.chevron_right:before {
  content: "\e5cc";
}

.material-icons.child_care:before {
  content: "\eb41";
}

.material-icons.child_friendly:before {
  content: "\eb42";
}

.material-icons.chip_extraction:before {
  content: "\f821";
}

.material-icons.chips:before {
  content: "\e993";
}

.material-icons.chrome_reader_mode:before {
  content: "\e86d";
}

.material-icons.chromecast_2:before {
  content: "\f17b";
}

.material-icons.chromecast_device:before {
  content: "\e83c";
}

.material-icons.chronic:before {
  content: "\ebb2";
}

.material-icons.church:before {
  content: "\eaae";
}

.material-icons.cinematic_blur:before {
  content: "\f853";
}

.material-icons.circle:before {
  content: "\ef4a";
}

.material-icons.circle_notifications:before {
  content: "\e994";
}

.material-icons.circles:before {
  content: "\e7ea";
}

.material-icons.circles_ext:before {
  content: "\e7ec";
}

.material-icons.clarify:before {
  content: "\f0bf";
}

.material-icons.clean_hands:before {
  content: "\f21f";
}

.material-icons.cleaning_bucket:before {
  content: "\f8b4";
}

.material-icons.cleaning_services:before {
  content: "\f0ff";
}

.material-icons.clear_all:before {
  content: "\e0b8";
}

.material-icons.clear_day:before {
  content: "\f157";
}

.material-icons.clear_night:before {
  content: "\f159";
}

.material-icons.climate_mini_split:before {
  content: "\f8b5";
}

.material-icons.clinical_notes:before {
  content: "\e09e";
}

.material-icons.clock_loader_10:before {
  content: "\f726";
}

.material-icons.clock_loader_20:before {
  content: "\f725";
}

.material-icons.clock_loader_40:before {
  content: "\f724";
}

.material-icons.clock_loader_60:before {
  content: "\f723";
}

.material-icons.clock_loader_80:before {
  content: "\f722";
}

.material-icons.clock_loader_90:before {
  content: "\f721";
}

.material-icons.close:before {
  content: "\e14c";
}

.material-icons.close_fullscreen:before {
  content: "\f1cf";
}

.material-icons.closed_caption:before {
  content: "\e01c";
}

.material-icons.closed_caption_disabled:before {
  content: "\f1dc";
}

.material-icons.cloud:before {
  content: "\e2bd";
}

.material-icons.cloud_circle:before {
  content: "\e2be";
}

.material-icons.cloud_done:before {
  content: "\e2bf";
}

.material-icons.cloud_download:before {
  content: "\e2c0";
}

.material-icons.cloud_off:before {
  content: "\e2c1";
}

.material-icons.cloud_sync:before {
  content: "\eb5a";
}

.material-icons.cloud_upload:before {
  content: "\e2c3";
}

.material-icons.cloudy_snowing:before {
  content: "\e810";
}

.material-icons.co2:before {
  content: "\e7b0";
}

.material-icons.co_present:before {
  content: "\eaf0";
}

.material-icons.code:before {
  content: "\e86f";
}

.material-icons.code_blocks:before {
  content: "\f84d";
}

.material-icons.code_off:before {
  content: "\e4f3";
}

.material-icons.coffee:before {
  content: "\efef";
}

.material-icons.coffee_maker:before {
  content: "\eff0";
}

.material-icons.cognition:before {
  content: "\e09f";
}

.material-icons.collapse_all:before {
  content: "\e944";
}

.material-icons.collections_bookmark:before {
  content: "\e431";
}

.material-icons.colorize:before {
  content: "\e3b8";
}

.material-icons.colors:before {
  content: "\e997";
}

.material-icons.comic_bubble:before {
  content: "\f5dd";
}

.material-icons.comment:before {
  content: "\e0b9";
}

.material-icons.comment_bank:before {
  content: "\ea4e";
}

.material-icons.comments_disabled:before {
  content: "\e7a2";
}

.material-icons.commit:before {
  content: "\eaf5";
}

.material-icons.communication:before {
  content: "\e27c";
}

.material-icons.communities:before {
  content: "\e7ed";
}

.material-icons.commute:before {
  content: "\e940";
}

.material-icons.compare:before {
  content: "\e3b9";
}

.material-icons.compare_arrows:before {
  content: "\e915";
}

.material-icons.compass_calibration:before {
  content: "\e57c";
}

.material-icons.component_exchange:before {
  content: "\f1e7";
}

.material-icons.compost:before {
  content: "\e761";
}

.material-icons.compress:before {
  content: "\e94d";
}

.material-icons.computer:before {
  content: "\e30a";
}

.material-icons.concierge:before {
  content: "\f561";
}

.material-icons.conditions:before {
  content: "\e0a0";
}

.material-icons.confirmation_number:before {
  content: "\e638";
}

.material-icons.congenital:before {
  content: "\e0a1";
}

.material-icons.connect_without_contact:before {
  content: "\f223";
}

.material-icons.connected_tv:before {
  content: "\e998";
}

.material-icons.connecting_airports:before {
  content: "\e7c9";
}

.material-icons.construction:before {
  content: "\ea3c";
}

.material-icons.contact_emergency:before {
  content: "\f8d1";
}

.material-icons.contact_mail:before {
  content: "\e0d0";
}

.material-icons.contact_page:before {
  content: "\f22e";
}

.material-icons.contact_phone:before {
  content: "\e0cf";
}

.material-icons.contact_support:before {
  content: "\e94c";
}

.material-icons.contactless:before {
  content: "\ea71";
}

.material-icons.contactless_off:before {
  content: "\f858";
}

.material-icons.contacts:before {
  content: "\e0ba";
}

.material-icons.content_copy:before {
  content: "\e14d";
}

.material-icons.content_cut:before {
  content: "\e14e";
}

.material-icons.content_paste:before {
  content: "\e14f";
}

.material-icons.content_paste_go:before {
  content: "\ea8e";
}

.material-icons.content_paste_off:before {
  content: "\e4f8";
}

.material-icons.content_paste_search:before {
  content: "\ea9b";
}

.material-icons.contract:before {
  content: "\f5a0";
}

.material-icons.contract_delete:before {
  content: "\f5a2";
}

.material-icons.contract_edit:before {
  content: "\f5a1";
}

.material-icons.contrast:before {
  content: "\eb37";
}

.material-icons.contrast_rtl_off:before {
  content: "\ec72";
}

.material-icons.control_camera:before {
  content: "\e074";
}

.material-icons.control_point_duplicate:before {
  content: "\e3bb";
}

.material-icons.controller_gen:before {
  content: "\e83d";
}

.material-icons.conversion_path:before {
  content: "\f0c1";
}

.material-icons.conversion_path_off:before {
  content: "\f7b4";
}

.material-icons.conveyor_belt:before {
  content: "\f867";
}

.material-icons.cookie:before {
  content: "\eaac";
}

.material-icons.cookie_off:before {
  content: "\f79a";
}

.material-icons.cooking:before {
  content: "\e2b6";
}

.material-icons.cool_to_dry:before {
  content: "\e276";
}

.material-icons.copy_all:before {
  content: "\e2ec";
}

.material-icons.copyright:before {
  content: "\e90c";
}

.material-icons.coronavirus:before {
  content: "\f221";
}

.material-icons.corporate_fare:before {
  content: "\f1d0";
}

.material-icons.cottage:before {
  content: "\e587";
}

.material-icons.counter_0:before {
  content: "\f785";
}

.material-icons.counter_1:before {
  content: "\f784";
}

.material-icons.counter_2:before {
  content: "\f783";
}

.material-icons.counter_3:before {
  content: "\f782";
}

.material-icons.counter_4:before {
  content: "\f781";
}

.material-icons.counter_5:before {
  content: "\f780";
}

.material-icons.counter_6:before {
  content: "\f77f";
}

.material-icons.counter_7:before {
  content: "\f77e";
}

.material-icons.counter_8:before {
  content: "\f77d";
}

.material-icons.counter_9:before {
  content: "\f77c";
}

.material-icons.countertops:before {
  content: "\f1f7";
}

.material-icons.cr:before {
  content: "\d";
}

.material-icons.create_new_folder:before {
  content: "\e2cc";
}

.material-icons.credit_card:before {
  content: "\e870";
}

.material-icons.credit_card_off:before {
  content: "\e4f4";
}

.material-icons.credit_score:before {
  content: "\eff1";
}

.material-icons.crib:before {
  content: "\e588";
}

.material-icons.crisis_alert:before {
  content: "\ebe9";
}

.material-icons.crop:before {
  content: "\e3be";
}

.material-icons.crop_16_9:before {
  content: "\e3bc";
}

.material-icons.crop_3_2:before {
  content: "\e3bd";
}

.material-icons.crop_5_4:before {
  content: "\e3bf";
}

.material-icons.crop_7_5:before {
  content: "\e3c0";
}

.material-icons.crop_9_16:before {
  content: "\f549";
}

.material-icons.crop_free:before {
  content: "\e3c2";
}

.material-icons.crop_landscape:before {
  content: "\e3c3";
}

.material-icons.crop_portrait:before {
  content: "\e3c5";
}

.material-icons.crop_rotate:before {
  content: "\e437";
}

.material-icons.crop_square:before {
  content: "\e3c1";
}

.material-icons.crossword:before {
  content: "\f5e5";
}

.material-icons.crowdsource:before {
  content: "\eb18";
}

.material-icons.cruelty_free:before {
  content: "\e799";
}

.material-icons.css:before {
  content: "\eb93";
}

.material-icons.csv:before {
  content: "\e6cf";
}

.material-icons.currency_bitcoin:before {
  content: "\ebc5";
}

.material-icons.currency_exchange:before {
  content: "\eb70";
}

.material-icons.currency_franc:before {
  content: "\eafa";
}

.material-icons.currency_lira:before {
  content: "\eaef";
}

.material-icons.currency_pound:before {
  content: "\eaf1";
}

.material-icons.currency_ruble:before {
  content: "\eaec";
}

.material-icons.currency_rupee:before {
  content: "\eaf7";
}

.material-icons.currency_yen:before {
  content: "\eafb";
}

.material-icons.currency_yuan:before {
  content: "\eaf9";
}

.material-icons.curtains:before {
  content: "\ec1e";
}

.material-icons.curtains_closed:before {
  content: "\ec1d";
}

.material-icons.custom_typography:before {
  content: "\e732";
}

.material-icons.cut:before {
  content: "\f08b";
}

.material-icons.cycle:before {
  content: "\f854";
}

.material-icons.cyclone:before {
  content: "\ebd5";
}

.material-icons.d:before {
  content: "D";
}

.material-icons.dangerous:before {
  content: "\e99a";
}

.material-icons.dark_mode:before {
  content: "\e51c";
}

.material-icons.dashboard:before {
  content: "\e871";
}

.material-icons.dashboard_customize:before {
  content: "\e99b";
}

.material-icons.data_alert:before {
  content: "\f7f6";
}

.material-icons.data_array:before {
  content: "\ead1";
}

.material-icons.data_check:before {
  content: "\f7f2";
}

.material-icons.data_exploration:before {
  content: "\e76f";
}

.material-icons.data_info_alert:before {
  content: "\f7f5";
}

.material-icons.data_loss_prevention:before {
  content: "\e2dc";
}

.material-icons.data_object:before {
  content: "\ead3";
}

.material-icons.data_saver_on:before {
  content: "\eff3";
}

.material-icons.data_table:before {
  content: "\e99c";
}

.material-icons.data_thresholding:before {
  content: "\eb9f";
}

.material-icons.data_usage:before {
  content: "\e1af";
}

.material-icons.database:before {
  content: "\f20e";
}

.material-icons.dataset:before {
  content: "\f8ee";
}

.material-icons.dataset_linked:before {
  content: "\f8ef";
}

.material-icons.date_range:before {
  content: "\e916";
}

.material-icons.deblur:before {
  content: "\eb77";
}

.material-icons.deceased:before {
  content: "\e0a5";
}

.material-icons.decimal_decrease:before {
  content: "\f82d";
}

.material-icons.decimal_increase:before {
  content: "\f82c";
}

.material-icons.deck:before {
  content: "\ea42";
}

.material-icons.dehaze:before {
  content: "\e3c7";
}

.material-icons.delete:before {
  content: "\e872";
}

.material-icons.delete_forever:before {
  content: "\e92b";
}

.material-icons.delete_sweep:before {
  content: "\e16c";
}

.material-icons.demography:before {
  content: "\e489";
}

.material-icons.density_large:before {
  content: "\eba9";
}

.material-icons.density_medium:before {
  content: "\eb9e";
}

.material-icons.density_small:before {
  content: "\eba8";
}

.material-icons.dentistry:before {
  content: "\e0a6";
}

.material-icons.departure_board:before {
  content: "\e576";
}

.material-icons.deployed_code:before {
  content: "\f720";
}

.material-icons.deployed_code_alert:before {
  content: "\f5f2";
}

.material-icons.deployed_code_history:before {
  content: "\f5f3";
}

.material-icons.deployed_code_update:before {
  content: "\f5f4";
}

.material-icons.dermatology:before {
  content: "\e0a7";
}

.material-icons.description:before {
  content: "\e873";
}

.material-icons.deselect:before {
  content: "\ebb6";
}

.material-icons.design_services:before {
  content: "\f10a";
}

.material-icons.desk:before {
  content: "\f8f4";
}

.material-icons.deskphone:before {
  content: "\f7fa";
}

.material-icons.desktop_access_disabled:before {
  content: "\e99d";
}

.material-icons.desktop_mac:before {
  content: "\e30b";
}

.material-icons.desktop_windows:before {
  content: "\e30c";
}

.material-icons.destruction:before {
  content: "\f585";
}

.material-icons.details:before {
  content: "\e3c8";
}

.material-icons.detection_and_zone:before {
  content: "\e29f";
}

.material-icons.detector:before {
  content: "\e282";
}

.material-icons.detector_alarm:before {
  content: "\e1f7";
}

.material-icons.detector_battery:before {
  content: "\e204";
}

.material-icons.detector_co:before {
  content: "\e2af";
}

.material-icons.detector_offline:before {
  content: "\e223";
}

.material-icons.detector_smoke:before {
  content: "\e285";
}

.material-icons.detector_status:before {
  content: "\e1e8";
}

.material-icons.developer_board:before {
  content: "\e30d";
}

.material-icons.developer_board_off:before {
  content: "\e4ff";
}

.material-icons.developer_guide:before {
  content: "\e99e";
}

.material-icons.developer_mode:before {
  content: "\e1b0";
}

.material-icons.developer_mode_tv:before {
  content: "\e874";
}

.material-icons.device_hub:before {
  content: "\e335";
}

.material-icons.device_thermostat:before {
  content: "\e1ff";
}

.material-icons.device_unknown:before {
  content: "\e339";
}

.material-icons.devices:before {
  content: "\e1b1";
}

.material-icons.devices_fold:before {
  content: "\ebde";
}

.material-icons.devices_off:before {
  content: "\f7a5";
}

.material-icons.devices_other:before {
  content: "\e337";
}

.material-icons.devices_wearables:before {
  content: "\f6ab";
}

.material-icons.dew_point:before {
  content: "\f879";
}

.material-icons.diagnosis:before {
  content: "\e0a8";
}

.material-icons.dialer_sip:before {
  content: "\e0bb";
}

.material-icons.dialogs:before {
  content: "\e99f";
}

.material-icons.dialpad:before {
  content: "\e0bc";
}

.material-icons.diamond:before {
  content: "\ead5";
}

.material-icons.dictionary:before {
  content: "\f539";
}

.material-icons.difference:before {
  content: "\eb7d";
}

.material-icons.digit_eight:before {
  content: "8";
}

.material-icons.digit_five:before {
  content: "5";
}

.material-icons.digit_four:before {
  content: "4";
}

.material-icons.digit_nine:before {
  content: "9";
}

.material-icons.digit_one:before {
  content: "1";
}

.material-icons.digit_seven:before {
  content: "7";
}

.material-icons.digit_six:before {
  content: "6";
}

.material-icons.digit_three:before {
  content: "3";
}

.material-icons.digit_two:before {
  content: "2";
}

.material-icons.digit_zero:before {
  content: "0";
}

.material-icons.digital_out_of_home:before {
  content: "\f1de";
}

.material-icons.dining:before {
  content: "\eff4";
}

.material-icons.dinner_dining:before {
  content: "\ea57";
}

.material-icons.directions:before {
  content: "\e52e";
}

.material-icons.directions_alt:before {
  content: "\f880";
}

.material-icons.directions_alt_off:before {
  content: "\f881";
}

.material-icons.directions_bike:before {
  content: "\e52f";
}

.material-icons.directions_boat:before {
  content: "\e532";
}

.material-icons.directions_bus:before {
  content: "\e530";
}

.material-icons.directions_car:before {
  content: "\e531";
}

.material-icons.directions_off:before {
  content: "\f10f";
}

.material-icons.directions_railway:before {
  content: "\e534";
}

.material-icons.directions_run:before {
  content: "\e566";
}

.material-icons.directions_subway:before {
  content: "\e533";
}

.material-icons.directions_walk:before {
  content: "\e536";
}

.material-icons.directory_sync:before {
  content: "\e394";
}

.material-icons.dirty_lens:before {
  content: "\ef4b";
}

.material-icons.disabled_by_default:before {
  content: "\f230";
}

.material-icons.disabled_visible:before {
  content: "\e76e";
}

.material-icons.disc_full:before {
  content: "\e610";
}

.material-icons.discover_tune:before {
  content: "\e018";
}

.material-icons.dishwasher_gen:before {
  content: "\e832";
}

.material-icons.display_external_input:before {
  content: "\f7e7";
}

.material-icons.display_settings:before {
  content: "\eb97";
}

.material-icons.distance:before {
  content: "\f6ea";
}

.material-icons.diversity_1:before {
  content: "\f8d7";
}

.material-icons.diversity_2:before {
  content: "\f8d8";
}

.material-icons.diversity_3:before {
  content: "\f8d9";
}

.material-icons.diversity_4:before {
  content: "\f857";
}

.material-icons.dns:before {
  content: "\e875";
}

.material-icons.do_not_disturb:before {
  content: "\e612";
}

.material-icons.do_not_disturb_off:before {
  content: "\e643";
}

.material-icons.do_not_disturb_on:before {
  content: "\e15c";
}

.material-icons.do_not_disturb_on_total_silence:before {
  content: "\effb";
}

.material-icons.do_not_step:before {
  content: "\f19f";
}

.material-icons.do_not_touch:before {
  content: "\f1b0";
}

.material-icons.dock:before {
  content: "\e30e";
}

.material-icons.dock_to_bottom:before {
  content: "\f7e6";
}

.material-icons.dock_to_left:before {
  content: "\f7e5";
}

.material-icons.dock_to_right:before {
  content: "\f7e4";
}

.material-icons.docs_add_on:before {
  content: "\f0c2";
}

.material-icons.docs_apps_script:before {
  content: "\f0c3";
}

.material-icons.document_scanner:before {
  content: "\e5fa";
}

.material-icons.domain:before {
  content: "\e0af";
}

.material-icons.domain_add:before {
  content: "\eb62";
}

.material-icons.domain_disabled:before {
  content: "\e0ef";
}

.material-icons.domain_verification:before {
  content: "\ef4c";
}

.material-icons.domain_verification_off:before {
  content: "\f7b0";
}

.material-icons.domino_mask:before {
  content: "\f5e4";
}

.material-icons.done:before {
  content: "\e876";
}

.material-icons.done_all:before {
  content: "\e877";
}

.material-icons.done_outline:before {
  content: "\e92f";
}

.material-icons.donut_large:before {
  content: "\e917";
}

.material-icons.donut_small:before {
  content: "\e918";
}

.material-icons.door_back:before {
  content: "\effc";
}

.material-icons.door_front:before {
  content: "\effd";
}

.material-icons.door_open:before {
  content: "\e77c";
}

.material-icons.door_sensor:before {
  content: "\e28a";
}

.material-icons.door_sliding:before {
  content: "\effe";
}

.material-icons.doorbell:before {
  content: "\efff";
}

.material-icons.doorbell_3p:before {
  content: "\e1e7";
}

.material-icons.doorbell_chime:before {
  content: "\e1f3";
}

.material-icons.double_arrow:before {
  content: "\ea50";
}

.material-icons.downhill_skiing:before {
  content: "\e509";
}

.material-icons.download:before {
  content: "\e171";
}

.material-icons.download_done:before {
  content: "\e9aa";
}

.material-icons.download_for_offline:before {
  content: "\f000";
}

.material-icons.downloading:before {
  content: "\f001";
}

.material-icons.draft_orders:before {
  content: "\e7b3";
}

.material-icons.drafts:before {
  content: "\e151";
}

.material-icons.drag_click:before {
  content: "\f71f";
}

.material-icons.drag_handle:before {
  content: "\e25d";
}

.material-icons.drag_indicator:before {
  content: "\e945";
}

.material-icons.drag_pan:before {
  content: "\f71e";
}

.material-icons.draw:before {
  content: "\e746";
}

.material-icons.draw_abstract:before {
  content: "\f7f8";
}

.material-icons.draw_collage:before {
  content: "\f7f7";
}

.material-icons.dresser:before {
  content: "\e210";
}

.material-icons.drive_file_move:before {
  content: "\e675";
}

.material-icons.drive_file_rename_outline:before {
  content: "\e9a2";
}

.material-icons.drive_folder_upload:before {
  content: "\e9a3";
}

.material-icons.dropdown:before {
  content: "\e9a4";
}

.material-icons.dry:before {
  content: "\f1b3";
}

.material-icons.dry_cleaning:before {
  content: "\ea58";
}

.material-icons.dual_screen:before {
  content: "\f6cf";
}

.material-icons.duo:before {
  content: "\e9a5";
}

.material-icons.dvr:before {
  content: "\e1b2";
}

.material-icons.dynamic_feed:before {
  content: "\ea14";
}

.material-icons.dynamic_form:before {
  content: "\f1bf";
}

.material-icons.e:before {
  content: "E";
}

.material-icons.e911_avatar:before {
  content: "\f11a";
}

.material-icons.e911_emergency:before {
  content: "\f119";
}

.material-icons.e_mobiledata:before {
  content: "\f002";
}

.material-icons.e_mobiledata_badge:before {
  content: "\f7e3";
}

.material-icons.earbuds:before {
  content: "\f003";
}

.material-icons.earbuds_battery:before {
  content: "\f004";
}

.material-icons.early_on:before {
  content: "\e2ba";
}

.material-icons.earthquake:before {
  content: "\f64f";
}

.material-icons.east:before {
  content: "\f1df";
}

.material-icons.ecg:before {
  content: "\f80f";
}

.material-icons.ecg_heart:before {
  content: "\f6e9";
}

.material-icons.eco:before {
  content: "\ea35";
}

.material-icons.eda:before {
  content: "\f6e8";
}

.material-icons.edgesensor_high:before {
  content: "\f005";
}

.material-icons.edgesensor_low:before {
  content: "\f006";
}

.material-icons.edit:before {
  content: "\e150";
}

.material-icons.edit_attributes:before {
  content: "\e578";
}

.material-icons.edit_calendar:before {
  content: "\e742";
}

.material-icons.edit_document:before {
  content: "\f88c";
}

.material-icons.edit_location:before {
  content: "\e568";
}

.material-icons.edit_location_alt:before {
  content: "\e1c5";
}

.material-icons.edit_note:before {
  content: "\e745";
}

.material-icons.edit_notifications:before {
  content: "\e525";
}

.material-icons.edit_off:before {
  content: "\e950";
}

.material-icons.edit_road:before {
  content: "\ef4d";
}

.material-icons.edit_square:before {
  content: "\f88d";
}

.material-icons.egg:before {
  content: "\eacc";
}

.material-icons.egg_alt:before {
  content: "\eac8";
}

.material-icons.eject:before {
  content: "\e8fb";
}

.material-icons.elderly:before {
  content: "\f21a";
}

.material-icons.elderly_woman:before {
  content: "\eb69";
}

.material-icons.electric_bike:before {
  content: "\eb1b";
}

.material-icons.electric_bolt:before {
  content: "\ec1c";
}

.material-icons.electric_car:before {
  content: "\eb1c";
}

.material-icons.electric_meter:before {
  content: "\ec1b";
}

.material-icons.electric_moped:before {
  content: "\eb1d";
}

.material-icons.electric_rickshaw:before {
  content: "\eb1e";
}

.material-icons.electric_scooter:before {
  content: "\eb1f";
}

.material-icons.electrical_services:before {
  content: "\f102";
}

.material-icons.elevation:before {
  content: "\f6e7";
}

.material-icons.elevator:before {
  content: "\f1a0";
}

.material-icons.emergency:before {
  content: "\e1eb";
}

.material-icons.emergency_heat:before {
  content: "\f15d";
}

.material-icons.emergency_home:before {
  content: "\e82a";
}

.material-icons.emergency_recording:before {
  content: "\ebf4";
}

.material-icons.emergency_share:before {
  content: "\ebf6";
}

.material-icons.emergency_share_off:before {
  content: "\f59e";
}

.material-icons.emoji_food_beverage:before {
  content: "\ea1b";
}

.material-icons.emoji_nature:before {
  content: "\ea1c";
}

.material-icons.emoji_objects:before {
  content: "\ea24";
}

.material-icons.emoji_people:before {
  content: "\ea1d";
}

.material-icons.emoji_symbols:before {
  content: "\ea1e";
}

.material-icons.emoji_transportation:before {
  content: "\ea1f";
}

.material-icons.emoticon:before {
  content: "\e5f3";
}

.material-icons.empty_dashboard:before {
  content: "\f844";
}

.material-icons.enable:before {
  content: "\f188";
}

.material-icons.encrypted:before {
  content: "\e593";
}

.material-icons.endocrinology:before {
  content: "\e0a9";
}

.material-icons.energy_program_saving:before {
  content: "\f15f";
}

.material-icons.energy_program_time_used:before {
  content: "\f161";
}

.material-icons.energy_savings_leaf:before {
  content: "\ec1a";
}

.material-icons.engineering:before {
  content: "\ea3d";
}

.material-icons.enhanced_encryption:before {
  content: "\e63f";
}

.material-icons.ent:before {
  content: "\e0aa";
}

.material-icons.equal:before {
  content: "\f77b";
}

.material-icons.equalizer:before {
  content: "\e01d";
}

.material-icons.error:before {
  content: "\e000";
}

.material-icons.error_med:before {
  content: "\e49b";
}

.material-icons.escalator:before {
  content: "\f1a1";
}

.material-icons.escalator_warning:before {
  content: "\f1ac";
}

.material-icons.euro:before {
  content: "\ea15";
}

.material-icons.euro_symbol:before {
  content: "\e926";
}

.material-icons.ev_mobiledata_badge:before {
  content: "\f7e2";
}

.material-icons.ev_shadow:before {
  content: "\ef8f";
}

.material-icons.ev_shadow_add:before {
  content: "\f580";
}

.material-icons.ev_shadow_minus:before {
  content: "\f57f";
}

.material-icons.ev_station:before {
  content: "\e209";
}

.material-icons.event:before {
  content: "\e24f";
}

.material-icons.event_available:before {
  content: "\e614";
}

.material-icons.event_busy:before {
  content: "\e615";
}

.material-icons.event_list:before {
  content: "\f683";
}

.material-icons.event_note:before {
  content: "\e616";
}

.material-icons.event_repeat:before {
  content: "\eb7b";
}

.material-icons.event_seat:before {
  content: "\e903";
}

.material-icons.event_upcoming:before {
  content: "\f238";
}

.material-icons.exclamation:before {
  content: "\f22f";
}

.material-icons.exercise:before {
  content: "\f6e6";
}

.material-icons.exit_to_app:before {
  content: "\e879";
}

.material-icons.expand:before {
  content: "\e94f";
}

.material-icons.expand_all:before {
  content: "\e946";
}

.material-icons.expand_circle_down:before {
  content: "\e7cd";
}

.material-icons.expand_circle_right:before {
  content: "\f591";
}

.material-icons.expand_circle_up:before {
  content: "\f5d2";
}

.material-icons.expand_content:before {
  content: "\f830";
}

.material-icons.expand_less:before {
  content: "\e5ce";
}

.material-icons.expand_more:before {
  content: "\e5cf";
}

.material-icons.explicit:before {
  content: "\e01e";
}

.material-icons.explore:before {
  content: "\e87a";
}

.material-icons.explore_off:before {
  content: "\e9a8";
}

.material-icons.explosion:before {
  content: "\f685";
}

.material-icons.export_notes:before {
  content: "\e0ac";
}

.material-icons.exposure:before {
  content: "\e3ca";
}

.material-icons.exposure_neg_1:before {
  content: "\e3cb";
}

.material-icons.exposure_neg_2:before {
  content: "\e3cc";
}

.material-icons.exposure_plus_1:before {
  content: "\e3cd";
}

.material-icons.exposure_plus_2:before {
  content: "\e3ce";
}

.material-icons.exposure_zero:before {
  content: "\e3cf";
}

.material-icons.extension:before {
  content: "\e87b";
}

.material-icons.extension_off:before {
  content: "\e4f5";
}

.material-icons.eyeglasses:before {
  content: "\f6ee";
}

.material-icons.f:before {
  content: "F";
}

.material-icons.face:before {
  content: "\e87c";
}

.material-icons.face_2:before {
  content: "\f8da";
}

.material-icons.face_3:before {
  content: "\f8db";
}

.material-icons.face_4:before {
  content: "\f8dc";
}

.material-icons.face_5:before {
  content: "\f8dd";
}

.material-icons.face_6:before {
  content: "\f8de";
}

.material-icons.face_retouching_natural:before {
  content: "\ef4e";
}

.material-icons.face_retouching_off:before {
  content: "\f007";
}

.material-icons.fact_check:before {
  content: "\f0c5";
}

.material-icons.factory:before {
  content: "\ebbc";
}

.material-icons.falling:before {
  content: "\f60d";
}

.material-icons.familiar_face_and_zone:before {
  content: "\e21c";
}

.material-icons.family_history:before {
  content: "\e0ad";
}

.material-icons.family_link:before {
  content: "\eb19";
}

.material-icons.family_restroom:before {
  content: "\f1a2";
}

.material-icons.farsight_digital:before {
  content: "\f559";
}

.material-icons.fast_forward:before {
  content: "\e01f";
}

.material-icons.fast_rewind:before {
  content: "\e020";
}

.material-icons.fastfood:before {
  content: "\e57a";
}

.material-icons.faucet:before {
  content: "\e278";
}

.material-icons.favorite:before {
  content: "\e87d";
}

.material-icons.fax:before {
  content: "\ead8";
}

.material-icons.feature_search:before {
  content: "\e9a9";
}

.material-icons.featured_play_list:before {
  content: "\e06d";
}

.material-icons.featured_video:before {
  content: "\e06e";
}

.material-icons.feed:before {
  content: "\f009";
}

.material-icons.female:before {
  content: "\e590";
}

.material-icons.femur:before {
  content: "\f891";
}

.material-icons.femur_alt:before {
  content: "\f892";
}

.material-icons.fence:before {
  content: "\f1f6";
}

.material-icons.fertile:before {
  content: "\f6e5";
}

.material-icons.festival:before {
  content: "\ea68";
}

.material-icons.fiber_dvr:before {
  content: "\e05d";
}

.material-icons.fiber_manual_record:before {
  content: "\e061";
}

.material-icons.fiber_new:before {
  content: "\e05e";
}

.material-icons.fiber_pin:before {
  content: "\e06a";
}

.material-icons.fiber_smart_record:before {
  content: "\e062";
}

.material-icons.file_copy:before {
  content: "\e173";
}

.material-icons.file_download_off:before {
  content: "\e4fe";
}

.material-icons.file_open:before {
  content: "\eaf3";
}

.material-icons.file_present:before {
  content: "\ea0e";
}

.material-icons.file_upload_off:before {
  content: "\f886";
}

.material-icons.filter:before {
  content: "\e3b6";
}

.material-icons.filter_1:before {
  content: "\e3d0";
}

.material-icons.filter_2:before {
  content: "\e3d1";
}

.material-icons.filter_3:before {
  content: "\e3d2";
}

.material-icons.filter_4:before {
  content: "\e3d4";
}

.material-icons.filter_5:before {
  content: "\e3d5";
}

.material-icons.filter_6:before {
  content: "\e3d6";
}

.material-icons.filter_7:before {
  content: "\e3d7";
}

.material-icons.filter_8:before {
  content: "\e3d8";
}

.material-icons.filter_9:before {
  content: "\e3d9";
}

.material-icons.filter_9_plus:before {
  content: "\e3da";
}

.material-icons.filter_alt:before {
  content: "\ef4f";
}

.material-icons.filter_alt_off:before {
  content: "\eb32";
}

.material-icons.filter_b_and_w:before {
  content: "\e3db";
}

.material-icons.filter_center_focus:before {
  content: "\e3dc";
}

.material-icons.filter_drama:before {
  content: "\e3dd";
}

.material-icons.filter_frames:before {
  content: "\e3de";
}

.material-icons.filter_hdr:before {
  content: "\e3df";
}

.material-icons.filter_list:before {
  content: "\e152";
}

.material-icons.filter_list_alt:before {
  content: "\e94e";
}

.material-icons.filter_list_off:before {
  content: "\eb57";
}

.material-icons.filter_none:before {
  content: "\e3e0";
}

.material-icons.filter_tilt_shift:before {
  content: "\e3e2";
}

.material-icons.filter_vintage:before {
  content: "\e3e3";
}

.material-icons.finance:before {
  content: "\e6bf";
}

.material-icons.finance_chip:before {
  content: "\f84e";
}

.material-icons.find_in_page:before {
  content: "\e880";
}

.material-icons.find_replace:before {
  content: "\e881";
}

.material-icons.fingerprint:before {
  content: "\e90d";
}

.material-icons.fire_extinguisher:before {
  content: "\f1d8";
}

.material-icons.fire_hydrant:before {
  content: "\f1a3";
}

.material-icons.fire_truck:before {
  content: "\f8f2";
}

.material-icons.fireplace:before {
  content: "\ea43";
}

.material-icons.first_page:before {
  content: "\e5dc";
}

.material-icons.fit_page:before {
  content: "\f77a";
}

.material-icons.fit_screen:before {
  content: "\ea10";
}

.material-icons.fit_width:before {
  content: "\f779";
}

.material-icons.fitness_center:before {
  content: "\eb43";
}

.material-icons.flag:before {
  content: "\e153";
}

.material-icons.flag_circle:before {
  content: "\eaf8";
}

.material-icons.flaky:before {
  content: "\ef50";
}

.material-icons.flare:before {
  content: "\e3e4";
}

.material-icons.flash_auto:before {
  content: "\e3e5";
}

.material-icons.flash_off:before {
  content: "\e3e6";
}

.material-icons.flash_on:before {
  content: "\e3e7";
}

.material-icons.flashlight_off:before {
  content: "\f00a";
}

.material-icons.flashlight_on:before {
  content: "\f00b";
}

.material-icons.flatware:before {
  content: "\f00c";
}

.material-icons.flex_direction:before {
  content: "\f778";
}

.material-icons.flex_no_wrap:before {
  content: "\f777";
}

.material-icons.flex_wrap:before {
  content: "\f776";
}

.material-icons.flight:before {
  content: "\e539";
}

.material-icons.flight_class:before {
  content: "\e7cb";
}

.material-icons.flight_land:before {
  content: "\e904";
}

.material-icons.flight_takeoff:before {
  content: "\e905";
}

.material-icons.flip:before {
  content: "\e3e8";
}

.material-icons.flip_camera_android:before {
  content: "\ea37";
}

.material-icons.flip_camera_ios:before {
  content: "\ea38";
}

.material-icons.flip_to_back:before {
  content: "\e882";
}

.material-icons.flip_to_front:before {
  content: "\e883";
}

.material-icons.flood:before {
  content: "\ebe6";
}

.material-icons.floor:before {
  content: "\f6e4";
}

.material-icons.floor_lamp:before {
  content: "\e21e";
}

.material-icons.flowsheet:before {
  content: "\e0ae";
}

.material-icons.fluid:before {
  content: "\e483";
}

.material-icons.fluid_balance:before {
  content: "\f80d";
}

.material-icons.fluid_med:before {
  content: "\f80c";
}

.material-icons.flutter:before {
  content: "\f1dd";
}

.material-icons.flutter_dash:before {
  content: "\e00b";
}

.material-icons.fmd_bad:before {
  content: "\f00e";
}

.material-icons.foggy:before {
  content: "\e818";
}

.material-icons.folded_hands:before {
  content: "\f5ed";
}

.material-icons.folder:before {
  content: "\e2c7";
}

.material-icons.folder_copy:before {
  content: "\ebbd";
}

.material-icons.folder_data:before {
  content: "\f586";
}

.material-icons.folder_delete:before {
  content: "\eb34";
}

.material-icons.folder_managed:before {
  content: "\f775";
}

.material-icons.folder_off:before {
  content: "\eb83";
}

.material-icons.folder_open:before {
  content: "\e2c8";
}

.material-icons.folder_shared:before {
  content: "\e2c9";
}

.material-icons.folder_special:before {
  content: "\e617";
}

.material-icons.folder_supervised:before {
  content: "\f774";
}

.material-icons.folder_zip:before {
  content: "\eb2c";
}

.material-icons.follow_the_signs:before {
  content: "\f222";
}

.material-icons.font_download:before {
  content: "\e167";
}

.material-icons.font_download_off:before {
  content: "\e4f9";
}

.material-icons.food_bank:before {
  content: "\f1f2";
}

.material-icons.foot_bones:before {
  content: "\f893";
}

.material-icons.footprint:before {
  content: "\f87d";
}

.material-icons.forest:before {
  content: "\ea99";
}

.material-icons.fork_left:before {
  content: "\eba0";
}

.material-icons.fork_right:before {
  content: "\ebac";
}

.material-icons.forklift:before {
  content: "\f868";
}

.material-icons.format_align_center:before {
  content: "\e234";
}

.material-icons.format_align_justify:before {
  content: "\e235";
}

.material-icons.format_align_left:before {
  content: "\e236";
}

.material-icons.format_align_right:before {
  content: "\e237";
}

.material-icons.format_bold:before {
  content: "\e238";
}

.material-icons.format_clear:before {
  content: "\e239";
}

.material-icons.format_color_fill:before {
  content: "\e23a";
}

.material-icons.format_color_reset:before {
  content: "\e23b";
}

.material-icons.format_color_text:before {
  content: "\e23c";
}

.material-icons.format_h1:before {
  content: "\f85d";
}

.material-icons.format_h2:before {
  content: "\f85e";
}

.material-icons.format_h3:before {
  content: "\f85f";
}

.material-icons.format_h4:before {
  content: "\f860";
}

.material-icons.format_h5:before {
  content: "\f861";
}

.material-icons.format_h6:before {
  content: "\f862";
}

.material-icons.format_image_left:before {
  content: "\f863";
}

.material-icons.format_image_right:before {
  content: "\f864";
}

.material-icons.format_indent_decrease:before {
  content: "\e23d";
}

.material-icons.format_indent_increase:before {
  content: "\e23e";
}

.material-icons.format_ink_highlighter:before {
  content: "\f82b";
}

.material-icons.format_italic:before {
  content: "\e23f";
}

.material-icons.format_letter_spacing:before {
  content: "\f773";
}

.material-icons.format_letter_spacing_2:before {
  content: "\f618";
}

.material-icons.format_letter_spacing_standard:before {
  content: "\f617";
}

.material-icons.format_letter_spacing_wide:before {
  content: "\f616";
}

.material-icons.format_letter_spacing_wider:before {
  content: "\f615";
}

.material-icons.format_line_spacing:before {
  content: "\e240";
}

.material-icons.format_list_bulleted:before {
  content: "\e241";
}

.material-icons.format_list_bulleted_add:before {
  content: "\f849";
}

.material-icons.format_list_numbered:before {
  content: "\e242";
}

.material-icons.format_list_numbered_rtl:before {
  content: "\e267";
}

.material-icons.format_overline:before {
  content: "\eb65";
}

.material-icons.format_paint:before {
  content: "\e243";
}

.material-icons.format_paragraph:before {
  content: "\f865";
}

.material-icons.format_quote:before {
  content: "\e244";
}

.material-icons.format_shapes:before {
  content: "\e25e";
}

.material-icons.format_size:before {
  content: "\e245";
}

.material-icons.format_strikethrough:before {
  content: "\e246";
}

.material-icons.format_text_clip:before {
  content: "\f82a";
}

.material-icons.format_text_overflow:before {
  content: "\f829";
}

.material-icons.format_text_wrap:before {
  content: "\f828";
}

.material-icons.format_textdirection_l_to_r:before {
  content: "\e247";
}

.material-icons.format_textdirection_r_to_l:before {
  content: "\e248";
}

.material-icons.format_underlined:before {
  content: "\e249";
}

.material-icons.format_underlined_squiggle:before {
  content: "\f885";
}

.material-icons.forms_add_on:before {
  content: "\f0c7";
}

.material-icons.forms_apps_script:before {
  content: "\f0c8";
}

.material-icons.fort:before {
  content: "\eaad";
}

.material-icons.forum:before {
  content: "\e0bf";
}

.material-icons.forward:before {
  content: "\e154";
}

.material-icons.forward_10:before {
  content: "\e056";
}

.material-icons.forward_30:before {
  content: "\e057";
}

.material-icons.forward_5:before {
  content: "\e058";
}

.material-icons.forward_circle:before {
  content: "\f6f5";
}

.material-icons.forward_media:before {
  content: "\f6f4";
}

.material-icons.forward_to_inbox:before {
  content: "\f187";
}

.material-icons.foundation:before {
  content: "\f200";
}

.material-icons.frame_inspect:before {
  content: "\f772";
}

.material-icons.frame_person:before {
  content: "\f8a6";
}

.material-icons.frame_person_off:before {
  content: "\f7d1";
}

.material-icons.frame_reload:before {
  content: "\f771";
}

.material-icons.frame_source:before {
  content: "\f770";
}

.material-icons.free_cancellation:before {
  content: "\e748";
}

.material-icons.front_hand:before {
  content: "\e769";
}

.material-icons.front_loader:before {
  content: "\f869";
}

.material-icons.full_coverage:before {
  content: "\eb12";
}

.material-icons.full_hd:before {
  content: "\f58b";
}

.material-icons.full_stacked_bar_chart:before {
  content: "\f212";
}

.material-icons.fullscreen:before {
  content: "\e5d0";
}

.material-icons.fullscreen_exit:before {
  content: "\e5d1";
}

.material-icons.function:before {
  content: "\f866";
}

.material-icons.functions:before {
  content: "\e24a";
}

.material-icons.g:before {
  content: "G";
}

.material-icons.g_mobiledata:before {
  content: "\f010";
}

.material-icons.g_mobiledata_badge:before {
  content: "\f7e1";
}

.material-icons.g_translate:before {
  content: "\e927";
}

.material-icons.gallery_thumbnail:before {
  content: "\f86f";
}

.material-icons.gamepad:before {
  content: "\e021";
}

.material-icons.garage:before {
  content: "\f011";
}

.material-icons.garage_home:before {
  content: "\e82d";
}

.material-icons.garden_cart:before {
  content: "\f8a9";
}

.material-icons.gas_meter:before {
  content: "\ec19";
}

.material-icons.gastroenterology:before {
  content: "\e0f1";
}

.material-icons.gate:before {
  content: "\e277";
}

.material-icons.gavel:before {
  content: "\e90e";
}

.material-icons.generating_tokens:before {
  content: "\e749";
}

.material-icons.genetics:before {
  content: "\e0f3";
}

.material-icons.genres:before {
  content: "\e022";
}

.material-icons.gesture:before {
  content: "\e155";
}

.material-icons.gesture_select:before {
  content: "\f657";
}

.material-icons.gif:before {
  content: "\e908";
}

.material-icons.gif_box:before {
  content: "\e7a3";
}

.material-icons.girl:before {
  content: "\eb68";
}

.material-icons.gite:before {
  content: "\e58b";
}

.material-icons.glass_cup:before {
  content: "\f6e3";
}

.material-icons.globe:before {
  content: "\e64c";
}

.material-icons.globe_asia:before {
  content: "\f799";
}

.material-icons.globe_uk:before {
  content: "\f798";
}

.material-icons.glucose:before {
  content: "\e4a0";
}

.material-icons.glyphs:before {
  content: "\f8a3";
}

.material-icons.go_to_line:before {
  content: "\f71d";
}

.material-icons.golf_course:before {
  content: "\eb45";
}

.material-icons.google_tv_remote:before {
  content: "\f129";
}

.material-icons.google_wifi:before {
  content: "\e840";
}

.material-icons.gpp_bad:before {
  content: "\f012";
}

.material-icons.gpp_maybe:before {
  content: "\f014";
}

.material-icons.grade:before {
  content: "\e885";
}

.material-icons.gradient:before {
  content: "\e3e9";
}

.material-icons.grading:before {
  content: "\ea4f";
}

.material-icons.grain:before {
  content: "\e3ea";
}

.material-icons.graphic_eq:before {
  content: "\e1b8";
}

.material-icons.grass:before {
  content: "\f205";
}

.material-icons.grid_3x3:before {
  content: "\f015";
}

.material-icons.grid_3x3_off:before {
  content: "\f67c";
}

.material-icons.grid_4x4:before {
  content: "\f016";
}

.material-icons.grid_goldenratio:before {
  content: "\f017";
}

.material-icons.grid_guides:before {
  content: "\f76f";
}

.material-icons.grid_off:before {
  content: "\e3eb";
}

.material-icons.grid_on:before {
  content: "\e3ec";
}

.material-icons.grid_view:before {
  content: "\e9b0";
}

.material-icons.group:before {
  content: "\e7ef";
}

.material-icons.group_add:before {
  content: "\e7f0";
}

.material-icons.group_off:before {
  content: "\e747";
}

.material-icons.group_remove:before {
  content: "\e7ad";
}

.material-icons.group_work:before {
  content: "\e886";
}

.material-icons.grouped_bar_chart:before {
  content: "\f211";
}

.material-icons.groups:before {
  content: "\f233";
}

.material-icons.groups_2:before {
  content: "\f8df";
}

.material-icons.groups_3:before {
  content: "\f8e0";
}

.material-icons.gynecology:before {
  content: "\e0f4";
}

.material-icons.h:before {
  content: "H";
}

.material-icons.h_mobiledata:before {
  content: "\f018";
}

.material-icons.h_mobiledata_badge:before {
  content: "\f7e0";
}

.material-icons.h_plus_mobiledata:before {
  content: "\f019";
}

.material-icons.h_plus_mobiledata_badge:before {
  content: "\f7df";
}

.material-icons.hail:before {
  content: "\e9b1";
}

.material-icons.hallway:before {
  content: "\e6f8";
}

.material-icons.hand_bones:before {
  content: "\f894";
}

.material-icons.hand_gesture:before {
  content: "\ef9c";
}

.material-icons.handshake:before {
  content: "\ebcb";
}

.material-icons.handyman:before {
  content: "\f10b";
}

.material-icons.hangout_video:before {
  content: "\e0c1";
}

.material-icons.hangout_video_off:before {
  content: "\e0c2";
}

.material-icons.hard_drive:before {
  content: "\f80e";
}

.material-icons.hard_drive_2:before {
  content: "\f7a4";
}

.material-icons.hardware:before {
  content: "\ea59";
}

.material-icons.hd:before {
  content: "\e052";
}

.material-icons.hdr_auto:before {
  content: "\f01a";
}

.material-icons.hdr_auto_select:before {
  content: "\f01b";
}

.material-icons.hdr_enhanced_select:before {
  content: "\ef51";
}

.material-icons.hdr_off:before {
  content: "\e3ed";
}

.material-icons.hdr_off_select:before {
  content: "\f01c";
}

.material-icons.hdr_on:before {
  content: "\e3ee";
}

.material-icons.hdr_on_select:before {
  content: "\f01d";
}

.material-icons.hdr_plus:before {
  content: "\f01e";
}

.material-icons.hdr_strong:before {
  content: "\e3f1";
}

.material-icons.hdr_weak:before {
  content: "\e3f2";
}

.material-icons.headphones:before {
  content: "\e310";
}

.material-icons.headphones_battery:before {
  content: "\f020";
}

.material-icons.headset_mic:before {
  content: "\e311";
}

.material-icons.headset_off:before {
  content: "\e33a";
}

.material-icons.healing:before {
  content: "\e3f3";
}

.material-icons.health_and_safety:before {
  content: "\e1d5";
}

.material-icons.health_metrics:before {
  content: "\f6e2";
}

.material-icons.heap_snapshot_large:before {
  content: "\f76e";
}

.material-icons.heap_snapshot_multiple:before {
  content: "\f76d";
}

.material-icons.heap_snapshot_thumbnail:before {
  content: "\f76c";
}

.material-icons.hearing:before {
  content: "\e023";
}

.material-icons.hearing_disabled:before {
  content: "\f104";
}

.material-icons.heart_broken:before {
  content: "\eac2";
}

.material-icons.heart_check:before {
  content: "\f60a";
}

.material-icons.heart_minus:before {
  content: "\f883";
}

.material-icons.heart_plus:before {
  content: "\f884";
}

.material-icons.heat:before {
  content: "\f537";
}

.material-icons.heat_pump:before {
  content: "\ec18";
}

.material-icons.heat_pump_balance:before {
  content: "\e27e";
}

.material-icons.height:before {
  content: "\ea16";
}

.material-icons.helicopter:before {
  content: "\f60c";
}

.material-icons.help:before {
  content: "\e887";
}

.material-icons.help_center:before {
  content: "\f1c0";
}

.material-icons.help_clinic:before {
  content: "\f810";
}

.material-icons.hematology:before {
  content: "\e0f6";
}

.material-icons.hevc:before {
  content: "\f021";
}

.material-icons.hexagon:before {
  content: "\eb39";
}

.material-icons.hide:before {
  content: "\ef9e";
}

.material-icons.hide_image:before {
  content: "\f022";
}

.material-icons.hide_source:before {
  content: "\f023";
}

.material-icons.high_density:before {
  content: "\f79c";
}

.material-icons.high_quality:before {
  content: "\e024";
}

.material-icons.high_res:before {
  content: "\f54b";
}

.material-icons.highlight:before {
  content: "\e25f";
}

.material-icons.highlighter_size_1:before {
  content: "\f76b";
}

.material-icons.highlighter_size_2:before {
  content: "\f76a";
}

.material-icons.highlighter_size_3:before {
  content: "\f769";
}

.material-icons.highlighter_size_4:before {
  content: "\f768";
}

.material-icons.highlighter_size_5:before {
  content: "\f767";
}

.material-icons.hiking:before {
  content: "\e50a";
}

.material-icons.history:before {
  content: "\e28e";
}

.material-icons.history_edu:before {
  content: "\ea3e";
}

.material-icons.history_toggle_off:before {
  content: "\f17d";
}

.material-icons.hive:before {
  content: "\eaa6";
}

.material-icons.hls:before {
  content: "\eb8a";
}

.material-icons.hls_off:before {
  content: "\eb8c";
}

.material-icons.holiday_village:before {
  content: "\e58a";
}

.material-icons.home:before {
  content: "\e88a";
}

.material-icons.home_app_logo:before {
  content: "\e295";
}

.material-icons.home_health:before {
  content: "\e4b9";
}

.material-icons.home_iot_device:before {
  content: "\e283";
}

.material-icons.home_max:before {
  content: "\f024";
}

.material-icons.home_max_dots:before {
  content: "\e849";
}

.material-icons.home_mini:before {
  content: "\f025";
}

.material-icons.home_pin:before {
  content: "\f14d";
}

.material-icons.home_repair_service:before {
  content: "\f100";
}

.material-icons.home_speaker:before {
  content: "\f11c";
}

.material-icons.home_storage:before {
  content: "\f86c";
}

.material-icons.home_work:before {
  content: "\ea09";
}

.material-icons.horizontal_distribute:before {
  content: "\e014";
}

.material-icons.horizontal_rule:before {
  content: "\f108";
}

.material-icons.horizontal_split:before {
  content: "\e947";
}

.material-icons.hot_tub:before {
  content: "\eb46";
}

.material-icons.hotel:before {
  content: "\e53a";
}

.material-icons.hotel_class:before {
  content: "\e743";
}

.material-icons.hourglass:before {
  content: "\ebff";
}

.material-icons.hourglass_bottom:before {
  content: "\ea5c";
}

.material-icons.hourglass_disabled:before {
  content: "\ef53";
}

.material-icons.hourglass_empty:before {
  content: "\e88b";
}

.material-icons.hourglass_full:before {
  content: "\e88c";
}

.material-icons.hourglass_top:before {
  content: "\ea5b";
}

.material-icons.house:before {
  content: "\ea44";
}

.material-icons.house_siding:before {
  content: "\f202";
}

.material-icons.house_with_shield:before {
  content: "\e786";
}

.material-icons.houseboat:before {
  content: "\e584";
}

.material-icons.how_to_reg:before {
  content: "\e174";
}

.material-icons.how_to_vote:before {
  content: "\e175";
}

.material-icons.hr_resting:before {
  content: "\f6ba";
}

.material-icons.html:before {
  content: "\eb7e";
}

.material-icons.http:before {
  content: "\e902";
}

.material-icons.hub:before {
  content: "\e9f4";
}

.material-icons.humerus:before {
  content: "\f895";
}

.material-icons.humerus_alt:before {
  content: "\f896";
}

.material-icons.humidity_high:before {
  content: "\f163";
}

.material-icons.humidity_indoor:before {
  content: "\f558";
}

.material-icons.humidity_low:before {
  content: "\f164";
}

.material-icons.humidity_mid:before {
  content: "\f165";
}

.material-icons.humidity_percentage:before {
  content: "\f87e";
}

.material-icons.hvac:before {
  content: "\f10e";
}

.material-icons.i:before {
  content: "I";
}

.material-icons.ice_skating:before {
  content: "\e50b";
}

.material-icons.icecream:before {
  content: "\ea69";
}

.material-icons.ifl:before {
  content: "\e025";
}

.material-icons.iframe:before {
  content: "\f71b";
}

.material-icons.iframe_off:before {
  content: "\f71c";
}

.material-icons.image:before {
  content: "\e251";
}

.material-icons.image_aspect_ratio:before {
  content: "\e3f5";
}

.material-icons.image_not_supported:before {
  content: "\f116";
}

.material-icons.image_search:before {
  content: "\e43f";
}

.material-icons.imagesearch_roller:before {
  content: "\e9b4";
}

.material-icons.imagesmode:before {
  content: "\efa2";
}

.material-icons.immunology:before {
  content: "\e0fb";
}

.material-icons.import_contacts:before {
  content: "\e0e0";
}

.material-icons.important_devices:before {
  content: "\e912";
}

.material-icons.in_home_mode:before {
  content: "\e833";
}

.material-icons.inactive_order:before {
  content: "\e0fc";
}

.material-icons.inbox:before {
  content: "\e156";
}

.material-icons.inbox_customize:before {
  content: "\f859";
}

.material-icons.incomplete_circle:before {
  content: "\e79b";
}

.material-icons.indeterminate_check_box:before {
  content: "\e909";
}

.material-icons.indeterminate_question_box:before {
  content: "\f56d";
}

.material-icons.info:before {
  content: "\e88e";
}

.material-icons.info_i:before {
  content: "\f59b";
}

.material-icons.infrared:before {
  content: "\f87c";
}

.material-icons.ink_eraser:before {
  content: "\e6d0";
}

.material-icons.ink_eraser_off:before {
  content: "\e7e3";
}

.material-icons.ink_highlighter:before {
  content: "\e6d1";
}

.material-icons.ink_marker:before {
  content: "\e6d2";
}

.material-icons.ink_pen:before {
  content: "\e6d3";
}

.material-icons.inpatient:before {
  content: "\e0fe";
}

.material-icons.input:before {
  content: "\e890";
}

.material-icons.input_circle:before {
  content: "\f71a";
}

.material-icons.insert_chart:before {
  content: "\e24b";
}

.material-icons.insert_page_break:before {
  content: "\eaca";
}

.material-icons.insert_text:before {
  content: "\f827";
}

.material-icons.insights:before {
  content: "\f092";
}

.material-icons.install_desktop:before {
  content: "\eb71";
}

.material-icons.install_mobile:before {
  content: "\eb72";
}

.material-icons.instant_mix:before {
  content: "\e026";
}

.material-icons.integration_instructions:before {
  content: "\ef54";
}

.material-icons.interactive_space:before {
  content: "\f7ff";
}

.material-icons.interests:before {
  content: "\e7c8";
}

.material-icons.interpreter_mode:before {
  content: "\e83b";
}

.material-icons.inventory:before {
  content: "\e179";
}

.material-icons.inventory_2:before {
  content: "\e1a1";
}

.material-icons.invert_colors:before {
  content: "\e891";
}

.material-icons.invert_colors_off:before {
  content: "\e0c4";
}

.material-icons.ios_share:before {
  content: "\e6b8";
}

.material-icons.iron:before {
  content: "\e583";
}

.material-icons.j:before {
  content: "J";
}

.material-icons.jamboard_kiosk:before {
  content: "\e9b5";
}

.material-icons.javascript:before {
  content: "\eb7c";
}

.material-icons.join:before {
  content: "\eaeb";
}

.material-icons.join_inner:before {
  content: "\eaf4";
}

.material-icons.join_left:before {
  content: "\eaf2";
}

.material-icons.join_right:before {
  content: "\eaea";
}

.material-icons.joystick:before {
  content: "\f5ee";
}

.material-icons.jump_to_element:before {
  content: "\f719";
}

.material-icons.k:before {
  content: "K";
}

.material-icons.kayaking:before {
  content: "\e50c";
}

.material-icons.kebab_dining:before {
  content: "\e842";
}

.material-icons.kettle:before {
  content: "\e2b9";
}

.material-icons.key:before {
  content: "\e73c";
}

.material-icons.key_off:before {
  content: "\eb84";
}

.material-icons.key_visualizer:before {
  content: "\f199";
}

.material-icons.keyboard:before {
  content: "\e312";
}

.material-icons.keyboard_alt:before {
  content: "\f028";
}

.material-icons.keyboard_arrow_down:before {
  content: "\e313";
}

.material-icons.keyboard_arrow_left:before {
  content: "\e314";
}

.material-icons.keyboard_arrow_right:before {
  content: "\e315";
}

.material-icons.keyboard_arrow_up:before {
  content: "\e316";
}

.material-icons.keyboard_backspace:before {
  content: "\e317";
}

.material-icons.keyboard_capslock:before {
  content: "\e318";
}

.material-icons.keyboard_capslock_badge:before {
  content: "\f7de";
}

.material-icons.keyboard_command_key:before {
  content: "\eae7";
}

.material-icons.keyboard_control_key:before {
  content: "\eae6";
}

.material-icons.keyboard_double_arrow_down:before {
  content: "\ead0";
}

.material-icons.keyboard_double_arrow_left:before {
  content: "\eac3";
}

.material-icons.keyboard_double_arrow_right:before {
  content: "\eac9";
}

.material-icons.keyboard_double_arrow_up:before {
  content: "\eacf";
}

.material-icons.keyboard_external_input:before {
  content: "\f7dd";
}

.material-icons.keyboard_full:before {
  content: "\f7dc";
}

.material-icons.keyboard_hide:before {
  content: "\e31a";
}

.material-icons.keyboard_keys:before {
  content: "\f67b";
}

.material-icons.keyboard_off:before {
  content: "\f67a";
}

.material-icons.keyboard_onscreen:before {
  content: "\f7db";
}

.material-icons.keyboard_option_key:before {
  content: "\eae8";
}

.material-icons.keyboard_previous_language:before {
  content: "\f7da";
}

.material-icons.keyboard_return:before {
  content: "\e31b";
}

.material-icons.keyboard_tab:before {
  content: "\e31c";
}

.material-icons.keyboard_tab_rtl:before {
  content: "\ec73";
}

.material-icons.king_bed:before {
  content: "\ea45";
}

.material-icons.kitchen:before {
  content: "\eb47";
}

.material-icons.kitesurfing:before {
  content: "\e50d";
}

.material-icons.l:before {
  content: "L";
}

.material-icons.lab_panel:before {
  content: "\e103";
}

.material-icons.lab_profile:before {
  content: "\e104";
}

.material-icons.lab_research:before {
  content: "\f80b";
}

.material-icons.label:before {
  content: "\e892";
}

.material-icons.label_important:before {
  content: "\e937";
}

.material-icons.label_off:before {
  content: "\e9b6";
}

.material-icons.labs:before {
  content: "\e105";
}

.material-icons.lan:before {
  content: "\eb2f";
}

.material-icons.landscape:before {
  content: "\e3f7";
}

.material-icons.landslide:before {
  content: "\ebd7";
}

.material-icons.language:before {
  content: "\e894";
}

.material-icons.language_chinese_array:before {
  content: "\f766";
}

.material-icons.language_chinese_cangjie:before {
  content: "\f765";
}

.material-icons.language_chinese_dayi:before {
  content: "\f764";
}

.material-icons.language_chinese_pinyin:before {
  content: "\f763";
}

.material-icons.language_chinese_quick:before {
  content: "\f762";
}

.material-icons.language_chinese_wubi:before {
  content: "\f761";
}

.material-icons.language_french:before {
  content: "\f760";
}

.material-icons.language_gb_english:before {
  content: "\f75f";
}

.material-icons.language_international:before {
  content: "\f75e";
}

.material-icons.language_korean_latin:before {
  content: "\f75d";
}

.material-icons.language_pinyin:before {
  content: "\f75c";
}

.material-icons.language_spanish:before {
  content: "\f5e9";
}

.material-icons.language_us:before {
  content: "\f759";
}

.material-icons.language_us_colemak:before {
  content: "\f75b";
}

.material-icons.language_us_dvorak:before {
  content: "\f75a";
}

.material-icons.laps:before {
  content: "\f6b9";
}

.material-icons.laptop_chromebook:before {
  content: "\e31f";
}

.material-icons.laptop_mac:before {
  content: "\e320";
}

.material-icons.laptop_windows:before {
  content: "\e321";
}

.material-icons.lasso_select:before {
  content: "\eb03";
}

.material-icons.last_page:before {
  content: "\e5dd";
}

.material-icons.laundry:before {
  content: "\e2a8";
}

.material-icons.layers:before {
  content: "\e53b";
}

.material-icons.layers_clear:before {
  content: "\e53c";
}

.material-icons.lda:before {
  content: "\e106";
}

.material-icons.leaderboard:before {
  content: "\f20c";
}

.material-icons.leak_add:before {
  content: "\e3f8";
}

.material-icons.leak_remove:before {
  content: "\e3f9";
}

.material-icons.left_click:before {
  content: "\f718";
}

.material-icons.left_panel_close:before {
  content: "\f717";
}

.material-icons.left_panel_open:before {
  content: "\f716";
}

.material-icons.legend_toggle:before {
  content: "\f11b";
}

.material-icons.lens_blur:before {
  content: "\f029";
}

.material-icons.letter_switch:before {
  content: "\f758";
}

.material-icons.library_add:before {
  content: "\e02e";
}

.material-icons.library_add_check:before {
  content: "\e9b7";
}

.material-icons.library_books:before {
  content: "\e02f";
}

.material-icons.library_music:before {
  content: "\e030";
}

.material-icons.lift_to_talk:before {
  content: "\efa3";
}

.material-icons.light:before {
  content: "\f02a";
}

.material-icons.light_group:before {
  content: "\e28b";
}

.material-icons.light_mode:before {
  content: "\e518";
}

.material-icons.lightbulb:before {
  content: "\e0f0";
}

.material-icons.lightbulb_circle:before {
  content: "\ebfe";
}

.material-icons.line_axis:before {
  content: "\ea9a";
}

.material-icons.line_curve:before {
  content: "\f757";
}

.material-icons.line_end:before {
  content: "\f826";
}

.material-icons.line_end_arrow:before {
  content: "\f81d";
}

.material-icons.line_end_arrow_notch:before {
  content: "\f81c";
}

.material-icons.line_end_circle:before {
  content: "\f81b";
}

.material-icons.line_end_diamond:before {
  content: "\f81a";
}

.material-icons.line_end_square:before {
  content: "\f819";
}

.material-icons.line_start:before {
  content: "\f825";
}

.material-icons.line_start_arrow:before {
  content: "\f818";
}

.material-icons.line_start_arrow_notch:before {
  content: "\f817";
}

.material-icons.line_start_circle:before {
  content: "\f816";
}

.material-icons.line_start_diamond:before {
  content: "\f815";
}

.material-icons.line_start_square:before {
  content: "\f814";
}

.material-icons.line_style:before {
  content: "\e919";
}

.material-icons.line_weight:before {
  content: "\e91a";
}

.material-icons.linear_scale:before {
  content: "\e260";
}

.material-icons.link:before {
  content: "\e157";
}

.material-icons.link_off:before {
  content: "\e16f";
}

.material-icons.linked_camera:before {
  content: "\e438";
}

.material-icons.linked_services:before {
  content: "\f535";
}

.material-icons.liquor:before {
  content: "\ea60";
}

.material-icons.list:before {
  content: "\e896";
}

.material-icons.list_alt:before {
  content: "\e0ee";
}

.material-icons.list_alt_add:before {
  content: "\f756";
}

.material-icons.lists:before {
  content: "\e9b9";
}

.material-icons.live_help:before {
  content: "\e0c6";
}

.material-icons.live_tv:before {
  content: "\e639";
}

.material-icons.living:before {
  content: "\f02b";
}

.material-icons.local_activity:before {
  content: "\e53f";
}

.material-icons.local_atm:before {
  content: "\e53e";
}

.material-icons.local_bar:before {
  content: "\e540";
}

.material-icons.local_cafe:before {
  content: "\e541";
}

.material-icons.local_car_wash:before {
  content: "\e542";
}

.material-icons.local_convenience_store:before {
  content: "\e543";
}

.material-icons.local_drink:before {
  content: "\e544";
}

.material-icons.local_fire_department:before {
  content: "\ef55";
}

.material-icons.local_florist:before {
  content: "\e545";
}

.material-icons.local_gas_station:before {
  content: "\e546";
}

.material-icons.local_hospital:before {
  content: "\e548";
}

.material-icons.local_laundry_service:before {
  content: "\e54a";
}

.material-icons.local_library:before {
  content: "\e54b";
}

.material-icons.local_mall:before {
  content: "\e54c";
}

.material-icons.local_parking:before {
  content: "\e54f";
}

.material-icons.local_pharmacy:before {
  content: "\e550";
}

.material-icons.local_pizza:before {
  content: "\e552";
}

.material-icons.local_police:before {
  content: "\ef56";
}

.material-icons.local_post_office:before {
  content: "\e554";
}

.material-icons.local_see:before {
  content: "\e557";
}

.material-icons.local_shipping:before {
  content: "\e558";
}

.material-icons.local_taxi:before {
  content: "\e559";
}

.material-icons.location_automation:before {
  content: "\f14f";
}

.material-icons.location_away:before {
  content: "\f150";
}

.material-icons.location_chip:before {
  content: "\f850";
}

.material-icons.location_city:before {
  content: "\e7f1";
}

.material-icons.location_disabled:before {
  content: "\e1b5";
}

.material-icons.location_home:before {
  content: "\f152";
}

.material-icons.location_off:before {
  content: "\e0c7";
}

.material-icons.location_searching:before {
  content: "\e1b4";
}

.material-icons.lock:before {
  content: "\e88d";
}

.material-icons.lock_clock:before {
  content: "\ef57";
}

.material-icons.lock_open:before {
  content: "\e898";
}

.material-icons.lock_open_right:before {
  content: "\f656";
}

.material-icons.lock_person:before {
  content: "\f8f3";
}

.material-icons.lock_reset:before {
  content: "\eade";
}

.material-icons.login:before {
  content: "\ea77";
}

.material-icons.logo_dev:before {
  content: "\ead6";
}

.material-icons.logout:before {
  content: "\e9ba";
}

.material-icons.looks:before {
  content: "\e3fc";
}

.material-icons.looks_3:before {
  content: "\e3fb";
}

.material-icons.looks_4:before {
  content: "\e3fd";
}

.material-icons.looks_5:before {
  content: "\e3fe";
}

.material-icons.looks_6:before {
  content: "\e3ff";
}

.material-icons.looks_one:before {
  content: "\e400";
}

.material-icons.looks_two:before {
  content: "\e401";
}

.material-icons.loupe:before {
  content: "\e402";
}

.material-icons.low_density:before {
  content: "\f79b";
}

.material-icons.low_priority:before {
  content: "\e16d";
}

.material-icons.loyalty:before {
  content: "\e89a";
}

.material-icons.lte_mobiledata:before {
  content: "\f02c";
}

.material-icons.lte_mobiledata_badge:before {
  content: "\f7d9";
}

.material-icons.lte_plus_mobiledata:before {
  content: "\f02d";
}

.material-icons.lte_plus_mobiledata_badge:before {
  content: "\f7d8";
}

.material-icons.luggage:before {
  content: "\f235";
}

.material-icons.lunch_dining:before {
  content: "\ea61";
}

.material-icons.lyrics:before {
  content: "\ec0b";
}

.material-icons.m:before {
  content: "M";
}

.material-icons.macro_auto:before {
  content: "\f6f2";
}

.material-icons.macro_off:before {
  content: "\f8d2";
}

.material-icons.magic_button:before {
  content: "\f136";
}

.material-icons.magic_exchange:before {
  content: "\f7f4";
}

.material-icons.magic_tether:before {
  content: "\f7d7";
}

.material-icons.magnification_large:before {
  content: "\f83d";
}

.material-icons.magnification_small:before {
  content: "\f83c";
}

.material-icons.magnify_docked:before {
  content: "\f7d6";
}

.material-icons.magnify_fullscreen:before {
  content: "\f7d5";
}

.material-icons.mail:before {
  content: "\e0be";
}

.material-icons.mail_lock:before {
  content: "\ec0a";
}

.material-icons.male:before {
  content: "\e58e";
}

.material-icons.man:before {
  content: "\e4eb";
}

.material-icons.man_2:before {
  content: "\f8e1";
}

.material-icons.man_3:before {
  content: "\f8e2";
}

.material-icons.man_4:before {
  content: "\f8e3";
}

.material-icons.manage_accounts:before {
  content: "\f02e";
}

.material-icons.manage_history:before {
  content: "\ebe7";
}

.material-icons.manage_search:before {
  content: "\f02f";
}

.material-icons.manga:before {
  content: "\f5e3";
}

.material-icons.map:before {
  content: "\e55b";
}

.material-icons.maps_ugc:before {
  content: "\ef58";
}

.material-icons.margin:before {
  content: "\e9bb";
}

.material-icons.mark_as_unread:before {
  content: "\e9bc";
}

.material-icons.mark_chat_read:before {
  content: "\f18b";
}

.material-icons.mark_chat_unread:before {
  content: "\f189";
}

.material-icons.mark_email_read:before {
  content: "\f18c";
}

.material-icons.mark_email_unread:before {
  content: "\f18a";
}

.material-icons.mark_unread_chat_alt:before {
  content: "\eb9d";
}

.material-icons.markdown:before {
  content: "\f552";
}

.material-icons.markdown_copy:before {
  content: "\f553";
}

.material-icons.markdown_paste:before {
  content: "\f554";
}

.material-icons.markunread_mailbox:before {
  content: "\e89b";
}

.material-icons.masked_transitions:before {
  content: "\e72e";
}

.material-icons.masks:before {
  content: "\f218";
}

.material-icons.match_case:before {
  content: "\f6f1";
}

.material-icons.match_word:before {
  content: "\f6f0";
}

.material-icons.matter:before {
  content: "\e907";
}

.material-icons.maximize:before {
  content: "\e930";
}

.material-icons.measuring_tape:before {
  content: "\f6af";
}

.material-icons.media_bluetooth_off:before {
  content: "\f031";
}

.material-icons.media_bluetooth_on:before {
  content: "\f032";
}

.material-icons.media_link:before {
  content: "\f83f";
}

.material-icons.mediation:before {
  content: "\efa7";
}

.material-icons.medical_information:before {
  content: "\ebed";
}

.material-icons.medical_mask:before {
  content: "\f80a";
}

.material-icons.medical_services:before {
  content: "\f109";
}

.material-icons.medication:before {
  content: "\f033";
}

.material-icons.medication_liquid:before {
  content: "\ea87";
}

.material-icons.meeting_room:before {
  content: "\eb4f";
}

.material-icons.memory:before {
  content: "\e322";
}

.material-icons.memory_alt:before {
  content: "\f7a3";
}

.material-icons.menstrual_health:before {
  content: "\f6e1";
}

.material-icons.menu:before {
  content: "\e5d2";
}

.material-icons.menu_book:before {
  content: "\ea19";
}

.material-icons.menu_open:before {
  content: "\e9bd";
}

.material-icons.merge:before {
  content: "\eb98";
}

.material-icons.merge_type:before {
  content: "\e252";
}

.material-icons.metabolism:before {
  content: "\e10b";
}

.material-icons.mfg_nest_yale_lock:before {
  content: "\f11d";
}

.material-icons.mic:before {
  content: "\e029";
}

.material-icons.mic_double:before {
  content: "\f5d1";
}

.material-icons.mic_external_off:before {
  content: "\ef59";
}

.material-icons.mic_external_on:before {
  content: "\ef5a";
}

.material-icons.mic_off:before {
  content: "\e02b";
}

.material-icons.microbiology:before {
  content: "\e10c";
}

.material-icons.microwave:before {
  content: "\f204";
}

.material-icons.microwave_gen:before {
  content: "\e847";
}

.material-icons.military_tech:before {
  content: "\ea3f";
}

.material-icons.mimo:before {
  content: "\e9be";
}

.material-icons.mimo_disconnect:before {
  content: "\e9bf";
}

.material-icons.mindfulness:before {
  content: "\f6e0";
}

.material-icons.minimize:before {
  content: "\e931";
}

.material-icons.minor_crash:before {
  content: "\ebf1";
}

.material-icons.missed_video_call:before {
  content: "\e073";
}

.material-icons.mist:before {
  content: "\e188";
}

.material-icons.mitre:before {
  content: "\f547";
}

.material-icons.mixture_med:before {
  content: "\e4c8";
}

.material-icons.mms:before {
  content: "\e618";
}

.material-icons.mobile_friendly:before {
  content: "\e200";
}

.material-icons.mobile_off:before {
  content: "\e201";
}

.material-icons.mobile_screen_share:before {
  content: "\e0e7";
}

.material-icons.mobiledata_off:before {
  content: "\f034";
}

.material-icons.mode_comment:before {
  content: "\e253";
}

.material-icons.mode_cool:before {
  content: "\f166";
}

.material-icons.mode_cool_off:before {
  content: "\f167";
}

.material-icons.mode_dual:before {
  content: "\f557";
}

.material-icons.mode_fan:before {
  content: "\f168";
}

.material-icons.mode_fan_off:before {
  content: "\ec17";
}

.material-icons.mode_heat:before {
  content: "\f16a";
}

.material-icons.mode_heat_cool:before {
  content: "\f16b";
}

.material-icons.mode_heat_off:before {
  content: "\f16d";
}

.material-icons.mode_of_travel:before {
  content: "\e7ce";
}

.material-icons.mode_off_on:before {
  content: "\f16f";
}

.material-icons.mode_standby:before {
  content: "\f037";
}

.material-icons.model_training:before {
  content: "\f0cf";
}

.material-icons.monetization_on:before {
  content: "\e263";
}

.material-icons.money:before {
  content: "\e57d";
}

.material-icons.money_off:before {
  content: "\e25c";
}

.material-icons.monitor:before {
  content: "\ef5b";
}

.material-icons.monitor_heart:before {
  content: "\eaa2";
}

.material-icons.monitor_weight:before {
  content: "\f039";
}

.material-icons.monitor_weight_gain:before {
  content: "\f6df";
}

.material-icons.monitor_weight_loss:before {
  content: "\f6de";
}

.material-icons.monitoring:before {
  content: "\f190";
}

.material-icons.monochrome_photos:before {
  content: "\e403";
}

.material-icons.mood:before {
  content: "\e24e";
}

.material-icons.mood_bad:before {
  content: "\e7f3";
}

.material-icons.mop:before {
  content: "\e28d";
}

.material-icons.more:before {
  content: "\e619";
}

.material-icons.more_down:before {
  content: "\f196";
}

.material-icons.more_horiz:before {
  content: "\e5d3";
}

.material-icons.more_time:before {
  content: "\ea5d";
}

.material-icons.more_up:before {
  content: "\f197";
}

.material-icons.more_vert:before {
  content: "\e5d4";
}

.material-icons.mosque:before {
  content: "\eab2";
}

.material-icons.motion_blur:before {
  content: "\f0d0";
}

.material-icons.motion_mode:before {
  content: "\f842";
}

.material-icons.motion_photos_auto:before {
  content: "\f03a";
}

.material-icons.motion_photos_off:before {
  content: "\e9c0";
}

.material-icons.motion_photos_on:before {
  content: "\e9c1";
}

.material-icons.motion_photos_paused:before {
  content: "\e9c2";
}

.material-icons.motion_sensor_active:before {
  content: "\e792";
}

.material-icons.motion_sensor_alert:before {
  content: "\e784";
}

.material-icons.motion_sensor_idle:before {
  content: "\e783";
}

.material-icons.motion_sensor_urgent:before {
  content: "\e78e";
}

.material-icons.motorcycle:before {
  content: "\e91b";
}

.material-icons.mountain_flag:before {
  content: "\f5e2";
}

.material-icons.mouse:before {
  content: "\e323";
}

.material-icons.move:before {
  content: "\e740";
}

.material-icons.move_down:before {
  content: "\eb61";
}

.material-icons.move_group:before {
  content: "\f715";
}

.material-icons.move_item:before {
  content: "\f1ff";
}

.material-icons.move_location:before {
  content: "\e741";
}

.material-icons.move_selection_down:before {
  content: "\f714";
}

.material-icons.move_selection_left:before {
  content: "\f713";
}

.material-icons.move_selection_right:before {
  content: "\f712";
}

.material-icons.move_selection_up:before {
  content: "\f711";
}

.material-icons.move_to_inbox:before {
  content: "\e168";
}

.material-icons.move_up:before {
  content: "\eb64";
}

.material-icons.moved_location:before {
  content: "\e594";
}

.material-icons.movie:before {
  content: "\e02c";
}

.material-icons.movie_edit:before {
  content: "\f840";
}

.material-icons.movie_filter:before {
  content: "\e43a";
}

.material-icons.movie_info:before {
  content: "\e02d";
}

.material-icons.moving:before {
  content: "\e501";
}

.material-icons.moving_beds:before {
  content: "\e73d";
}

.material-icons.moving_ministry:before {
  content: "\e73e";
}

.material-icons.mp:before {
  content: "\e9c3";
}

.material-icons.multicooker:before {
  content: "\e293";
}

.material-icons.multiline_chart:before {
  content: "\e6df";
}

.material-icons.multiple_stop:before {
  content: "\f1b9";
}

.material-icons.museum:before {
  content: "\ea36";
}

.material-icons.music_note:before {
  content: "\e3a1";
}

.material-icons.music_off:before {
  content: "\e440";
}

.material-icons.music_video:before {
  content: "\e063";
}

.material-icons.my_location:before {
  content: "\e1b3";
}

.material-icons.mystery:before {
  content: "\f5e1";
}

.material-icons.n:before {
  content: "N";
}

.material-icons.nat:before {
  content: "\ef5c";
}

.material-icons.nature:before {
  content: "\e406";
}

.material-icons.nature_people:before {
  content: "\e407";
}

.material-icons.navigate_before:before {
  content: "\e408";
}

.material-icons.navigate_next:before {
  content: "\e409";
}

.material-icons.navigation:before {
  content: "\e55d";
}

.material-icons.near_me:before {
  content: "\e569";
}

.material-icons.near_me_disabled:before {
  content: "\f1ef";
}

.material-icons.nearby:before {
  content: "\e6b7";
}

.material-icons.nearby_error:before {
  content: "\f03b";
}

.material-icons.nearby_off:before {
  content: "\f03c";
}

.material-icons.nephrology:before {
  content: "\e10d";
}

.material-icons.nest_audio:before {
  content: "\ebbf";
}

.material-icons.nest_cam_floodlight:before {
  content: "\f8b7";
}

.material-icons.nest_cam_indoor:before {
  content: "\f11e";
}

.material-icons.nest_cam_iq:before {
  content: "\f11f";
}

.material-icons.nest_cam_iq_outdoor:before {
  content: "\f120";
}

.material-icons.nest_cam_magnet_mount:before {
  content: "\f8b8";
}

.material-icons.nest_cam_outdoor:before {
  content: "\f121";
}

.material-icons.nest_cam_stand:before {
  content: "\f8b9";
}

.material-icons.nest_cam_wall_mount:before {
  content: "\f8ba";
}

.material-icons.nest_cam_wired_stand:before {
  content: "\ec16";
}

.material-icons.nest_clock_farsight_analog:before {
  content: "\f8bb";
}

.material-icons.nest_clock_farsight_digital:before {
  content: "\f8bc";
}

.material-icons.nest_connect:before {
  content: "\f122";
}

.material-icons.nest_detect:before {
  content: "\f123";
}

.material-icons.nest_display:before {
  content: "\f124";
}

.material-icons.nest_display_max:before {
  content: "\f125";
}

.material-icons.nest_doorbell_visitor:before {
  content: "\f8bd";
}

.material-icons.nest_eco_leaf:before {
  content: "\f8be";
}

.material-icons.nest_farsight_weather:before {
  content: "\f8bf";
}

.material-icons.nest_found_savings:before {
  content: "\f8c0";
}

.material-icons.nest_heat_link_e:before {
  content: "\f126";
}

.material-icons.nest_heat_link_gen_3:before {
  content: "\f127";
}

.material-icons.nest_hello_doorbell:before {
  content: "\e82c";
}

.material-icons.nest_mini:before {
  content: "\e789";
}

.material-icons.nest_multi_room:before {
  content: "\f8c2";
}

.material-icons.nest_protect:before {
  content: "\e68e";
}

.material-icons.nest_remote_comfort_sensor:before {
  content: "\f12a";
}

.material-icons.nest_secure_alarm:before {
  content: "\f12b";
}

.material-icons.nest_sunblock:before {
  content: "\f8c3";
}

.material-icons.nest_tag:before {
  content: "\e28c";
}

.material-icons.nest_thermostat:before {
  content: "\e68f";
}

.material-icons.nest_thermostat_e_eu:before {
  content: "\f12d";
}

.material-icons.nest_thermostat_gen_3:before {
  content: "\f12e";
}

.material-icons.nest_thermostat_sensor:before {
  content: "\f12f";
}

.material-icons.nest_thermostat_sensor_eu:before {
  content: "\f130";
}

.material-icons.nest_thermostat_zirconium_eu:before {
  content: "\f131";
}

.material-icons.nest_true_radiant:before {
  content: "\f8c4";
}

.material-icons.nest_wake_on_approach:before {
  content: "\f8c5";
}

.material-icons.nest_wake_on_press:before {
  content: "\f8c6";
}

.material-icons.nest_wifi_gale:before {
  content: "\f132";
}

.material-icons.nest_wifi_point:before {
  content: "\e83f";
}

.material-icons.nest_wifi_pro:before {
  content: "\f56b";
}

.material-icons.nest_wifi_pro_2:before {
  content: "\f56a";
}

.material-icons.nest_wifi_router:before {
  content: "\e841";
}

.material-icons.network_cell:before {
  content: "\e1b9";
}

.material-icons.network_check:before {
  content: "\e640";
}

.material-icons.network_intelligence_history:before {
  content: "\f5f6";
}

.material-icons.network_intelligence_update:before {
  content: "\f5f5";
}

.material-icons.network_locked:before {
  content: "\e61a";
}

.material-icons.network_manage:before {
  content: "\f7ab";
}

.material-icons.network_node:before {
  content: "\f56e";
}

.material-icons.network_ping:before {
  content: "\ebca";
}

.material-icons.network_wifi:before {
  content: "\e1ba";
}

.material-icons.network_wifi_1_bar:before {
  content: "\ebe4";
}

.material-icons.network_wifi_1_bar_locked:before {
  content: "\f58f";
}

.material-icons.network_wifi_2_bar:before {
  content: "\ebd6";
}

.material-icons.network_wifi_2_bar_locked:before {
  content: "\f58e";
}

.material-icons.network_wifi_3_bar:before {
  content: "\ebe1";
}

.material-icons.network_wifi_3_bar_locked:before {
  content: "\f58d";
}

.material-icons.neurology:before {
  content: "\e10e";
}

.material-icons.new_label:before {
  content: "\e609";
}

.material-icons.new_window:before {
  content: "\f710";
}

.material-icons.news:before {
  content: "\e032";
}

.material-icons.newsmode:before {
  content: "\efad";
}

.material-icons.newspaper:before {
  content: "\eb81";
}

.material-icons.next_plan:before {
  content: "\ef5d";
}

.material-icons.next_week:before {
  content: "\e16a";
}

.material-icons.nfc:before {
  content: "\e1bb";
}

.material-icons.night_shelter:before {
  content: "\f1f1";
}

.material-icons.night_sight_auto:before {
  content: "\f1d7";
}

.material-icons.night_sight_auto_off:before {
  content: "\f1f9";
}

.material-icons.night_sight_max:before {
  content: "\f6c3";
}

.material-icons.nightlife:before {
  content: "\ea62";
}

.material-icons.nightlight:before {
  content: "\ef5e";
}

.material-icons.nights_stay:before {
  content: "\ea46";
}

.material-icons.no_accounts:before {
  content: "\f03e";
}

.material-icons.no_adult_content:before {
  content: "\f8fe";
}

.material-icons.no_backpack:before {
  content: "\f237";
}

.material-icons.no_crash:before {
  content: "\ebf0";
}

.material-icons.no_drinks:before {
  content: "\f1a5";
}

.material-icons.no_encryption:before {
  content: "\e641";
}

.material-icons.no_flash:before {
  content: "\f1a6";
}

.material-icons.no_food:before {
  content: "\f1a7";
}

.material-icons.no_luggage:before {
  content: "\f23b";
}

.material-icons.no_meals:before {
  content: "\f1d6";
}

.material-icons.no_meeting_room:before {
  content: "\eb4e";
}

.material-icons.no_photography:before {
  content: "\f1a8";
}

.material-icons.no_sim:before {
  content: "\e0cc";
}

.material-icons.no_sound:before {
  content: "\e710";
}

.material-icons.no_stroller:before {
  content: "\f1af";
}

.material-icons.no_transfer:before {
  content: "\f1d5";
}

.material-icons.noise_aware:before {
  content: "\ebec";
}

.material-icons.noise_control_off:before {
  content: "\ebf3";
}

.material-icons.noise_control_on:before {
  content: "\f8a8";
}

.material-icons.nordic_walking:before {
  content: "\e50e";
}

.material-icons.north:before {
  content: "\f1e0";
}

.material-icons.north_east:before {
  content: "\f1e1";
}

.material-icons.north_west:before {
  content: "\f1e2";
}

.material-icons.not_accessible:before {
  content: "\f0fe";
}

.material-icons.not_accessible_forward:before {
  content: "\f54a";
}

.material-icons.not_listed_location:before {
  content: "\e575";
}

.material-icons.not_started:before {
  content: "\f0d1";
}

.material-icons.note:before {
  content: "\e06f";
}

.material-icons.note_add:before {
  content: "\e89c";
}

.material-icons.note_alt:before {
  content: "\f040";
}

.material-icons.note_stack:before {
  content: "\f562";
}

.material-icons.note_stack_add:before {
  content: "\f563";
}

.material-icons.notes:before {
  content: "\e26c";
}

.material-icons.notification_add:before {
  content: "\e399";
}

.material-icons.notification_important:before {
  content: "\e004";
}

.material-icons.notification_multiple:before {
  content: "\e6c2";
}

.material-icons.notifications:before {
  content: "\e7f4";
}

.material-icons.notifications_active:before {
  content: "\e7f7";
}

.material-icons.notifications_off:before {
  content: "\e7f6";
}

.material-icons.notifications_paused:before {
  content: "\e7f8";
}

.material-icons.numbers:before {
  content: "\eac7";
}

.material-icons.nutrition:before {
  content: "\e110";
}

.material-icons.o:before {
  content: "O";
}

.material-icons.ods:before {
  content: "\e6e8";
}

.material-icons.odt:before {
  content: "\e6e9";
}

.material-icons.offline_bolt:before {
  content: "\e932";
}

.material-icons.offline_pin:before {
  content: "\e90a";
}

.material-icons.offline_share:before {
  content: "\e9c5";
}

.material-icons.oil_barrel:before {
  content: "\ec15";
}

.material-icons.on_device_training:before {
  content: "\ebfd";
}

.material-icons.oncology:before {
  content: "\e114";
}

.material-icons.online_prediction:before {
  content: "\f0eb";
}

.material-icons.onsen:before {
  content: "\f6f8";
}

.material-icons.opacity:before {
  content: "\e91c";
}

.material-icons.open_in_browser:before {
  content: "\e89d";
}

.material-icons.open_in_full:before {
  content: "\f1ce";
}

.material-icons.open_in_new:before {
  content: "\e895";
}

.material-icons.open_in_new_down:before {
  content: "\f70f";
}

.material-icons.open_in_new_off:before {
  content: "\e4f6";
}

.material-icons.open_in_phone:before {
  content: "\e702";
}

.material-icons.open_jam:before {
  content: "\efae";
}

.material-icons.open_with:before {
  content: "\e89f";
}

.material-icons.ophthalmology:before {
  content: "\e115";
}

.material-icons.oral_disease:before {
  content: "\e116";
}

.material-icons.order_approve:before {
  content: "\f812";
}

.material-icons.order_play:before {
  content: "\f811";
}

.material-icons.orthopedics:before {
  content: "\f897";
}

.material-icons.other_admission:before {
  content: "\e47b";
}

.material-icons.other_houses:before {
  content: "\e58c";
}

.material-icons.outbound:before {
  content: "\e1ca";
}

.material-icons.outbox:before {
  content: "\ef5f";
}

.material-icons.outbox_alt:before {
  content: "\eb17";
}

.material-icons.outdoor_garden:before {
  content: "\e205";
}

.material-icons.outdoor_grill:before {
  content: "\ea47";
}

.material-icons.outgoing_mail:before {
  content: "\f0d2";
}

.material-icons.outlet:before {
  content: "\f1d4";
}

.material-icons.outpatient:before {
  content: "\e118";
}

.material-icons.outpatient_med:before {
  content: "\e119";
}

.material-icons.output:before {
  content: "\ebbe";
}

.material-icons.output_circle:before {
  content: "\f70e";
}

.material-icons.oven_gen:before {
  content: "\e843";
}

.material-icons.overview:before {
  content: "\e4a7";
}

.material-icons.overview_key:before {
  content: "\f7d4";
}

.material-icons.oxygen_saturation:before {
  content: "\e4de";
}

.material-icons.p:before {
  content: "P";
}

.material-icons.pace:before {
  content: "\f6b8";
}

.material-icons.pacemaker:before {
  content: "\e656";
}

.material-icons.package:before {
  content: "\e48f";
}

.material-icons.package_2:before {
  content: "\f569";
}

.material-icons.padding:before {
  content: "\e9c8";
}

.material-icons.page_control:before {
  content: "\e731";
}

.material-icons.page_info:before {
  content: "\f614";
}

.material-icons.pages:before {
  content: "\e7f9";
}

.material-icons.pageview:before {
  content: "\e8a0";
}

.material-icons.paid:before {
  content: "\f041";
}

.material-icons.palette:before {
  content: "\e3b7";
}

.material-icons.pallet:before {
  content: "\f86a";
}

.material-icons.pan_tool:before {
  content: "\e925";
}

.material-icons.pan_tool_alt:before {
  content: "\ebb9";
}

.material-icons.pan_zoom:before {
  content: "\f655";
}

.material-icons.panorama:before {
  content: "\e40b";
}

.material-icons.panorama_fish_eye:before {
  content: "\e40c";
}

.material-icons.panorama_horizontal:before {
  content: "\e40d";
}

.material-icons.panorama_photosphere:before {
  content: "\e9c9";
}

.material-icons.panorama_vertical:before {
  content: "\e40e";
}

.material-icons.panorama_wide_angle:before {
  content: "\e40f";
}

.material-icons.paragliding:before {
  content: "\e50f";
}

.material-icons.park:before {
  content: "\ea63";
}

.material-icons.partly_cloudy_day:before {
  content: "\f172";
}

.material-icons.partly_cloudy_night:before {
  content: "\f174";
}

.material-icons.partner_exchange:before {
  content: "\f7f9";
}

.material-icons.partner_reports:before {
  content: "\efaf";
}

.material-icons.party_mode:before {
  content: "\e7fa";
}

.material-icons.passkey:before {
  content: "\f87f";
}

.material-icons.password:before {
  content: "\f042";
}

.material-icons.patient_list:before {
  content: "\e653";
}

.material-icons.pattern:before {
  content: "\f043";
}

.material-icons.pause:before {
  content: "\e034";
}

.material-icons.pause_circle:before {
  content: "\e035";
}

.material-icons.pause_presentation:before {
  content: "\e0ea";
}

.material-icons.payments:before {
  content: "\ef63";
}

.material-icons.pedal_bike:before {
  content: "\eb29";
}

.material-icons.pediatrics:before {
  content: "\e11d";
}

.material-icons.pen_size_1:before {
  content: "\f755";
}

.material-icons.pen_size_2:before {
  content: "\f754";
}

.material-icons.pen_size_3:before {
  content: "\f753";
}

.material-icons.pen_size_4:before {
  content: "\f752";
}

.material-icons.pen_size_5:before {
  content: "\f751";
}

.material-icons.pending:before {
  content: "\ef64";
}

.material-icons.pending_actions:before {
  content: "\f1bb";
}

.material-icons.pentagon:before {
  content: "\eb50";
}

.material-icons.percent:before {
  content: "\eb58";
}

.material-icons.performance_max:before {
  content: "\e51a";
}

.material-icons.pergola:before {
  content: "\e203";
}

.material-icons.period:before {
  content: ".";
}

.material-icons.perm_camera_mic:before {
  content: "\e8a2";
}

.material-icons.perm_contact_calendar:before {
  content: "\e8a3";
}

.material-icons.perm_data_setting:before {
  content: "\e8a4";
}

.material-icons.perm_device_information:before {
  content: "\e8a5";
}

.material-icons.perm_media:before {
  content: "\e8a7";
}

.material-icons.perm_phone_msg:before {
  content: "\e8a8";
}

.material-icons.perm_scan_wifi:before {
  content: "\e8a9";
}

.material-icons.person:before {
  content: "\e7fd";
}

.material-icons.person_2:before {
  content: "\f8e4";
}

.material-icons.person_3:before {
  content: "\f8e5";
}

.material-icons.person_4:before {
  content: "\f8e6";
}

.material-icons.person_add:before {
  content: "\e7fe";
}

.material-icons.person_add_disabled:before {
  content: "\e9cb";
}

.material-icons.person_alert:before {
  content: "\f567";
}

.material-icons.person_apron:before {
  content: "\f5a3";
}

.material-icons.person_book:before {
  content: "\f5e8";
}

.material-icons.person_cancel:before {
  content: "\f566";
}

.material-icons.person_celebrate:before {
  content: "\f7fe";
}

.material-icons.person_check:before {
  content: "\f565";
}

.material-icons.person_off:before {
  content: "\e510";
}

.material-icons.person_pin:before {
  content: "\e55a";
}

.material-icons.person_pin_circle:before {
  content: "\e56a";
}

.material-icons.person_play:before {
  content: "\f7fd";
}

.material-icons.person_raised_hand:before {
  content: "\f59a";
}

.material-icons.person_remove:before {
  content: "\ef66";
}

.material-icons.person_search:before {
  content: "\f106";
}

.material-icons.personal_injury:before {
  content: "\e6da";
}

.material-icons.pest_control:before {
  content: "\f0fa";
}

.material-icons.pest_control_rodent:before {
  content: "\f0fd";
}

.material-icons.pet_supplies:before {
  content: "\efb1";
}

.material-icons.pets:before {
  content: "\e91d";
}

.material-icons.phishing:before {
  content: "\ead7";
}

.material-icons.phone_android:before {
  content: "\e324";
}

.material-icons.phone_bluetooth_speaker:before {
  content: "\e61b";
}

.material-icons.phone_callback:before {
  content: "\e649";
}

.material-icons.phone_disabled:before {
  content: "\e9cc";
}

.material-icons.phone_enabled:before {
  content: "\e9cd";
}

.material-icons.phone_forwarded:before {
  content: "\e61c";
}

.material-icons.phone_in_talk:before {
  content: "\e61d";
}

.material-icons.phone_iphone:before {
  content: "\e325";
}

.material-icons.phone_locked:before {
  content: "\e61e";
}

.material-icons.phone_missed:before {
  content: "\e61f";
}

.material-icons.phone_paused:before {
  content: "\e620";
}

.material-icons.phonelink_erase:before {
  content: "\e0db";
}

.material-icons.phonelink_lock:before {
  content: "\e0dc";
}

.material-icons.phonelink_off:before {
  content: "\e327";
}

.material-icons.phonelink_ring:before {
  content: "\e0dd";
}

.material-icons.phonelink_ring_off:before {
  content: "\f7aa";
}

.material-icons.phonelink_setup:before {
  content: "\e0de";
}

.material-icons.photo:before {
  content: "\e410";
}

.material-icons.photo_album:before {
  content: "\e411";
}

.material-icons.photo_camera:before {
  content: "\e3b0";
}

.material-icons.photo_camera_back:before {
  content: "\ef68";
}

.material-icons.photo_camera_front:before {
  content: "\ef69";
}

.material-icons.photo_filter:before {
  content: "\e43b";
}

.material-icons.photo_frame:before {
  content: "\f0d9";
}

.material-icons.photo_library:before {
  content: "\e413";
}

.material-icons.photo_prints:before {
  content: "\efb2";
}

.material-icons.photo_size_select_large:before {
  content: "\e433";
}

.material-icons.photo_size_select_small:before {
  content: "\e434";
}

.material-icons.php:before {
  content: "\eb8f";
}

.material-icons.physical_therapy:before {
  content: "\e11e";
}

.material-icons.piano:before {
  content: "\e521";
}

.material-icons.piano_off:before {
  content: "\e520";
}

.material-icons.picture_as_pdf:before {
  content: "\e415";
}

.material-icons.picture_in_picture:before {
  content: "\e8aa";
}

.material-icons.picture_in_picture_alt:before {
  content: "\e911";
}

.material-icons.picture_in_picture_center:before {
  content: "\f550";
}

.material-icons.picture_in_picture_large:before {
  content: "\f54f";
}

.material-icons.picture_in_picture_medium:before {
  content: "\f54e";
}

.material-icons.picture_in_picture_small:before {
  content: "\f54d";
}

.material-icons.pie_chart:before {
  content: "\e6c4";
}

.material-icons.pill:before {
  content: "\e11f";
}

.material-icons.pill_off:before {
  content: "\f809";
}

.material-icons.pin:before {
  content: "\f045";
}

.material-icons.pin_drop:before {
  content: "\e55e";
}

.material-icons.pin_end:before {
  content: "\e767";
}

.material-icons.pin_invoke:before {
  content: "\e763";
}

.material-icons.pinch:before {
  content: "\eb38";
}

.material-icons.pinch_zoom_in:before {
  content: "\f1fa";
}

.material-icons.pinch_zoom_out:before {
  content: "\f1fb";
}

.material-icons.pip:before {
  content: "\f64d";
}

.material-icons.pip_exit:before {
  content: "\f70d";
}

.material-icons.pivot_table_chart:before {
  content: "\e9ce";
}

.material-icons.place:before {
  content: "\e0c8";
}

.material-icons.place_item:before {
  content: "\f1f0";
}

.material-icons.plagiarism:before {
  content: "\ea5a";
}

.material-icons.planner_banner_ad_pt:before {
  content: "\e692";
}

.material-icons.play_arrow:before {
  content: "\e037";
}

.material-icons.play_circle:before {
  content: "\e038";
}

.material-icons.play_disabled:before {
  content: "\ef6a";
}

.material-icons.play_for_work:before {
  content: "\e906";
}

.material-icons.play_lesson:before {
  content: "\f047";
}

.material-icons.play_pause:before {
  content: "\f137";
}

.material-icons.play_shapes:before {
  content: "\f7fc";
}

.material-icons.playing_cards:before {
  content: "\f5dc";
}

.material-icons.playlist_add:before {
  content: "\e03b";
}

.material-icons.playlist_add_check:before {
  content: "\e065";
}

.material-icons.playlist_add_check_circle:before {
  content: "\e7e6";
}

.material-icons.playlist_add_circle:before {
  content: "\e7e5";
}

.material-icons.playlist_play:before {
  content: "\e05f";
}

.material-icons.playlist_remove:before {
  content: "\eb80";
}

.material-icons.plumbing:before {
  content: "\f107";
}

.material-icons.podcasts:before {
  content: "\f048";
}

.material-icons.podiatry:before {
  content: "\e120";
}

.material-icons.podium:before {
  content: "\f7fb";
}

.material-icons.point_of_sale:before {
  content: "\f17e";
}

.material-icons.point_scan:before {
  content: "\f70c";
}

.material-icons.policy:before {
  content: "\ea17";
}

.material-icons.polyline:before {
  content: "\ebbb";
}

.material-icons.polymer:before {
  content: "\e8ab";
}

.material-icons.pool:before {
  content: "\eb48";
}

.material-icons.position_bottom_left:before {
  content: "\f70b";
}

.material-icons.position_bottom_right:before {
  content: "\f70a";
}

.material-icons.position_top_right:before {
  content: "\f709";
}

.material-icons.post:before {
  content: "\e705";
}

.material-icons.post_add:before {
  content: "\ea20";
}

.material-icons.potted_plant:before {
  content: "\f8aa";
}

.material-icons.power:before {
  content: "\e63c";
}

.material-icons.power_input:before {
  content: "\e336";
}

.material-icons.power_off:before {
  content: "\e646";
}

.material-icons.power_settings_new:before {
  content: "\e8ac";
}

.material-icons.prayer_times:before {
  content: "\f838";
}

.material-icons.precision_manufacturing:before {
  content: "\f049";
}

.material-icons.pregnancy:before {
  content: "\e91e";
}

.material-icons.preliminary:before {
  content: "\e7d8";
}

.material-icons.prescriptions:before {
  content: "\e121";
}

.material-icons.present_to_all:before {
  content: "\e0df";
}

.material-icons.preview:before {
  content: "\f1c5";
}

.material-icons.preview_off:before {
  content: "\f7af";
}

.material-icons.price_change:before {
  content: "\f04a";
}

.material-icons.price_check:before {
  content: "\f04b";
}

.material-icons.print:before {
  content: "\e555";
}

.material-icons.print_add:before {
  content: "\f7a2";
}

.material-icons.print_connect:before {
  content: "\f7a1";
}

.material-icons.print_disabled:before {
  content: "\e9cf";
}

.material-icons.print_error:before {
  content: "\f7a0";
}

.material-icons.print_lock:before {
  content: "\f651";
}

.material-icons.priority:before {
  content: "\e19f";
}

.material-icons.priority_high:before {
  content: "\e645";
}

.material-icons.privacy:before {
  content: "\f148";
}

.material-icons.privacy_tip:before {
  content: "\f0dc";
}

.material-icons.private_connectivity:before {
  content: "\e744";
}

.material-icons.problem:before {
  content: "\e122";
}

.material-icons.procedure:before {
  content: "\e651";
}

.material-icons.process_chart:before {
  content: "\f855";
}

.material-icons.production_quantity_limits:before {
  content: "\e1d1";
}

.material-icons.productivity:before {
  content: "\e296";
}

.material-icons.progress_activity:before {
  content: "\e9d0";
}

.material-icons.propane:before {
  content: "\ec14";
}

.material-icons.propane_tank:before {
  content: "\ec13";
}

.material-icons.psychiatry:before {
  content: "\e123";
}

.material-icons.psychology:before {
  content: "\ea4a";
}

.material-icons.psychology_alt:before {
  content: "\f8ea";
}

.material-icons.public:before {
  content: "\e80b";
}

.material-icons.public_off:before {
  content: "\f1ca";
}

.material-icons.publish:before {
  content: "\e255";
}

.material-icons.published_with_changes:before {
  content: "\f232";
}

.material-icons.pulmonology:before {
  content: "\e124";
}

.material-icons.punch_clock:before {
  content: "\eaa8";
}

.material-icons.push_pin:before {
  content: "\f10d";
}

.material-icons.q:before {
  content: "Q";
}

.material-icons.qr_code:before {
  content: "\ef6b";
}

.material-icons.qr_code_2:before {
  content: "\e00a";
}

.material-icons.qr_code_2_add:before {
  content: "\f658";
}

.material-icons.qr_code_scanner:before {
  content: "\f206";
}

.material-icons.query_stats:before {
  content: "\e4fc";
}

.material-icons.question_exchange:before {
  content: "\f7f3";
}

.material-icons.question_mark:before {
  content: "\eb8b";
}

.material-icons.queue_music:before {
  content: "\e03d";
}

.material-icons.queue_play_next:before {
  content: "\e066";
}

.material-icons.quick_phrases:before {
  content: "\e7d1";
}

.material-icons.quick_reference:before {
  content: "\e46e";
}

.material-icons.quick_reference_all:before {
  content: "\f801";
}

.material-icons.quickreply:before {
  content: "\ef6c";
}

.material-icons.quiet_time:before {
  content: "\e1f9";
}

.material-icons.quiet_time_active:before {
  content: "\e291";
}

.material-icons.quiz:before {
  content: "\f04c";
}

.material-icons.r:before {
  content: "R";
}

.material-icons.r_mobiledata:before {
  content: "\f04d";
}

.material-icons.radar:before {
  content: "\f04e";
}

.material-icons.radio:before {
  content: "\e03e";
}

.material-icons.radio_button_checked:before {
  content: "\e837";
}

.material-icons.radio_button_partial:before {
  content: "\f560";
}

.material-icons.radio_button_unchecked:before {
  content: "\e836";
}

.material-icons.radiology:before {
  content: "\e125";
}

.material-icons.railway_alert:before {
  content: "\e9d1";
}

.material-icons.rainy:before {
  content: "\f176";
}

.material-icons.rainy_heavy:before {
  content: "\f61f";
}

.material-icons.rainy_light:before {
  content: "\f61e";
}

.material-icons.rainy_snow:before {
  content: "\f61d";
}

.material-icons.ramen_dining:before {
  content: "\ea64";
}

.material-icons.ramp_left:before {
  content: "\eb9c";
}

.material-icons.ramp_right:before {
  content: "\eb96";
}

.material-icons.range_hood:before {
  content: "\e1ea";
}

.material-icons.rate_review:before {
  content: "\e560";
}

.material-icons.raven:before {
  content: "\f555";
}

.material-icons.raw_off:before {
  content: "\f04f";
}

.material-icons.raw_on:before {
  content: "\f050";
}

.material-icons.read_more:before {
  content: "\ef6d";
}

.material-icons.readiness_score:before {
  content: "\f6dd";
}

.material-icons.real_estate_agent:before {
  content: "\e73a";
}

.material-icons.rear_camera:before {
  content: "\f6c2";
}

.material-icons.rebase:before {
  content: "\f845";
}

.material-icons.rebase_edit:before {
  content: "\f846";
}

.material-icons.receipt:before {
  content: "\e8b0";
}

.material-icons.receipt_long:before {
  content: "\ef6e";
}

.material-icons.recent_actors:before {
  content: "\e03f";
}

.material-icons.recent_patient:before {
  content: "\f808";
}

.material-icons.recommend:before {
  content: "\e9d2";
}

.material-icons.record_voice_over:before {
  content: "\e91f";
}

.material-icons.rectangle:before {
  content: "\eb54";
}

.material-icons.recycling:before {
  content: "\e760";
}

.material-icons.redeem:before {
  content: "\e8b1";
}

.material-icons.redo:before {
  content: "\e15a";
}

.material-icons.reduce_capacity:before {
  content: "\f21c";
}

.material-icons.refresh:before {
  content: "\e5d5";
}

.material-icons.regular_expression:before {
  content: "\f750";
}

.material-icons.relax:before {
  content: "\f6dc";
}

.material-icons.release_alert:before {
  content: "\f654";
}

.material-icons.remember_me:before {
  content: "\f051";
}

.material-icons.reminder:before {
  content: "\e695";
}

.material-icons.remote_gen:before {
  content: "\e83e";
}

.material-icons.remove:before {
  content: "\e15b";
}

.material-icons.remove_done:before {
  content: "\e9d3";
}

.material-icons.remove_from_queue:before {
  content: "\e067";
}

.material-icons.remove_moderator:before {
  content: "\e9d4";
}

.material-icons.remove_road:before {
  content: "\ebfc";
}

.material-icons.remove_selection:before {
  content: "\e9d5";
}

.material-icons.remove_shopping_cart:before {
  content: "\e928";
}

.material-icons.reopen_window:before {
  content: "\f708";
}

.material-icons.reorder:before {
  content: "\e8fe";
}

.material-icons.repartition:before {
  content: "\f8e8";
}

.material-icons.repeat:before {
  content: "\e040";
}

.material-icons.repeat_on:before {
  content: "\e9d6";
}

.material-icons.repeat_one:before {
  content: "\e041";
}

.material-icons.repeat_one_on:before {
  content: "\e9d7";
}

.material-icons.replay:before {
  content: "\e042";
}

.material-icons.replay_10:before {
  content: "\e059";
}

.material-icons.replay_30:before {
  content: "\e05a";
}

.material-icons.replay_5:before {
  content: "\e05b";
}

.material-icons.replay_circle_filled:before {
  content: "\e9d8";
}

.material-icons.reply:before {
  content: "\e15e";
}

.material-icons.reply_all:before {
  content: "\e15f";
}

.material-icons.report:before {
  content: "\e160";
}

.material-icons.report_off:before {
  content: "\e170";
}

.material-icons.request_page:before {
  content: "\f22c";
}

.material-icons.request_quote:before {
  content: "\f1b6";
}

.material-icons.reset_image:before {
  content: "\f824";
}

.material-icons.reset_tv:before {
  content: "\e9d9";
}

.material-icons.reset_wrench:before {
  content: "\f56c";
}

.material-icons.resize:before {
  content: "\f707";
}

.material-icons.respiratory_rate:before {
  content: "\e127";
}

.material-icons.restart_alt:before {
  content: "\f053";
}

.material-icons.restaurant:before {
  content: "\e56c";
}

.material-icons.restaurant_menu:before {
  content: "\e556";
}

.material-icons.restore_from_trash:before {
  content: "\e938";
}

.material-icons.restore_page:before {
  content: "\e929";
}

.material-icons.resume:before {
  content: "\f7d0";
}

.material-icons.reviews:before {
  content: "\f054";
}

.material-icons.rewarded_ads:before {
  content: "\efb6";
}

.material-icons.rheumatology:before {
  content: "\e128";
}

.material-icons.rib_cage:before {
  content: "\f898";
}

.material-icons.rice_bowl:before {
  content: "\f1f5";
}

.material-icons.right_click:before {
  content: "\f706";
}

.material-icons.right_panel_close:before {
  content: "\f705";
}

.material-icons.right_panel_open:before {
  content: "\f704";
}

.material-icons.ring_volume:before {
  content: "\e0d1";
}

.material-icons.ripples:before {
  content: "\e9db";
}

.material-icons.robot:before {
  content: "\f882";
}

.material-icons.robot_2:before {
  content: "\f5d0";
}

.material-icons.rocket:before {
  content: "\eba5";
}

.material-icons.rocket_launch:before {
  content: "\eb9b";
}

.material-icons.roller_shades:before {
  content: "\ec12";
}

.material-icons.roller_shades_closed:before {
  content: "\ec11";
}

.material-icons.roller_skating:before {
  content: "\ebcd";
}

.material-icons.roofing:before {
  content: "\f201";
}

.material-icons.room_preferences:before {
  content: "\f1b8";
}

.material-icons.room_service:before {
  content: "\eb49";
}

.material-icons.rotate_90_degrees_ccw:before {
  content: "\e418";
}

.material-icons.rotate_90_degrees_cw:before {
  content: "\eaab";
}

.material-icons.rotate_left:before {
  content: "\e419";
}

.material-icons.rotate_right:before {
  content: "\e41a";
}

.material-icons.roundabout_left:before {
  content: "\eb99";
}

.material-icons.roundabout_right:before {
  content: "\eba3";
}

.material-icons.rounded_corner:before {
  content: "\e920";
}

.material-icons.route:before {
  content: "\eacd";
}

.material-icons.router:before {
  content: "\e328";
}

.material-icons.routine:before {
  content: "\e20c";
}

.material-icons.rowing:before {
  content: "\e921";
}

.material-icons.rss_feed:before {
  content: "\e0e5";
}

.material-icons.rsvp:before {
  content: "\f055";
}

.material-icons.rtt:before {
  content: "\e9ad";
}

.material-icons.rule:before {
  content: "\f1c2";
}

.material-icons.rule_folder:before {
  content: "\f1c9";
}

.material-icons.rule_settings:before {
  content: "\f64c";
}

.material-icons.run_circle:before {
  content: "\ef6f";
}

.material-icons.running_with_errors:before {
  content: "\e51d";
}

.material-icons.rv_hookup:before {
  content: "\e642";
}

.material-icons.s:before {
  content: "S";
}

.material-icons.safety_check:before {
  content: "\ebef";
}

.material-icons.safety_check_off:before {
  content: "\f59d";
}

.material-icons.safety_divider:before {
  content: "\e1cc";
}

.material-icons.sailing:before {
  content: "\e502";
}

.material-icons.salinity:before {
  content: "\f876";
}

.material-icons.sanitizer:before {
  content: "\f21d";
}

.material-icons.satellite:before {
  content: "\e562";
}

.material-icons.satellite_alt:before {
  content: "\eb3a";
}

.material-icons.sauna:before {
  content: "\f6f7";
}

.material-icons.save:before {
  content: "\e161";
}

.material-icons.save_as:before {
  content: "\eb60";
}

.material-icons.saved_search:before {
  content: "\ea11";
}

.material-icons.savings:before {
  content: "\e2eb";
}

.material-icons.scale:before {
  content: "\eb5f";
}

.material-icons.scan:before {
  content: "\f74e";
}

.material-icons.scan_delete:before {
  content: "\f74f";
}

.material-icons.scanner:before {
  content: "\e329";
}

.material-icons.scatter_plot:before {
  content: "\e268";
}

.material-icons.scene:before {
  content: "\e2a7";
}

.material-icons.schedule:before {
  content: "\e192";
}

.material-icons.schedule_send:before {
  content: "\ea0a";
}

.material-icons.schema:before {
  content: "\e4fd";
}

.material-icons.school:before {
  content: "\e80c";
}

.material-icons.science:before {
  content: "\ea4b";
}

.material-icons.science_off:before {
  content: "\f542";
}

.material-icons.score:before {
  content: "\e269";
}

.material-icons.scoreboard:before {
  content: "\ebd0";
}

.material-icons.screen_lock_landscape:before {
  content: "\e1be";
}

.material-icons.screen_lock_portrait:before {
  content: "\e1bf";
}

.material-icons.screen_lock_rotation:before {
  content: "\e1c0";
}

.material-icons.screen_record:before {
  content: "\f679";
}

.material-icons.screen_rotation:before {
  content: "\e1c1";
}

.material-icons.screen_rotation_alt:before {
  content: "\ebee";
}

.material-icons.screen_rotation_up:before {
  content: "\f678";
}

.material-icons.screen_search_desktop:before {
  content: "\ef70";
}

.material-icons.screen_share:before {
  content: "\e0e2";
}

.material-icons.screenshot:before {
  content: "\f056";
}

.material-icons.screenshot_frame:before {
  content: "\f677";
}

.material-icons.screenshot_keyboard:before {
  content: "\f7d3";
}

.material-icons.screenshot_monitor:before {
  content: "\ec08";
}

.material-icons.screenshot_region:before {
  content: "\f7d2";
}

.material-icons.screenshot_tablet:before {
  content: "\f697";
}

.material-icons.scrollable_header:before {
  content: "\e9dc";
}

.material-icons.scuba_diving:before {
  content: "\ebce";
}

.material-icons.sd:before {
  content: "\e9dd";
}

.material-icons.sd_card:before {
  content: "\e1c2";
}

.material-icons.sd_card_alert:before {
  content: "\e624";
}

.material-icons.search:before {
  content: "\e8b6";
}

.material-icons.search_check:before {
  content: "\f800";
}

.material-icons.search_off:before {
  content: "\ea76";
}

.material-icons.security:before {
  content: "\e32a";
}

.material-icons.security_update_good:before {
  content: "\f059";
}

.material-icons.security_update_warning:before {
  content: "\f05a";
}

.material-icons.segment:before {
  content: "\e94b";
}

.material-icons.select:before {
  content: "\f74d";
}

.material-icons.select_all:before {
  content: "\e162";
}

.material-icons.select_check_box:before {
  content: "\f1fe";
}

.material-icons.select_to_speak:before {
  content: "\f7cf";
}

.material-icons.select_window:before {
  content: "\e6fa";
}

.material-icons.select_window_off:before {
  content: "\e506";
}

.material-icons.self_care:before {
  content: "\f86d";
}

.material-icons.self_improvement:before {
  content: "\ea78";
}

.material-icons.sell:before {
  content: "\e54e";
}

.material-icons.send:before {
  content: "\e163";
}

.material-icons.send_and_archive:before {
  content: "\ea0c";
}

.material-icons.send_money:before {
  content: "\e8b7";
}

.material-icons.send_time_extension:before {
  content: "\eadb";
}

.material-icons.send_to_mobile:before {
  content: "\f05c";
}

.material-icons.sensor_door:before {
  content: "\f1b5";
}

.material-icons.sensor_occupied:before {
  content: "\ec10";
}

.material-icons.sensor_window:before {
  content: "\f1b4";
}

.material-icons.sensors:before {
  content: "\e51e";
}

.material-icons.sensors_krx:before {
  content: "\f556";
}

.material-icons.sensors_off:before {
  content: "\e51f";
}

.material-icons.sentiment_calm:before {
  content: "\f6a7";
}

.material-icons.sentiment_content:before {
  content: "\f6a6";
}

.material-icons.sentiment_dissatisfied:before {
  content: "\e811";
}

.material-icons.sentiment_excited:before {
  content: "\f6a5";
}

.material-icons.sentiment_extremely_dissatisfied:before {
  content: "\f194";
}

.material-icons.sentiment_frustrated:before {
  content: "\f6a4";
}

.material-icons.sentiment_neutral:before {
  content: "\e812";
}

.material-icons.sentiment_sad:before {
  content: "\f6a3";
}

.material-icons.sentiment_satisfied:before {
  content: "\e0ed";
}

.material-icons.sentiment_stressed:before {
  content: "\f6a2";
}

.material-icons.sentiment_very_dissatisfied:before {
  content: "\e814";
}

.material-icons.sentiment_very_satisfied:before {
  content: "\e815";
}

.material-icons.sentiment_worried:before {
  content: "\f6a1";
}

.material-icons.set_meal:before {
  content: "\f1ea";
}

.material-icons.settings:before {
  content: "\e8b8";
}

.material-icons.settings_accessibility:before {
  content: "\f05d";
}

.material-icons.settings_account_box:before {
  content: "\f835";
}

.material-icons.settings_alert:before {
  content: "\f143";
}

.material-icons.settings_applications:before {
  content: "\e8b9";
}

.material-icons.settings_b_roll:before {
  content: "\f625";
}

.material-icons.settings_backup_restore:before {
  content: "\e8ba";
}

.material-icons.settings_bluetooth:before {
  content: "\e8bb";
}

.material-icons.settings_brightness:before {
  content: "\e8bd";
}

.material-icons.settings_cell:before {
  content: "\e8bc";
}

.material-icons.settings_cinematic_blur:before {
  content: "\f624";
}

.material-icons.settings_ethernet:before {
  content: "\e8be";
}

.material-icons.settings_input_antenna:before {
  content: "\e8bf";
}

.material-icons.settings_input_component:before {
  content: "\e8c0";
}

.material-icons.settings_input_hdmi:before {
  content: "\e8c2";
}

.material-icons.settings_input_svideo:before {
  content: "\e8c3";
}

.material-icons.settings_motion_mode:before {
  content: "\f833";
}

.material-icons.settings_night_sight:before {
  content: "\f832";
}

.material-icons.settings_overscan:before {
  content: "\e8c4";
}

.material-icons.settings_panorama:before {
  content: "\f831";
}

.material-icons.settings_phone:before {
  content: "\e8c5";
}

.material-icons.settings_photo_camera:before {
  content: "\f834";
}

.material-icons.settings_power:before {
  content: "\e8c6";
}

.material-icons.settings_remote:before {
  content: "\e8c7";
}

.material-icons.settings_slow_motion:before {
  content: "\f623";
}

.material-icons.settings_suggest:before {
  content: "\f05e";
}

.material-icons.settings_system_daydream:before {
  content: "\e1c3";
}

.material-icons.settings_timelapse:before {
  content: "\f622";
}

.material-icons.settings_video_camera:before {
  content: "\f621";
}

.material-icons.settings_voice:before {
  content: "\e8c8";
}

.material-icons.settop_component:before {
  content: "\e2ac";
}

.material-icons.severe_cold:before {
  content: "\ebd3";
}

.material-icons.shadow:before {
  content: "\e9df";
}

.material-icons.shadow_add:before {
  content: "\f584";
}

.material-icons.shadow_minus:before {
  content: "\f583";
}

.material-icons.shape_line:before {
  content: "\f8d3";
}

.material-icons.shapes:before {
  content: "\e602";
}

.material-icons.share:before {
  content: "\e80d";
}

.material-icons.share_location:before {
  content: "\f05f";
}

.material-icons.share_off:before {
  content: "\f6cb";
}

.material-icons.share_reviews:before {
  content: "\f8a4";
}

.material-icons.share_windows:before {
  content: "\f613";
}

.material-icons.sheets_rtl:before {
  content: "\f823";
}

.material-icons.shelf_auto_hide:before {
  content: "\f703";
}

.material-icons.shelf_position:before {
  content: "\f702";
}

.material-icons.shelves:before {
  content: "\f86e";
}

.material-icons.shield:before {
  content: "\e9e0";
}

.material-icons.shield_lock:before {
  content: "\f686";
}

.material-icons.shield_locked:before {
  content: "\f592";
}

.material-icons.shield_moon:before {
  content: "\eaa9";
}

.material-icons.shield_person:before {
  content: "\f650";
}

.material-icons.shield_with_heart:before {
  content: "\e78f";
}

.material-icons.shield_with_house:before {
  content: "\e78d";
}

.material-icons.shift:before {
  content: "\e5f2";
}

.material-icons.shift_lock:before {
  content: "\f7ae";
}

.material-icons.shop:before {
  content: "\e8c9";
}

.material-icons.shop_two:before {
  content: "\e19e";
}

.material-icons.shopping_bag:before {
  content: "\f1cc";
}

.material-icons.shopping_basket:before {
  content: "\e8cb";
}

.material-icons.shopping_cart:before {
  content: "\e547";
}

.material-icons.shopping_cart_checkout:before {
  content: "\eb88";
}

.material-icons.short_stay:before {
  content: "\e4d0";
}

.material-icons.short_text:before {
  content: "\e261";
}

.material-icons.show_chart:before {
  content: "\e6e1";
}

.material-icons.shower:before {
  content: "\f061";
}

.material-icons.shuffle:before {
  content: "\e043";
}

.material-icons.shuffle_on:before {
  content: "\e9e1";
}

.material-icons.shutter_speed:before {
  content: "\e43d";
}

.material-icons.shutter_speed_add:before {
  content: "\f57e";
}

.material-icons.shutter_speed_minus:before {
  content: "\f57d";
}

.material-icons.sick:before {
  content: "\f220";
}

.material-icons.side_navigation:before {
  content: "\e9e2";
}

.material-icons.sign_language:before {
  content: "\ebe5";
}

.material-icons.signal_cellular_0_bar:before {
  content: "\f0a8";
}

.material-icons.signal_cellular_1_bar:before {
  content: "\f0a9";
}

.material-icons.signal_cellular_2_bar:before {
  content: "\f0aa";
}

.material-icons.signal_cellular_3_bar:before {
  content: "\f0ab";
}

.material-icons.signal_cellular_4_bar:before {
  content: "\e1c8";
}

.material-icons.signal_cellular_add:before {
  content: "\f7a9";
}

.material-icons.signal_cellular_alt:before {
  content: "\e202";
}

.material-icons.signal_cellular_alt_1_bar:before {
  content: "\ebdf";
}

.material-icons.signal_cellular_alt_2_bar:before {
  content: "\ebe3";
}

.material-icons.signal_cellular_connected_no_internet_0_bar:before {
  content: "\f0ac";
}

.material-icons.signal_cellular_connected_no_internet_4_bar:before {
  content: "\e1cd";
}

.material-icons.signal_cellular_nodata:before {
  content: "\f062";
}

.material-icons.signal_cellular_null:before {
  content: "\e1cf";
}

.material-icons.signal_cellular_off:before {
  content: "\e1d0";
}

.material-icons.signal_cellular_pause:before {
  content: "\f5a7";
}

.material-icons.signal_disconnected:before {
  content: "\f239";
}

.material-icons.signal_wifi_0_bar:before {
  content: "\f0b0";
}

.material-icons.signal_wifi_4_bar:before {
  content: "\e1d8";
}

.material-icons.signal_wifi_bad:before {
  content: "\f063";
}

.material-icons.signal_wifi_off:before {
  content: "\e1da";
}

.material-icons.signal_wifi_statusbar_not_connected:before {
  content: "\f0ef";
}

.material-icons.signal_wifi_statusbar_null:before {
  content: "\f067";
}

.material-icons.signature:before {
  content: "\f74c";
}

.material-icons.signpost:before {
  content: "\eb91";
}

.material-icons.sim_card:before {
  content: "\e32b";
}

.material-icons.sim_card_download:before {
  content: "\f068";
}

.material-icons.single_bed:before {
  content: "\ea48";
}

.material-icons.sip:before {
  content: "\f069";
}

.material-icons.skateboarding:before {
  content: "\e511";
}

.material-icons.skeleton:before {
  content: "\f899";
}

.material-icons.skillet:before {
  content: "\f543";
}

.material-icons.skillet_cooktop:before {
  content: "\f544";
}

.material-icons.skip_next:before {
  content: "\e044";
}

.material-icons.skip_previous:before {
  content: "\e045";
}

.material-icons.skull:before {
  content: "\f89a";
}

.material-icons.sledding:before {
  content: "\e512";
}

.material-icons.sleep:before {
  content: "\e213";
}

.material-icons.sleep_score:before {
  content: "\f6b7";
}

.material-icons.slide_library:before {
  content: "\f822";
}

.material-icons.sliders:before {
  content: "\e9e3";
}

.material-icons.slideshow:before {
  content: "\e41b";
}

.material-icons.slow_motion_video:before {
  content: "\e068";
}

.material-icons.smart_button:before {
  content: "\f1c1";
}

.material-icons.smart_display:before {
  content: "\f06a";
}

.material-icons.smart_outlet:before {
  content: "\e844";
}

.material-icons.smart_screen:before {
  content: "\f06b";
}

.material-icons.smart_toy:before {
  content: "\f06c";
}

.material-icons.smartphone:before {
  content: "\e32c";
}

.material-icons.smb_share:before {
  content: "\f74b";
}

.material-icons.smoke_free:before {
  content: "\eb4a";
}

.material-icons.smoking_rooms:before {
  content: "\eb4b";
}

.material-icons.sms:before {
  content: "\e0d8";
}

.material-icons.sms_failed:before {
  content: "\e626";
}

.material-icons.snippet_folder:before {
  content: "\f1c7";
}

.material-icons.snooze:before {
  content: "\e046";
}

.material-icons.snowboarding:before {
  content: "\e513";
}

.material-icons.snowing:before {
  content: "\e80f";
}

.material-icons.snowing_heavy:before {
  content: "\f61c";
}

.material-icons.snowmobile:before {
  content: "\e503";
}

.material-icons.snowshoeing:before {
  content: "\e514";
}

.material-icons.soap:before {
  content: "\f1b2";
}

.material-icons.social_distance:before {
  content: "\e1cb";
}

.material-icons.social_leaderboard:before {
  content: "\f6a0";
}

.material-icons.solar_power:before {
  content: "\ec0f";
}

.material-icons.sort:before {
  content: "\e164";
}

.material-icons.sort_by_alpha:before {
  content: "\e053";
}

.material-icons.sos:before {
  content: "\ebf7";
}

.material-icons.sound_detection_dog_barking:before {
  content: "\f149";
}

.material-icons.sound_detection_glass_break:before {
  content: "\f14a";
}

.material-icons.sound_detection_loud_sound:before {
  content: "\f14b";
}

.material-icons.sound_sampler:before {
  content: "\f6b4";
}

.material-icons.soup_kitchen:before {
  content: "\e7d3";
}

.material-icons.source_notes:before {
  content: "\e12d";
}

.material-icons.south:before {
  content: "\f1e3";
}

.material-icons.south_america:before {
  content: "\e7e4";
}

.material-icons.south_east:before {
  content: "\f1e4";
}

.material-icons.south_west:before {
  content: "\f1e5";
}

.material-icons.spa:before {
  content: "\eb4c";
}

.material-icons.space:before {
  content: " ";
}

.material-icons.space_bar:before {
  content: "\e256";
}

.material-icons.space_dashboard:before {
  content: "\e66b";
}

.material-icons.spatial_audio:before {
  content: "\ebeb";
}

.material-icons.spatial_audio_off:before {
  content: "\ebe8";
}

.material-icons.spatial_tracking:before {
  content: "\ebea";
}

.material-icons.speaker:before {
  content: "\e32d";
}

.material-icons.speaker_group:before {
  content: "\e32e";
}

.material-icons.speaker_notes:before {
  content: "\e8cd";
}

.material-icons.speaker_notes_off:before {
  content: "\e92a";
}

.material-icons.speaker_phone:before {
  content: "\e0d2";
}

.material-icons.special_character:before {
  content: "\f74a";
}

.material-icons.specific_gravity:before {
  content: "\f872";
}

.material-icons.speech_to_text:before {
  content: "\f8a7";
}

.material-icons.speed:before {
  content: "\e9e4";
}

.material-icons.spellcheck:before {
  content: "\e8ce";
}

.material-icons.splitscreen:before {
  content: "\f06d";
}

.material-icons.splitscreen_bottom:before {
  content: "\f676";
}

.material-icons.splitscreen_left:before {
  content: "\f675";
}

.material-icons.splitscreen_right:before {
  content: "\f674";
}

.material-icons.splitscreen_top:before {
  content: "\f673";
}

.material-icons.spo2:before {
  content: "\f6db";
}

.material-icons.spoke:before {
  content: "\e9a7";
}

.material-icons.sports:before {
  content: "\ea30";
}

.material-icons.sports_bar:before {
  content: "\f1f3";
}

.material-icons.sports_baseball:before {
  content: "\ea51";
}

.material-icons.sports_basketball:before {
  content: "\ea26";
}

.material-icons.sports_cricket:before {
  content: "\ea27";
}

.material-icons.sports_esports:before {
  content: "\ea28";
}

.material-icons.sports_football:before {
  content: "\ea29";
}

.material-icons.sports_golf:before {
  content: "\ea2a";
}

.material-icons.sports_gymnastics:before {
  content: "\ebc4";
}

.material-icons.sports_handball:before {
  content: "\ea33";
}

.material-icons.sports_hockey:before {
  content: "\ea2b";
}

.material-icons.sports_kabaddi:before {
  content: "\ea34";
}

.material-icons.sports_martial_arts:before {
  content: "\eae9";
}

.material-icons.sports_mma:before {
  content: "\ea2c";
}

.material-icons.sports_motorsports:before {
  content: "\ea2d";
}

.material-icons.sports_rugby:before {
  content: "\ea2e";
}

.material-icons.sports_score:before {
  content: "\f06e";
}

.material-icons.sports_soccer:before {
  content: "\ea2f";
}

.material-icons.sports_tennis:before {
  content: "\ea32";
}

.material-icons.sports_volleyball:before {
  content: "\ea31";
}

.material-icons.sprinkler:before {
  content: "\e29a";
}

.material-icons.sprint:before {
  content: "\f81f";
}

.material-icons.square:before {
  content: "\eb36";
}

.material-icons.square_foot:before {
  content: "\ea49";
}

.material-icons.ssid_chart:before {
  content: "\eb66";
}

.material-icons.stack:before {
  content: "\f609";
}

.material-icons.stack_off:before {
  content: "\f608";
}

.material-icons.stack_star:before {
  content: "\f607";
}

.material-icons.stacked_bar_chart:before {
  content: "\e9e6";
}

.material-icons.stacked_email:before {
  content: "\e6c7";
}

.material-icons.stacked_inbox:before {
  content: "\e6c9";
}

.material-icons.stacked_line_chart:before {
  content: "\f22b";
}

.material-icons.stadia_controller:before {
  content: "\f135";
}

.material-icons.stadium:before {
  content: "\eb90";
}

.material-icons.stairs:before {
  content: "\f1a9";
}

.material-icons.star:before {
  content: "\e838";
}

.material-icons.star_half:before {
  content: "\e839";
}

.material-icons.star_rate:before {
  content: "\f0ec";
}

.material-icons.star_rate_half:before {
  content: "\ec45";
}

.material-icons.stars:before {
  content: "\e8d0";
}

.material-icons.start:before {
  content: "\e089";
}

.material-icons.stat_1:before {
  content: "\e698";
}

.material-icons.stat_2:before {
  content: "\e699";
}

.material-icons.stat_3:before {
  content: "\e69a";
}

.material-icons.stat_minus_1:before {
  content: "\e69b";
}

.material-icons.stat_minus_2:before {
  content: "\e69c";
}

.material-icons.stat_minus_3:before {
  content: "\e69d";
}

.material-icons.stay_current_landscape:before {
  content: "\e0d3";
}

.material-icons.stay_current_portrait:before {
  content: "\e0d4";
}

.material-icons.stay_primary_landscape:before {
  content: "\e0d5";
}

.material-icons.stay_primary_portrait:before {
  content: "\e0d6";
}

.material-icons.step:before {
  content: "\f6fe";
}

.material-icons.step_into:before {
  content: "\f701";
}

.material-icons.step_out:before {
  content: "\f700";
}

.material-icons.step_over:before {
  content: "\f6ff";
}

.material-icons.steppers:before {
  content: "\e9e7";
}

.material-icons.steps:before {
  content: "\f6da";
}

.material-icons.stethoscope:before {
  content: "\f805";
}

.material-icons.stethoscope_arrow:before {
  content: "\f807";
}

.material-icons.stethoscope_check:before {
  content: "\f806";
}

.material-icons.sticky_note:before {
  content: "\e9e8";
}

.material-icons.sticky_note_2:before {
  content: "\f1fc";
}

.material-icons.stock_media:before {
  content: "\f570";
}

.material-icons.stockpot:before {
  content: "\f545";
}

.material-icons.stop:before {
  content: "\e047";
}

.material-icons.stop_circle:before {
  content: "\ef71";
}

.material-icons.stop_screen_share:before {
  content: "\e0e3";
}

.material-icons.storage:before {
  content: "\e1db";
}

.material-icons.store:before {
  content: "\e563";
}

.material-icons.storefront:before {
  content: "\ea12";
}

.material-icons.storm:before {
  content: "\f070";
}

.material-icons.straight:before {
  content: "\eb95";
}

.material-icons.straighten:before {
  content: "\e41c";
}

.material-icons.strategy:before {
  content: "\f5df";
}

.material-icons.stream:before {
  content: "\e9e9";
}

.material-icons.stream_apps:before {
  content: "\f79f";
}

.material-icons.streetview:before {
  content: "\e56e";
}

.material-icons.stress_management:before {
  content: "\f6d9";
}

.material-icons.strikethrough_s:before {
  content: "\e257";
}

.material-icons.stroke_full:before {
  content: "\f749";
}

.material-icons.stroke_partial:before {
  content: "\f748";
}

.material-icons.stroller:before {
  content: "\f1ae";
}

.material-icons.style:before {
  content: "\e41d";
}

.material-icons.styler:before {
  content: "\e273";
}

.material-icons.stylus:before {
  content: "\f604";
}

.material-icons.stylus_laser_pointer:before {
  content: "\f747";
}

.material-icons.stylus_note:before {
  content: "\f603";
}

.material-icons.subdirectory_arrow_left:before {
  content: "\e5d9";
}

.material-icons.subdirectory_arrow_right:before {
  content: "\e5da";
}

.material-icons.subheader:before {
  content: "\e9ea";
}

.material-icons.subject:before {
  content: "\e8d2";
}

.material-icons.subscript:before {
  content: "\f111";
}

.material-icons.subscriptions:before {
  content: "\e064";
}

.material-icons.subtitles:before {
  content: "\e048";
}

.material-icons.subtitles_off:before {
  content: "\ef72";
}

.material-icons.subway:before {
  content: "\e56f";
}

.material-icons.summarize:before {
  content: "\f071";
}

.material-icons.sunny:before {
  content: "\e81a";
}

.material-icons.sunny_snowing:before {
  content: "\e819";
}

.material-icons.superscript:before {
  content: "\f112";
}

.material-icons.supervised_user_circle:before {
  content: "\e939";
}

.material-icons.supervised_user_circle_off:before {
  content: "\f60e";
}

.material-icons.supervisor_account:before {
  content: "\e8d3";
}

.material-icons.support:before {
  content: "\ef73";
}

.material-icons.support_agent:before {
  content: "\f0e2";
}

.material-icons.surfing:before {
  content: "\e515";
}

.material-icons.surgical:before {
  content: "\e131";
}

.material-icons.surround_sound:before {
  content: "\e049";
}

.material-icons.swap_calls:before {
  content: "\e0d7";
}

.material-icons.swap_driving_apps_wheel:before {
  content: "\e69f";
}

.material-icons.swap_horiz:before {
  content: "\e8d4";
}

.material-icons.swap_horizontal_circle:before {
  content: "\e933";
}

.material-icons.swap_vert:before {
  content: "\e0c3";
}

.material-icons.swap_vertical_circle:before {
  content: "\e8d6";
}

.material-icons.sweep:before {
  content: "\e6ac";
}

.material-icons.swipe:before {
  content: "\e9ec";
}

.material-icons.swipe_down:before {
  content: "\eb53";
}

.material-icons.swipe_down_alt:before {
  content: "\eb30";
}

.material-icons.swipe_left:before {
  content: "\eb59";
}

.material-icons.swipe_left_alt:before {
  content: "\eb33";
}

.material-icons.swipe_right:before {
  content: "\eb52";
}

.material-icons.swipe_right_alt:before {
  content: "\eb56";
}

.material-icons.swipe_up:before {
  content: "\eb2e";
}

.material-icons.swipe_up_alt:before {
  content: "\eb35";
}

.material-icons.swipe_vertical:before {
  content: "\eb51";
}

.material-icons.switch:before {
  content: "\e1f4";
}

.material-icons.switch_access:before {
  content: "\f6fd";
}

.material-icons.switch_access_shortcut:before {
  content: "\e7e1";
}

.material-icons.switch_access_shortcut_add:before {
  content: "\e7e2";
}

.material-icons.switch_account:before {
  content: "\e9ed";
}

.material-icons.switch_camera:before {
  content: "\e41e";
}

.material-icons.switch_left:before {
  content: "\f1d1";
}

.material-icons.switch_right:before {
  content: "\f1d2";
}

.material-icons.switch_video:before {
  content: "\e41f";
}

.material-icons.switches:before {
  content: "\e733";
}

.material-icons.sword_rose:before {
  content: "\f5de";
}

.material-icons.swords:before {
  content: "\f889";
}

.material-icons.symptoms:before {
  content: "\e132";
}

.material-icons.synagogue:before {
  content: "\eab0";
}

.material-icons.sync:before {
  content: "\e627";
}

.material-icons.sync_alt:before {
  content: "\ea18";
}

.material-icons.sync_disabled:before {
  content: "\e628";
}

.material-icons.sync_lock:before {
  content: "\eaee";
}

.material-icons.sync_problem:before {
  content: "\e629";
}

.material-icons.sync_saved_locally:before {
  content: "\f820";
}

.material-icons.syringe:before {
  content: "\e133";
}

.material-icons.system_update:before {
  content: "\e62a";
}

.material-icons.system_update_alt:before {
  content: "\e8d7";
}

.material-icons.t:before {
  content: "T";
}

.material-icons.tab:before {
  content: "\e8d8";
}

.material-icons.tab_close:before {
  content: "\f745";
}

.material-icons.tab_close_right:before {
  content: "\f746";
}

.material-icons.tab_duplicate:before {
  content: "\f744";
}

.material-icons.tab_group:before {
  content: "\f743";
}

.material-icons.tab_move:before {
  content: "\f742";
}

.material-icons.tab_new_right:before {
  content: "\f741";
}

.material-icons.tab_recent:before {
  content: "\f740";
}

.material-icons.tab_unselected:before {
  content: "\e8d9";
}

.material-icons.table:before {
  content: "\f191";
}

.material-icons.table_bar:before {
  content: "\ead2";
}

.material-icons.table_chart:before {
  content: "\e265";
}

.material-icons.table_chart_view:before {
  content: "\f6ef";
}

.material-icons.table_lamp:before {
  content: "\e1f2";
}

.material-icons.table_restaurant:before {
  content: "\eac6";
}

.material-icons.table_rows:before {
  content: "\f101";
}

.material-icons.table_rows_narrow:before {
  content: "\f73f";
}

.material-icons.table_view:before {
  content: "\f1be";
}

.material-icons.tablet:before {
  content: "\e32f";
}

.material-icons.tablet_android:before {
  content: "\e330";
}

.material-icons.tablet_mac:before {
  content: "\e331";
}

.material-icons.tabs:before {
  content: "\e9ee";
}

.material-icons.tactic:before {
  content: "\f564";
}

.material-icons.tag:before {
  content: "\e9ef";
}

.material-icons.takeout_dining:before {
  content: "\ea74";
}

.material-icons.tamper_detection_off:before {
  content: "\e82e";
}

.material-icons.tamper_detection_on:before {
  content: "\f8c8";
}

.material-icons.tap_and_play:before {
  content: "\e62b";
}

.material-icons.tapas:before {
  content: "\f1e9";
}

.material-icons.target:before {
  content: "\e719";
}

.material-icons.task:before {
  content: "\f075";
}

.material-icons.task_alt:before {
  content: "\e2e6";
}

.material-icons.taunt:before {
  content: "\f69f";
}

.material-icons.taxi_alert:before {
  content: "\ef74";
}

.material-icons.team_dashboard:before {
  content: "\e013";
}

.material-icons.temp_preferences_custom:before {
  content: "\f8c9";
}

.material-icons.temp_preferences_eco:before {
  content: "\f8ca";
}

.material-icons.temple_buddhist:before {
  content: "\eab3";
}

.material-icons.temple_hindu:before {
  content: "\eaaf";
}

.material-icons.tenancy:before {
  content: "\f0e3";
}

.material-icons.terminal:before {
  content: "\eb8e";
}

.material-icons.text_ad:before {
  content: "\e728";
}

.material-icons.text_decrease:before {
  content: "\eadd";
}

.material-icons.text_fields:before {
  content: "\e262";
}

.material-icons.text_format:before {
  content: "\e165";
}

.material-icons.text_increase:before {
  content: "\eae2";
}

.material-icons.text_rotate_up:before {
  content: "\e93a";
}

.material-icons.text_rotate_vertical:before {
  content: "\e93b";
}

.material-icons.text_rotation_angledown:before {
  content: "\e93c";
}

.material-icons.text_rotation_angleup:before {
  content: "\e93d";
}

.material-icons.text_rotation_down:before {
  content: "\e93e";
}

.material-icons.text_rotation_none:before {
  content: "\e93f";
}

.material-icons.text_select_end:before {
  content: "\f73e";
}

.material-icons.text_select_jump_to_beginning:before {
  content: "\f73d";
}

.material-icons.text_select_jump_to_end:before {
  content: "\f73c";
}

.material-icons.text_select_move_back_character:before {
  content: "\f73b";
}

.material-icons.text_select_move_back_word:before {
  content: "\f73a";
}

.material-icons.text_select_move_down:before {
  content: "\f739";
}

.material-icons.text_select_move_forward_character:before {
  content: "\f738";
}

.material-icons.text_select_move_forward_word:before {
  content: "\f737";
}

.material-icons.text_select_move_up:before {
  content: "\f736";
}

.material-icons.text_select_start:before {
  content: "\f735";
}

.material-icons.text_snippet:before {
  content: "\f1c6";
}

.material-icons.text_to_speech:before {
  content: "\f1bc";
}

.material-icons.texture:before {
  content: "\e421";
}

.material-icons.texture_add:before {
  content: "\f57c";
}

.material-icons.texture_minus:before {
  content: "\f57b";
}

.material-icons.theater_comedy:before {
  content: "\ea66";
}

.material-icons.theaters:before {
  content: "\e54d";
}

.material-icons.thermometer:before {
  content: "\e846";
}

.material-icons.thermometer_add:before {
  content: "\f582";
}

.material-icons.thermometer_gain:before {
  content: "\f6d8";
}

.material-icons.thermometer_loss:before {
  content: "\f6d7";
}

.material-icons.thermometer_minus:before {
  content: "\f581";
}

.material-icons.thermostat:before {
  content: "\f076";
}

.material-icons.thermostat_auto:before {
  content: "\f077";
}

.material-icons.thermostat_carbon:before {
  content: "\f178";
}

.material-icons.thumb_down:before {
  content: "\e816";
}

.material-icons.thumb_up:before {
  content: "\e817";
}

.material-icons.thumbnail_bar:before {
  content: "\f734";
}

.material-icons.thumbs_up_down:before {
  content: "\e8dd";
}

.material-icons.thunderstorm:before {
  content: "\ebdb";
}

.material-icons.tibia:before {
  content: "\f89b";
}

.material-icons.tibia_alt:before {
  content: "\f89c";
}

.material-icons.time_auto:before {
  content: "\f0e4";
}

.material-icons.timelapse:before {
  content: "\e422";
}

.material-icons.timeline:before {
  content: "\e922";
}

.material-icons.timer:before {
  content: "\e425";
}

.material-icons.timer_10:before {
  content: "\e423";
}

.material-icons.timer_10_alt_1:before {
  content: "\efbf";
}

.material-icons.timer_10_select:before {
  content: "\f07a";
}

.material-icons.timer_3:before {
  content: "\e424";
}

.material-icons.timer_3_alt_1:before {
  content: "\efc0";
}

.material-icons.timer_3_select:before {
  content: "\f07b";
}

.material-icons.timer_off:before {
  content: "\e426";
}

.material-icons.tips_and_updates:before {
  content: "\e79a";
}

.material-icons.tire_repair:before {
  content: "\ebc8";
}

.material-icons.title:before {
  content: "\e264";
}

.material-icons.toast:before {
  content: "\efc1";
}

.material-icons.toc:before {
  content: "\e8de";
}

.material-icons.today:before {
  content: "\e8df";
}

.material-icons.toggle_off:before {
  content: "\e9f5";
}

.material-icons.toggle_on:before {
  content: "\e9f6";
}

.material-icons.token:before {
  content: "\ea25";
}

.material-icons.toll:before {
  content: "\e8e0";
}

.material-icons.tonality:before {
  content: "\e427";
}

.material-icons.toolbar:before {
  content: "\e9f7";
}

.material-icons.tools_flat_head:before {
  content: "\f8cb";
}

.material-icons.tools_installation_kit:before {
  content: "\e2ab";
}

.material-icons.tools_ladder:before {
  content: "\e2cb";
}

.material-icons.tools_level:before {
  content: "\e77b";
}

.material-icons.tools_phillips:before {
  content: "\f8cc";
}

.material-icons.tools_pliers_wire_stripper:before {
  content: "\e2aa";
}

.material-icons.tools_power_drill:before {
  content: "\e1e9";
}

.material-icons.tooltip:before {
  content: "\e9f8";
}

.material-icons.top_panel_close:before {
  content: "\f733";
}

.material-icons.top_panel_open:before {
  content: "\f732";
}

.material-icons.topic:before {
  content: "\f1c4";
}

.material-icons.tornado:before {
  content: "\e199";
}

.material-icons.total_dissolved_solids:before {
  content: "\f877";
}

.material-icons.touch_app:before {
  content: "\e913";
}

.material-icons.touchpad_mouse:before {
  content: "\f687";
}

.material-icons.tour:before {
  content: "\ef75";
}

.material-icons.toys:before {
  content: "\e332";
}

.material-icons.toys_fan:before {
  content: "\f887";
}

.material-icons.track_changes:before {
  content: "\e8e1";
}

.material-icons.traffic:before {
  content: "\e565";
}

.material-icons.trail_length:before {
  content: "\eb5e";
}

.material-icons.trail_length_medium:before {
  content: "\eb63";
}

.material-icons.trail_length_short:before {
  content: "\eb6d";
}

.material-icons.train:before {
  content: "\e570";
}

.material-icons.tram:before {
  content: "\e571";
}

.material-icons.transcribe:before {
  content: "\f8ec";
}

.material-icons.transfer_within_a_station:before {
  content: "\e572";
}

.material-icons.transform:before {
  content: "\e428";
}

.material-icons.transgender:before {
  content: "\e58d";
}

.material-icons.transit_enterexit:before {
  content: "\e579";
}

.material-icons.translate:before {
  content: "\e8e2";
}

.material-icons.transportation:before {
  content: "\e21d";
}

.material-icons.travel:before {
  content: "\e6ca";
}

.material-icons.travel_explore:before {
  content: "\e2db";
}

.material-icons.trending_down:before {
  content: "\e8e3";
}

.material-icons.trending_flat:before {
  content: "\e8e4";
}

.material-icons.trending_up:before {
  content: "\e8e5";
}

.material-icons.trip_origin:before {
  content: "\e57b";
}

.material-icons.trolley:before {
  content: "\f86b";
}

.material-icons.trophy:before {
  content: "\e71a";
}

.material-icons.troubleshoot:before {
  content: "\e1d2";
}

.material-icons.tsunami:before {
  content: "\ebd8";
}

.material-icons.tsv:before {
  content: "\e6d6";
}

.material-icons.tty:before {
  content: "\f1aa";
}

.material-icons.tune:before {
  content: "\e429";
}

.material-icons.turn_left:before {
  content: "\eba6";
}

.material-icons.turn_right:before {
  content: "\ebab";
}

.material-icons.turn_sharp_left:before {
  content: "\eba7";
}

.material-icons.turn_sharp_right:before {
  content: "\ebaa";
}

.material-icons.turn_slight_left:before {
  content: "\eba4";
}

.material-icons.turn_slight_right:before {
  content: "\eb9a";
}

.material-icons.tv:before {
  content: "\e333";
}

.material-icons.tv_gen:before {
  content: "\e830";
}

.material-icons.tv_guide:before {
  content: "\e1dc";
}

.material-icons.tv_off:before {
  content: "\e647";
}

.material-icons.tv_options_edit_channels:before {
  content: "\e1dd";
}

.material-icons.tv_remote:before {
  content: "\f5d9";
}

.material-icons.tv_signin:before {
  content: "\e71b";
}

.material-icons.tv_with_assistant:before {
  content: "\e785";
}

.material-icons.two_wheeler:before {
  content: "\e9f9";
}

.material-icons.type_specimen:before {
  content: "\f8f0";
}

.material-icons.u:before {
  content: "U";
}

.material-icons.u_turn_left:before {
  content: "\eba1";
}

.material-icons.u_turn_right:before {
  content: "\eba2";
}

.material-icons.ulna_radius:before {
  content: "\f89d";
}

.material-icons.ulna_radius_alt:before {
  content: "\f89e";
}

.material-icons.umbrella:before {
  content: "\f1ad";
}

.material-icons.unarchive:before {
  content: "\e169";
}

.material-icons.underscore:before {
  content: "_";
}

.material-icons.undo:before {
  content: "\e166";
}

.material-icons.unfold_less:before {
  content: "\e5d6";
}

.material-icons.unfold_less_double:before {
  content: "\f8cf";
}

.material-icons.unfold_more:before {
  content: "\e5d7";
}

.material-icons.unfold_more_double:before {
  content: "\f8d0";
}

.material-icons.ungroup:before {
  content: "\f731";
}

.material-icons.uni00a0:before {
  content: " ";
}

.material-icons.universal_currency_alt:before {
  content: "\e734";
}

.material-icons.unknown_2:before {
  content: "\e6a2";
}

.material-icons.unknown_5:before {
  content: "\e6a5";
}

.material-icons.unknown_document:before {
  content: "\f804";
}

.material-icons.unknown_med:before {
  content: "\eabd";
}

.material-icons.unpublished:before {
  content: "\f236";
}

.material-icons.unsubscribe:before {
  content: "\e0eb";
}

.material-icons.upcoming:before {
  content: "\f07e";
}

.material-icons.update:before {
  content: "\e923";
}

.material-icons.update_disabled:before {
  content: "\e075";
}

.material-icons.upgrade:before {
  content: "\f0fb";
}

.material-icons.upload:before {
  content: "\e2c6";
}

.material-icons.upload_file:before {
  content: "\e9fc";
}

.material-icons.urology:before {
  content: "\e137";
}

.material-icons.usb:before {
  content: "\e1e0";
}

.material-icons.usb_off:before {
  content: "\e4fa";
}

.material-icons.v:before {
  content: "V";
}

.material-icons.vaccines:before {
  content: "\e138";
}

.material-icons.valve:before {
  content: "\e224";
}

.material-icons.vape_free:before {
  content: "\ebc6";
}

.material-icons.vaping_rooms:before {
  content: "\ebcf";
}

.material-icons.variables:before {
  content: "\f851";
}

.material-icons.ventilator:before {
  content: "\e139";
}

.material-icons.verified:before {
  content: "\e031";
}

.material-icons.verified_user:before {
  content: "\e8e8";
}

.material-icons.vertical_align_bottom:before {
  content: "\e258";
}

.material-icons.vertical_align_center:before {
  content: "\e259";
}

.material-icons.vertical_align_top:before {
  content: "\e25a";
}

.material-icons.vertical_distribute:before {
  content: "\e076";
}

.material-icons.vertical_shades:before {
  content: "\ec0e";
}

.material-icons.vertical_shades_closed:before {
  content: "\ec0d";
}

.material-icons.vertical_split:before {
  content: "\e949";
}

.material-icons.vibration:before {
  content: "\e62d";
}

.material-icons.video_call:before {
  content: "\e070";
}

.material-icons.video_camera_back:before {
  content: "\f07f";
}

.material-icons.video_camera_front:before {
  content: "\f080";
}

.material-icons.video_camera_front_off:before {
  content: "\f83b";
}

.material-icons.video_chat:before {
  content: "\f8a0";
}

.material-icons.video_file:before {
  content: "\eb87";
}

.material-icons.video_label:before {
  content: "\e071";
}

.material-icons.video_library:before {
  content: "\e04a";
}

.material-icons.video_search:before {
  content: "\efc6";
}

.material-icons.video_settings:before {
  content: "\ea75";
}

.material-icons.video_stable:before {
  content: "\f081";
}

.material-icons.videocam:before {
  content: "\e04b";
}

.material-icons.videocam_off:before {
  content: "\e04c";
}

.material-icons.videogame_asset:before {
  content: "\e338";
}

.material-icons.videogame_asset_off:before {
  content: "\e500";
}

.material-icons.view_agenda:before {
  content: "\e8e9";
}

.material-icons.view_array:before {
  content: "\e8ea";
}

.material-icons.view_carousel:before {
  content: "\e8eb";
}

.material-icons.view_column:before {
  content: "\e8ec";
}

.material-icons.view_column_2:before {
  content: "\f847";
}

.material-icons.view_comfy:before {
  content: "\e42a";
}

.material-icons.view_comfy_alt:before {
  content: "\eb73";
}

.material-icons.view_compact:before {
  content: "\e42b";
}

.material-icons.view_compact_alt:before {
  content: "\eb74";
}

.material-icons.view_cozy:before {
  content: "\eb75";
}

.material-icons.view_day:before {
  content: "\e8ed";
}

.material-icons.view_headline:before {
  content: "\e8ee";
}

.material-icons.view_in_ar:before {
  content: "\e9fe";
}

.material-icons.view_in_ar_off:before {
  content: "\f61b";
}

.material-icons.view_kanban:before {
  content: "\eb7f";
}

.material-icons.view_list:before {
  content: "\e8ef";
}

.material-icons.view_module:before {
  content: "\e8f0";
}

.material-icons.view_quilt:before {
  content: "\e8f1";
}

.material-icons.view_sidebar:before {
  content: "\f114";
}

.material-icons.view_stream:before {
  content: "\e8f2";
}

.material-icons.view_timeline:before {
  content: "\eb85";
}

.material-icons.view_week:before {
  content: "\e8f3";
}

.material-icons.vignette:before {
  content: "\e435";
}

.material-icons.villa:before {
  content: "\e586";
}

.material-icons.visibility:before {
  content: "\e417";
}

.material-icons.visibility_lock:before {
  content: "\f653";
}

.material-icons.visibility_off:before {
  content: "\e8f5";
}

.material-icons.vital_signs:before {
  content: "\e650";
}

.material-icons.vitals:before {
  content: "\e13b";
}

.material-icons.voice_chat:before {
  content: "\e62e";
}

.material-icons.voice_over_off:before {
  content: "\e94a";
}

.material-icons.voice_selection:before {
  content: "\f58a";
}

.material-icons.voicemail:before {
  content: "\e0d9";
}

.material-icons.volcano:before {
  content: "\ebda";
}

.material-icons.volume_down:before {
  content: "\e04d";
}

.material-icons.volume_down_alt:before {
  content: "\e79c";
}

.material-icons.volume_mute:before {
  content: "\e04e";
}

.material-icons.volume_off:before {
  content: "\e04f";
}

.material-icons.volume_up:before {
  content: "\e050";
}

.material-icons.volunteer_activism:before {
  content: "\ea70";
}

.material-icons.voting_chip:before {
  content: "\f852";
}

.material-icons.vpn_key:before {
  content: "\e0da";
}

.material-icons.vpn_key_alert:before {
  content: "\f6cc";
}

.material-icons.vpn_key_off:before {
  content: "\eb7a";
}

.material-icons.vpn_lock:before {
  content: "\e62f";
}

.material-icons.vr180_create2d:before {
  content: "\efca";
}

.material-icons.vr180_create2d_off:before {
  content: "\f571";
}

.material-icons.vrpano:before {
  content: "\f082";
}

.material-icons.w:before {
  content: "W";
}

.material-icons.wall_art:before {
  content: "\efcb";
}

.material-icons.wall_lamp:before {
  content: "\e2b4";
}

.material-icons.wallet:before {
  content: "\f8ff";
}

.material-icons.wallpaper:before {
  content: "\e1bc";
}

.material-icons.wallpaper_slideshow:before {
  content: "\f672";
}

.material-icons.ward:before {
  content: "\e13c";
}

.material-icons.warehouse:before {
  content: "\ebb8";
}

.material-icons.warning:before {
  content: "\e002";
}

.material-icons.warning_off:before {
  content: "\f7ad";
}

.material-icons.wash:before {
  content: "\f1b1";
}

.material-icons.watch:before {
  content: "\e334";
}

.material-icons.watch_button_press:before {
  content: "\f6aa";
}

.material-icons.watch_off:before {
  content: "\eae3";
}

.material-icons.watch_screentime:before {
  content: "\f6ae";
}

.material-icons.watch_wake:before {
  content: "\f6a9";
}

.material-icons.water:before {
  content: "\f084";
}

.material-icons.water_bottle:before {
  content: "\f69d";
}

.material-icons.water_bottle_large:before {
  content: "\f69e";
}

.material-icons.water_damage:before {
  content: "\f203";
}

.material-icons.water_do:before {
  content: "\f870";
}

.material-icons.water_drop:before {
  content: "\e798";
}

.material-icons.water_ec:before {
  content: "\f875";
}

.material-icons.water_full:before {
  content: "\f6d6";
}

.material-icons.water_heater:before {
  content: "\e284";
}

.material-icons.water_lock:before {
  content: "\f6ad";
}

.material-icons.water_loss:before {
  content: "\f6d5";
}

.material-icons.water_lux:before {
  content: "\f874";
}

.material-icons.water_medium:before {
  content: "\f6d4";
}

.material-icons.water_orp:before {
  content: "\f878";
}

.material-icons.water_ph:before {
  content: "\f87a";
}

.material-icons.water_pump:before {
  content: "\f5d8";
}

.material-icons.water_voc:before {
  content: "\f87b";
}

.material-icons.waterfall_chart:before {
  content: "\ea00";
}

.material-icons.waves:before {
  content: "\e176";
}

.material-icons.waving_hand:before {
  content: "\e766";
}

.material-icons.wb_auto:before {
  content: "\e42c";
}

.material-icons.wb_incandescent:before {
  content: "\e42e";
}

.material-icons.wb_iridescent:before {
  content: "\e436";
}

.material-icons.wb_shade:before {
  content: "\ea01";
}

.material-icons.wb_sunny:before {
  content: "\e430";
}

.material-icons.wb_twilight:before {
  content: "\e1c6";
}

.material-icons.wc:before {
  content: "\e63d";
}

.material-icons.weather_hail:before {
  content: "\f67f";
}

.material-icons.weather_mix:before {
  content: "\f60b";
}

.material-icons.weather_snowy:before {
  content: "\e2cd";
}

.material-icons.web:before {
  content: "\e051";
}

.material-icons.web_asset:before {
  content: "\e069";
}

.material-icons.web_asset_off:before {
  content: "\e4f7";
}

.material-icons.web_stories:before {
  content: "\e595";
}

.material-icons.webhook:before {
  content: "\eb92";
}

.material-icons.weekend:before {
  content: "\e16b";
}

.material-icons.weight:before {
  content: "\e13d";
}

.material-icons.west:before {
  content: "\f1e6";
}

.material-icons.whatshot:before {
  content: "\e80e";
}

.material-icons.wheelchair_pickup:before {
  content: "\f1ab";
}

.material-icons.where_to_vote:before {
  content: "\e177";
}

.material-icons.widgets:before {
  content: "\e1bd";
}

.material-icons.width:before {
  content: "\f730";
}

.material-icons.width_full:before {
  content: "\f8f5";
}

.material-icons.width_normal:before {
  content: "\f8f6";
}

.material-icons.width_wide:before {
  content: "\f8f7";
}

.material-icons.wifi:before {
  content: "\e63e";
}

.material-icons.wifi_1_bar:before {
  content: "\e4ca";
}

.material-icons.wifi_2_bar:before {
  content: "\e4d9";
}

.material-icons.wifi_add:before {
  content: "\f7a8";
}

.material-icons.wifi_calling:before {
  content: "\ef77";
}

.material-icons.wifi_calling_1:before {
  content: "\f085";
}

.material-icons.wifi_channel:before {
  content: "\eb6a";
}

.material-icons.wifi_find:before {
  content: "\eb31";
}

.material-icons.wifi_home:before {
  content: "\f671";
}

.material-icons.wifi_lock:before {
  content: "\e1d9";
}

.material-icons.wifi_notification:before {
  content: "\f670";
}

.material-icons.wifi_off:before {
  content: "\e648";
}

.material-icons.wifi_password:before {
  content: "\eb6b";
}

.material-icons.wifi_protected_setup:before {
  content: "\f0fc";
}

.material-icons.wifi_proxy:before {
  content: "\f7a7";
}

.material-icons.wifi_tethering:before {
  content: "\e1e2";
}

.material-icons.wifi_tethering_error:before {
  content: "\ead9";
}

.material-icons.wifi_tethering_off:before {
  content: "\e0ce";
}

.material-icons.wind_power:before {
  content: "\ec0c";
}

.material-icons.window:before {
  content: "\f088";
}

.material-icons.window_closed:before {
  content: "\e77e";
}

.material-icons.window_open:before {
  content: "\e78c";
}

.material-icons.window_sensor:before {
  content: "\e2bb";
}

.material-icons.wine_bar:before {
  content: "\f1e8";
}

.material-icons.woman:before {
  content: "\e13e";
}

.material-icons.woman_2:before {
  content: "\f8e7";
}

.material-icons.work:before {
  content: "\e8f9";
}

.material-icons.work_alert:before {
  content: "\f5f7";
}

.material-icons.work_history:before {
  content: "\ec09";
}

.material-icons.work_off:before {
  content: "\e942";
}

.material-icons.work_update:before {
  content: "\f5f8";
}

.material-icons.workspace_premium:before {
  content: "\e7af";
}

.material-icons.workspaces:before {
  content: "\e1a0";
}

.material-icons.wounds_injuries:before {
  content: "\e13f";
}

.material-icons.wrap_text:before {
  content: "\e25b";
}

.material-icons.wrist:before {
  content: "\f69c";
}

.material-icons.wrong_location:before {
  content: "\ef78";
}

.material-icons.wysiwyg:before {
  content: "\f1c3";
}

.material-icons.x:before {
  content: "X";
}

.material-icons.y:before {
  content: "Y";
}

.material-icons.yard:before {
  content: "\f089";
}

.material-icons.your_trips:before {
  content: "\eb2b";
}

.material-icons.youtube_activity:before {
  content: "\f85a";
}

.material-icons.youtube_searched_for:before {
  content: "\e8fa";
}

.material-icons.z:before {
  content: "Z";
}

.material-icons.zone_person_alert:before {
  content: "\e781";
}

.material-icons.zone_person_idle:before {
  content: "\e77a";
}

.material-icons.zone_person_urgent:before {
  content: "\e788";
}

.material-icons.zoom_in:before {
  content: "\e8ff";
}

.material-icons.zoom_in_map:before {
  content: "\eb2d";
}

.material-icons.zoom_out:before {
  content: "\e900";
}

.material-icons.zoom_out_map:before {
  content: "\e56b";
}

.maplibregl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgb(0 0 0/0);
}

.maplibregl-canvas {
  left: 0;
  position: absolute;
  top: 0;
}

.maplibregl-map:fullscreen {
  height: 100%;
  width: 100%;
}

.maplibregl-ctrl-group button.maplibregl-ctrl-compass {
  touch-action: none;
}

.maplibregl-canvas-container.maplibregl-interactive, .maplibregl-ctrl-group button.maplibregl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}

.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer {
  cursor: pointer;
}

.maplibregl-canvas-container.maplibregl-interactive:active, .maplibregl-ctrl-group button.maplibregl-ctrl-compass:active {
  cursor: grabbing;
}

.maplibregl-canvas-container.maplibregl-touch-zoom-rotate, .maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas {
  touch-action: pan-x pan-y;
}

.maplibregl-canvas-container.maplibregl-touch-drag-pan, .maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas {
  touch-action: pinch-zoom;
}

.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan, .maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas {
  touch-action: none;
}

.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures, .maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas {
  touch-action: pan-x pan-y;
}

.maplibregl-ctrl-bottom-left, .maplibregl-ctrl-bottom-right, .maplibregl-ctrl-top-left, .maplibregl-ctrl-top-right {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.maplibregl-ctrl-top-left {
  left: 0;
  top: 0;
}

.maplibregl-ctrl-top-right {
  right: 0;
  top: 0;
}

.maplibregl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

.maplibregl-ctrl-bottom-right {
  bottom: 0;
  right: 0;
}

.maplibregl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

.maplibregl-ctrl-top-left .maplibregl-ctrl {
  float: left;
  margin: 10px 0 0 10px;
}

.maplibregl-ctrl-top-right .maplibregl-ctrl {
  float: right;
  margin: 10px 10px 0 0;
}

.maplibregl-ctrl-bottom-left .maplibregl-ctrl {
  float: left;
  margin: 0 0 10px 10px;
}

.maplibregl-ctrl-bottom-right .maplibregl-ctrl {
  float: right;
  margin: 0 10px 10px 0;
}

.maplibregl-ctrl-group {
  background: #fff;
  border-radius: 4px;
}

.maplibregl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

@media (forced-colors: active) {
  .maplibregl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.maplibregl-ctrl-group button {
  background-color: transparent;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  outline: none;
  padding: 0;
  width: 29px;
}

.maplibregl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.maplibregl-ctrl button .maplibregl-ctrl-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}

@media (forced-colors: active) {
  .maplibregl-ctrl-icon {
    background-color: transparent;
  }
  .maplibregl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.maplibregl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.maplibregl-ctrl-attrib-button:focus, .maplibregl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

.maplibregl-ctrl button:disabled {
  cursor: not-allowed;
}

.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon {
  opacity: 0.25;
}

.maplibregl-ctrl button:not(:disabled):hover {
  background-color: rgb(0 0 0/5%);
}

.maplibregl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

.maplibregl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.maplibregl-ctrl-group button:focus:first-child {
  border-radius: 4px 4px 0 0;
}

.maplibregl-ctrl-group button:focus:last-child {
  border-radius: 0 0 4px 4px;
}

.maplibregl-ctrl-group button:focus:only-child {
  border-radius: inherit;
}

.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
}

.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
}

@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
}

.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
}

@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
}

@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E");
}

.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E");
}

.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
}

.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
}

.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
}

.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon {
  animation: maplibregl-spin 2s linear infinite;
}

@media (forced-colors: active) {
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }
  .maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E");
  }
}
@keyframes maplibregl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.maplibregl-ctrl-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 23px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
  width: 88px;
}

a.maplibregl-ctrl-logo.maplibregl-compact {
  width: 14px;
}

@media (forced-colors: active) {
  a.maplibregl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (forced-colors: active) and (prefers-color-scheme: light) {
  a.maplibregl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl.maplibregl-ctrl-attrib {
  background-color: hsla(0, 0%, 100%, 0.5);
  margin: 0;
  padding: 0 5px;
}

@media screen {
  .maplibregl-ctrl-attrib.maplibregl-compact {
    background-color: #fff;
    border-radius: 12px;
    box-sizing: content-box;
    color: #000;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-attrib.maplibregl-compact-show, .maplibregl-ctrl-top-left > .maplibregl-ctrl-attrib.maplibregl-compact-show {
    border-radius: 12px;
    padding: 2px 8px 2px 28px;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner {
    display: none;
  }
  .maplibregl-ctrl-attrib-button {
    background-color: hsla(0, 0%, 100%, 0.5);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button {
    appearance: none;
    list-style: none;
  }
  .maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker {
    display: none;
  }
  .maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button, .maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button {
    left: 0;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button, .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner {
    display: block;
  }
  .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button {
    background-color: rgb(0 0 0/5%);
  }
  .maplibregl-ctrl-bottom-right > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    bottom: 0;
    right: 0;
  }
  .maplibregl-ctrl-top-right > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    right: 0;
    top: 0;
  }
  .maplibregl-ctrl-top-left > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    left: 0;
    top: 0;
  }
  .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (forced-colors: active) {
  .maplibregl-ctrl-attrib.maplibregl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (forced-colors: active) and (prefers-color-scheme: light) {
  .maplibregl-ctrl-attrib.maplibregl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
.maplibregl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.maplibregl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

.maplibregl-attrib-empty {
  display: none;
}

.maplibregl-ctrl-scale {
  background-color: hsla(0, 0%, 100%, 0.75);
  border: 2px solid #333;
  border-top: #333;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  padding: 0 5px;
}

.maplibregl-popup {
  display: flex;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  will-change: transform;
}

.maplibregl-popup-anchor-top, .maplibregl-popup-anchor-top-left, .maplibregl-popup-anchor-top-right {
  flex-direction: column;
}

.maplibregl-popup-anchor-bottom, .maplibregl-popup-anchor-bottom-left, .maplibregl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.maplibregl-popup-anchor-left {
  flex-direction: row;
}

.maplibregl-popup-anchor-right {
  flex-direction: row-reverse;
}

.maplibregl-popup-tip {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  z-index: 1;
}

.maplibregl-popup-anchor-top .maplibregl-popup-tip {
  align-self: center;
  border-bottom-color: #fff;
  border-top: none;
}

.maplibregl-popup-anchor-top-left .maplibregl-popup-tip {
  align-self: flex-start;
  border-bottom-color: #fff;
  border-left: none;
  border-top: none;
}

.maplibregl-popup-anchor-top-right .maplibregl-popup-tip {
  align-self: flex-end;
  border-bottom-color: #fff;
  border-right: none;
  border-top: none;
}

.maplibregl-popup-anchor-bottom .maplibregl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.maplibregl-popup-anchor-left .maplibregl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.maplibregl-popup-anchor-right .maplibregl-popup-tip {
  align-self: center;
  border-left-color: #fff;
  border-right: none;
}

.maplibregl-popup-close-button {
  background-color: transparent;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.maplibregl-popup-close-button:hover {
  background-color: rgb(0 0 0/5%);
}

.maplibregl-popup-content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 15px 10px;
  pointer-events: auto;
  position: relative;
}

.maplibregl-popup-anchor-top-left .maplibregl-popup-content {
  border-top-left-radius: 0;
}

.maplibregl-popup-anchor-top-right .maplibregl-popup-content {
  border-top-right-radius: 0;
}

.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content {
  border-bottom-left-radius: 0;
}

.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content {
  border-bottom-right-radius: 0;
}

.maplibregl-popup-track-pointer {
  display: none;
}

.maplibregl-popup-track-pointer * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.maplibregl-map:hover .maplibregl-popup-track-pointer {
  display: flex;
}

.maplibregl-map:active .maplibregl-popup-track-pointer {
  display: none;
}

.maplibregl-marker {
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s;
  will-change: transform;
}

.maplibregl-user-location-dot, .maplibregl-user-location-dot:before {
  background-color: #1da1f2;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.maplibregl-user-location-dot:before {
  animation: maplibregl-user-location-dot-pulse 2s infinite;
  content: "";
  position: absolute;
}

.maplibregl-user-location-dot:after {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
}

@keyframes maplibregl-user-location-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(3);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.maplibregl-user-location-dot-stale {
  background-color: #aaa;
}

.maplibregl-user-location-dot-stale:after {
  display: none;
}

.maplibregl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  border-radius: 100%;
  height: 1px;
  width: 1px;
}

.maplibregl-crosshair, .maplibregl-crosshair .maplibregl-interactive, .maplibregl-crosshair .maplibregl-interactive:active {
  cursor: crosshair;
}

.maplibregl-boxzoom {
  background: #fff;
  border: 2px dotted #202020;
  height: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 0;
}

.maplibregl-cooperative-gesture-screen {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  font-size: 1.4em;
  inset: 0;
  justify-content: center;
  line-height: 1.2;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  transition: opacity 1s ease 1s;
  z-index: 99999;
}

.maplibregl-cooperative-gesture-screen.maplibregl-show {
  opacity: 1;
  transition: opacity 0.05s;
}

.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message {
  display: none;
}

@media (hover: none), (width <= 480px) {
  .maplibregl-cooperative-gesture-screen .maplibregl-desktop-message {
    display: none;
  }
  .maplibregl-cooperative-gesture-screen .maplibregl-mobile-message {
    display: block;
  }
}
.maplibregl-pseudo-fullscreen {
  height: 100% !important;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 99999;
}

#map {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.bd-primary {
  border-color: material-color("blue-grey", "700") !important;
}

.bd-red {
  border-color: material-color("red", "700") !important;
}

.bd-blue {
  border-color: material-color("blue", "700") !important;
}

.bd-green {
  border-color: material-color("green", "700") !important;
}

.bd-yellow {
  border-color: material-color("amber", "700") !important;
}

.bd-cyan {
  border-color: material-color("cyan", "700") !important;
}

.marker-flag {
  position: absolute;
  top: -37px;
  left: 50%;
  margin: 0 !important;
  padding: 0 !important;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border: 4px solid #fff;
  background: #fff;
  width: 55px;
  height: 24px;
}

.marker-flag::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 10px;
  bottom: -27px;
  left: -4px;
  border-top: 25px solid #6f5045;
}

.bd-purple {
  border-color: material-color("purple", "700") !important;
}

.marker-cluster-16 {
  background-color: #fff;
  border: 4px solid;
  border-radius: 50% 50% 50% 0;
  cursor: pointer;
  box-shadow: 1px 1px 1px;
  height: 30px;
  width: 30px;
  margin: -15px 0 0 -15px;
  transform: rotate(-45deg);
  position: relative;
  text-align: center;
  color: #666;
  overflow: hidden;
}

.marker-cluster-14 {
  background-color: #fff;
  border: gold 5px outset;
  border-radius: 50% 50% 50% 50%;
  cursor: pointer;
  box-shadow: 1px 1px 1px;
  height: 40px;
  width: 40px;
  margin: -15px 0 0 -15px;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  color: #666;
  font-size: 12pt;
  padding-top: 7px;
}

.marker-cluster-12 {
  background-color: #fff;
  border: yellowgreen 6px outset;
  border-radius: 50% 50% 50% 50%;
  cursor: pointer;
  box-shadow: 1px 1px 1px;
  height: 45px;
  width: 45px;
  margin: -15px 0 0 -15px;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  color: #666;
  font-size: 12pt;
  padding-top: 8px;
}

.marker-cluster-10 {
  background-color: #fff;
  border: #bce8f1 8px outset;
  border-radius: 50% 50% 50% 50%;
  cursor: pointer;
  box-shadow: 1px 1px 1px;
  height: 50px;
  width: 50px;
  margin: -15px 0 0 -15px;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  color: #666;
  font-size: 12pt;
  padding-top: 9px;
}

.marker-cluster-8 {
  background-color: #fff;
  border: lightslategrey 10px outset;
  border-radius: 50% 50% 50% 50%;
  cursor: pointer;
  box-shadow: 1px 1px 1px;
  height: 55px;
  width: 55px;
  margin: -15px 0 0 -15px;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  color: #666;
  font-size: 12pt;
  padding-top: 10px;
}

.marker-cluster-6 {
  background-color: #fff;
  border: #7b9a7f 10px outset;
  border-radius: 50% 50% 50% 50%;
  cursor: pointer;
  box-shadow: 1px 1px 1px;
  height: 80px;
  width: 80px;
  margin: -15px 0 0 -15px;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  color: #666;
  font-size: 12pt;
  padding-top: 10px;
}

.popup-cluster-text {
  background-color: #5a9796;
  border: 2px solid #487085;
  margin-bottom: 2px;
  padding: 4px 14px 4px 6px;
  border-radius: 6px;
  color: #ffffff;
}

.popup-cluster-text:hover {
  background-color: #75b5b4;
  padding: 4px 3px 4px 17px;
  transition-duration: 0.2s;
}

.marker-inner {
  top: -10px;
  color: black;
  width: 35px;
  height: 35px;
  border-radius: 50% 50% 50% 0;
  border: 5px solid;
  position: absolute;
  background-color: #fff;
  transform: rotate(-45deg);
  left: 50%;
  margin: -20px 0 0 -20px;
  text-align: center;
  cursor: pointer;
}

.marker-inner .child {
  transform: rotate(45deg);
  padding: 4px;
  font-size: 16px;
  font-weight: bold;
}

.marker-inner .marker-image {
  height: 30px;
  width: 30px;
}
@keyframes flicker {
  0% {
    background-color: #fff;
  }
  49% {
    background-color: #fff;
  }
  50% {
    background-color: #f44336;
  }
  99% {
    background-color: #f44336;
  }
  100% {
    background-color: #fff;
  }
}
.marker-inner.alarm {
  animation: flicker 1s infinite;
}

.marker-inner.critical {
  border-color: #f44336;
}

.marker-inner.dangerous {
  border-color: orange;
}

.marker-inner.electric_networks {
  border-color: blue;
}

.marker-inner.critical_info {
  border-color: blue;
}

.marker-inner.house {
  border-color: green;
}

.marker-inner.pvr {
  border-color: yellow;
}

.marker-inner.other {
  border-color: gray;
}

.marker-inner.sensor_arch {
  border-color: gray;
}

.marker-inner.sensor {
  border-color: brown;
}

.marker-inner.warner {
  border-color: purple;
}

.marker .glyphicon {
  font-size: 24px;
}

.mapboxgl-canvas-container {
  width: 100%;
  height: 100%;
}

.mapboxgl-popup-content {
  max-width: 820px;
  max-height: 400px;
  overflow: auto;
  font-size: 1.2em;
  padding: 1rem;
  color: black;
}

.dropdown.layer-menu {
  position: absolute !important;
  z-index: 900;
  top: 10px;
  right: 60px;
}

.dropdown.layer-menu .glyphicon {
  visibility: hidden;
}

.dropdown.layer-menu .visible .glyphicon {
  visibility: visible;
}

#info {
  display: block;
  position: relative;
  margin: 0px auto;
  width: 50%;
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  color: #222;
  background: #fff;
}

.calculation-box {
  height: 140px;
  width: 150px;
  position: absolute;
  top: 210px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
  text-align: center;
}

#calculate {
  min-height: 20px;
  background-color: #3887be;
  color: #fff;
  font-family: "Open Sans";
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
  margin: 10px 0;
}

#Paris {
  overflow: hidden;
}

.yel {
  background-color: #eaea33;
}

.red {
  background-color: rgb(255, 126, 126);
  color: white;
}

.white {
  background-color: white;
}

.green {
  background-color: rgb(122, 204, 88);
}

.caret-reversed {
  transform: rotate(180deg);
}

.map-popup-default .maplibregl-popup-content.mapboxgl-popup-content {
  overflow: hidden;
  height: 430px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mdc-elevation-transition {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}

.mdc-typography {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-font-family, Roboto, sans-serif);
}

.mdc-typography--headline1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 6rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline1-font-size, 6rem);
  line-height: 6rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline1-line-height, 6rem);
  font-weight: 300;
  /* @alternate */
  font-weight: var(--mdc-typography-headline1-font-weight, 300);
  letter-spacing: -0.015625em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline1-letter-spacing, -0.015625em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline1-text-transform, inherit);
}

.mdc-typography--headline2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 3.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline2-font-size, 3.75rem);
  line-height: 3.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline2-line-height, 3.75rem);
  font-weight: 300;
  /* @alternate */
  font-weight: var(--mdc-typography-headline2-font-weight, 300);
  letter-spacing: -0.0083333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline2-letter-spacing, -0.0083333333em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline2-text-transform, inherit);
}

.mdc-typography--headline3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline3-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 3rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline3-font-size, 3rem);
  line-height: 3.125rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline3-line-height, 3.125rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-headline3-font-weight, 400);
  letter-spacing: normal;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline3-letter-spacing, normal);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline3-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline3-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline3-text-transform, inherit);
}

.mdc-typography--headline4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline4-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 2.125rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline4-font-size, 2.125rem);
  line-height: 2.5rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline4-line-height, 2.5rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-headline4-font-weight, 400);
  letter-spacing: 0.0073529412em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline4-letter-spacing, 0.0073529412em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline4-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline4-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline4-text-transform, inherit);
}

.mdc-typography--headline5 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline5-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1.5rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline5-font-size, 1.5rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline5-line-height, 2rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-headline5-font-weight, 400);
  letter-spacing: normal;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline5-letter-spacing, normal);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline5-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline5-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline5-text-transform, inherit);
}

.mdc-typography--headline6 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1.25rem;
  /* @alternate */
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
}

.mdc-typography--subtitle1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
}

.mdc-typography--subtitle2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  /* @alternate */
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
}

.mdc-typography--body1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 1rem;
  /* @alternate */
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: 1.5rem;
  /* @alternate */
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: 0.03125em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body1-text-transform, inherit);
}

.mdc-typography--body2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.mdc-typography--caption {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}

.mdc-typography--button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  text-decoration: none;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
}

.mdc-typography--overline {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-overline-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.75rem;
  /* @alternate */
  font-size: var(--mdc-typography-overline-font-size, 0.75rem);
  line-height: 2rem;
  /* @alternate */
  line-height: var(--mdc-typography-overline-line-height, 2rem);
  font-weight: 500;
  /* @alternate */
  font-weight: var(--mdc-typography-overline-font-weight, 500);
  letter-spacing: 0.1666666667em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
  text-decoration: none;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-overline-text-decoration, none);
          text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-transform: uppercase;
  /* @alternate */
  text-transform: var(--mdc-typography-overline-text-transform, uppercase);
}

:root {
  --mdc-layout-grid-margin-desktop: 24px;
  --mdc-layout-grid-gutter-desktop: 24px;
  --mdc-layout-grid-column-width-desktop: 72px;
  --mdc-layout-grid-margin-tablet: 16px;
  --mdc-layout-grid-gutter-tablet: 16px;
  --mdc-layout-grid-column-width-tablet: 72px;
  --mdc-layout-grid-margin-phone: 16px;
  --mdc-layout-grid-gutter-phone: 16px;
  --mdc-layout-grid-column-width-phone: 72px;
}

@media (min-width: 840px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px;
    padding: var(--mdc-layout-grid-margin-desktop, 24px);
  }
}
@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 16px;
    padding: var(--mdc-layout-grid-margin-tablet, 16px);
  }
}
@media (max-width: 599px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 16px;
    padding: var(--mdc-layout-grid-margin-phone, 16px);
  }
}
@media (min-width: 840px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1);
  }
  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: grid;
      margin: 0;
      grid-gap: 24px;
      grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
}
@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -8px;
    margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1);
  }
  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: grid;
      margin: 0;
      grid-gap: 16px;
      grid-gap: var(--mdc-layout-grid-gutter-tablet, 16px);
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
}
@media (max-width: 599px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -8px;
    margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1);
  }
  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: grid;
      margin: 0;
      grid-gap: 16px;
      grid-gap: var(--mdc-layout-grid-gutter-phone, 16px);
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
@media (min-width: 840px) {
  .mdc-layout-grid__cell {
    width: calc(33.3333333333% - 24px);
    width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
    box-sizing: border-box;
    margin: 12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2);
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      grid-column-end: span 4;
      margin: 0;
    }
  }
  .mdc-layout-grid__cell--span-1,
  .mdc-layout-grid__cell--span-1-desktop {
    width: calc(8.3333333333% - 24px);
    width: calc(8.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-desktop {
      width: auto;
      grid-column-end: span 1;
    }
  }
  .mdc-layout-grid__cell--span-2,
  .mdc-layout-grid__cell--span-2-desktop {
    width: calc(16.6666666667% - 24px);
    width: calc(16.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-desktop {
      width: auto;
      grid-column-end: span 2;
    }
  }
  .mdc-layout-grid__cell--span-3,
  .mdc-layout-grid__cell--span-3-desktop {
    width: calc(25% - 24px);
    width: calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-desktop {
      width: auto;
      grid-column-end: span 3;
    }
  }
  .mdc-layout-grid__cell--span-4,
  .mdc-layout-grid__cell--span-4-desktop {
    width: calc(33.3333333333% - 24px);
    width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-desktop {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-5,
  .mdc-layout-grid__cell--span-5-desktop {
    width: calc(41.6666666667% - 24px);
    width: calc(41.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-desktop {
      width: auto;
      grid-column-end: span 5;
    }
  }
  .mdc-layout-grid__cell--span-6,
  .mdc-layout-grid__cell--span-6-desktop {
    width: calc(50% - 24px);
    width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-desktop {
      width: auto;
      grid-column-end: span 6;
    }
  }
  .mdc-layout-grid__cell--span-7,
  .mdc-layout-grid__cell--span-7-desktop {
    width: calc(58.3333333333% - 24px);
    width: calc(58.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-desktop {
      width: auto;
      grid-column-end: span 7;
    }
  }
  .mdc-layout-grid__cell--span-8,
  .mdc-layout-grid__cell--span-8-desktop {
    width: calc(66.6666666667% - 24px);
    width: calc(66.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-desktop {
      width: auto;
      grid-column-end: span 8;
    }
  }
  .mdc-layout-grid__cell--span-9,
  .mdc-layout-grid__cell--span-9-desktop {
    width: calc(75% - 24px);
    width: calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-desktop {
      width: auto;
      grid-column-end: span 9;
    }
  }
  .mdc-layout-grid__cell--span-10,
  .mdc-layout-grid__cell--span-10-desktop {
    width: calc(83.3333333333% - 24px);
    width: calc(83.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-desktop {
      width: auto;
      grid-column-end: span 10;
    }
  }
  .mdc-layout-grid__cell--span-11,
  .mdc-layout-grid__cell--span-11-desktop {
    width: calc(91.6666666667% - 24px);
    width: calc(91.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-desktop {
      width: auto;
      grid-column-end: span 11;
    }
  }
  .mdc-layout-grid__cell--span-12,
  .mdc-layout-grid__cell--span-12-desktop {
    width: calc(100% - 24px);
    width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-desktop {
      width: auto;
      grid-column-end: span 12;
    }
  }
}
@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid__cell {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
    box-sizing: border-box;
    margin: 8px;
    margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2);
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      grid-column-end: span 4;
      margin: 0;
    }
  }
  .mdc-layout-grid__cell--span-1,
  .mdc-layout-grid__cell--span-1-tablet {
    width: calc(12.5% - 16px);
    width: calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-tablet {
      width: auto;
      grid-column-end: span 1;
    }
  }
  .mdc-layout-grid__cell--span-2,
  .mdc-layout-grid__cell--span-2-tablet {
    width: calc(25% - 16px);
    width: calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-tablet {
      width: auto;
      grid-column-end: span 2;
    }
  }
  .mdc-layout-grid__cell--span-3,
  .mdc-layout-grid__cell--span-3-tablet {
    width: calc(37.5% - 16px);
    width: calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-tablet {
      width: auto;
      grid-column-end: span 3;
    }
  }
  .mdc-layout-grid__cell--span-4,
  .mdc-layout-grid__cell--span-4-tablet {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-tablet {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-5,
  .mdc-layout-grid__cell--span-5-tablet {
    width: calc(62.5% - 16px);
    width: calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-tablet {
      width: auto;
      grid-column-end: span 5;
    }
  }
  .mdc-layout-grid__cell--span-6,
  .mdc-layout-grid__cell--span-6-tablet {
    width: calc(75% - 16px);
    width: calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-tablet {
      width: auto;
      grid-column-end: span 6;
    }
  }
  .mdc-layout-grid__cell--span-7,
  .mdc-layout-grid__cell--span-7-tablet {
    width: calc(87.5% - 16px);
    width: calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-tablet {
      width: auto;
      grid-column-end: span 7;
    }
  }
  .mdc-layout-grid__cell--span-8,
  .mdc-layout-grid__cell--span-8-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }
  .mdc-layout-grid__cell--span-9,
  .mdc-layout-grid__cell--span-9-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }
  .mdc-layout-grid__cell--span-10,
  .mdc-layout-grid__cell--span-10-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }
  .mdc-layout-grid__cell--span-11,
  .mdc-layout-grid__cell--span-11-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }
  .mdc-layout-grid__cell--span-12,
  .mdc-layout-grid__cell--span-12-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-tablet {
      width: auto;
      grid-column-end: span 8;
    }
  }
}
@media (max-width: 599px) {
  .mdc-layout-grid__cell {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    box-sizing: border-box;
    margin: 8px;
    margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2);
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      grid-column-end: span 4;
      margin: 0;
    }
  }
  .mdc-layout-grid__cell--span-1,
  .mdc-layout-grid__cell--span-1-phone {
    width: calc(25% - 16px);
    width: calc(25% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-phone {
      width: auto;
      grid-column-end: span 1;
    }
  }
  .mdc-layout-grid__cell--span-2,
  .mdc-layout-grid__cell--span-2-phone {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-phone {
      width: auto;
      grid-column-end: span 2;
    }
  }
  .mdc-layout-grid__cell--span-3,
  .mdc-layout-grid__cell--span-3-phone {
    width: calc(75% - 16px);
    width: calc(75% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-phone {
      width: auto;
      grid-column-end: span 3;
    }
  }
  .mdc-layout-grid__cell--span-4,
  .mdc-layout-grid__cell--span-4-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-5,
  .mdc-layout-grid__cell--span-5-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-6,
  .mdc-layout-grid__cell--span-6-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-7,
  .mdc-layout-grid__cell--span-7-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-8,
  .mdc-layout-grid__cell--span-8-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-9,
  .mdc-layout-grid__cell--span-9-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-10,
  .mdc-layout-grid__cell--span-10-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-11,
  .mdc-layout-grid__cell--span-11-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
  .mdc-layout-grid__cell--span-12,
  .mdc-layout-grid__cell--span-12-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }
  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-phone {
      width: auto;
      grid-column-end: span 4;
    }
  }
}
.mdc-layout-grid__cell--order-1 {
  order: 1;
}

.mdc-layout-grid__cell--order-2 {
  order: 2;
}

.mdc-layout-grid__cell--order-3 {
  order: 3;
}

.mdc-layout-grid__cell--order-4 {
  order: 4;
}

.mdc-layout-grid__cell--order-5 {
  order: 5;
}

.mdc-layout-grid__cell--order-6 {
  order: 6;
}

.mdc-layout-grid__cell--order-7 {
  order: 7;
}

.mdc-layout-grid__cell--order-8 {
  order: 8;
}

.mdc-layout-grid__cell--order-9 {
  order: 9;
}

.mdc-layout-grid__cell--order-10 {
  order: 10;
}

.mdc-layout-grid__cell--order-11 {
  order: 11;
}

.mdc-layout-grid__cell--order-12 {
  order: 12;
}

.mdc-layout-grid__cell--align-top {
  align-self: flex-start;
}

@supports (display: grid) {
  .mdc-layout-grid__cell--align-top {
    align-self: start;
  }
}
.mdc-layout-grid__cell--align-middle {
  align-self: center;
}

.mdc-layout-grid__cell--align-bottom {
  align-self: flex-end;
}

@supports (display: grid) {
  .mdc-layout-grid__cell--align-bottom {
    align-self: end;
  }
}
@media (min-width: 840px) {
  .mdc-layout-grid--fixed-column-width {
    width: 1176px;
    width: calc(var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2);
  }
}
@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid--fixed-column-width {
    width: 720px;
    width: calc(var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2);
  }
}
@media (max-width: 599px) {
  .mdc-layout-grid--fixed-column-width {
    width: 368px;
    width: calc(var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2);
  }
}
.mdc-layout-grid--align-left {
  margin-right: auto;
  margin-left: 0;
}

.mdc-layout-grid--align-right {
  margin-right: 0;
  margin-left: auto;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-0{
  margin: 0px;
}
.m-2{
  margin: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.box-border{
  box-sizing: border-box;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.w-full{
  width: 100%;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[24px\]{
  max-width: 24px;
}
.max-w-\[30\%\]{
  max-width: 30%;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.max-w-\[70\%\]{
  max-width: 70%;
}
.max-w-\[calc\(50\%-30px\)\]{
  max-width: calc(50% - 30px);
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[1_1_100\%\]{
  flex: 1 1 100%;
}
.flex-\[1_1_200px\]{
  flex: 1 1 200px;
}
.flex-\[1_1_24px\]{
  flex: 1 1 24px;
}
.flex-\[1_1_30\%\]{
  flex: 1 1 30%;
}
.flex-\[1_1_350px\]{
  flex: 1 1 350px;
}
.flex-\[1_1_50\%\]{
  flex: 1 1 50%;
}
.flex-\[1_1_70\%\]{
  flex: 1 1 70%;
}
.flex-\[1_1_calc\(50\%-30px\)\]{
  flex: 1 1 calc(50% - 30px);
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-none{
  flex: none;
}
.flex-grow-0{
  flex-grow: 0;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.resize{
  resize: both;
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.self-end{
  align-self: flex-end;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-5{
  padding: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pl-0{
  padding-left: 0px;
}
.pl-4{
  padding-left: 1rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-4{
  padding-right: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-3{
  padding-top: 0.75rem;
}
.font-bold{
  font-weight: 700;
}
.capitalize{
  text-transform: capitalize;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.m-0 {
  margin: 0em !important;
}

.ml-0 {
  margin-left: 0em !important;
}

.mr-0 {
  margin-right: 0em !important;
}

.mt-0 {
  margin-top: 0em !important;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.mx-0 {
  margin-left: 0em !important;
  margin-right: 0em !important;
}

.my-0 {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

.mx-0 {
  margin-left: 0em !important;
  margin-right: 0em !important;
}

.my-0 {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

.m-1 {
  margin: 0.25em !important;
}

.ml-1 {
  margin-left: 0.25em !important;
}

.mr-1 {
  margin-right: 0.25em !important;
}

.mt-1 {
  margin-top: 0.25em !important;
}

.mb-1 {
  margin-bottom: 0.25em !important;
}

.mx-1 {
  margin-left: 0.25em !important;
  margin-right: 0.25em !important;
}

.my-1 {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

.mx-1 {
  margin-left: 0.25em !important;
  margin-right: 0.25em !important;
}

.my-1 {
  margin-top: 0.25em !important;
  margin-bottom: 0.25em !important;
}

.m-2 {
  margin: 0.5em !important;
}

.ml-2 {
  margin-left: 0.5em !important;
}

.mr-2 {
  margin-right: 0.5em !important;
}

.mt-2 {
  margin-top: 0.5em !important;
}

.mb-2 {
  margin-bottom: 0.5em !important;
}

.mx-2 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

.my-2 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.mx-2 {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

.my-2 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.m-3 {
  margin: 0.75em !important;
}

.ml-3 {
  margin-left: 0.75em !important;
}

.mr-3 {
  margin-right: 0.75em !important;
}

.mt-3 {
  margin-top: 0.75em !important;
}

.mb-3 {
  margin-bottom: 0.75em !important;
}

.mx-3 {
  margin-left: 0.75em !important;
  margin-right: 0.75em !important;
}

.my-3 {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

.mx-3 {
  margin-left: 0.75em !important;
  margin-right: 0.75em !important;
}

.my-3 {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important;
}

.m-4 {
  margin: 1em !important;
}

.ml-4 {
  margin-left: 1em !important;
}

.mr-4 {
  margin-right: 1em !important;
}

.mt-4 {
  margin-top: 1em !important;
}

.mb-4 {
  margin-bottom: 1em !important;
}

.mx-4 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.my-4 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.mx-4 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.my-4 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.m-5 {
  margin: 1.25em !important;
}

.ml-5 {
  margin-left: 1.25em !important;
}

.mr-5 {
  margin-right: 1.25em !important;
}

.mt-5 {
  margin-top: 1.25em !important;
}

.mb-5 {
  margin-bottom: 1.25em !important;
}

.mx-5 {
  margin-left: 1.25em !important;
  margin-right: 1.25em !important;
}

.my-5 {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}

.mx-5 {
  margin-left: 1.25em !important;
  margin-right: 1.25em !important;
}

.my-5 {
  margin-top: 1.25em !important;
  margin-bottom: 1.25em !important;
}

.m-6 {
  margin: 1.5em !important;
}

.ml-6 {
  margin-left: 1.5em !important;
}

.mr-6 {
  margin-right: 1.5em !important;
}

.mt-6 {
  margin-top: 1.5em !important;
}

.mb-6 {
  margin-bottom: 1.5em !important;
}

.mx-6 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.my-6 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.mx-6 {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.my-6 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.m-7 {
  margin: 1.75em !important;
}

.ml-7 {
  margin-left: 1.75em !important;
}

.mr-7 {
  margin-right: 1.75em !important;
}

.mt-7 {
  margin-top: 1.75em !important;
}

.mb-7 {
  margin-bottom: 1.75em !important;
}

.mx-7 {
  margin-left: 1.75em !important;
  margin-right: 1.75em !important;
}

.my-7 {
  margin-top: 1.75em !important;
  margin-bottom: 1.75em !important;
}

.mx-7 {
  margin-left: 1.75em !important;
  margin-right: 1.75em !important;
}

.my-7 {
  margin-top: 1.75em !important;
  margin-bottom: 1.75em !important;
}

.m-8 {
  margin: 2em !important;
}

.ml-8 {
  margin-left: 2em !important;
}

.mr-8 {
  margin-right: 2em !important;
}

.mt-8 {
  margin-top: 2em !important;
}

.mb-8 {
  margin-bottom: 2em !important;
}

.mx-8 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

.my-8 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.mx-8 {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

.my-8 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.m-9 {
  margin: 2.25em !important;
}

.ml-9 {
  margin-left: 2.25em !important;
}

.mr-9 {
  margin-right: 2.25em !important;
}

.mt-9 {
  margin-top: 2.25em !important;
}

.mb-9 {
  margin-bottom: 2.25em !important;
}

.mx-9 {
  margin-left: 2.25em !important;
  margin-right: 2.25em !important;
}

.my-9 {
  margin-top: 2.25em !important;
  margin-bottom: 2.25em !important;
}

.mx-9 {
  margin-left: 2.25em !important;
  margin-right: 2.25em !important;
}

.my-9 {
  margin-top: 2.25em !important;
  margin-bottom: 2.25em !important;
}

.m-10 {
  margin: 2.5em !important;
}

.ml-10 {
  margin-left: 2.5em !important;
}

.mr-10 {
  margin-right: 2.5em !important;
}

.mt-10 {
  margin-top: 2.5em !important;
}

.mb-10 {
  margin-bottom: 2.5em !important;
}

.mx-10 {
  margin-left: 2.5em !important;
  margin-right: 2.5em !important;
}

.my-10 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.mx-10 {
  margin-left: 2.5em !important;
  margin-right: 2.5em !important;
}

.my-10 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.m-11 {
  margin: 2.75em !important;
}

.ml-11 {
  margin-left: 2.75em !important;
}

.mr-11 {
  margin-right: 2.75em !important;
}

.mt-11 {
  margin-top: 2.75em !important;
}

.mb-11 {
  margin-bottom: 2.75em !important;
}

.mx-11 {
  margin-left: 2.75em !important;
  margin-right: 2.75em !important;
}

.my-11 {
  margin-top: 2.75em !important;
  margin-bottom: 2.75em !important;
}

.mx-11 {
  margin-left: 2.75em !important;
  margin-right: 2.75em !important;
}

.my-11 {
  margin-top: 2.75em !important;
  margin-bottom: 2.75em !important;
}

.m-12 {
  margin: 3em !important;
}

.ml-12 {
  margin-left: 3em !important;
}

.mr-12 {
  margin-right: 3em !important;
}

.mt-12 {
  margin-top: 3em !important;
}

.mb-12 {
  margin-bottom: 3em !important;
}

.mx-12 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}

.my-12 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.mx-12 {
  margin-left: 3em !important;
  margin-right: 3em !important;
}

.my-12 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.p-0 {
  padding: 0em !important;
}

.pl-0 {
  padding-left: 0em !important;
}

.pr-0 {
  padding-right: 0em !important;
}

.pt-0 {
  padding-top: 0em !important;
}

.pb-0 {
  padding-bottom: 0em !important;
}

.px-0 {
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.py-0 {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}

.px-0 {
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.py-0 {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}

.p-1 {
  padding: 0.25em !important;
}

.pl-1 {
  padding-left: 0.25em !important;
}

.pr-1 {
  padding-right: 0.25em !important;
}

.pt-1 {
  padding-top: 0.25em !important;
}

.pb-1 {
  padding-bottom: 0.25em !important;
}

.px-1 {
  padding-left: 0.25em !important;
  padding-right: 0.25em !important;
}

.py-1 {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}

.px-1 {
  padding-left: 0.25em !important;
  padding-right: 0.25em !important;
}

.py-1 {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}

.p-2 {
  padding: 0.5em !important;
}

.pl-2 {
  padding-left: 0.5em !important;
}

.pr-2 {
  padding-right: 0.5em !important;
}

.pt-2 {
  padding-top: 0.5em !important;
}

.pb-2 {
  padding-bottom: 0.5em !important;
}

.px-2 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}

.py-2 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.px-2 {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}

.py-2 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.p-3 {
  padding: 0.75em !important;
}

.pl-3 {
  padding-left: 0.75em !important;
}

.pr-3 {
  padding-right: 0.75em !important;
}

.pt-3 {
  padding-top: 0.75em !important;
}

.pb-3 {
  padding-bottom: 0.75em !important;
}

.px-3 {
  padding-left: 0.75em !important;
  padding-right: 0.75em !important;
}

.py-3 {
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}

.px-3 {
  padding-left: 0.75em !important;
  padding-right: 0.75em !important;
}

.py-3 {
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
}

.p-4 {
  padding: 1em !important;
}

.pl-4 {
  padding-left: 1em !important;
}

.pr-4 {
  padding-right: 1em !important;
}

.pt-4 {
  padding-top: 1em !important;
}

.pb-4 {
  padding-bottom: 1em !important;
}

.px-4 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.py-4 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.px-4 {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.py-4 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.p-5 {
  padding: 1.25em !important;
}

.pl-5 {
  padding-left: 1.25em !important;
}

.pr-5 {
  padding-right: 1.25em !important;
}

.pt-5 {
  padding-top: 1.25em !important;
}

.pb-5 {
  padding-bottom: 1.25em !important;
}

.px-5 {
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
}

.py-5 {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
}

.px-5 {
  padding-left: 1.25em !important;
  padding-right: 1.25em !important;
}

.py-5 {
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
}

.p-6 {
  padding: 1.5em !important;
}

.pl-6 {
  padding-left: 1.5em !important;
}

.pr-6 {
  padding-right: 1.5em !important;
}

.pt-6 {
  padding-top: 1.5em !important;
}

.pb-6 {
  padding-bottom: 1.5em !important;
}

.px-6 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

.py-6 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.px-6 {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

.py-6 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.p-7 {
  padding: 1.75em !important;
}

.pl-7 {
  padding-left: 1.75em !important;
}

.pr-7 {
  padding-right: 1.75em !important;
}

.pt-7 {
  padding-top: 1.75em !important;
}

.pb-7 {
  padding-bottom: 1.75em !important;
}

.px-7 {
  padding-left: 1.75em !important;
  padding-right: 1.75em !important;
}

.py-7 {
  padding-top: 1.75em !important;
  padding-bottom: 1.75em !important;
}

.px-7 {
  padding-left: 1.75em !important;
  padding-right: 1.75em !important;
}

.py-7 {
  padding-top: 1.75em !important;
  padding-bottom: 1.75em !important;
}

.p-8 {
  padding: 2em !important;
}

.pl-8 {
  padding-left: 2em !important;
}

.pr-8 {
  padding-right: 2em !important;
}

.pt-8 {
  padding-top: 2em !important;
}

.pb-8 {
  padding-bottom: 2em !important;
}

.px-8 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.py-8 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.px-8 {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.py-8 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.p-9 {
  padding: 2.25em !important;
}

.pl-9 {
  padding-left: 2.25em !important;
}

.pr-9 {
  padding-right: 2.25em !important;
}

.pt-9 {
  padding-top: 2.25em !important;
}

.pb-9 {
  padding-bottom: 2.25em !important;
}

.px-9 {
  padding-left: 2.25em !important;
  padding-right: 2.25em !important;
}

.py-9 {
  padding-top: 2.25em !important;
  padding-bottom: 2.25em !important;
}

.px-9 {
  padding-left: 2.25em !important;
  padding-right: 2.25em !important;
}

.py-9 {
  padding-top: 2.25em !important;
  padding-bottom: 2.25em !important;
}

.p-10 {
  padding: 2.5em !important;
}

.pl-10 {
  padding-left: 2.5em !important;
}

.pr-10 {
  padding-right: 2.5em !important;
}

.pt-10 {
  padding-top: 2.5em !important;
}

.pb-10 {
  padding-bottom: 2.5em !important;
}

.px-10 {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
}

.py-10 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}

.px-10 {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
}

.py-10 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}

.p-11 {
  padding: 2.75em !important;
}

.pl-11 {
  padding-left: 2.75em !important;
}

.pr-11 {
  padding-right: 2.75em !important;
}

.pt-11 {
  padding-top: 2.75em !important;
}

.pb-11 {
  padding-bottom: 2.75em !important;
}

.px-11 {
  padding-left: 2.75em !important;
  padding-right: 2.75em !important;
}

.py-11 {
  padding-top: 2.75em !important;
  padding-bottom: 2.75em !important;
}

.px-11 {
  padding-left: 2.75em !important;
  padding-right: 2.75em !important;
}

.py-11 {
  padding-top: 2.75em !important;
  padding-bottom: 2.75em !important;
}

.p-12 {
  padding: 3em !important;
}

.pl-12 {
  padding-left: 3em !important;
}

.pr-12 {
  padding-right: 3em !important;
}

.pt-12 {
  padding-top: 3em !important;
}

.pb-12 {
  padding-bottom: 3em !important;
}

.px-12 {
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.py-12 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.px-12 {
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.py-12 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mdc-top-app-bar__section > button:not(:first-child) {
  margin-left: 0.25em;
}

.float--left {
  float: left !important;
}

.float--right {
  float: right !important;
}

.full-width,
.fw {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.full-height,
.fh {
  height: 100% !important;
}

.fmh {
  min-height: 100% !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.font-2xl {
  font-size: 1.5rem !important;
}

.font-3xl {
  font-size: 1.25rem !important;
}

.position--relative {
  position: relative !important;
}

.pointer {
  cursor: pointer !important;
}

.flex-spacer {
  flex: 1 1 auto;
}

.flex-row-span {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/** wrap label */
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
.mat-checkbox-layout,
.mat-tree-node .node-title {
  white-space: normal !important;
}

.mat-form-field-sm .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 36px;
  padding: 6px;
}
.mat-form-field-sm.mat-form-field-appearance-outline,
.mat-form-field-sm .mat-form-field-appearance-outline {
  padding-bottom: 6px;
  padding-top: 6px;
  --mat-form-field-container-height: 36px;
}
.mat-form-field-sm.mat-form-field-appearance-outline .mat-mdc-form-field-infix,
.mat-form-field-sm .mat-form-field-appearance-outline .mat-mdc-form-field-infix {
  padding: 0.4em 0px !important;
}
.mat-form-field-sm.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label,
.mat-form-field-sm .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 18px;
}
.mat-form-field-sm.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mat-form-field-sm .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(-24.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
.mat-form-field-sm .mat-mdc-form-field-subscript-wrapper,
.mat-form-field-sm .mat-mdc-form-field-bottom-align::before {
  height: auto;
}
.mat-form-field-sm.no-under-info .mat-mdc-form-field-subscript-wrapper,
.mat-form-field-sm.no-under-info .mat-mdc-form-field-bottom-align::before {
  height: 0px;
}

.no-under-info .mat-mdc-form-field-subscript-wrapper,
.no-under-info .mat-mdc-form-field-bottom-align::before {
  height: 0px;
}

.mat-form-field-readonly {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-readonly .mat-form-field-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-readonly .mat-form-field-wrapper .mat-form-field-flex {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-readonly .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-form-field-readonly .mat-form-field-wrapper .mat-form-field-flex input {
  color: rgba(0, 0, 0, 0.41);
}

ngsl-search-input .mat-form-field-appearance-outline {
  padding-bottom: 0;
}
ngsl-search-input .mat-form-field-appearance-outline .mat-mdc-form-field-infix {
  padding: 0.4em 0px !important;
}
ngsl-search-input .mat-form-field-appearance-outline .mat-mdc-form-field-flex {
  height: 36px;
}
ngsl-search-input .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 18px;
}
ngsl-search-input .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(-24.75px) scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
ngsl-search-input .mat-mdc-form-field-subscript-wrapper,
ngsl-search-input .mat-mdc-form-field-bottom-align::before {
  height: 0px;
}

.mat-mdc-list-base {
  padding-top: 0px !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
.mat-list-text-wrap .mat-mdc-list-item,
.mat-list-text-wrap .mat-list-option {
  min-height: 48px;
  height: auto !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
.mat-list-flat .mat-list-item-content.mat-list-item-content-reverse {
  padding: 0 !important;
}

.mdc-elevation-overlay {
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  /* @alternate */
  opacity: var(--mdc-elevation-overlay-opacity, 0);
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-elevation-overlay-color, #fff);
}

.mdc-card {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-medium, 4px);
  background-color: #fff;
  /* @alternate */
  background-color: var(--mdc-theme-surface, #fff);
  /* @alternate */
  position: relative;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mdc-card .mdc-elevation-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
}

.mdc-card::after {
  border-radius: 4px;
  /* @alternate */
  border-radius: var(--mdc-shape-medium, 4px);
}

.mdc-card--outlined {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}

.mdc-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.mdc-card::after {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-card::after {
    border-color: CanvasText;
  }
}
.mdc-card--outlined::after {
  border: none;
}

.mdc-card__content {
  border-radius: inherit;
  height: 100%;
}

.mdc-card__media {
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mdc-card__media::before {
  display: block;
  content: "";
}

.mdc-card__media:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.mdc-card__media:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.mdc-card__media--square::before {
  margin-top: 100%;
}

.mdc-card__media--16-9::before {
  margin-top: 56.25%;
}

.mdc-card__media-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.mdc-card__primary-action {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}

.mdc-card__primary-action:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.mdc-card__primary-action:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.mdc-card__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  min-height: 52px;
  padding: 8px;
}

.mdc-card__actions--full-bleed {
  padding: 0;
}

.mdc-card__action-buttons,
.mdc-card__action-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}

.mdc-card__action-icons {
  color: rgba(0, 0, 0, 0.6);
  flex-grow: 1;
  justify-content: flex-end;
}

.mdc-card__action-buttons + .mdc-card__action-icons {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 16px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-card__action-buttons + .mdc-card__action-icons, .mdc-card__action-buttons + .mdc-card__action-icons[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 16px;
  /*rtl:end:ignore*/
}

.mdc-card__action {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.mdc-card__action:focus {
  outline: none;
}

.mdc-card__action--button {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 8px;
  padding: 0 8px;
}

[dir=rtl] .mdc-card__action--button, .mdc-card__action--button[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 8px;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-card__action--button:last-child {
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
}

[dir=rtl] .mdc-card__action--button:last-child, .mdc-card__action--button:last-child[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  margin-left: 0;
  /* @noflip */ /*rtl:ignore*/
  margin-right: 0;
  /*rtl:end:ignore*/
}

.mdc-card__actions--full-bleed .mdc-card__action--button {
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 8px 16px;
  /* @noflip */ /*rtl:ignore*/
  text-align: left;
}

[dir=rtl] .mdc-card__actions--full-bleed .mdc-card__action--button, .mdc-card__actions--full-bleed .mdc-card__action--button[dir=rtl] {
  /*rtl:begin:ignore*/
  /* @noflip */ /*rtl:ignore*/
  text-align: right;
  /*rtl:end:ignore*/
}

.mdc-card__action--icon {
  margin: -6px 0;
  padding: 12px;
}

.mdc-card__action--icon:not(:disabled) {
  color: rgba(0, 0, 0, 0.6);
}

@keyframes mdc-ripple-fg-radius-in {
  from {
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    /* @noflip */ /*rtl:ignore*/
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }
  to {
    /* @noflip */ /*rtl:ignore*/
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}
@keyframes mdc-ripple-fg-opacity-in {
  from {
    animation-timing-function: linear;
    opacity: 0;
  }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}
@keyframes mdc-ripple-fg-opacity-out {
  from {
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
  to {
    opacity: 0;
  }
}
.mdc-card__primary-action {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
}

.mdc-card__primary-action .mdc-card__ripple::before,
.mdc-card__primary-action .mdc-card__ripple::after {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
}

.mdc-card__primary-action .mdc-card__ripple::before {
  transition: opacity 15ms linear, background-color 15ms linear;
  z-index: 1;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 1);
}

.mdc-card__primary-action .mdc-card__ripple::after {
  z-index: 0;
  /* @alternate */
  z-index: var(--mdc-ripple-z-index, 0);
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::before {
  transform: scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::after {
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  transform: scale(0);
  transform-origin: center center;
}

.mdc-card__primary-action.mdc-ripple-upgraded--unbounded .mdc-card__ripple::after {
  top: var(--mdc-ripple-top, 0);
  /* @noflip */ /*rtl:ignore*/
  left: var(--mdc-ripple-left, 0);
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation .mdc-card__ripple::after {
  animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}

.mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation .mdc-card__ripple::after {
  animation: mdc-ripple-fg-opacity-out 150ms;
  /* @noflip */ /*rtl:ignore*/
  transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}

.mdc-card__primary-action .mdc-card__ripple::before,
.mdc-card__primary-action .mdc-card__ripple::after {
  top: calc(50% - 100%);
  /* @noflip */ /*rtl:ignore*/
  left: calc(50% - 100%);
  width: 200%;
  height: 200%;
}

.mdc-card__primary-action.mdc-ripple-upgraded .mdc-card__ripple::after {
  width: var(--mdc-ripple-fg-size, 100%);
  height: var(--mdc-ripple-fg-size, 100%);
}

.mdc-card__primary-action .mdc-card__ripple::before, .mdc-card__primary-action .mdc-card__ripple::after {
  background-color: #000;
  /* @alternate */
  background-color: var(--mdc-ripple-color, #000);
}

.mdc-card__primary-action:hover .mdc-card__ripple::before, .mdc-card__primary-action.mdc-ripple-surface--hover .mdc-card__ripple::before {
  opacity: 0.04;
  /* @alternate */
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}

.mdc-card__primary-action.mdc-ripple-upgraded--background-focused .mdc-card__ripple::before, .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus .mdc-card__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded) .mdc-card__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-card__primary-action:not(.mdc-ripple-upgraded):active .mdc-card__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
  /* @alternate */
  opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-card__primary-action.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}

.mdc-card__primary-action .mdc-card__ripple {
  box-sizing: content-box;
  height: 100%;
  overflow: hidden;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.mdc-card__primary-action.mdc-ripple-upgraded--background-focused::after, .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::after {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  /* @noflip */ /*rtl:ignore*/
  left: 0;
  border: 5px double transparent;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

@media screen and (forced-colors: active) {
  .mdc-card__primary-action.mdc-ripple-upgraded--background-focused::after, .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::after {
    border-color: CanvasText;
  }
}
.mdc-card--inlined {
  box-shadow: none !important;
  border-width: 0 !important;
  border-color: none !important;
}

.mdc-card--relative {
  position: relative;
}

.mdc-card-content,
.mdc-card--content {
  padding: 1rem;
}

.mdc-card > .header[class*=mdc-elevation-],
.mdc-card > header[class*=mdc-elevation-] {
  border-bottom: none !important;
}

.mdc-top-app-bar--relative {
  position: relative !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-mdc-mini-fab .mat-button-wrapper {
  line-height: 22px !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-sm {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-sm .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 32px !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-wrapper mat-spinner {
  display: inline-block;
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
.mat-button-col {
  width: 80px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-col .mat-button-wrapper {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.mat-button-col .mat-button-wrapper .mat-button-text {
  display: block;
  text-align: center;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1rem;
  white-space: break-spaces;
}

.todo > .mdc-drawer {
  width: 400px;
}

.table-hover tbody tr:hover > td,
.table-hover mat-row:hover {
  cursor: pointer;
}

.mat-mdc-table .btn {
  margin-bottom: 0;
}

mat-cell .mdc-top-app-bar__row {
  width: 100% !important;
  min-height: 100% !important;
}

mat-cell .mdc-top-app-bar__section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mat-divider.mat-divider-inset {
  margin: 0 15px !important;
}

.material-icons.supervisor_account,
.material-icons.videocam,
.material-icons.waves {
  position: relative;
  display: inline-block;
}

.material-icons.supervisor_account:after {
  content: "supervisor_account";
}

.material-icons.videocam:after {
  content: "videocam";
}

.material-icons.waves:after {
  content: "waves";
}

.dialog-backdrop-white {
  background: white;
}

.listbox-at-bottom {
  margin-top: 1.75em;
  min-width: calc(100% + 24px) !important;
  transform: translateX(4px) !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
  height: 100vh;
  width: 100%;
}

.cdk-global-scrollblock {
  position: initial !important;
}

ecor-react-diagram > .srd-diagram {
  height: 100%;
}

.ngsl-vertical-menu-menu .mdc-list-item.nav-selected {
  padding-left: 13px;
}

.mdc-typography--align-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

.text-center {
  text-align: center !important;
}

.tf-blue {
  color: #2196f3;
}

.tf-grey {
  color: #616161;
}

.text-muted,
.tm {
  color: #9e9e9e !important;
}

.text-muted .mat-mdc-cell {
  color: #9e9e9e !important;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-ellipsis-flex {
  flex: 1;
}
.text-ellipsis-flex, .text-ellipsis-flex > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-through {
  text-decoration: line-through;
}

.text-unselectable {
  -webkit-user-select: none;
          user-select: none;
}

html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
}

.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;
  --mat-legacy-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 24px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: 0.03125em;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 24px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: 0.03125em;
  --mat-standard-button-toggle-label-text-weight: 400;
  --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;
  --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;
  --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;
  --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;
  --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;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
  --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;
  --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;
  --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;
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: 0.03125em;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: 0.03125em;
  --mdc-outlined-text-field-label-text-weight: 400;
  --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-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;
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --mdc-chip-label-text-weight: 400;
}

html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font: Roboto, sans-serif;
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: 0.0178571429em;
  --mdc-form-field-label-text-weight: 400;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-font: Roboto, sans-serif;
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: 0.0178571429em;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
  --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;
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-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-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500;
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-font: Roboto, sans-serif;
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: 0.0178571429em;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: 0.0892857143em;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: 0.0892857143em;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: 0.0892857143em;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: 0.0892857143em;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
  --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-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #004c8c;
  --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: #ff8a50;
  --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);
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #004c8c;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #004c8c;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff8a50;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff8a50;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff8a50;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff8a50;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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;
  --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;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --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;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #004c8c;
  --mdc-linear-progress-track-color: rgba(0, 76, 140, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff8a50;
  --mdc-linear-progress-track-color: rgba(255, 138, 80, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #004c8c;
  --mdc-filled-text-field-focus-active-indicator-color: #004c8c;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 76, 140, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #004c8c;
  --mdc-outlined-text-field-focus-outline-color: #004c8c;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 76, 140, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(0, 76, 140, 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-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ff8a50;
  --mdc-filled-text-field-focus-active-indicator-color: #ff8a50;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 138, 80, 0.87);
  --mdc-outlined-text-field-caret-color: #ff8a50;
  --mdc-outlined-text-field-focus-outline-color: #ff8a50;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 138, 80, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 138, 80, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-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;
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: 0.03125em;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: 0.03125em;
  --mdc-outlined-text-field-label-text-weight: 400;
  --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-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);
  --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(0, 76, 140, 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, 138, 80, 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);
  --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;
  --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);
  --mat-autocomplete-background-color: white;
  --mdc-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);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --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;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}

.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #004c8c;
  --mdc-chip-elevated-selected-container-color: #004c8c;
  --mdc-chip-elevated-disabled-container-color: #004c8c;
  --mdc-chip-flat-disabled-selected-container-color: #004c8c;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff8a50;
  --mdc-chip-elevated-selected-container-color: #ff8a50;
  --mdc-chip-elevated-disabled-container-color: #ff8a50;
  --mdc-chip-flat-disabled-selected-container-color: #ff8a50;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}

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

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --mdc-chip-label-text-weight: 400;
}

html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #004584;
  --mdc-switch-selected-handle-color: #004584;
  --mdc-switch-selected-hover-state-layer-color: #004584;
  --mdc-switch-selected-pressed-state-layer-color: #004584;
  --mdc-switch-selected-focus-handle-color: #00245c;
  --mdc-switch-selected-hover-handle-color: #00245c;
  --mdc-switch-selected-pressed-handle-color: #00245c;
  --mdc-switch-selected-focus-track-color: #4d82af;
  --mdc-switch-selected-hover-track-color: #4d82af;
  --mdc-switch-selected-pressed-track-color: #4d82af;
  --mdc-switch-selected-track-color: #4d82af;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #ff8249;
  --mdc-switch-selected-handle-color: #ff8249;
  --mdc-switch-selected-hover-state-layer-color: #ff8249;
  --mdc-switch-selected-pressed-state-layer-color: #ff8249;
  --mdc-switch-selected-focus-handle-color: #ff5a27;
  --mdc-switch-selected-hover-handle-color: #ff5a27;
  --mdc-switch-selected-pressed-handle-color: #ff5a27;
  --mdc-switch-selected-focus-track-color: #ffad85;
  --mdc-switch-selected-hover-track-color: #ffad85;
  --mdc-switch-selected-pressed-track-color: #ffad85;
  --mdc-switch-selected-track-color: #ffad85;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

html {
  --mdc-switch-state-layer-size: 40px;
}

html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font: Roboto, sans-serif;
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: 0.0178571429em;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #004c8c;
  --mdc-radio-selected-hover-icon-color: #004c8c;
  --mdc-radio-selected-icon-color: #004c8c;
  --mdc-radio-selected-pressed-icon-color: #004c8c;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #004c8c;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff8a50;
  --mdc-radio-selected-hover-icon-color: #ff8a50;
  --mdc-radio-selected-icon-color: #ff8a50;
  --mdc-radio-selected-pressed-icon-color: #ff8a50;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ff8a50;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-font: Roboto, sans-serif;
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: 0.0178571429em;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #004c8c;
  --mdc-slider-focus-handle-color: #004c8c;
  --mdc-slider-hover-handle-color: #004c8c;
  --mdc-slider-active-track-color: #004c8c;
  --mdc-slider-inactive-track-color: #004c8c;
  --mdc-slider-with-tick-marks-inactive-container-color: #004c8c;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #004c8c;
  --mat-slider-hover-state-layer-color: rgba(0, 76, 140, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 76, 140, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #ff8a50;
  --mat-slider-hover-state-layer-color: rgba(255, 138, 80, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 138, 80, 0.2);
  --mdc-slider-handle-color: #ff8a50;
  --mdc-slider-focus-handle-color: #ff8a50;
  --mdc-slider-hover-handle-color: #ff8a50;
  --mdc-slider-active-track-color: #ff8a50;
  --mdc-slider-inactive-track-color: #ff8a50;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff8a50;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
}

html {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
  --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-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);
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #004c8c;
  --mdc-radio-selected-hover-icon-color: #004c8c;
  --mdc-radio-selected-icon-color: #004c8c;
  --mdc-radio-selected-pressed-icon-color: #004c8c;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff8a50;
  --mdc-radio-selected-hover-icon-color: #ff8a50;
  --mdc-radio-selected-icon-color: #ff8a50;
  --mdc-radio-selected-pressed-icon-color: #ff8a50;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #004c8c;
  --mdc-checkbox-selected-hover-icon-color: #004c8c;
  --mdc-checkbox-selected-icon-color: #004c8c;
  --mdc-checkbox-selected-pressed-icon-color: #004c8c;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #004c8c;
  --mdc-checkbox-selected-hover-state-layer-color: #004c8c;
  --mdc-checkbox-selected-pressed-state-layer-color: #004c8c;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff8a50;
  --mdc-checkbox-selected-hover-icon-color: #ff8a50;
  --mdc-checkbox-selected-icon-color: #ff8a50;
  --mdc-checkbox-selected-pressed-icon-color: #ff8a50;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff8a50;
  --mdc-checkbox-selected-hover-state-layer-color: #ff8a50;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff8a50;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-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--activated .mdc-list-item__primary-text {
  color: #004c8c;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #004c8c;
}

.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 {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.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 {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --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;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #004c8c;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #004c8c;
  --mat-tab-header-active-ripple-color: #004c8c;
  --mat-tab-header-inactive-ripple-color: #004c8c;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #004c8c;
  --mat-tab-header-active-hover-label-text-color: #004c8c;
  --mat-tab-header-active-focus-indicator-color: #004c8c;
  --mat-tab-header-active-hover-indicator-color: #004c8c;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ff8a50;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ff8a50;
  --mat-tab-header-active-ripple-color: #ff8a50;
  --mat-tab-header-inactive-ripple-color: #ff8a50;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff8a50;
  --mat-tab-header-active-hover-label-text-color: #ff8a50;
  --mat-tab-header-active-focus-indicator-color: #ff8a50;
  --mat-tab-header-active-hover-indicator-color: #ff8a50;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #004c8c;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ff8a50;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 400;
}

html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff8a50;
  --mdc-checkbox-selected-hover-icon-color: #ff8a50;
  --mdc-checkbox-selected-icon-color: #ff8a50;
  --mdc-checkbox-selected-pressed-icon-color: #ff8a50;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff8a50;
  --mdc-checkbox-selected-hover-state-layer-color: #ff8a50;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff8a50;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #004c8c;
  --mdc-checkbox-selected-hover-icon-color: #004c8c;
  --mdc-checkbox-selected-icon-color: #004c8c;
  --mdc-checkbox-selected-pressed-icon-color: #004c8c;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #004c8c;
  --mdc-checkbox-selected-hover-state-layer-color: #004c8c;
  --mdc-checkbox-selected-pressed-state-layer-color: #004c8c;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-font: Roboto, sans-serif;
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: 0.0178571429em;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #004c8c;
  --mat-text-button-state-layer-color: #004c8c;
  --mat-text-button-ripple-color: rgba(0, 76, 140, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff8a50;
  --mat-text-button-state-layer-color: #ff8a50;
  --mat-text-button-ripple-color: rgba(255, 138, 80, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #004c8c;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff8a50;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #004c8c;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff8a50;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #004c8c;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #004c8c;
  --mat-outlined-button-ripple-color: rgba(0, 76, 140, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff8a50;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ff8a50;
  --mat-outlined-button-ripple-color: rgba(255, 138, 80, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}

html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 400;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 400;
  --mdc-filled-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 400;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 400;
  --mdc-protected-button-label-text-transform: none;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #004c8c;
  --mat-icon-button-state-layer-color: #004c8c;
  --mat-icon-button-ripple-color: rgba(0, 76, 140, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff8a50;
  --mat-icon-button-state-layer-color: #ff8a50;
  --mat-icon-button-ripple-color: rgba(255, 138, 80, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-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;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #004c8c;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #ff8a50;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #004c8c;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #ff8a50;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}

html {
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 400;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #ff8a50;
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --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);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --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;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #004c8c;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff8a50;
}
html .mat-warn {
  --mdc-circular-progress-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;
  --mat-badge-background-color: #004c8c;
  --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: #ff8a50;
  --mat-badge-text-color: white;
}

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

html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --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;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 24px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: 0.03125em;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 24px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: 0.03125em;
  --mat-standard-button-toggle-label-text-weight: 400;
  --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);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #004c8c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 76, 140, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 76, 140, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 76, 140, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #004c8c;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 76, 140, 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: #46a35e;
  --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: #ff8a50;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 138, 80, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 138, 80, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 138, 80, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 138, 80, 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: #46a35e;
}
.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: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ff8a50;
}
.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;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-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: 400;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 400;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --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);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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;
  --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;
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #004c8c;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ff8a50;
}
.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;
  --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);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #004c8c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #004c8c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #004c8c;
  --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: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff8a50;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff8a50;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff8a50;
  --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: #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;
  --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;
  --mat-sort-arrow-color: #757575;
  --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: #004c8c;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff8a50;
  --mat-toolbar-container-text-color: white;
}
.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;
  --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;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}

.input-parent {
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
}

.mat-mdc-header-row.background-primary {
  background-color: #004c8c;
  color: #000000;
}

.background-primary {
  background-color: #004c8c;
  color: #ffffff;
}
.background-primary.mat-mdc-header-row {
  background-color: #004c8c;
}
.background-primary.mat-mdc-header-row .mdc-data-table__header-cell,
.background-primary.mat-mdc-header-row .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input,
.background-primary.mat-mdc-header-row .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #ffffff;
}
.background-primary.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .background-primary.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch, .background-primary.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #ffffff;
}
.background-primary.mat-mdc-header-row .mat-mdc-select-arrow,
.background-primary.mat-mdc-header-row .mat-mdc-select-value {
  color: #ffffff;
}

.background-accent {
  background-color: #ff8a50;
  color: #ffffff;
}
.background-accent.mat-mdc-header-row {
  background-color: #ff8a50;
}
.background-accent.mat-mdc-header-row .mdc-data-table__header-cell,
.background-accent.mat-mdc-header-row .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input,
.background-accent.mat-mdc-header-row .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #ffffff;
}
.background-accent.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .background-accent.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch, .background-accent.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #ffffff;
}
.background-accent.mat-mdc-header-row .mat-mdc-select-arrow,
.background-accent.mat-mdc-header-row .mat-mdc-select-value {
  color: #ffffff;
}

.background-warn {
  background-color: #f44336;
  color: #ffffff;
}
.background-warn.mat-mdc-header-row {
  background-color: #f44336;
}
.background-warn.mat-mdc-header-row .mdc-data-table__header-cell,
.background-warn.mat-mdc-header-row .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input,
.background-warn.mat-mdc-header-row .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #ffffff;
}
.background-warn.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .background-warn.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch, .background-warn.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #ffffff;
}
.background-warn.mat-mdc-header-row .mat-mdc-select-arrow,
.background-warn.mat-mdc-header-row .mat-mdc-select-value {
  color: #ffffff;
}

.background-grey {
  background-color: #e0e0e0;
}

.bg-color-primary {
  background-color: #004c8c;
}

.color-primary {
  color: #004c8c;
}

.color-accent {
  color: #ff8a50;
}

.color-warn {
  color: #f44336;
}

.color-grey {
  color: #e0e0e0;
}

.color-light-grey {
  color: #bdbdbd;
}

.border-grey {
  border-color: #e0e0e0;
}

.border-primary {
  border-color: #004c8c;
}

.border-accent {
  border-color: #ff8a50;
}

.border-warn {
  border-color: #f44336;
}

.gradient-primary {
  background: linear-gradient(to right, #004c8c, #007bff, #87ceeb); /* Gradient from blue to light blue */
}

.gradient-warn {
  background: linear-gradient(to right, #f44336, rgba(243, 81, 97, 0.76)); /* Gradient from blue to light blue */
}

.button__big-text {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
}
.button__big-text .mdc-button__label {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
}

.mini-card {
  width: 100%;
  padding: 0.5rem; /* 8px */
  color: rgb(75, 85, 99);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.rounded.mat-mdc-outlined-button, .rounded.mat-mdc-raised-button {
  border-radius: 14px !important;
}

.mat-mdc-raised-button.mat-accent > .mdc-button__label,
.mat-mdc-unelevated-button.mat-accent > .mdc-button__label {
  color: white;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: currentColor;
}
.mat-mdc-outlined-button.mat-primary, .mat-mdc-outlined-button.mat-accent, .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-outline-color: currentColor;
}

.mat-mdc-standard-chip {
  --mdc-chip-label-text-color: #fff;
}
.mat-mdc-standard-chip.mat-primary {
  --mdc-chip-elevated-container-color: #004c8c;
}
.mat-mdc-standard-chip.mat-accent {
  --mdc-chip-elevated-container-color: #ff8a50;
}
.mat-mdc-standard-chip.mat-warn {
  --mdc-chip-elevated-container-color: #f44336;
}

.ngsl-vertical-menu-menu .mat-mdc-list-item-unscoped-content {
  display: flex;
  align-items: center;
}
.ngsl-vertical-menu-menu .mdc-list-item {
  color: white;
  cursor: pointer;
}
.ngsl-vertical-menu-menu .mdc-list-item:hover {
  background: rgba(0, 0, 0, 0.12);
  color: white;
}
.ngsl-vertical-menu-menu .mdc-list-item:hover .mdc-list-item__primary-text {
  color: white;
}
.ngsl-vertical-menu-menu .mdc-list-item .mat-mdc-list-item-unscoped-content.mdc-list-item__primary-text {
  color: white;
}
.ngsl-vertical-menu-menu .mdc-list-item.nav-selected {
  background: rgba(0, 0, 0, 0.12);
  border-left: solid #ff8a50;
  color: white !important;
}
.ngsl-vertical-menu-dropdown-menu {
  background: #004c8c;
  color: white;
}
.ngsl-vertical-menu-dropdown-menu .ngsl-vertical-menu-dropdown-menu-title {
  height: 47px;
  padding-top: 8px;
  color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngsl-vertical-menu-dropdown-menu button,
.ngsl-vertical-menu-dropdown-menu .mat-icon {
  color: white;
}
.ngsl-vertical-menu-dropdown-menu button {
  border-left: 3px solid transparent;
}
.ngsl-vertical-menu-dropdown-menu button:hover, .ngsl-vertical-menu-dropdown-menu button:focus {
  background: rgba(0, 0, 0, 0.12) !important;
  color: white !important;
}
.ngsl-vertical-menu-dropdown-menu button.nav-selected {
  border-color: #ff8a50;
  background: rgba(0, 0, 0, 0.12);
  color: white;
}

.ngsl-page .ngsl-sidenav-toolbar {
  background: #004c8c;
  color: white;
}
.ngsl-page > .mat-drawer-container > .mat-sidenav {
  background: #004c8c;
}
.ngsl-page > .mat-drawer-container > .mat-sidenav-content {
  background: whitesmoke;
}
.ngsl-page > .mat-drawer-container .ngsl-page-toolbar.mat-toolbar {
  background: whitesmoke;
}

.ngx-datatable .visible .datatable-header datatable-header-cell .datatable-header-cell-template-wrap {
  height: 100%;
}
.ngx-datatable .visible .actions-header-cell {
  height: 100%;
}
.ngx-datatable .visible .datatable-body-cell-label {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.ngx-datatable .visible [mat-icon-button].mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 28px; /* уменьшаем размер кнопки */
  padding: calc((var(--mdc-icon-button-state-layer-size, 48px) - var(--mdc-icon-button-icon-size, 24px)) / 2); /* перебиваем отступы, заданные в другом месте */
  display: inline-flex;
  justify-self: center;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.ngx-datatable .visible [mat-icon-button].mat-mdc-button-base .mat-mdc-button-touch-target {
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
}

.mat-mdc-snack-bar-label.mdc-snackbar__label {
  text-align: center;
}

ecr-version-compare ecr-status-show {
  width: 24px;
}

.sfr-theme {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #00897b;
  --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-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6d00;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6d00;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-option-label-text-line-height: 20px;
  --mat-option-label-text-size: 14px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-optgroup-label-text-line-height: 20px;
  --mat-optgroup-label-text-size: 14px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-title-text-font: Roboto,Helvetica Neue,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,Helvetica Neue,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;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-plain-tooltip-supporting-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #00897b;
  --mdc-filled-text-field-focus-active-indicator-color: #00897b;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 137, 123, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #d32f2f;
  --mdc-filled-text-field-error-focus-label-text-color: #d32f2f;
  --mdc-filled-text-field-error-label-text-color: #d32f2f;
  --mdc-filled-text-field-error-caret-color: #d32f2f;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #d32f2f;
  --mdc-filled-text-field-error-focus-active-indicator-color: #d32f2f;
  --mdc-filled-text-field-error-hover-active-indicator-color: #d32f2f;
  --mdc-outlined-text-field-caret-color: #00897b;
  --mdc-outlined-text-field-focus-outline-color: #00897b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 137, 123, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #d32f2f;
  --mdc-outlined-text-field-error-focus-label-text-color: #d32f2f;
  --mdc-outlined-text-field-error-label-text-color: #d32f2f;
  --mdc-outlined-text-field-error-hover-label-text-color: #d32f2f;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #d32f2f;
  --mdc-outlined-text-field-error-hover-outline-color: #d32f2f;
  --mdc-outlined-text-field-error-outline-color: #d32f2f;
  --mat-form-field-focus-select-arrow-color: rgba(0, 137, 123, 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-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;
  --mdc-filled-text-field-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-filled-text-field-label-text-size: 14px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-outlined-text-field-label-text-size: 14px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-form-field-container-text-line-height: 20px;
  --mat-form-field-container-text-size: 14px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 14px;
  --mat-form-field-subscript-text-font: Roboto,Helvetica Neue,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-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);
  --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(0, 137, 123, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 47, 47, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-select-trigger-text-line-height: 20px;
  --mat-select-trigger-text-size: 14px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --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);
  --mat-autocomplete-background-color: white;
  --mdc-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);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --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;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-dialog-subhead-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-dialog-supporting-text-line-height: 20px;
  --mdc-dialog-supporting-text-size: 14px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #00897b;
  --mdc-switch-selected-handle-color: #00897b;
  --mdc-switch-selected-hover-state-layer-color: #00897b;
  --mdc-switch-selected-pressed-state-layer-color: #00897b;
  --mdc-switch-selected-focus-handle-color: #004d40;
  --mdc-switch-selected-hover-handle-color: #004d40;
  --mdc-switch-selected-pressed-handle-color: #004d40;
  --mdc-switch-selected-focus-track-color: #4db6ac;
  --mdc-switch-selected-hover-track-color: #4db6ac;
  --mdc-switch-selected-pressed-track-color: #4db6ac;
  --mdc-switch-selected-track-color: #4db6ac;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #00897b;
  --mdc-slider-focus-handle-color: #00897b;
  --mdc-slider-hover-handle-color: #00897b;
  --mdc-slider-active-track-color: #00897b;
  --mdc-slider-inactive-track-color: #00897b;
  --mdc-slider-with-tick-marks-inactive-container-color: #00897b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #00897b;
  --mat-slider-hover-state-layer-color: rgba(0, 137, 123, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 137, 123, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mdc-slider-label-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
  --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-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);
  --mat-menu-item-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-menu-item-label-text-size: 14px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 20px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mdc-list-list-item-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-list-list-item-label-text-line-height: 20px;
  --mdc-list-list-item-label-text-size: 14px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 24px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 500;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-container-text-font: Roboto,Helvetica Neue,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;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ff6d00;
  --mdc-checkbox-selected-hover-icon-color: #ff6d00;
  --mdc-checkbox-selected-icon-color: #ff6d00;
  --mdc-checkbox-selected-pressed-icon-color: #ff6d00;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff6d00;
  --mdc-checkbox-selected-hover-state-layer-color: #ff6d00;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff6d00;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-text-button-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: 0.0892857143em;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: 0.0892857143em;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: 0.0892857143em;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: 0.0892857143em;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-extended-fab-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #ff6d00;
  --mdc-snackbar-supporting-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-snackbar-supporting-text-line-height: 24px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 500;
  --mat-table-row-item-outline-width: 1px;
  --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);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Roboto,Helvetica Neue,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,Helvetica Neue,sans-serif;
  --mat-table-row-item-label-text-line-height: 24px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 500;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-table-footer-supporting-text-line-height: 24px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 500;
  --mat-table-footer-supporting-text-tracking: normal;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #00897b;
  --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;
  --mat-badge-background-color: #00897b;
  --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-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-bottom-sheet-container-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-bottom-sheet-container-text-line-height: 24px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 500;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 20px;
  --mat-legacy-button-toggle-label-text-size: 14px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 20px;
  --mat-standard-button-toggle-label-text-size: 14px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --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);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #00897b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 137, 123, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 137, 123, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 137, 123, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #00897b;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 137, 123, 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: #46a35e;
  --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-calendar-text-font: Roboto,Helvetica Neue,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;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --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);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font: Roboto,Helvetica Neue,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,Helvetica Neue,sans-serif;
  --mat-expansion-container-text-line-height: 24px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 500;
  --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;
  --mat-icon-color: inherit;
  --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;
  --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);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #00897b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #00897b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #00897b;
  --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;
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-stepper-header-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Roboto,Helvetica Neue,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;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 500;
}
.sfr-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #ff6d00;
  --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);
}
.sfr-theme .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);
}
.sfr-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #00897b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #00897b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.sfr-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6d00;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6d00;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.sfr-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #d32f2f;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #d32f2f;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.sfr-theme .mat-elevation-z0, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z1, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z2, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z3, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z4, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z5, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z6, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z7, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z8, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z9, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z10, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z11, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z12, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z13, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z14, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z15, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z16, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z17, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z18, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z19, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z20, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z21, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z22, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z23, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.sfr-theme .mat-elevation-z24, .sfr-theme .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.sfr-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #00897b;
  --mdc-linear-progress-track-color: rgba(0, 137, 123, 0.25);
}
.sfr-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff6d00;
  --mdc-linear-progress-track-color: rgba(255, 109, 0, 0.25);
}
.sfr-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #d32f2f;
  --mdc-linear-progress-track-color: rgba(211, 47, 47, 0.25);
}
.sfr-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ff6d00;
  --mdc-filled-text-field-focus-active-indicator-color: #ff6d00;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 109, 0, 0.87);
  --mdc-outlined-text-field-caret-color: #ff6d00;
  --mdc-outlined-text-field-focus-outline-color: #ff6d00;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 109, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 109, 0, 0.87);
}
.sfr-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #d32f2f;
  --mdc-filled-text-field-focus-active-indicator-color: #d32f2f;
  --mdc-filled-text-field-focus-label-text-color: rgba(211, 47, 47, 0.87);
  --mdc-outlined-text-field-caret-color: #d32f2f;
  --mdc-outlined-text-field-focus-outline-color: #d32f2f;
  --mdc-outlined-text-field-focus-label-text-color: rgba(211, 47, 47, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(211, 47, 47, 0.87);
}
.sfr-theme .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, 109, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 47, 47, 0.87);
}
.sfr-theme .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);
}
.sfr-theme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.sfr-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .sfr-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #00897b;
  --mdc-chip-elevated-selected-container-color: #00897b;
  --mdc-chip-elevated-disabled-container-color: #00897b;
  --mdc-chip-flat-disabled-selected-container-color: #00897b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.sfr-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .sfr-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #ff6d00;
  --mdc-chip-elevated-selected-container-color: #ff6d00;
  --mdc-chip-elevated-disabled-container-color: #ff6d00;
  --mdc-chip-flat-disabled-selected-container-color: #ff6d00;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.sfr-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .sfr-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #d32f2f;
  --mdc-chip-elevated-selected-container-color: #d32f2f;
  --mdc-chip-elevated-disabled-container-color: #d32f2f;
  --mdc-chip-flat-disabled-selected-container-color: #d32f2f;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.sfr-theme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.sfr-theme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-chip-label-text-line-height: 24px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 500;
}
.sfr-theme .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fb8c00;
  --mdc-switch-selected-handle-color: #fb8c00;
  --mdc-switch-selected-hover-state-layer-color: #fb8c00;
  --mdc-switch-selected-pressed-state-layer-color: #fb8c00;
  --mdc-switch-selected-focus-handle-color: #e65100;
  --mdc-switch-selected-hover-handle-color: #e65100;
  --mdc-switch-selected-pressed-handle-color: #e65100;
  --mdc-switch-selected-focus-track-color: #ffb74d;
  --mdc-switch-selected-hover-track-color: #ffb74d;
  --mdc-switch-selected-pressed-track-color: #ffb74d;
  --mdc-switch-selected-track-color: #ffb74d;
}
.sfr-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
.sfr-theme .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-form-field-label-text-line-height: 24px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 500;
}
.sfr-theme .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00897b;
  --mdc-radio-selected-hover-icon-color: #00897b;
  --mdc-radio-selected-icon-color: #00897b;
  --mdc-radio-selected-pressed-icon-color: #00897b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #00897b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.sfr-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff6d00;
  --mdc-radio-selected-hover-icon-color: #ff6d00;
  --mdc-radio-selected-icon-color: #ff6d00;
  --mdc-radio-selected-pressed-icon-color: #ff6d00;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ff6d00;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.sfr-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #d32f2f;
  --mdc-radio-selected-hover-icon-color: #d32f2f;
  --mdc-radio-selected-icon-color: #d32f2f;
  --mdc-radio-selected-pressed-icon-color: #d32f2f;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #d32f2f;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.sfr-theme .mat-mdc-radio-button {
  --mdc-form-field-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-form-field-label-text-line-height: 24px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 500;
}
.sfr-theme .mat-accent {
  --mat-slider-ripple-color: #ff6d00;
  --mat-slider-hover-state-layer-color: rgba(255, 109, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 109, 0, 0.2);
  --mdc-slider-handle-color: #ff6d00;
  --mdc-slider-focus-handle-color: #ff6d00;
  --mdc-slider-hover-handle-color: #ff6d00;
  --mdc-slider-active-track-color: #ff6d00;
  --mdc-slider-inactive-track-color: #ff6d00;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff6d00;
  --mdc-slider-with-tick-marks-active-container-color: black;
}
.sfr-theme .mat-warn {
  --mat-slider-ripple-color: #d32f2f;
  --mat-slider-hover-state-layer-color: rgba(211, 47, 47, 0.05);
  --mat-slider-focus-state-layer-color: rgba(211, 47, 47, 0.2);
  --mdc-slider-handle-color: #d32f2f;
  --mdc-slider-focus-handle-color: #d32f2f;
  --mdc-slider-hover-handle-color: #d32f2f;
  --mdc-slider-active-track-color: #d32f2f;
  --mdc-slider-inactive-track-color: #d32f2f;
  --mdc-slider-with-tick-marks-inactive-container-color: #d32f2f;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.sfr-theme .mdc-list-item__start,
.sfr-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #00897b;
  --mdc-radio-selected-hover-icon-color: #00897b;
  --mdc-radio-selected-icon-color: #00897b;
  --mdc-radio-selected-pressed-icon-color: #00897b;
}
.sfr-theme .mat-accent .mdc-list-item__start,
.sfr-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff6d00;
  --mdc-radio-selected-hover-icon-color: #ff6d00;
  --mdc-radio-selected-icon-color: #ff6d00;
  --mdc-radio-selected-pressed-icon-color: #ff6d00;
}
.sfr-theme .mat-warn .mdc-list-item__start,
.sfr-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #d32f2f;
  --mdc-radio-selected-hover-icon-color: #d32f2f;
  --mdc-radio-selected-icon-color: #d32f2f;
  --mdc-radio-selected-pressed-icon-color: #d32f2f;
}
.sfr-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #00897b;
  --mdc-checkbox-selected-hover-icon-color: #00897b;
  --mdc-checkbox-selected-icon-color: #00897b;
  --mdc-checkbox-selected-pressed-icon-color: #00897b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #00897b;
  --mdc-checkbox-selected-hover-state-layer-color: #00897b;
  --mdc-checkbox-selected-pressed-state-layer-color: #00897b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.sfr-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ff6d00;
  --mdc-checkbox-selected-hover-icon-color: #ff6d00;
  --mdc-checkbox-selected-icon-color: #ff6d00;
  --mdc-checkbox-selected-pressed-icon-color: #ff6d00;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff6d00;
  --mdc-checkbox-selected-hover-state-layer-color: #ff6d00;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff6d00;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.sfr-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #d32f2f;
  --mdc-checkbox-selected-hover-icon-color: #d32f2f;
  --mdc-checkbox-selected-icon-color: #d32f2f;
  --mdc-checkbox-selected-pressed-icon-color: #d32f2f;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d32f2f;
  --mdc-checkbox-selected-hover-state-layer-color: #d32f2f;
  --mdc-checkbox-selected-pressed-state-layer-color: #d32f2f;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.sfr-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.sfr-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #00897b;
}
.sfr-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.sfr-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #00897b;
}
.sfr-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.sfr-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.sfr-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.sfr-theme .mdc-list-item__start,
.sfr-theme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.sfr-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .sfr-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .sfr-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.sfr-theme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .sfr-theme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .sfr-theme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.sfr-theme .mdc-list-group__subheader {
  font: 400 16px / 28px Roboto,Helvetica Neue,sans-serif;
  letter-spacing: 0.009375em;
}
.sfr-theme .mat-mdc-tab-group, .sfr-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #00897b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #00897b;
  --mat-tab-header-active-ripple-color: #00897b;
  --mat-tab-header-inactive-ripple-color: #00897b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #00897b;
  --mat-tab-header-active-hover-label-text-color: #00897b;
  --mat-tab-header-active-focus-indicator-color: #00897b;
  --mat-tab-header-active-hover-indicator-color: #00897b;
}
.sfr-theme .mat-mdc-tab-group.mat-accent, .sfr-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ff6d00;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ff6d00;
  --mat-tab-header-active-ripple-color: #ff6d00;
  --mat-tab-header-inactive-ripple-color: #ff6d00;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff6d00;
  --mat-tab-header-active-hover-label-text-color: #ff6d00;
  --mat-tab-header-active-focus-indicator-color: #ff6d00;
  --mat-tab-header-active-hover-indicator-color: #ff6d00;
}
.sfr-theme .mat-mdc-tab-group.mat-warn, .sfr-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #d32f2f;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #d32f2f;
  --mat-tab-header-active-ripple-color: #d32f2f;
  --mat-tab-header-inactive-ripple-color: #d32f2f;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #d32f2f;
  --mat-tab-header-active-hover-label-text-color: #d32f2f;
  --mat-tab-header-active-focus-indicator-color: #d32f2f;
  --mat-tab-header-active-hover-indicator-color: #d32f2f;
}
.sfr-theme .mat-mdc-tab-group.mat-background-primary, .sfr-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #00897b;
  --mat-tab-header-with-background-foreground-color: white;
}
.sfr-theme .mat-mdc-tab-group.mat-background-accent, .sfr-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ff6d00;
  --mat-tab-header-with-background-foreground-color: black;
}
.sfr-theme .mat-mdc-tab-group.mat-background-warn, .sfr-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #d32f2f;
  --mat-tab-header-with-background-foreground-color: white;
}
.sfr-theme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500;
}
.sfr-theme .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #00897b;
  --mdc-checkbox-selected-hover-icon-color: #00897b;
  --mdc-checkbox-selected-icon-color: #00897b;
  --mdc-checkbox-selected-pressed-icon-color: #00897b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #00897b;
  --mdc-checkbox-selected-hover-state-layer-color: #00897b;
  --mdc-checkbox-selected-pressed-state-layer-color: #00897b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.sfr-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #d32f2f;
  --mdc-checkbox-selected-hover-icon-color: #d32f2f;
  --mdc-checkbox-selected-icon-color: #d32f2f;
  --mdc-checkbox-selected-pressed-icon-color: #d32f2f;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d32f2f;
  --mdc-checkbox-selected-hover-state-layer-color: #d32f2f;
  --mdc-checkbox-selected-pressed-state-layer-color: #d32f2f;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.sfr-theme .mat-mdc-checkbox {
  --mdc-form-field-label-text-font: Roboto,Helvetica Neue,sans-serif;
  --mdc-form-field-label-text-line-height: 24px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 500;
}
.sfr-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #00897b;
  --mat-text-button-state-layer-color: #00897b;
  --mat-text-button-ripple-color: rgba(0, 137, 123, 0.1);
}
.sfr-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff6d00;
  --mat-text-button-state-layer-color: #ff6d00;
  --mat-text-button-ripple-color: rgba(255, 109, 0, 0.1);
}
.sfr-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #d32f2f;
  --mat-text-button-state-layer-color: #d32f2f;
  --mat-text-button-ripple-color: rgba(211, 47, 47, 0.1);
}
.sfr-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #00897b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.sfr-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff6d00;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.sfr-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #d32f2f;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.sfr-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #00897b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.sfr-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff6d00;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.sfr-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #d32f2f;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.sfr-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #00897b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #00897b;
  --mat-outlined-button-ripple-color: rgba(0, 137, 123, 0.1);
}
.sfr-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff6d00;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ff6d00;
  --mat-outlined-button-ripple-color: rgba(255, 109, 0, 0.1);
}
.sfr-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #d32f2f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #d32f2f;
  --mat-outlined-button-ripple-color: rgba(211, 47, 47, 0.1);
}
.sfr-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #00897b;
  --mat-icon-button-state-layer-color: #00897b;
  --mat-icon-button-ripple-color: rgba(0, 137, 123, 0.1);
}
.sfr-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff6d00;
  --mat-icon-button-state-layer-color: #ff6d00;
  --mat-icon-button-ripple-color: rgba(255, 109, 0, 0.1);
}
.sfr-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #d32f2f;
  --mat-icon-button-state-layer-color: #d32f2f;
  --mat-icon-button-ripple-color: rgba(211, 47, 47, 0.1);
}
.sfr-theme .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
.sfr-theme .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #00897b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.sfr-theme .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #ff6d00;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.sfr-theme .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #d32f2f;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.sfr-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #00897b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.sfr-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #ff6d00;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
.sfr-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #d32f2f;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.sfr-theme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff6d00;
}
.sfr-theme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #d32f2f;
}
.sfr-theme .mat-badge-accent {
  --mat-badge-background-color: #ff6d00;
  --mat-badge-text-color: black;
}
.sfr-theme .mat-badge-warn {
  --mat-badge-background-color: #d32f2f;
  --mat-badge-text-color: white;
}
.sfr-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff6d00;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 109, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 109, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 109, 0, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 109, 0, 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: #46a35e;
}
.sfr-theme .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: #46a35e;
}
.sfr-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ff6d00;
}
.sfr-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #d32f2f;
}
.sfr-theme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.sfr-theme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.sfr-theme .mat-icon.mat-primary {
  --mat-icon-color: #00897b;
}
.sfr-theme .mat-icon.mat-accent {
  --mat-icon-color: #ff6d00;
}
.sfr-theme .mat-icon.mat-warn {
  --mat-icon-color: #d32f2f;
}
.sfr-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #ff6d00;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #ff6d00;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #ff6d00;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.sfr-theme .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;
}
.sfr-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #00897b;
  --mat-toolbar-container-text-color: white;
}
.sfr-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff6d00;
  --mat-toolbar-container-text-color: black;
}
.sfr-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #d32f2f;
  --mat-toolbar-container-text-color: white;
}
.sfr-theme .input-parent {
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
}
.sfr-theme .mat-mdc-header-row.background-primary {
  background-color: #00897b;
  color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-primary {
  background-color: #00897b;
  color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-primary.mat-mdc-header-row {
  background-color: #00897b;
}
.sfr-theme .background-primary.mat-mdc-header-row .mdc-data-table__header-cell,
.sfr-theme .background-primary.mat-mdc-header-row .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input,
.sfr-theme .background-primary.mat-mdc-header-row .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-primary.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .sfr-theme .background-primary.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch, .sfr-theme .background-primary.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-primary.mat-mdc-header-row .mat-mdc-select-arrow,
.sfr-theme .background-primary.mat-mdc-header-row .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-accent {
  background-color: #ff6d00;
  color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-accent.mat-mdc-header-row {
  background-color: #ff6d00;
}
.sfr-theme .background-accent.mat-mdc-header-row .mdc-data-table__header-cell,
.sfr-theme .background-accent.mat-mdc-header-row .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input,
.sfr-theme .background-accent.mat-mdc-header-row .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-accent.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .sfr-theme .background-accent.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch, .sfr-theme .background-accent.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-accent.mat-mdc-header-row .mat-mdc-select-arrow,
.sfr-theme .background-accent.mat-mdc-header-row .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-warn {
  background-color: #d32f2f;
  color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-warn.mat-mdc-header-row {
  background-color: #d32f2f;
}
.sfr-theme .background-warn.mat-mdc-header-row .mdc-data-table__header-cell,
.sfr-theme .background-warn.mat-mdc-header-row .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input,
.sfr-theme .background-warn.mat-mdc-header-row .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-warn.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .sfr-theme .background-warn.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__notch, .sfr-theme .background-warn.mat-mdc-header-row .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-warn.mat-mdc-header-row .mat-mdc-select-arrow,
.sfr-theme .background-warn.mat-mdc-header-row .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.sfr-theme .background-grey {
  background-color: #616161;
}
.sfr-theme .bg-color-primary {
  background-color: #00897b;
}
.sfr-theme .color-primary {
  color: #00897b;
}
.sfr-theme .color-accent {
  color: #ff6d00;
}
.sfr-theme .color-warn {
  color: #d32f2f;
}
.sfr-theme .color-grey {
  color: #616161;
}
.sfr-theme .color-light-grey {
  color: #bdbdbd;
}
.sfr-theme .border-grey {
  border-color: #616161;
}
.sfr-theme .border-primary {
  border-color: #00897b;
}
.sfr-theme .border-accent {
  border-color: #ff6d00;
}
.sfr-theme .border-warn {
  border-color: #d32f2f;
}
.sfr-theme .button__big-text {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
}
.sfr-theme .button__big-text .mdc-button__label {
  font-size: 1.875rem; /* 30px */
  line-height: 2.25rem; /* 36px */
}
.sfr-theme .rounded.mat-mdc-outlined-button, .sfr-theme .rounded.mat-mdc-raised-button {
  border-radius: 14px !important;
}
.sfr-theme .mat-mdc-raised-button.mat-accent > .mdc-button__label,
.sfr-theme .mat-mdc-unelevated-button.mat-accent > .mdc-button__label {
  color: white;
}
.sfr-theme .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: currentColor;
}
.sfr-theme .mat-mdc-outlined-button.mat-primary, .sfr-theme .mat-mdc-outlined-button.mat-accent, .sfr-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-outline-color: currentColor;
}
.sfr-theme .mat-mdc-standard-chip {
  --mdc-chip-label-text-color: #fff;
}
.sfr-theme .mat-mdc-standard-chip.mat-primary {
  --mdc-chip-elevated-container-color: #00897b;
}
.sfr-theme .mat-mdc-standard-chip.mat-accent {
  --mdc-chip-elevated-container-color: #ff6d00;
}
.sfr-theme .mat-mdc-standard-chip.mat-warn {
  --mdc-chip-elevated-container-color: #d32f2f;
}
.sfr-theme .ngsl-vertical-menu-menu .mat-mdc-list-item-unscoped-content {
  display: flex;
  align-items: center;
}
.sfr-theme .ngsl-vertical-menu-menu .mdc-list-item {
  color: white;
  cursor: pointer;
}
.sfr-theme .ngsl-vertical-menu-menu .mdc-list-item:hover {
  background: rgba(0, 0, 0, 0.12);
  color: white;
}
.sfr-theme .ngsl-vertical-menu-menu .mdc-list-item:hover .mdc-list-item__primary-text {
  color: white;
}
.sfr-theme .ngsl-vertical-menu-menu .mdc-list-item .mat-mdc-list-item-unscoped-content.mdc-list-item__primary-text {
  color: white;
}
.sfr-theme .ngsl-vertical-menu-menu .mdc-list-item.nav-selected {
  background: rgba(0, 0, 0, 0.12);
  border-left: solid #ff6d00;
  color: white !important;
}
.sfr-theme .ngsl-vertical-menu-dropdown-menu {
  background: #424242;
  color: white;
}
.sfr-theme .ngsl-vertical-menu-dropdown-menu .ngsl-vertical-menu-dropdown-menu-title {
  height: 47px;
  padding-top: 8px;
  color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sfr-theme .ngsl-vertical-menu-dropdown-menu button,
.sfr-theme .ngsl-vertical-menu-dropdown-menu .mat-icon {
  color: white;
}
.sfr-theme .ngsl-vertical-menu-dropdown-menu button {
  border-left: 3px solid transparent;
}
.sfr-theme .ngsl-vertical-menu-dropdown-menu button:hover, .sfr-theme .ngsl-vertical-menu-dropdown-menu button:focus {
  background: rgba(0, 0, 0, 0.12) !important;
  color: white !important;
}
.sfr-theme .ngsl-vertical-menu-dropdown-menu button.nav-selected {
  border-color: #ff6d00;
  background: rgba(0, 0, 0, 0.12);
  color: white;
}
.sfr-theme .ngsl-page .ngsl-sidenav-toolbar {
  background: #424242;
  color: white;
}
.sfr-theme .ngsl-page > .mat-drawer-container > .mat-sidenav {
  background: #424242;
}
.sfr-theme .ngsl-page > .mat-drawer-container > .mat-sidenav-content {
  background: whitesmoke;
}
.sfr-theme .ngsl-page > .mat-drawer-container .ngsl-page-toolbar.mat-toolbar {
  background: whitesmoke;
}
.sfr-theme .ngx-datatable .visible .datatable-header datatable-header-cell .datatable-header-cell-template-wrap {
  height: 100%;
}
.sfr-theme .ngx-datatable .visible .actions-header-cell {
  height: 100%;
}
.sfr-theme .ngx-datatable .visible .datatable-body-cell-label {
  display: flex;
  align-items: center;
  flex-basis: 100%;
}
.sfr-theme .ngx-datatable .visible [mat-icon-button].mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 28px; /* уменьшаем размер кнопки */
  padding: calc((var(--mdc-icon-button-state-layer-size, 48px) - var(--mdc-icon-button-icon-size, 24px)) / 2); /* перебиваем отступы, заданные в другом месте */
  display: inline-flex;
  justify-self: center;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.sfr-theme .ngx-datatable .visible [mat-icon-button].mat-mdc-button-base .mat-mdc-button-touch-target {
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
}
.sfr-theme .mat-mdc-snack-bar-label.mdc-snackbar__label {
  text-align: center;
}
.sfr-theme ecr-version-compare ecr-status-show {
  width: 24px;
}

/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.mat-tab-body-wrapper {
  flex-grow: 1;
  overflow: visible !important;
}

/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.mat-tab-group-sm {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
}
.mat-tab-group-sm .mat-tab-labels {
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
}
.mat-tab-group-sm .mat-tab-labels .mat-tab-label[role^=tab] {
  min-width: 72px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/

/* Override default control style */
.mapbox-gl-draw_ctrl-bottom-left,
.mapbox-gl-draw_ctrl-top-left {
  margin-left:0;
  border-radius:0 4px 4px 0;
}
.mapbox-gl-draw_ctrl-top-right,
.mapbox-gl-draw_ctrl-bottom-right {
  margin-right:0;
  border-radius:4px 0 0 4px;
}

.mapbox-gl-draw_ctrl-draw-btn {
  border-color:rgba(0,0,0,0.9);
  color:rgba(255,255,255,0.5);
  width:30px;
  height:30px;
}

.mapbox-gl-draw_ctrl-draw-btn.active,
.mapbox-gl-draw_ctrl-draw-btn.active:hover {
  background-color:rgb(0 0 0/5%);
}
.mapbox-gl-draw_ctrl-draw-btn {
  background-repeat: no-repeat;
  background-position: center;
}

.mapbox-gl-draw_point {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m10 2c-3.3 0-6 2.7-6 6s6 9 6 9 6-5.7 6-9-2.7-6-6-6zm0 2c2.1 0 3.8 1.7 3.8 3.8 0 1.5-1.8 3.9-2.9 5.2h-1.7c-1.1-1.4-2.9-3.8-2.9-5.2-.1-2.1 1.6-3.8 3.7-3.8z"/>%3C/svg>');
}
.mapbox-gl-draw_polygon {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m15 12.3v-4.6c.6-.3 1-1 1-1.7 0-1.1-.9-2-2-2-.7 0-1.4.4-1.7 1h-4.6c-.3-.6-1-1-1.7-1-1.1 0-2 .9-2 2 0 .7.4 1.4 1 1.7v4.6c-.6.3-1 1-1 1.7 0 1.1.9 2 2 2 .7 0 1.4-.4 1.7-1h4.6c.3.6 1 1 1.7 1 1.1 0 2-.9 2-2 0-.7-.4-1.4-1-1.7zm-8-.3v-4l1-1h4l1 1v4l-1 1h-4z"/>%3C/svg>');
}
.mapbox-gl-draw_line {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m13.5 3.5c-1.4 0-2.5 1.1-2.5 2.5 0 .3 0 .6.2.9l-3.8 3.8c-.3-.1-.6-.2-.9-.2-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5c0-.3 0-.6-.2-.9l3.8-3.8c.3.1.6.2.9.2 1.4 0 2.5-1.1 2.5-2.5s-1.1-2.5-2.5-2.5z"/>%3C/svg>');
}
.mapbox-gl-draw_trash {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M10,3.4 c-0.8,0-1.5,0.5-1.8,1.2H5l-1,1v1h12v-1l-1-1h-3.2C11.5,3.9,10.8,3.4,10,3.4z M5,8v7c0,1,1,2,2,2h6c1,0,2-1,2-2V8h-2v5.5h-1.5V8h-3 v5.5H7V8H5z"/>%3C/svg>');
}
.mapbox-gl-draw_uncombine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="m12 2c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm4 4c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l1 1c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-1-1c-.2-.2-.4-.3-.7-.3zm-7 1c-1 0-1 1-.5 1.5.3.3 1 1 1 1l-1 1s-.5.5 0 1 1 0 1 0l1-1 1 1c.5.5 1.5.5 1.5-.5v-4zm-5 3c-.3 0-.5.1-.7.3l-1 1c-.4.4-.4 1 0 1.4l4.9 4.9c.4.4 1 .4 1.4 0l1-1c.4-.4.4-1 0-1.4l-4.9-4.9c-.1-.2-.4-.3-.7-.3z"/>%3C/svg>');
}
.mapbox-gl-draw_combine {
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20">%3Cpath d="M12.1,2c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l4.9,4.9c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-4.9-4.9C12.6,2.1,12.3,2,12.1,2z M8,8C7,8,7,9,7.5,9.5c0.3,0.3,1,1,1,1l-1,1c0,0-0.5,0.5,0,1s1,0,1,0l1-1l1,1 C11,13,12,13,12,12V8H8z M4,10c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1c0.4-0.4,0.4-1,0-1.4 l-1-1C4.5,10.1,4.3,10,4,10z M8,14c-0.3,0-0.5,0.1-0.7,0.3l-1,1c-0.4,0.4-0.4,1,0,1.4l1,1c0.4,0.4,1,0.4,1.4,0l1-1 c0.4-0.4,0.4-1,0-1.4l-1-1C8.5,14.1,8.3,14,8,14z"/>%3C/svg>');
}

.mapboxgl-map.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: pointer;
}
.mapboxgl-map.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mouse-add .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: crosshair;
}
.mapboxgl-map.mouse-move.mode-direct_select .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -webkit-grab;
}
.mapboxgl-map.mode-direct_select.feature-vertex.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mode-direct_select.feature-midpoint.mouse-pointer .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: cell;
}
.mapboxgl-map.mode-direct_select.feature-feature.mouse-move .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: move;
}
.mapboxgl-map.mode-static.mouse-pointer  .mapboxgl-canvas-container.mapboxgl-interactive {
  cursor: grab;
  cursor: -webkit-grab;
}

.mapbox-gl-draw_boxselect {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,.1);
    border: 2px dotted #fff;
    opacity: 0.5;
}

