/** Mixin to create distinct classes for fab positions, e.g. ".mat-fab-position-bottom-right". */
/* stylelint-disable function-url-quotes, no-duplicate-selectors */
/*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*/
@-moz-document url-prefix() {
  [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%; } }
[mat-fab].mat-fab-position-bottom-right,
.mat-fab.mat-fab-position-bottom-right,
[mat-fab].mat-fab-bottom-right,
.mat-fab.mat-fab-bottom-right {
  top: auto;
  right: 20px;
  left: auto;
  bottom: 20px;
  position: absolute; }
html[dir='rtl'] [mat-fab].mat-fab-position-bottom-right, html[dir='rtl']
  .mat-fab.mat-fab-position-bottom-right, html[dir='rtl']
  [mat-fab].mat-fab-bottom-right, html[dir='rtl']
  .mat-fab.mat-fab-bottom-right {
    right: auto;
    unicode-bidi: embed; }
body[dir='rtl'] [mat-fab].mat-fab-position-bottom-right, body[dir='rtl']
  .mat-fab.mat-fab-position-bottom-right, body[dir='rtl']
  [mat-fab].mat-fab-bottom-right, body[dir='rtl']
  .mat-fab.mat-fab-bottom-right {
    right: auto;
    unicode-bidi: embed; }
[dir='rtl'] [mat-fab].mat-fab-position-bottom-right, [dir='rtl']
  .mat-fab.mat-fab-position-bottom-right, [dir='rtl']
  [mat-fab].mat-fab-bottom-right, [dir='rtl']
  .mat-fab.mat-fab-bottom-right {
    right: auto;
    unicode-bidi: embed; }
[mat-fab].mat-fab-position-bottom-right bdo[dir='rtl'],
  .mat-fab.mat-fab-position-bottom-right bdo[dir='rtl'],
  [mat-fab].mat-fab-bottom-right bdo[dir='rtl'],
  .mat-fab.mat-fab-bottom-right bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-bottom-right bdo[dir='ltr'],
  .mat-fab.mat-fab-position-bottom-right bdo[dir='ltr'],
  [mat-fab].mat-fab-bottom-right bdo[dir='ltr'],
  .mat-fab.mat-fab-bottom-right bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
html[dir='rtl'] [mat-fab].mat-fab-position-bottom-right, html[dir='rtl']
  .mat-fab.mat-fab-position-bottom-right, html[dir='rtl']
  [mat-fab].mat-fab-bottom-right, html[dir='rtl']
  .mat-fab.mat-fab-bottom-right {
    left: 20px;
    unicode-bidi: embed; }
body[dir='rtl'] [mat-fab].mat-fab-position-bottom-right, body[dir='rtl']
  .mat-fab.mat-fab-position-bottom-right, body[dir='rtl']
  [mat-fab].mat-fab-bottom-right, body[dir='rtl']
  .mat-fab.mat-fab-bottom-right {
    left: 20px;
    unicode-bidi: embed; }
[dir='rtl'] [mat-fab].mat-fab-position-bottom-right, [dir='rtl']
  .mat-fab.mat-fab-position-bottom-right, [dir='rtl']
  [mat-fab].mat-fab-bottom-right, [dir='rtl']
  .mat-fab.mat-fab-bottom-right {
    left: 20px;
    unicode-bidi: embed; }
[mat-fab].mat-fab-position-bottom-right bdo[dir='rtl'],
  .mat-fab.mat-fab-position-bottom-right bdo[dir='rtl'],
  [mat-fab].mat-fab-bottom-right bdo[dir='rtl'],
  .mat-fab.mat-fab-bottom-right bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-bottom-right bdo[dir='ltr'],
  .mat-fab.mat-fab-position-bottom-right bdo[dir='ltr'],
  [mat-fab].mat-fab-bottom-right bdo[dir='ltr'],
  .mat-fab.mat-fab-bottom-right bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-bottom-right.fixed,
  .mat-fab.mat-fab-position-bottom-right.fixed,
  [mat-fab].mat-fab-bottom-right.fixed,
  .mat-fab.mat-fab-bottom-right.fixed {
    position: fixed; }
[mat-fab].mat-fab-position-bottom-left,
.mat-fab.mat-fab-position-bottom-left,
[mat-fab].mat-fab-bottom-left,
.mat-fab.mat-fab-bottom-left {
  top: auto;
  right: auto;
  left: 20px;
  bottom: 20px;
  position: absolute; }
html[dir='rtl'] [mat-fab].mat-fab-position-bottom-left, html[dir='rtl']
  .mat-fab.mat-fab-position-bottom-left, html[dir='rtl']
  [mat-fab].mat-fab-bottom-left, html[dir='rtl']
  .mat-fab.mat-fab-bottom-left {
    right: 20px;
    unicode-bidi: embed; }
body[dir='rtl'] [mat-fab].mat-fab-position-bottom-left, body[dir='rtl']
  .mat-fab.mat-fab-position-bottom-left, body[dir='rtl']
  [mat-fab].mat-fab-bottom-left, body[dir='rtl']
  .mat-fab.mat-fab-bottom-left {
    right: 20px;
    unicode-bidi: embed; }
[dir='rtl'] [mat-fab].mat-fab-position-bottom-left, [dir='rtl']
  .mat-fab.mat-fab-position-bottom-left, [dir='rtl']
  [mat-fab].mat-fab-bottom-left, [dir='rtl']
  .mat-fab.mat-fab-bottom-left {
    right: 20px;
    unicode-bidi: embed; }
[mat-fab].mat-fab-position-bottom-left bdo[dir='rtl'],
  .mat-fab.mat-fab-position-bottom-left bdo[dir='rtl'],
  [mat-fab].mat-fab-bottom-left bdo[dir='rtl'],
  .mat-fab.mat-fab-bottom-left bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-bottom-left bdo[dir='ltr'],
  .mat-fab.mat-fab-position-bottom-left bdo[dir='ltr'],
  [mat-fab].mat-fab-bottom-left bdo[dir='ltr'],
  .mat-fab.mat-fab-bottom-left bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
html[dir='rtl'] [mat-fab].mat-fab-position-bottom-left, html[dir='rtl']
  .mat-fab.mat-fab-position-bottom-left, html[dir='rtl']
  [mat-fab].mat-fab-bottom-left, html[dir='rtl']
  .mat-fab.mat-fab-bottom-left {
    left: auto;
    unicode-bidi: embed; }
body[dir='rtl'] [mat-fab].mat-fab-position-bottom-left, body[dir='rtl']
  .mat-fab.mat-fab-position-bottom-left, body[dir='rtl']
  [mat-fab].mat-fab-bottom-left, body[dir='rtl']
  .mat-fab.mat-fab-bottom-left {
    left: auto;
    unicode-bidi: embed; }
[dir='rtl'] [mat-fab].mat-fab-position-bottom-left, [dir='rtl']
  .mat-fab.mat-fab-position-bottom-left, [dir='rtl']
  [mat-fab].mat-fab-bottom-left, [dir='rtl']
  .mat-fab.mat-fab-bottom-left {
    left: auto;
    unicode-bidi: embed; }
[mat-fab].mat-fab-position-bottom-left bdo[dir='rtl'],
  .mat-fab.mat-fab-position-bottom-left bdo[dir='rtl'],
  [mat-fab].mat-fab-bottom-left bdo[dir='rtl'],
  .mat-fab.mat-fab-bottom-left bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-bottom-left bdo[dir='ltr'],
  .mat-fab.mat-fab-position-bottom-left bdo[dir='ltr'],
  [mat-fab].mat-fab-bottom-left bdo[dir='ltr'],
  .mat-fab.mat-fab-bottom-left bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-bottom-left.fixed,
  .mat-fab.mat-fab-position-bottom-left.fixed,
  [mat-fab].mat-fab-bottom-left.fixed,
  .mat-fab.mat-fab-bottom-left.fixed {
    position: fixed; }
[mat-fab].mat-fab-position-top-right,
.mat-fab.mat-fab-position-top-right,
[mat-fab].mat-fab-top-right,
.mat-fab.mat-fab-top-right {
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  position: absolute; }
html[dir='rtl'] [mat-fab].mat-fab-position-top-right, html[dir='rtl']
  .mat-fab.mat-fab-position-top-right, html[dir='rtl']
  [mat-fab].mat-fab-top-right, html[dir='rtl']
  .mat-fab.mat-fab-top-right {
    right: auto;
    unicode-bidi: embed; }
body[dir='rtl'] [mat-fab].mat-fab-position-top-right, body[dir='rtl']
  .mat-fab.mat-fab-position-top-right, body[dir='rtl']
  [mat-fab].mat-fab-top-right, body[dir='rtl']
  .mat-fab.mat-fab-top-right {
    right: auto;
    unicode-bidi: embed; }
[dir='rtl'] [mat-fab].mat-fab-position-top-right, [dir='rtl']
  .mat-fab.mat-fab-position-top-right, [dir='rtl']
  [mat-fab].mat-fab-top-right, [dir='rtl']
  .mat-fab.mat-fab-top-right {
    right: auto;
    unicode-bidi: embed; }
[mat-fab].mat-fab-position-top-right bdo[dir='rtl'],
  .mat-fab.mat-fab-position-top-right bdo[dir='rtl'],
  [mat-fab].mat-fab-top-right bdo[dir='rtl'],
  .mat-fab.mat-fab-top-right bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-top-right bdo[dir='ltr'],
  .mat-fab.mat-fab-position-top-right bdo[dir='ltr'],
  [mat-fab].mat-fab-top-right bdo[dir='ltr'],
  .mat-fab.mat-fab-top-right bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
html[dir='rtl'] [mat-fab].mat-fab-position-top-right, html[dir='rtl']
  .mat-fab.mat-fab-position-top-right, html[dir='rtl']
  [mat-fab].mat-fab-top-right, html[dir='rtl']
  .mat-fab.mat-fab-top-right {
    left: 20px;
    unicode-bidi: embed; }
body[dir='rtl'] [mat-fab].mat-fab-position-top-right, body[dir='rtl']
  .mat-fab.mat-fab-position-top-right, body[dir='rtl']
  [mat-fab].mat-fab-top-right, body[dir='rtl']
  .mat-fab.mat-fab-top-right {
    left: 20px;
    unicode-bidi: embed; }
[dir='rtl'] [mat-fab].mat-fab-position-top-right, [dir='rtl']
  .mat-fab.mat-fab-position-top-right, [dir='rtl']
  [mat-fab].mat-fab-top-right, [dir='rtl']
  .mat-fab.mat-fab-top-right {
    left: 20px;
    unicode-bidi: embed; }
[mat-fab].mat-fab-position-top-right bdo[dir='rtl'],
  .mat-fab.mat-fab-position-top-right bdo[dir='rtl'],
  [mat-fab].mat-fab-top-right bdo[dir='rtl'],
  .mat-fab.mat-fab-top-right bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-top-right bdo[dir='ltr'],
  .mat-fab.mat-fab-position-top-right bdo[dir='ltr'],
  [mat-fab].mat-fab-top-right bdo[dir='ltr'],
  .mat-fab.mat-fab-top-right bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-top-right.fixed,
  .mat-fab.mat-fab-position-top-right.fixed,
  [mat-fab].mat-fab-top-right.fixed,
  .mat-fab.mat-fab-top-right.fixed {
    position: fixed; }
[mat-fab].mat-fab-position-top-left,
.mat-fab.mat-fab-position-top-left,
[mat-fab].mat-fab-top-left,
.mat-fab.mat-fab-top-left {
  top: 20px;
  right: auto;
  left: 20px;
  bottom: auto;
  position: absolute; }
html[dir='rtl'] [mat-fab].mat-fab-position-top-left, html[dir='rtl']
  .mat-fab.mat-fab-position-top-left, html[dir='rtl']
  [mat-fab].mat-fab-top-left, html[dir='rtl']
  .mat-fab.mat-fab-top-left {
    right: 20px;
    unicode-bidi: embed; }
body[dir='rtl'] [mat-fab].mat-fab-position-top-left, body[dir='rtl']
  .mat-fab.mat-fab-position-top-left, body[dir='rtl']
  [mat-fab].mat-fab-top-left, body[dir='rtl']
  .mat-fab.mat-fab-top-left {
    right: 20px;
    unicode-bidi: embed; }
[dir='rtl'] [mat-fab].mat-fab-position-top-left, [dir='rtl']
  .mat-fab.mat-fab-position-top-left, [dir='rtl']
  [mat-fab].mat-fab-top-left, [dir='rtl']
  .mat-fab.mat-fab-top-left {
    right: 20px;
    unicode-bidi: embed; }
[mat-fab].mat-fab-position-top-left bdo[dir='rtl'],
  .mat-fab.mat-fab-position-top-left bdo[dir='rtl'],
  [mat-fab].mat-fab-top-left bdo[dir='rtl'],
  .mat-fab.mat-fab-top-left bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-top-left bdo[dir='ltr'],
  .mat-fab.mat-fab-position-top-left bdo[dir='ltr'],
  [mat-fab].mat-fab-top-left bdo[dir='ltr'],
  .mat-fab.mat-fab-top-left bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
html[dir='rtl'] [mat-fab].mat-fab-position-top-left, html[dir='rtl']
  .mat-fab.mat-fab-position-top-left, html[dir='rtl']
  [mat-fab].mat-fab-top-left, html[dir='rtl']
  .mat-fab.mat-fab-top-left {
    left: auto;
    unicode-bidi: embed; }
body[dir='rtl'] [mat-fab].mat-fab-position-top-left, body[dir='rtl']
  .mat-fab.mat-fab-position-top-left, body[dir='rtl']
  [mat-fab].mat-fab-top-left, body[dir='rtl']
  .mat-fab.mat-fab-top-left {
    left: auto;
    unicode-bidi: embed; }
[dir='rtl'] [mat-fab].mat-fab-position-top-left, [dir='rtl']
  .mat-fab.mat-fab-position-top-left, [dir='rtl']
  [mat-fab].mat-fab-top-left, [dir='rtl']
  .mat-fab.mat-fab-top-left {
    left: auto;
    unicode-bidi: embed; }
[mat-fab].mat-fab-position-top-left bdo[dir='rtl'],
  .mat-fab.mat-fab-position-top-left bdo[dir='rtl'],
  [mat-fab].mat-fab-top-left bdo[dir='rtl'],
  .mat-fab.mat-fab-top-left bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-top-left bdo[dir='ltr'],
  .mat-fab.mat-fab-position-top-left bdo[dir='ltr'],
  [mat-fab].mat-fab-top-left bdo[dir='ltr'],
  .mat-fab.mat-fab-top-left bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
[mat-fab].mat-fab-position-top-left.fixed,
  .mat-fab.mat-fab-position-top-left.fixed,
  [mat-fab].mat-fab-top-left.fixed,
  .mat-fab.mat-fab-top-left.fixed {
    position: fixed; }
button[mat-icon-button].mat-icon-button-mini {
  height: 24px;
  line-height: 24px;
  width: 24px; }
html .mat-card {
  padding: 0;
  margin: 8px; }
html .mat-card mat-card-header {
    height: auto; }
html .mat-card [matCardAvatar] {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin: 16px 0 0 15px;
    border-radius: 50%; }
html .mat-card .mat-card-image {
    width: 100%; }
html .mat-card .mat-card-image,
  html .mat-card .mat-card-lg-image,
  html .mat-card .mat-card-md-image,
  html .mat-card .mat-card-sm-image,
  html .mat-card .mat-card-title-group {
    margin: 0; }
html .mat-card mat-card-title {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px; }
html .mat-card mat-card-subtitle {
    padding-left: 16px;
    padding-right: 16px; }
html .mat-card mat-card-content {
    padding: 16px; }
html .mat-card .mat-card-actions,
  html .mat-card .mat-card .mat-card-actions {
    padding: 8px;
    margin: 0; }
html .mat-card .mat-card-actions:last-child {
    margin-bottom: 0;
    padding-bottom: 8px; }
html .mat-card .mat-divider.relative {
    position: relative; }
html[dir='rtl'] .mat-card-title-group .mat-card-image:last-child,
html[dir='rtl'] .mat-card-title-group .mat-card-lg-image:last-child,
html[dir='rtl'] .mat-card-title-group .mat-card-md-image:last-child,
html[dir='rtl'] .mat-card-title-group .mat-card-sm-image:last-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }
html[dir='rtl'] .mat-card .mat-card-image:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
html[dir='rtl'] .mat-card .mat-card-lg-image:first-child,
html[dir='rtl'] .mat-card .mat-card-md-image:first-child,
html[dir='rtl'] .mat-card .mat-card-sm-image:first-child {
  border-top-right-radius: 2px; }
html:not([dir='rtl']) .mat-card-title-group .mat-card-image:last-child,
html:not([dir='rtl']) .mat-card-title-group .mat-card-lg-image:last-child,
html:not([dir='rtl']) .mat-card-title-group .mat-card-md-image:last-child,
html:not([dir='rtl']) .mat-card-title-group .mat-card-sm-image:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }
html:not([dir='rtl']) .mat-card .mat-card-image:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }
html:not([dir='rtl']) .mat-card .mat-card-lg-image:first-child,
html:not([dir='rtl']) .mat-card .mat-card-md-image:first-child,
html:not([dir='rtl']) .mat-card .mat-card-sm-image:first-child {
  border-top-left-radius: 2px; }
.mat-card-colored[href]:hover, .mat-card-colored[ng-reflect-href]:hover {
  cursor: pointer;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); }
.mat-card-colored[href]:active, .mat-card-colored[ng-reflect-href]:active {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12); }
.mat-card-colored[href]:active mat-toolbar, .mat-card-colored[ng-reflect-href]:active mat-toolbar {
    background-color: rgba(255, 255, 255, 0.2);
    background-position: -100% 100%; }
.mat-card-colored[href] mat-toolbar, .mat-card-colored[ng-reflect-href] mat-toolbar {
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2) 50%);
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease; }
.mat-card-colored mat-toolbar {
  height: 148px;
  border-radius: 2px 2px 0 0;
  overflow: hidden; }
.mat-card-colored mat-toolbar mat-icon,
  .mat-card-colored mat-toolbar .mat-icon {
    opacity: 0.65;
    color: white;
    font-size: 8rem;
    text-shadow: 0 0 rgba(0, 0, 0, 0.01), 1px 1px rgba(0, 0, 0, 0.01), 2px 2px rgba(0, 0, 0, 0.01), 3px 3px rgba(0, 0, 0, 0.01), 4px 4px rgba(0, 0, 0, 0.01), 5px 5px rgba(0, 0, 0, 0.01), 6px 6px rgba(0, 0, 0, 0.01), 7px 7px rgba(0, 0, 0, 0.01), 8px 8px rgba(0, 0, 0, 0.01), 9px 9px rgba(0, 0, 0, 0.01), 10px 10px rgba(0, 0, 0, 0.01), 11px 11px rgba(0, 0, 0, 0.01), 12px 12px rgba(0, 0, 0, 0.01), 13px 13px rgba(0, 0, 0, 0.01), 14px 14px rgba(0, 0, 0, 0.01), 15px 15px rgba(0, 0, 0, 0.01), 16px 16px rgba(0, 0, 0, 0.01), 17px 17px rgba(0, 0, 0, 0.01), 18px 18px rgba(0, 0, 0, 0.01), 19px 19px rgba(0, 0, 0, 0.01), 20px 20px rgba(0, 0, 0, 0.01), 21px 21px rgba(0, 0, 0, 0.01), 22px 22px rgba(0, 0, 0, 0.01), 23px 23px rgba(0, 0, 0, 0.01), 24px 24px rgba(0, 0, 0, 0.01), 25px 25px rgba(0, 0, 0, 0.01), 26px 26px rgba(0, 0, 0, 0.01), 27px 27px rgba(0, 0, 0, 0.01), 28px 28px rgba(0, 0, 0, 0.01), 29px 29px rgba(0, 0, 0, 0.01), 30px 30px rgba(0, 0, 0, 0.01), 31px 31px rgba(0, 0, 0, 0.01), 32px 32px rgba(0, 0, 0, 0.01), 33px 33px rgba(0, 0, 0, 0.01), 34px 34px rgba(0, 0, 0, 0.01), 35px 35px rgba(0, 0, 0, 0.01), 36px 36px rgba(0, 0, 0, 0.01), 37px 37px rgba(0, 0, 0, 0.01), 38px 38px rgba(0, 0, 0, 0.01), 39px 39px rgba(0, 0, 0, 0.01), 40px 40px rgba(0, 0, 0, 0.01), 41px 41px rgba(0, 0, 0, 0.01), 42px 42px rgba(0, 0, 0, 0.01), 43px 43px rgba(0, 0, 0, 0.01), 44px 44px rgba(0, 0, 0, 0.01), 45px 45px rgba(0, 0, 0, 0.01), 46px 46px rgba(0, 0, 0, 0.01), 47px 47px rgba(0, 0, 0, 0.01), 48px 48px rgba(0, 0, 0, 0.01), 49px 49px rgba(0, 0, 0, 0.01), 50px 50px rgba(0, 0, 0, 0.01), 51px 51px rgba(0, 0, 0, 0.01), 52px 52px rgba(0, 0, 0, 0.01), 53px 53px rgba(0, 0, 0, 0.01), 54px 54px rgba(0, 0, 0, 0.01), 55px 55px rgba(0, 0, 0, 0.01), 56px 56px rgba(0, 0, 0, 0.01), 57px 57px rgba(0, 0, 0, 0.01), 58px 58px rgba(0, 0, 0, 0.01), 59px 59px rgba(0, 0, 0, 0.01), 60px 60px rgba(0, 0, 0, 0.01), 61px 61px rgba(0, 0, 0, 0.01), 62px 62px rgba(0, 0, 0, 0.01), 63px 63px rgba(0, 0, 0, 0.01), 64px 64px rgba(0, 0, 0, 0.01), 65px 65px rgba(0, 0, 0, 0.01), 66px 66px rgba(0, 0, 0, 0.01), 67px 67px rgba(0, 0, 0, 0.01), 68px 68px rgba(0, 0, 0, 0.01), 69px 69px rgba(0, 0, 0, 0.01), 70px 70px rgba(0, 0, 0, 0.01), 71px 71px rgba(0, 0, 0, 0.01), 72px 72px rgba(0, 0, 0, 0.01), 73px 73px rgba(0, 0, 0, 0.01), 74px 74px rgba(0, 0, 0, 0.01), 75px 75px rgba(0, 0, 0, 0.01), 76px 76px rgba(0, 0, 0, 0.01), 77px 77px rgba(0, 0, 0, 0.01), 78px 78px rgba(0, 0, 0, 0.01), 79px 79px rgba(0, 0, 0, 0.01), 80px 80px rgba(0, 0, 0, 0.01), 81px 81px rgba(0, 0, 0, 0.01), 82px 82px rgba(0, 0, 0, 0.01), 83px 83px rgba(0, 0, 0, 0.01), 84px 84px rgba(0, 0, 0, 0.01), 85px 85px rgba(0, 0, 0, 0.01), 86px 86px rgba(0, 0, 0, 0.01), 87px 87px rgba(0, 0, 0, 0.01), 88px 88px rgba(0, 0, 0, 0.01), 89px 89px rgba(0, 0, 0, 0.01), 90px 90px rgba(0, 0, 0, 0.01), 91px 91px rgba(0, 0, 0, 0.01), 92px 92px rgba(0, 0, 0, 0.01), 93px 93px rgba(0, 0, 0, 0.01), 94px 94px rgba(0, 0, 0, 0.01), 95px 95px rgba(0, 0, 0, 0.01), 96px 96px rgba(0, 0, 0, 0.01), 97px 97px rgba(0, 0, 0, 0.01), 98px 98px rgba(0, 0, 0, 0.01), 99px 99px rgba(0, 0, 0, 0.01), 100px 100px rgba(0, 0, 0, 0.01), 101px 101px rgba(0, 0, 0, 0.01), 102px 102px rgba(0, 0, 0, 0.01), 103px 103px rgba(0, 0, 0, 0.01), 104px 104px rgba(0, 0, 0, 0.01), 105px 105px rgba(0, 0, 0, 0.01), 106px 106px rgba(0, 0, 0, 0.01), 107px 107px rgba(0, 0, 0, 0.01), 108px 108px rgba(0, 0, 0, 0.01), 109px 109px rgba(0, 0, 0, 0.01), 110px 110px rgba(0, 0, 0, 0.01), 111px 111px rgba(0, 0, 0, 0.01), 112px 112px rgba(0, 0, 0, 0.01), 113px 113px rgba(0, 0, 0, 0.01), 114px 114px rgba(0, 0, 0, 0.01), 115px 115px rgba(0, 0, 0, 0.01), 116px 116px rgba(0, 0, 0, 0.01), 117px 117px rgba(0, 0, 0, 0.01), 118px 118px rgba(0, 0, 0, 0.01), 119px 119px rgba(0, 0, 0, 0.01), 120px 120px rgba(0, 0, 0, 0.01), 121px 121px rgba(0, 0, 0, 0.01), 122px 122px rgba(0, 0, 0, 0.01), 123px 123px rgba(0, 0, 0, 0.01), 124px 124px rgba(0, 0, 0, 0.01), 125px 125px rgba(0, 0, 0, 0.01), 126px 126px rgba(0, 0, 0, 0.01), 127px 127px rgba(0, 0, 0, 0.01), 128px 128px rgba(0, 0, 0, 0.01), 129px 129px rgba(0, 0, 0, 0.01), 130px 130px rgba(0, 0, 0, 0.01), 131px 131px rgba(0, 0, 0, 0.01), 132px 132px rgba(0, 0, 0, 0.01), 133px 133px rgba(0, 0, 0, 0.01), 134px 134px rgba(0, 0, 0, 0.01), 135px 135px rgba(0, 0, 0, 0.01), 136px 136px rgba(0, 0, 0, 0.01), 137px 137px rgba(0, 0, 0, 0.01), 138px 138px rgba(0, 0, 0, 0.01), 139px 139px rgba(0, 0, 0, 0.01), 140px 140px rgba(0, 0, 0, 0.01), 141px 141px rgba(0, 0, 0, 0.01), 142px 142px rgba(0, 0, 0, 0.01), 143px 143px rgba(0, 0, 0, 0.01), 144px 144px rgba(0, 0, 0, 0.01), 145px 145px rgba(0, 0, 0, 0.01), 146px 146px rgba(0, 0, 0, 0.01), 147px 147px rgba(0, 0, 0, 0.01), 148px 148px rgba(0, 0, 0, 0.01), 149px 149px rgba(0, 0, 0, 0.01), 150px 150px rgba(0, 0, 0, 0.01), 151px 151px rgba(0, 0, 0, 0.01), 152px 152px rgba(0, 0, 0, 0.01), 153px 153px rgba(0, 0, 0, 0.01), 154px 154px rgba(0, 0, 0, 0.01), 155px 155px rgba(0, 0, 0, 0.01), 156px 156px rgba(0, 0, 0, 0.01), 157px 157px rgba(0, 0, 0, 0.01), 158px 158px rgba(0, 0, 0, 0.01), 159px 159px rgba(0, 0, 0, 0.01), 160px 160px rgba(0, 0, 0, 0.01), 161px 161px rgba(0, 0, 0, 0.01), 162px 162px rgba(0, 0, 0, 0.01), 163px 163px rgba(0, 0, 0, 0.01), 164px 164px rgba(0, 0, 0, 0.01), 165px 165px rgba(0, 0, 0, 0.01), 166px 166px rgba(0, 0, 0, 0.01), 167px 167px rgba(0, 0, 0, 0.01), 168px 168px rgba(0, 0, 0, 0.01), 169px 169px rgba(0, 0, 0, 0.01), 170px 170px rgba(0, 0, 0, 0.01), 171px 171px rgba(0, 0, 0, 0.01), 172px 172px rgba(0, 0, 0, 0.01), 173px 173px rgba(0, 0, 0, 0.01), 174px 174px rgba(0, 0, 0, 0.01), 175px 175px rgba(0, 0, 0, 0.01), 176px 176px rgba(0, 0, 0, 0.01), 177px 177px rgba(0, 0, 0, 0.01), 178px 178px rgba(0, 0, 0, 0.01), 179px 179px rgba(0, 0, 0, 0.01), 180px 180px rgba(0, 0, 0, 0.01), 181px 181px rgba(0, 0, 0, 0.01), 182px 182px rgba(0, 0, 0, 0.01), 183px 183px rgba(0, 0, 0, 0.01), 184px 184px rgba(0, 0, 0, 0.01), 185px 185px rgba(0, 0, 0, 0.01), 186px 186px rgba(0, 0, 0, 0.01), 187px 187px rgba(0, 0, 0, 0.01), 188px 188px rgba(0, 0, 0, 0.01), 189px 189px rgba(0, 0, 0, 0.01), 190px 190px rgba(0, 0, 0, 0.01), 191px 191px rgba(0, 0, 0, 0.01), 192px 192px rgba(0, 0, 0, 0.01), 193px 193px rgba(0, 0, 0, 0.01), 194px 194px rgba(0, 0, 0, 0.01), 195px 195px rgba(0, 0, 0, 0.01), 196px 196px rgba(0, 0, 0, 0.01), 197px 197px rgba(0, 0, 0, 0.01), 198px 198px rgba(0, 0, 0, 0.01), 199px 199px rgba(0, 0, 0, 0.01), 200px 200px rgba(0, 0, 0, 0.01); }
md-content,
[md-content],
.md-content,
mat-content,
[mat-content],
.mat-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
md-content[md-scroll-y], md-content.mat-scroll-y,
  [md-content][md-scroll-y],
  [md-content].mat-scroll-y,
  .md-content[md-scroll-y],
  .md-content.mat-scroll-y,
  mat-content[md-scroll-y],
  mat-content.mat-scroll-y,
  [mat-content][md-scroll-y],
  [mat-content].mat-scroll-y,
  .mat-content[md-scroll-y],
  .mat-content.mat-scroll-y {
    overflow-y: auto;
    overflow-x: hidden; }
md-content[md-scroll-x], md-content.mat-scroll-x,
  [md-content][md-scroll-x],
  [md-content].mat-scroll-x,
  .md-content[md-scroll-x],
  .md-content.mat-scroll-x,
  mat-content[md-scroll-x],
  mat-content.mat-scroll-x,
  [mat-content][md-scroll-x],
  [mat-content].mat-scroll-x,
  .mat-content[md-scroll-x],
  .mat-content.mat-scroll-x {
    overflow-x: auto;
    overflow-y: hidden; }
md-content.autoScroll,
  [md-content].autoScroll,
  .md-content.autoScroll,
  mat-content.autoScroll,
  [mat-content].autoScroll,
  .mat-content.autoScroll {
    -webkit-overflow-scrolling: auto; }
mat-sidenav-container > md-content,
mat-sidenav-container > [md-content],
mat-sidenav-container > .md-content,
mat-sidenav-container > mat-content,
mat-sidenav-container > [mat-content],
mat-sidenav-container > .mat-content {
  height: 100%;
  overflow: hidden; }
mat-divider[matInset] {
  margin-left: 72px;
  margin-right: 0; }
html[dir='rtl'] mat-divider[matInset] {
    margin-left: 0;
    unicode-bidi: embed; }
body[dir='rtl'] mat-divider[matInset] {
    margin-left: 0;
    unicode-bidi: embed; }
[dir='rtl'] mat-divider[matInset] {
    margin-left: 0;
    unicode-bidi: embed; }
mat-divider[matInset] bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
mat-divider[matInset] bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
html[dir='rtl'] mat-divider[matInset] {
    margin-right: 72px;
    unicode-bidi: embed; }
body[dir='rtl'] mat-divider[matInset] {
    margin-right: 72px;
    unicode-bidi: embed; }
[dir='rtl'] mat-divider[matInset] {
    margin-right: 72px;
    unicode-bidi: embed; }
mat-divider[matInset] bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
mat-divider[matInset] bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
mat-divider[mat-inset] {
  margin-left: 72px;
  margin-right: 0; }
html[dir='rtl'] mat-divider[mat-inset] {
    margin-left: 0;
    unicode-bidi: embed; }
body[dir='rtl'] mat-divider[mat-inset] {
    margin-left: 0;
    unicode-bidi: embed; }
[dir='rtl'] mat-divider[mat-inset] {
    margin-left: 0;
    unicode-bidi: embed; }
mat-divider[mat-inset] bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
mat-divider[mat-inset] bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
html[dir='rtl'] mat-divider[mat-inset] {
    margin-right: 72px;
    unicode-bidi: embed; }
body[dir='rtl'] mat-divider[mat-inset] {
    margin-right: 72px;
    unicode-bidi: embed; }
[dir='rtl'] mat-divider[mat-inset] {
    margin-right: 72px;
    unicode-bidi: embed; }
mat-divider[mat-inset] bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
mat-divider[mat-inset] bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
mat-list-item mat-icon[matListAvatar],
.mat-list-item-content mat-icon[matListAvatar] {
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex; }
.mat-icon.mat-icon-logo {
  height: 24px;
  width: 100px; }
.mat-icon {
  flex-shrink: 0; }
mat-list mat-list-item [matListAvatar],
mat-list a[mat-list-item] [matListAvatar],
mat-nav-list mat-list-item [matListAvatar],
mat-nav-list a[mat-list-item] [matListAvatar] {
  min-width: 40px; }
mat-sidenav {
  width: 320px; }
mat-sidenav .mat-list-item-content mat-icon {
    margin-left: 0;
    margin-right: 16px; }
html[dir='rtl'] mat-sidenav .mat-list-item-content mat-icon {
      margin-left: 16px;
      unicode-bidi: embed; }
body[dir='rtl'] mat-sidenav .mat-list-item-content mat-icon {
      margin-left: 16px;
      unicode-bidi: embed; }
[dir='rtl'] mat-sidenav .mat-list-item-content mat-icon {
      margin-left: 16px;
      unicode-bidi: embed; }
mat-sidenav .mat-list-item-content mat-icon bdo[dir='rtl'] {
      direction: rtl;
      unicode-bidi: bidi-override; }
mat-sidenav .mat-list-item-content mat-icon bdo[dir='ltr'] {
      direction: ltr;
      unicode-bidi: bidi-override; }
html[dir='rtl'] mat-sidenav .mat-list-item-content mat-icon {
      margin-right: 0;
      unicode-bidi: embed; }
body[dir='rtl'] mat-sidenav .mat-list-item-content mat-icon {
      margin-right: 0;
      unicode-bidi: embed; }
[dir='rtl'] mat-sidenav .mat-list-item-content mat-icon {
      margin-right: 0;
      unicode-bidi: embed; }
mat-sidenav .mat-list-item-content mat-icon bdo[dir='rtl'] {
      direction: rtl;
      unicode-bidi: bidi-override; }
mat-sidenav .mat-list-item-content mat-icon bdo[dir='ltr'] {
      direction: ltr;
      unicode-bidi: bidi-override; }
mat-sidenav [mat-list-item], mat-sidenav [mat-list-item]:active, mat-sidenav [mat-list-item]:focus {
    outline: none; }
html,
body {
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
  background: white;
  position: relative; }
body {
  margin: 0;
  padding: 0; }
[tabindex='-1']:focus {
  outline: none; }
.inset {
  padding: 10px; }
button.md-no-style {
  font-weight: normal;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0; }
html[dir='rtl'] button.md-no-style {
    text-align: right;
    unicode-bidi: embed; }
body[dir='rtl'] button.md-no-style {
    text-align: right;
    unicode-bidi: embed; }
[dir='rtl'] button.md-no-style {
    text-align: right;
    unicode-bidi: embed; }
button.md-no-style bdo[dir='rtl'] {
    direction: rtl;
    unicode-bidi: bidi-override; }
button.md-no-style bdo[dir='ltr'] {
    direction: ltr;
    unicode-bidi: bidi-override; }
select,
button,
textarea,
input {
  vertical-align: baseline; }
input[type='reset'],
input[type='submit'],
html input[type='button'],
button {
  cursor: pointer;
  -webkit-appearance: button; }
input[type='reset'][disabled],
  input[type='submit'][disabled],
  html input[type='button'][disabled],
  button[disabled] {
    cursor: default; }
textarea {
  vertical-align: top;
  overflow: auto; }
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box; }
input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none; }
.md-visually-hidden,
.mat-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px; }
.md-shadow,
.mat-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none; }
.md-shadow-bottom-z-1,
.mat-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
.md-shadow-bottom-z-2,
.mat-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }
.md-shadow-animated.md-shadow,
.mat-shadow-animated.mat-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
.md-padding,
.mat-padding {
  padding: 8px; }
.md-margin,
.mat-margin {
  margin: 8px; }
@media (min-width: 960px) {
  .md-padding,
  .mat-padding {
    padding: 16px; } }
body[dense] mat-toolbar.mat-toolbar-multiple-rows .mat-toolbar-row,
body[dense] mat-toolbar.mat-toolbar-multiple-rows .mat-toolbar-single-row,
body[dense] mat-toolbar-row.mat-toolbar-multiple-rows .mat-toolbar-row,
body[dense] mat-toolbar-row.mat-toolbar-multiple-rows .mat-toolbar-single-row,
mat-toolbar[dense].mat-toolbar-multiple-rows .mat-toolbar-row,
mat-toolbar[dense].mat-toolbar-multiple-rows .mat-toolbar-single-row,
mat-toolbar-row[dense].mat-toolbar-multiple-rows .mat-toolbar-row,
mat-toolbar-row[dense].mat-toolbar-multiple-rows .mat-toolbar-single-row {
  height: 48px; }
body[dense] mat-toolbar.mat-toolbar-single-row, body[dense] mat-toolbar.mat-toolbar-row,
body[dense] mat-toolbar-row.mat-toolbar-single-row,
body[dense] mat-toolbar-row.mat-toolbar-row,
mat-toolbar[dense].mat-toolbar-single-row,
mat-toolbar[dense].mat-toolbar-row,
mat-toolbar-row[dense].mat-toolbar-single-row,
mat-toolbar-row[dense].mat-toolbar-row {
  height: 48px; }
mat-toolbar [mat-button]:first-of-type:not(:last-child) {
  margin-left: -6px; }
[dir='rtl'] mat-toolbar [mat-button]:first-of-type:not(:last-child) {
    margin-right: -6px;
    margin-left: 0; }
mat-toolbar [mat-button]:last-of-type:not(:first-child) {
  margin-right: -6px; }
[dir='rtl'] mat-toolbar [mat-button]:last-of-type:not(:first-child) {
    margin-left: -6px;
    margin-right: 0; }
mat-toolbar .mat-icon-logo {
  margin-right: 10px; }
[dir='rtl'] mat-toolbar .mat-icon-logo {
    margin-left: 10px;
    margin-right: 0; }
mat-toolbar [mat-icon-button] {
  margin: 0 6px; }
.md-whiteframe-1dp,
.md-whiteframe-z1,
.mat-whiteframe-1dp,
.mat-whiteframe-z1 {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }
.md-whiteframe-2dp,
.mat-whiteframe-2dp {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }
.md-whiteframe-3dp,
.mat-whiteframe-3dp {
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); }
.md-whiteframe-4dp,
.md-whiteframe-z2,
.mat-whiteframe-4dp,
.mat-whiteframe-z2 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10 0 rgba(0, 0, 0, 0.12); }
.md-whiteframe-5dp,
.mat-whiteframe-5dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px 0 rgba(0, 0, 0, 0.14), 0 1px 14px 0 rgba(0, 0, 0, 0.12); }
.md-whiteframe-6dp,
.mat-whiteframe-6dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12); }
.md-whiteframe-7dp,
.md-whiteframe-z3,
.mat-whiteframe-7dp,
.mat-whiteframe-z3 {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12); }
.md-whiteframe-8dp,
.mat-whiteframe-8dp {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
.md-whiteframe-9dp,
.mat-whiteframe-9dp {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12); }
.md-whiteframe-10dp,
.md-whiteframe-z4,
.mat-whiteframe-10dp,
.mat-whiteframe-z4 {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12); }
.md-whiteframe-11dp,
.mat-whiteframe-11dp {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20 3px rgba(0, 0, 0, 0.12); }
.md-whiteframe-12dp,
.mat-whiteframe-12dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12); }
.md-whiteframe-13dp,
.md-whiteframe-z5,
.mat-whiteframe-13dp,
.mat-whiteframe-z5 {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); }
.md-whiteframe-14dp,
.mat-whiteframe-14dp {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12); }
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons-Regular-v48.woff2') format("woff2"); }
.material-icons {
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  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'; }
mat-icon.material-icons, mat-icon.material-icons.mat-icon {
  width: 1em;
  height: 1em; }
.material-icons.md-18,
.material-icons.mat-18 {
  font-size: 18px;
  height: 18px;
  width: 18px; }
.material-icons.md-24,
.material-icons.mat-24 {
  font-size: 24px;
  height: 24px;
  width: 24px; }
.material-icons.md-36,
.material-icons.mat-36 {
  font-size: 36px;
  height: 36px;
  width: 36px; }
.material-icons.md-48,
.material-icons.mat-48 {
  font-size: 48px;
  height: 48px;
  width: 48px; }
.material-icons.md-dark,
.material-icons.mat-dark {
  color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive,
.material-icons.mat-dark.mat-inactive {
  color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light,
.material-icons.mat-light {
  color: white; }
.material-icons.md-light.md-inactive,
.material-icons.mat-light.mat-inactive {
  color: rgba(255, 255, 255, 0.3); }
body [tabindex]:focus {
  outline: none; }
body .radius-none {
  border-radius: 0; }
body .overflow-hidden {
  overflow: hidden; }
body .overflow-auto {
  overflow: auto; }
body .overflow-visible {
  overflow: visible; }
body .block {
  display: block; }
body .inline-block {
  display: inline-block; }
body .relative {
  position: relative; }
body .fixed {
  position: fixed; }
body .height-auto {
  min-height: 0; }
body .z-3 {
  z-index: 3; }
body .z-2 {
  z-index: 2; }
body .z-1 {
  z-index: 1; }
body .focus-weight:focus {
  outline: 0;
  font-weight: 700; }
body .cursor-pointer:hover {
  cursor: pointer; }
body .pad {
  padding: 16px; }
body .pad-xxl {
  padding: 56px; }
body .pad-xl {
  padding: 48px; }
body .pad-lg {
  padding: 32px; }
body .pad-md {
  padding: 24px; }
body .pad-sm {
  padding: 8px; }
body .pad-xs {
  padding: 4px; }
body .pad-none {
  padding: 0; }
body .pad-bottom {
  padding-bottom: 16px; }
body .pad-bottom-xxl {
  padding-bottom: 56px; }
body .pad-bottom-xl {
  padding-bottom: 48px; }
body .pad-bottom-lg {
  padding-bottom: 32px; }
body .pad-bottom-md {
  padding-bottom: 24px; }
body .pad-bottom-sm {
  padding-bottom: 8px; }
body .pad-bottom-xs {
  padding-bottom: 4px; }
body .pad-bottom-none {
  padding-bottom: 0; }
body .pad-top {
  padding-top: 16px; }
body .pad-top-xxl {
  padding-top: 56px; }
body .pad-top-xl {
  padding-top: 48px; }
body .pad-top-lg {
  padding-top: 32px; }
body .pad-top-md {
  padding-top: 24px; }
body .pad-top-sm {
  padding-top: 8px; }
body .pad-top-xs {
  padding-top: 4px; }
body .pad-top-none {
  padding-top: 0; }
body .pad-left {
  padding-left: 16px; }
body .pad-left-xxl {
  padding-left: 56px; }
body .pad-left-xl {
  padding-left: 48px; }
body .pad-left-lg {
  padding-left: 32px; }
body .pad-left-md {
  padding-left: 24px; }
body .pad-left-sm {
  padding-left: 8px; }
body .pad-left-xs {
  padding-left: 4px; }
body .pad-left-none {
  padding-left: 0; }
body .pad-right {
  padding-right: 16px; }
body .pad-right-xxl {
  padding-right: 56px; }
body .pad-right-xl {
  padding-right: 48px; }
body .pad-right-lg {
  padding-right: 32px; }
body .pad-right-md {
  padding-right: 24px; }
body .pad-right-sm {
  padding-right: 8px; }
body .pad-right-xs {
  padding-right: 4px; }
body .pad-right-none {
  padding-right: 0; }
body .pull-xxl {
  margin: -56px; }
body .pull-xl {
  margin: -48px; }
body .pull-lg {
  margin: -32px; }
body .pull-md {
  margin: -24px; }
body .pull {
  margin: -16px; }
body .pull-sm {
  margin: -8px; }
body .pull-xs {
  margin: -4px; }
body .pull-none {
  margin: 0; }
body .pull-bottom-xxl {
  margin-bottom: -56px; }
body .pull-bottom-xl {
  margin-bottom: -48px; }
body .pull-bottom-lg {
  margin-bottom: -32px; }
body .pull-bottom-md {
  margin-bottom: -24px; }
body .pull-bottom {
  margin-bottom: -16px; }
body .pull-bottom-sm {
  margin-bottom: -8px; }
body .pull-bottom-xs {
  margin-bottom: -4px; }
body .pull-bottom-none {
  margin-bottom: 0; }
body .pull-top-xxl {
  margin-top: -56px; }
body .pull-top-xl {
  margin-top: -48px; }
body .pull-top-lg {
  margin-top: -32px; }
body .pull-top-md {
  margin-top: -24px; }
body .pull-top {
  margin-top: -16px; }
body .pull-top-sm {
  margin-top: -8px; }
body .pull-top-xs {
  margin-top: -4px; }
body .pull-top-none {
  margin-top: 0; }
body .pull-left-xxl {
  margin-left: -56px; }
body .pull-left-xl {
  margin-left: -48px; }
body .pull-left-lg {
  margin-left: -32px; }
body .pull-left-md {
  margin-left: -24px; }
body .pull-left {
  margin-left: -16px; }
body .pull-left-sm {
  margin-left: -8px; }
body .pull-left-xs {
  margin-left: -4px; }
body .pull-left-none {
  margin-left: 0; }
body .pull-right-xxl {
  margin-right: -56px; }
body .pull-right-xl {
  margin-right: -48px; }
body .pull-right-lg {
  margin-right: -32px; }
body .pull-right-md {
  margin-right: -24px; }
body .pull-right {
  margin-right: -16px; }
body .pull-right-sm {
  margin-right: -8px; }
body .pull-right-xs {
  margin-right: -4px; }
body .pull-right-none {
  margin-right: 0; }
body .push {
  margin: 16px; }
body .push-xxl {
  margin: 56px; }
body .push-xl {
  margin: 48px; }
body .push-lg {
  margin: 32px; }
body .push-md {
  margin: 24px; }
body .push-sm {
  margin: 8px; }
body .push-xs {
  margin: 4px; }
body .push-none {
  margin: 0; }
body .push-bottom {
  margin-bottom: 16px; }
body .push-bottom-xxl {
  margin-bottom: 56px; }
body .push-bottom-xl {
  margin-bottom: 48px; }
body .push-bottom-lg {
  margin-bottom: 32px; }
body .push-bottom-md {
  margin-bottom: 24px; }
body .push-bottom-sm {
  margin-bottom: 8px; }
body .push-bottom-xs {
  margin-bottom: 4px; }
body .push-bottom-none {
  margin-bottom: 0; }
body .push-top {
  margin-top: 16px; }
body .push-top-xxl {
  margin-top: 56px; }
body .push-top-xl {
  margin-top: 48px; }
body .push-top-lg {
  margin-top: 32px; }
body .push-top-md {
  margin-top: 24px; }
body .push-top-sm {
  margin-top: 8px; }
body .push-top-xs {
  margin-top: 4px; }
body .push-top-none {
  margin-top: 0; }
body .push-left {
  margin-left: 16px; }
body .push-left-xxl {
  margin-left: 56px; }
body .push-left-xl {
  margin-left: 48px; }
body .push-left-lg {
  margin-left: 32px; }
body .push-left-md {
  margin-left: 24px; }
body .push-left-sm {
  margin-left: 8px; }
body .push-left-xs {
  margin-left: 4px; }
body .push-left-none {
  margin-left: 0; }
body .push-right {
  margin-right: 16px; }
body .push-right-xxl {
  margin-right: 56px; }
body .push-right-xl {
  margin-right: 48px; }
body .push-right-lg {
  margin-right: 32px; }
body .push-right-md {
  margin-right: 24px; }
body .push-right-sm {
  margin-right: 8px; }
body .push-right-xs {
  margin-right: 4px; }
body .push-right-none {
  margin-right: 0; }
.size-12 {
  height: 12px;
  width: 12px; }
.size-16 {
  height: 16px;
  width: 16px; }
.size-24 {
  height: 24px;
  width: 24px; }
.size-32 {
  height: 32px;
  width: 32px; }
.size-50 {
  height: 50px;
  width: 50px; }
.size-64 {
  height: 64px;
  width: 64px; }
.size-72 {
  height: 72px;
  width: 72px; }
.size-100 {
  height: 100px;
  width: 100px; }
.size-128 {
  height: 128px;
  width: 128px; }
.size-256 {
  height: 256px;
  width: 256px; }
.size-height-12 {
  height: 12px;
  width: auto; }
.size-height-16 {
  height: 16px;
  width: auto; }
.size-height-24 {
  height: 24px;
  width: auto; }
.size-height-32 {
  height: 32px;
  width: auto; }
.size-height-50 {
  height: 50px;
  width: auto; }
.size-height-64 {
  height: 64px;
  width: auto; }
.size-height-72 {
  height: 72px;
  width: auto; }
.size-height-100 {
  height: 100px;
  width: auto; }
.size-height-128 {
  height: 128px;
  width: auto; }
.size-height-256 {
  height: 256px;
  width: auto; }
.size-width-12 {
  width: 12px;
  height: auto; }
.size-width-16 {
  width: 16px;
  height: auto; }
.size-width-24 {
  width: 24px;
  height: auto; }
.size-width-32 {
  width: 32px;
  height: auto; }
.size-width-50 {
  width: 50px;
  height: auto; }
.size-width-64 {
  width: 64px;
  height: auto; }
.size-width-72 {
  width: 72px;
  height: auto; }
.size-width-100 {
  width: 100px;
  height: auto; }
.size-width-128 {
  width: 128px;
  height: auto; }
.size-width-256 {
  width: 256px;
  height: auto; }
body h1 > small,
body h2 > small,
body h3 > small,
body h4 > small,
body h5 > small,
body h6 > small {
  font-size: 60%; }
body .text-normal {
  font-style: normal; }
body .text-center {
  text-align: center; }
body .text-left {
  text-align: left; }
body .text-right {
  text-align: right; }
body .text-xs,
body .text-sm,
body .text-md,
body .text-lg {
  text-rendering: optimizeLegibility; }
body .text-micro {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px; }
body .text-xs {
  font-size: 50%; }
body .text-sm {
  font-size: 70%; }
body .text-md {
  font-size: 80%; }
body .text-lg {
  font-size: 110%; }
body .text-xl {
  font-size: 120%; }
body .text-xxl {
  font-size: 130%; }
body .text-30 {
  font-size: 30px; }
body .text-super {
  font-size: 60px; }
body .text-wrap {
  white-space: normal; }
body .text-break {
  word-break: break-word; }
body .text-upper {
  text-transform: uppercase; }
body .text-lower {
  text-transform: lowercase; }
body .text-caps {
  text-transform: capitalize; }
body .text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
body .text-nodecoration {
  text-decoration: none; }
/*
  *  Apply Mixins to create Layout/Flexbox styles
  *
  */
[flex-order] {
  order: 0; }
[flex-order="-20"] {
  order: -20; }
[flex-order="-19"] {
  order: -19; }
[flex-order="-18"] {
  order: -18; }
[flex-order="-17"] {
  order: -17; }
[flex-order="-16"] {
  order: -16; }
[flex-order="-15"] {
  order: -15; }
[flex-order="-14"] {
  order: -14; }
[flex-order="-13"] {
  order: -13; }
[flex-order="-12"] {
  order: -12; }
[flex-order="-11"] {
  order: -11; }
[flex-order="-10"] {
  order: -10; }
[flex-order="-9"] {
  order: -9; }
[flex-order="-8"] {
  order: -8; }
[flex-order="-7"] {
  order: -7; }
[flex-order="-6"] {
  order: -6; }
[flex-order="-5"] {
  order: -5; }
[flex-order="-4"] {
  order: -4; }
[flex-order="-3"] {
  order: -3; }
[flex-order="-2"] {
  order: -2; }
[flex-order="-1"] {
  order: -1; }
[flex-order="0"] {
  order: 0; }
[flex-order="1"] {
  order: 1; }
[flex-order="2"] {
  order: 2; }
[flex-order="3"] {
  order: 3; }
[flex-order="4"] {
  order: 4; }
[flex-order="5"] {
  order: 5; }
[flex-order="6"] {
  order: 6; }
[flex-order="7"] {
  order: 7; }
[flex-order="8"] {
  order: 8; }
[flex-order="9"] {
  order: 9; }
[flex-order="10"] {
  order: 10; }
[flex-order="11"] {
  order: 11; }
[flex-order="12"] {
  order: 12; }
[flex-order="13"] {
  order: 13; }
[flex-order="14"] {
  order: 14; }
[flex-order="15"] {
  order: 15; }
[flex-order="16"] {
  order: 16; }
[flex-order="17"] {
  order: 17; }
[flex-order="18"] {
  order: 18; }
[flex-order="19"] {
  order: 19; }
[flex-order="20"] {
  order: 20; }
[flex-offset="0"] {
  margin-left: 0%; }
[flex-offset="5"] {
  margin-left: 5%; }
[flex-offset="10"] {
  margin-left: 10%; }
[flex-offset="15"] {
  margin-left: 15%; }
[flex-offset="20"] {
  margin-left: 20%; }
[flex-offset="25"] {
  margin-left: 25%; }
[flex-offset="30"] {
  margin-left: 30%; }
[flex-offset="35"] {
  margin-left: 35%; }
[flex-offset="40"] {
  margin-left: 40%; }
[flex-offset="45"] {
  margin-left: 45%; }
[flex-offset="50"] {
  margin-left: 50%; }
[flex-offset="55"] {
  margin-left: 55%; }
[flex-offset="60"] {
  margin-left: 60%; }
[flex-offset="65"] {
  margin-left: 65%; }
[flex-offset="70"] {
  margin-left: 70%; }
[flex-offset="75"] {
  margin-left: 75%; }
[flex-offset="80"] {
  margin-left: 80%; }
[flex-offset="85"] {
  margin-left: 85%; }
[flex-offset="90"] {
  margin-left: 90%; }
[flex-offset="95"] {
  margin-left: 95%; }
[flex-offset="33"] {
  margin-left: calc(100% / 3); }
[flex-offset="66"] {
  margin-left: calc(200% / 3); }
[layout-align],
[layout-align="start stretch"] {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch; }
[layout-align='start'],
[layout-align='start start'],
[layout-align='start center'],
[layout-align='start end'],
[layout-align='start stretch'] {
  justify-content: flex-start; }
[layout-align='center'],
[layout-align='center start'],
[layout-align='center center'],
[layout-align='center end'],
[layout-align='center stretch'] {
  justify-content: center; }
[layout-align="end"],
[layout-align="end center"],
[layout-align="end start"],
[layout-align="end end"],
[layout-align="end stretch"] {
  justify-content: flex-end; }
[layout-align="space-around"],
[layout-align="space-around center"],
[layout-align="space-around start"],
[layout-align="space-around end"],
[layout-align="space-around stretch"] {
  justify-content: space-around; }
[layout-align="space-between"],
[layout-align="space-between center"],
[layout-align="space-between start"],
[layout-align="space-between end"],
[layout-align="space-between stretch"] {
  justify-content: space-between; }
[layout-align='start start'],
[layout-align='center start'],
[layout-align='end start'],
[layout-align='space-between start'],
[layout-align='space-around start'] {
  align-items: flex-start;
  align-content: flex-start; }
[layout-align='start center'],
[layout-align='center center'],
[layout-align='end center'],
[layout-align='space-between center'],
[layout-align='space-around center'] {
  align-items: center;
  align-content: center;
  max-width: 100%; }
[layout-align='start center'] > *,
  [layout-align='center center'] > *,
  [layout-align='end center'] > *,
  [layout-align='space-between center'] > *,
  [layout-align='space-around center'] > * {
    max-width: 100%;
    box-sizing: border-box; }
[layout-align='start center'] > *,
[layout-align='center center'] > *,
[layout-align='end center'] > *,
[layout-align='space-between center'] > *,
[layout-align='space-around center'] > * {
  max-width: 100%;
  box-sizing: border-box; }
[layout-align='start end'],
[layout-align='center end'],
[layout-align='end end'],
[layout-align='space-between end'],
[layout-align='space-around end'] {
  align-items: flex-end;
  align-content: flex-end; }
[layout-align='start stretch'],
[layout-align='center stretch'],
[layout-align='end stretch'],
[layout-align='space-between stretch'],
[layout-align='space-around stretch'] {
  align-items: stretch;
  align-content: stretch; }
[flex] {
  flex: 1;
  box-sizing: border-box; }
@media screen\0 {
  [flex] {
    flex: 1 1 0%; } }
[flex='grow'],
[flex-grow] {
  flex: 1 1 100%;
  box-sizing: border-box; }
[flex='initial'],
[flex-initial] {
  flex: 0 1 auto;
  box-sizing: border-box; }
[flex='auto'],
[flex-auto] {
  flex: 1 1 auto;
  box-sizing: border-box; }
[flex='none'],
[flex-none] {
  flex: 0 0 auto;
  box-sizing: border-box; }
[flex='noshrink'],
[flex-noshrink] {
  flex: 1 0 auto;
  box-sizing: border-box; }
[flex='nogrow'],
[flex-nogrow] {
  flex: 0 1 auto;
  box-sizing: border-box; }
[flex='0'] {
  flex: 1 1 0%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='0'],
[layout='row'] > [flex='0'] {
  flex: 1 1 0%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='0'],
[layout='column'] > [flex='0'] {
  flex: 1 1 0%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box; }
[flex='5'] {
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='5'],
[layout='row'] > [flex='5'] {
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='5'],
[layout='column'] > [flex='5'] {
  flex: 1 1 5%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box; }
[flex='10'] {
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='10'],
[layout='row'] > [flex='10'] {
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='10'],
[layout='column'] > [flex='10'] {
  flex: 1 1 10%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box; }
[flex='15'] {
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='15'],
[layout='row'] > [flex='15'] {
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='15'],
[layout='column'] > [flex='15'] {
  flex: 1 1 15%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box; }
[flex='20'] {
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='20'],
[layout='row'] > [flex='20'] {
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='20'],
[layout='column'] > [flex='20'] {
  flex: 1 1 20%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box; }
[flex='25'] {
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='25'],
[layout='row'] > [flex='25'] {
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='25'],
[layout='column'] > [flex='25'] {
  flex: 1 1 25%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box; }
[flex='30'] {
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='30'],
[layout='row'] > [flex='30'] {
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='30'],
[layout='column'] > [flex='30'] {
  flex: 1 1 30%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box; }
[flex='35'] {
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='35'],
[layout='row'] > [flex='35'] {
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='35'],
[layout='column'] > [flex='35'] {
  flex: 1 1 35%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box; }
[flex='40'] {
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='40'],
[layout='row'] > [flex='40'] {
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='40'],
[layout='column'] > [flex='40'] {
  flex: 1 1 40%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box; }
[flex='45'] {
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='45'],
[layout='row'] > [flex='45'] {
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='45'],
[layout='column'] > [flex='45'] {
  flex: 1 1 45%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box; }
[flex='50'] {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='50'],
[layout='row'] > [flex='50'] {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='50'],
[layout='column'] > [flex='50'] {
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box; }
[flex='55'] {
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='55'],
[layout='row'] > [flex='55'] {
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='55'],
[layout='column'] > [flex='55'] {
  flex: 1 1 55%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box; }
[flex='60'] {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='60'],
[layout='row'] > [flex='60'] {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='60'],
[layout='column'] > [flex='60'] {
  flex: 1 1 60%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box; }
[flex='65'] {
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='65'],
[layout='row'] > [flex='65'] {
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='65'],
[layout='column'] > [flex='65'] {
  flex: 1 1 65%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box; }
[flex='70'] {
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='70'],
[layout='row'] > [flex='70'] {
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='70'],
[layout='column'] > [flex='70'] {
  flex: 1 1 70%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box; }
[flex='75'] {
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='75'],
[layout='row'] > [flex='75'] {
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='75'],
[layout='column'] > [flex='75'] {
  flex: 1 1 75%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box; }
[flex='80'] {
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='80'],
[layout='row'] > [flex='80'] {
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='80'],
[layout='column'] > [flex='80'] {
  flex: 1 1 80%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box; }
[flex='85'] {
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='85'],
[layout='row'] > [flex='85'] {
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='85'],
[layout='column'] > [flex='85'] {
  flex: 1 1 85%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box; }
[flex='90'] {
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='90'],
[layout='row'] > [flex='90'] {
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='90'],
[layout='column'] > [flex='90'] {
  flex: 1 1 90%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box; }
[flex='95'] {
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='95'],
[layout='row'] > [flex='95'] {
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='95'],
[layout='column'] > [flex='95'] {
  flex: 1 1 95%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box; }
[flex='100'] {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='100'],
[layout='row'] > [flex='100'] {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='100'],
[layout='column'] > [flex='100'] {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='33'],
[layout='row'] > [flex='33'],
[layout='row'] > [flex='33'],
[layout='row'] > [flex='33'] {
  flex: 1 1 33%;
  max-width: calc(100% / 3);
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='34'],
[layout='row'] > [flex='34'],
[layout='row'] > [flex='34'],
[layout='row'] > [flex='34'] {
  flex: 1 1 34%;
  max-width: 34%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='66'],
[layout='row'] > [flex='66'],
[layout='row'] > [flex='66'],
[layout='row'] > [flex='66'] {
  flex: 1 1 66%;
  max-width: calc(200% / 3);
  max-height: 100%;
  box-sizing: border-box; }
[layout='row'] > [flex='67'],
[layout='row'] > [flex='67'],
[layout='row'] > [flex='67'],
[layout='row'] > [flex='67'] {
  flex: 1 1 67%;
  max-width: 67%;
  max-height: 100%;
  box-sizing: border-box; }
[layout='column'] > [flex='33'],
[layout='column'] > [flex='33'],
[layout='column'] > [flex='33'],
[layout='column'] > [flex='33'] {
  flex: 1 1 33%;
  max-width: 100%;
  max-height: calc(100% / 3);
  box-sizing: border-box; }
[layout='column'] > [flex='34'],
[layout='column'] > [flex='34'],
[layout='column'] > [flex='34'],
[layout='column'] > [flex='34'] {
  flex: 1 1 34%;
  max-width: 100%;
  max-height: 34%;
  box-sizing: border-box; }
[layout='column'] > [flex='66'],
[layout='column'] > [flex='66'],
[layout='column'] > [flex='66'],
[layout='column'] > [flex='66'] {
  flex: 1 1 66%;
  max-width: 100%;
  max-height: calc(200% / 3);
  box-sizing: border-box; }
[layout='column'] > [flex='67'],
[layout='column'] > [flex='67'],
[layout='column'] > [flex='67'],
[layout='column'] > [flex='67'] {
  flex: 1 1 67%;
  max-width: 100%;
  max-height: 67%;
  box-sizing: border-box; }
[layout],
[layout='column'],
[layout='row'] {
  box-sizing: border-box;
  display: flex; }
[layout='column'] {
  flex-direction: column; }
[layout='row'] {
  flex-direction: row; }
[layout-padding] > [flex-sm],
[layout-padding] > [flex-lt-md] {
  padding: 4px; }
[layout-padding],
[layout-padding] > [flex],
[layout-padding] > [flex-gt-sm],
[layout-padding] > [flex-md],
[layout-padding] > [flex-lt-lg] {
  padding: 8px; }
[layout-padding] > [flex-gt-md],
[layout-padding] > [flex-lg] {
  padding: 16px; }
[layout-margin] > [flex-sm],
[layout-margin] > [flex-lt-md] {
  margin: 4px; }
[layout-margin],
[layout-margin] > [flex],
[layout-margin] > [flex-gt-sm],
[layout-margin] > [flex-md],
[layout-margin] > [flex-lt-lg] {
  margin: 8px; }
[layout-margin] > [flex-gt-md],
[layout-margin] > [flex-lg] {
  margin: 16px; }
[layout-wrap] {
  flex-wrap: wrap; }
[layout-nowrap] {
  flex-wrap: nowrap; }
[layout-fill] {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%; }
/**
  * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
  * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
  * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
  *
  *  hide means hide everywhere
  *  Sizes:
  *         $layout-breakpoint-xs:     600px !default;
  *         $layout-breakpoint-sm:     960px !default;
  *         $layout-breakpoint-md:     1280px !default;
  *         $layout-breakpoint-lg:     1920px !default;
  */
@media (max-width: 599px) {
  [hide-xs]:not([show-xs]):not([show]),
  [hide]:not([show-xs]):not([show]) {
    display: none; }
  [flex-order-xs="-20"] {
    order: -20; }
  [flex-order-xs="-19"] {
    order: -19; }
  [flex-order-xs="-18"] {
    order: -18; }
  [flex-order-xs="-17"] {
    order: -17; }
  [flex-order-xs="-16"] {
    order: -16; }
  [flex-order-xs="-15"] {
    order: -15; }
  [flex-order-xs="-14"] {
    order: -14; }
  [flex-order-xs="-13"] {
    order: -13; }
  [flex-order-xs="-12"] {
    order: -12; }
  [flex-order-xs="-11"] {
    order: -11; }
  [flex-order-xs="-10"] {
    order: -10; }
  [flex-order-xs="-9"] {
    order: -9; }
  [flex-order-xs="-8"] {
    order: -8; }
  [flex-order-xs="-7"] {
    order: -7; }
  [flex-order-xs="-6"] {
    order: -6; }
  [flex-order-xs="-5"] {
    order: -5; }
  [flex-order-xs="-4"] {
    order: -4; }
  [flex-order-xs="-3"] {
    order: -3; }
  [flex-order-xs="-2"] {
    order: -2; }
  [flex-order-xs="-1"] {
    order: -1; }
  [flex-order-xs="0"] {
    order: 0; }
  [flex-order-xs="1"] {
    order: 1; }
  [flex-order-xs="2"] {
    order: 2; }
  [flex-order-xs="3"] {
    order: 3; }
  [flex-order-xs="4"] {
    order: 4; }
  [flex-order-xs="5"] {
    order: 5; }
  [flex-order-xs="6"] {
    order: 6; }
  [flex-order-xs="7"] {
    order: 7; }
  [flex-order-xs="8"] {
    order: 8; }
  [flex-order-xs="9"] {
    order: 9; }
  [flex-order-xs="10"] {
    order: 10; }
  [flex-order-xs="11"] {
    order: 11; }
  [flex-order-xs="12"] {
    order: 12; }
  [flex-order-xs="13"] {
    order: 13; }
  [flex-order-xs="14"] {
    order: 14; }
  [flex-order-xs="15"] {
    order: 15; }
  [flex-order-xs="16"] {
    order: 16; }
  [flex-order-xs="17"] {
    order: 17; }
  [flex-order-xs="18"] {
    order: 18; }
  [flex-order-xs="19"] {
    order: 19; }
  [flex-order-xs="20"] {
    order: 20; }
  [flex-offset-xs="0"] {
    margin-left: 0%; }
  [flex-offset-xs="5"] {
    margin-left: 5%; }
  [flex-offset-xs="10"] {
    margin-left: 10%; }
  [flex-offset-xs="15"] {
    margin-left: 15%; }
  [flex-offset-xs="20"] {
    margin-left: 20%; }
  [flex-offset-xs="25"] {
    margin-left: 25%; }
  [flex-offset-xs="30"] {
    margin-left: 30%; }
  [flex-offset-xs="35"] {
    margin-left: 35%; }
  [flex-offset-xs="40"] {
    margin-left: 40%; }
  [flex-offset-xs="45"] {
    margin-left: 45%; }
  [flex-offset-xs="50"] {
    margin-left: 50%; }
  [flex-offset-xs="55"] {
    margin-left: 55%; }
  [flex-offset-xs="60"] {
    margin-left: 60%; }
  [flex-offset-xs="65"] {
    margin-left: 65%; }
  [flex-offset-xs="70"] {
    margin-left: 70%; }
  [flex-offset-xs="75"] {
    margin-left: 75%; }
  [flex-offset-xs="80"] {
    margin-left: 80%; }
  [flex-offset-xs="85"] {
    margin-left: 85%; }
  [flex-offset-xs="90"] {
    margin-left: 90%; }
  [flex-offset-xs="95"] {
    margin-left: 95%; }
  [flex-offset-xs="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-xs="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-xs],
  [layout-align-xs="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-xs='start'],
  [layout-align-xs='start start'],
  [layout-align-xs='start center'],
  [layout-align-xs='start end'],
  [layout-align-xs='start stretch'] {
    justify-content: flex-start; }
  [layout-align-xs='center'],
  [layout-align-xs='center start'],
  [layout-align-xs='center center'],
  [layout-align-xs='center end'],
  [layout-align-xs='center stretch'] {
    justify-content: center; }
  [layout-align-xs="end"],
  [layout-align-xs="end center"],
  [layout-align-xs="end start"],
  [layout-align-xs="end end"],
  [layout-align-xs="end stretch"] {
    justify-content: flex-end; }
  [layout-align-xs="space-around"],
  [layout-align-xs="space-around center"],
  [layout-align-xs="space-around start"],
  [layout-align-xs="space-around end"],
  [layout-align-xs="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-xs="space-between"],
  [layout-align-xs="space-between center"],
  [layout-align-xs="space-between start"],
  [layout-align-xs="space-between end"],
  [layout-align-xs="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-xs='start start'],
  [layout-align-xs='center start'],
  [layout-align-xs='end start'],
  [layout-align-xs='space-between start'],
  [layout-align-xs='space-around start'] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-xs='start center'],
  [layout-align-xs='center center'],
  [layout-align-xs='end center'],
  [layout-align-xs='space-between center'],
  [layout-align-xs='space-around center'] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
    [layout-align-xs='start center'] > *,
    [layout-align-xs='center center'] > *,
    [layout-align-xs='end center'] > *,
    [layout-align-xs='space-between center'] > *,
    [layout-align-xs='space-around center'] > * {
      max-width: 100%;
      box-sizing: border-box; }
  [layout-align-xs='start center'] > *,
  [layout-align-xs='center center'] > *,
  [layout-align-xs='end center'] > *,
  [layout-align-xs='space-between center'] > *,
  [layout-align-xs='space-around center'] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-xs='start end'],
  [layout-align-xs='center end'],
  [layout-align-xs='end end'],
  [layout-align-xs='space-between end'],
  [layout-align-xs='space-around end'] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-xs='start stretch'],
  [layout-align-xs='center stretch'],
  [layout-align-xs='end stretch'],
  [layout-align-xs='space-between stretch'],
  [layout-align-xs='space-around stretch'] {
    align-items: stretch;
    align-content: stretch; }
  [flex-xs] {
    flex: 1;
    box-sizing: border-box; } }
@media screen\0  and (max-width: 599px) {
  [flex-xs] {
    flex: 1 1 0%; } }
@media (max-width: 599px) {
  [flex-xs='grow'],
  [flex-xs-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-xs='initial'],
  [flex-xs-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-xs='auto'],
  [flex-xs-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-xs='none'],
  [flex-xs-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-xs='noshrink'],
  [flex-xs-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box; }
  [flex-xs='nogrow'],
  [flex-xs-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-xs='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='0'],
  [layout-xs='row'] > [flex-xs='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='0'],
  [layout-xs='column'] > [flex-xs='0'] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  [flex-xs='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='5'],
  [layout-xs='row'] > [flex-xs='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='5'],
  [layout-xs='column'] > [flex-xs='5'] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-xs='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='10'],
  [layout-xs='row'] > [flex-xs='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='10'],
  [layout-xs='column'] > [flex-xs='10'] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-xs='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='15'],
  [layout-xs='row'] > [flex-xs='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='15'],
  [layout-xs='column'] > [flex-xs='15'] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-xs='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='20'],
  [layout-xs='row'] > [flex-xs='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='20'],
  [layout-xs='column'] > [flex-xs='20'] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-xs='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='25'],
  [layout-xs='row'] > [flex-xs='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='25'],
  [layout-xs='column'] > [flex-xs='25'] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-xs='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='30'],
  [layout-xs='row'] > [flex-xs='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='30'],
  [layout-xs='column'] > [flex-xs='30'] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-xs='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='35'],
  [layout-xs='row'] > [flex-xs='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='35'],
  [layout-xs='column'] > [flex-xs='35'] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-xs='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='40'],
  [layout-xs='row'] > [flex-xs='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='40'],
  [layout-xs='column'] > [flex-xs='40'] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-xs='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='45'],
  [layout-xs='row'] > [flex-xs='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='45'],
  [layout-xs='column'] > [flex-xs='45'] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-xs='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='50'],
  [layout-xs='row'] > [flex-xs='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='50'],
  [layout-xs='column'] > [flex-xs='50'] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-xs='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='55'],
  [layout-xs='row'] > [flex-xs='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='55'],
  [layout-xs='column'] > [flex-xs='55'] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-xs='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='60'],
  [layout-xs='row'] > [flex-xs='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='60'],
  [layout-xs='column'] > [flex-xs='60'] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-xs='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='65'],
  [layout-xs='row'] > [flex-xs='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='65'],
  [layout-xs='column'] > [flex-xs='65'] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-xs='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='70'],
  [layout-xs='row'] > [flex-xs='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='70'],
  [layout-xs='column'] > [flex-xs='70'] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-xs='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='75'],
  [layout-xs='row'] > [flex-xs='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='75'],
  [layout-xs='column'] > [flex-xs='75'] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-xs='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='80'],
  [layout-xs='row'] > [flex-xs='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='80'],
  [layout-xs='column'] > [flex-xs='80'] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-xs='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='85'],
  [layout-xs='row'] > [flex-xs='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='85'],
  [layout-xs='column'] > [flex-xs='85'] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-xs='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='90'],
  [layout-xs='row'] > [flex-xs='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='90'],
  [layout-xs='column'] > [flex-xs='90'] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-xs='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='95'],
  [layout-xs='row'] > [flex-xs='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='95'],
  [layout-xs='column'] > [flex-xs='95'] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-xs='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='100'],
  [layout-xs='row'] > [flex-xs='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='100'],
  [layout-xs='column'] > [flex-xs='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='33'],
  [layout='row'] > [flex-xs='33'],
  [layout-xs='row'] > [flex-xs='33'],
  [layout-xs='row'] > [flex-xs='33'] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='34'],
  [layout='row'] > [flex-xs='34'],
  [layout-xs='row'] > [flex-xs='34'],
  [layout-xs='row'] > [flex-xs='34'] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='66'],
  [layout='row'] > [flex-xs='66'],
  [layout-xs='row'] > [flex-xs='66'],
  [layout-xs='row'] > [flex-xs='66'] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xs='67'],
  [layout='row'] > [flex-xs='67'],
  [layout-xs='row'] > [flex-xs='67'],
  [layout-xs='row'] > [flex-xs='67'] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='33'],
  [layout='column'] > [flex-xs='33'],
  [layout-xs='column'] > [flex-xs='33'],
  [layout-xs='column'] > [flex-xs='33'] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='34'],
  [layout='column'] > [flex-xs='34'],
  [layout-xs='column'] > [flex-xs='34'],
  [layout-xs='column'] > [flex-xs='34'] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='66'],
  [layout='column'] > [flex-xs='66'],
  [layout-xs='column'] > [flex-xs='66'],
  [layout-xs='column'] > [flex-xs='66'] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-xs='67'],
  [layout='column'] > [flex-xs='67'],
  [layout-xs='column'] > [flex-xs='67'],
  [layout-xs='column'] > [flex-xs='67'] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box; }
  [layout-xs],
  [layout-xs='column'],
  [layout-xs='row'] {
    box-sizing: border-box;
    display: flex; }
  [layout-xs='column'] {
    flex-direction: column; }
  [layout-xs='row'] {
    flex-direction: row; } }
@media (min-width: 600px) {
  [flex-order-gt-xs="-20"] {
    order: -20; }
  [flex-order-gt-xs="-19"] {
    order: -19; }
  [flex-order-gt-xs="-18"] {
    order: -18; }
  [flex-order-gt-xs="-17"] {
    order: -17; }
  [flex-order-gt-xs="-16"] {
    order: -16; }
  [flex-order-gt-xs="-15"] {
    order: -15; }
  [flex-order-gt-xs="-14"] {
    order: -14; }
  [flex-order-gt-xs="-13"] {
    order: -13; }
  [flex-order-gt-xs="-12"] {
    order: -12; }
  [flex-order-gt-xs="-11"] {
    order: -11; }
  [flex-order-gt-xs="-10"] {
    order: -10; }
  [flex-order-gt-xs="-9"] {
    order: -9; }
  [flex-order-gt-xs="-8"] {
    order: -8; }
  [flex-order-gt-xs="-7"] {
    order: -7; }
  [flex-order-gt-xs="-6"] {
    order: -6; }
  [flex-order-gt-xs="-5"] {
    order: -5; }
  [flex-order-gt-xs="-4"] {
    order: -4; }
  [flex-order-gt-xs="-3"] {
    order: -3; }
  [flex-order-gt-xs="-2"] {
    order: -2; }
  [flex-order-gt-xs="-1"] {
    order: -1; }
  [flex-order-gt-xs="0"] {
    order: 0; }
  [flex-order-gt-xs="1"] {
    order: 1; }
  [flex-order-gt-xs="2"] {
    order: 2; }
  [flex-order-gt-xs="3"] {
    order: 3; }
  [flex-order-gt-xs="4"] {
    order: 4; }
  [flex-order-gt-xs="5"] {
    order: 5; }
  [flex-order-gt-xs="6"] {
    order: 6; }
  [flex-order-gt-xs="7"] {
    order: 7; }
  [flex-order-gt-xs="8"] {
    order: 8; }
  [flex-order-gt-xs="9"] {
    order: 9; }
  [flex-order-gt-xs="10"] {
    order: 10; }
  [flex-order-gt-xs="11"] {
    order: 11; }
  [flex-order-gt-xs="12"] {
    order: 12; }
  [flex-order-gt-xs="13"] {
    order: 13; }
  [flex-order-gt-xs="14"] {
    order: 14; }
  [flex-order-gt-xs="15"] {
    order: 15; }
  [flex-order-gt-xs="16"] {
    order: 16; }
  [flex-order-gt-xs="17"] {
    order: 17; }
  [flex-order-gt-xs="18"] {
    order: 18; }
  [flex-order-gt-xs="19"] {
    order: 19; }
  [flex-order-gt-xs="20"] {
    order: 20; }
  [flex-offset-gt-xs="0"] {
    margin-left: 0%; }
  [flex-offset-gt-xs="5"] {
    margin-left: 5%; }
  [flex-offset-gt-xs="10"] {
    margin-left: 10%; }
  [flex-offset-gt-xs="15"] {
    margin-left: 15%; }
  [flex-offset-gt-xs="20"] {
    margin-left: 20%; }
  [flex-offset-gt-xs="25"] {
    margin-left: 25%; }
  [flex-offset-gt-xs="30"] {
    margin-left: 30%; }
  [flex-offset-gt-xs="35"] {
    margin-left: 35%; }
  [flex-offset-gt-xs="40"] {
    margin-left: 40%; }
  [flex-offset-gt-xs="45"] {
    margin-left: 45%; }
  [flex-offset-gt-xs="50"] {
    margin-left: 50%; }
  [flex-offset-gt-xs="55"] {
    margin-left: 55%; }
  [flex-offset-gt-xs="60"] {
    margin-left: 60%; }
  [flex-offset-gt-xs="65"] {
    margin-left: 65%; }
  [flex-offset-gt-xs="70"] {
    margin-left: 70%; }
  [flex-offset-gt-xs="75"] {
    margin-left: 75%; }
  [flex-offset-gt-xs="80"] {
    margin-left: 80%; }
  [flex-offset-gt-xs="85"] {
    margin-left: 85%; }
  [flex-offset-gt-xs="90"] {
    margin-left: 90%; }
  [flex-offset-gt-xs="95"] {
    margin-left: 95%; }
  [flex-offset-gt-xs="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-gt-xs="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-gt-xs],
  [layout-align-gt-xs="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-gt-xs='start'],
  [layout-align-gt-xs='start start'],
  [layout-align-gt-xs='start center'],
  [layout-align-gt-xs='start end'],
  [layout-align-gt-xs='start stretch'] {
    justify-content: flex-start; }
  [layout-align-gt-xs='center'],
  [layout-align-gt-xs='center start'],
  [layout-align-gt-xs='center center'],
  [layout-align-gt-xs='center end'],
  [layout-align-gt-xs='center stretch'] {
    justify-content: center; }
  [layout-align-gt-xs="end"],
  [layout-align-gt-xs="end center"],
  [layout-align-gt-xs="end start"],
  [layout-align-gt-xs="end end"],
  [layout-align-gt-xs="end stretch"] {
    justify-content: flex-end; }
  [layout-align-gt-xs="space-around"],
  [layout-align-gt-xs="space-around center"],
  [layout-align-gt-xs="space-around start"],
  [layout-align-gt-xs="space-around end"],
  [layout-align-gt-xs="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-gt-xs="space-between"],
  [layout-align-gt-xs="space-between center"],
  [layout-align-gt-xs="space-between start"],
  [layout-align-gt-xs="space-between end"],
  [layout-align-gt-xs="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-gt-xs='start start'],
  [layout-align-gt-xs='center start'],
  [layout-align-gt-xs='end start'],
  [layout-align-gt-xs='space-between start'],
  [layout-align-gt-xs='space-around start'] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-gt-xs='start center'],
  [layout-align-gt-xs='center center'],
  [layout-align-gt-xs='end center'],
  [layout-align-gt-xs='space-between center'],
  [layout-align-gt-xs='space-around center'] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
    [layout-align-gt-xs='start center'] > *,
    [layout-align-gt-xs='center center'] > *,
    [layout-align-gt-xs='end center'] > *,
    [layout-align-gt-xs='space-between center'] > *,
    [layout-align-gt-xs='space-around center'] > * {
      max-width: 100%;
      box-sizing: border-box; }
  [layout-align-gt-xs='start center'] > *,
  [layout-align-gt-xs='center center'] > *,
  [layout-align-gt-xs='end center'] > *,
  [layout-align-gt-xs='space-between center'] > *,
  [layout-align-gt-xs='space-around center'] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-gt-xs='start end'],
  [layout-align-gt-xs='center end'],
  [layout-align-gt-xs='end end'],
  [layout-align-gt-xs='space-between end'],
  [layout-align-gt-xs='space-around end'] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-gt-xs='start stretch'],
  [layout-align-gt-xs='center stretch'],
  [layout-align-gt-xs='end stretch'],
  [layout-align-gt-xs='space-between stretch'],
  [layout-align-gt-xs='space-around stretch'] {
    align-items: stretch;
    align-content: stretch; }
  [flex-gt-xs] {
    flex: 1;
    box-sizing: border-box; } }
@media screen\0  and (min-width: 600px) {
  [flex-gt-xs] {
    flex: 1 1 0%; } }
@media (min-width: 600px) {
  [flex-gt-xs='grow'],
  [flex-gt-xs-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-gt-xs='initial'],
  [flex-gt-xs-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-xs='auto'],
  [flex-gt-xs-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-gt-xs='none'],
  [flex-gt-xs-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-gt-xs='noshrink'],
  [flex-gt-xs-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box; }
  [flex-gt-xs='nogrow'],
  [flex-gt-xs-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-xs='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='0'],
  [layout-gt-xs='row'] > [flex-gt-xs='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='0'],
  [layout-gt-xs='column'] > [flex-gt-xs='0'] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  [flex-gt-xs='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='5'],
  [layout-gt-xs='row'] > [flex-gt-xs='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='5'],
  [layout-gt-xs='column'] > [flex-gt-xs='5'] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-gt-xs='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='10'],
  [layout-gt-xs='row'] > [flex-gt-xs='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='10'],
  [layout-gt-xs='column'] > [flex-gt-xs='10'] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-gt-xs='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='15'],
  [layout-gt-xs='row'] > [flex-gt-xs='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='15'],
  [layout-gt-xs='column'] > [flex-gt-xs='15'] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-gt-xs='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='20'],
  [layout-gt-xs='row'] > [flex-gt-xs='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='20'],
  [layout-gt-xs='column'] > [flex-gt-xs='20'] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-gt-xs='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='25'],
  [layout-gt-xs='row'] > [flex-gt-xs='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='25'],
  [layout-gt-xs='column'] > [flex-gt-xs='25'] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-gt-xs='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='30'],
  [layout-gt-xs='row'] > [flex-gt-xs='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='30'],
  [layout-gt-xs='column'] > [flex-gt-xs='30'] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-gt-xs='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='35'],
  [layout-gt-xs='row'] > [flex-gt-xs='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='35'],
  [layout-gt-xs='column'] > [flex-gt-xs='35'] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-gt-xs='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='40'],
  [layout-gt-xs='row'] > [flex-gt-xs='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='40'],
  [layout-gt-xs='column'] > [flex-gt-xs='40'] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-gt-xs='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='45'],
  [layout-gt-xs='row'] > [flex-gt-xs='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='45'],
  [layout-gt-xs='column'] > [flex-gt-xs='45'] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-gt-xs='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='50'],
  [layout-gt-xs='row'] > [flex-gt-xs='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='50'],
  [layout-gt-xs='column'] > [flex-gt-xs='50'] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-gt-xs='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='55'],
  [layout-gt-xs='row'] > [flex-gt-xs='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='55'],
  [layout-gt-xs='column'] > [flex-gt-xs='55'] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-gt-xs='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='60'],
  [layout-gt-xs='row'] > [flex-gt-xs='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='60'],
  [layout-gt-xs='column'] > [flex-gt-xs='60'] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-gt-xs='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='65'],
  [layout-gt-xs='row'] > [flex-gt-xs='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='65'],
  [layout-gt-xs='column'] > [flex-gt-xs='65'] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-gt-xs='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='70'],
  [layout-gt-xs='row'] > [flex-gt-xs='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='70'],
  [layout-gt-xs='column'] > [flex-gt-xs='70'] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-gt-xs='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='75'],
  [layout-gt-xs='row'] > [flex-gt-xs='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='75'],
  [layout-gt-xs='column'] > [flex-gt-xs='75'] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-gt-xs='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='80'],
  [layout-gt-xs='row'] > [flex-gt-xs='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='80'],
  [layout-gt-xs='column'] > [flex-gt-xs='80'] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-gt-xs='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='85'],
  [layout-gt-xs='row'] > [flex-gt-xs='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='85'],
  [layout-gt-xs='column'] > [flex-gt-xs='85'] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-gt-xs='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='90'],
  [layout-gt-xs='row'] > [flex-gt-xs='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='90'],
  [layout-gt-xs='column'] > [flex-gt-xs='90'] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-gt-xs='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='95'],
  [layout-gt-xs='row'] > [flex-gt-xs='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='95'],
  [layout-gt-xs='column'] > [flex-gt-xs='95'] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-gt-xs='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='100'],
  [layout-gt-xs='row'] > [flex-gt-xs='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='100'],
  [layout-gt-xs='column'] > [flex-gt-xs='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='33'],
  [layout='row'] > [flex-gt-xs='33'],
  [layout-gt-xs='row'] > [flex-gt-xs='33'],
  [layout-gt-xs='row'] > [flex-gt-xs='33'] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='34'],
  [layout='row'] > [flex-gt-xs='34'],
  [layout-gt-xs='row'] > [flex-gt-xs='34'],
  [layout-gt-xs='row'] > [flex-gt-xs='34'] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='66'],
  [layout='row'] > [flex-gt-xs='66'],
  [layout-gt-xs='row'] > [flex-gt-xs='66'],
  [layout-gt-xs='row'] > [flex-gt-xs='66'] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-xs='67'],
  [layout='row'] > [flex-gt-xs='67'],
  [layout-gt-xs='row'] > [flex-gt-xs='67'],
  [layout-gt-xs='row'] > [flex-gt-xs='67'] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='33'],
  [layout='column'] > [flex-gt-xs='33'],
  [layout-gt-xs='column'] > [flex-gt-xs='33'],
  [layout-gt-xs='column'] > [flex-gt-xs='33'] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='34'],
  [layout='column'] > [flex-gt-xs='34'],
  [layout-gt-xs='column'] > [flex-gt-xs='34'],
  [layout-gt-xs='column'] > [flex-gt-xs='34'] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='66'],
  [layout='column'] > [flex-gt-xs='66'],
  [layout-gt-xs='column'] > [flex-gt-xs='66'],
  [layout-gt-xs='column'] > [flex-gt-xs='66'] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-xs='67'],
  [layout='column'] > [flex-gt-xs='67'],
  [layout-gt-xs='column'] > [flex-gt-xs='67'],
  [layout-gt-xs='column'] > [flex-gt-xs='67'] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box; }
  [layout-gt-xs],
  [layout-gt-xs='column'],
  [layout-gt-xs='row'] {
    box-sizing: border-box;
    display: flex; }
  [layout-gt-xs='column'] {
    flex-direction: column; }
  [layout-gt-xs='row'] {
    flex-direction: row; } }
@media (min-width: 600px) and (max-width: 959px) {
  [hide-sm]:not([show-gt-xs]):not([show-sm]):not([show]),
  [hide-gt-xs]:not([show-gt-xs]):not([show-sm]):not([show]) {
    display: none; }
  [hide-sm]:not([show-sm]):not([show]) {
    display: none; }
  [flex-order-sm="-20"] {
    order: -20; }
  [flex-order-sm="-19"] {
    order: -19; }
  [flex-order-sm="-18"] {
    order: -18; }
  [flex-order-sm="-17"] {
    order: -17; }
  [flex-order-sm="-16"] {
    order: -16; }
  [flex-order-sm="-15"] {
    order: -15; }
  [flex-order-sm="-14"] {
    order: -14; }
  [flex-order-sm="-13"] {
    order: -13; }
  [flex-order-sm="-12"] {
    order: -12; }
  [flex-order-sm="-11"] {
    order: -11; }
  [flex-order-sm="-10"] {
    order: -10; }
  [flex-order-sm="-9"] {
    order: -9; }
  [flex-order-sm="-8"] {
    order: -8; }
  [flex-order-sm="-7"] {
    order: -7; }
  [flex-order-sm="-6"] {
    order: -6; }
  [flex-order-sm="-5"] {
    order: -5; }
  [flex-order-sm="-4"] {
    order: -4; }
  [flex-order-sm="-3"] {
    order: -3; }
  [flex-order-sm="-2"] {
    order: -2; }
  [flex-order-sm="-1"] {
    order: -1; }
  [flex-order-sm="0"] {
    order: 0; }
  [flex-order-sm="1"] {
    order: 1; }
  [flex-order-sm="2"] {
    order: 2; }
  [flex-order-sm="3"] {
    order: 3; }
  [flex-order-sm="4"] {
    order: 4; }
  [flex-order-sm="5"] {
    order: 5; }
  [flex-order-sm="6"] {
    order: 6; }
  [flex-order-sm="7"] {
    order: 7; }
  [flex-order-sm="8"] {
    order: 8; }
  [flex-order-sm="9"] {
    order: 9; }
  [flex-order-sm="10"] {
    order: 10; }
  [flex-order-sm="11"] {
    order: 11; }
  [flex-order-sm="12"] {
    order: 12; }
  [flex-order-sm="13"] {
    order: 13; }
  [flex-order-sm="14"] {
    order: 14; }
  [flex-order-sm="15"] {
    order: 15; }
  [flex-order-sm="16"] {
    order: 16; }
  [flex-order-sm="17"] {
    order: 17; }
  [flex-order-sm="18"] {
    order: 18; }
  [flex-order-sm="19"] {
    order: 19; }
  [flex-order-sm="20"] {
    order: 20; }
  [flex-offset-sm="0"] {
    margin-left: 0%; }
  [flex-offset-sm="5"] {
    margin-left: 5%; }
  [flex-offset-sm="10"] {
    margin-left: 10%; }
  [flex-offset-sm="15"] {
    margin-left: 15%; }
  [flex-offset-sm="20"] {
    margin-left: 20%; }
  [flex-offset-sm="25"] {
    margin-left: 25%; }
  [flex-offset-sm="30"] {
    margin-left: 30%; }
  [flex-offset-sm="35"] {
    margin-left: 35%; }
  [flex-offset-sm="40"] {
    margin-left: 40%; }
  [flex-offset-sm="45"] {
    margin-left: 45%; }
  [flex-offset-sm="50"] {
    margin-left: 50%; }
  [flex-offset-sm="55"] {
    margin-left: 55%; }
  [flex-offset-sm="60"] {
    margin-left: 60%; }
  [flex-offset-sm="65"] {
    margin-left: 65%; }
  [flex-offset-sm="70"] {
    margin-left: 70%; }
  [flex-offset-sm="75"] {
    margin-left: 75%; }
  [flex-offset-sm="80"] {
    margin-left: 80%; }
  [flex-offset-sm="85"] {
    margin-left: 85%; }
  [flex-offset-sm="90"] {
    margin-left: 90%; }
  [flex-offset-sm="95"] {
    margin-left: 95%; }
  [flex-offset-sm="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-sm="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-sm],
  [layout-align-sm="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-sm='start'],
  [layout-align-sm='start start'],
  [layout-align-sm='start center'],
  [layout-align-sm='start end'],
  [layout-align-sm='start stretch'] {
    justify-content: flex-start; }
  [layout-align-sm='center'],
  [layout-align-sm='center start'],
  [layout-align-sm='center center'],
  [layout-align-sm='center end'],
  [layout-align-sm='center stretch'] {
    justify-content: center; }
  [layout-align-sm="end"],
  [layout-align-sm="end center"],
  [layout-align-sm="end start"],
  [layout-align-sm="end end"],
  [layout-align-sm="end stretch"] {
    justify-content: flex-end; }
  [layout-align-sm="space-around"],
  [layout-align-sm="space-around center"],
  [layout-align-sm="space-around start"],
  [layout-align-sm="space-around end"],
  [layout-align-sm="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-sm="space-between"],
  [layout-align-sm="space-between center"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="space-between end"],
  [layout-align-sm="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-sm='start start'],
  [layout-align-sm='center start'],
  [layout-align-sm='end start'],
  [layout-align-sm='space-between start'],
  [layout-align-sm='space-around start'] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-sm='start center'],
  [layout-align-sm='center center'],
  [layout-align-sm='end center'],
  [layout-align-sm='space-between center'],
  [layout-align-sm='space-around center'] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
    [layout-align-sm='start center'] > *,
    [layout-align-sm='center center'] > *,
    [layout-align-sm='end center'] > *,
    [layout-align-sm='space-between center'] > *,
    [layout-align-sm='space-around center'] > * {
      max-width: 100%;
      box-sizing: border-box; }
  [layout-align-sm='start center'] > *,
  [layout-align-sm='center center'] > *,
  [layout-align-sm='end center'] > *,
  [layout-align-sm='space-between center'] > *,
  [layout-align-sm='space-around center'] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-sm='start end'],
  [layout-align-sm='center end'],
  [layout-align-sm='end end'],
  [layout-align-sm='space-between end'],
  [layout-align-sm='space-around end'] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-sm='start stretch'],
  [layout-align-sm='center stretch'],
  [layout-align-sm='end stretch'],
  [layout-align-sm='space-between stretch'],
  [layout-align-sm='space-around stretch'] {
    align-items: stretch;
    align-content: stretch; }
  [flex-sm] {
    flex: 1;
    box-sizing: border-box; } }
@media screen\0  and (min-width: 600px) and (max-width: 959px) {
  [flex-sm] {
    flex: 1 1 0%; } }
@media (min-width: 600px) and (max-width: 959px) {
  [flex-sm='grow'],
  [flex-sm-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-sm='initial'],
  [flex-sm-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-sm='auto'],
  [flex-sm-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-sm='none'],
  [flex-sm-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-sm='noshrink'],
  [flex-sm-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box; }
  [flex-sm='nogrow'],
  [flex-sm-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-sm='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='0'],
  [layout-sm='row'] > [flex-sm='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='0'],
  [layout-sm='column'] > [flex-sm='0'] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  [flex-sm='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='5'],
  [layout-sm='row'] > [flex-sm='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='5'],
  [layout-sm='column'] > [flex-sm='5'] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-sm='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='10'],
  [layout-sm='row'] > [flex-sm='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='10'],
  [layout-sm='column'] > [flex-sm='10'] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-sm='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='15'],
  [layout-sm='row'] > [flex-sm='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='15'],
  [layout-sm='column'] > [flex-sm='15'] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-sm='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='20'],
  [layout-sm='row'] > [flex-sm='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='20'],
  [layout-sm='column'] > [flex-sm='20'] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-sm='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='25'],
  [layout-sm='row'] > [flex-sm='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='25'],
  [layout-sm='column'] > [flex-sm='25'] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-sm='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='30'],
  [layout-sm='row'] > [flex-sm='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='30'],
  [layout-sm='column'] > [flex-sm='30'] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-sm='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='35'],
  [layout-sm='row'] > [flex-sm='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='35'],
  [layout-sm='column'] > [flex-sm='35'] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-sm='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='40'],
  [layout-sm='row'] > [flex-sm='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='40'],
  [layout-sm='column'] > [flex-sm='40'] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-sm='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='45'],
  [layout-sm='row'] > [flex-sm='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='45'],
  [layout-sm='column'] > [flex-sm='45'] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-sm='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='50'],
  [layout-sm='row'] > [flex-sm='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='50'],
  [layout-sm='column'] > [flex-sm='50'] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-sm='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='55'],
  [layout-sm='row'] > [flex-sm='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='55'],
  [layout-sm='column'] > [flex-sm='55'] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-sm='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='60'],
  [layout-sm='row'] > [flex-sm='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='60'],
  [layout-sm='column'] > [flex-sm='60'] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-sm='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='65'],
  [layout-sm='row'] > [flex-sm='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='65'],
  [layout-sm='column'] > [flex-sm='65'] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-sm='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='70'],
  [layout-sm='row'] > [flex-sm='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='70'],
  [layout-sm='column'] > [flex-sm='70'] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-sm='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='75'],
  [layout-sm='row'] > [flex-sm='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='75'],
  [layout-sm='column'] > [flex-sm='75'] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-sm='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='80'],
  [layout-sm='row'] > [flex-sm='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='80'],
  [layout-sm='column'] > [flex-sm='80'] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-sm='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='85'],
  [layout-sm='row'] > [flex-sm='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='85'],
  [layout-sm='column'] > [flex-sm='85'] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-sm='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='90'],
  [layout-sm='row'] > [flex-sm='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='90'],
  [layout-sm='column'] > [flex-sm='90'] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-sm='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='95'],
  [layout-sm='row'] > [flex-sm='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='95'],
  [layout-sm='column'] > [flex-sm='95'] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-sm='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='100'],
  [layout-sm='row'] > [flex-sm='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='100'],
  [layout-sm='column'] > [flex-sm='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='33'],
  [layout='row'] > [flex-sm='33'],
  [layout-sm='row'] > [flex-sm='33'],
  [layout-sm='row'] > [flex-sm='33'] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='34'],
  [layout='row'] > [flex-sm='34'],
  [layout-sm='row'] > [flex-sm='34'],
  [layout-sm='row'] > [flex-sm='34'] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='66'],
  [layout='row'] > [flex-sm='66'],
  [layout-sm='row'] > [flex-sm='66'],
  [layout-sm='row'] > [flex-sm='66'] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-sm='67'],
  [layout='row'] > [flex-sm='67'],
  [layout-sm='row'] > [flex-sm='67'],
  [layout-sm='row'] > [flex-sm='67'] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='33'],
  [layout='column'] > [flex-sm='33'],
  [layout-sm='column'] > [flex-sm='33'],
  [layout-sm='column'] > [flex-sm='33'] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='34'],
  [layout='column'] > [flex-sm='34'],
  [layout-sm='column'] > [flex-sm='34'],
  [layout-sm='column'] > [flex-sm='34'] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='66'],
  [layout='column'] > [flex-sm='66'],
  [layout-sm='column'] > [flex-sm='66'],
  [layout-sm='column'] > [flex-sm='66'] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-sm='67'],
  [layout='column'] > [flex-sm='67'],
  [layout-sm='column'] > [flex-sm='67'],
  [layout-sm='column'] > [flex-sm='67'] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box; }
  [layout-sm],
  [layout-sm='column'],
  [layout-sm='row'] {
    box-sizing: border-box;
    display: flex; }
  [layout-sm='column'] {
    flex-direction: column; }
  [layout-sm='row'] {
    flex-direction: row; } }
@media (min-width: 960px) {
  [flex-order-gt-sm="-20"] {
    order: -20; }
  [flex-order-gt-sm="-19"] {
    order: -19; }
  [flex-order-gt-sm="-18"] {
    order: -18; }
  [flex-order-gt-sm="-17"] {
    order: -17; }
  [flex-order-gt-sm="-16"] {
    order: -16; }
  [flex-order-gt-sm="-15"] {
    order: -15; }
  [flex-order-gt-sm="-14"] {
    order: -14; }
  [flex-order-gt-sm="-13"] {
    order: -13; }
  [flex-order-gt-sm="-12"] {
    order: -12; }
  [flex-order-gt-sm="-11"] {
    order: -11; }
  [flex-order-gt-sm="-10"] {
    order: -10; }
  [flex-order-gt-sm="-9"] {
    order: -9; }
  [flex-order-gt-sm="-8"] {
    order: -8; }
  [flex-order-gt-sm="-7"] {
    order: -7; }
  [flex-order-gt-sm="-6"] {
    order: -6; }
  [flex-order-gt-sm="-5"] {
    order: -5; }
  [flex-order-gt-sm="-4"] {
    order: -4; }
  [flex-order-gt-sm="-3"] {
    order: -3; }
  [flex-order-gt-sm="-2"] {
    order: -2; }
  [flex-order-gt-sm="-1"] {
    order: -1; }
  [flex-order-gt-sm="0"] {
    order: 0; }
  [flex-order-gt-sm="1"] {
    order: 1; }
  [flex-order-gt-sm="2"] {
    order: 2; }
  [flex-order-gt-sm="3"] {
    order: 3; }
  [flex-order-gt-sm="4"] {
    order: 4; }
  [flex-order-gt-sm="5"] {
    order: 5; }
  [flex-order-gt-sm="6"] {
    order: 6; }
  [flex-order-gt-sm="7"] {
    order: 7; }
  [flex-order-gt-sm="8"] {
    order: 8; }
  [flex-order-gt-sm="9"] {
    order: 9; }
  [flex-order-gt-sm="10"] {
    order: 10; }
  [flex-order-gt-sm="11"] {
    order: 11; }
  [flex-order-gt-sm="12"] {
    order: 12; }
  [flex-order-gt-sm="13"] {
    order: 13; }
  [flex-order-gt-sm="14"] {
    order: 14; }
  [flex-order-gt-sm="15"] {
    order: 15; }
  [flex-order-gt-sm="16"] {
    order: 16; }
  [flex-order-gt-sm="17"] {
    order: 17; }
  [flex-order-gt-sm="18"] {
    order: 18; }
  [flex-order-gt-sm="19"] {
    order: 19; }
  [flex-order-gt-sm="20"] {
    order: 20; }
  [flex-offset-gt-sm="0"] {
    margin-left: 0%; }
  [flex-offset-gt-sm="5"] {
    margin-left: 5%; }
  [flex-offset-gt-sm="10"] {
    margin-left: 10%; }
  [flex-offset-gt-sm="15"] {
    margin-left: 15%; }
  [flex-offset-gt-sm="20"] {
    margin-left: 20%; }
  [flex-offset-gt-sm="25"] {
    margin-left: 25%; }
  [flex-offset-gt-sm="30"] {
    margin-left: 30%; }
  [flex-offset-gt-sm="35"] {
    margin-left: 35%; }
  [flex-offset-gt-sm="40"] {
    margin-left: 40%; }
  [flex-offset-gt-sm="45"] {
    margin-left: 45%; }
  [flex-offset-gt-sm="50"] {
    margin-left: 50%; }
  [flex-offset-gt-sm="55"] {
    margin-left: 55%; }
  [flex-offset-gt-sm="60"] {
    margin-left: 60%; }
  [flex-offset-gt-sm="65"] {
    margin-left: 65%; }
  [flex-offset-gt-sm="70"] {
    margin-left: 70%; }
  [flex-offset-gt-sm="75"] {
    margin-left: 75%; }
  [flex-offset-gt-sm="80"] {
    margin-left: 80%; }
  [flex-offset-gt-sm="85"] {
    margin-left: 85%; }
  [flex-offset-gt-sm="90"] {
    margin-left: 90%; }
  [flex-offset-gt-sm="95"] {
    margin-left: 95%; }
  [flex-offset-gt-sm="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-gt-sm="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-gt-sm],
  [layout-align-gt-sm="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-gt-sm='start'],
  [layout-align-gt-sm='start start'],
  [layout-align-gt-sm='start center'],
  [layout-align-gt-sm='start end'],
  [layout-align-gt-sm='start stretch'] {
    justify-content: flex-start; }
  [layout-align-gt-sm='center'],
  [layout-align-gt-sm='center start'],
  [layout-align-gt-sm='center center'],
  [layout-align-gt-sm='center end'],
  [layout-align-gt-sm='center stretch'] {
    justify-content: center; }
  [layout-align-gt-sm="end"],
  [layout-align-gt-sm="end center"],
  [layout-align-gt-sm="end start"],
  [layout-align-gt-sm="end end"],
  [layout-align-gt-sm="end stretch"] {
    justify-content: flex-end; }
  [layout-align-gt-sm="space-around"],
  [layout-align-gt-sm="space-around center"],
  [layout-align-gt-sm="space-around start"],
  [layout-align-gt-sm="space-around end"],
  [layout-align-gt-sm="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-gt-sm="space-between"],
  [layout-align-gt-sm="space-between center"],
  [layout-align-gt-sm="space-between start"],
  [layout-align-gt-sm="space-between end"],
  [layout-align-gt-sm="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-gt-sm='start start'],
  [layout-align-gt-sm='center start'],
  [layout-align-gt-sm='end start'],
  [layout-align-gt-sm='space-between start'],
  [layout-align-gt-sm='space-around start'] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-gt-sm='start center'],
  [layout-align-gt-sm='center center'],
  [layout-align-gt-sm='end center'],
  [layout-align-gt-sm='space-between center'],
  [layout-align-gt-sm='space-around center'] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
    [layout-align-gt-sm='start center'] > *,
    [layout-align-gt-sm='center center'] > *,
    [layout-align-gt-sm='end center'] > *,
    [layout-align-gt-sm='space-between center'] > *,
    [layout-align-gt-sm='space-around center'] > * {
      max-width: 100%;
      box-sizing: border-box; }
  [layout-align-gt-sm='start center'] > *,
  [layout-align-gt-sm='center center'] > *,
  [layout-align-gt-sm='end center'] > *,
  [layout-align-gt-sm='space-between center'] > *,
  [layout-align-gt-sm='space-around center'] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-gt-sm='start end'],
  [layout-align-gt-sm='center end'],
  [layout-align-gt-sm='end end'],
  [layout-align-gt-sm='space-between end'],
  [layout-align-gt-sm='space-around end'] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-gt-sm='start stretch'],
  [layout-align-gt-sm='center stretch'],
  [layout-align-gt-sm='end stretch'],
  [layout-align-gt-sm='space-between stretch'],
  [layout-align-gt-sm='space-around stretch'] {
    align-items: stretch;
    align-content: stretch; }
  [flex-gt-sm] {
    flex: 1;
    box-sizing: border-box; } }
@media screen\0  and (min-width: 960px) {
  [flex-gt-sm] {
    flex: 1 1 0%; } }
@media (min-width: 960px) {
  [flex-gt-sm='grow'],
  [flex-gt-sm-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-gt-sm='initial'],
  [flex-gt-sm-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-sm='auto'],
  [flex-gt-sm-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-gt-sm='none'],
  [flex-gt-sm-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-gt-sm='noshrink'],
  [flex-gt-sm-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box; }
  [flex-gt-sm='nogrow'],
  [flex-gt-sm-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-sm='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='0'],
  [layout-gt-sm='row'] > [flex-gt-sm='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='0'],
  [layout-gt-sm='column'] > [flex-gt-sm='0'] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  [flex-gt-sm='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='5'],
  [layout-gt-sm='row'] > [flex-gt-sm='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='5'],
  [layout-gt-sm='column'] > [flex-gt-sm='5'] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-gt-sm='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='10'],
  [layout-gt-sm='row'] > [flex-gt-sm='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='10'],
  [layout-gt-sm='column'] > [flex-gt-sm='10'] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-gt-sm='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='15'],
  [layout-gt-sm='row'] > [flex-gt-sm='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='15'],
  [layout-gt-sm='column'] > [flex-gt-sm='15'] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-gt-sm='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='20'],
  [layout-gt-sm='row'] > [flex-gt-sm='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='20'],
  [layout-gt-sm='column'] > [flex-gt-sm='20'] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-gt-sm='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='25'],
  [layout-gt-sm='row'] > [flex-gt-sm='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='25'],
  [layout-gt-sm='column'] > [flex-gt-sm='25'] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-gt-sm='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='30'],
  [layout-gt-sm='row'] > [flex-gt-sm='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='30'],
  [layout-gt-sm='column'] > [flex-gt-sm='30'] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-gt-sm='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='35'],
  [layout-gt-sm='row'] > [flex-gt-sm='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='35'],
  [layout-gt-sm='column'] > [flex-gt-sm='35'] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-gt-sm='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='40'],
  [layout-gt-sm='row'] > [flex-gt-sm='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='40'],
  [layout-gt-sm='column'] > [flex-gt-sm='40'] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-gt-sm='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='45'],
  [layout-gt-sm='row'] > [flex-gt-sm='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='45'],
  [layout-gt-sm='column'] > [flex-gt-sm='45'] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-gt-sm='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='50'],
  [layout-gt-sm='row'] > [flex-gt-sm='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='50'],
  [layout-gt-sm='column'] > [flex-gt-sm='50'] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-gt-sm='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='55'],
  [layout-gt-sm='row'] > [flex-gt-sm='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='55'],
  [layout-gt-sm='column'] > [flex-gt-sm='55'] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-gt-sm='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='60'],
  [layout-gt-sm='row'] > [flex-gt-sm='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='60'],
  [layout-gt-sm='column'] > [flex-gt-sm='60'] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-gt-sm='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='65'],
  [layout-gt-sm='row'] > [flex-gt-sm='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='65'],
  [layout-gt-sm='column'] > [flex-gt-sm='65'] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-gt-sm='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='70'],
  [layout-gt-sm='row'] > [flex-gt-sm='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='70'],
  [layout-gt-sm='column'] > [flex-gt-sm='70'] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-gt-sm='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='75'],
  [layout-gt-sm='row'] > [flex-gt-sm='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='75'],
  [layout-gt-sm='column'] > [flex-gt-sm='75'] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-gt-sm='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='80'],
  [layout-gt-sm='row'] > [flex-gt-sm='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='80'],
  [layout-gt-sm='column'] > [flex-gt-sm='80'] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-gt-sm='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='85'],
  [layout-gt-sm='row'] > [flex-gt-sm='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='85'],
  [layout-gt-sm='column'] > [flex-gt-sm='85'] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-gt-sm='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='90'],
  [layout-gt-sm='row'] > [flex-gt-sm='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='90'],
  [layout-gt-sm='column'] > [flex-gt-sm='90'] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-gt-sm='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='95'],
  [layout-gt-sm='row'] > [flex-gt-sm='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='95'],
  [layout-gt-sm='column'] > [flex-gt-sm='95'] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-gt-sm='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='100'],
  [layout-gt-sm='row'] > [flex-gt-sm='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='100'],
  [layout-gt-sm='column'] > [flex-gt-sm='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='33'],
  [layout='row'] > [flex-gt-sm='33'],
  [layout-gt-sm='row'] > [flex-gt-sm='33'],
  [layout-gt-sm='row'] > [flex-gt-sm='33'] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='34'],
  [layout='row'] > [flex-gt-sm='34'],
  [layout-gt-sm='row'] > [flex-gt-sm='34'],
  [layout-gt-sm='row'] > [flex-gt-sm='34'] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='66'],
  [layout='row'] > [flex-gt-sm='66'],
  [layout-gt-sm='row'] > [flex-gt-sm='66'],
  [layout-gt-sm='row'] > [flex-gt-sm='66'] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-sm='67'],
  [layout='row'] > [flex-gt-sm='67'],
  [layout-gt-sm='row'] > [flex-gt-sm='67'],
  [layout-gt-sm='row'] > [flex-gt-sm='67'] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='33'],
  [layout='column'] > [flex-gt-sm='33'],
  [layout-gt-sm='column'] > [flex-gt-sm='33'],
  [layout-gt-sm='column'] > [flex-gt-sm='33'] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='34'],
  [layout='column'] > [flex-gt-sm='34'],
  [layout-gt-sm='column'] > [flex-gt-sm='34'],
  [layout-gt-sm='column'] > [flex-gt-sm='34'] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='66'],
  [layout='column'] > [flex-gt-sm='66'],
  [layout-gt-sm='column'] > [flex-gt-sm='66'],
  [layout-gt-sm='column'] > [flex-gt-sm='66'] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-sm='67'],
  [layout='column'] > [flex-gt-sm='67'],
  [layout-gt-sm='column'] > [flex-gt-sm='67'],
  [layout-gt-sm='column'] > [flex-gt-sm='67'] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box; }
  [layout-gt-sm],
  [layout-gt-sm='column'],
  [layout-gt-sm='row'] {
    box-sizing: border-box;
    display: flex; }
  [layout-gt-sm='column'] {
    flex-direction: column; }
  [layout-gt-sm='row'] {
    flex-direction: row; } }
@media (min-width: 960px) and (max-width: 1279px) {
  [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]),
  [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]),
  [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]) {
    display: none; }
  [hide-md]:not([show-md]):not([show]) {
    display: none; }
  [flex-order-md="-20"] {
    order: -20; }
  [flex-order-md="-19"] {
    order: -19; }
  [flex-order-md="-18"] {
    order: -18; }
  [flex-order-md="-17"] {
    order: -17; }
  [flex-order-md="-16"] {
    order: -16; }
  [flex-order-md="-15"] {
    order: -15; }
  [flex-order-md="-14"] {
    order: -14; }
  [flex-order-md="-13"] {
    order: -13; }
  [flex-order-md="-12"] {
    order: -12; }
  [flex-order-md="-11"] {
    order: -11; }
  [flex-order-md="-10"] {
    order: -10; }
  [flex-order-md="-9"] {
    order: -9; }
  [flex-order-md="-8"] {
    order: -8; }
  [flex-order-md="-7"] {
    order: -7; }
  [flex-order-md="-6"] {
    order: -6; }
  [flex-order-md="-5"] {
    order: -5; }
  [flex-order-md="-4"] {
    order: -4; }
  [flex-order-md="-3"] {
    order: -3; }
  [flex-order-md="-2"] {
    order: -2; }
  [flex-order-md="-1"] {
    order: -1; }
  [flex-order-md="0"] {
    order: 0; }
  [flex-order-md="1"] {
    order: 1; }
  [flex-order-md="2"] {
    order: 2; }
  [flex-order-md="3"] {
    order: 3; }
  [flex-order-md="4"] {
    order: 4; }
  [flex-order-md="5"] {
    order: 5; }
  [flex-order-md="6"] {
    order: 6; }
  [flex-order-md="7"] {
    order: 7; }
  [flex-order-md="8"] {
    order: 8; }
  [flex-order-md="9"] {
    order: 9; }
  [flex-order-md="10"] {
    order: 10; }
  [flex-order-md="11"] {
    order: 11; }
  [flex-order-md="12"] {
    order: 12; }
  [flex-order-md="13"] {
    order: 13; }
  [flex-order-md="14"] {
    order: 14; }
  [flex-order-md="15"] {
    order: 15; }
  [flex-order-md="16"] {
    order: 16; }
  [flex-order-md="17"] {
    order: 17; }
  [flex-order-md="18"] {
    order: 18; }
  [flex-order-md="19"] {
    order: 19; }
  [flex-order-md="20"] {
    order: 20; }
  [flex-offset-md="0"] {
    margin-left: 0%; }
  [flex-offset-md="5"] {
    margin-left: 5%; }
  [flex-offset-md="10"] {
    margin-left: 10%; }
  [flex-offset-md="15"] {
    margin-left: 15%; }
  [flex-offset-md="20"] {
    margin-left: 20%; }
  [flex-offset-md="25"] {
    margin-left: 25%; }
  [flex-offset-md="30"] {
    margin-left: 30%; }
  [flex-offset-md="35"] {
    margin-left: 35%; }
  [flex-offset-md="40"] {
    margin-left: 40%; }
  [flex-offset-md="45"] {
    margin-left: 45%; }
  [flex-offset-md="50"] {
    margin-left: 50%; }
  [flex-offset-md="55"] {
    margin-left: 55%; }
  [flex-offset-md="60"] {
    margin-left: 60%; }
  [flex-offset-md="65"] {
    margin-left: 65%; }
  [flex-offset-md="70"] {
    margin-left: 70%; }
  [flex-offset-md="75"] {
    margin-left: 75%; }
  [flex-offset-md="80"] {
    margin-left: 80%; }
  [flex-offset-md="85"] {
    margin-left: 85%; }
  [flex-offset-md="90"] {
    margin-left: 90%; }
  [flex-offset-md="95"] {
    margin-left: 95%; }
  [flex-offset-md="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-md="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-md],
  [layout-align-md="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-md='start'],
  [layout-align-md='start start'],
  [layout-align-md='start center'],
  [layout-align-md='start end'],
  [layout-align-md='start stretch'] {
    justify-content: flex-start; }
  [layout-align-md='center'],
  [layout-align-md='center start'],
  [layout-align-md='center center'],
  [layout-align-md='center end'],
  [layout-align-md='center stretch'] {
    justify-content: center; }
  [layout-align-md="end"],
  [layout-align-md="end center"],
  [layout-align-md="end start"],
  [layout-align-md="end end"],
  [layout-align-md="end stretch"] {
    justify-content: flex-end; }
  [layout-align-md="space-around"],
  [layout-align-md="space-around center"],
  [layout-align-md="space-around start"],
  [layout-align-md="space-around end"],
  [layout-align-md="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-md="space-between"],
  [layout-align-md="space-between center"],
  [layout-align-md="space-between start"],
  [layout-align-md="space-between end"],
  [layout-align-md="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-md='start start'],
  [layout-align-md='center start'],
  [layout-align-md='end start'],
  [layout-align-md='space-between start'],
  [layout-align-md='space-around start'] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-md='start center'],
  [layout-align-md='center center'],
  [layout-align-md='end center'],
  [layout-align-md='space-between center'],
  [layout-align-md='space-around center'] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
    [layout-align-md='start center'] > *,
    [layout-align-md='center center'] > *,
    [layout-align-md='end center'] > *,
    [layout-align-md='space-between center'] > *,
    [layout-align-md='space-around center'] > * {
      max-width: 100%;
      box-sizing: border-box; }
  [layout-align-md='start center'] > *,
  [layout-align-md='center center'] > *,
  [layout-align-md='end center'] > *,
  [layout-align-md='space-between center'] > *,
  [layout-align-md='space-around center'] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-md='start end'],
  [layout-align-md='center end'],
  [layout-align-md='end end'],
  [layout-align-md='space-between end'],
  [layout-align-md='space-around end'] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-md='start stretch'],
  [layout-align-md='center stretch'],
  [layout-align-md='end stretch'],
  [layout-align-md='space-between stretch'],
  [layout-align-md='space-around stretch'] {
    align-items: stretch;
    align-content: stretch; }
  [flex-md] {
    flex: 1;
    box-sizing: border-box; } }
@media screen\0  and (min-width: 960px) and (max-width: 1279px) {
  [flex-md] {
    flex: 1 1 0%; } }
@media (min-width: 960px) and (max-width: 1279px) {
  [flex-md='grow'],
  [flex-md-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-md='initial'],
  [flex-md-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-md='auto'],
  [flex-md-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-md='none'],
  [flex-md-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-md='noshrink'],
  [flex-md-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box; }
  [flex-md='nogrow'],
  [flex-md-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-md='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='0'],
  [layout-md='row'] > [flex-md='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='0'],
  [layout-md='column'] > [flex-md='0'] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  [flex-md='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='5'],
  [layout-md='row'] > [flex-md='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='5'],
  [layout-md='column'] > [flex-md='5'] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-md='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='10'],
  [layout-md='row'] > [flex-md='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='10'],
  [layout-md='column'] > [flex-md='10'] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-md='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='15'],
  [layout-md='row'] > [flex-md='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='15'],
  [layout-md='column'] > [flex-md='15'] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-md='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='20'],
  [layout-md='row'] > [flex-md='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='20'],
  [layout-md='column'] > [flex-md='20'] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-md='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='25'],
  [layout-md='row'] > [flex-md='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='25'],
  [layout-md='column'] > [flex-md='25'] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-md='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='30'],
  [layout-md='row'] > [flex-md='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='30'],
  [layout-md='column'] > [flex-md='30'] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-md='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='35'],
  [layout-md='row'] > [flex-md='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='35'],
  [layout-md='column'] > [flex-md='35'] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-md='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='40'],
  [layout-md='row'] > [flex-md='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='40'],
  [layout-md='column'] > [flex-md='40'] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-md='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='45'],
  [layout-md='row'] > [flex-md='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='45'],
  [layout-md='column'] > [flex-md='45'] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-md='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='50'],
  [layout-md='row'] > [flex-md='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='50'],
  [layout-md='column'] > [flex-md='50'] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-md='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='55'],
  [layout-md='row'] > [flex-md='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='55'],
  [layout-md='column'] > [flex-md='55'] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-md='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='60'],
  [layout-md='row'] > [flex-md='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='60'],
  [layout-md='column'] > [flex-md='60'] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-md='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='65'],
  [layout-md='row'] > [flex-md='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='65'],
  [layout-md='column'] > [flex-md='65'] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-md='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='70'],
  [layout-md='row'] > [flex-md='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='70'],
  [layout-md='column'] > [flex-md='70'] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-md='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='75'],
  [layout-md='row'] > [flex-md='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='75'],
  [layout-md='column'] > [flex-md='75'] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-md='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='80'],
  [layout-md='row'] > [flex-md='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='80'],
  [layout-md='column'] > [flex-md='80'] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-md='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='85'],
  [layout-md='row'] > [flex-md='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='85'],
  [layout-md='column'] > [flex-md='85'] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-md='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='90'],
  [layout-md='row'] > [flex-md='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='90'],
  [layout-md='column'] > [flex-md='90'] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-md='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='95'],
  [layout-md='row'] > [flex-md='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='95'],
  [layout-md='column'] > [flex-md='95'] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-md='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='100'],
  [layout-md='row'] > [flex-md='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='100'],
  [layout-md='column'] > [flex-md='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='33'],
  [layout='row'] > [flex-md='33'],
  [layout-md='row'] > [flex-md='33'],
  [layout-md='row'] > [flex-md='33'] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='34'],
  [layout='row'] > [flex-md='34'],
  [layout-md='row'] > [flex-md='34'],
  [layout-md='row'] > [flex-md='34'] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='66'],
  [layout='row'] > [flex-md='66'],
  [layout-md='row'] > [flex-md='66'],
  [layout-md='row'] > [flex-md='66'] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-md='67'],
  [layout='row'] > [flex-md='67'],
  [layout-md='row'] > [flex-md='67'],
  [layout-md='row'] > [flex-md='67'] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='33'],
  [layout='column'] > [flex-md='33'],
  [layout-md='column'] > [flex-md='33'],
  [layout-md='column'] > [flex-md='33'] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-md='34'],
  [layout='column'] > [flex-md='34'],
  [layout-md='column'] > [flex-md='34'],
  [layout-md='column'] > [flex-md='34'] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box; }
  [layout='column'] > [flex-md='66'],
  [layout='column'] > [flex-md='66'],
  [layout-md='column'] > [flex-md='66'],
  [layout-md='column'] > [flex-md='66'] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-md='67'],
  [layout='column'] > [flex-md='67'],
  [layout-md='column'] > [flex-md='67'],
  [layout-md='column'] > [flex-md='67'] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box; }
  [layout-md],
  [layout-md='column'],
  [layout-md='row'] {
    box-sizing: border-box;
    display: flex; }
  [layout-md='column'] {
    flex-direction: column; }
  [layout-md='row'] {
    flex-direction: row; } }
@media (min-width: 1280px) {
  [flex-order-gt-md="-20"] {
    order: -20; }
  [flex-order-gt-md="-19"] {
    order: -19; }
  [flex-order-gt-md="-18"] {
    order: -18; }
  [flex-order-gt-md="-17"] {
    order: -17; }
  [flex-order-gt-md="-16"] {
    order: -16; }
  [flex-order-gt-md="-15"] {
    order: -15; }
  [flex-order-gt-md="-14"] {
    order: -14; }
  [flex-order-gt-md="-13"] {
    order: -13; }
  [flex-order-gt-md="-12"] {
    order: -12; }
  [flex-order-gt-md="-11"] {
    order: -11; }
  [flex-order-gt-md="-10"] {
    order: -10; }
  [flex-order-gt-md="-9"] {
    order: -9; }
  [flex-order-gt-md="-8"] {
    order: -8; }
  [flex-order-gt-md="-7"] {
    order: -7; }
  [flex-order-gt-md="-6"] {
    order: -6; }
  [flex-order-gt-md="-5"] {
    order: -5; }
  [flex-order-gt-md="-4"] {
    order: -4; }
  [flex-order-gt-md="-3"] {
    order: -3; }
  [flex-order-gt-md="-2"] {
    order: -2; }
  [flex-order-gt-md="-1"] {
    order: -1; }
  [flex-order-gt-md="0"] {
    order: 0; }
  [flex-order-gt-md="1"] {
    order: 1; }
  [flex-order-gt-md="2"] {
    order: 2; }
  [flex-order-gt-md="3"] {
    order: 3; }
  [flex-order-gt-md="4"] {
    order: 4; }
  [flex-order-gt-md="5"] {
    order: 5; }
  [flex-order-gt-md="6"] {
    order: 6; }
  [flex-order-gt-md="7"] {
    order: 7; }
  [flex-order-gt-md="8"] {
    order: 8; }
  [flex-order-gt-md="9"] {
    order: 9; }
  [flex-order-gt-md="10"] {
    order: 10; }
  [flex-order-gt-md="11"] {
    order: 11; }
  [flex-order-gt-md="12"] {
    order: 12; }
  [flex-order-gt-md="13"] {
    order: 13; }
  [flex-order-gt-md="14"] {
    order: 14; }
  [flex-order-gt-md="15"] {
    order: 15; }
  [flex-order-gt-md="16"] {
    order: 16; }
  [flex-order-gt-md="17"] {
    order: 17; }
  [flex-order-gt-md="18"] {
    order: 18; }
  [flex-order-gt-md="19"] {
    order: 19; }
  [flex-order-gt-md="20"] {
    order: 20; }
  [flex-offset-gt-md="0"] {
    margin-left: 0%; }
  [flex-offset-gt-md="5"] {
    margin-left: 5%; }
  [flex-offset-gt-md="10"] {
    margin-left: 10%; }
  [flex-offset-gt-md="15"] {
    margin-left: 15%; }
  [flex-offset-gt-md="20"] {
    margin-left: 20%; }
  [flex-offset-gt-md="25"] {
    margin-left: 25%; }
  [flex-offset-gt-md="30"] {
    margin-left: 30%; }
  [flex-offset-gt-md="35"] {
    margin-left: 35%; }
  [flex-offset-gt-md="40"] {
    margin-left: 40%; }
  [flex-offset-gt-md="45"] {
    margin-left: 45%; }
  [flex-offset-gt-md="50"] {
    margin-left: 50%; }
  [flex-offset-gt-md="55"] {
    margin-left: 55%; }
  [flex-offset-gt-md="60"] {
    margin-left: 60%; }
  [flex-offset-gt-md="65"] {
    margin-left: 65%; }
  [flex-offset-gt-md="70"] {
    margin-left: 70%; }
  [flex-offset-gt-md="75"] {
    margin-left: 75%; }
  [flex-offset-gt-md="80"] {
    margin-left: 80%; }
  [flex-offset-gt-md="85"] {
    margin-left: 85%; }
  [flex-offset-gt-md="90"] {
    margin-left: 90%; }
  [flex-offset-gt-md="95"] {
    margin-left: 95%; }
  [flex-offset-gt-md="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-gt-md="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-gt-md],
  [layout-align-gt-md="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-gt-md='start'],
  [layout-align-gt-md='start start'],
  [layout-align-gt-md='start center'],
  [layout-align-gt-md='start end'],
  [layout-align-gt-md='start stretch'] {
    justify-content: flex-start; }
  [layout-align-gt-md='center'],
  [layout-align-gt-md='center start'],
  [layout-align-gt-md='center center'],
  [layout-align-gt-md='center end'],
  [layout-align-gt-md='center stretch'] {
    justify-content: center; }
  [layout-align-gt-md="end"],
  [layout-align-gt-md="end center"],
  [layout-align-gt-md="end start"],
  [layout-align-gt-md="end end"],
  [layout-align-gt-md="end stretch"] {
    justify-content: flex-end; }
  [layout-align-gt-md="space-around"],
  [layout-align-gt-md="space-around center"],
  [layout-align-gt-md="space-around start"],
  [layout-align-gt-md="space-around end"],
  [layout-align-gt-md="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-gt-md="space-between"],
  [layout-align-gt-md="space-between center"],
  [layout-align-gt-md="space-between start"],
  [layout-align-gt-md="space-between end"],
  [layout-align-gt-md="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-gt-md='start start'],
  [layout-align-gt-md='center start'],
  [layout-align-gt-md='end start'],
  [layout-align-gt-md='space-between start'],
  [layout-align-gt-md='space-around start'] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-gt-md='start center'],
  [layout-align-gt-md='center center'],
  [layout-align-gt-md='end center'],
  [layout-align-gt-md='space-between center'],
  [layout-align-gt-md='space-around center'] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
    [layout-align-gt-md='start center'] > *,
    [layout-align-gt-md='center center'] > *,
    [layout-align-gt-md='end center'] > *,
    [layout-align-gt-md='space-between center'] > *,
    [layout-align-gt-md='space-around center'] > * {
      max-width: 100%;
      box-sizing: border-box; }
  [layout-align-gt-md='start center'] > *,
  [layout-align-gt-md='center center'] > *,
  [layout-align-gt-md='end center'] > *,
  [layout-align-gt-md='space-between center'] > *,
  [layout-align-gt-md='space-around center'] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-gt-md='start end'],
  [layout-align-gt-md='center end'],
  [layout-align-gt-md='end end'],
  [layout-align-gt-md='space-between end'],
  [layout-align-gt-md='space-around end'] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-gt-md='start stretch'],
  [layout-align-gt-md='center stretch'],
  [layout-align-gt-md='end stretch'],
  [layout-align-gt-md='space-between stretch'],
  [layout-align-gt-md='space-around stretch'] {
    align-items: stretch;
    align-content: stretch; }
  [flex-gt-md] {
    flex: 1;
    box-sizing: border-box; } }
@media screen\0  and (min-width: 1280px) {
  [flex-gt-md] {
    flex: 1 1 0%; } }
@media (min-width: 1280px) {
  [flex-gt-md='grow'],
  [flex-gt-md-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-gt-md='initial'],
  [flex-gt-md-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-md='auto'],
  [flex-gt-md-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-gt-md='none'],
  [flex-gt-md-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-gt-md='noshrink'],
  [flex-gt-md-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box; }
  [flex-gt-md='nogrow'],
  [flex-gt-md-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-md='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='0'],
  [layout-gt-md='row'] > [flex-gt-md='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='0'],
  [layout-gt-md='column'] > [flex-gt-md='0'] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  [flex-gt-md='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='5'],
  [layout-gt-md='row'] > [flex-gt-md='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='5'],
  [layout-gt-md='column'] > [flex-gt-md='5'] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-gt-md='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='10'],
  [layout-gt-md='row'] > [flex-gt-md='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='10'],
  [layout-gt-md='column'] > [flex-gt-md='10'] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-gt-md='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='15'],
  [layout-gt-md='row'] > [flex-gt-md='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='15'],
  [layout-gt-md='column'] > [flex-gt-md='15'] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-gt-md='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='20'],
  [layout-gt-md='row'] > [flex-gt-md='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='20'],
  [layout-gt-md='column'] > [flex-gt-md='20'] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-gt-md='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='25'],
  [layout-gt-md='row'] > [flex-gt-md='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='25'],
  [layout-gt-md='column'] > [flex-gt-md='25'] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-gt-md='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='30'],
  [layout-gt-md='row'] > [flex-gt-md='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='30'],
  [layout-gt-md='column'] > [flex-gt-md='30'] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-gt-md='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='35'],
  [layout-gt-md='row'] > [flex-gt-md='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='35'],
  [layout-gt-md='column'] > [flex-gt-md='35'] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-gt-md='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='40'],
  [layout-gt-md='row'] > [flex-gt-md='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='40'],
  [layout-gt-md='column'] > [flex-gt-md='40'] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-gt-md='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='45'],
  [layout-gt-md='row'] > [flex-gt-md='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='45'],
  [layout-gt-md='column'] > [flex-gt-md='45'] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-gt-md='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='50'],
  [layout-gt-md='row'] > [flex-gt-md='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='50'],
  [layout-gt-md='column'] > [flex-gt-md='50'] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-gt-md='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='55'],
  [layout-gt-md='row'] > [flex-gt-md='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='55'],
  [layout-gt-md='column'] > [flex-gt-md='55'] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-gt-md='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='60'],
  [layout-gt-md='row'] > [flex-gt-md='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='60'],
  [layout-gt-md='column'] > [flex-gt-md='60'] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-gt-md='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='65'],
  [layout-gt-md='row'] > [flex-gt-md='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='65'],
  [layout-gt-md='column'] > [flex-gt-md='65'] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-gt-md='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='70'],
  [layout-gt-md='row'] > [flex-gt-md='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='70'],
  [layout-gt-md='column'] > [flex-gt-md='70'] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-gt-md='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='75'],
  [layout-gt-md='row'] > [flex-gt-md='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='75'],
  [layout-gt-md='column'] > [flex-gt-md='75'] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-gt-md='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='80'],
  [layout-gt-md='row'] > [flex-gt-md='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='80'],
  [layout-gt-md='column'] > [flex-gt-md='80'] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-gt-md='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='85'],
  [layout-gt-md='row'] > [flex-gt-md='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='85'],
  [layout-gt-md='column'] > [flex-gt-md='85'] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-gt-md='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='90'],
  [layout-gt-md='row'] > [flex-gt-md='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='90'],
  [layout-gt-md='column'] > [flex-gt-md='90'] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-gt-md='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='95'],
  [layout-gt-md='row'] > [flex-gt-md='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='95'],
  [layout-gt-md='column'] > [flex-gt-md='95'] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-gt-md='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='100'],
  [layout-gt-md='row'] > [flex-gt-md='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='100'],
  [layout-gt-md='column'] > [flex-gt-md='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='33'],
  [layout='row'] > [flex-gt-md='33'],
  [layout-gt-md='row'] > [flex-gt-md='33'],
  [layout-gt-md='row'] > [flex-gt-md='33'] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='34'],
  [layout='row'] > [flex-gt-md='34'],
  [layout-gt-md='row'] > [flex-gt-md='34'],
  [layout-gt-md='row'] > [flex-gt-md='34'] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='66'],
  [layout='row'] > [flex-gt-md='66'],
  [layout-gt-md='row'] > [flex-gt-md='66'],
  [layout-gt-md='row'] > [flex-gt-md='66'] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-md='67'],
  [layout='row'] > [flex-gt-md='67'],
  [layout-gt-md='row'] > [flex-gt-md='67'],
  [layout-gt-md='row'] > [flex-gt-md='67'] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='33'],
  [layout='column'] > [flex-gt-md='33'],
  [layout-gt-md='column'] > [flex-gt-md='33'],
  [layout-gt-md='column'] > [flex-gt-md='33'] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='34'],
  [layout='column'] > [flex-gt-md='34'],
  [layout-gt-md='column'] > [flex-gt-md='34'],
  [layout-gt-md='column'] > [flex-gt-md='34'] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='66'],
  [layout='column'] > [flex-gt-md='66'],
  [layout-gt-md='column'] > [flex-gt-md='66'],
  [layout-gt-md='column'] > [flex-gt-md='66'] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-md='67'],
  [layout='column'] > [flex-gt-md='67'],
  [layout-gt-md='column'] > [flex-gt-md='67'],
  [layout-gt-md='column'] > [flex-gt-md='67'] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box; }
  [layout-gt-md],
  [layout-gt-md='column'],
  [layout-gt-md='row'] {
    box-sizing: border-box;
    display: flex; }
  [layout-gt-md='column'] {
    flex-direction: column; }
  [layout-gt-md='row'] {
    flex-direction: row; } }
@media (min-width: 1280px) and (max-width: 1919px) {
  [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]),
  [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]),
  [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]),
  [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) {
    display: none; }
  [hide-lg]:not([show-lg]):not([show]) {
    display: none; }
  [flex-order-lg="-20"] {
    order: -20; }
  [flex-order-lg="-19"] {
    order: -19; }
  [flex-order-lg="-18"] {
    order: -18; }
  [flex-order-lg="-17"] {
    order: -17; }
  [flex-order-lg="-16"] {
    order: -16; }
  [flex-order-lg="-15"] {
    order: -15; }
  [flex-order-lg="-14"] {
    order: -14; }
  [flex-order-lg="-13"] {
    order: -13; }
  [flex-order-lg="-12"] {
    order: -12; }
  [flex-order-lg="-11"] {
    order: -11; }
  [flex-order-lg="-10"] {
    order: -10; }
  [flex-order-lg="-9"] {
    order: -9; }
  [flex-order-lg="-8"] {
    order: -8; }
  [flex-order-lg="-7"] {
    order: -7; }
  [flex-order-lg="-6"] {
    order: -6; }
  [flex-order-lg="-5"] {
    order: -5; }
  [flex-order-lg="-4"] {
    order: -4; }
  [flex-order-lg="-3"] {
    order: -3; }
  [flex-order-lg="-2"] {
    order: -2; }
  [flex-order-lg="-1"] {
    order: -1; }
  [flex-order-lg="0"] {
    order: 0; }
  [flex-order-lg="1"] {
    order: 1; }
  [flex-order-lg="2"] {
    order: 2; }
  [flex-order-lg="3"] {
    order: 3; }
  [flex-order-lg="4"] {
    order: 4; }
  [flex-order-lg="5"] {
    order: 5; }
  [flex-order-lg="6"] {
    order: 6; }
  [flex-order-lg="7"] {
    order: 7; }
  [flex-order-lg="8"] {
    order: 8; }
  [flex-order-lg="9"] {
    order: 9; }
  [flex-order-lg="10"] {
    order: 10; }
  [flex-order-lg="11"] {
    order: 11; }
  [flex-order-lg="12"] {
    order: 12; }
  [flex-order-lg="13"] {
    order: 13; }
  [flex-order-lg="14"] {
    order: 14; }
  [flex-order-lg="15"] {
    order: 15; }
  [flex-order-lg="16"] {
    order: 16; }
  [flex-order-lg="17"] {
    order: 17; }
  [flex-order-lg="18"] {
    order: 18; }
  [flex-order-lg="19"] {
    order: 19; }
  [flex-order-lg="20"] {
    order: 20; }
  [flex-offset-lg="0"] {
    margin-left: 0%; }
  [flex-offset-lg="5"] {
    margin-left: 5%; }
  [flex-offset-lg="10"] {
    margin-left: 10%; }
  [flex-offset-lg="15"] {
    margin-left: 15%; }
  [flex-offset-lg="20"] {
    margin-left: 20%; }
  [flex-offset-lg="25"] {
    margin-left: 25%; }
  [flex-offset-lg="30"] {
    margin-left: 30%; }
  [flex-offset-lg="35"] {
    margin-left: 35%; }
  [flex-offset-lg="40"] {
    margin-left: 40%; }
  [flex-offset-lg="45"] {
    margin-left: 45%; }
  [flex-offset-lg="50"] {
    margin-left: 50%; }
  [flex-offset-lg="55"] {
    margin-left: 55%; }
  [flex-offset-lg="60"] {
    margin-left: 60%; }
  [flex-offset-lg="65"] {
    margin-left: 65%; }
  [flex-offset-lg="70"] {
    margin-left: 70%; }
  [flex-offset-lg="75"] {
    margin-left: 75%; }
  [flex-offset-lg="80"] {
    margin-left: 80%; }
  [flex-offset-lg="85"] {
    margin-left: 85%; }
  [flex-offset-lg="90"] {
    margin-left: 90%; }
  [flex-offset-lg="95"] {
    margin-left: 95%; }
  [flex-offset-lg="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-lg="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-lg],
  [layout-align-lg="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-lg='start'],
  [layout-align-lg='start start'],
  [layout-align-lg='start center'],
  [layout-align-lg='start end'],
  [layout-align-lg='start stretch'] {
    justify-content: flex-start; }
  [layout-align-lg='center'],
  [layout-align-lg='center start'],
  [layout-align-lg='center center'],
  [layout-align-lg='center end'],
  [layout-align-lg='center stretch'] {
    justify-content: center; }
  [layout-align-lg="end"],
  [layout-align-lg="end center"],
  [layout-align-lg="end start"],
  [layout-align-lg="end end"],
  [layout-align-lg="end stretch"] {
    justify-content: flex-end; }
  [layout-align-lg="space-around"],
  [layout-align-lg="space-around center"],
  [layout-align-lg="space-around start"],
  [layout-align-lg="space-around end"],
  [layout-align-lg="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-lg="space-between"],
  [layout-align-lg="space-between center"],
  [layout-align-lg="space-between start"],
  [layout-align-lg="space-between end"],
  [layout-align-lg="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-lg='start start'],
  [layout-align-lg='center start'],
  [layout-align-lg='end start'],
  [layout-align-lg='space-between start'],
  [layout-align-lg='space-around start'] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-lg='start center'],
  [layout-align-lg='center center'],
  [layout-align-lg='end center'],
  [layout-align-lg='space-between center'],
  [layout-align-lg='space-around center'] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
    [layout-align-lg='start center'] > *,
    [layout-align-lg='center center'] > *,
    [layout-align-lg='end center'] > *,
    [layout-align-lg='space-between center'] > *,
    [layout-align-lg='space-around center'] > * {
      max-width: 100%;
      box-sizing: border-box; }
  [layout-align-lg='start center'] > *,
  [layout-align-lg='center center'] > *,
  [layout-align-lg='end center'] > *,
  [layout-align-lg='space-between center'] > *,
  [layout-align-lg='space-around center'] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-lg='start end'],
  [layout-align-lg='center end'],
  [layout-align-lg='end end'],
  [layout-align-lg='space-between end'],
  [layout-align-lg='space-around end'] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-lg='start stretch'],
  [layout-align-lg='center stretch'],
  [layout-align-lg='end stretch'],
  [layout-align-lg='space-between stretch'],
  [layout-align-lg='space-around stretch'] {
    align-items: stretch;
    align-content: stretch; }
  [flex-lg] {
    flex: 1;
    box-sizing: border-box; } }
@media screen\0  and (min-width: 1280px) and (max-width: 1919px) {
  [flex-lg] {
    flex: 1 1 0%; } }
@media (min-width: 1280px) and (max-width: 1919px) {
  [flex-lg='grow'],
  [flex-lg-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-lg='initial'],
  [flex-lg-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-lg='auto'],
  [flex-lg-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-lg='none'],
  [flex-lg-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-lg='noshrink'],
  [flex-lg-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box; }
  [flex-lg='nogrow'],
  [flex-lg-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-lg='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='0'],
  [layout-lg='row'] > [flex-lg='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='0'],
  [layout-lg='column'] > [flex-lg='0'] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  [flex-lg='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='5'],
  [layout-lg='row'] > [flex-lg='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='5'],
  [layout-lg='column'] > [flex-lg='5'] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-lg='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='10'],
  [layout-lg='row'] > [flex-lg='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='10'],
  [layout-lg='column'] > [flex-lg='10'] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-lg='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='15'],
  [layout-lg='row'] > [flex-lg='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='15'],
  [layout-lg='column'] > [flex-lg='15'] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-lg='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='20'],
  [layout-lg='row'] > [flex-lg='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='20'],
  [layout-lg='column'] > [flex-lg='20'] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-lg='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='25'],
  [layout-lg='row'] > [flex-lg='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='25'],
  [layout-lg='column'] > [flex-lg='25'] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-lg='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='30'],
  [layout-lg='row'] > [flex-lg='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='30'],
  [layout-lg='column'] > [flex-lg='30'] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-lg='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='35'],
  [layout-lg='row'] > [flex-lg='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='35'],
  [layout-lg='column'] > [flex-lg='35'] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-lg='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='40'],
  [layout-lg='row'] > [flex-lg='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='40'],
  [layout-lg='column'] > [flex-lg='40'] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-lg='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='45'],
  [layout-lg='row'] > [flex-lg='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='45'],
  [layout-lg='column'] > [flex-lg='45'] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-lg='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='50'],
  [layout-lg='row'] > [flex-lg='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='50'],
  [layout-lg='column'] > [flex-lg='50'] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-lg='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='55'],
  [layout-lg='row'] > [flex-lg='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='55'],
  [layout-lg='column'] > [flex-lg='55'] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-lg='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='60'],
  [layout-lg='row'] > [flex-lg='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='60'],
  [layout-lg='column'] > [flex-lg='60'] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-lg='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='65'],
  [layout-lg='row'] > [flex-lg='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='65'],
  [layout-lg='column'] > [flex-lg='65'] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-lg='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='70'],
  [layout-lg='row'] > [flex-lg='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='70'],
  [layout-lg='column'] > [flex-lg='70'] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-lg='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='75'],
  [layout-lg='row'] > [flex-lg='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='75'],
  [layout-lg='column'] > [flex-lg='75'] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-lg='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='80'],
  [layout-lg='row'] > [flex-lg='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='80'],
  [layout-lg='column'] > [flex-lg='80'] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-lg='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='85'],
  [layout-lg='row'] > [flex-lg='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='85'],
  [layout-lg='column'] > [flex-lg='85'] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-lg='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='90'],
  [layout-lg='row'] > [flex-lg='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='90'],
  [layout-lg='column'] > [flex-lg='90'] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-lg='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='95'],
  [layout-lg='row'] > [flex-lg='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='95'],
  [layout-lg='column'] > [flex-lg='95'] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-lg='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='100'],
  [layout-lg='row'] > [flex-lg='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='100'],
  [layout-lg='column'] > [flex-lg='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='33'],
  [layout='row'] > [flex-lg='33'],
  [layout-lg='row'] > [flex-lg='33'],
  [layout-lg='row'] > [flex-lg='33'] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='34'],
  [layout='row'] > [flex-lg='34'],
  [layout-lg='row'] > [flex-lg='34'],
  [layout-lg='row'] > [flex-lg='34'] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='66'],
  [layout='row'] > [flex-lg='66'],
  [layout-lg='row'] > [flex-lg='66'],
  [layout-lg='row'] > [flex-lg='66'] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-lg='67'],
  [layout='row'] > [flex-lg='67'],
  [layout-lg='row'] > [flex-lg='67'],
  [layout-lg='row'] > [flex-lg='67'] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='33'],
  [layout='column'] > [flex-lg='33'],
  [layout-lg='column'] > [flex-lg='33'],
  [layout-lg='column'] > [flex-lg='33'] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='34'],
  [layout='column'] > [flex-lg='34'],
  [layout-lg='column'] > [flex-lg='34'],
  [layout-lg='column'] > [flex-lg='34'] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='66'],
  [layout='column'] > [flex-lg='66'],
  [layout-lg='column'] > [flex-lg='66'],
  [layout-lg='column'] > [flex-lg='66'] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-lg='67'],
  [layout='column'] > [flex-lg='67'],
  [layout-lg='column'] > [flex-lg='67'],
  [layout-lg='column'] > [flex-lg='67'] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box; }
  [layout-lg],
  [layout-lg='column'],
  [layout-lg='row'] {
    box-sizing: border-box;
    display: flex; }
  [layout-lg='column'] {
    flex-direction: column; }
  [layout-lg='row'] {
    flex-direction: row; } }
@media (min-width: 1920px) {
  [flex-order-gt-lg="-20"] {
    order: -20; }
  [flex-order-gt-lg="-19"] {
    order: -19; }
  [flex-order-gt-lg="-18"] {
    order: -18; }
  [flex-order-gt-lg="-17"] {
    order: -17; }
  [flex-order-gt-lg="-16"] {
    order: -16; }
  [flex-order-gt-lg="-15"] {
    order: -15; }
  [flex-order-gt-lg="-14"] {
    order: -14; }
  [flex-order-gt-lg="-13"] {
    order: -13; }
  [flex-order-gt-lg="-12"] {
    order: -12; }
  [flex-order-gt-lg="-11"] {
    order: -11; }
  [flex-order-gt-lg="-10"] {
    order: -10; }
  [flex-order-gt-lg="-9"] {
    order: -9; }
  [flex-order-gt-lg="-8"] {
    order: -8; }
  [flex-order-gt-lg="-7"] {
    order: -7; }
  [flex-order-gt-lg="-6"] {
    order: -6; }
  [flex-order-gt-lg="-5"] {
    order: -5; }
  [flex-order-gt-lg="-4"] {
    order: -4; }
  [flex-order-gt-lg="-3"] {
    order: -3; }
  [flex-order-gt-lg="-2"] {
    order: -2; }
  [flex-order-gt-lg="-1"] {
    order: -1; }
  [flex-order-gt-lg="0"] {
    order: 0; }
  [flex-order-gt-lg="1"] {
    order: 1; }
  [flex-order-gt-lg="2"] {
    order: 2; }
  [flex-order-gt-lg="3"] {
    order: 3; }
  [flex-order-gt-lg="4"] {
    order: 4; }
  [flex-order-gt-lg="5"] {
    order: 5; }
  [flex-order-gt-lg="6"] {
    order: 6; }
  [flex-order-gt-lg="7"] {
    order: 7; }
  [flex-order-gt-lg="8"] {
    order: 8; }
  [flex-order-gt-lg="9"] {
    order: 9; }
  [flex-order-gt-lg="10"] {
    order: 10; }
  [flex-order-gt-lg="11"] {
    order: 11; }
  [flex-order-gt-lg="12"] {
    order: 12; }
  [flex-order-gt-lg="13"] {
    order: 13; }
  [flex-order-gt-lg="14"] {
    order: 14; }
  [flex-order-gt-lg="15"] {
    order: 15; }
  [flex-order-gt-lg="16"] {
    order: 16; }
  [flex-order-gt-lg="17"] {
    order: 17; }
  [flex-order-gt-lg="18"] {
    order: 18; }
  [flex-order-gt-lg="19"] {
    order: 19; }
  [flex-order-gt-lg="20"] {
    order: 20; }
  [flex-offset-gt-lg="0"] {
    margin-left: 0%; }
  [flex-offset-gt-lg="5"] {
    margin-left: 5%; }
  [flex-offset-gt-lg="10"] {
    margin-left: 10%; }
  [flex-offset-gt-lg="15"] {
    margin-left: 15%; }
  [flex-offset-gt-lg="20"] {
    margin-left: 20%; }
  [flex-offset-gt-lg="25"] {
    margin-left: 25%; }
  [flex-offset-gt-lg="30"] {
    margin-left: 30%; }
  [flex-offset-gt-lg="35"] {
    margin-left: 35%; }
  [flex-offset-gt-lg="40"] {
    margin-left: 40%; }
  [flex-offset-gt-lg="45"] {
    margin-left: 45%; }
  [flex-offset-gt-lg="50"] {
    margin-left: 50%; }
  [flex-offset-gt-lg="55"] {
    margin-left: 55%; }
  [flex-offset-gt-lg="60"] {
    margin-left: 60%; }
  [flex-offset-gt-lg="65"] {
    margin-left: 65%; }
  [flex-offset-gt-lg="70"] {
    margin-left: 70%; }
  [flex-offset-gt-lg="75"] {
    margin-left: 75%; }
  [flex-offset-gt-lg="80"] {
    margin-left: 80%; }
  [flex-offset-gt-lg="85"] {
    margin-left: 85%; }
  [flex-offset-gt-lg="90"] {
    margin-left: 90%; }
  [flex-offset-gt-lg="95"] {
    margin-left: 95%; }
  [flex-offset-gt-lg="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-gt-lg="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-gt-lg],
  [layout-align-gt-lg="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-gt-lg='start'],
  [layout-align-gt-lg='start start'],
  [layout-align-gt-lg='start center'],
  [layout-align-gt-lg='start end'],
  [layout-align-gt-lg='start stretch'] {
    justify-content: flex-start; }
  [layout-align-gt-lg='center'],
  [layout-align-gt-lg='center start'],
  [layout-align-gt-lg='center center'],
  [layout-align-gt-lg='center end'],
  [layout-align-gt-lg='center stretch'] {
    justify-content: center; }
  [layout-align-gt-lg="end"],
  [layout-align-gt-lg="end center"],
  [layout-align-gt-lg="end start"],
  [layout-align-gt-lg="end end"],
  [layout-align-gt-lg="end stretch"] {
    justify-content: flex-end; }
  [layout-align-gt-lg="space-around"],
  [layout-align-gt-lg="space-around center"],
  [layout-align-gt-lg="space-around start"],
  [layout-align-gt-lg="space-around end"],
  [layout-align-gt-lg="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-gt-lg="space-between"],
  [layout-align-gt-lg="space-between center"],
  [layout-align-gt-lg="space-between start"],
  [layout-align-gt-lg="space-between end"],
  [layout-align-gt-lg="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-gt-lg='start start'],
  [layout-align-gt-lg='center start'],
  [layout-align-gt-lg='end start'],
  [layout-align-gt-lg='space-between start'],
  [layout-align-gt-lg='space-around start'] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-gt-lg='start center'],
  [layout-align-gt-lg='center center'],
  [layout-align-gt-lg='end center'],
  [layout-align-gt-lg='space-between center'],
  [layout-align-gt-lg='space-around center'] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
    [layout-align-gt-lg='start center'] > *,
    [layout-align-gt-lg='center center'] > *,
    [layout-align-gt-lg='end center'] > *,
    [layout-align-gt-lg='space-between center'] > *,
    [layout-align-gt-lg='space-around center'] > * {
      max-width: 100%;
      box-sizing: border-box; }
  [layout-align-gt-lg='start center'] > *,
  [layout-align-gt-lg='center center'] > *,
  [layout-align-gt-lg='end center'] > *,
  [layout-align-gt-lg='space-between center'] > *,
  [layout-align-gt-lg='space-around center'] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-gt-lg='start end'],
  [layout-align-gt-lg='center end'],
  [layout-align-gt-lg='end end'],
  [layout-align-gt-lg='space-between end'],
  [layout-align-gt-lg='space-around end'] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-gt-lg='start stretch'],
  [layout-align-gt-lg='center stretch'],
  [layout-align-gt-lg='end stretch'],
  [layout-align-gt-lg='space-between stretch'],
  [layout-align-gt-lg='space-around stretch'] {
    align-items: stretch;
    align-content: stretch; }
  [flex-gt-lg] {
    flex: 1;
    box-sizing: border-box; } }
@media screen\0  and (min-width: 1920px) {
  [flex-gt-lg] {
    flex: 1 1 0%; } }
@media (min-width: 1920px) {
  [flex-gt-lg='grow'],
  [flex-gt-lg-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-gt-lg='initial'],
  [flex-gt-lg-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-lg='auto'],
  [flex-gt-lg-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-gt-lg='none'],
  [flex-gt-lg-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-gt-lg='noshrink'],
  [flex-gt-lg-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box; }
  [flex-gt-lg='nogrow'],
  [flex-gt-lg-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-gt-lg='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='0'],
  [layout-gt-lg='row'] > [flex-gt-lg='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='0'],
  [layout-gt-lg='column'] > [flex-gt-lg='0'] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  [flex-gt-lg='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='5'],
  [layout-gt-lg='row'] > [flex-gt-lg='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='5'],
  [layout-gt-lg='column'] > [flex-gt-lg='5'] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-gt-lg='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='10'],
  [layout-gt-lg='row'] > [flex-gt-lg='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='10'],
  [layout-gt-lg='column'] > [flex-gt-lg='10'] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-gt-lg='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='15'],
  [layout-gt-lg='row'] > [flex-gt-lg='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='15'],
  [layout-gt-lg='column'] > [flex-gt-lg='15'] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-gt-lg='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='20'],
  [layout-gt-lg='row'] > [flex-gt-lg='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='20'],
  [layout-gt-lg='column'] > [flex-gt-lg='20'] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-gt-lg='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='25'],
  [layout-gt-lg='row'] > [flex-gt-lg='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='25'],
  [layout-gt-lg='column'] > [flex-gt-lg='25'] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-gt-lg='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='30'],
  [layout-gt-lg='row'] > [flex-gt-lg='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='30'],
  [layout-gt-lg='column'] > [flex-gt-lg='30'] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-gt-lg='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='35'],
  [layout-gt-lg='row'] > [flex-gt-lg='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='35'],
  [layout-gt-lg='column'] > [flex-gt-lg='35'] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-gt-lg='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='40'],
  [layout-gt-lg='row'] > [flex-gt-lg='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='40'],
  [layout-gt-lg='column'] > [flex-gt-lg='40'] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-gt-lg='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='45'],
  [layout-gt-lg='row'] > [flex-gt-lg='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='45'],
  [layout-gt-lg='column'] > [flex-gt-lg='45'] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-gt-lg='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='50'],
  [layout-gt-lg='row'] > [flex-gt-lg='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='50'],
  [layout-gt-lg='column'] > [flex-gt-lg='50'] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-gt-lg='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='55'],
  [layout-gt-lg='row'] > [flex-gt-lg='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='55'],
  [layout-gt-lg='column'] > [flex-gt-lg='55'] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-gt-lg='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='60'],
  [layout-gt-lg='row'] > [flex-gt-lg='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='60'],
  [layout-gt-lg='column'] > [flex-gt-lg='60'] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-gt-lg='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='65'],
  [layout-gt-lg='row'] > [flex-gt-lg='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='65'],
  [layout-gt-lg='column'] > [flex-gt-lg='65'] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-gt-lg='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='70'],
  [layout-gt-lg='row'] > [flex-gt-lg='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='70'],
  [layout-gt-lg='column'] > [flex-gt-lg='70'] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-gt-lg='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='75'],
  [layout-gt-lg='row'] > [flex-gt-lg='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='75'],
  [layout-gt-lg='column'] > [flex-gt-lg='75'] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-gt-lg='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='80'],
  [layout-gt-lg='row'] > [flex-gt-lg='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='80'],
  [layout-gt-lg='column'] > [flex-gt-lg='80'] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-gt-lg='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='85'],
  [layout-gt-lg='row'] > [flex-gt-lg='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='85'],
  [layout-gt-lg='column'] > [flex-gt-lg='85'] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-gt-lg='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='90'],
  [layout-gt-lg='row'] > [flex-gt-lg='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='90'],
  [layout-gt-lg='column'] > [flex-gt-lg='90'] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-gt-lg='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='95'],
  [layout-gt-lg='row'] > [flex-gt-lg='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='95'],
  [layout-gt-lg='column'] > [flex-gt-lg='95'] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-gt-lg='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='100'],
  [layout-gt-lg='row'] > [flex-gt-lg='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='100'],
  [layout-gt-lg='column'] > [flex-gt-lg='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='33'],
  [layout='row'] > [flex-gt-lg='33'],
  [layout-gt-lg='row'] > [flex-gt-lg='33'],
  [layout-gt-lg='row'] > [flex-gt-lg='33'] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='34'],
  [layout='row'] > [flex-gt-lg='34'],
  [layout-gt-lg='row'] > [flex-gt-lg='34'],
  [layout-gt-lg='row'] > [flex-gt-lg='34'] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='66'],
  [layout='row'] > [flex-gt-lg='66'],
  [layout-gt-lg='row'] > [flex-gt-lg='66'],
  [layout-gt-lg='row'] > [flex-gt-lg='66'] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-gt-lg='67'],
  [layout='row'] > [flex-gt-lg='67'],
  [layout-gt-lg='row'] > [flex-gt-lg='67'],
  [layout-gt-lg='row'] > [flex-gt-lg='67'] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='33'],
  [layout='column'] > [flex-gt-lg='33'],
  [layout-gt-lg='column'] > [flex-gt-lg='33'],
  [layout-gt-lg='column'] > [flex-gt-lg='33'] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='34'],
  [layout='column'] > [flex-gt-lg='34'],
  [layout-gt-lg='column'] > [flex-gt-lg='34'],
  [layout-gt-lg='column'] > [flex-gt-lg='34'] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='66'],
  [layout='column'] > [flex-gt-lg='66'],
  [layout-gt-lg='column'] > [flex-gt-lg='66'],
  [layout-gt-lg='column'] > [flex-gt-lg='66'] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-gt-lg='67'],
  [layout='column'] > [flex-gt-lg='67'],
  [layout-gt-lg='column'] > [flex-gt-lg='67'],
  [layout-gt-lg='column'] > [flex-gt-lg='67'] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box; }
  [layout-gt-lg],
  [layout-gt-lg='column'],
  [layout-gt-lg='row'] {
    box-sizing: border-box;
    display: flex; }
  [layout-gt-lg='column'] {
    flex-direction: column; }
  [layout-gt-lg='row'] {
    flex-direction: row; }
  [flex-order-xl="-20"] {
    order: -20; }
  [flex-order-xl="-19"] {
    order: -19; }
  [flex-order-xl="-18"] {
    order: -18; }
  [flex-order-xl="-17"] {
    order: -17; }
  [flex-order-xl="-16"] {
    order: -16; }
  [flex-order-xl="-15"] {
    order: -15; }
  [flex-order-xl="-14"] {
    order: -14; }
  [flex-order-xl="-13"] {
    order: -13; }
  [flex-order-xl="-12"] {
    order: -12; }
  [flex-order-xl="-11"] {
    order: -11; }
  [flex-order-xl="-10"] {
    order: -10; }
  [flex-order-xl="-9"] {
    order: -9; }
  [flex-order-xl="-8"] {
    order: -8; }
  [flex-order-xl="-7"] {
    order: -7; }
  [flex-order-xl="-6"] {
    order: -6; }
  [flex-order-xl="-5"] {
    order: -5; }
  [flex-order-xl="-4"] {
    order: -4; }
  [flex-order-xl="-3"] {
    order: -3; }
  [flex-order-xl="-2"] {
    order: -2; }
  [flex-order-xl="-1"] {
    order: -1; }
  [flex-order-xl="0"] {
    order: 0; }
  [flex-order-xl="1"] {
    order: 1; }
  [flex-order-xl="2"] {
    order: 2; }
  [flex-order-xl="3"] {
    order: 3; }
  [flex-order-xl="4"] {
    order: 4; }
  [flex-order-xl="5"] {
    order: 5; }
  [flex-order-xl="6"] {
    order: 6; }
  [flex-order-xl="7"] {
    order: 7; }
  [flex-order-xl="8"] {
    order: 8; }
  [flex-order-xl="9"] {
    order: 9; }
  [flex-order-xl="10"] {
    order: 10; }
  [flex-order-xl="11"] {
    order: 11; }
  [flex-order-xl="12"] {
    order: 12; }
  [flex-order-xl="13"] {
    order: 13; }
  [flex-order-xl="14"] {
    order: 14; }
  [flex-order-xl="15"] {
    order: 15; }
  [flex-order-xl="16"] {
    order: 16; }
  [flex-order-xl="17"] {
    order: 17; }
  [flex-order-xl="18"] {
    order: 18; }
  [flex-order-xl="19"] {
    order: 19; }
  [flex-order-xl="20"] {
    order: 20; }
  [flex-offset-xl="0"] {
    margin-left: 0%; }
  [flex-offset-xl="5"] {
    margin-left: 5%; }
  [flex-offset-xl="10"] {
    margin-left: 10%; }
  [flex-offset-xl="15"] {
    margin-left: 15%; }
  [flex-offset-xl="20"] {
    margin-left: 20%; }
  [flex-offset-xl="25"] {
    margin-left: 25%; }
  [flex-offset-xl="30"] {
    margin-left: 30%; }
  [flex-offset-xl="35"] {
    margin-left: 35%; }
  [flex-offset-xl="40"] {
    margin-left: 40%; }
  [flex-offset-xl="45"] {
    margin-left: 45%; }
  [flex-offset-xl="50"] {
    margin-left: 50%; }
  [flex-offset-xl="55"] {
    margin-left: 55%; }
  [flex-offset-xl="60"] {
    margin-left: 60%; }
  [flex-offset-xl="65"] {
    margin-left: 65%; }
  [flex-offset-xl="70"] {
    margin-left: 70%; }
  [flex-offset-xl="75"] {
    margin-left: 75%; }
  [flex-offset-xl="80"] {
    margin-left: 80%; }
  [flex-offset-xl="85"] {
    margin-left: 85%; }
  [flex-offset-xl="90"] {
    margin-left: 90%; }
  [flex-offset-xl="95"] {
    margin-left: 95%; }
  [flex-offset-xl="33"] {
    margin-left: calc(100% / 3); }
  [flex-offset-xl="66"] {
    margin-left: calc(200% / 3); }
  [layout-align-xl],
  [layout-align-xl="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch; }
  [layout-align-xl='start'],
  [layout-align-xl='start start'],
  [layout-align-xl='start center'],
  [layout-align-xl='start end'],
  [layout-align-xl='start stretch'] {
    justify-content: flex-start; }
  [layout-align-xl='center'],
  [layout-align-xl='center start'],
  [layout-align-xl='center center'],
  [layout-align-xl='center end'],
  [layout-align-xl='center stretch'] {
    justify-content: center; }
  [layout-align-xl="end"],
  [layout-align-xl="end center"],
  [layout-align-xl="end start"],
  [layout-align-xl="end end"],
  [layout-align-xl="end stretch"] {
    justify-content: flex-end; }
  [layout-align-xl="space-around"],
  [layout-align-xl="space-around center"],
  [layout-align-xl="space-around start"],
  [layout-align-xl="space-around end"],
  [layout-align-xl="space-around stretch"] {
    justify-content: space-around; }
  [layout-align-xl="space-between"],
  [layout-align-xl="space-between center"],
  [layout-align-xl="space-between start"],
  [layout-align-xl="space-between end"],
  [layout-align-xl="space-between stretch"] {
    justify-content: space-between; }
  [layout-align-xl='start start'],
  [layout-align-xl='center start'],
  [layout-align-xl='end start'],
  [layout-align-xl='space-between start'],
  [layout-align-xl='space-around start'] {
    align-items: flex-start;
    align-content: flex-start; }
  [layout-align-xl='start center'],
  [layout-align-xl='center center'],
  [layout-align-xl='end center'],
  [layout-align-xl='space-between center'],
  [layout-align-xl='space-around center'] {
    align-items: center;
    align-content: center;
    max-width: 100%; }
    [layout-align-xl='start center'] > *,
    [layout-align-xl='center center'] > *,
    [layout-align-xl='end center'] > *,
    [layout-align-xl='space-between center'] > *,
    [layout-align-xl='space-around center'] > * {
      max-width: 100%;
      box-sizing: border-box; }
  [layout-align-xl='start center'] > *,
  [layout-align-xl='center center'] > *,
  [layout-align-xl='end center'] > *,
  [layout-align-xl='space-between center'] > *,
  [layout-align-xl='space-around center'] > * {
    max-width: 100%;
    box-sizing: border-box; }
  [layout-align-xl='start end'],
  [layout-align-xl='center end'],
  [layout-align-xl='end end'],
  [layout-align-xl='space-between end'],
  [layout-align-xl='space-around end'] {
    align-items: flex-end;
    align-content: flex-end; }
  [layout-align-xl='start stretch'],
  [layout-align-xl='center stretch'],
  [layout-align-xl='end stretch'],
  [layout-align-xl='space-between stretch'],
  [layout-align-xl='space-around stretch'] {
    align-items: stretch;
    align-content: stretch; }
  [flex-xl] {
    flex: 1;
    box-sizing: border-box; } }
@media screen\0  and (min-width: 1920px) {
  [flex-xl] {
    flex: 1 1 0%; } }
@media (min-width: 1920px) {
  [flex-xl='grow'],
  [flex-xl-grow] {
    flex: 1 1 100%;
    box-sizing: border-box; }
  [flex-xl='initial'],
  [flex-xl-initial] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-xl='auto'],
  [flex-xl-auto] {
    flex: 1 1 auto;
    box-sizing: border-box; }
  [flex-xl='none'],
  [flex-xl-none] {
    flex: 0 0 auto;
    box-sizing: border-box; }
  [flex-xl='noshrink'],
  [flex-xl-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box; }
  [flex-xl='nogrow'],
  [flex-xl-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box; }
  [flex-xl='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='0'],
  [layout-xl='row'] > [flex-xl='0'] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='0'],
  [layout-xl='column'] > [flex-xl='0'] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box; }
  [flex-xl='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='5'],
  [layout-xl='row'] > [flex-xl='5'] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='5'],
  [layout-xl='column'] > [flex-xl='5'] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box; }
  [flex-xl='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='10'],
  [layout-xl='row'] > [flex-xl='10'] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='10'],
  [layout-xl='column'] > [flex-xl='10'] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box; }
  [flex-xl='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='15'],
  [layout-xl='row'] > [flex-xl='15'] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='15'],
  [layout-xl='column'] > [flex-xl='15'] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box; }
  [flex-xl='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='20'],
  [layout-xl='row'] > [flex-xl='20'] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='20'],
  [layout-xl='column'] > [flex-xl='20'] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box; }
  [flex-xl='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='25'],
  [layout-xl='row'] > [flex-xl='25'] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='25'],
  [layout-xl='column'] > [flex-xl='25'] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box; }
  [flex-xl='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='30'],
  [layout-xl='row'] > [flex-xl='30'] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='30'],
  [layout-xl='column'] > [flex-xl='30'] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box; }
  [flex-xl='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='35'],
  [layout-xl='row'] > [flex-xl='35'] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='35'],
  [layout-xl='column'] > [flex-xl='35'] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box; }
  [flex-xl='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='40'],
  [layout-xl='row'] > [flex-xl='40'] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='40'],
  [layout-xl='column'] > [flex-xl='40'] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box; }
  [flex-xl='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='45'],
  [layout-xl='row'] > [flex-xl='45'] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='45'],
  [layout-xl='column'] > [flex-xl='45'] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box; }
  [flex-xl='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='50'],
  [layout-xl='row'] > [flex-xl='50'] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='50'],
  [layout-xl='column'] > [flex-xl='50'] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box; }
  [flex-xl='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='55'],
  [layout-xl='row'] > [flex-xl='55'] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='55'],
  [layout-xl='column'] > [flex-xl='55'] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box; }
  [flex-xl='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='60'],
  [layout-xl='row'] > [flex-xl='60'] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='60'],
  [layout-xl='column'] > [flex-xl='60'] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box; }
  [flex-xl='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='65'],
  [layout-xl='row'] > [flex-xl='65'] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='65'],
  [layout-xl='column'] > [flex-xl='65'] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box; }
  [flex-xl='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='70'],
  [layout-xl='row'] > [flex-xl='70'] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='70'],
  [layout-xl='column'] > [flex-xl='70'] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box; }
  [flex-xl='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='75'],
  [layout-xl='row'] > [flex-xl='75'] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='75'],
  [layout-xl='column'] > [flex-xl='75'] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box; }
  [flex-xl='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='80'],
  [layout-xl='row'] > [flex-xl='80'] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='80'],
  [layout-xl='column'] > [flex-xl='80'] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box; }
  [flex-xl='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='85'],
  [layout-xl='row'] > [flex-xl='85'] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='85'],
  [layout-xl='column'] > [flex-xl='85'] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box; }
  [flex-xl='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='90'],
  [layout-xl='row'] > [flex-xl='90'] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='90'],
  [layout-xl='column'] > [flex-xl='90'] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box; }
  [flex-xl='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='95'],
  [layout-xl='row'] > [flex-xl='95'] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='95'],
  [layout-xl='column'] > [flex-xl='95'] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box; }
  [flex-xl='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='100'],
  [layout-xl='row'] > [flex-xl='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='100'],
  [layout-xl='column'] > [flex-xl='100'] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='33'],
  [layout='row'] > [flex-xl='33'],
  [layout-xl='row'] > [flex-xl='33'],
  [layout-xl='row'] > [flex-xl='33'] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='34'],
  [layout='row'] > [flex-xl='34'],
  [layout-xl='row'] > [flex-xl='34'],
  [layout-xl='row'] > [flex-xl='34'] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='66'],
  [layout='row'] > [flex-xl='66'],
  [layout-xl='row'] > [flex-xl='66'],
  [layout-xl='row'] > [flex-xl='66'] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box; }
  [layout='row'] > [flex-xl='67'],
  [layout='row'] > [flex-xl='67'],
  [layout-xl='row'] > [flex-xl='67'],
  [layout-xl='row'] > [flex-xl='67'] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='33'],
  [layout='column'] > [flex-xl='33'],
  [layout-xl='column'] > [flex-xl='33'],
  [layout-xl='column'] > [flex-xl='33'] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='34'],
  [layout='column'] > [flex-xl='34'],
  [layout-xl='column'] > [flex-xl='34'],
  [layout-xl='column'] > [flex-xl='34'] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='66'],
  [layout='column'] > [flex-xl='66'],
  [layout-xl='column'] > [flex-xl='66'],
  [layout-xl='column'] > [flex-xl='66'] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box; }
  [layout='column'] > [flex-xl='67'],
  [layout='column'] > [flex-xl='67'],
  [layout-xl='column'] > [flex-xl='67'],
  [layout-xl='column'] > [flex-xl='67'] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box; }
  [layout-xl],
  [layout-xl='column'],
  [layout-xl='row'] {
    box-sizing: border-box;
    display: flex; }
  [layout-xl='column'] {
    flex-direction: column; }
  [layout-xl='row'] {
    flex-direction: row; }
  [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]),
  [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]),
  [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]),
  [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]),
  [hide-gt-lg]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]) {
    display: none; }
  [hide-xl]:not([show-xl]):not([show-gt-lg]):not([show]) {
    display: none; } }
.tc-inherit {
  color: inherit !important; }
.tc-red-50 {
  color: #ffebee !important; }
.tc-pink-50 {
  color: #fce4ec !important; }
.tc-purple-50 {
  color: #f3e5f5 !important; }
.tc-deep-purple-50 {
  color: #ede7f6 !important; }
.tc-indigo-50 {
  color: #e8eaf6 !important; }
.tc-blue-50 {
  color: #e3f2fd !important; }
.tc-light-blue-50 {
  color: #e1f5fe !important; }
.tc-cyan-50 {
  color: #e0f7fa !important; }
.tc-teal-50 {
  color: #e0f2f1 !important; }
.tc-green-50 {
  color: #e8f5e9 !important; }
.tc-light-green-50 {
  color: #f1f8e9 !important; }
.tc-lime-50 {
  color: #f9fbe7 !important; }
.tc-yellow-50 {
  color: #fffde7 !important; }
.tc-amber-50 {
  color: #fff8e1 !important; }
.tc-orange-50 {
  color: #fff3e0 !important; }
.tc-deep-orange-50 {
  color: #fbe9e7 !important; }
.tc-brown-50 {
  color: #efebe9 !important; }
.tc-grey-50 {
  color: #fafafa !important; }
.tc-blue-grey-50 {
  color: #eceff1 !important; }
.tc-red-100 {
  color: #ffcdd2 !important; }
.tc-pink-100 {
  color: #f8bbd0 !important; }
.tc-purple-100 {
  color: #e1bee7 !important; }
.tc-deep-purple-100 {
  color: #d1c4e9 !important; }
.tc-indigo-100 {
  color: #c5cae9 !important; }
.tc-blue-100 {
  color: #bbdefb !important; }
.tc-light-blue-100 {
  color: #b3e5fc !important; }
.tc-cyan-100 {
  color: #b2ebf2 !important; }
.tc-teal-100 {
  color: #b2dfdb !important; }
.tc-green-100 {
  color: #c8e6c9 !important; }
.tc-light-green-100 {
  color: #dcedc8 !important; }
.tc-lime-100 {
  color: #f0f4c3 !important; }
.tc-yellow-100 {
  color: #fff9c4 !important; }
.tc-amber-100 {
  color: #ffecb3 !important; }
.tc-orange-100 {
  color: #ffe0b2 !important; }
.tc-deep-orange-100 {
  color: #ffccbc !important; }
.tc-brown-100 {
  color: #d7ccc8 !important; }
.tc-grey-100 {
  color: whitesmoke !important; }
.tc-blue-grey-100 {
  color: #cfd8dc !important; }
.tc-red-200 {
  color: #ef9a9a !important; }
.tc-pink-200 {
  color: #f48fb1 !important; }
.tc-purple-200 {
  color: #ce93d8 !important; }
.tc-deep-purple-200 {
  color: #b39ddb !important; }
.tc-indigo-200 {
  color: #9fa8da !important; }
.tc-blue-200 {
  color: #90caf9 !important; }
.tc-light-blue-200 {
  color: #81d4fa !important; }
.tc-cyan-200 {
  color: #80deea !important; }
.tc-teal-200 {
  color: #80cbc4 !important; }
.tc-green-200 {
  color: #a5d6a7 !important; }
.tc-light-green-200 {
  color: #c5e1a5 !important; }
.tc-lime-200 {
  color: #e6ee9c !important; }
.tc-yellow-200 {
  color: #fff59d !important; }
.tc-amber-200 {
  color: #ffe082 !important; }
.tc-orange-200 {
  color: #ffcc80 !important; }
.tc-deep-orange-200 {
  color: #ffab91 !important; }
.tc-brown-200 {
  color: #bcaaa4 !important; }
.tc-grey-200 {
  color: #eeeeee !important; }
.tc-blue-grey-200 {
  color: #b0bec5 !important; }
.tc-red-300 {
  color: #e57373 !important; }
.tc-pink-300 {
  color: #f06292 !important; }
.tc-purple-300 {
  color: #ba68c8 !important; }
.tc-deep-purple-300 {
  color: #9575cd !important; }
.tc-indigo-300 {
  color: #7986cb !important; }
.tc-blue-300 {
  color: #64b5f6 !important; }
.tc-light-blue-300 {
  color: #4fc3f7 !important; }
.tc-cyan-300 {
  color: #4dd0e1 !important; }
.tc-teal-300 {
  color: #4db6ac !important; }
.tc-green-300 {
  color: #81c784 !important; }
.tc-light-green-300 {
  color: #aed581 !important; }
.tc-lime-300 {
  color: #dce775 !important; }
.tc-yellow-300 {
  color: #fff176 !important; }
.tc-amber-300 {
  color: #ffd54f !important; }
.tc-orange-300 {
  color: #ffb74d !important; }
.tc-deep-orange-300 {
  color: #ff8a65 !important; }
.tc-brown-300 {
  color: #a1887f !important; }
.tc-grey-300 {
  color: #e0e0e0 !important; }
.tc-blue-grey-300 {
  color: #90a4ae !important; }
.tc-red-400 {
  color: #ef5350 !important; }
.tc-pink-400 {
  color: #ec407a !important; }
.tc-purple-400 {
  color: #ab47bc !important; }
.tc-deep-purple-400 {
  color: #7e57c2 !important; }
.tc-indigo-400 {
  color: #5c6bc0 !important; }
.tc-blue-400 {
  color: #42a5f5 !important; }
.tc-light-blue-400 {
  color: #29b6f6 !important; }
.tc-cyan-400 {
  color: #26c6da !important; }
.tc-teal-400 {
  color: #26a69a !important; }
.tc-green-400 {
  color: #66bb6a !important; }
.tc-light-green-400 {
  color: #9ccc65 !important; }
.tc-lime-400 {
  color: #d4e157 !important; }
.tc-yellow-400 {
  color: #ffee58 !important; }
.tc-amber-400 {
  color: #ffca28 !important; }
.tc-orange-400 {
  color: #ffa726 !important; }
.tc-deep-orange-400 {
  color: #ff7043 !important; }
.tc-brown-400 {
  color: #8d6e63 !important; }
.tc-grey-400 {
  color: #bdbdbd !important; }
.tc-blue-grey-400 {
  color: #78909c !important; }
.tc-red-500 {
  color: #f44336 !important; }
.tc-pink-500 {
  color: #e91e63 !important; }
.tc-purple-500 {
  color: #9c27b0 !important; }
.tc-deep-purple-500 {
  color: #673ab7 !important; }
.tc-indigo-500 {
  color: #3f51b5 !important; }
.tc-blue-500 {
  color: #2196f3 !important; }
.tc-light-blue-500 {
  color: #03a9f4 !important; }
.tc-cyan-500 {
  color: #00bcd4 !important; }
.tc-teal-500 {
  color: #009688 !important; }
.tc-green-500 {
  color: #4caf50 !important; }
.tc-light-green-500 {
  color: #8bc34a !important; }
.tc-lime-500 {
  color: #cddc39 !important; }
.tc-yellow-500 {
  color: #ffeb3b !important; }
.tc-amber-500 {
  color: #ffc107 !important; }
.tc-orange-500 {
  color: #ff9800 !important; }
.tc-deep-orange-500 {
  color: #ff5722 !important; }
.tc-brown-500 {
  color: #795548 !important; }
.tc-grey-500 {
  color: #9e9e9e !important; }
.tc-blue-grey-500 {
  color: #607d8b !important; }
.tc-red-600 {
  color: #e53935 !important; }
.tc-pink-600 {
  color: #d81b60 !important; }
.tc-purple-600 {
  color: #8e24aa !important; }
.tc-deep-purple-600 {
  color: #5e35b1 !important; }
.tc-indigo-600 {
  color: #3949ab !important; }
.tc-blue-600 {
  color: #1e88e5 !important; }
.tc-light-blue-600 {
  color: #039be5 !important; }
.tc-cyan-600 {
  color: #00acc1 !important; }
.tc-teal-600 {
  color: #00897b !important; }
.tc-green-600 {
  color: #43a047 !important; }
.tc-light-green-600 {
  color: #7cb342 !important; }
.tc-lime-600 {
  color: #c0ca33 !important; }
.tc-yellow-600 {
  color: #fdd835 !important; }
.tc-amber-600 {
  color: #ffb300 !important; }
.tc-orange-600 {
  color: #fb8c00 !important; }
.tc-deep-orange-600 {
  color: #f4511e !important; }
.tc-brown-600 {
  color: #6d4c41 !important; }
.tc-grey-600 {
  color: #757575 !important; }
.tc-blue-grey-600 {
  color: #546e7a !important; }
.tc-red-700 {
  color: #d32f2f !important; }
.tc-pink-700 {
  color: #c2185b !important; }
.tc-purple-700 {
  color: #7b1fa2 !important; }
.tc-deep-purple-700 {
  color: #512da8 !important; }
.tc-indigo-700 {
  color: #303f9f !important; }
.tc-blue-700 {
  color: #1976d2 !important; }
.tc-light-blue-700 {
  color: #0288d1 !important; }
.tc-cyan-700 {
  color: #0097a7 !important; }
.tc-teal-700 {
  color: #00796b !important; }
.tc-green-700 {
  color: #388e3c !important; }
.tc-light-green-700 {
  color: #689f38 !important; }
.tc-lime-700 {
  color: #afb42b !important; }
.tc-yellow-700 {
  color: #fbc02d !important; }
.tc-amber-700 {
  color: #ffa000 !important; }
.tc-orange-700 {
  color: #f57c00 !important; }
.tc-deep-orange-700 {
  color: #e64a19 !important; }
.tc-brown-700 {
  color: #5d4037 !important; }
.tc-grey-700 {
  color: #616161 !important; }
.tc-blue-grey-700 {
  color: #455a64 !important; }
.tc-red-800 {
  color: #c62828 !important; }
.tc-pink-800 {
  color: #ad1457 !important; }
.tc-purple-800 {
  color: #6a1b9a !important; }
.tc-deep-purple-800 {
  color: #4527a0 !important; }
.tc-indigo-800 {
  color: #283593 !important; }
.tc-blue-800 {
  color: #1565c0 !important; }
.tc-light-blue-800 {
  color: #0277bd !important; }
.tc-cyan-800 {
  color: #00838f !important; }
.tc-teal-800 {
  color: #00695c !important; }
.tc-green-800 {
  color: #2e7d32 !important; }
.tc-light-green-800 {
  color: #558b2f !important; }
.tc-lime-800 {
  color: #9e9d24 !important; }
.tc-yellow-800 {
  color: #f9a825 !important; }
.tc-amber-800 {
  color: #ff8f00 !important; }
.tc-orange-800 {
  color: #ef6c00 !important; }
.tc-deep-orange-800 {
  color: #d84315 !important; }
.tc-brown-800 {
  color: #4e342e !important; }
.tc-grey-800 {
  color: #424242 !important; }
.tc-blue-grey-800 {
  color: #37474f !important; }
.tc-red-900 {
  color: #b71c1c !important; }
.tc-pink-900 {
  color: #880e4f !important; }
.tc-purple-900 {
  color: #4a148c !important; }
.tc-deep-purple-900 {
  color: #311b92 !important; }
.tc-indigo-900 {
  color: #1a237e !important; }
.tc-blue-900 {
  color: #0d47a1 !important; }
.tc-light-blue-900 {
  color: #01579b !important; }
.tc-cyan-900 {
  color: #006064 !important; }
.tc-teal-900 {
  color: #004d40 !important; }
.tc-green-900 {
  color: #1b5e20 !important; }
.tc-light-green-900 {
  color: #33691e !important; }
.tc-lime-900 {
  color: #827717 !important; }
.tc-yellow-900 {
  color: #f57f17 !important; }
.tc-amber-900 {
  color: #ff6f00 !important; }
.tc-orange-900 {
  color: #e65100 !important; }
.tc-deep-orange-900 {
  color: #bf360c !important; }
.tc-brown-900 {
  color: #3e2723 !important; }
.tc-grey-900 {
  color: #212121 !important; }
.tc-blue-grey-900 {
  color: #263238 !important; }
.tc-red-A100 {
  color: #ff8a80 !important; }
.tc-pink-A100 {
  color: #ff80ab !important; }
.tc-purple-A100 {
  color: #ea80fc !important; }
.tc-deep-purple-A100 {
  color: #b388ff !important; }
.tc-indigo-A100 {
  color: #8c9eff !important; }
.tc-blue-A100 {
  color: #82b1ff !important; }
.tc-light-blue-A100 {
  color: #80d8ff !important; }
.tc-cyan-A100 {
  color: #84ffff !important; }
.tc-teal-A100 {
  color: #a7ffeb !important; }
.tc-green-A100 {
  color: #b9f6ca !important; }
.tc-light-green-A100 {
  color: #ccff90 !important; }
.tc-lime-A100 {
  color: #f4ff81 !important; }
.tc-yellow-A100 {
  color: #ffff8d !important; }
.tc-amber-A100 {
  color: #ffe57f !important; }
.tc-orange-A100 {
  color: #ffd180 !important; }
.tc-deep-orange-A100 {
  color: #ff9e80 !important; }
.tc-red-A200 {
  color: #ff5252 !important; }
.tc-pink-A200 {
  color: #ff4081 !important; }
.tc-purple-A200 {
  color: #e040fb !important; }
.tc-deep-purple-A200 {
  color: #7c4dff !important; }
.tc-indigo-A200 {
  color: #536dfe !important; }
.tc-blue-A200 {
  color: #448aff !important; }
.tc-light-blue-A200 {
  color: #40c4ff !important; }
.tc-cyan-A200 {
  color: #18ffff !important; }
.tc-teal-A200 {
  color: #64ffda !important; }
.tc-green-A200 {
  color: #69f0ae !important; }
.tc-light-green-A200 {
  color: #b2ff59 !important; }
.tc-lime-A200 {
  color: #eeff41 !important; }
.tc-yellow-A200 {
  color: yellow !important; }
.tc-amber-A200 {
  color: #ffd740 !important; }
.tc-orange-A200 {
  color: #ffab40 !important; }
.tc-deep-orange-A200 {
  color: #ff6e40 !important; }
.tc-red-A400 {
  color: #ff1744 !important; }
.tc-pink-A400 {
  color: #f50057 !important; }
.tc-purple-A400 {
  color: #d500f9 !important; }
.tc-deep-purple-A400 {
  color: #651fff !important; }
.tc-indigo-A400 {
  color: #3d5afe !important; }
.tc-blue-A400 {
  color: #2979ff !important; }
.tc-light-blue-A400 {
  color: #00b0ff !important; }
.tc-cyan-A400 {
  color: #00e5ff !important; }
.tc-teal-A400 {
  color: #1de9b6 !important; }
.tc-green-A400 {
  color: #00e676 !important; }
.tc-light-green-A400 {
  color: #76ff03 !important; }
.tc-lime-A400 {
  color: #c6ff00 !important; }
.tc-yellow-A400 {
  color: #ffea00 !important; }
.tc-amber-A400 {
  color: #ffc400 !important; }
.tc-orange-A400 {
  color: #ff9100 !important; }
.tc-deep-orange-A400 {
  color: #ff3d00 !important; }
.tc-red-A700 {
  color: #d50000 !important; }
.tc-pink-A700 {
  color: #c51162 !important; }
.tc-purple-A700 {
  color: #aa00ff !important; }
.tc-deep-purple-A700 {
  color: #6200ea !important; }
.tc-indigo-A700 {
  color: #304ffe !important; }
.tc-blue-A700 {
  color: #2962ff !important; }
.tc-light-blue-A700 {
  color: #0091ea !important; }
.tc-cyan-A700 {
  color: #00b8d4 !important; }
.tc-teal-A700 {
  color: #00bfa5 !important; }
.tc-green-A700 {
  color: #00c853 !important; }
.tc-light-green-A700 {
  color: #64dd17 !important; }
.tc-lime-A700 {
  color: #aeea00 !important; }
.tc-yellow-A700 {
  color: #ffd600 !important; }
.tc-amber-A700 {
  color: #ffab00 !important; }
.tc-orange-A700 {
  color: #ff6d00 !important; }
.tc-deep-orange-A700 {
  color: #dd2c00 !important; }
.tc-black {
  color: black !important; }
.tc-black-1 {
  color: black !important; }
.tc-black-2 {
  color: black !important; }
.tc-black-3 {
  color: rgba(0, 0, 0, 0.12) !important; }
.tc-black-4 {
  color: black !important; }
.tc-white {
  color: rgba(255, 255, 255, 0.7) !important; }
.tc-white-1 {
  color: rgba(255, 255, 255, 0.3) !important; }
.tc-white-2 {
  color: rgba(255, 255, 255, 0.3) !important; }
.tc-white-3 {
  color: rgba(255, 255, 255, 0.12) !important; }
.tc-white-4 {
  color: white !important; }
.bgc-red-50 {
  background-color: #ffebee !important; }
.bgc-pink-50 {
  background-color: #fce4ec !important; }
.bgc-purple-50 {
  background-color: #f3e5f5 !important; }
.bgc-deep-purple-50 {
  background-color: #ede7f6 !important; }
.bgc-indigo-50 {
  background-color: #e8eaf6 !important; }
.bgc-blue-50 {
  background-color: #e3f2fd !important; }
.bgc-light-blue-50 {
  background-color: #e1f5fe !important; }
.bgc-cyan-50 {
  background-color: #e0f7fa !important; }
.bgc-teal-50 {
  background-color: #e0f2f1 !important; }
.bgc-green-50 {
  background-color: #e8f5e9 !important; }
.bgc-light-green-50 {
  background-color: #f1f8e9 !important; }
.bgc-lime-50 {
  background-color: #f9fbe7 !important; }
.bgc-yellow-50 {
  background-color: #fffde7 !important; }
.bgc-amber-50 {
  background-color: #fff8e1 !important; }
.bgc-orange-50 {
  background-color: #fff3e0 !important; }
.bgc-deep-orange-50 {
  background-color: #fbe9e7 !important; }
.bgc-brown-50 {
  background-color: #efebe9 !important; }
.bgc-grey-50 {
  background-color: #fafafa !important; }
.bgc-blue-grey-50 {
  background-color: #eceff1 !important; }
.bgc-red-100 {
  background-color: #ffcdd2 !important; }
.bgc-pink-100 {
  background-color: #f8bbd0 !important; }
.bgc-purple-100 {
  background-color: #e1bee7 !important; }
.bgc-deep-purple-100 {
  background-color: #d1c4e9 !important; }
.bgc-indigo-100 {
  background-color: #c5cae9 !important; }
.bgc-blue-100 {
  background-color: #bbdefb !important; }
.bgc-light-blue-100 {
  background-color: #b3e5fc !important; }
.bgc-cyan-100 {
  background-color: #b2ebf2 !important; }
.bgc-teal-100 {
  background-color: #b2dfdb !important; }
.bgc-green-100 {
  background-color: #c8e6c9 !important; }
.bgc-light-green-100 {
  background-color: #dcedc8 !important; }
.bgc-lime-100 {
  background-color: #f0f4c3 !important; }
.bgc-yellow-100 {
  background-color: #fff9c4 !important; }
.bgc-amber-100 {
  background-color: #ffecb3 !important; }
.bgc-orange-100 {
  background-color: #ffe0b2 !important; }
.bgc-deep-orange-100 {
  background-color: #ffccbc !important; }
.bgc-brown-100 {
  background-color: #d7ccc8 !important; }
.bgc-grey-100 {
  background-color: whitesmoke !important; }
.bgc-blue-grey-100 {
  background-color: #cfd8dc !important; }
.bgc-red-200 {
  background-color: #ef9a9a !important; }
.bgc-pink-200 {
  background-color: #f48fb1 !important; }
.bgc-purple-200 {
  background-color: #ce93d8 !important; }
.bgc-deep-purple-200 {
  background-color: #b39ddb !important; }
.bgc-indigo-200 {
  background-color: #9fa8da !important; }
.bgc-blue-200 {
  background-color: #90caf9 !important; }
.bgc-light-blue-200 {
  background-color: #81d4fa !important; }
.bgc-cyan-200 {
  background-color: #80deea !important; }
.bgc-teal-200 {
  background-color: #80cbc4 !important; }
.bgc-green-200 {
  background-color: #a5d6a7 !important; }
.bgc-light-green-200 {
  background-color: #c5e1a5 !important; }
.bgc-lime-200 {
  background-color: #e6ee9c !important; }
.bgc-yellow-200 {
  background-color: #fff59d !important; }
.bgc-amber-200 {
  background-color: #ffe082 !important; }
.bgc-orange-200 {
  background-color: #ffcc80 !important; }
.bgc-deep-orange-200 {
  background-color: #ffab91 !important; }
.bgc-brown-200 {
  background-color: #bcaaa4 !important; }
.bgc-grey-200 {
  background-color: #eeeeee !important; }
.bgc-blue-grey-200 {
  background-color: #b0bec5 !important; }
.bgc-red-300 {
  background-color: #e57373 !important; }
.bgc-pink-300 {
  background-color: #f06292 !important; }
.bgc-purple-300 {
  background-color: #ba68c8 !important; }
.bgc-deep-purple-300 {
  background-color: #9575cd !important; }
.bgc-indigo-300 {
  background-color: #7986cb !important; }
.bgc-blue-300 {
  background-color: #64b5f6 !important; }
.bgc-light-blue-300 {
  background-color: #4fc3f7 !important; }
.bgc-cyan-300 {
  background-color: #4dd0e1 !important; }
.bgc-teal-300 {
  background-color: #4db6ac !important; }
.bgc-green-300 {
  background-color: #81c784 !important; }
.bgc-light-green-300 {
  background-color: #aed581 !important; }
.bgc-lime-300 {
  background-color: #dce775 !important; }
.bgc-yellow-300 {
  background-color: #fff176 !important; }
.bgc-amber-300 {
  background-color: #ffd54f !important; }
.bgc-orange-300 {
  background-color: #ffb74d !important; }
.bgc-deep-orange-300 {
  background-color: #ff8a65 !important; }
.bgc-brown-300 {
  background-color: #a1887f !important; }
.bgc-grey-300 {
  background-color: #e0e0e0 !important; }
.bgc-blue-grey-300 {
  background-color: #90a4ae !important; }
.bgc-red-400 {
  background-color: #ef5350 !important; }
.bgc-pink-400 {
  background-color: #ec407a !important; }
.bgc-purple-400 {
  background-color: #ab47bc !important; }
.bgc-deep-purple-400 {
  background-color: #7e57c2 !important; }
.bgc-indigo-400 {
  background-color: #5c6bc0 !important; }
.bgc-blue-400 {
  background-color: #42a5f5 !important; }
.bgc-light-blue-400 {
  background-color: #29b6f6 !important; }
.bgc-cyan-400 {
  background-color: #26c6da !important; }
.bgc-teal-400 {
  background-color: #26a69a !important; }
.bgc-green-400 {
  background-color: #66bb6a !important; }
.bgc-light-green-400 {
  background-color: #9ccc65 !important; }
.bgc-lime-400 {
  background-color: #d4e157 !important; }
.bgc-yellow-400 {
  background-color: #ffee58 !important; }
.bgc-amber-400 {
  background-color: #ffca28 !important; }
.bgc-orange-400 {
  background-color: #ffa726 !important; }
.bgc-deep-orange-400 {
  background-color: #ff7043 !important; }
.bgc-brown-400 {
  background-color: #8d6e63 !important; }
.bgc-grey-400 {
  background-color: #bdbdbd !important; }
.bgc-blue-grey-400 {
  background-color: #78909c !important; }
.bgc-red-500 {
  background-color: #f44336 !important; }
.bgc-pink-500 {
  background-color: #e91e63 !important; }
.bgc-purple-500 {
  background-color: #9c27b0 !important; }
.bgc-deep-purple-500 {
  background-color: #673ab7 !important; }
.bgc-indigo-500 {
  background-color: #3f51b5 !important; }
.bgc-blue-500 {
  background-color: #2196f3 !important; }
.bgc-light-blue-500 {
  background-color: #03a9f4 !important; }
.bgc-cyan-500 {
  background-color: #00bcd4 !important; }
.bgc-teal-500 {
  background-color: #009688 !important; }
.bgc-green-500 {
  background-color: #4caf50 !important; }
.bgc-light-green-500 {
  background-color: #8bc34a !important; }
.bgc-lime-500 {
  background-color: #cddc39 !important; }
.bgc-yellow-500 {
  background-color: #ffeb3b !important; }
.bgc-amber-500 {
  background-color: #ffc107 !important; }
.bgc-orange-500 {
  background-color: #ff9800 !important; }
.bgc-deep-orange-500 {
  background-color: #ff5722 !important; }
.bgc-brown-500 {
  background-color: #795548 !important; }
.bgc-grey-500 {
  background-color: #9e9e9e !important; }
.bgc-blue-grey-500 {
  background-color: #607d8b !important; }
.bgc-red-600 {
  background-color: #e53935 !important; }
.bgc-pink-600 {
  background-color: #d81b60 !important; }
.bgc-purple-600 {
  background-color: #8e24aa !important; }
.bgc-deep-purple-600 {
  background-color: #5e35b1 !important; }
.bgc-indigo-600 {
  background-color: #3949ab !important; }
.bgc-blue-600 {
  background-color: #1e88e5 !important; }
.bgc-light-blue-600 {
  background-color: #039be5 !important; }
.bgc-cyan-600 {
  background-color: #00acc1 !important; }
.bgc-teal-600 {
  background-color: #00897b !important; }
.bgc-green-600 {
  background-color: #43a047 !important; }
.bgc-light-green-600 {
  background-color: #7cb342 !important; }
.bgc-lime-600 {
  background-color: #c0ca33 !important; }
.bgc-yellow-600 {
  background-color: #fdd835 !important; }
.bgc-amber-600 {
  background-color: #ffb300 !important; }
.bgc-orange-600 {
  background-color: #fb8c00 !important; }
.bgc-deep-orange-600 {
  background-color: #f4511e !important; }
.bgc-brown-600 {
  background-color: #6d4c41 !important; }
.bgc-grey-600 {
  background-color: #757575 !important; }
.bgc-blue-grey-600 {
  background-color: #546e7a !important; }
.bgc-red-700 {
  background-color: #d32f2f !important; }
.bgc-pink-700 {
  background-color: #c2185b !important; }
.bgc-purple-700 {
  background-color: #7b1fa2 !important; }
.bgc-deep-purple-700 {
  background-color: #512da8 !important; }
.bgc-indigo-700 {
  background-color: #303f9f !important; }
.bgc-blue-700 {
  background-color: #1976d2 !important; }
.bgc-light-blue-700 {
  background-color: #0288d1 !important; }
.bgc-cyan-700 {
  background-color: #0097a7 !important; }
.bgc-teal-700 {
  background-color: #00796b !important; }
.bgc-green-700 {
  background-color: #388e3c !important; }
.bgc-light-green-700 {
  background-color: #689f38 !important; }
.bgc-lime-700 {
  background-color: #afb42b !important; }
.bgc-yellow-700 {
  background-color: #fbc02d !important; }
.bgc-amber-700 {
  background-color: #ffa000 !important; }
.bgc-orange-700 {
  background-color: #f57c00 !important; }
.bgc-deep-orange-700 {
  background-color: #e64a19 !important; }
.bgc-brown-700 {
  background-color: #5d4037 !important; }
.bgc-grey-700 {
  background-color: #616161 !important; }
.bgc-blue-grey-700 {
  background-color: #455a64 !important; }
.bgc-red-800 {
  background-color: #c62828 !important; }
.bgc-pink-800 {
  background-color: #ad1457 !important; }
.bgc-purple-800 {
  background-color: #6a1b9a !important; }
.bgc-deep-purple-800 {
  background-color: #4527a0 !important; }
.bgc-indigo-800 {
  background-color: #283593 !important; }
.bgc-blue-800 {
  background-color: #1565c0 !important; }
.bgc-light-blue-800 {
  background-color: #0277bd !important; }
.bgc-cyan-800 {
  background-color: #00838f !important; }
.bgc-teal-800 {
  background-color: #00695c !important; }
.bgc-green-800 {
  background-color: #2e7d32 !important; }
.bgc-light-green-800 {
  background-color: #558b2f !important; }
.bgc-lime-800 {
  background-color: #9e9d24 !important; }
.bgc-yellow-800 {
  background-color: #f9a825 !important; }
.bgc-amber-800 {
  background-color: #ff8f00 !important; }
.bgc-orange-800 {
  background-color: #ef6c00 !important; }
.bgc-deep-orange-800 {
  background-color: #d84315 !important; }
.bgc-brown-800 {
  background-color: #4e342e !important; }
.bgc-grey-800 {
  background-color: #424242 !important; }
.bgc-blue-grey-800 {
  background-color: #37474f !important; }
.bgc-red-900 {
  background-color: #b71c1c !important; }
.bgc-pink-900 {
  background-color: #880e4f !important; }
.bgc-purple-900 {
  background-color: #4a148c !important; }
.bgc-deep-purple-900 {
  background-color: #311b92 !important; }
.bgc-indigo-900 {
  background-color: #1a237e !important; }
.bgc-blue-900 {
  background-color: #0d47a1 !important; }
.bgc-light-blue-900 {
  background-color: #01579b !important; }
.bgc-cyan-900 {
  background-color: #006064 !important; }
.bgc-teal-900 {
  background-color: #004d40 !important; }
.bgc-green-900 {
  background-color: #1b5e20 !important; }
.bgc-light-green-900 {
  background-color: #33691e !important; }
.bgc-lime-900 {
  background-color: #827717 !important; }
.bgc-yellow-900 {
  background-color: #f57f17 !important; }
.bgc-amber-900 {
  background-color: #ff6f00 !important; }
.bgc-orange-900 {
  background-color: #e65100 !important; }
.bgc-deep-orange-900 {
  background-color: #bf360c !important; }
.bgc-brown-900 {
  background-color: #3e2723 !important; }
.bgc-grey-900 {
  background-color: #212121 !important; }
.bgc-blue-grey-900 {
  background-color: #263238 !important; }
.bgc-red-A100 {
  background-color: #ff8a80 !important; }
.bgc-pink-A100 {
  background-color: #ff80ab !important; }
.bgc-purple-A100 {
  background-color: #ea80fc !important; }
.bgc-deep-purple-A100 {
  background-color: #b388ff !important; }
.bgc-indigo-A100 {
  background-color: #8c9eff !important; }
.bgc-blue-A100 {
  background-color: #82b1ff !important; }
.bgc-light-blue-A100 {
  background-color: #80d8ff !important; }
.bgc-cyan-A100 {
  background-color: #84ffff !important; }
.bgc-teal-A100 {
  background-color: #a7ffeb !important; }
.bgc-green-A100 {
  background-color: #b9f6ca !important; }
.bgc-light-green-A100 {
  background-color: #ccff90 !important; }
.bgc-lime-A100 {
  background-color: #f4ff81 !important; }
.bgc-yellow-A100 {
  background-color: #ffff8d !important; }
.bgc-amber-A100 {
  background-color: #ffe57f !important; }
.bgc-orange-A100 {
  background-color: #ffd180 !important; }
.bgc-deep-orange-A100 {
  background-color: #ff9e80 !important; }
.bgc-red-A200 {
  background-color: #ff5252 !important; }
.bgc-pink-A200 {
  background-color: #ff4081 !important; }
.bgc-purple-A200 {
  background-color: #e040fb !important; }
.bgc-deep-purple-A200 {
  background-color: #7c4dff !important; }
.bgc-indigo-A200 {
  background-color: #536dfe !important; }
.bgc-blue-A200 {
  background-color: #448aff !important; }
.bgc-light-blue-A200 {
  background-color: #40c4ff !important; }
.bgc-cyan-A200 {
  background-color: #18ffff !important; }
.bgc-teal-A200 {
  background-color: #64ffda !important; }
.bgc-green-A200 {
  background-color: #69f0ae !important; }
.bgc-light-green-A200 {
  background-color: #b2ff59 !important; }
.bgc-lime-A200 {
  background-color: #eeff41 !important; }
.bgc-yellow-A200 {
  background-color: yellow !important; }
.bgc-amber-A200 {
  background-color: #ffd740 !important; }
.bgc-orange-A200 {
  background-color: #ffab40 !important; }
.bgc-deep-orange-A200 {
  background-color: #ff6e40 !important; }
.bgc-red-A400 {
  background-color: #ff1744 !important; }
.bgc-pink-A400 {
  background-color: #f50057 !important; }
.bgc-purple-A400 {
  background-color: #d500f9 !important; }
.bgc-deep-purple-A400 {
  background-color: #651fff !important; }
.bgc-indigo-A400 {
  background-color: #3d5afe !important; }
.bgc-blue-A400 {
  background-color: #2979ff !important; }
.bgc-light-blue-A400 {
  background-color: #00b0ff !important; }
.bgc-cyan-A400 {
  background-color: #00e5ff !important; }
.bgc-teal-A400 {
  background-color: #1de9b6 !important; }
.bgc-green-A400 {
  background-color: #00e676 !important; }
.bgc-light-green-A400 {
  background-color: #76ff03 !important; }
.bgc-lime-A400 {
  background-color: #c6ff00 !important; }
.bgc-yellow-A400 {
  background-color: #ffea00 !important; }
.bgc-amber-A400 {
  background-color: #ffc400 !important; }
.bgc-orange-A400 {
  background-color: #ff9100 !important; }
.bgc-deep-orange-A400 {
  background-color: #ff3d00 !important; }
.bgc-red-A700 {
  background-color: #d50000 !important; }
.bgc-pink-A700 {
  background-color: #c51162 !important; }
.bgc-purple-A700 {
  background-color: #aa00ff !important; }
.bgc-deep-purple-A700 {
  background-color: #6200ea !important; }
.bgc-indigo-A700 {
  background-color: #304ffe !important; }
.bgc-blue-A700 {
  background-color: #2962ff !important; }
.bgc-light-blue-A700 {
  background-color: #0091ea !important; }
.bgc-cyan-A700 {
  background-color: #00b8d4 !important; }
.bgc-teal-A700 {
  background-color: #00bfa5 !important; }
.bgc-green-A700 {
  background-color: #00c853 !important; }
.bgc-light-green-A700 {
  background-color: #64dd17 !important; }
.bgc-lime-A700 {
  background-color: #aeea00 !important; }
.bgc-yellow-A700 {
  background-color: #ffd600 !important; }
.bgc-amber-A700 {
  background-color: #ffab00 !important; }
.bgc-orange-A700 {
  background-color: #ff6d00 !important; }
.bgc-deep-orange-A700 {
  background-color: #dd2c00 !important; }
.bgc-black {
  background-color: black !important; }
.bgc-black-1 {
  background-color: black !important; }
.bgc-black-2 {
  background-color: black !important; }
.bgc-black-3 {
  background-color: rgba(0, 0, 0, 0.12) !important; }
.bgc-black-4 {
  background-color: black !important; }
.bgc-white {
  background-color: rgba(255, 255, 255, 0.7) !important; }
.bgc-white-1 {
  background-color: rgba(255, 255, 255, 0.3) !important; }
.bgc-white-2 {
  background-color: rgba(255, 255, 255, 0.3) !important; }
.bgc-white-3 {
  background-color: rgba(255, 255, 255, 0.12) !important; }
.bgc-white-4 {
  background-color: white !important; }
.fill-red-50 {
  fill: #ffebee !important; }
.fill-pink-50 {
  fill: #fce4ec !important; }
.fill-purple-50 {
  fill: #f3e5f5 !important; }
.fill-deep-purple-50 {
  fill: #ede7f6 !important; }
.fill-indigo-50 {
  fill: #e8eaf6 !important; }
.fill-blue-50 {
  fill: #e3f2fd !important; }
.fill-light-blue-50 {
  fill: #e1f5fe !important; }
.fill-cyan-50 {
  fill: #e0f7fa !important; }
.fill-teal-50 {
  fill: #e0f2f1 !important; }
.fill-green-50 {
  fill: #e8f5e9 !important; }
.fill-light-green-50 {
  fill: #f1f8e9 !important; }
.fill-lime-50 {
  fill: #f9fbe7 !important; }
.fill-yellow-50 {
  fill: #fffde7 !important; }
.fill-amber-50 {
  fill: #fff8e1 !important; }
.fill-orange-50 {
  fill: #fff3e0 !important; }
.fill-deep-orange-50 {
  fill: #fbe9e7 !important; }
.fill-brown-50 {
  fill: #efebe9 !important; }
.fill-grey-50 {
  fill: #fafafa !important; }
.fill-blue-grey-50 {
  fill: #eceff1 !important; }
.fill-red-100 {
  fill: #ffcdd2 !important; }
.fill-pink-100 {
  fill: #f8bbd0 !important; }
.fill-purple-100 {
  fill: #e1bee7 !important; }
.fill-deep-purple-100 {
  fill: #d1c4e9 !important; }
.fill-indigo-100 {
  fill: #c5cae9 !important; }
.fill-blue-100 {
  fill: #bbdefb !important; }
.fill-light-blue-100 {
  fill: #b3e5fc !important; }
.fill-cyan-100 {
  fill: #b2ebf2 !important; }
.fill-teal-100 {
  fill: #b2dfdb !important; }
.fill-green-100 {
  fill: #c8e6c9 !important; }
.fill-light-green-100 {
  fill: #dcedc8 !important; }
.fill-lime-100 {
  fill: #f0f4c3 !important; }
.fill-yellow-100 {
  fill: #fff9c4 !important; }
.fill-amber-100 {
  fill: #ffecb3 !important; }
.fill-orange-100 {
  fill: #ffe0b2 !important; }
.fill-deep-orange-100 {
  fill: #ffccbc !important; }
.fill-brown-100 {
  fill: #d7ccc8 !important; }
.fill-grey-100 {
  fill: whitesmoke !important; }
.fill-blue-grey-100 {
  fill: #cfd8dc !important; }
.fill-red-200 {
  fill: #ef9a9a !important; }
.fill-pink-200 {
  fill: #f48fb1 !important; }
.fill-purple-200 {
  fill: #ce93d8 !important; }
.fill-deep-purple-200 {
  fill: #b39ddb !important; }
.fill-indigo-200 {
  fill: #9fa8da !important; }
.fill-blue-200 {
  fill: #90caf9 !important; }
.fill-light-blue-200 {
  fill: #81d4fa !important; }
.fill-cyan-200 {
  fill: #80deea !important; }
.fill-teal-200 {
  fill: #80cbc4 !important; }
.fill-green-200 {
  fill: #a5d6a7 !important; }
.fill-light-green-200 {
  fill: #c5e1a5 !important; }
.fill-lime-200 {
  fill: #e6ee9c !important; }
.fill-yellow-200 {
  fill: #fff59d !important; }
.fill-amber-200 {
  fill: #ffe082 !important; }
.fill-orange-200 {
  fill: #ffcc80 !important; }
.fill-deep-orange-200 {
  fill: #ffab91 !important; }
.fill-brown-200 {
  fill: #bcaaa4 !important; }
.fill-grey-200 {
  fill: #eeeeee !important; }
.fill-blue-grey-200 {
  fill: #b0bec5 !important; }
.fill-red-300 {
  fill: #e57373 !important; }
.fill-pink-300 {
  fill: #f06292 !important; }
.fill-purple-300 {
  fill: #ba68c8 !important; }
.fill-deep-purple-300 {
  fill: #9575cd !important; }
.fill-indigo-300 {
  fill: #7986cb !important; }
.fill-blue-300 {
  fill: #64b5f6 !important; }
.fill-light-blue-300 {
  fill: #4fc3f7 !important; }
.fill-cyan-300 {
  fill: #4dd0e1 !important; }
.fill-teal-300 {
  fill: #4db6ac !important; }
.fill-green-300 {
  fill: #81c784 !important; }
.fill-light-green-300 {
  fill: #aed581 !important; }
.fill-lime-300 {
  fill: #dce775 !important; }
.fill-yellow-300 {
  fill: #fff176 !important; }
.fill-amber-300 {
  fill: #ffd54f !important; }
.fill-orange-300 {
  fill: #ffb74d !important; }
.fill-deep-orange-300 {
  fill: #ff8a65 !important; }
.fill-brown-300 {
  fill: #a1887f !important; }
.fill-grey-300 {
  fill: #e0e0e0 !important; }
.fill-blue-grey-300 {
  fill: #90a4ae !important; }
.fill-red-400 {
  fill: #ef5350 !important; }
.fill-pink-400 {
  fill: #ec407a !important; }
.fill-purple-400 {
  fill: #ab47bc !important; }
.fill-deep-purple-400 {
  fill: #7e57c2 !important; }
.fill-indigo-400 {
  fill: #5c6bc0 !important; }
.fill-blue-400 {
  fill: #42a5f5 !important; }
.fill-light-blue-400 {
  fill: #29b6f6 !important; }
.fill-cyan-400 {
  fill: #26c6da !important; }
.fill-teal-400 {
  fill: #26a69a !important; }
.fill-green-400 {
  fill: #66bb6a !important; }
.fill-light-green-400 {
  fill: #9ccc65 !important; }
.fill-lime-400 {
  fill: #d4e157 !important; }
.fill-yellow-400 {
  fill: #ffee58 !important; }
.fill-amber-400 {
  fill: #ffca28 !important; }
.fill-orange-400 {
  fill: #ffa726 !important; }
.fill-deep-orange-400 {
  fill: #ff7043 !important; }
.fill-brown-400 {
  fill: #8d6e63 !important; }
.fill-grey-400 {
  fill: #bdbdbd !important; }
.fill-blue-grey-400 {
  fill: #78909c !important; }
.fill-red-500 {
  fill: #f44336 !important; }
.fill-pink-500 {
  fill: #e91e63 !important; }
.fill-purple-500 {
  fill: #9c27b0 !important; }
.fill-deep-purple-500 {
  fill: #673ab7 !important; }
.fill-indigo-500 {
  fill: #3f51b5 !important; }
.fill-blue-500 {
  fill: #2196f3 !important; }
.fill-light-blue-500 {
  fill: #03a9f4 !important; }
.fill-cyan-500 {
  fill: #00bcd4 !important; }
.fill-teal-500 {
  fill: #009688 !important; }
.fill-green-500 {
  fill: #4caf50 !important; }
.fill-light-green-500 {
  fill: #8bc34a !important; }
.fill-lime-500 {
  fill: #cddc39 !important; }
.fill-yellow-500 {
  fill: #ffeb3b !important; }
.fill-amber-500 {
  fill: #ffc107 !important; }
.fill-orange-500 {
  fill: #ff9800 !important; }
.fill-deep-orange-500 {
  fill: #ff5722 !important; }
.fill-brown-500 {
  fill: #795548 !important; }
.fill-grey-500 {
  fill: #9e9e9e !important; }
.fill-blue-grey-500 {
  fill: #607d8b !important; }
.fill-red-600 {
  fill: #e53935 !important; }
.fill-pink-600 {
  fill: #d81b60 !important; }
.fill-purple-600 {
  fill: #8e24aa !important; }
.fill-deep-purple-600 {
  fill: #5e35b1 !important; }
.fill-indigo-600 {
  fill: #3949ab !important; }
.fill-blue-600 {
  fill: #1e88e5 !important; }
.fill-light-blue-600 {
  fill: #039be5 !important; }
.fill-cyan-600 {
  fill: #00acc1 !important; }
.fill-teal-600 {
  fill: #00897b !important; }
.fill-green-600 {
  fill: #43a047 !important; }
.fill-light-green-600 {
  fill: #7cb342 !important; }
.fill-lime-600 {
  fill: #c0ca33 !important; }
.fill-yellow-600 {
  fill: #fdd835 !important; }
.fill-amber-600 {
  fill: #ffb300 !important; }
.fill-orange-600 {
  fill: #fb8c00 !important; }
.fill-deep-orange-600 {
  fill: #f4511e !important; }
.fill-brown-600 {
  fill: #6d4c41 !important; }
.fill-grey-600 {
  fill: #757575 !important; }
.fill-blue-grey-600 {
  fill: #546e7a !important; }
.fill-red-700 {
  fill: #d32f2f !important; }
.fill-pink-700 {
  fill: #c2185b !important; }
.fill-purple-700 {
  fill: #7b1fa2 !important; }
.fill-deep-purple-700 {
  fill: #512da8 !important; }
.fill-indigo-700 {
  fill: #303f9f !important; }
.fill-blue-700 {
  fill: #1976d2 !important; }
.fill-light-blue-700 {
  fill: #0288d1 !important; }
.fill-cyan-700 {
  fill: #0097a7 !important; }
.fill-teal-700 {
  fill: #00796b !important; }
.fill-green-700 {
  fill: #388e3c !important; }
.fill-light-green-700 {
  fill: #689f38 !important; }
.fill-lime-700 {
  fill: #afb42b !important; }
.fill-yellow-700 {
  fill: #fbc02d !important; }
.fill-amber-700 {
  fill: #ffa000 !important; }
.fill-orange-700 {
  fill: #f57c00 !important; }
.fill-deep-orange-700 {
  fill: #e64a19 !important; }
.fill-brown-700 {
  fill: #5d4037 !important; }
.fill-grey-700 {
  fill: #616161 !important; }
.fill-blue-grey-700 {
  fill: #455a64 !important; }
.fill-red-800 {
  fill: #c62828 !important; }
.fill-pink-800 {
  fill: #ad1457 !important; }
.fill-purple-800 {
  fill: #6a1b9a !important; }
.fill-deep-purple-800 {
  fill: #4527a0 !important; }
.fill-indigo-800 {
  fill: #283593 !important; }
.fill-blue-800 {
  fill: #1565c0 !important; }
.fill-light-blue-800 {
  fill: #0277bd !important; }
.fill-cyan-800 {
  fill: #00838f !important; }
.fill-teal-800 {
  fill: #00695c !important; }
.fill-green-800 {
  fill: #2e7d32 !important; }
.fill-light-green-800 {
  fill: #558b2f !important; }
.fill-lime-800 {
  fill: #9e9d24 !important; }
.fill-yellow-800 {
  fill: #f9a825 !important; }
.fill-amber-800 {
  fill: #ff8f00 !important; }
.fill-orange-800 {
  fill: #ef6c00 !important; }
.fill-deep-orange-800 {
  fill: #d84315 !important; }
.fill-brown-800 {
  fill: #4e342e !important; }
.fill-grey-800 {
  fill: #424242 !important; }
.fill-blue-grey-800 {
  fill: #37474f !important; }
.fill-red-900 {
  fill: #b71c1c !important; }
.fill-pink-900 {
  fill: #880e4f !important; }
.fill-purple-900 {
  fill: #4a148c !important; }
.fill-deep-purple-900 {
  fill: #311b92 !important; }
.fill-indigo-900 {
  fill: #1a237e !important; }
.fill-blue-900 {
  fill: #0d47a1 !important; }
.fill-light-blue-900 {
  fill: #01579b !important; }
.fill-cyan-900 {
  fill: #006064 !important; }
.fill-teal-900 {
  fill: #004d40 !important; }
.fill-green-900 {
  fill: #1b5e20 !important; }
.fill-light-green-900 {
  fill: #33691e !important; }
.fill-lime-900 {
  fill: #827717 !important; }
.fill-yellow-900 {
  fill: #f57f17 !important; }
.fill-amber-900 {
  fill: #ff6f00 !important; }
.fill-orange-900 {
  fill: #e65100 !important; }
.fill-deep-orange-900 {
  fill: #bf360c !important; }
.fill-brown-900 {
  fill: #3e2723 !important; }
.fill-grey-900 {
  fill: #212121 !important; }
.fill-blue-grey-900 {
  fill: #263238 !important; }
.fill-red-A100 {
  fill: #ff8a80 !important; }
.fill-pink-A100 {
  fill: #ff80ab !important; }
.fill-purple-A100 {
  fill: #ea80fc !important; }
.fill-deep-purple-A100 {
  fill: #b388ff !important; }
.fill-indigo-A100 {
  fill: #8c9eff !important; }
.fill-blue-A100 {
  fill: #82b1ff !important; }
.fill-light-blue-A100 {
  fill: #80d8ff !important; }
.fill-cyan-A100 {
  fill: #84ffff !important; }
.fill-teal-A100 {
  fill: #a7ffeb !important; }
.fill-green-A100 {
  fill: #b9f6ca !important; }
.fill-light-green-A100 {
  fill: #ccff90 !important; }
.fill-lime-A100 {
  fill: #f4ff81 !important; }
.fill-yellow-A100 {
  fill: #ffff8d !important; }
.fill-amber-A100 {
  fill: #ffe57f !important; }
.fill-orange-A100 {
  fill: #ffd180 !important; }
.fill-deep-orange-A100 {
  fill: #ff9e80 !important; }
.fill-red-A200 {
  fill: #ff5252 !important; }
.fill-pink-A200 {
  fill: #ff4081 !important; }
.fill-purple-A200 {
  fill: #e040fb !important; }
.fill-deep-purple-A200 {
  fill: #7c4dff !important; }
.fill-indigo-A200 {
  fill: #536dfe !important; }
.fill-blue-A200 {
  fill: #448aff !important; }
.fill-light-blue-A200 {
  fill: #40c4ff !important; }
.fill-cyan-A200 {
  fill: #18ffff !important; }
.fill-teal-A200 {
  fill: #64ffda !important; }
.fill-green-A200 {
  fill: #69f0ae !important; }
.fill-light-green-A200 {
  fill: #b2ff59 !important; }
.fill-lime-A200 {
  fill: #eeff41 !important; }
.fill-yellow-A200 {
  fill: yellow !important; }
.fill-amber-A200 {
  fill: #ffd740 !important; }
.fill-orange-A200 {
  fill: #ffab40 !important; }
.fill-deep-orange-A200 {
  fill: #ff6e40 !important; }
.fill-red-A400 {
  fill: #ff1744 !important; }
.fill-pink-A400 {
  fill: #f50057 !important; }
.fill-purple-A400 {
  fill: #d500f9 !important; }
.fill-deep-purple-A400 {
  fill: #651fff !important; }
.fill-indigo-A400 {
  fill: #3d5afe !important; }
.fill-blue-A400 {
  fill: #2979ff !important; }
.fill-light-blue-A400 {
  fill: #00b0ff !important; }
.fill-cyan-A400 {
  fill: #00e5ff !important; }
.fill-teal-A400 {
  fill: #1de9b6 !important; }
.fill-green-A400 {
  fill: #00e676 !important; }
.fill-light-green-A400 {
  fill: #76ff03 !important; }
.fill-lime-A400 {
  fill: #c6ff00 !important; }
.fill-yellow-A400 {
  fill: #ffea00 !important; }
.fill-amber-A400 {
  fill: #ffc400 !important; }
.fill-orange-A400 {
  fill: #ff9100 !important; }
.fill-deep-orange-A400 {
  fill: #ff3d00 !important; }
.fill-red-A700 {
  fill: #d50000 !important; }
.fill-pink-A700 {
  fill: #c51162 !important; }
.fill-purple-A700 {
  fill: #aa00ff !important; }
.fill-deep-purple-A700 {
  fill: #6200ea !important; }
.fill-indigo-A700 {
  fill: #304ffe !important; }
.fill-blue-A700 {
  fill: #2962ff !important; }
.fill-light-blue-A700 {
  fill: #0091ea !important; }
.fill-cyan-A700 {
  fill: #00b8d4 !important; }
.fill-teal-A700 {
  fill: #00bfa5 !important; }
.fill-green-A700 {
  fill: #00c853 !important; }
.fill-light-green-A700 {
  fill: #64dd17 !important; }
.fill-lime-A700 {
  fill: #aeea00 !important; }
.fill-yellow-A700 {
  fill: #ffd600 !important; }
.fill-amber-A700 {
  fill: #ffab00 !important; }
.fill-orange-A700 {
  fill: #ff6d00 !important; }
.fill-deep-orange-A700 {
  fill: #dd2c00 !important; }
.fill-black {
  fill: black !important; }
.fill-black-1 {
  fill: black !important; }
.fill-black-2 {
  fill: black !important; }
.fill-black-3 {
  fill: rgba(0, 0, 0, 0.12) !important; }
.fill-black-4 {
  fill: black !important; }
.fill-white {
  fill: rgba(255, 255, 255, 0.7) !important; }
.fill-white-1 {
  fill: rgba(255, 255, 255, 0.3) !important; }
.fill-white-2 {
  fill: rgba(255, 255, 255, 0.3) !important; }
.fill-white-3 {
  fill: rgba(255, 255, 255, 0.12) !important; }
.fill-white-4 {
  fill: white !important; }
.tc-dark-red-500 {
  color: #f44336 !important; }
.tc-dark-pink-500 {
  color: #e91e63 !important; }
.tc-dark-purple-500 {
  color: #9c27b0 !important; }
.tc-dark-deep-purple-500 {
  color: #673ab7 !important; }
.tc-dark-indigo-500 {
  color: #3f51b5 !important; }
.tc-dark-blue-500 {
  color: #2196f3 !important; }
.tc-dark-light-blue-500 {
  color: #03a9f4 !important; }
.tc-dark-cyan-500 {
  color: #00bcd4 !important; }
.tc-dark-teal-500 {
  color: #009688 !important; }
.tc-dark-green-500 {
  color: #4caf50 !important; }
.tc-dark-light-green-500 {
  color: #8bc34a !important; }
.tc-dark-lime-500 {
  color: #cddc39 !important; }
.tc-dark-yellow-500 {
  color: #ffeb3b !important; }
.tc-dark-amber-500 {
  color: #ffc107 !important; }
.tc-dark-orange-500 {
  color: #ff9800 !important; }
.tc-dark-deep-orange-500 {
  color: #ff5722 !important; }
.tc-dark-brown-500 {
  color: #795548 !important; }
.tc-dark-grey-500 {
  color: #9e9e9e !important; }
.tc-dark-blue-grey-500 {
  color: #607d8b !important; }
.tc-dark-red-B100 {
  color: #ff4336 !important; }
.tc-dark-pink-B100 {
  color: #ff216b !important; }
.tc-dark-purple-B100 {
  color: #ec80ff !important; }
.tc-dark-deep-purple-B100 {
  color: #ae80ff !important; }
.tc-dark-indigo-B100 {
  color: #8093ff !important; }
.tc-dark-blue-B100 {
  color: #80c6ff !important; }
.tc-dark-light-blue-B100 {
  color: #80d7ff !important; }
.tc-dark-cyan-B100 {
  color: #00e1ff !important; }
.tc-dark-teal-B100 {
  color: #00ffe5 !important; }
.tc-dark-green-B100 {
  color: #6eff72 !important; }
.tc-dark-light-green-B100 {
  color: #b5ff61 !important; }
.tc-dark-lime-B100 {
  color: #ecff42 !important; }
.tc-dark-yellow-B100 {
  color: #ffeb3b !important; }
.tc-dark-amber-B100 {
  color: #ffc107 !important; }
.tc-dark-orange-B100 {
  color: #ff9800 !important; }
.tc-dark-deep-orange-B100 {
  color: #ff5722 !important; }
.tc-dark-brown-B100 {
  color: #ffb499 !important; }
.tc-dark-grey-B100 {
  color: white !important; }
.tc-dark-blue-grey-B100 {
  color: #b0e5ff !important; }
.tc-dark-red-B65 {
  color: #a62c23 !important; }
.tc-dark-pink-B65 {
  color: #a41a47 !important; }
.tc-dark-purple-B65 {
  color: #9224a6 !important; }
.tc-dark-deep-purple-B65 {
  color: #5e35a6 !important; }
.tc-dark-indigo-B65 {
  color: #3a4aa6 !important; }
.tc-dark-blue-B65 {
  color: #1766a6 !important; }
.tc-dark-light-blue-B65 {
  color: #0272a6 !important; }
.tc-dark-cyan-B65 {
  color: #0092a6 !important; }
.tc-dark-teal-B65 {
  color: #00a695 !important; }
.tc-dark-green-B65 {
  color: #47a64a !important; }
.tc-dark-light-green-B65 {
  color: #76a63f !important; }
.tc-dark-lime-B65 {
  color: #99a62b !important; }
.tc-dark-yellow-B65 {
  color: #a69926 !important; }
.tc-dark-amber-B65 {
  color: #a67e05 !important; }
.tc-dark-orange-B65 {
  color: #a66300 !important; }
.tc-dark-deep-orange-B65 {
  color: #a63716 !important; }
.tc-dark-brown-B65 {
  color: #a67563 !important; }
.tc-dark-grey-B65 {
  color: #a6a6a6 !important; }
.tc-dark-blue-grey-B65 {
  color: #7295a6 !important; }
.tc-dark-red-B40 {
  color: #661b15 !important; }
.tc-dark-pink-B40 {
  color: #660d2b !important; }
.tc-dark-purple-B40 {
  color: #5a1666 !important; }
.tc-dark-deep-purple-B40 {
  color: #3a2166 !important; }
.tc-dark-indigo-B40 {
  color: #242e66 !important; }
.tc-dark-blue-B40 {
  color: #0e3f66 !important; }
.tc-dark-light-blue-B40 {
  color: #014666 !important; }
.tc-dark-cyan-B40 {
  color: #005a66 !important; }
.tc-dark-teal-B40 {
  color: #00665c !important; }
.tc-dark-green-B40 {
  color: #2c662e !important; }
.tc-dark-light-green-B40 {
  color: #486627 !important; }
.tc-dark-lime-B40 {
  color: #5e661b !important; }
.tc-dark-yellow-B40 {
  color: #665e17 !important; }
.tc-dark-amber-B40 {
  color: #664d03 !important; }
.tc-dark-orange-B40 {
  color: #663d00 !important; }
.tc-dark-deep-orange-B40 {
  color: #66220d !important; }
.tc-dark-brown-B40 {
  color: #66483d !important; }
.tc-dark-grey-B40 {
  color: #666666 !important; }
.tc-dark-blue-grey-B40 {
  color: #465b66 !important; }
.tc-dark-red-B30 {
  color: #4d1410 !important; }
.tc-dark-pink-B30 {
  color: #4d0a20 !important; }
.tc-dark-purple-B30 {
  color: #41004d !important; }
.tc-dark-deep-purple-B30 {
  color: #1c004d !important; }
.tc-dark-indigo-B30 {
  color: #000b4d !important; }
.tc-dark-blue-B30 {
  color: #002a4d !important; }
.tc-dark-light-blue-B30 {
  color: #00344d !important; }
.tc-dark-cyan-B30 {
  color: #00444d !important; }
.tc-dark-teal-B30 {
  color: #004d45 !important; }
.tc-dark-green-B30 {
  color: #214d22 !important; }
.tc-dark-light-green-B30 {
  color: #364d1d !important; }
.tc-dark-lime-B30 {
  color: #474d14 !important; }
.tc-dark-yellow-B30 {
  color: #4d4712 !important; }
.tc-dark-amber-B30 {
  color: #4d3a02 !important; }
.tc-dark-orange-B30 {
  color: #4d2e00 !important; }
.tc-dark-deep-orange-B30 {
  color: #4d190a !important; }
.tc-dark-brown-B30 {
  color: #4d362e !important; }
.tc-dark-grey-B30 {
  color: #4d4d4d !important; }
.tc-dark-blue-grey-B30 {
  color: #35454d !important; }
.tc-dark-red-B15 {
  color: #330d0b !important; }
.tc-dark-pink-B15 {
  color: #260510 !important; }
.tc-dark-purple-B15 {
  color: #210026 !important; }
.tc-dark-deep-purple-B15 {
  color: #0e0026 !important; }
.tc-dark-indigo-B15 {
  color: #000626 !important; }
.tc-dark-blue-B15 {
  color: #001526 !important; }
.tc-dark-light-blue-B15 {
  color: #001a26 !important; }
.tc-dark-cyan-B15 {
  color: #002226 !important; }
.tc-dark-teal-B15 {
  color: #002622 !important; }
.tc-dark-green-B15 {
  color: #102611 !important; }
.tc-dark-light-green-B15 {
  color: #1b260f !important; }
.tc-dark-lime-B15 {
  color: #172621 !important; }
.tc-dark-yellow-B15 {
  color: #26160c !important; }
.tc-dark-amber-B15 {
  color: #261c15 !important; }
.tc-dark-orange-B15 {
  color: #261700 !important; }
.tc-dark-deep-orange-B15 {
  color: #260d05 !important; }
.tc-dark-brown-B15 {
  color: #261b17 !important; }
.tc-dark-grey-B15 {
  color: #262626 !important; }
.tc-dark-blue-grey-B15 {
  color: #1a2226 !important; }
.bgc-dark-red-500 {
  background-color: #f44336 !important; }
.bgc-dark-pink-500 {
  background-color: #e91e63 !important; }
.bgc-dark-purple-500 {
  background-color: #9c27b0 !important; }
.bgc-dark-deep-purple-500 {
  background-color: #673ab7 !important; }
.bgc-dark-indigo-500 {
  background-color: #3f51b5 !important; }
.bgc-dark-blue-500 {
  background-color: #2196f3 !important; }
.bgc-dark-light-blue-500 {
  background-color: #03a9f4 !important; }
.bgc-dark-cyan-500 {
  background-color: #00bcd4 !important; }
.bgc-dark-teal-500 {
  background-color: #009688 !important; }
.bgc-dark-green-500 {
  background-color: #4caf50 !important; }
.bgc-dark-light-green-500 {
  background-color: #8bc34a !important; }
.bgc-dark-lime-500 {
  background-color: #cddc39 !important; }
.bgc-dark-yellow-500 {
  background-color: #ffeb3b !important; }
.bgc-dark-amber-500 {
  background-color: #ffc107 !important; }
.bgc-dark-orange-500 {
  background-color: #ff9800 !important; }
.bgc-dark-deep-orange-500 {
  background-color: #ff5722 !important; }
.bgc-dark-brown-500 {
  background-color: #795548 !important; }
.bgc-dark-grey-500 {
  background-color: #9e9e9e !important; }
.bgc-dark-blue-grey-500 {
  background-color: #607d8b !important; }
.bgc-dark-red-B100 {
  background-color: #ff4336 !important; }
.bgc-dark-pink-B100 {
  background-color: #ff216b !important; }
.bgc-dark-purple-B100 {
  background-color: #ec80ff !important; }
.bgc-dark-deep-purple-B100 {
  background-color: #ae80ff !important; }
.bgc-dark-indigo-B100 {
  background-color: #8093ff !important; }
.bgc-dark-blue-B100 {
  background-color: #80c6ff !important; }
.bgc-dark-light-blue-B100 {
  background-color: #80d7ff !important; }
.bgc-dark-cyan-B100 {
  background-color: #00e1ff !important; }
.bgc-dark-teal-B100 {
  background-color: #00ffe5 !important; }
.bgc-dark-green-B100 {
  background-color: #6eff72 !important; }
.bgc-dark-light-green-B100 {
  background-color: #b5ff61 !important; }
.bgc-dark-lime-B100 {
  background-color: #ecff42 !important; }
.bgc-dark-yellow-B100 {
  background-color: #ffeb3b !important; }
.bgc-dark-amber-B100 {
  background-color: #ffc107 !important; }
.bgc-dark-orange-B100 {
  background-color: #ff9800 !important; }
.bgc-dark-deep-orange-B100 {
  background-color: #ff5722 !important; }
.bgc-dark-brown-B100 {
  background-color: #ffb499 !important; }
.bgc-dark-grey-B100 {
  background-color: white !important; }
.bgc-dark-blue-grey-B100 {
  background-color: #b0e5ff !important; }
.bgc-dark-red-B65 {
  background-color: #a62c23 !important; }
.bgc-dark-pink-B65 {
  background-color: #a41a47 !important; }
.bgc-dark-purple-B65 {
  background-color: #9224a6 !important; }
.bgc-dark-deep-purple-B65 {
  background-color: #5e35a6 !important; }
.bgc-dark-indigo-B65 {
  background-color: #3a4aa6 !important; }
.bgc-dark-blue-B65 {
  background-color: #1766a6 !important; }
.bgc-dark-light-blue-B65 {
  background-color: #0272a6 !important; }
.bgc-dark-cyan-B65 {
  background-color: #0092a6 !important; }
.bgc-dark-teal-B65 {
  background-color: #00a695 !important; }
.bgc-dark-green-B65 {
  background-color: #47a64a !important; }
.bgc-dark-light-green-B65 {
  background-color: #76a63f !important; }
.bgc-dark-lime-B65 {
  background-color: #99a62b !important; }
.bgc-dark-yellow-B65 {
  background-color: #a69926 !important; }
.bgc-dark-amber-B65 {
  background-color: #a67e05 !important; }
.bgc-dark-orange-B65 {
  background-color: #a66300 !important; }
.bgc-dark-deep-orange-B65 {
  background-color: #a63716 !important; }
.bgc-dark-brown-B65 {
  background-color: #a67563 !important; }
.bgc-dark-grey-B65 {
  background-color: #a6a6a6 !important; }
.bgc-dark-blue-grey-B65 {
  background-color: #7295a6 !important; }
.bgc-dark-red-B40 {
  background-color: #661b15 !important; }
.bgc-dark-pink-B40 {
  background-color: #660d2b !important; }
.bgc-dark-purple-B40 {
  background-color: #5a1666 !important; }
.bgc-dark-deep-purple-B40 {
  background-color: #3a2166 !important; }
.bgc-dark-indigo-B40 {
  background-color: #242e66 !important; }
.bgc-dark-blue-B40 {
  background-color: #0e3f66 !important; }
.bgc-dark-light-blue-B40 {
  background-color: #014666 !important; }
.bgc-dark-cyan-B40 {
  background-color: #005a66 !important; }
.bgc-dark-teal-B40 {
  background-color: #00665c !important; }
.bgc-dark-green-B40 {
  background-color: #2c662e !important; }
.bgc-dark-light-green-B40 {
  background-color: #486627 !important; }
.bgc-dark-lime-B40 {
  background-color: #5e661b !important; }
.bgc-dark-yellow-B40 {
  background-color: #665e17 !important; }
.bgc-dark-amber-B40 {
  background-color: #664d03 !important; }
.bgc-dark-orange-B40 {
  background-color: #663d00 !important; }
.bgc-dark-deep-orange-B40 {
  background-color: #66220d !important; }
.bgc-dark-brown-B40 {
  background-color: #66483d !important; }
.bgc-dark-grey-B40 {
  background-color: #666666 !important; }
.bgc-dark-blue-grey-B40 {
  background-color: #465b66 !important; }
.bgc-dark-red-B30 {
  background-color: #4d1410 !important; }
.bgc-dark-pink-B30 {
  background-color: #4d0a20 !important; }
.bgc-dark-purple-B30 {
  background-color: #41004d !important; }
.bgc-dark-deep-purple-B30 {
  background-color: #1c004d !important; }
.bgc-dark-indigo-B30 {
  background-color: #000b4d !important; }
.bgc-dark-blue-B30 {
  background-color: #002a4d !important; }
.bgc-dark-light-blue-B30 {
  background-color: #00344d !important; }
.bgc-dark-cyan-B30 {
  background-color: #00444d !important; }
.bgc-dark-teal-B30 {
  background-color: #004d45 !important; }
.bgc-dark-green-B30 {
  background-color: #214d22 !important; }
.bgc-dark-light-green-B30 {
  background-color: #364d1d !important; }
.bgc-dark-lime-B30 {
  background-color: #474d14 !important; }
.bgc-dark-yellow-B30 {
  background-color: #4d4712 !important; }
.bgc-dark-amber-B30 {
  background-color: #4d3a02 !important; }
.bgc-dark-orange-B30 {
  background-color: #4d2e00 !important; }
.bgc-dark-deep-orange-B30 {
  background-color: #4d190a !important; }
.bgc-dark-brown-B30 {
  background-color: #4d362e !important; }
.bgc-dark-grey-B30 {
  background-color: #4d4d4d !important; }
.bgc-dark-blue-grey-B30 {
  background-color: #35454d !important; }
.bgc-dark-red-B15 {
  background-color: #330d0b !important; }
.bgc-dark-pink-B15 {
  background-color: #260510 !important; }
.bgc-dark-purple-B15 {
  background-color: #210026 !important; }
.bgc-dark-deep-purple-B15 {
  background-color: #0e0026 !important; }
.bgc-dark-indigo-B15 {
  background-color: #000626 !important; }
.bgc-dark-blue-B15 {
  background-color: #001526 !important; }
.bgc-dark-light-blue-B15 {
  background-color: #001a26 !important; }
.bgc-dark-cyan-B15 {
  background-color: #002226 !important; }
.bgc-dark-teal-B15 {
  background-color: #002622 !important; }
.bgc-dark-green-B15 {
  background-color: #102611 !important; }
.bgc-dark-light-green-B15 {
  background-color: #1b260f !important; }
.bgc-dark-lime-B15 {
  background-color: #172621 !important; }
.bgc-dark-yellow-B15 {
  background-color: #26160c !important; }
.bgc-dark-amber-B15 {
  background-color: #261c15 !important; }
.bgc-dark-orange-B15 {
  background-color: #261700 !important; }
.bgc-dark-deep-orange-B15 {
  background-color: #260d05 !important; }
.bgc-dark-brown-B15 {
  background-color: #261b17 !important; }
.bgc-dark-grey-B15 {
  background-color: #262626 !important; }
.bgc-dark-blue-grey-B15 {
  background-color: #1a2226 !important; }
.fill-red-500 {
  fill: #f44336 !important; }
.fill-pink-500 {
  fill: #e91e63 !important; }
.fill-purple-500 {
  fill: #9c27b0 !important; }
.fill-deep-purple-500 {
  fill: #673ab7 !important; }
.fill-indigo-500 {
  fill: #3f51b5 !important; }
.fill-blue-500 {
  fill: #2196f3 !important; }
.fill-light-blue-500 {
  fill: #03a9f4 !important; }
.fill-cyan-500 {
  fill: #00bcd4 !important; }
.fill-teal-500 {
  fill: #009688 !important; }
.fill-green-500 {
  fill: #4caf50 !important; }
.fill-light-green-500 {
  fill: #8bc34a !important; }
.fill-lime-500 {
  fill: #cddc39 !important; }
.fill-yellow-500 {
  fill: #ffeb3b !important; }
.fill-amber-500 {
  fill: #ffc107 !important; }
.fill-orange-500 {
  fill: #ff9800 !important; }
.fill-deep-orange-500 {
  fill: #ff5722 !important; }
.fill-brown-500 {
  fill: #795548 !important; }
.fill-grey-500 {
  fill: #9e9e9e !important; }
.fill-blue-grey-500 {
  fill: #607d8b !important; }
.fill-red-B100 {
  fill: #ff4336 !important; }
.fill-pink-B100 {
  fill: #ff216b !important; }
.fill-purple-B100 {
  fill: #ec80ff !important; }
.fill-deep-purple-B100 {
  fill: #ae80ff !important; }
.fill-indigo-B100 {
  fill: #8093ff !important; }
.fill-blue-B100 {
  fill: #80c6ff !important; }
.fill-light-blue-B100 {
  fill: #80d7ff !important; }
.fill-cyan-B100 {
  fill: #00e1ff !important; }
.fill-teal-B100 {
  fill: #00ffe5 !important; }
.fill-green-B100 {
  fill: #6eff72 !important; }
.fill-light-green-B100 {
  fill: #b5ff61 !important; }
.fill-lime-B100 {
  fill: #ecff42 !important; }
.fill-yellow-B100 {
  fill: #ffeb3b !important; }
.fill-amber-B100 {
  fill: #ffc107 !important; }
.fill-orange-B100 {
  fill: #ff9800 !important; }
.fill-deep-orange-B100 {
  fill: #ff5722 !important; }
.fill-brown-B100 {
  fill: #ffb499 !important; }
.fill-grey-B100 {
  fill: white !important; }
.fill-blue-grey-B100 {
  fill: #b0e5ff !important; }
.fill-red-B65 {
  fill: #a62c23 !important; }
.fill-pink-B65 {
  fill: #a41a47 !important; }
.fill-purple-B65 {
  fill: #9224a6 !important; }
.fill-deep-purple-B65 {
  fill: #5e35a6 !important; }
.fill-indigo-B65 {
  fill: #3a4aa6 !important; }
.fill-blue-B65 {
  fill: #1766a6 !important; }
.fill-light-blue-B65 {
  fill: #0272a6 !important; }
.fill-cyan-B65 {
  fill: #0092a6 !important; }
.fill-teal-B65 {
  fill: #00a695 !important; }
.fill-green-B65 {
  fill: #47a64a !important; }
.fill-light-green-B65 {
  fill: #76a63f !important; }
.fill-lime-B65 {
  fill: #99a62b !important; }
.fill-yellow-B65 {
  fill: #a69926 !important; }
.fill-amber-B65 {
  fill: #a67e05 !important; }
.fill-orange-B65 {
  fill: #a66300 !important; }
.fill-deep-orange-B65 {
  fill: #a63716 !important; }
.fill-brown-B65 {
  fill: #a67563 !important; }
.fill-grey-B65 {
  fill: #a6a6a6 !important; }
.fill-blue-grey-B65 {
  fill: #7295a6 !important; }
.fill-red-B40 {
  fill: #661b15 !important; }
.fill-pink-B40 {
  fill: #660d2b !important; }
.fill-purple-B40 {
  fill: #5a1666 !important; }
.fill-deep-purple-B40 {
  fill: #3a2166 !important; }
.fill-indigo-B40 {
  fill: #242e66 !important; }
.fill-blue-B40 {
  fill: #0e3f66 !important; }
.fill-light-blue-B40 {
  fill: #014666 !important; }
.fill-cyan-B40 {
  fill: #005a66 !important; }
.fill-teal-B40 {
  fill: #00665c !important; }
.fill-green-B40 {
  fill: #2c662e !important; }
.fill-light-green-B40 {
  fill: #486627 !important; }
.fill-lime-B40 {
  fill: #5e661b !important; }
.fill-yellow-B40 {
  fill: #665e17 !important; }
.fill-amber-B40 {
  fill: #664d03 !important; }
.fill-orange-B40 {
  fill: #663d00 !important; }
.fill-deep-orange-B40 {
  fill: #66220d !important; }
.fill-brown-B40 {
  fill: #66483d !important; }
.fill-grey-B40 {
  fill: #666666 !important; }
.fill-blue-grey-B40 {
  fill: #465b66 !important; }
.fill-red-B30 {
  fill: #4d1410 !important; }
.fill-pink-B30 {
  fill: #4d0a20 !important; }
.fill-purple-B30 {
  fill: #41004d !important; }
.fill-deep-purple-B30 {
  fill: #1c004d !important; }
.fill-indigo-B30 {
  fill: #000b4d !important; }
.fill-blue-B30 {
  fill: #002a4d !important; }
.fill-light-blue-B30 {
  fill: #00344d !important; }
.fill-cyan-B30 {
  fill: #00444d !important; }
.fill-teal-B30 {
  fill: #004d45 !important; }
.fill-green-B30 {
  fill: #214d22 !important; }
.fill-light-green-B30 {
  fill: #364d1d !important; }
.fill-lime-B30 {
  fill: #474d14 !important; }
.fill-yellow-B30 {
  fill: #4d4712 !important; }
.fill-amber-B30 {
  fill: #4d3a02 !important; }
.fill-orange-B30 {
  fill: #4d2e00 !important; }
.fill-deep-orange-B30 {
  fill: #4d190a !important; }
.fill-brown-B30 {
  fill: #4d362e !important; }
.fill-grey-B30 {
  fill: #4d4d4d !important; }
.fill-blue-grey-B30 {
  fill: #35454d !important; }
.fill-red-B15 {
  fill: #330d0b !important; }
.fill-pink-B15 {
  fill: #260510 !important; }
.fill-purple-B15 {
  fill: #210026 !important; }
.fill-deep-purple-B15 {
  fill: #0e0026 !important; }
.fill-indigo-B15 {
  fill: #000626 !important; }
.fill-blue-B15 {
  fill: #001526 !important; }
.fill-light-blue-B15 {
  fill: #001a26 !important; }
.fill-cyan-B15 {
  fill: #002226 !important; }
.fill-teal-B15 {
  fill: #002622 !important; }
.fill-green-B15 {
  fill: #102611 !important; }
.fill-light-green-B15 {
  fill: #1b260f !important; }
.fill-lime-B15 {
  fill: #172621 !important; }
.fill-yellow-B15 {
  fill: #26160c !important; }
.fill-amber-B15 {
  fill: #261c15 !important; }
.fill-orange-B15 {
  fill: #261700 !important; }
.fill-deep-orange-B15 {
  fill: #260d05 !important; }
.fill-brown-B15 {
  fill: #261b17 !important; }
.fill-grey-B15 {
  fill: #262626 !important; }
.fill-blue-grey-B15 {
  fill: #1a2226 !important; }
/*# sourceMappingURL=platform.css.map */

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}

.leaflet-container {
	overflow: hidden;
	}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::-moz-selection {
	background: transparent;
}

.leaflet-tile::selection {
	background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}

.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}

.leaflet-tile-loaded {
	visibility: inherit;
	}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }

.leaflet-overlay-pane { z-index: 400; }

.leaflet-shadow-pane  { z-index: 500; }

.leaflet-marker-pane  { z-index: 600; }

.leaflet-tooltip-pane   { z-index: 650; }

.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }

.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}

/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}

.leaflet-top {
	top: 0;
	}

.leaflet-right {
	right: 0;
	}

.leaflet-bottom {
	bottom: 0;
	}

.leaflet-left {
	left: 0;
	}

.leaflet-control {
	float: left;
	clear: both;
	}

.leaflet-right .leaflet-control {
	float: right;
	}

.leaflet-top .leaflet-control {
	margin-top: 10px;
	}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}

.leaflet-left .leaflet-control {
	margin-left: 10px;
	}

.leaflet-right .leaflet-control {
	margin-right: 10px;
	}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-animated {
	transform-origin: 0 0;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}

/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}

.leaflet-grab {
	cursor:         grab;
	}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}

.leaflet-container a {
	color: #0078A8;
	}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}

/* general typography */

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}

/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}

.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}

/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}

.leaflet-control-layers-toggle {
	background-image: url('layers.png');
	width: 36px;
	height: 36px;
	}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.png');
	background-size: 26px 26px;
	}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}

.leaflet-control-layers label {
	display: block;
	}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */

.leaflet-default-icon-path {
	background-image: url('marker-icon.png');
	}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}

.leaflet-control-attribution a {
	text-decoration: none;
	}

.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}

/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}

.leaflet-popup-content p {
	margin: 18px 0;
	}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}

/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}

.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}
.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}
.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}
.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}
.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{transform:translateY(0)}.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:flex;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{flex:1 0 auto}.cc-window.cc-banner{align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:flex;align-items:center;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{flex:1}.cc-btn+.cc-btn{margin-left:.5em}@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{flex-direction:column}.cc-window.cc-banner .cc-compliance{flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
@charset "UTF-8";
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/** Mixin to create distinct classes for fab positions, e.g. ".mat-fab-position-bottom-right". */
/* stylelint-disable function-url-quotes, no-duplicate-selectors */
/*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*/
@-moz-document url-prefix() {
  [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/**
* Mimicking VS Dark+ theme as closely as possible
*/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.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, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.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;
}
@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;
}
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;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #388e3c;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ef6c00;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e53935;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #388e3c;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ef6c00;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e53935;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge-content {
  color: white;
  background: #388e3c;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #ef6c00;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #e53935;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #388e3c;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ef6c00;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #e53935;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #388e3c;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ef6c00;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e53935;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #388e3c;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #ef6c00;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #e53935;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #388e3c;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ef6c00;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #e53935;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #388e3c;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ef6c00;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e53935;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #388e3c;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e53935;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ef6c00;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: rgba(56, 142, 60, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(56, 142, 60, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(56, 142, 60, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #388e3c;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(56, 142, 60, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(56, 142, 60, 0.3);
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(239, 108, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(239, 108, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(239, 108, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ef6c00;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(239, 108, 0, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(239, 108, 0, 0.3);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(229, 57, 53, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e53935;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(229, 57, 53, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(229, 57, 53, 0.3);
}
.mat-datepicker-content-touch {
  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-datepicker-toggle-active {
  color: #388e3c;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #ef6c00;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #e53935;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #388e3c;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ef6c00;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e53935;
}
.mat-focused .mat-form-field-required-marker {
  color: #ef6c00;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #388e3c;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ef6c00;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e53935;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #388e3c;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ef6c00;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #e53935;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #e53935;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #e53935;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e53935;
}
.mat-error {
  color: #e53935;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #388e3c;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ef6c00;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #e53935;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #e53935;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #388e3c;
}
.mat-icon.mat-accent {
  color: #ef6c00;
}
.mat-icon.mat-warn {
  color: #e53935;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #388e3c;
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ef6c00;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #e53935;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e53935;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-item-disabled {
  background-color: #eeeeee;
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled], .mat-menu-item[disabled]::after,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #c8e6c9;
}
.mat-progress-bar-buffer {
  background-color: #c8e6c9;
}
.mat-progress-bar-fill::after {
  background-color: #388e3c;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ffd180;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ffd180;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ef6c00;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #e53935;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #388e3c;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ef6c00;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #e53935;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #388e3c;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #388e3c;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ef6c00;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ef6c00;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e53935;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e53935;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #388e3c;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ef6c00;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e53935;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e53935;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ef6c00;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(239, 108, 0, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ef6c00;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #388e3c;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(56, 142, 60, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #388e3c;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e53935;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(229, 57, 53, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e53935;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #388e3c;
}
.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-primary .mat-slider-focus-ring {
  background-color: rgba(56, 142, 60, 0.2);
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #ef6c00;
}
.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-accent .mat-slider-focus-ring {
  background-color: rgba(239, 108, 0, 0.2);
}
.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #e53935;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-warn .mat-slider-focus-ring {
  background-color: rgba(229, 57, 53, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #388e3c;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ef6c00;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #e53935;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #e53935;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #e53935;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(200, 230, 201, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #388e3c;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 209, 128, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ef6c00;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e53935;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(200, 230, 201, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #388e3c;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 209, 128, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ef6c00;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #e53935;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #388e3c;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #ef6c00;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #e53935;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #ef6c00;
}
body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
.td-chip-content {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.td-data-table-cell {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.td-data-table-column {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.td-data-table-sort-badge {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.td-dialog-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.td-dialog-message {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.td-expansion-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.td-expansion-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.td-key {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.td-message-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.td-message-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.td-paging-bar {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.td-step-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.td-step-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
td-navigation-drawer .td-navigation-drawer-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
}
td-navigation-drawer .td-navigation-drawer-name {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
td-navigation-drawer .td-navigation-drawer-menu-toggle {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
td-breadcrumb:last-of-type {
  font-weight: bold;
  cursor: default;
}
mat-list-item mat-icon,
.mat-list-item-content mat-icon {
  color: rgba(0, 0, 0, 0.54);
}
mat-list-item mat-icon[matListAvatar],
.mat-list-item-content mat-icon[matListAvatar] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-list-text p {
  color: rgba(0, 0, 0, 0.38);
}
table.mat-table {
  background: transparent;
}
.mat-row:hover, .mat-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-drawer-container {
  background-color: #e0e0e0;
}
[mat-icon-button].td-layout-menu-button {
  margin-left: 0;
}
::ng-deep [dir=rtl] [mat-icon-button].td-layout-menu-button {
  margin-right: 0;
  margin-left: 6px;
}
td-layout-nav mat-toolbar,
td-layout-nav-list mat-toolbar,
td-layout-manage-list mat-toolbar,
td-layout-card-over mat-toolbar,
td-navigation-drawer mat-toolbar,
td-layout mat-toolbar {
  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);
  z-index: 1;
}
body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-row, body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-row,
body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-row,
body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row {
  height: 48px;
}
body[dense] td-layout-card-over .td-layout-card-over-wrapper,
td-layout-card-over[dense] .td-layout-card-over-wrapper {
  margin: -48px;
  margin-left: 0;
  margin-right: 0;
}
.mat-drawer-side.td-layout-sidenav {
  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);
}
.td-layout-footer {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
  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);
}
.td-layout-footer.mat-primary {
  background: #388e3c;
}
.td-layout-footer.mat-primary,
.td-layout-footer.mat-primary mat-icon {
  color: white;
}
.td-layout-footer.mat-accent {
  background: #ef6c00;
}
.td-layout-footer.mat-accent,
.td-layout-footer.mat-accent mat-icon {
  color: white;
}
.td-layout-footer.mat-warn {
  background: #e53935;
}
.td-layout-footer.mat-warn,
.td-layout-footer.mat-warn mat-icon {
  color: white;
}
.td-steps .td-step-content,
.td-steps .td-step-summary,
.td-steps .td-step-actions {
  margin: 16px;
}
.td-steps .td-horizontal-line {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.td-steps .td-vertical-line {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.td-steps .td-step-link:focus:not(.mat-disabled) .td-step-header, .td-steps .td-step-link:hover:not(.mat-disabled) .td-step-header {
  background: rgba(0, 0, 0, 0.04);
}
.td-steps .td-step-header.mat-disabled {
  cursor: default;
}
.td-steps .td-step-header:focus:not(.mat-disabled), .td-steps .td-step-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.td-steps .td-step-header .td-step-label-wrapper .td-step-label {
  color: rgba(0, 0, 0, 0.87);
}
.td-steps .td-step-header .td-step-label-wrapper .td-step-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
.td-steps .td-step-header .td-step-label-wrapper.mat-inactive, .td-steps .td-step-header .td-step-label-wrapper.mat-inactive * {
  color: rgba(0, 0, 0, 0.38);
}
.td-steps .td-step-header .td-step-label-wrapper.mat-warn, .td-steps .td-step-header .td-step-label-wrapper.mat-warn * {
  color: #e53935;
}
.td-steps .td-step-header .mat-complete {
  color: #ef6c00;
}
.td-steps .td-circle {
  color: white;
}
.td-steps .td-circle.mat-active {
  background-color: #ef6c00;
}
.td-steps .td-circle.mat-inactive {
  background-color: rgba(0, 0, 0, 0.38);
}
.td-steps .td-circle mat-icon {
  fill: rgba(0, 0, 0, 0.87);
}
.td-steps .td-triangle {
  color: #e53935;
}
.td-steps .td-edit-icon {
  color: rgba(0, 0, 0, 0.54);
}
.td-steps .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.td-steps .td-step-header-pagination-disabled .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.td-expansion-panel-group .td-expansion-panel {
  transition: 120ms ease-in;
}
.td-expansion-panel-group .td-expansion-panel:not(:last-of-type).td-expanded {
  margin-bottom: 16px;
}
.td-expansion-panel-group .td-expansion-panel:not(:first-of-type).td-expanded {
  margin-top: 16px;
}
.td-expansion-panel {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.td-expansion-panel .td-expansion-panel-header:focus:not(.mat-disabled), .td-expansion-panel .td-expansion-panel-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled, .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled * {
  color: rgba(0, 0, 0, 0.38);
}
.td-expansion-panel mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.td-expansion-panel .td-expansion-label, .td-expansion-panel .td-expansion-label *,
.td-expansion-panel .td-expansion-sublabel,
.td-expansion-panel .td-expansion-sublabel * {
  vertical-align: middle;
}
.td-expansion-panel .td-expansion-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
td-chips .mat-basic-chip {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled) mat-icon:hover {
  color: rgba(0, 0, 0, 0.54);
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary {
  background: #388e3c;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary,
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary mat-icon {
  color: white;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent {
  background: #ef6c00;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent,
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent mat-icon {
  color: white;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn {
  background: #e53935;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn,
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn mat-icon {
  color: white;
}
td-chips .mat-basic-chip mat-icon.td-chip-removal {
  color: rgba(0, 0, 0, 0.38);
}
td-chips .mat-basic-chip mat-icon.td-chip-removal:hover {
  color: rgba(0, 0, 0, 0.54);
}
td-chips .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
td-chips.mat-primary .mat-form-field-underline .mat-form-field-ripple {
  background-color: #388e3c;
}
td-chips.mat-accent .mat-form-field-underline .mat-form-field-ripple {
  background-color: #ef6c00;
}
td-chips.mat-warn .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
td-chips.ng-invalid .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
td-chips.ng-invalid .mat-form-field-label-wrapper > label.mat-form-field-label.mat-form-field-empty {
  color: #e53935;
}
td-file-upload .td-file-upload-cancel mat-icon {
  background-color: #fafafa;
}
td-file-input {
  /**
  * Class that is added ondragenter by the [TdFileDrop] directive.
  */
}
td-file-input .drop-zone {
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  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-toolbar.td-window-dialog-toolbar {
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: none;
}
.td-dialog-message {
  color: rgba(0, 0, 0, 0.54);
}
.td-json-formatter-wrapper .function::after,
.td-json-formatter-wrapper .date::after,
.td-json-formatter-wrapper .td-object-name::after,
.td-json-formatter-wrapper .td-array-length::after {
  content: "‎";
}
.td-json-formatter-wrapper .td-key.td-key-node:focus, .td-json-formatter-wrapper .td-key.td-key-node:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.td-json-formatter-wrapper .td-key.td-key-node .td-node-icon {
  color: rgba(0, 0, 0, 0.54);
}
.td-json-formatter-wrapper .key {
  color: #388e3c;
}
.td-json-formatter-wrapper .value .string {
  color: #e53935;
}
.td-json-formatter-wrapper .value .number {
  color: #ef6c00;
}
.td-json-formatter-wrapper .value .boolean {
  color: #ef6c00;
}
.td-json-formatter-wrapper .value .null,
.td-json-formatter-wrapper .value .undefined {
  color: rgba(0, 0, 0, 0.38);
}
.td-json-formatter-wrapper .value .function {
  color: #388e3c;
}
.td-json-formatter-wrapper .value .date {
  color: rgba(0, 0, 0, 0.87);
}
td-paging-bar, td-paging-bar mat-select .mat-select-value {
  color: rgba(0, 0, 0, 0.54);
}
.td-loading-wrapper.td-overlay .td-loading {
  background: rgba(255, 255, 255, 0.8);
}
td-data-table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.td-data-table-scrollable {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.td-data-table-column-resizer .td-data-table-column-separator {
  border-right: 2px solid rgba(0, 0, 0, 0.12);
  opacity: 0.3;
}
.td-data-table-column-resizer:hover .td-data-table-column-separator, .td-data-table-column-resizer.td-resizing .td-data-table-column-separator {
  opacity: 1;
}
table[td-data-table] .td-data-table-column-row,
table[td-data-table] .td-data-table-row {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
table[td-data-table] .mat-checkbox-cell,
table[td-data-table] .mat-checkbox-column {
  color: rgba(0, 0, 0, 0.54);
}
table[td-data-table] .mat-checkbox-cell mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
table[td-data-table] .mat-checkbox-column mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: #ef6c00;
}
table[td-data-table] .td-data-table-cell mat-form-field .mat-form-field-underline {
  display: none;
}
table[td-data-table] .td-data-table-column {
  color: rgba(0, 0, 0, 0.54);
}
table[td-data-table] .td-data-table-column * {
  vertical-align: middle;
}
table[td-data-table] .td-data-table-column mat-icon.td-data-table-sort-icon {
  color: rgba(0, 0, 0, 0.38);
}
table[td-data-table] .td-data-table-column.mat-active, table[td-data-table] .td-data-table-column.mat-active mat-icon {
  color: black;
}
table[td-data-table].mat-selectable tbody > tr.td-data-table-row.td-selected {
  background-color: whitesmoke;
}
table[td-data-table].mat-selectable tbody > tr.td-data-table-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
table[td-data-table].mat-clickable tbody > tr.td-data-table-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-selected-title {
  background-color: rgba(239, 108, 0, 0.12);
  color: #ef6c00;
}
.td-data-table-sort-badge {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.54);
}
.td-notification-count {
  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);
}
.td-notification-count.mat-warn {
  background-color: #e53935;
  color: white;
}
.td-notification-count.mat-primary {
  background-color: #388e3c;
  color: white;
}
.td-notification-count.mat-accent {
  background-color: #ef6c00;
  color: white;
}
.td-message.mat-primary {
  color: #388e3c;
  background-color: rgba(56, 142, 60, 0.15);
}
.td-message.mat-accent {
  color: #ef6c00;
  background-color: rgba(239, 108, 0, 0.15);
}
.td-message.mat-warn {
  color: #e53935;
  background-color: rgba(229, 57, 53, 0.15);
}
.td-side-sheet-container {
  background-color: white;
}
td-markdown a {
  color: #ef6c00;
}
td-markdown h1,
td-markdown h2 {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
td-markdown h3,
td-markdown h4,
td-markdown h5,
td-markdown h6 {
  color: rgba(0, 0, 0, 0.54);
}
td-markdown hr {
  border-color: rgba(0, 0, 0, 0.12);
}
td-markdown blockquote {
  color: rgba(0, 0, 0, 0.54);
  border-left-color: rgba(0, 0, 0, 0.12);
}
td-markdown table th,
td-markdown table td {
  border-color: rgba(0, 0, 0, 0.12);
}
td-markdown table tr {
  border-top-color: rgba(0, 0, 0, 0.12);
}
td-markdown table tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.12);
}
td-markdown img {
  background-color: white;
}
td-markdown code {
  background-color: rgba(0, 0, 0, 0.04);
}
td-markdown .highlight pre,
td-markdown pre {
  background-color: whitesmoke;
}
td-markdown kbd {
  color: rgba(0, 0, 0, 0.54);
  background-color: whitesmoke;
  border-color: rgba(0, 0, 0, 0.12);
  border-bottom-color: rgba(0, 0, 0, 0.38);
}
td-highlight {
  background: #1e1e21;
}
td-highlight .highlight {
  color: white;
}
td-highlight .copy-button {
  color: white;
}
td-highlight .hljs-comment,
td-highlight .hljs-quote {
  color: #608b4e;
}
td-highlight .hljs-tag,
td-highlight .hljs-name,
td-highlight .hljs-selector-tag,
td-highlight .hljs-literal {
  color: #569cd6;
}
td-highlight .hljs-keyword {
  color: #c288bf;
}
td-highlight .hljs-attr,
td-highlight .hljs-attribute {
  color: #9cdcfe;
}
td-highlight .hljs-string,
td-highlight .hljs-selector-attr,
td-highlight .hljs-regexp,
td-highlight .hljs-link {
  color: #ce9178;
}
td-highlight .hljs-selector-id,
td-highlight .hljs-selector-class,
td-highlight .hljs-selector-pseudo {
  color: #d7ba7d;
}
td-highlight .hljs-meta {
  color: #dcdcaa;
}
td-highlight .hljs-built_in,
td-highlight .hljs-builtin-name,
td-highlight .hljs-type,
td-highlight .hljs-section,
td-highlight .hljs-class .hljs-title,
td-highlight .hljs-symbol,
td-highlight .hljs-bullet {
  color: #4ec9b0;
}
td-highlight .hljs-number {
  color: #b5cea8;
}
td-highlight .hljs-variable,
td-highlight .hljs-template-variable {
  color: #9fddfc;
}
td-highlight .hljs-deletion {
  color: #ffc8bd;
}
td-highlight .hljs-addition {
  background-color: #baeeba;
}
td-highlight .hljs-emphasis {
  font-style: italic;
}
td-highlight .hljs-doctag,
td-highlight .hljs-strong {
  font-weight: bold;
}
td-highlight .hljs-formula {
  background-color: #eeeeee;
  font-style: italic;
}
mat-nav-list [mat-list-item].active mat-icon[mat-list-avatar] {
  background-color: #ef6c00;
  color: white;
}
mat-nav-list [mat-list-item].active mat-icon[mat-list-icon] {
  color: #ef6c00;
}
.white-orange .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.white-orange .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-option:hover:not(.mat-option-disabled), .white-orange .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #fafafa;
}
.white-orange .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ef6c00;
}
.white-orange .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e53935;
}
.white-orange .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-pseudo-checkbox::after {
  color: #fafafa;
}
.white-orange .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.white-orange .mat-primary .mat-pseudo-checkbox-checked,
.white-orange .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #fafafa;
}
.white-orange .mat-pseudo-checkbox-checked,
.white-orange .mat-pseudo-checkbox-indeterminate,
.white-orange .mat-accent .mat-pseudo-checkbox-checked,
.white-orange .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ef6c00;
}
.white-orange .mat-warn .mat-pseudo-checkbox-checked,
.white-orange .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e53935;
}
.white-orange .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.white-orange .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.white-orange .mat-app-background, .white-orange.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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;
}
.white-orange .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.white-orange .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
}
.cdk-high-contrast-active .white-orange .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.white-orange .mat-badge-accent .mat-badge-content {
  background: #ef6c00;
  color: white;
}
.white-orange .mat-badge-warn .mat-badge-content {
  color: white;
  background: #e53935;
}
.white-orange .mat-badge {
  position: relative;
}
.white-orange .mat-badge-hidden .mat-badge-content {
  display: none;
}
.white-orange .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.white-orange .ng-animate-disabled .mat-badge-content,
.white-orange .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.white-orange .mat-badge-content.mat-badge-active {
  transform: none;
}
.white-orange .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.white-orange .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.white-orange .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.white-orange .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .white-orange .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.white-orange .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .white-orange .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.white-orange .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .white-orange .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.white-orange .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .white-orange .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.white-orange .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.white-orange .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.white-orange .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.white-orange .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .white-orange .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.white-orange .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .white-orange .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.white-orange .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .white-orange .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.white-orange .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .white-orange .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.white-orange .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.white-orange .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.white-orange .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.white-orange .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .white-orange .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.white-orange .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .white-orange .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.white-orange .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .white-orange .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.white-orange .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .white-orange .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.white-orange .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-button, .white-orange .mat-icon-button, .white-orange .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.white-orange .mat-button.mat-primary, .white-orange .mat-icon-button.mat-primary, .white-orange .mat-stroked-button.mat-primary {
  color: #fafafa;
}
.white-orange .mat-button.mat-accent, .white-orange .mat-icon-button.mat-accent, .white-orange .mat-stroked-button.mat-accent {
  color: #ef6c00;
}
.white-orange .mat-button.mat-warn, .white-orange .mat-icon-button.mat-warn, .white-orange .mat-stroked-button.mat-warn {
  color: #e53935;
}
.white-orange .mat-button.mat-primary.mat-button-disabled, .white-orange .mat-button.mat-accent.mat-button-disabled, .white-orange .mat-button.mat-warn.mat-button-disabled, .white-orange .mat-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-icon-button.mat-primary.mat-button-disabled, .white-orange .mat-icon-button.mat-accent.mat-button-disabled, .white-orange .mat-icon-button.mat-warn.mat-button-disabled, .white-orange .mat-icon-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-stroked-button.mat-primary.mat-button-disabled, .white-orange .mat-stroked-button.mat-accent.mat-button-disabled, .white-orange .mat-stroked-button.mat-warn.mat-button-disabled, .white-orange .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-button.mat-primary .mat-button-focus-overlay, .white-orange .mat-icon-button.mat-primary .mat-button-focus-overlay, .white-orange .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #fafafa;
}
.white-orange .mat-button.mat-accent .mat-button-focus-overlay, .white-orange .mat-icon-button.mat-accent .mat-button-focus-overlay, .white-orange .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ef6c00;
}
.white-orange .mat-button.mat-warn .mat-button-focus-overlay, .white-orange .mat-icon-button.mat-warn .mat-button-focus-overlay, .white-orange .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e53935;
}
.white-orange .mat-button.mat-button-disabled .mat-button-focus-overlay, .white-orange .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .white-orange .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.white-orange .mat-button .mat-ripple-element, .white-orange .mat-icon-button .mat-ripple-element, .white-orange .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.white-orange .mat-button-focus-overlay {
  background: black;
}
.white-orange .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-flat-button, .white-orange .mat-raised-button, .white-orange .mat-fab, .white-orange .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.white-orange .mat-flat-button.mat-primary, .white-orange .mat-raised-button.mat-primary, .white-orange .mat-fab.mat-primary, .white-orange .mat-mini-fab.mat-primary {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-flat-button.mat-accent, .white-orange .mat-raised-button.mat-accent, .white-orange .mat-fab.mat-accent, .white-orange .mat-mini-fab.mat-accent {
  color: white;
}
.white-orange .mat-flat-button.mat-warn, .white-orange .mat-raised-button.mat-warn, .white-orange .mat-fab.mat-warn, .white-orange .mat-mini-fab.mat-warn {
  color: white;
}
.white-orange .mat-flat-button.mat-primary.mat-button-disabled, .white-orange .mat-flat-button.mat-accent.mat-button-disabled, .white-orange .mat-flat-button.mat-warn.mat-button-disabled, .white-orange .mat-flat-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-raised-button.mat-primary.mat-button-disabled, .white-orange .mat-raised-button.mat-accent.mat-button-disabled, .white-orange .mat-raised-button.mat-warn.mat-button-disabled, .white-orange .mat-raised-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-fab.mat-primary.mat-button-disabled, .white-orange .mat-fab.mat-accent.mat-button-disabled, .white-orange .mat-fab.mat-warn.mat-button-disabled, .white-orange .mat-fab.mat-button-disabled.mat-button-disabled, .white-orange .mat-mini-fab.mat-primary.mat-button-disabled, .white-orange .mat-mini-fab.mat-accent.mat-button-disabled, .white-orange .mat-mini-fab.mat-warn.mat-button-disabled, .white-orange .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-flat-button.mat-primary, .white-orange .mat-raised-button.mat-primary, .white-orange .mat-fab.mat-primary, .white-orange .mat-mini-fab.mat-primary {
  background-color: #fafafa;
}
.white-orange .mat-flat-button.mat-accent, .white-orange .mat-raised-button.mat-accent, .white-orange .mat-fab.mat-accent, .white-orange .mat-mini-fab.mat-accent {
  background-color: #ef6c00;
}
.white-orange .mat-flat-button.mat-warn, .white-orange .mat-raised-button.mat-warn, .white-orange .mat-fab.mat-warn, .white-orange .mat-mini-fab.mat-warn {
  background-color: #e53935;
}
.white-orange .mat-flat-button.mat-primary.mat-button-disabled, .white-orange .mat-flat-button.mat-accent.mat-button-disabled, .white-orange .mat-flat-button.mat-warn.mat-button-disabled, .white-orange .mat-flat-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-raised-button.mat-primary.mat-button-disabled, .white-orange .mat-raised-button.mat-accent.mat-button-disabled, .white-orange .mat-raised-button.mat-warn.mat-button-disabled, .white-orange .mat-raised-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-fab.mat-primary.mat-button-disabled, .white-orange .mat-fab.mat-accent.mat-button-disabled, .white-orange .mat-fab.mat-warn.mat-button-disabled, .white-orange .mat-fab.mat-button-disabled.mat-button-disabled, .white-orange .mat-mini-fab.mat-primary.mat-button-disabled, .white-orange .mat-mini-fab.mat-accent.mat-button-disabled, .white-orange .mat-mini-fab.mat-warn.mat-button-disabled, .white-orange .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-flat-button.mat-primary .mat-ripple-element, .white-orange .mat-raised-button.mat-primary .mat-ripple-element, .white-orange .mat-fab.mat-primary .mat-ripple-element, .white-orange .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.white-orange .mat-flat-button.mat-accent .mat-ripple-element, .white-orange .mat-raised-button.mat-accent .mat-ripple-element, .white-orange .mat-fab.mat-accent .mat-ripple-element, .white-orange .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.white-orange .mat-flat-button.mat-warn .mat-ripple-element, .white-orange .mat-raised-button.mat-warn .mat-ripple-element, .white-orange .mat-fab.mat-warn .mat-ripple-element, .white-orange .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.white-orange .mat-stroked-button:not([class*=mat-elevation-z]), .white-orange .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-fab:not([class*=mat-elevation-z]), .white-orange .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .white-orange .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .white-orange .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-button-toggle-standalone,
.white-orange .mat-button-toggle-group {
  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);
}
.white-orange .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.white-orange .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.white-orange .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.white-orange .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.white-orange .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.white-orange .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.white-orange .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.white-orange .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.white-orange .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-checkbox-checkmark {
  fill: #fafafa;
}
.white-orange .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.white-orange .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.white-orange .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .white-orange .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #fafafa;
}
.white-orange .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .white-orange .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ef6c00;
}
.white-orange .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .white-orange .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #e53935;
}
.white-orange .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .white-orange .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.white-orange .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.white-orange .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-checkbox .mat-ripple-element {
  background-color: black;
}
.white-orange .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.white-orange .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #fafafa;
}
.white-orange .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.white-orange .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ef6c00;
}
.white-orange .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.white-orange .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e53935;
}
.white-orange .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.white-orange .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.white-orange .mat-chip.mat-standard-chip::after {
  background: black;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e53935;
  color: white;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ef6c00;
  color: white;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.white-orange .mat-table {
  background: white;
}
.white-orange .mat-table thead, .white-orange .mat-table tbody, .white-orange .mat-table tfoot,
.white-orange mat-header-row, .white-orange mat-row, .white-orange mat-footer-row,
.white-orange [mat-header-row], .white-orange [mat-row], .white-orange [mat-footer-row],
.white-orange .mat-table-sticky {
  background: inherit;
}
.white-orange mat-row, .white-orange mat-header-row, .white-orange mat-footer-row,
.white-orange th.mat-header-cell, .white-orange td.mat-cell, .white-orange td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-cell, .white-orange .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-datepicker-toggle,
.white-orange .mat-datepicker-content .mat-calendar-next-button,
.white-orange .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-calendar-body-cell-content,
.white-orange .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.white-orange .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.white-orange .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.white-orange .mat-calendar-body-in-range::before {
  background: rgba(250, 250, 250, 0.2);
}
.white-orange .mat-calendar-body-comparison-identical,
.white-orange .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.white-orange .mat-calendar-body-comparison-bridge-start::before,
.white-orange [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(250, 250, 250, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-calendar-body-comparison-bridge-end::before,
.white-orange [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(250, 250, 250, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.white-orange .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.white-orange .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.white-orange .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.white-orange .mat-calendar-body-selected {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(250, 250, 250, 0.4);
}
.white-orange .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.white-orange .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(250, 250, 250, 0.3);
}
.white-orange .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(239, 108, 0, 0.2);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.white-orange .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(239, 108, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.white-orange .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(239, 108, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ef6c00;
  color: white;
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(239, 108, 0, 0.4);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(239, 108, 0, 0.3);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(229, 57, 53, 0.2);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.white-orange .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.white-orange .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e53935;
  color: white;
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(229, 57, 53, 0.4);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(229, 57, 53, 0.3);
}
.white-orange .mat-datepicker-content-touch {
  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);
}
.white-orange .mat-datepicker-toggle-active {
  color: #fafafa;
}
.white-orange .mat-datepicker-toggle-active.mat-accent {
  color: #ef6c00;
}
.white-orange .mat-datepicker-toggle-active.mat-warn {
  color: #e53935;
}
.white-orange .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .white-orange .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .white-orange .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .white-orange .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.white-orange .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-expansion-panel-header-description,
.white-orange .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.white-orange .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.white-orange .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.white-orange .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.white-orange .mat-form-field.mat-focused .mat-form-field-label {
  color: #fafafa;
}
.white-orange .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ef6c00;
}
.white-orange .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e53935;
}
.white-orange .mat-focused .mat-form-field-required-marker {
  color: #ef6c00;
}
.white-orange .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #fafafa;
}
.white-orange .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ef6c00;
}
.white-orange .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e53935;
}
.white-orange .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #fafafa;
}
.white-orange .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ef6c00;
}
.white-orange .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #e53935;
}
.white-orange .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #e53935;
}
.white-orange .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.white-orange .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #e53935;
}
.white-orange .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.white-orange .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e53935;
}
.white-orange .mat-error {
  color: #e53935;
}
.white-orange .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.white-orange .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.white-orange .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.white-orange .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.white-orange .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #fafafa;
}
.white-orange .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ef6c00;
}
.white-orange .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #e53935;
}
.white-orange .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #e53935;
}
.white-orange .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.white-orange .mat-icon.mat-primary {
  color: #fafafa;
}
.white-orange .mat-icon.mat-accent {
  color: #ef6c00;
}
.white-orange .mat-icon.mat-warn {
  color: #e53935;
}
.white-orange .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-input-element:disabled,
.white-orange .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-input-element {
  caret-color: #fafafa;
}
.white-orange .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-form-field.mat-accent .mat-input-element {
  caret-color: #ef6c00;
}
.white-orange .mat-form-field.mat-warn .mat-input-element,
.white-orange .mat-form-field-invalid .mat-input-element {
  caret-color: #e53935;
}
.white-orange .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e53935;
}
.white-orange .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-list-item-disabled {
  background-color: #eeeeee;
}
.white-orange .mat-list-option:hover, .white-orange .mat-list-option:focus,
.white-orange .mat-nav-list .mat-list-item:hover,
.white-orange .mat-nav-list .mat-list-item:focus,
.white-orange .mat-action-list .mat-list-item:hover,
.white-orange .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-list-single-selected-option, .white-orange .mat-list-single-selected-option:hover, .white-orange .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-menu-panel {
  background: white;
}
.white-orange .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-menu-item[disabled], .white-orange .mat-menu-item[disabled]::after,
.white-orange .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-menu-item .mat-icon-no-color,
.white-orange .mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-menu-item:hover:not([disabled]),
.white-orange .mat-menu-item.cdk-program-focused:not([disabled]),
.white-orange .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.white-orange .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-paginator {
  background: white;
}
.white-orange .mat-paginator,
.white-orange .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-paginator-decrement,
.white-orange .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.white-orange .mat-paginator-first,
.white-orange .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.white-orange .mat-icon-button[disabled] .mat-paginator-decrement,
.white-orange .mat-icon-button[disabled] .mat-paginator-increment,
.white-orange .mat-icon-button[disabled] .mat-paginator-first,
.white-orange .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-progress-bar-background {
  fill: whitesmoke;
}
.white-orange .mat-progress-bar-buffer {
  background-color: whitesmoke;
}
.white-orange .mat-progress-bar-fill::after {
  background-color: #fafafa;
}
.white-orange .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ffe0b2;
}
.white-orange .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ffe0b2;
}
.white-orange .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ef6c00;
}
.white-orange .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.white-orange .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.white-orange .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #e53935;
}
.white-orange .mat-progress-spinner circle, .white-orange .mat-spinner circle {
  stroke: #fafafa;
}
.white-orange .mat-progress-spinner.mat-accent circle, .white-orange .mat-spinner.mat-accent circle {
  stroke: #ef6c00;
}
.white-orange .mat-progress-spinner.mat-warn circle, .white-orange .mat-spinner.mat-warn circle {
  stroke: #e53935;
}
.white-orange .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #fafafa;
}
.white-orange .mat-radio-button.mat-primary .mat-radio-inner-circle,
.white-orange .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .white-orange .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .white-orange .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #fafafa;
}
.white-orange .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ef6c00;
}
.white-orange .mat-radio-button.mat-accent .mat-radio-inner-circle,
.white-orange .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .white-orange .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .white-orange .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ef6c00;
}
.white-orange .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e53935;
}
.white-orange .mat-radio-button.mat-warn .mat-radio-inner-circle,
.white-orange .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .white-orange .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .white-orange .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e53935;
}
.white-orange .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.white-orange .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.white-orange .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-radio-button .mat-ripple-element {
  background-color: black;
}
.white-orange .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-select-panel {
  background: white;
}
.white-orange .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #fafafa;
}
.white-orange .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ef6c00;
}
.white-orange .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e53935;
}
.white-orange .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e53935;
}
.white-orange .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-drawer.mat-drawer-push {
  background-color: white;
}
.white-orange .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.white-orange [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.white-orange [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.white-orange .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ef6c00;
}
.white-orange .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(239, 108, 0, 0.54);
}
.white-orange .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ef6c00;
}
.white-orange .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #fafafa;
}
.white-orange .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(250, 250, 250, 0.54);
}
.white-orange .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #fafafa;
}
.white-orange .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e53935;
}
.white-orange .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(229, 57, 53, 0.54);
}
.white-orange .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e53935;
}
.white-orange .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.white-orange .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.white-orange .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-primary .mat-slider-track-fill,
.white-orange .mat-primary .mat-slider-thumb,
.white-orange .mat-primary .mat-slider-thumb-label {
  background-color: #fafafa;
}
.white-orange .mat-primary .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-primary .mat-slider-focus-ring {
  background-color: rgba(250, 250, 250, 0.2);
}
.white-orange .mat-accent .mat-slider-track-fill,
.white-orange .mat-accent .mat-slider-thumb,
.white-orange .mat-accent .mat-slider-thumb-label {
  background-color: #ef6c00;
}
.white-orange .mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.white-orange .mat-accent .mat-slider-focus-ring {
  background-color: rgba(239, 108, 0, 0.2);
}
.white-orange .mat-warn .mat-slider-track-fill,
.white-orange .mat-warn .mat-slider-thumb,
.white-orange .mat-warn .mat-slider-thumb-label {
  background-color: #e53935;
}
.white-orange .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.white-orange .mat-warn .mat-slider-focus-ring {
  background-color: rgba(229, 57, 53, 0.2);
}
.white-orange .mat-slider:hover .mat-slider-track-background,
.white-orange .cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-slider-disabled .mat-slider-track-background,
.white-orange .mat-slider-disabled .mat-slider-track-fill,
.white-orange .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.white-orange .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.white-orange .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.white-orange .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .white-orange .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .white-orange .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.white-orange .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.white-orange .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.white-orange .mat-step-header.cdk-keyboard-focused, .white-orange .mat-step-header.cdk-program-focused, .white-orange .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .white-orange .mat-step-header:hover {
    background: none;
  }
}
.white-orange .mat-step-header .mat-step-label,
.white-orange .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-step-header .mat-step-icon-selected,
.white-orange .mat-step-header .mat-step-icon-state-done,
.white-orange .mat-step-header .mat-step-icon-state-edit {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.white-orange .mat-step-header.mat-accent .mat-step-icon-selected,
.white-orange .mat-step-header.mat-accent .mat-step-icon-state-done,
.white-orange .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ef6c00;
  color: white;
}
.white-orange .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.white-orange .mat-step-header.mat-warn .mat-step-icon-selected,
.white-orange .mat-step-header.mat-warn .mat-step-icon-state-done,
.white-orange .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #e53935;
  color: white;
}
.white-orange .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #e53935;
}
.white-orange .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-step-header .mat-step-label.mat-step-label-error {
  color: #e53935;
}
.white-orange .mat-stepper-horizontal, .white-orange .mat-stepper-vertical {
  background-color: white;
}
.white-orange .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-horizontal-stepper-header::before,
.white-orange .mat-horizontal-stepper-header::after,
.white-orange .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-sort-header-arrow {
  color: #757575;
}
.white-orange .mat-tab-nav-bar,
.white-orange .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.white-orange .mat-tab-group-inverted-header .mat-tab-nav-bar,
.white-orange .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.white-orange .mat-tab-label, .white-orange .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-tab-group[class*=mat-background-] .mat-tab-header,
.white-orange .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.white-orange .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(245, 245, 245, 0.3);
}
.white-orange .mat-tab-group.mat-primary .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #fafafa;
}
.white-orange .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 224, 178, 0.3);
}
.white-orange .mat-tab-group.mat-accent .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ef6c00;
}
.white-orange .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.white-orange .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.white-orange .mat-tab-group.mat-warn .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e53935;
}
.white-orange .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.white-orange .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(245, 245, 245, 0.3);
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header, .white-orange .mat-tab-group.mat-background-primary > .mat-tab-link-container, .white-orange .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #fafafa;
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.4);
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 224, 178, 0.3);
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header, .white-orange .mat-tab-group.mat-background-accent > .mat-tab-link-container, .white-orange .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ef6c00;
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.white-orange .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header, .white-orange .mat-tab-group.mat-background-warn > .mat-tab-link-container, .white-orange .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #e53935;
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.white-orange .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-toolbar.mat-primary {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-toolbar.mat-accent {
  background: #ef6c00;
  color: white;
}
.white-orange .mat-toolbar.mat-warn {
  background: #e53935;
  color: white;
}
.white-orange .mat-toolbar .mat-form-field-underline,
.white-orange .mat-toolbar .mat-form-field-ripple,
.white-orange .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.white-orange .mat-toolbar .mat-form-field-label,
.white-orange .mat-toolbar .mat-focused .mat-form-field-label,
.white-orange .mat-toolbar .mat-select-value,
.white-orange .mat-toolbar .mat-select-arrow,
.white-orange .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.white-orange .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.white-orange .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.white-orange .mat-tree {
  background: white;
}
.white-orange .mat-tree-node,
.white-orange .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-simple-snackbar-action {
  color: #ef6c00;
}
.white-orange body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
.white-orange .td-chip-content {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.white-orange .td-data-table-cell {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.white-orange .td-data-table-column {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.white-orange .td-data-table-sort-badge {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.white-orange .td-dialog-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.white-orange .td-dialog-message {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.white-orange .td-expansion-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.white-orange .td-expansion-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.white-orange .td-key {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.white-orange .td-message-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.white-orange .td-message-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.white-orange .td-paging-bar {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.white-orange .td-step-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.white-orange .td-step-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.white-orange td-navigation-drawer .td-navigation-drawer-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.white-orange td-navigation-drawer .td-navigation-drawer-name {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.white-orange td-navigation-drawer .td-navigation-drawer-menu-toggle {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.white-orange td-breadcrumb:last-of-type {
  font-weight: bold;
  cursor: default;
}
.white-orange mat-list-item mat-icon,
.white-orange .mat-list-item-content mat-icon {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange mat-list-item mat-icon[matListAvatar],
.white-orange .mat-list-item-content mat-icon[matListAvatar] {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-list-text p {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange table.mat-table {
  background: transparent;
}
.white-orange .mat-row:hover, .white-orange .mat-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-drawer-container {
  background-color: #e0e0e0;
}
.white-orange [mat-icon-button].td-layout-menu-button {
  margin-left: 0;
}
::ng-deep [dir=rtl] .white-orange [mat-icon-button].td-layout-menu-button {
  margin-right: 0;
  margin-left: 6px;
}
.white-orange td-layout-nav mat-toolbar,
.white-orange td-layout-nav-list mat-toolbar,
.white-orange td-layout-manage-list mat-toolbar,
.white-orange td-layout-card-over mat-toolbar,
.white-orange td-navigation-drawer mat-toolbar,
.white-orange td-layout mat-toolbar {
  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);
  z-index: 1;
}
.white-orange body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-row, .white-orange body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.white-orange body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.white-orange body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.white-orange body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.white-orange body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.white-orange td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.white-orange td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.white-orange td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.white-orange td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.white-orange td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.white-orange td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row {
  height: 48px;
}
.white-orange body[dense] td-layout-card-over .td-layout-card-over-wrapper,
.white-orange td-layout-card-over[dense] .td-layout-card-over-wrapper {
  margin: -48px;
  margin-left: 0;
  margin-right: 0;
}
.white-orange .mat-drawer-side.td-layout-sidenav {
  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);
}
.white-orange .td-layout-footer {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
  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);
}
.white-orange .td-layout-footer.mat-primary {
  background: #fafafa;
}
.white-orange .td-layout-footer.mat-primary,
.white-orange .td-layout-footer.mat-primary mat-icon {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .td-layout-footer.mat-accent {
  background: #ef6c00;
}
.white-orange .td-layout-footer.mat-accent,
.white-orange .td-layout-footer.mat-accent mat-icon {
  color: white;
}
.white-orange .td-layout-footer.mat-warn {
  background: #e53935;
}
.white-orange .td-layout-footer.mat-warn,
.white-orange .td-layout-footer.mat-warn mat-icon {
  color: white;
}
.white-orange .td-steps .td-step-content,
.white-orange .td-steps .td-step-summary,
.white-orange .td-steps .td-step-actions {
  margin: 16px;
}
.white-orange .td-steps .td-horizontal-line {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.white-orange .td-steps .td-vertical-line {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.white-orange .td-steps .td-step-link:focus:not(.mat-disabled) .td-step-header, .white-orange .td-steps .td-step-link:hover:not(.mat-disabled) .td-step-header {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .td-steps .td-step-header.mat-disabled {
  cursor: default;
}
.white-orange .td-steps .td-step-header:focus:not(.mat-disabled), .white-orange .td-steps .td-step-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .td-steps .td-step-header .td-step-label-wrapper .td-step-label {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .td-steps .td-step-header .td-step-label-wrapper .td-step-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-steps .td-step-header .td-step-label-wrapper.mat-inactive, .white-orange .td-steps .td-step-header .td-step-label-wrapper.mat-inactive * {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .td-steps .td-step-header .td-step-label-wrapper.mat-warn, .white-orange .td-steps .td-step-header .td-step-label-wrapper.mat-warn * {
  color: #e53935;
}
.white-orange .td-steps .td-step-header .mat-complete {
  color: #ef6c00;
}
.white-orange .td-steps .td-circle {
  color: white;
}
.white-orange .td-steps .td-circle.mat-active {
  background-color: #ef6c00;
}
.white-orange .td-steps .td-circle.mat-inactive {
  background-color: rgba(0, 0, 0, 0.38);
}
.white-orange .td-steps .td-circle mat-icon {
  fill: rgba(0, 0, 0, 0.87);
}
.white-orange .td-steps .td-triangle {
  color: #e53935;
}
.white-orange .td-steps .td-edit-icon {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-steps .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.white-orange .td-steps .td-step-header-pagination-disabled .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .td-expansion-panel-group .td-expansion-panel {
  transition: 120ms ease-in;
}
.white-orange .td-expansion-panel-group .td-expansion-panel:not(:last-of-type).td-expanded {
  margin-bottom: 16px;
}
.white-orange .td-expansion-panel-group .td-expansion-panel:not(:first-of-type).td-expanded {
  margin-top: 16px;
}
.white-orange .td-expansion-panel {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.white-orange .td-expansion-panel .td-expansion-panel-header:focus:not(.mat-disabled), .white-orange .td-expansion-panel .td-expansion-panel-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled, .white-orange .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled * {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .td-expansion-panel mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-expansion-panel .td-expansion-label, .white-orange .td-expansion-panel .td-expansion-label *,
.white-orange .td-expansion-panel .td-expansion-sublabel,
.white-orange .td-expansion-panel .td-expansion-sublabel * {
  vertical-align: middle;
}
.white-orange .td-expansion-panel .td-expansion-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange td-chips .mat-basic-chip {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled) mat-icon:hover {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary {
  background: #fafafa;
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary,
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary mat-icon {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent {
  background: #ef6c00;
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent,
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent mat-icon {
  color: white;
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn {
  background: #e53935;
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn,
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn mat-icon {
  color: white;
}
.white-orange td-chips .mat-basic-chip mat-icon.td-chip-removal {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange td-chips .mat-basic-chip mat-icon.td-chip-removal:hover {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange td-chips .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.white-orange td-chips.mat-primary .mat-form-field-underline .mat-form-field-ripple {
  background-color: #fafafa;
}
.white-orange td-chips.mat-accent .mat-form-field-underline .mat-form-field-ripple {
  background-color: #ef6c00;
}
.white-orange td-chips.mat-warn .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
.white-orange td-chips.ng-invalid .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
.white-orange td-chips.ng-invalid .mat-form-field-label-wrapper > label.mat-form-field-label.mat-form-field-empty {
  color: #e53935;
}
.white-orange td-file-upload .td-file-upload-cancel mat-icon {
  background-color: #fafafa;
}
.white-orange td-file-input {
  /**
  * Class that is added ondragenter by the [TdFileDrop] directive.
  */
}
.white-orange td-file-input .drop-zone {
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  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);
}
.white-orange .mat-toolbar.td-window-dialog-toolbar {
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: none;
}
.white-orange .td-dialog-message {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-json-formatter-wrapper .function::after,
.white-orange .td-json-formatter-wrapper .date::after,
.white-orange .td-json-formatter-wrapper .td-object-name::after,
.white-orange .td-json-formatter-wrapper .td-array-length::after {
  content: "‎";
}
.white-orange .td-json-formatter-wrapper .td-key.td-key-node:focus, .white-orange .td-json-formatter-wrapper .td-key.td-key-node:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange .td-json-formatter-wrapper .td-key.td-key-node .td-node-icon {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-json-formatter-wrapper .key {
  color: #fafafa;
}
.white-orange .td-json-formatter-wrapper .value .string {
  color: #e53935;
}
.white-orange .td-json-formatter-wrapper .value .number {
  color: #ef6c00;
}
.white-orange .td-json-formatter-wrapper .value .boolean {
  color: #ef6c00;
}
.white-orange .td-json-formatter-wrapper .value .null,
.white-orange .td-json-formatter-wrapper .value .undefined {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .td-json-formatter-wrapper .value .function {
  color: #fafafa;
}
.white-orange .td-json-formatter-wrapper .value .date {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange td-paging-bar, .white-orange td-paging-bar mat-select .mat-select-value {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-loading-wrapper.td-overlay .td-loading {
  background: rgba(255, 255, 255, 0.8);
}
.white-orange td-data-table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.white-orange .td-data-table-scrollable {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.white-orange .td-data-table-column-resizer .td-data-table-column-separator {
  border-right: 2px solid rgba(0, 0, 0, 0.12);
  opacity: 0.3;
}
.white-orange .td-data-table-column-resizer:hover .td-data-table-column-separator, .white-orange .td-data-table-column-resizer.td-resizing .td-data-table-column-separator {
  opacity: 1;
}
.white-orange table[td-data-table] .td-data-table-column-row,
.white-orange table[td-data-table] .td-data-table-row {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.white-orange table[td-data-table] .mat-checkbox-cell,
.white-orange table[td-data-table] .mat-checkbox-column {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange table[td-data-table] .mat-checkbox-cell mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
.white-orange table[td-data-table] .mat-checkbox-column mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: #ef6c00;
}
.white-orange table[td-data-table] .td-data-table-cell mat-form-field .mat-form-field-underline {
  display: none;
}
.white-orange table[td-data-table] .td-data-table-column {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange table[td-data-table] .td-data-table-column * {
  vertical-align: middle;
}
.white-orange table[td-data-table] .td-data-table-column mat-icon.td-data-table-sort-icon {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange table[td-data-table] .td-data-table-column.mat-active, .white-orange table[td-data-table] .td-data-table-column.mat-active mat-icon {
  color: black;
}
.white-orange table[td-data-table].mat-selectable tbody > tr.td-data-table-row.td-selected {
  background-color: whitesmoke;
}
.white-orange table[td-data-table].mat-selectable tbody > tr.td-data-table-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange table[td-data-table].mat-clickable tbody > tr.td-data-table-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-selected-title {
  background-color: rgba(239, 108, 0, 0.12);
  color: #ef6c00;
}
.white-orange .td-data-table-sort-badge {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-notification-count {
  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);
}
.white-orange .td-notification-count.mat-warn {
  background-color: #e53935;
  color: white;
}
.white-orange .td-notification-count.mat-primary {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .td-notification-count.mat-accent {
  background-color: #ef6c00;
  color: white;
}
.white-orange .td-message.mat-primary {
  color: #fafafa;
  background-color: rgba(250, 250, 250, 0.15);
}
.white-orange .td-message.mat-accent {
  color: #ef6c00;
  background-color: rgba(239, 108, 0, 0.15);
}
.white-orange .td-message.mat-warn {
  color: #e53935;
  background-color: rgba(229, 57, 53, 0.15);
}
.white-orange .td-side-sheet-container {
  background-color: white;
}
.dark-grey-blue .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-option {
  color: white;
}
.dark-grey-blue .mat-option:hover:not(.mat-option-disabled), .dark-grey-blue .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}
.dark-grey-blue .mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #37474f;
}
.dark-grey-blue .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #009688;
}
.dark-grey-blue .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e53935;
}
.dark-grey-blue .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-pseudo-checkbox::after {
  color: #303030;
}
.dark-grey-blue .mat-pseudo-checkbox-disabled {
  color: #686868;
}
.dark-grey-blue .mat-primary .mat-pseudo-checkbox-checked,
.dark-grey-blue .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #37474f;
}
.dark-grey-blue .mat-pseudo-checkbox-checked,
.dark-grey-blue .mat-pseudo-checkbox-indeterminate,
.dark-grey-blue .mat-accent .mat-pseudo-checkbox-checked,
.dark-grey-blue .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #009688;
}
.dark-grey-blue .mat-warn .mat-pseudo-checkbox-checked,
.dark-grey-blue .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e53935;
}
.dark-grey-blue .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.dark-grey-blue .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
.dark-grey-blue .mat-app-background, .dark-grey-blue.mat-app-background {
  background-color: #303030;
  color: white;
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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;
}
.dark-grey-blue .mat-autocomplete-panel {
  background: #424242;
  color: white;
}
.dark-grey-blue .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #424242;
}
.dark-grey-blue .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}
.dark-grey-blue .mat-badge-content {
  color: white;
  background: #37474f;
}
.cdk-high-contrast-active .dark-grey-blue .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.dark-grey-blue .mat-badge-accent .mat-badge-content {
  background: #009688;
  color: white;
}
.dark-grey-blue .mat-badge-warn .mat-badge-content {
  color: white;
  background: #e53935;
}
.dark-grey-blue .mat-badge {
  position: relative;
}
.dark-grey-blue .mat-badge-hidden .mat-badge-content {
  display: none;
}
.dark-grey-blue .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.dark-grey-blue .ng-animate-disabled .mat-badge-content,
.dark-grey-blue .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.dark-grey-blue .mat-badge-content.mat-badge-active {
  transform: none;
}
.dark-grey-blue .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.dark-grey-blue .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.dark-grey-blue .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.dark-grey-blue .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .dark-grey-blue .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.dark-grey-blue .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .dark-grey-blue .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.dark-grey-blue .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .dark-grey-blue .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.dark-grey-blue .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .dark-grey-blue .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.dark-grey-blue .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .dark-grey-blue .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .dark-grey-blue .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .dark-grey-blue .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .dark-grey-blue .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.dark-grey-blue .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.dark-grey-blue .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.dark-grey-blue .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.dark-grey-blue .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .dark-grey-blue .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.dark-grey-blue .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .dark-grey-blue .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.dark-grey-blue .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .dark-grey-blue .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.dark-grey-blue .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .dark-grey-blue .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.dark-grey-blue .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.dark-grey-blue .mat-button, .dark-grey-blue .mat-icon-button, .dark-grey-blue .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.dark-grey-blue .mat-button.mat-primary, .dark-grey-blue .mat-icon-button.mat-primary, .dark-grey-blue .mat-stroked-button.mat-primary {
  color: #37474f;
}
.dark-grey-blue .mat-button.mat-accent, .dark-grey-blue .mat-icon-button.mat-accent, .dark-grey-blue .mat-stroked-button.mat-accent {
  color: #009688;
}
.dark-grey-blue .mat-button.mat-warn, .dark-grey-blue .mat-icon-button.mat-warn, .dark-grey-blue .mat-stroked-button.mat-warn {
  color: #e53935;
}
.dark-grey-blue .mat-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-icon-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-icon-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-icon-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-icon-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-stroked-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-stroked-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-stroked-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-button.mat-primary .mat-button-focus-overlay, .dark-grey-blue .mat-icon-button.mat-primary .mat-button-focus-overlay, .dark-grey-blue .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #37474f;
}
.dark-grey-blue .mat-button.mat-accent .mat-button-focus-overlay, .dark-grey-blue .mat-icon-button.mat-accent .mat-button-focus-overlay, .dark-grey-blue .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #009688;
}
.dark-grey-blue .mat-button.mat-warn .mat-button-focus-overlay, .dark-grey-blue .mat-icon-button.mat-warn .mat-button-focus-overlay, .dark-grey-blue .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e53935;
}
.dark-grey-blue .mat-button.mat-button-disabled .mat-button-focus-overlay, .dark-grey-blue .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .dark-grey-blue .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.dark-grey-blue .mat-button .mat-ripple-element, .dark-grey-blue .mat-icon-button .mat-ripple-element, .dark-grey-blue .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.dark-grey-blue .mat-button-focus-overlay {
  background: white;
}
.dark-grey-blue .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-flat-button, .dark-grey-blue .mat-raised-button, .dark-grey-blue .mat-fab, .dark-grey-blue .mat-mini-fab {
  color: white;
  background-color: #424242;
}
.dark-grey-blue .mat-flat-button.mat-primary, .dark-grey-blue .mat-raised-button.mat-primary, .dark-grey-blue .mat-fab.mat-primary, .dark-grey-blue .mat-mini-fab.mat-primary {
  color: white;
}
.dark-grey-blue .mat-flat-button.mat-accent, .dark-grey-blue .mat-raised-button.mat-accent, .dark-grey-blue .mat-fab.mat-accent, .dark-grey-blue .mat-mini-fab.mat-accent {
  color: white;
}
.dark-grey-blue .mat-flat-button.mat-warn, .dark-grey-blue .mat-raised-button.mat-warn, .dark-grey-blue .mat-fab.mat-warn, .dark-grey-blue .mat-mini-fab.mat-warn {
  color: white;
}
.dark-grey-blue .mat-flat-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-fab.mat-primary.mat-button-disabled, .dark-grey-blue .mat-fab.mat-accent.mat-button-disabled, .dark-grey-blue .mat-fab.mat-warn.mat-button-disabled, .dark-grey-blue .mat-fab.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-primary.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-accent.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-warn.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-flat-button.mat-primary, .dark-grey-blue .mat-raised-button.mat-primary, .dark-grey-blue .mat-fab.mat-primary, .dark-grey-blue .mat-mini-fab.mat-primary {
  background-color: #37474f;
}
.dark-grey-blue .mat-flat-button.mat-accent, .dark-grey-blue .mat-raised-button.mat-accent, .dark-grey-blue .mat-fab.mat-accent, .dark-grey-blue .mat-mini-fab.mat-accent {
  background-color: #009688;
}
.dark-grey-blue .mat-flat-button.mat-warn, .dark-grey-blue .mat-raised-button.mat-warn, .dark-grey-blue .mat-fab.mat-warn, .dark-grey-blue .mat-mini-fab.mat-warn {
  background-color: #e53935;
}
.dark-grey-blue .mat-flat-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-fab.mat-primary.mat-button-disabled, .dark-grey-blue .mat-fab.mat-accent.mat-button-disabled, .dark-grey-blue .mat-fab.mat-warn.mat-button-disabled, .dark-grey-blue .mat-fab.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-primary.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-accent.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-warn.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-flat-button.mat-primary .mat-ripple-element, .dark-grey-blue .mat-raised-button.mat-primary .mat-ripple-element, .dark-grey-blue .mat-fab.mat-primary .mat-ripple-element, .dark-grey-blue .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-flat-button.mat-accent .mat-ripple-element, .dark-grey-blue .mat-raised-button.mat-accent .mat-ripple-element, .dark-grey-blue .mat-fab.mat-accent .mat-ripple-element, .dark-grey-blue .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-flat-button.mat-warn .mat-ripple-element, .dark-grey-blue .mat-raised-button.mat-warn .mat-ripple-element, .dark-grey-blue .mat-fab.mat-warn .mat-ripple-element, .dark-grey-blue .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-stroked-button:not([class*=mat-elevation-z]), .dark-grey-blue .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-fab:not([class*=mat-elevation-z]), .dark-grey-blue .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .dark-grey-blue .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .dark-grey-blue .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-button-toggle-standalone,
.dark-grey-blue .mat-button-toggle-group {
  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);
}
.dark-grey-blue .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.dark-grey-blue .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.dark-grey-blue .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
.dark-grey-blue .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
.dark-grey-blue .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.dark-grey-blue .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
.dark-grey-blue .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
.dark-grey-blue .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
.dark-grey-blue .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.dark-grey-blue .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-card {
  background: #424242;
  color: white;
}
.dark-grey-blue .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-checkbox-frame {
  border-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-checkbox-checkmark {
  fill: #303030;
}
.dark-grey-blue .mat-checkbox-checkmark-path {
  stroke: #303030 !important;
}
.dark-grey-blue .mat-checkbox-mixedmark {
  background-color: #303030;
}
.dark-grey-blue .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .dark-grey-blue .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #37474f;
}
.dark-grey-blue .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .dark-grey-blue .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #009688;
}
.dark-grey-blue .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .dark-grey-blue .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #e53935;
}
.dark-grey-blue .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .dark-grey-blue .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}
.dark-grey-blue .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}
.dark-grey-blue .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-checkbox .mat-ripple-element {
  background-color: white;
}
.dark-grey-blue .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.dark-grey-blue .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #37474f;
}
.dark-grey-blue .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.dark-grey-blue .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #009688;
}
.dark-grey-blue .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.dark-grey-blue .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e53935;
}
.dark-grey-blue .mat-chip.mat-standard-chip {
  background-color: #616161;
  color: white;
}
.dark-grey-blue .mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.dark-grey-blue .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.dark-grey-blue .mat-chip.mat-standard-chip::after {
  background: white;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #37474f;
  color: white;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e53935;
  color: white;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #009688;
  color: white;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-table {
  background: #424242;
}
.dark-grey-blue .mat-table thead, .dark-grey-blue .mat-table tbody, .dark-grey-blue .mat-table tfoot,
.dark-grey-blue mat-header-row, .dark-grey-blue mat-row, .dark-grey-blue mat-footer-row,
.dark-grey-blue [mat-header-row], .dark-grey-blue [mat-row], .dark-grey-blue [mat-footer-row],
.dark-grey-blue .mat-table-sticky {
  background: inherit;
}
.dark-grey-blue mat-row, .dark-grey-blue mat-header-row, .dark-grey-blue mat-footer-row,
.dark-grey-blue th.mat-header-cell, .dark-grey-blue td.mat-cell, .dark-grey-blue td.mat-footer-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-header-cell {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-cell, .dark-grey-blue .mat-footer-cell {
  color: white;
}
.dark-grey-blue .mat-calendar-arrow {
  border-top-color: white;
}
.dark-grey-blue .mat-datepicker-toggle,
.dark-grey-blue .mat-datepicker-content .mat-calendar-next-button,
.dark-grey-blue .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
.dark-grey-blue .mat-calendar-table-header {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-calendar-body-cell-content,
.dark-grey-blue .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.dark-grey-blue .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}
.dark-grey-blue .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-calendar-body-in-range::before {
  background: rgba(55, 71, 79, 0.2);
}
.dark-grey-blue .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.dark-grey-blue .mat-calendar-body-comparison-bridge-start::before,
.dark-grey-blue [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(55, 71, 79, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-calendar-body-comparison-bridge-end::before,
.dark-grey-blue [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(55, 71, 79, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.dark-grey-blue .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.dark-grey-blue .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.dark-grey-blue .mat-calendar-body-selected {
  background-color: #37474f;
  color: white;
}
.dark-grey-blue .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(55, 71, 79, 0.4);
}
.dark-grey-blue .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.dark-grey-blue .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(55, 71, 79, 0.3);
}
.dark-grey-blue .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
  color: white;
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(0, 150, 136, 0.2);
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.dark-grey-blue .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(0, 150, 136, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.dark-grey-blue .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(0, 150, 136, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #009688;
  color: white;
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 150, 136, 0.4);
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(0, 150, 136, 0.3);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(229, 57, 53, 0.2);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.dark-grey-blue .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.dark-grey-blue .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e53935;
  color: white;
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(229, 57, 53, 0.4);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(229, 57, 53, 0.3);
}
.dark-grey-blue .mat-datepicker-content-touch {
  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);
}
.dark-grey-blue .mat-datepicker-toggle-active {
  color: #37474f;
}
.dark-grey-blue .mat-datepicker-toggle-active.mat-accent {
  color: #009688;
}
.dark-grey-blue .mat-datepicker-toggle-active.mat-warn {
  color: #e53935;
}
.dark-grey-blue .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.dark-grey-blue .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-expansion-panel {
  background: #424242;
  color: white;
}
.dark-grey-blue .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .dark-grey-blue .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .dark-grey-blue .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  .dark-grey-blue .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
.dark-grey-blue .mat-expansion-panel-header-title {
  color: white;
}
.dark-grey-blue .mat-expansion-panel-header-description,
.dark-grey-blue .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.dark-grey-blue .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.dark-grey-blue .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-label {
  color: #37474f;
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #009688;
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e53935;
}
.dark-grey-blue .mat-focused .mat-form-field-required-marker {
  color: #009688;
}
.dark-grey-blue .mat-form-field-ripple {
  background-color: white;
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #37474f;
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #009688;
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e53935;
}
.dark-grey-blue .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #37474f;
}
.dark-grey-blue .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #009688;
}
.dark-grey-blue .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #e53935;
}
.dark-grey-blue .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #e53935;
}
.dark-grey-blue .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.dark-grey-blue .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #e53935;
}
.dark-grey-blue .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.dark-grey-blue .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e53935;
}
.dark-grey-blue .mat-error {
  color: #e53935;
}
.dark-grey-blue .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.dark-grey-blue .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.dark-grey-blue .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}
.dark-grey-blue .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.dark-grey-blue .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: white;
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #37474f;
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #009688;
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #e53935;
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #e53935;
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}
.dark-grey-blue .mat-icon.mat-primary {
  color: #37474f;
}
.dark-grey-blue .mat-icon.mat-accent {
  color: #009688;
}
.dark-grey-blue .mat-icon.mat-warn {
  color: #e53935;
}
.dark-grey-blue .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-input-element:disabled,
.dark-grey-blue .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element {
  caret-color: #37474f;
}
.dark-grey-blue .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element option {
  color: rgba(0, 0, 0, 0.87);
}
.dark-grey-blue .mat-input-element option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.dark-grey-blue .mat-form-field.mat-accent .mat-input-element {
  caret-color: #009688;
}
.dark-grey-blue .mat-form-field.mat-warn .mat-input-element,
.dark-grey-blue .mat-form-field-invalid .mat-input-element {
  caret-color: #e53935;
}
.dark-grey-blue .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e53935;
}
.dark-grey-blue .mat-list-base .mat-list-item {
  color: white;
}
.dark-grey-blue .mat-list-base .mat-list-option {
  color: white;
}
.dark-grey-blue .mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-list-item-disabled {
  background-color: black;
}
.dark-grey-blue .mat-list-option:hover, .dark-grey-blue .mat-list-option:focus,
.dark-grey-blue .mat-nav-list .mat-list-item:hover,
.dark-grey-blue .mat-nav-list .mat-list-item:focus,
.dark-grey-blue .mat-action-list .mat-list-item:hover,
.dark-grey-blue .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-list-single-selected-option, .dark-grey-blue .mat-list-single-selected-option:hover, .dark-grey-blue .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-menu-panel {
  background: #424242;
}
.dark-grey-blue .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-menu-item {
  background: transparent;
  color: white;
}
.dark-grey-blue .mat-menu-item[disabled], .dark-grey-blue .mat-menu-item[disabled]::after,
.dark-grey-blue .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-menu-item .mat-icon-no-color,
.dark-grey-blue .mat-menu-item-submenu-trigger::after {
  color: white;
}
.dark-grey-blue .mat-menu-item:hover:not([disabled]),
.dark-grey-blue .mat-menu-item.cdk-program-focused:not([disabled]),
.dark-grey-blue .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.dark-grey-blue .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-paginator {
  background: #424242;
}
.dark-grey-blue .mat-paginator,
.dark-grey-blue .mat-paginator-page-size .mat-select-trigger {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-paginator-decrement,
.dark-grey-blue .mat-paginator-increment {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.dark-grey-blue .mat-paginator-first,
.dark-grey-blue .mat-paginator-last {
  border-top: 2px solid white;
}
.dark-grey-blue .mat-icon-button[disabled] .mat-paginator-decrement,
.dark-grey-blue .mat-icon-button[disabled] .mat-paginator-increment,
.dark-grey-blue .mat-icon-button[disabled] .mat-paginator-first,
.dark-grey-blue .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-progress-bar-background {
  fill: #cfd8dc;
}
.dark-grey-blue .mat-progress-bar-buffer {
  background-color: #cfd8dc;
}
.dark-grey-blue .mat-progress-bar-fill::after {
  background-color: #37474f;
}
.dark-grey-blue .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #b2dfdb;
}
.dark-grey-blue .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #b2dfdb;
}
.dark-grey-blue .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #009688;
}
.dark-grey-blue .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.dark-grey-blue .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.dark-grey-blue .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #e53935;
}
.dark-grey-blue .mat-progress-spinner circle, .dark-grey-blue .mat-spinner circle {
  stroke: #37474f;
}
.dark-grey-blue .mat-progress-spinner.mat-accent circle, .dark-grey-blue .mat-spinner.mat-accent circle {
  stroke: #009688;
}
.dark-grey-blue .mat-progress-spinner.mat-warn circle, .dark-grey-blue .mat-spinner.mat-warn circle {
  stroke: #e53935;
}
.dark-grey-blue .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #37474f;
}
.dark-grey-blue .mat-radio-button.mat-primary .mat-radio-inner-circle,
.dark-grey-blue .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .dark-grey-blue .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .dark-grey-blue .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #37474f;
}
.dark-grey-blue .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #009688;
}
.dark-grey-blue .mat-radio-button.mat-accent .mat-radio-inner-circle,
.dark-grey-blue .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .dark-grey-blue .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .dark-grey-blue .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #009688;
}
.dark-grey-blue .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e53935;
}
.dark-grey-blue .mat-radio-button.mat-warn .mat-radio-inner-circle,
.dark-grey-blue .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .dark-grey-blue .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .dark-grey-blue .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e53935;
}
.dark-grey-blue .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.dark-grey-blue .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.dark-grey-blue .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-radio-button .mat-ripple-element {
  background-color: white;
}
.dark-grey-blue .mat-select-value {
  color: white;
}
.dark-grey-blue .mat-select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-select-disabled .mat-select-value {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-select-arrow {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-select-panel {
  background: #424242;
}
.dark-grey-blue .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #37474f;
}
.dark-grey-blue .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #009688;
}
.dark-grey-blue .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e53935;
}
.dark-grey-blue .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e53935;
}
.dark-grey-blue .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-drawer-container {
  background-color: #303030;
  color: white;
}
.dark-grey-blue .mat-drawer {
  background-color: #424242;
  color: white;
}
.dark-grey-blue .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
.dark-grey-blue .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.dark-grey-blue [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.dark-grey-blue [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
.dark-grey-blue .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #009688;
}
.dark-grey-blue .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(0, 150, 136, 0.54);
}
.dark-grey-blue .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #009688;
}
.dark-grey-blue .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #37474f;
}
.dark-grey-blue .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(55, 71, 79, 0.54);
}
.dark-grey-blue .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #37474f;
}
.dark-grey-blue .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e53935;
}
.dark-grey-blue .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(229, 57, 53, 0.54);
}
.dark-grey-blue .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e53935;
}
.dark-grey-blue .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: white;
}
.dark-grey-blue .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #bdbdbd;
}
.dark-grey-blue .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-primary .mat-slider-track-fill,
.dark-grey-blue .mat-primary .mat-slider-thumb,
.dark-grey-blue .mat-primary .mat-slider-thumb-label {
  background-color: #37474f;
}
.dark-grey-blue .mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.dark-grey-blue .mat-primary .mat-slider-focus-ring {
  background-color: rgba(55, 71, 79, 0.2);
}
.dark-grey-blue .mat-accent .mat-slider-track-fill,
.dark-grey-blue .mat-accent .mat-slider-thumb,
.dark-grey-blue .mat-accent .mat-slider-thumb-label {
  background-color: #009688;
}
.dark-grey-blue .mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.dark-grey-blue .mat-accent .mat-slider-focus-ring {
  background-color: rgba(0, 150, 136, 0.2);
}
.dark-grey-blue .mat-warn .mat-slider-track-fill,
.dark-grey-blue .mat-warn .mat-slider-thumb,
.dark-grey-blue .mat-warn .mat-slider-thumb-label {
  background-color: #e53935;
}
.dark-grey-blue .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.dark-grey-blue .mat-warn .mat-slider-focus-ring {
  background-color: rgba(229, 57, 53, 0.2);
}
.dark-grey-blue .mat-slider:hover .mat-slider-track-background,
.dark-grey-blue .cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-disabled .mat-slider-track-background,
.dark-grey-blue .mat-slider-disabled .mat-slider-track-fill,
.dark-grey-blue .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.dark-grey-blue .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}
.dark-grey-blue .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.dark-grey-blue .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.dark-grey-blue .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .dark-grey-blue .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .dark-grey-blue .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.dark-grey-blue .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.dark-grey-blue .mat-step-header.cdk-keyboard-focused, .dark-grey-blue .mat-step-header.cdk-program-focused, .dark-grey-blue .mat-step-header:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  .dark-grey-blue .mat-step-header:hover {
    background: none;
  }
}
.dark-grey-blue .mat-step-header .mat-step-label,
.dark-grey-blue .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
.dark-grey-blue .mat-step-header .mat-step-icon-selected,
.dark-grey-blue .mat-step-header .mat-step-icon-state-done,
.dark-grey-blue .mat-step-header .mat-step-icon-state-edit {
  background-color: #37474f;
  color: white;
}
.dark-grey-blue .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.dark-grey-blue .mat-step-header.mat-accent .mat-step-icon-selected,
.dark-grey-blue .mat-step-header.mat-accent .mat-step-icon-state-done,
.dark-grey-blue .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #009688;
  color: white;
}
.dark-grey-blue .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.dark-grey-blue .mat-step-header.mat-warn .mat-step-icon-selected,
.dark-grey-blue .mat-step-header.mat-warn .mat-step-icon-state-done,
.dark-grey-blue .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #e53935;
  color: white;
}
.dark-grey-blue .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #e53935;
}
.dark-grey-blue .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.dark-grey-blue .mat-step-header .mat-step-label.mat-step-label-error {
  color: #e53935;
}
.dark-grey-blue .mat-stepper-horizontal, .dark-grey-blue .mat-stepper-vertical {
  background-color: #424242;
}
.dark-grey-blue .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-horizontal-stepper-header::before,
.dark-grey-blue .mat-horizontal-stepper-header::after,
.dark-grey-blue .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-sort-header-arrow {
  color: #c6c6c6;
}
.dark-grey-blue .mat-tab-nav-bar,
.dark-grey-blue .mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-tab-group-inverted-header .mat-tab-nav-bar,
.dark-grey-blue .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
.dark-grey-blue .mat-tab-label, .dark-grey-blue .mat-tab-link {
  color: white;
}
.dark-grey-blue .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-tab-header-pagination-chevron {
  border-color: white;
}
.dark-grey-blue .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-tab-group[class*=mat-background-] .mat-tab-header,
.dark-grey-blue .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.dark-grey-blue .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-primary .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #37474f;
}
.dark-grey-blue .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.dark-grey-blue .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(178, 223, 219, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-accent .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #009688;
}
.dark-grey-blue .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.dark-grey-blue .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-warn .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e53935;
}
.dark-grey-blue .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header, .dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-link-container, .dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #37474f;
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(178, 223, 219, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header, .dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-link-container, .dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #009688;
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header, .dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-link-container, .dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #e53935;
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-toolbar {
  background: #212121;
  color: white;
}
.dark-grey-blue .mat-toolbar.mat-primary {
  background: #37474f;
  color: white;
}
.dark-grey-blue .mat-toolbar.mat-accent {
  background: #009688;
  color: white;
}
.dark-grey-blue .mat-toolbar.mat-warn {
  background: #e53935;
  color: white;
}
.dark-grey-blue .mat-toolbar .mat-form-field-underline,
.dark-grey-blue .mat-toolbar .mat-form-field-ripple,
.dark-grey-blue .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.dark-grey-blue .mat-toolbar .mat-form-field-label,
.dark-grey-blue .mat-toolbar .mat-focused .mat-form-field-label,
.dark-grey-blue .mat-toolbar .mat-select-value,
.dark-grey-blue .mat-toolbar .mat-select-arrow,
.dark-grey-blue .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.dark-grey-blue .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.dark-grey-blue .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.dark-grey-blue .mat-tree {
  background: #424242;
}
.dark-grey-blue .mat-tree-node,
.dark-grey-blue .mat-nested-tree-node {
  color: white;
}
.dark-grey-blue .mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  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);
}
.dark-grey-blue .mat-simple-snackbar-action {
  color: inherit;
}
.dark-grey-blue body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
.dark-grey-blue .td-chip-content {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.dark-grey-blue .td-data-table-cell {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.dark-grey-blue .td-data-table-column {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.dark-grey-blue .td-data-table-sort-badge {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.dark-grey-blue .td-dialog-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.dark-grey-blue .td-dialog-message {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.dark-grey-blue .td-expansion-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.dark-grey-blue .td-expansion-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.dark-grey-blue .td-key {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.dark-grey-blue .td-message-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.dark-grey-blue .td-message-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.dark-grey-blue .td-paging-bar {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.dark-grey-blue .td-step-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.dark-grey-blue .td-step-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.dark-grey-blue td-navigation-drawer .td-navigation-drawer-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.dark-grey-blue td-navigation-drawer .td-navigation-drawer-name {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.dark-grey-blue td-navigation-drawer .td-navigation-drawer-menu-toggle {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.dark-grey-blue td-breadcrumb:last-of-type {
  font-weight: bold;
  cursor: default;
}
.dark-grey-blue mat-list-item mat-icon,
.dark-grey-blue .mat-list-item-content mat-icon {
  color: white;
}
.dark-grey-blue mat-list-item mat-icon[matListAvatar],
.dark-grey-blue .mat-list-item-content mat-icon[matListAvatar] {
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-list-text p {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue table.mat-table {
  background: transparent;
}
.dark-grey-blue .mat-row:hover, .dark-grey-blue .mat-row:focus {
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-drawer-container {
  background-color: black;
}
.dark-grey-blue [mat-icon-button].td-layout-menu-button {
  margin-left: 0;
}
::ng-deep [dir=rtl] .dark-grey-blue [mat-icon-button].td-layout-menu-button {
  margin-right: 0;
  margin-left: 6px;
}
.dark-grey-blue td-layout-nav mat-toolbar,
.dark-grey-blue td-layout-nav-list mat-toolbar,
.dark-grey-blue td-layout-manage-list mat-toolbar,
.dark-grey-blue td-layout-card-over mat-toolbar,
.dark-grey-blue td-navigation-drawer mat-toolbar,
.dark-grey-blue td-layout mat-toolbar {
  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);
  z-index: 1;
}
.dark-grey-blue body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-row, .dark-grey-blue body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.dark-grey-blue body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.dark-grey-blue body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.dark-grey-blue body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.dark-grey-blue body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.dark-grey-blue td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.dark-grey-blue td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.dark-grey-blue td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.dark-grey-blue td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.dark-grey-blue td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.dark-grey-blue td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row {
  height: 48px;
}
.dark-grey-blue body[dense] td-layout-card-over .td-layout-card-over-wrapper,
.dark-grey-blue td-layout-card-over[dense] .td-layout-card-over-wrapper {
  margin: -48px;
  margin-left: 0;
  margin-right: 0;
}
.dark-grey-blue .mat-drawer-side.td-layout-sidenav {
  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);
}
.dark-grey-blue .td-layout-footer {
  background: #212121;
  color: white;
  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);
}
.dark-grey-blue .td-layout-footer.mat-primary {
  background: #37474f;
}
.dark-grey-blue .td-layout-footer.mat-primary,
.dark-grey-blue .td-layout-footer.mat-primary mat-icon {
  color: white;
}
.dark-grey-blue .td-layout-footer.mat-accent {
  background: #009688;
}
.dark-grey-blue .td-layout-footer.mat-accent,
.dark-grey-blue .td-layout-footer.mat-accent mat-icon {
  color: white;
}
.dark-grey-blue .td-layout-footer.mat-warn {
  background: #e53935;
}
.dark-grey-blue .td-layout-footer.mat-warn,
.dark-grey-blue .td-layout-footer.mat-warn mat-icon {
  color: white;
}
.dark-grey-blue .td-steps .td-step-content,
.dark-grey-blue .td-steps .td-step-summary,
.dark-grey-blue .td-steps .td-step-actions {
  margin: 16px;
}
.dark-grey-blue .td-steps .td-horizontal-line {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .td-steps .td-vertical-line {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .td-steps .td-step-link:focus:not(.mat-disabled) .td-step-header, .dark-grey-blue .td-steps .td-step-link:hover:not(.mat-disabled) .td-step-header {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .td-steps .td-step-header.mat-disabled {
  cursor: default;
}
.dark-grey-blue .td-steps .td-step-header:focus:not(.mat-disabled), .dark-grey-blue .td-steps .td-step-header:hover:not(.mat-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper .td-step-label {
  color: white;
}
.dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper .td-step-sublabel {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper.mat-inactive, .dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper.mat-inactive * {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper.mat-warn, .dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper.mat-warn * {
  color: #e53935;
}
.dark-grey-blue .td-steps .td-step-header .mat-complete {
  color: #009688;
}
.dark-grey-blue .td-steps .td-circle {
  color: #424242;
}
.dark-grey-blue .td-steps .td-circle.mat-active {
  background-color: #009688;
}
.dark-grey-blue .td-steps .td-circle.mat-inactive {
  background-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .td-steps .td-circle mat-icon {
  fill: white;
}
.dark-grey-blue .td-steps .td-triangle {
  color: #e53935;
}
.dark-grey-blue .td-steps .td-edit-icon {
  color: white;
}
.dark-grey-blue .td-steps .td-step-header-pagination-chevron {
  border-color: white;
}
.dark-grey-blue .td-steps .td-step-header-pagination-disabled .td-step-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .td-expansion-panel-group .td-expansion-panel {
  transition: 120ms ease-in;
}
.dark-grey-blue .td-expansion-panel-group .td-expansion-panel:not(:last-of-type).td-expanded {
  margin-bottom: 16px;
}
.dark-grey-blue .td-expansion-panel-group .td-expansion-panel:not(:first-of-type).td-expanded {
  margin-top: 16px;
}
.dark-grey-blue .td-expansion-panel {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
}
.dark-grey-blue .td-expansion-panel .td-expansion-panel-header:focus:not(.mat-disabled), .dark-grey-blue .td-expansion-panel .td-expansion-panel-header:hover:not(.mat-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content mat-icon.td-expand-icon {
  color: white;
}
.dark-grey-blue .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled, .dark-grey-blue .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled * {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .td-expansion-panel mat-icon.td-expand-icon {
  color: white;
}
.dark-grey-blue .td-expansion-panel .td-expansion-label, .dark-grey-blue .td-expansion-panel .td-expansion-label *,
.dark-grey-blue .td-expansion-panel .td-expansion-sublabel,
.dark-grey-blue .td-expansion-panel .td-expansion-sublabel * {
  vertical-align: middle;
}
.dark-grey-blue .td-expansion-panel .td-expansion-sublabel {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue td-chips .mat-basic-chip {
  background: black;
  color: white;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled) mat-icon:hover {
  color: white;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary {
  background: #37474f;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary,
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary mat-icon {
  color: white;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent {
  background: #009688;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent,
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent mat-icon {
  color: white;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn {
  background: #e53935;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn,
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn mat-icon {
  color: white;
}
.dark-grey-blue td-chips .mat-basic-chip mat-icon.td-chip-removal {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue td-chips .mat-basic-chip mat-icon.td-chip-removal:hover {
  color: white;
}
.dark-grey-blue td-chips .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue td-chips.mat-primary .mat-form-field-underline .mat-form-field-ripple {
  background-color: #37474f;
}
.dark-grey-blue td-chips.mat-accent .mat-form-field-underline .mat-form-field-ripple {
  background-color: #009688;
}
.dark-grey-blue td-chips.mat-warn .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
.dark-grey-blue td-chips.ng-invalid .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
.dark-grey-blue td-chips.ng-invalid .mat-form-field-label-wrapper > label.mat-form-field-label.mat-form-field-empty {
  color: #e53935;
}
.dark-grey-blue td-file-upload .td-file-upload-cancel mat-icon {
  background-color: #303030;
}
.dark-grey-blue td-file-input {
  /**
  * Class that is added ondragenter by the [TdFileDrop] directive.
  */
}
.dark-grey-blue td-file-input .drop-zone {
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  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);
}
.dark-grey-blue .mat-toolbar.td-window-dialog-toolbar {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: none;
}
.dark-grey-blue .td-dialog-message {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .td-json-formatter-wrapper .function::after,
.dark-grey-blue .td-json-formatter-wrapper .date::after,
.dark-grey-blue .td-json-formatter-wrapper .td-object-name::after,
.dark-grey-blue .td-json-formatter-wrapper .td-array-length::after {
  content: "‎";
}
.dark-grey-blue .td-json-formatter-wrapper .td-key.td-key-node:focus, .dark-grey-blue .td-json-formatter-wrapper .td-key.td-key-node:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .td-json-formatter-wrapper .td-key.td-key-node .td-node-icon {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .td-json-formatter-wrapper .key {
  color: #37474f;
}
.dark-grey-blue .td-json-formatter-wrapper .value .string {
  color: #e53935;
}
.dark-grey-blue .td-json-formatter-wrapper .value .number {
  color: #009688;
}
.dark-grey-blue .td-json-formatter-wrapper .value .boolean {
  color: #009688;
}
.dark-grey-blue .td-json-formatter-wrapper .value .null,
.dark-grey-blue .td-json-formatter-wrapper .value .undefined {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .td-json-formatter-wrapper .value .function {
  color: #37474f;
}
.dark-grey-blue .td-json-formatter-wrapper .value .date {
  color: white;
}
.dark-grey-blue td-paging-bar, .dark-grey-blue td-paging-bar mat-select .mat-select-value {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .td-loading-wrapper.td-overlay .td-loading {
  background: rgba(66, 66, 66, 0.8);
}
.dark-grey-blue td-data-table {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .td-data-table-scrollable {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .td-data-table-column-resizer .td-data-table-column-separator {
  border-right: 2px solid rgba(255, 255, 255, 0.12);
  opacity: 0.3;
}
.dark-grey-blue .td-data-table-column-resizer:hover .td-data-table-column-separator, .dark-grey-blue .td-data-table-column-resizer.td-resizing .td-data-table-column-separator {
  opacity: 1;
}
.dark-grey-blue table[td-data-table] .td-data-table-column-row,
.dark-grey-blue table[td-data-table] .td-data-table-row {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue table[td-data-table] .mat-checkbox-cell,
.dark-grey-blue table[td-data-table] .mat-checkbox-column {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue table[td-data-table] .mat-checkbox-cell mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
.dark-grey-blue table[td-data-table] .mat-checkbox-column mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: #009688;
}
.dark-grey-blue table[td-data-table] .td-data-table-cell mat-form-field .mat-form-field-underline {
  display: none;
}
.dark-grey-blue table[td-data-table] .td-data-table-column {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue table[td-data-table] .td-data-table-column * {
  vertical-align: middle;
}
.dark-grey-blue table[td-data-table] .td-data-table-column mat-icon.td-data-table-sort-icon {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue table[td-data-table] .td-data-table-column.mat-active, .dark-grey-blue table[td-data-table] .td-data-table-column.mat-active mat-icon {
  color: white;
}
.dark-grey-blue table[td-data-table].mat-selectable tbody > tr.td-data-table-row.td-selected {
  background-color: #212121;
}
.dark-grey-blue table[td-data-table].mat-selectable tbody > tr.td-data-table-row:focus {
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue table[td-data-table].mat-clickable tbody > tr.td-data-table-row:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-selected-title {
  background-color: rgba(0, 150, 136, 0.12);
  color: #009688;
}
.dark-grey-blue .td-data-table-sort-badge {
  background-color: #303030;
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .td-notification-count {
  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);
}
.dark-grey-blue .td-notification-count.mat-warn {
  background-color: #e53935;
  color: white;
}
.dark-grey-blue .td-notification-count.mat-primary {
  background-color: #37474f;
  color: white;
}
.dark-grey-blue .td-notification-count.mat-accent {
  background-color: #009688;
  color: white;
}
.dark-grey-blue .td-message.mat-primary {
  color: #37474f;
  background-color: rgba(55, 71, 79, 0.15);
}
.dark-grey-blue .td-message.mat-accent {
  color: #009688;
  background-color: rgba(0, 150, 136, 0.15);
}
.dark-grey-blue .td-message.mat-warn {
  color: #e53935;
  background-color: rgba(229, 57, 53, 0.15);
}
.dark-grey-blue .td-side-sheet-container {
  background-color: #424242;
}
.light-blue-red .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.light-blue-red .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-option:hover:not(.mat-option-disabled), .light-blue-red .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #0288d1;
}
.light-blue-red .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #d32f2f;
}
.light-blue-red .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #d84315;
}
.light-blue-red .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-pseudo-checkbox::after {
  color: #fafafa;
}
.light-blue-red .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.light-blue-red .mat-primary .mat-pseudo-checkbox-checked,
.light-blue-red .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #0288d1;
}
.light-blue-red .mat-pseudo-checkbox-checked,
.light-blue-red .mat-pseudo-checkbox-indeterminate,
.light-blue-red .mat-accent .mat-pseudo-checkbox-checked,
.light-blue-red .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #d32f2f;
}
.light-blue-red .mat-warn .mat-pseudo-checkbox-checked,
.light-blue-red .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #d84315;
}
.light-blue-red .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.light-blue-red .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.light-blue-red .mat-app-background, .light-blue-red.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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;
}
.light-blue-red .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.light-blue-red .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-badge-content {
  color: white;
  background: #0288d1;
}
.cdk-high-contrast-active .light-blue-red .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.light-blue-red .mat-badge-accent .mat-badge-content {
  background: #d32f2f;
  color: white;
}
.light-blue-red .mat-badge-warn .mat-badge-content {
  color: white;
  background: #d84315;
}
.light-blue-red .mat-badge {
  position: relative;
}
.light-blue-red .mat-badge-hidden .mat-badge-content {
  display: none;
}
.light-blue-red .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.light-blue-red .ng-animate-disabled .mat-badge-content,
.light-blue-red .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.light-blue-red .mat-badge-content.mat-badge-active {
  transform: none;
}
.light-blue-red .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.light-blue-red .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.light-blue-red .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.light-blue-red .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .light-blue-red .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.light-blue-red .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .light-blue-red .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.light-blue-red .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .light-blue-red .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.light-blue-red .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .light-blue-red .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.light-blue-red .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.light-blue-red .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.light-blue-red .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.light-blue-red .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .light-blue-red .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.light-blue-red .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .light-blue-red .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.light-blue-red .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .light-blue-red .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.light-blue-red .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .light-blue-red .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.light-blue-red .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.light-blue-red .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.light-blue-red .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.light-blue-red .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .light-blue-red .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.light-blue-red .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .light-blue-red .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.light-blue-red .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .light-blue-red .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.light-blue-red .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .light-blue-red .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.light-blue-red .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-button, .light-blue-red .mat-icon-button, .light-blue-red .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.light-blue-red .mat-button.mat-primary, .light-blue-red .mat-icon-button.mat-primary, .light-blue-red .mat-stroked-button.mat-primary {
  color: #0288d1;
}
.light-blue-red .mat-button.mat-accent, .light-blue-red .mat-icon-button.mat-accent, .light-blue-red .mat-stroked-button.mat-accent {
  color: #d32f2f;
}
.light-blue-red .mat-button.mat-warn, .light-blue-red .mat-icon-button.mat-warn, .light-blue-red .mat-stroked-button.mat-warn {
  color: #d84315;
}
.light-blue-red .mat-button.mat-primary.mat-button-disabled, .light-blue-red .mat-button.mat-accent.mat-button-disabled, .light-blue-red .mat-button.mat-warn.mat-button-disabled, .light-blue-red .mat-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-icon-button.mat-primary.mat-button-disabled, .light-blue-red .mat-icon-button.mat-accent.mat-button-disabled, .light-blue-red .mat-icon-button.mat-warn.mat-button-disabled, .light-blue-red .mat-icon-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-stroked-button.mat-primary.mat-button-disabled, .light-blue-red .mat-stroked-button.mat-accent.mat-button-disabled, .light-blue-red .mat-stroked-button.mat-warn.mat-button-disabled, .light-blue-red .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-button.mat-primary .mat-button-focus-overlay, .light-blue-red .mat-icon-button.mat-primary .mat-button-focus-overlay, .light-blue-red .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #0288d1;
}
.light-blue-red .mat-button.mat-accent .mat-button-focus-overlay, .light-blue-red .mat-icon-button.mat-accent .mat-button-focus-overlay, .light-blue-red .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #d32f2f;
}
.light-blue-red .mat-button.mat-warn .mat-button-focus-overlay, .light-blue-red .mat-icon-button.mat-warn .mat-button-focus-overlay, .light-blue-red .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #d84315;
}
.light-blue-red .mat-button.mat-button-disabled .mat-button-focus-overlay, .light-blue-red .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .light-blue-red .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.light-blue-red .mat-button .mat-ripple-element, .light-blue-red .mat-icon-button .mat-ripple-element, .light-blue-red .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.light-blue-red .mat-button-focus-overlay {
  background: black;
}
.light-blue-red .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-flat-button, .light-blue-red .mat-raised-button, .light-blue-red .mat-fab, .light-blue-red .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.light-blue-red .mat-flat-button.mat-primary, .light-blue-red .mat-raised-button.mat-primary, .light-blue-red .mat-fab.mat-primary, .light-blue-red .mat-mini-fab.mat-primary {
  color: white;
}
.light-blue-red .mat-flat-button.mat-accent, .light-blue-red .mat-raised-button.mat-accent, .light-blue-red .mat-fab.mat-accent, .light-blue-red .mat-mini-fab.mat-accent {
  color: white;
}
.light-blue-red .mat-flat-button.mat-warn, .light-blue-red .mat-raised-button.mat-warn, .light-blue-red .mat-fab.mat-warn, .light-blue-red .mat-mini-fab.mat-warn {
  color: white;
}
.light-blue-red .mat-flat-button.mat-primary.mat-button-disabled, .light-blue-red .mat-flat-button.mat-accent.mat-button-disabled, .light-blue-red .mat-flat-button.mat-warn.mat-button-disabled, .light-blue-red .mat-flat-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-raised-button.mat-primary.mat-button-disabled, .light-blue-red .mat-raised-button.mat-accent.mat-button-disabled, .light-blue-red .mat-raised-button.mat-warn.mat-button-disabled, .light-blue-red .mat-raised-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-fab.mat-primary.mat-button-disabled, .light-blue-red .mat-fab.mat-accent.mat-button-disabled, .light-blue-red .mat-fab.mat-warn.mat-button-disabled, .light-blue-red .mat-fab.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-primary.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-accent.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-warn.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-flat-button.mat-primary, .light-blue-red .mat-raised-button.mat-primary, .light-blue-red .mat-fab.mat-primary, .light-blue-red .mat-mini-fab.mat-primary {
  background-color: #0288d1;
}
.light-blue-red .mat-flat-button.mat-accent, .light-blue-red .mat-raised-button.mat-accent, .light-blue-red .mat-fab.mat-accent, .light-blue-red .mat-mini-fab.mat-accent {
  background-color: #d32f2f;
}
.light-blue-red .mat-flat-button.mat-warn, .light-blue-red .mat-raised-button.mat-warn, .light-blue-red .mat-fab.mat-warn, .light-blue-red .mat-mini-fab.mat-warn {
  background-color: #d84315;
}
.light-blue-red .mat-flat-button.mat-primary.mat-button-disabled, .light-blue-red .mat-flat-button.mat-accent.mat-button-disabled, .light-blue-red .mat-flat-button.mat-warn.mat-button-disabled, .light-blue-red .mat-flat-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-raised-button.mat-primary.mat-button-disabled, .light-blue-red .mat-raised-button.mat-accent.mat-button-disabled, .light-blue-red .mat-raised-button.mat-warn.mat-button-disabled, .light-blue-red .mat-raised-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-fab.mat-primary.mat-button-disabled, .light-blue-red .mat-fab.mat-accent.mat-button-disabled, .light-blue-red .mat-fab.mat-warn.mat-button-disabled, .light-blue-red .mat-fab.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-primary.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-accent.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-warn.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-flat-button.mat-primary .mat-ripple-element, .light-blue-red .mat-raised-button.mat-primary .mat-ripple-element, .light-blue-red .mat-fab.mat-primary .mat-ripple-element, .light-blue-red .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-flat-button.mat-accent .mat-ripple-element, .light-blue-red .mat-raised-button.mat-accent .mat-ripple-element, .light-blue-red .mat-fab.mat-accent .mat-ripple-element, .light-blue-red .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-flat-button.mat-warn .mat-ripple-element, .light-blue-red .mat-raised-button.mat-warn .mat-ripple-element, .light-blue-red .mat-fab.mat-warn .mat-ripple-element, .light-blue-red .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-stroked-button:not([class*=mat-elevation-z]), .light-blue-red .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-fab:not([class*=mat-elevation-z]), .light-blue-red .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .light-blue-red .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .light-blue-red .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-button-toggle-standalone,
.light-blue-red .mat-button-toggle-group {
  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);
}
.light-blue-red .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.light-blue-red .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.light-blue-red .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.light-blue-red .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.light-blue-red .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.light-blue-red .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.light-blue-red .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.light-blue-red .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.light-blue-red .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-checkbox-checkmark {
  fill: #fafafa;
}
.light-blue-red .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.light-blue-red .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.light-blue-red .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .light-blue-red .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #0288d1;
}
.light-blue-red .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .light-blue-red .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #d32f2f;
}
.light-blue-red .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .light-blue-red .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #d84315;
}
.light-blue-red .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .light-blue-red .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.light-blue-red .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.light-blue-red .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-checkbox .mat-ripple-element {
  background-color: black;
}
.light-blue-red .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.light-blue-red .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #0288d1;
}
.light-blue-red .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.light-blue-red .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #d32f2f;
}
.light-blue-red .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.light-blue-red .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #d84315;
}
.light-blue-red .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.light-blue-red .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.light-blue-red .mat-chip.mat-standard-chip::after {
  background: black;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #0288d1;
  color: white;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #d84315;
  color: white;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #d32f2f;
  color: white;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-table {
  background: white;
}
.light-blue-red .mat-table thead, .light-blue-red .mat-table tbody, .light-blue-red .mat-table tfoot,
.light-blue-red mat-header-row, .light-blue-red mat-row, .light-blue-red mat-footer-row,
.light-blue-red [mat-header-row], .light-blue-red [mat-row], .light-blue-red [mat-footer-row],
.light-blue-red .mat-table-sticky {
  background: inherit;
}
.light-blue-red mat-row, .light-blue-red mat-header-row, .light-blue-red mat-footer-row,
.light-blue-red th.mat-header-cell, .light-blue-red td.mat-cell, .light-blue-red td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-cell, .light-blue-red .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-datepicker-toggle,
.light-blue-red .mat-datepicker-content .mat-calendar-next-button,
.light-blue-red .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-calendar-body-cell-content,
.light-blue-red .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.light-blue-red .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.light-blue-red .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.light-blue-red .mat-calendar-body-in-range::before {
  background: rgba(2, 136, 209, 0.2);
}
.light-blue-red .mat-calendar-body-comparison-identical,
.light-blue-red .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.light-blue-red .mat-calendar-body-comparison-bridge-start::before,
.light-blue-red [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(2, 136, 209, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-calendar-body-comparison-bridge-end::before,
.light-blue-red [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(2, 136, 209, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.light-blue-red .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.light-blue-red .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.light-blue-red .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.light-blue-red .mat-calendar-body-selected {
  background-color: #0288d1;
  color: white;
}
.light-blue-red .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(2, 136, 209, 0.4);
}
.light-blue-red .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.light-blue-red .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(2, 136, 209, 0.3);
}
.light-blue-red .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(211, 47, 47, 0.2);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.light-blue-red .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(211, 47, 47, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.light-blue-red .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(211, 47, 47, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #d32f2f;
  color: white;
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(211, 47, 47, 0.4);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(211, 47, 47, 0.3);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(216, 67, 21, 0.2);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.light-blue-red .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(216, 67, 21, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.light-blue-red .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(216, 67, 21, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #d84315;
  color: white;
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(216, 67, 21, 0.4);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(216, 67, 21, 0.3);
}
.light-blue-red .mat-datepicker-content-touch {
  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);
}
.light-blue-red .mat-datepicker-toggle-active {
  color: #0288d1;
}
.light-blue-red .mat-datepicker-toggle-active.mat-accent {
  color: #d32f2f;
}
.light-blue-red .mat-datepicker-toggle-active.mat-warn {
  color: #d84315;
}
.light-blue-red .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .light-blue-red .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .light-blue-red .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .light-blue-red .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.light-blue-red .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-expansion-panel-header-description,
.light-blue-red .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.light-blue-red .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.light-blue-red .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.light-blue-red .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-label {
  color: #0288d1;
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #d32f2f;
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #d84315;
}
.light-blue-red .mat-focused .mat-form-field-required-marker {
  color: #d32f2f;
}
.light-blue-red .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #0288d1;
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #d32f2f;
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #d84315;
}
.light-blue-red .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #0288d1;
}
.light-blue-red .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #d32f2f;
}
.light-blue-red .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #d84315;
}
.light-blue-red .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #d84315;
}
.light-blue-red .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.light-blue-red .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #d84315;
}
.light-blue-red .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.light-blue-red .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #d84315;
}
.light-blue-red .mat-error {
  color: #d84315;
}
.light-blue-red .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.light-blue-red .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.light-blue-red .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.light-blue-red .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.light-blue-red .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #0288d1;
}
.light-blue-red .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #d32f2f;
}
.light-blue-red .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #d84315;
}
.light-blue-red .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #d84315;
}
.light-blue-red .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.light-blue-red .mat-icon.mat-primary {
  color: #0288d1;
}
.light-blue-red .mat-icon.mat-accent {
  color: #d32f2f;
}
.light-blue-red .mat-icon.mat-warn {
  color: #d84315;
}
.light-blue-red .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-input-element:disabled,
.light-blue-red .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-input-element {
  caret-color: #0288d1;
}
.light-blue-red .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-form-field.mat-accent .mat-input-element {
  caret-color: #d32f2f;
}
.light-blue-red .mat-form-field.mat-warn .mat-input-element,
.light-blue-red .mat-form-field-invalid .mat-input-element {
  caret-color: #d84315;
}
.light-blue-red .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #d84315;
}
.light-blue-red .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-list-item-disabled {
  background-color: #eeeeee;
}
.light-blue-red .mat-list-option:hover, .light-blue-red .mat-list-option:focus,
.light-blue-red .mat-nav-list .mat-list-item:hover,
.light-blue-red .mat-nav-list .mat-list-item:focus,
.light-blue-red .mat-action-list .mat-list-item:hover,
.light-blue-red .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-list-single-selected-option, .light-blue-red .mat-list-single-selected-option:hover, .light-blue-red .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-menu-panel {
  background: white;
}
.light-blue-red .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-menu-item[disabled], .light-blue-red .mat-menu-item[disabled]::after,
.light-blue-red .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-menu-item .mat-icon-no-color,
.light-blue-red .mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-menu-item:hover:not([disabled]),
.light-blue-red .mat-menu-item.cdk-program-focused:not([disabled]),
.light-blue-red .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.light-blue-red .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-paginator {
  background: white;
}
.light-blue-red .mat-paginator,
.light-blue-red .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-paginator-decrement,
.light-blue-red .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-paginator-first,
.light-blue-red .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-icon-button[disabled] .mat-paginator-decrement,
.light-blue-red .mat-icon-button[disabled] .mat-paginator-increment,
.light-blue-red .mat-icon-button[disabled] .mat-paginator-first,
.light-blue-red .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-progress-bar-background {
  fill: #b3e5fc;
}
.light-blue-red .mat-progress-bar-buffer {
  background-color: #b3e5fc;
}
.light-blue-red .mat-progress-bar-fill::after {
  background-color: #0288d1;
}
.light-blue-red .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ffcdd2;
}
.light-blue-red .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.light-blue-red .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #d32f2f;
}
.light-blue-red .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffccbc;
}
.light-blue-red .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffccbc;
}
.light-blue-red .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #d84315;
}
.light-blue-red .mat-progress-spinner circle, .light-blue-red .mat-spinner circle {
  stroke: #0288d1;
}
.light-blue-red .mat-progress-spinner.mat-accent circle, .light-blue-red .mat-spinner.mat-accent circle {
  stroke: #d32f2f;
}
.light-blue-red .mat-progress-spinner.mat-warn circle, .light-blue-red .mat-spinner.mat-warn circle {
  stroke: #d84315;
}
.light-blue-red .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #0288d1;
}
.light-blue-red .mat-radio-button.mat-primary .mat-radio-inner-circle,
.light-blue-red .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .light-blue-red .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .light-blue-red .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #0288d1;
}
.light-blue-red .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #d32f2f;
}
.light-blue-red .mat-radio-button.mat-accent .mat-radio-inner-circle,
.light-blue-red .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .light-blue-red .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .light-blue-red .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #d32f2f;
}
.light-blue-red .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #d84315;
}
.light-blue-red .mat-radio-button.mat-warn .mat-radio-inner-circle,
.light-blue-red .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .light-blue-red .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .light-blue-red .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #d84315;
}
.light-blue-red .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.light-blue-red .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.light-blue-red .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-radio-button .mat-ripple-element {
  background-color: black;
}
.light-blue-red .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-select-panel {
  background: white;
}
.light-blue-red .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #0288d1;
}
.light-blue-red .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #d32f2f;
}
.light-blue-red .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #d84315;
}
.light-blue-red .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #d84315;
}
.light-blue-red .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-drawer.mat-drawer-push {
  background-color: white;
}
.light-blue-red .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.light-blue-red [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.light-blue-red [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.light-blue-red .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #d32f2f;
}
.light-blue-red .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(211, 47, 47, 0.54);
}
.light-blue-red .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #d32f2f;
}
.light-blue-red .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #0288d1;
}
.light-blue-red .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(2, 136, 209, 0.54);
}
.light-blue-red .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #0288d1;
}
.light-blue-red .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #d84315;
}
.light-blue-red .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(216, 67, 21, 0.54);
}
.light-blue-red .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #d84315;
}
.light-blue-red .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.light-blue-red .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.light-blue-red .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-primary .mat-slider-track-fill,
.light-blue-red .mat-primary .mat-slider-thumb,
.light-blue-red .mat-primary .mat-slider-thumb-label {
  background-color: #0288d1;
}
.light-blue-red .mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.light-blue-red .mat-primary .mat-slider-focus-ring {
  background-color: rgba(2, 136, 209, 0.2);
}
.light-blue-red .mat-accent .mat-slider-track-fill,
.light-blue-red .mat-accent .mat-slider-thumb,
.light-blue-red .mat-accent .mat-slider-thumb-label {
  background-color: #d32f2f;
}
.light-blue-red .mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.light-blue-red .mat-accent .mat-slider-focus-ring {
  background-color: rgba(211, 47, 47, 0.2);
}
.light-blue-red .mat-warn .mat-slider-track-fill,
.light-blue-red .mat-warn .mat-slider-thumb,
.light-blue-red .mat-warn .mat-slider-thumb-label {
  background-color: #d84315;
}
.light-blue-red .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.light-blue-red .mat-warn .mat-slider-focus-ring {
  background-color: rgba(216, 67, 21, 0.2);
}
.light-blue-red .mat-slider:hover .mat-slider-track-background,
.light-blue-red .cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-slider-disabled .mat-slider-track-background,
.light-blue-red .mat-slider-disabled .mat-slider-track-fill,
.light-blue-red .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.light-blue-red .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.light-blue-red .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.light-blue-red .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .light-blue-red .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .light-blue-red .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.light-blue-red .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.light-blue-red .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.light-blue-red .mat-step-header.cdk-keyboard-focused, .light-blue-red .mat-step-header.cdk-program-focused, .light-blue-red .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .light-blue-red .mat-step-header:hover {
    background: none;
  }
}
.light-blue-red .mat-step-header .mat-step-label,
.light-blue-red .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.light-blue-red .mat-step-header .mat-step-icon-selected,
.light-blue-red .mat-step-header .mat-step-icon-state-done,
.light-blue-red .mat-step-header .mat-step-icon-state-edit {
  background-color: #0288d1;
  color: white;
}
.light-blue-red .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.light-blue-red .mat-step-header.mat-accent .mat-step-icon-selected,
.light-blue-red .mat-step-header.mat-accent .mat-step-icon-state-done,
.light-blue-red .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #d32f2f;
  color: white;
}
.light-blue-red .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.light-blue-red .mat-step-header.mat-warn .mat-step-icon-selected,
.light-blue-red .mat-step-header.mat-warn .mat-step-icon-state-done,
.light-blue-red .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #d84315;
  color: white;
}
.light-blue-red .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #d84315;
}
.light-blue-red .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-step-header .mat-step-label.mat-step-label-error {
  color: #d84315;
}
.light-blue-red .mat-stepper-horizontal, .light-blue-red .mat-stepper-vertical {
  background-color: white;
}
.light-blue-red .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-horizontal-stepper-header::before,
.light-blue-red .mat-horizontal-stepper-header::after,
.light-blue-red .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-sort-header-arrow {
  color: #757575;
}
.light-blue-red .mat-tab-nav-bar,
.light-blue-red .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-tab-group-inverted-header .mat-tab-nav-bar,
.light-blue-red .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.light-blue-red .mat-tab-label, .light-blue-red .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-tab-group[class*=mat-background-] .mat-tab-header,
.light-blue-red .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.light-blue-red .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 229, 252, 0.3);
}
.light-blue-red .mat-tab-group.mat-primary .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #0288d1;
}
.light-blue-red .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.light-blue-red .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.light-blue-red .mat-tab-group.mat-accent .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #d32f2f;
}
.light-blue-red .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.light-blue-red .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 204, 188, 0.3);
}
.light-blue-red .mat-tab-group.mat-warn .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #d84315;
}
.light-blue-red .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.light-blue-red .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 229, 252, 0.3);
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header, .light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-link-container, .light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #0288d1;
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-red .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header, .light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-link-container, .light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #d32f2f;
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-red .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 204, 188, 0.3);
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header, .light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-link-container, .light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #d84315;
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-red .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-toolbar.mat-primary {
  background: #0288d1;
  color: white;
}
.light-blue-red .mat-toolbar.mat-accent {
  background: #d32f2f;
  color: white;
}
.light-blue-red .mat-toolbar.mat-warn {
  background: #d84315;
  color: white;
}
.light-blue-red .mat-toolbar .mat-form-field-underline,
.light-blue-red .mat-toolbar .mat-form-field-ripple,
.light-blue-red .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.light-blue-red .mat-toolbar .mat-form-field-label,
.light-blue-red .mat-toolbar .mat-focused .mat-form-field-label,
.light-blue-red .mat-toolbar .mat-select-value,
.light-blue-red .mat-toolbar .mat-select-arrow,
.light-blue-red .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.light-blue-red .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.light-blue-red .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.light-blue-red .mat-tree {
  background: white;
}
.light-blue-red .mat-tree-node,
.light-blue-red .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-simple-snackbar-action {
  color: #d32f2f;
}
.light-blue-red body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
.light-blue-red .td-chip-content {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.light-blue-red .td-data-table-cell {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.light-blue-red .td-data-table-column {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.light-blue-red .td-data-table-sort-badge {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.light-blue-red .td-dialog-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.light-blue-red .td-dialog-message {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.light-blue-red .td-expansion-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.light-blue-red .td-expansion-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.light-blue-red .td-key {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.light-blue-red .td-message-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.light-blue-red .td-message-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.light-blue-red .td-paging-bar {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.light-blue-red .td-step-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.light-blue-red .td-step-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.light-blue-red td-navigation-drawer .td-navigation-drawer-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.light-blue-red td-navigation-drawer .td-navigation-drawer-name {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.light-blue-red td-navigation-drawer .td-navigation-drawer-menu-toggle {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.light-blue-red td-breadcrumb:last-of-type {
  font-weight: bold;
  cursor: default;
}
.light-blue-red mat-list-item mat-icon,
.light-blue-red .mat-list-item-content mat-icon {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red mat-list-item mat-icon[matListAvatar],
.light-blue-red .mat-list-item-content mat-icon[matListAvatar] {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-list-text p {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red table.mat-table {
  background: transparent;
}
.light-blue-red .mat-row:hover, .light-blue-red .mat-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-drawer-container {
  background-color: #e0e0e0;
}
.light-blue-red [mat-icon-button].td-layout-menu-button {
  margin-left: 0;
}
::ng-deep [dir=rtl] .light-blue-red [mat-icon-button].td-layout-menu-button {
  margin-right: 0;
  margin-left: 6px;
}
.light-blue-red td-layout-nav mat-toolbar,
.light-blue-red td-layout-nav-list mat-toolbar,
.light-blue-red td-layout-manage-list mat-toolbar,
.light-blue-red td-layout-card-over mat-toolbar,
.light-blue-red td-navigation-drawer mat-toolbar,
.light-blue-red td-layout mat-toolbar {
  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);
  z-index: 1;
}
.light-blue-red body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-row, .light-blue-red body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.light-blue-red body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.light-blue-red body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.light-blue-red body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.light-blue-red body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.light-blue-red td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.light-blue-red td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.light-blue-red td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.light-blue-red td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.light-blue-red td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.light-blue-red td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row {
  height: 48px;
}
.light-blue-red body[dense] td-layout-card-over .td-layout-card-over-wrapper,
.light-blue-red td-layout-card-over[dense] .td-layout-card-over-wrapper {
  margin: -48px;
  margin-left: 0;
  margin-right: 0;
}
.light-blue-red .mat-drawer-side.td-layout-sidenav {
  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);
}
.light-blue-red .td-layout-footer {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
  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);
}
.light-blue-red .td-layout-footer.mat-primary {
  background: #0288d1;
}
.light-blue-red .td-layout-footer.mat-primary,
.light-blue-red .td-layout-footer.mat-primary mat-icon {
  color: white;
}
.light-blue-red .td-layout-footer.mat-accent {
  background: #d32f2f;
}
.light-blue-red .td-layout-footer.mat-accent,
.light-blue-red .td-layout-footer.mat-accent mat-icon {
  color: white;
}
.light-blue-red .td-layout-footer.mat-warn {
  background: #d84315;
}
.light-blue-red .td-layout-footer.mat-warn,
.light-blue-red .td-layout-footer.mat-warn mat-icon {
  color: white;
}
.light-blue-red .td-steps .td-step-content,
.light-blue-red .td-steps .td-step-summary,
.light-blue-red .td-steps .td-step-actions {
  margin: 16px;
}
.light-blue-red .td-steps .td-horizontal-line {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .td-steps .td-vertical-line {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .td-steps .td-step-link:focus:not(.mat-disabled) .td-step-header, .light-blue-red .td-steps .td-step-link:hover:not(.mat-disabled) .td-step-header {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .td-steps .td-step-header.mat-disabled {
  cursor: default;
}
.light-blue-red .td-steps .td-step-header:focus:not(.mat-disabled), .light-blue-red .td-steps .td-step-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .td-steps .td-step-header .td-step-label-wrapper .td-step-label {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .td-steps .td-step-header .td-step-label-wrapper .td-step-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-steps .td-step-header .td-step-label-wrapper.mat-inactive, .light-blue-red .td-steps .td-step-header .td-step-label-wrapper.mat-inactive * {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .td-steps .td-step-header .td-step-label-wrapper.mat-warn, .light-blue-red .td-steps .td-step-header .td-step-label-wrapper.mat-warn * {
  color: #d84315;
}
.light-blue-red .td-steps .td-step-header .mat-complete {
  color: #d32f2f;
}
.light-blue-red .td-steps .td-circle {
  color: white;
}
.light-blue-red .td-steps .td-circle.mat-active {
  background-color: #d32f2f;
}
.light-blue-red .td-steps .td-circle.mat-inactive {
  background-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .td-steps .td-circle mat-icon {
  fill: rgba(0, 0, 0, 0.87);
}
.light-blue-red .td-steps .td-triangle {
  color: #d84315;
}
.light-blue-red .td-steps .td-edit-icon {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-steps .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .td-steps .td-step-header-pagination-disabled .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .td-expansion-panel-group .td-expansion-panel {
  transition: 120ms ease-in;
}
.light-blue-red .td-expansion-panel-group .td-expansion-panel:not(:last-of-type).td-expanded {
  margin-bottom: 16px;
}
.light-blue-red .td-expansion-panel-group .td-expansion-panel:not(:first-of-type).td-expanded {
  margin-top: 16px;
}
.light-blue-red .td-expansion-panel {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.light-blue-red .td-expansion-panel .td-expansion-panel-header:focus:not(.mat-disabled), .light-blue-red .td-expansion-panel .td-expansion-panel-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled, .light-blue-red .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled * {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .td-expansion-panel mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-expansion-panel .td-expansion-label, .light-blue-red .td-expansion-panel .td-expansion-label *,
.light-blue-red .td-expansion-panel .td-expansion-sublabel,
.light-blue-red .td-expansion-panel .td-expansion-sublabel * {
  vertical-align: middle;
}
.light-blue-red .td-expansion-panel .td-expansion-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red td-chips .mat-basic-chip {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled) mat-icon:hover {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary {
  background: #0288d1;
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary,
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary mat-icon {
  color: white;
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent {
  background: #d32f2f;
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent,
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent mat-icon {
  color: white;
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn {
  background: #d84315;
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn,
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn mat-icon {
  color: white;
}
.light-blue-red td-chips .mat-basic-chip mat-icon.td-chip-removal {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red td-chips .mat-basic-chip mat-icon.td-chip-removal:hover {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red td-chips .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.light-blue-red td-chips.mat-primary .mat-form-field-underline .mat-form-field-ripple {
  background-color: #0288d1;
}
.light-blue-red td-chips.mat-accent .mat-form-field-underline .mat-form-field-ripple {
  background-color: #d32f2f;
}
.light-blue-red td-chips.mat-warn .mat-form-field-underline .mat-form-field-ripple {
  background-color: #d84315;
}
.light-blue-red td-chips.ng-invalid .mat-form-field-underline .mat-form-field-ripple {
  background-color: #d84315;
}
.light-blue-red td-chips.ng-invalid .mat-form-field-label-wrapper > label.mat-form-field-label.mat-form-field-empty {
  color: #d84315;
}
.light-blue-red td-file-upload .td-file-upload-cancel mat-icon {
  background-color: #fafafa;
}
.light-blue-red td-file-input {
  /**
  * Class that is added ondragenter by the [TdFileDrop] directive.
  */
}
.light-blue-red td-file-input .drop-zone {
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  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);
}
.light-blue-red .mat-toolbar.td-window-dialog-toolbar {
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: none;
}
.light-blue-red .td-dialog-message {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-json-formatter-wrapper .function::after,
.light-blue-red .td-json-formatter-wrapper .date::after,
.light-blue-red .td-json-formatter-wrapper .td-object-name::after,
.light-blue-red .td-json-formatter-wrapper .td-array-length::after {
  content: "‎";
}
.light-blue-red .td-json-formatter-wrapper .td-key.td-key-node:focus, .light-blue-red .td-json-formatter-wrapper .td-key.td-key-node:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red .td-json-formatter-wrapper .td-key.td-key-node .td-node-icon {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-json-formatter-wrapper .key {
  color: #0288d1;
}
.light-blue-red .td-json-formatter-wrapper .value .string {
  color: #d84315;
}
.light-blue-red .td-json-formatter-wrapper .value .number {
  color: #d32f2f;
}
.light-blue-red .td-json-formatter-wrapper .value .boolean {
  color: #d32f2f;
}
.light-blue-red .td-json-formatter-wrapper .value .null,
.light-blue-red .td-json-formatter-wrapper .value .undefined {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .td-json-formatter-wrapper .value .function {
  color: #0288d1;
}
.light-blue-red .td-json-formatter-wrapper .value .date {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red td-paging-bar, .light-blue-red td-paging-bar mat-select .mat-select-value {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-loading-wrapper.td-overlay .td-loading {
  background: rgba(255, 255, 255, 0.8);
}
.light-blue-red td-data-table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.light-blue-red .td-data-table-scrollable {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.light-blue-red .td-data-table-column-resizer .td-data-table-column-separator {
  border-right: 2px solid rgba(0, 0, 0, 0.12);
  opacity: 0.3;
}
.light-blue-red .td-data-table-column-resizer:hover .td-data-table-column-separator, .light-blue-red .td-data-table-column-resizer.td-resizing .td-data-table-column-separator {
  opacity: 1;
}
.light-blue-red table[td-data-table] .td-data-table-column-row,
.light-blue-red table[td-data-table] .td-data-table-row {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red table[td-data-table] .mat-checkbox-cell,
.light-blue-red table[td-data-table] .mat-checkbox-column {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red table[td-data-table] .mat-checkbox-cell mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
.light-blue-red table[td-data-table] .mat-checkbox-column mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: #d32f2f;
}
.light-blue-red table[td-data-table] .td-data-table-cell mat-form-field .mat-form-field-underline {
  display: none;
}
.light-blue-red table[td-data-table] .td-data-table-column {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red table[td-data-table] .td-data-table-column * {
  vertical-align: middle;
}
.light-blue-red table[td-data-table] .td-data-table-column mat-icon.td-data-table-sort-icon {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red table[td-data-table] .td-data-table-column.mat-active, .light-blue-red table[td-data-table] .td-data-table-column.mat-active mat-icon {
  color: black;
}
.light-blue-red table[td-data-table].mat-selectable tbody > tr.td-data-table-row.td-selected {
  background-color: whitesmoke;
}
.light-blue-red table[td-data-table].mat-selectable tbody > tr.td-data-table-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red table[td-data-table].mat-clickable tbody > tr.td-data-table-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-selected-title {
  background-color: rgba(211, 47, 47, 0.12);
  color: #d32f2f;
}
.light-blue-red .td-data-table-sort-badge {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-notification-count {
  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);
}
.light-blue-red .td-notification-count.mat-warn {
  background-color: #d84315;
  color: white;
}
.light-blue-red .td-notification-count.mat-primary {
  background-color: #0288d1;
  color: white;
}
.light-blue-red .td-notification-count.mat-accent {
  background-color: #d32f2f;
  color: white;
}
.light-blue-red .td-message.mat-primary {
  color: #0288d1;
  background-color: rgba(2, 136, 209, 0.15);
}
.light-blue-red .td-message.mat-accent {
  color: #d32f2f;
  background-color: rgba(211, 47, 47, 0.15);
}
.light-blue-red .td-message.mat-warn {
  color: #d84315;
  background-color: rgba(216, 67, 21, 0.15);
}
.light-blue-red .td-side-sheet-container {
  background-color: white;
}
/* ------------------------------------------------------------------------------- */
[ngx-charts-axis-label] text {
  fill: rgba(0, 0, 0, 0.54);
}
.tick text {
  fill: rgba(0, 0, 0, 0.38);
}
.gridline-path.gridline-path-horizontal, .gridline-path.gridline-path-vertical {
  stroke: rgba(0, 0, 0, 0.06);
}
.legend-title-text {
  color: rgba(0, 0, 0, 0.54);
}
ngx-charts-line-chart .gridline-path.gridline-path-vertical,
ngx-charts-area-chart .gridline-path.gridline-path-vertical,
ngx-charts-area-chart-stacked .gridline-path.gridline-path-vertical {
  display: none;
}
ngx-charts-line-chart .line-series .line {
  stroke-width: 2;
}
.will-load {
  min-height: 80px;
}
.text-primary {
  color: #388e3c;
}
a[mat-icon-button] {
  line-height: 36px;
}
.text-capital {
  text-transform: capitalize;
}
.mat-fab-position-bottom-right {
  margin-bottom: 30px !important;
}
mat-icon.material-icons.icon {
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
  border: 1px dashed;
}
mat-icon.material-icons.icon.icon-administrator {
  color: #e53935;
  border-color: #e53935;
}
mat-icon.material-icons.icon.icon-associate {
  color: #ef6c00;
  border-color: #ef6c00;
}
mat-icon.material-icons.icon.icon-member {
  color: #388e3c;
  border-color: #388e3c;
}
img[mat-list-avatar].logo-preview {
  border-radius: 0;
  max-width: 40px;
  max-height: 40px;
  width: auto;
  height: 40px;
}
.inner-list {
  padding: 0 0 0 3em;
}
.link-item {
  cursor: pointer;
}
.link-item:hover {
  background-color: #ef6c00;
  color: #388e3c;
}
.link-item.active {
  background-color: #ffe0b2;
}
.mat-caption-right {
  text-align: right;
  padding-right: 5px;
}
.position-bottom-right {
  position: fixed !important;
  /* bottom: auto !important;*/
}
unauthorized-error {
  height: 100%;
  width: 100%;
  display: inline-block;
  background-color: #e53935;
}
.error-message {
  color: #fff;
}
.log-level-0 {
  color: #388e3c;
}
.log-level-1 {
  color: #ef6c00;
}
.log-level-2 {
  color: #e53935;
}
.error {
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: #f00;
  display: none;
}
.error.visible {
  display: inline-block;
}
.error .error-message {
  top: 50%;
  margin: 0 auto;
  font-size: 3em;
  color: #fff;
  position: relative;
}
.unread-message {
  font-weight: bold;
}
.snack-error {
  background-color: #e53935;
}
.snack-info {
  background-color: #388e3c;
}
.param-required {
  color: #e53935;
}
.param-certificated {
  color: #388e3c;
}
mat-list.make-scrollable {
  height: 300px;
  overflow-y: scroll;
}
.hightlight-event {
  background-color: #ef6c00;
  border-color: #ef6c00;
}
.fc-event {
  background-color: #388e3c;
  border-color: #388e3c;
}
.marker-outside {
  padding: 1em;
}
div.mini-loading .td-loading-wrapper {
  min-height: 40px !important;
  height: 40px !important;
}
div.mini-loading .td-loading-wrapper .td-loading {
  min-height: 40px !important;
  height: 40px !important;
}
div.mini-loading .td-loading-wrapper .td-loading .mat-progress-spinner {
  height: 40px !important;
}
div.mini-loading .td-loading-wrapper .td-loading .mat-progress-spinner svg {
  height: 40px !important;
}
.banner {
  color: #ef6c00;
}
.banner-btn {
  color: #ef6c00;
  line-height: 36px;
  margin-left: 10px;
}
.form-field-error .mat-form-field-placeholder {
  color: #e53935 !important;
}
.chart-legend .legend-wrap {
  width: calc(100% + 30px) !important;
  margin-left: -30px !important;
}
.legend-labels {
  max-height: unset !important;
}
.td-expansion-panel-header .td-expansion-panel-header-content {
  background-color: #eee !important;
}
.mat-checkbox-layout {
  white-space: pre-wrap !important;
}
@charset "UTF-8";
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/** Mixin to create distinct classes for fab positions, e.g. ".mat-fab-position-bottom-right". */
/* stylelint-disable function-url-quotes, no-duplicate-selectors */
/*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*/
@-moz-document url-prefix() {
  [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* Colors for the ripple elements.*/
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable-next-line material/theme-mixin-api */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/**
* Mimicking VS Dark+ theme as closely as possible
*/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.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, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.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;
}
@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;
}
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;
}
.mat-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #388e3c;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ef6c00;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e53935;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #388e3c;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ef6c00;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e53935;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge-content {
  color: white;
  background: #388e3c;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #ef6c00;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #e53935;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #388e3c;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ef6c00;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #e53935;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #388e3c;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ef6c00;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e53935;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #388e3c;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #ef6c00;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #e53935;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #388e3c;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ef6c00;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #e53935;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #388e3c;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ef6c00;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e53935;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #388e3c;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e53935;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ef6c00;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-in-range::before {
  background: rgba(56, 142, 60, 0.2);
}
.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(56, 142, 60, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(56, 142, 60, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-calendar-body-selected {
  background-color: #388e3c;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(56, 142, 60, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(56, 142, 60, 0.3);
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(239, 108, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(239, 108, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(239, 108, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ef6c00;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(239, 108, 0, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(239, 108, 0, 0.3);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(229, 57, 53, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e53935;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(229, 57, 53, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(229, 57, 53, 0.3);
}
.mat-datepicker-content-touch {
  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-datepicker-toggle-active {
  color: #388e3c;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #ef6c00;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #e53935;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #388e3c;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ef6c00;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e53935;
}
.mat-focused .mat-form-field-required-marker {
  color: #ef6c00;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #388e3c;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ef6c00;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e53935;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #388e3c;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ef6c00;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #e53935;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #e53935;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #e53935;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e53935;
}
.mat-error {
  color: #e53935;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #388e3c;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ef6c00;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #e53935;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #e53935;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #388e3c;
}
.mat-icon.mat-accent {
  color: #ef6c00;
}
.mat-icon.mat-warn {
  color: #e53935;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #388e3c;
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-form-field.mat-accent .mat-input-element {
  caret-color: #ef6c00;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #e53935;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e53935;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-item-disabled {
  background-color: #eeeeee;
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled], .mat-menu-item[disabled]::after,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #c8e6c9;
}
.mat-progress-bar-buffer {
  background-color: #c8e6c9;
}
.mat-progress-bar-fill::after {
  background-color: #388e3c;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ffd180;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ffd180;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ef6c00;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #e53935;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #388e3c;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ef6c00;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #e53935;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #388e3c;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #388e3c;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ef6c00;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ef6c00;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e53935;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e53935;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #388e3c;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ef6c00;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e53935;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e53935;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ef6c00;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(239, 108, 0, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ef6c00;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #388e3c;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(56, 142, 60, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #388e3c;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e53935;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(229, 57, 53, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e53935;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #388e3c;
}
.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-primary .mat-slider-focus-ring {
  background-color: rgba(56, 142, 60, 0.2);
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #ef6c00;
}
.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-accent .mat-slider-focus-ring {
  background-color: rgba(239, 108, 0, 0.2);
}
.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #e53935;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-warn .mat-slider-focus-ring {
  background-color: rgba(229, 57, 53, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #388e3c;
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ef6c00;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #e53935;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #e53935;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #e53935;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(200, 230, 201, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #388e3c;
}
.mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 209, 128, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ef6c00;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e53935;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(200, 230, 201, 0.3);
}
.mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #388e3c;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 209, 128, 0.3);
}
.mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ef6c00;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #e53935;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #388e3c;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #ef6c00;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #e53935;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #ef6c00;
}
body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
.td-chip-content {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.td-data-table-cell {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.td-data-table-column {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.td-data-table-sort-badge {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.td-dialog-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.td-dialog-message {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.td-expansion-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.td-expansion-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.td-key {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.td-message-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.td-message-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.td-paging-bar {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.td-step-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.td-step-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
td-navigation-drawer .td-navigation-drawer-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
}
td-navigation-drawer .td-navigation-drawer-name {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
td-navigation-drawer .td-navigation-drawer-menu-toggle {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
td-breadcrumb:last-of-type {
  font-weight: bold;
  cursor: default;
}
mat-list-item mat-icon,
.mat-list-item-content mat-icon {
  color: rgba(0, 0, 0, 0.54);
}
mat-list-item mat-icon[matListAvatar],
.mat-list-item-content mat-icon[matListAvatar] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-list-text p {
  color: rgba(0, 0, 0, 0.38);
}
table.mat-table {
  background: transparent;
}
.mat-row:hover, .mat-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-drawer-container {
  background-color: #e0e0e0;
}
[mat-icon-button].td-layout-menu-button {
  margin-left: 0;
}
::ng-deep [dir=rtl] [mat-icon-button].td-layout-menu-button {
  margin-right: 0;
  margin-left: 6px;
}
td-layout-nav mat-toolbar,
td-layout-nav-list mat-toolbar,
td-layout-manage-list mat-toolbar,
td-layout-card-over mat-toolbar,
td-navigation-drawer mat-toolbar,
td-layout mat-toolbar {
  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);
  z-index: 1;
}
body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-row, body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-row,
body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-row,
body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row {
  height: 48px;
}
body[dense] td-layout-card-over .td-layout-card-over-wrapper,
td-layout-card-over[dense] .td-layout-card-over-wrapper {
  margin: -48px;
  margin-left: 0;
  margin-right: 0;
}
.mat-drawer-side.td-layout-sidenav {
  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);
}
.td-layout-footer {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
  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);
}
.td-layout-footer.mat-primary {
  background: #388e3c;
}
.td-layout-footer.mat-primary,
.td-layout-footer.mat-primary mat-icon {
  color: white;
}
.td-layout-footer.mat-accent {
  background: #ef6c00;
}
.td-layout-footer.mat-accent,
.td-layout-footer.mat-accent mat-icon {
  color: white;
}
.td-layout-footer.mat-warn {
  background: #e53935;
}
.td-layout-footer.mat-warn,
.td-layout-footer.mat-warn mat-icon {
  color: white;
}
.td-steps .td-step-content,
.td-steps .td-step-summary,
.td-steps .td-step-actions {
  margin: 16px;
}
.td-steps .td-horizontal-line {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.td-steps .td-vertical-line {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.td-steps .td-step-link:focus:not(.mat-disabled) .td-step-header, .td-steps .td-step-link:hover:not(.mat-disabled) .td-step-header {
  background: rgba(0, 0, 0, 0.04);
}
.td-steps .td-step-header.mat-disabled {
  cursor: default;
}
.td-steps .td-step-header:focus:not(.mat-disabled), .td-steps .td-step-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.td-steps .td-step-header .td-step-label-wrapper .td-step-label {
  color: rgba(0, 0, 0, 0.87);
}
.td-steps .td-step-header .td-step-label-wrapper .td-step-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
.td-steps .td-step-header .td-step-label-wrapper.mat-inactive, .td-steps .td-step-header .td-step-label-wrapper.mat-inactive * {
  color: rgba(0, 0, 0, 0.38);
}
.td-steps .td-step-header .td-step-label-wrapper.mat-warn, .td-steps .td-step-header .td-step-label-wrapper.mat-warn * {
  color: #e53935;
}
.td-steps .td-step-header .mat-complete {
  color: #ef6c00;
}
.td-steps .td-circle {
  color: white;
}
.td-steps .td-circle.mat-active {
  background-color: #ef6c00;
}
.td-steps .td-circle.mat-inactive {
  background-color: rgba(0, 0, 0, 0.38);
}
.td-steps .td-circle mat-icon {
  fill: rgba(0, 0, 0, 0.87);
}
.td-steps .td-triangle {
  color: #e53935;
}
.td-steps .td-edit-icon {
  color: rgba(0, 0, 0, 0.54);
}
.td-steps .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.td-steps .td-step-header-pagination-disabled .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.td-expansion-panel-group .td-expansion-panel {
  transition: 120ms ease-in;
}
.td-expansion-panel-group .td-expansion-panel:not(:last-of-type).td-expanded {
  margin-bottom: 16px;
}
.td-expansion-panel-group .td-expansion-panel:not(:first-of-type).td-expanded {
  margin-top: 16px;
}
.td-expansion-panel {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.td-expansion-panel .td-expansion-panel-header:focus:not(.mat-disabled), .td-expansion-panel .td-expansion-panel-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled, .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled * {
  color: rgba(0, 0, 0, 0.38);
}
.td-expansion-panel mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.td-expansion-panel .td-expansion-label, .td-expansion-panel .td-expansion-label *,
.td-expansion-panel .td-expansion-sublabel,
.td-expansion-panel .td-expansion-sublabel * {
  vertical-align: middle;
}
.td-expansion-panel .td-expansion-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
td-chips .mat-basic-chip {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled) mat-icon:hover {
  color: rgba(0, 0, 0, 0.54);
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary {
  background: #388e3c;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary,
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary mat-icon {
  color: white;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent {
  background: #ef6c00;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent,
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent mat-icon {
  color: white;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn {
  background: #e53935;
}
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn,
td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn mat-icon {
  color: white;
}
td-chips .mat-basic-chip mat-icon.td-chip-removal {
  color: rgba(0, 0, 0, 0.38);
}
td-chips .mat-basic-chip mat-icon.td-chip-removal:hover {
  color: rgba(0, 0, 0, 0.54);
}
td-chips .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
td-chips.mat-primary .mat-form-field-underline .mat-form-field-ripple {
  background-color: #388e3c;
}
td-chips.mat-accent .mat-form-field-underline .mat-form-field-ripple {
  background-color: #ef6c00;
}
td-chips.mat-warn .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
td-chips.ng-invalid .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
td-chips.ng-invalid .mat-form-field-label-wrapper > label.mat-form-field-label.mat-form-field-empty {
  color: #e53935;
}
td-file-upload .td-file-upload-cancel mat-icon {
  background-color: #fafafa;
}
td-file-input {
  /**
  * Class that is added ondragenter by the [TdFileDrop] directive.
  */
}
td-file-input .drop-zone {
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  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-toolbar.td-window-dialog-toolbar {
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: none;
}
.td-dialog-message {
  color: rgba(0, 0, 0, 0.54);
}
.td-json-formatter-wrapper .function::after,
.td-json-formatter-wrapper .date::after,
.td-json-formatter-wrapper .td-object-name::after,
.td-json-formatter-wrapper .td-array-length::after {
  content: "‎";
}
.td-json-formatter-wrapper .td-key.td-key-node:focus, .td-json-formatter-wrapper .td-key.td-key-node:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.td-json-formatter-wrapper .td-key.td-key-node .td-node-icon {
  color: rgba(0, 0, 0, 0.54);
}
.td-json-formatter-wrapper .key {
  color: #388e3c;
}
.td-json-formatter-wrapper .value .string {
  color: #e53935;
}
.td-json-formatter-wrapper .value .number {
  color: #ef6c00;
}
.td-json-formatter-wrapper .value .boolean {
  color: #ef6c00;
}
.td-json-formatter-wrapper .value .null,
.td-json-formatter-wrapper .value .undefined {
  color: rgba(0, 0, 0, 0.38);
}
.td-json-formatter-wrapper .value .function {
  color: #388e3c;
}
.td-json-formatter-wrapper .value .date {
  color: rgba(0, 0, 0, 0.87);
}
td-paging-bar, td-paging-bar mat-select .mat-select-value {
  color: rgba(0, 0, 0, 0.54);
}
.td-loading-wrapper.td-overlay .td-loading {
  background: rgba(255, 255, 255, 0.8);
}
td-data-table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.td-data-table-scrollable {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.td-data-table-column-resizer .td-data-table-column-separator {
  border-right: 2px solid rgba(0, 0, 0, 0.12);
  opacity: 0.3;
}
.td-data-table-column-resizer:hover .td-data-table-column-separator, .td-data-table-column-resizer.td-resizing .td-data-table-column-separator {
  opacity: 1;
}
table[td-data-table] .td-data-table-column-row,
table[td-data-table] .td-data-table-row {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
table[td-data-table] .mat-checkbox-cell,
table[td-data-table] .mat-checkbox-column {
  color: rgba(0, 0, 0, 0.54);
}
table[td-data-table] .mat-checkbox-cell mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
table[td-data-table] .mat-checkbox-column mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: #ef6c00;
}
table[td-data-table] .td-data-table-cell mat-form-field .mat-form-field-underline {
  display: none;
}
table[td-data-table] .td-data-table-column {
  color: rgba(0, 0, 0, 0.54);
}
table[td-data-table] .td-data-table-column * {
  vertical-align: middle;
}
table[td-data-table] .td-data-table-column mat-icon.td-data-table-sort-icon {
  color: rgba(0, 0, 0, 0.38);
}
table[td-data-table] .td-data-table-column.mat-active, table[td-data-table] .td-data-table-column.mat-active mat-icon {
  color: black;
}
table[td-data-table].mat-selectable tbody > tr.td-data-table-row.td-selected {
  background-color: whitesmoke;
}
table[td-data-table].mat-selectable tbody > tr.td-data-table-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
table[td-data-table].mat-clickable tbody > tr.td-data-table-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-selected-title {
  background-color: rgba(239, 108, 0, 0.12);
  color: #ef6c00;
}
.td-data-table-sort-badge {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.54);
}
.td-notification-count {
  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);
}
.td-notification-count.mat-warn {
  background-color: #e53935;
  color: white;
}
.td-notification-count.mat-primary {
  background-color: #388e3c;
  color: white;
}
.td-notification-count.mat-accent {
  background-color: #ef6c00;
  color: white;
}
.td-message.mat-primary {
  color: #388e3c;
  background-color: rgba(56, 142, 60, 0.15);
}
.td-message.mat-accent {
  color: #ef6c00;
  background-color: rgba(239, 108, 0, 0.15);
}
.td-message.mat-warn {
  color: #e53935;
  background-color: rgba(229, 57, 53, 0.15);
}
.td-side-sheet-container {
  background-color: white;
}
td-markdown a {
  color: #ef6c00;
}
td-markdown h1,
td-markdown h2 {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
td-markdown h3,
td-markdown h4,
td-markdown h5,
td-markdown h6 {
  color: rgba(0, 0, 0, 0.54);
}
td-markdown hr {
  border-color: rgba(0, 0, 0, 0.12);
}
td-markdown blockquote {
  color: rgba(0, 0, 0, 0.54);
  border-left-color: rgba(0, 0, 0, 0.12);
}
td-markdown table th,
td-markdown table td {
  border-color: rgba(0, 0, 0, 0.12);
}
td-markdown table tr {
  border-top-color: rgba(0, 0, 0, 0.12);
}
td-markdown table tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.12);
}
td-markdown img {
  background-color: white;
}
td-markdown code {
  background-color: rgba(0, 0, 0, 0.04);
}
td-markdown .highlight pre,
td-markdown pre {
  background-color: whitesmoke;
}
td-markdown kbd {
  color: rgba(0, 0, 0, 0.54);
  background-color: whitesmoke;
  border-color: rgba(0, 0, 0, 0.12);
  border-bottom-color: rgba(0, 0, 0, 0.38);
}
td-highlight {
  background: #1e1e21;
}
td-highlight .highlight {
  color: white;
}
td-highlight .copy-button {
  color: white;
}
td-highlight .hljs-comment,
td-highlight .hljs-quote {
  color: #608b4e;
}
td-highlight .hljs-tag,
td-highlight .hljs-name,
td-highlight .hljs-selector-tag,
td-highlight .hljs-literal {
  color: #569cd6;
}
td-highlight .hljs-keyword {
  color: #c288bf;
}
td-highlight .hljs-attr,
td-highlight .hljs-attribute {
  color: #9cdcfe;
}
td-highlight .hljs-string,
td-highlight .hljs-selector-attr,
td-highlight .hljs-regexp,
td-highlight .hljs-link {
  color: #ce9178;
}
td-highlight .hljs-selector-id,
td-highlight .hljs-selector-class,
td-highlight .hljs-selector-pseudo {
  color: #d7ba7d;
}
td-highlight .hljs-meta {
  color: #dcdcaa;
}
td-highlight .hljs-built_in,
td-highlight .hljs-builtin-name,
td-highlight .hljs-type,
td-highlight .hljs-section,
td-highlight .hljs-class .hljs-title,
td-highlight .hljs-symbol,
td-highlight .hljs-bullet {
  color: #4ec9b0;
}
td-highlight .hljs-number {
  color: #b5cea8;
}
td-highlight .hljs-variable,
td-highlight .hljs-template-variable {
  color: #9fddfc;
}
td-highlight .hljs-deletion {
  color: #ffc8bd;
}
td-highlight .hljs-addition {
  background-color: #baeeba;
}
td-highlight .hljs-emphasis {
  font-style: italic;
}
td-highlight .hljs-doctag,
td-highlight .hljs-strong {
  font-weight: bold;
}
td-highlight .hljs-formula {
  background-color: #eeeeee;
  font-style: italic;
}
mat-nav-list [mat-list-item].active mat-icon[mat-list-avatar] {
  background-color: #ef6c00;
  color: white;
}
mat-nav-list [mat-list-item].active mat-icon[mat-list-icon] {
  color: #ef6c00;
}
.white-orange .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.white-orange .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-option:hover:not(.mat-option-disabled), .white-orange .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #fafafa;
}
.white-orange .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ef6c00;
}
.white-orange .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e53935;
}
.white-orange .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-pseudo-checkbox::after {
  color: #fafafa;
}
.white-orange .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.white-orange .mat-primary .mat-pseudo-checkbox-checked,
.white-orange .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #fafafa;
}
.white-orange .mat-pseudo-checkbox-checked,
.white-orange .mat-pseudo-checkbox-indeterminate,
.white-orange .mat-accent .mat-pseudo-checkbox-checked,
.white-orange .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ef6c00;
}
.white-orange .mat-warn .mat-pseudo-checkbox-checked,
.white-orange .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e53935;
}
.white-orange .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.white-orange .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.white-orange .mat-app-background, .white-orange.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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);
}
.white-orange .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;
}
.white-orange .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.white-orange .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-badge-content {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
}
.cdk-high-contrast-active .white-orange .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.white-orange .mat-badge-accent .mat-badge-content {
  background: #ef6c00;
  color: white;
}
.white-orange .mat-badge-warn .mat-badge-content {
  color: white;
  background: #e53935;
}
.white-orange .mat-badge {
  position: relative;
}
.white-orange .mat-badge-hidden .mat-badge-content {
  display: none;
}
.white-orange .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.white-orange .ng-animate-disabled .mat-badge-content,
.white-orange .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.white-orange .mat-badge-content.mat-badge-active {
  transform: none;
}
.white-orange .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.white-orange .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.white-orange .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.white-orange .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .white-orange .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.white-orange .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .white-orange .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.white-orange .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .white-orange .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.white-orange .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .white-orange .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.white-orange .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.white-orange .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.white-orange .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.white-orange .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .white-orange .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.white-orange .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .white-orange .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.white-orange .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .white-orange .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.white-orange .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .white-orange .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.white-orange .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.white-orange .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.white-orange .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.white-orange .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .white-orange .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.white-orange .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .white-orange .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.white-orange .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .white-orange .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.white-orange .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .white-orange .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.white-orange .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-button, .white-orange .mat-icon-button, .white-orange .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.white-orange .mat-button.mat-primary, .white-orange .mat-icon-button.mat-primary, .white-orange .mat-stroked-button.mat-primary {
  color: #fafafa;
}
.white-orange .mat-button.mat-accent, .white-orange .mat-icon-button.mat-accent, .white-orange .mat-stroked-button.mat-accent {
  color: #ef6c00;
}
.white-orange .mat-button.mat-warn, .white-orange .mat-icon-button.mat-warn, .white-orange .mat-stroked-button.mat-warn {
  color: #e53935;
}
.white-orange .mat-button.mat-primary.mat-button-disabled, .white-orange .mat-button.mat-accent.mat-button-disabled, .white-orange .mat-button.mat-warn.mat-button-disabled, .white-orange .mat-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-icon-button.mat-primary.mat-button-disabled, .white-orange .mat-icon-button.mat-accent.mat-button-disabled, .white-orange .mat-icon-button.mat-warn.mat-button-disabled, .white-orange .mat-icon-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-stroked-button.mat-primary.mat-button-disabled, .white-orange .mat-stroked-button.mat-accent.mat-button-disabled, .white-orange .mat-stroked-button.mat-warn.mat-button-disabled, .white-orange .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-button.mat-primary .mat-button-focus-overlay, .white-orange .mat-icon-button.mat-primary .mat-button-focus-overlay, .white-orange .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #fafafa;
}
.white-orange .mat-button.mat-accent .mat-button-focus-overlay, .white-orange .mat-icon-button.mat-accent .mat-button-focus-overlay, .white-orange .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ef6c00;
}
.white-orange .mat-button.mat-warn .mat-button-focus-overlay, .white-orange .mat-icon-button.mat-warn .mat-button-focus-overlay, .white-orange .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e53935;
}
.white-orange .mat-button.mat-button-disabled .mat-button-focus-overlay, .white-orange .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .white-orange .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.white-orange .mat-button .mat-ripple-element, .white-orange .mat-icon-button .mat-ripple-element, .white-orange .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.white-orange .mat-button-focus-overlay {
  background: black;
}
.white-orange .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-flat-button, .white-orange .mat-raised-button, .white-orange .mat-fab, .white-orange .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.white-orange .mat-flat-button.mat-primary, .white-orange .mat-raised-button.mat-primary, .white-orange .mat-fab.mat-primary, .white-orange .mat-mini-fab.mat-primary {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-flat-button.mat-accent, .white-orange .mat-raised-button.mat-accent, .white-orange .mat-fab.mat-accent, .white-orange .mat-mini-fab.mat-accent {
  color: white;
}
.white-orange .mat-flat-button.mat-warn, .white-orange .mat-raised-button.mat-warn, .white-orange .mat-fab.mat-warn, .white-orange .mat-mini-fab.mat-warn {
  color: white;
}
.white-orange .mat-flat-button.mat-primary.mat-button-disabled, .white-orange .mat-flat-button.mat-accent.mat-button-disabled, .white-orange .mat-flat-button.mat-warn.mat-button-disabled, .white-orange .mat-flat-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-raised-button.mat-primary.mat-button-disabled, .white-orange .mat-raised-button.mat-accent.mat-button-disabled, .white-orange .mat-raised-button.mat-warn.mat-button-disabled, .white-orange .mat-raised-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-fab.mat-primary.mat-button-disabled, .white-orange .mat-fab.mat-accent.mat-button-disabled, .white-orange .mat-fab.mat-warn.mat-button-disabled, .white-orange .mat-fab.mat-button-disabled.mat-button-disabled, .white-orange .mat-mini-fab.mat-primary.mat-button-disabled, .white-orange .mat-mini-fab.mat-accent.mat-button-disabled, .white-orange .mat-mini-fab.mat-warn.mat-button-disabled, .white-orange .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-flat-button.mat-primary, .white-orange .mat-raised-button.mat-primary, .white-orange .mat-fab.mat-primary, .white-orange .mat-mini-fab.mat-primary {
  background-color: #fafafa;
}
.white-orange .mat-flat-button.mat-accent, .white-orange .mat-raised-button.mat-accent, .white-orange .mat-fab.mat-accent, .white-orange .mat-mini-fab.mat-accent {
  background-color: #ef6c00;
}
.white-orange .mat-flat-button.mat-warn, .white-orange .mat-raised-button.mat-warn, .white-orange .mat-fab.mat-warn, .white-orange .mat-mini-fab.mat-warn {
  background-color: #e53935;
}
.white-orange .mat-flat-button.mat-primary.mat-button-disabled, .white-orange .mat-flat-button.mat-accent.mat-button-disabled, .white-orange .mat-flat-button.mat-warn.mat-button-disabled, .white-orange .mat-flat-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-raised-button.mat-primary.mat-button-disabled, .white-orange .mat-raised-button.mat-accent.mat-button-disabled, .white-orange .mat-raised-button.mat-warn.mat-button-disabled, .white-orange .mat-raised-button.mat-button-disabled.mat-button-disabled, .white-orange .mat-fab.mat-primary.mat-button-disabled, .white-orange .mat-fab.mat-accent.mat-button-disabled, .white-orange .mat-fab.mat-warn.mat-button-disabled, .white-orange .mat-fab.mat-button-disabled.mat-button-disabled, .white-orange .mat-mini-fab.mat-primary.mat-button-disabled, .white-orange .mat-mini-fab.mat-accent.mat-button-disabled, .white-orange .mat-mini-fab.mat-warn.mat-button-disabled, .white-orange .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-flat-button.mat-primary .mat-ripple-element, .white-orange .mat-raised-button.mat-primary .mat-ripple-element, .white-orange .mat-fab.mat-primary .mat-ripple-element, .white-orange .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.white-orange .mat-flat-button.mat-accent .mat-ripple-element, .white-orange .mat-raised-button.mat-accent .mat-ripple-element, .white-orange .mat-fab.mat-accent .mat-ripple-element, .white-orange .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.white-orange .mat-flat-button.mat-warn .mat-ripple-element, .white-orange .mat-raised-button.mat-warn .mat-ripple-element, .white-orange .mat-fab.mat-warn .mat-ripple-element, .white-orange .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.white-orange .mat-stroked-button:not([class*=mat-elevation-z]), .white-orange .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-fab:not([class*=mat-elevation-z]), .white-orange .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .white-orange .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .white-orange .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-button-toggle-standalone,
.white-orange .mat-button-toggle-group {
  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);
}
.white-orange .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.white-orange .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.white-orange .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.white-orange .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.white-orange .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.white-orange .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.white-orange .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.white-orange .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.white-orange .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-checkbox-checkmark {
  fill: #fafafa;
}
.white-orange .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.white-orange .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.white-orange .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .white-orange .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #fafafa;
}
.white-orange .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .white-orange .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ef6c00;
}
.white-orange .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .white-orange .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #e53935;
}
.white-orange .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .white-orange .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.white-orange .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.white-orange .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-checkbox .mat-ripple-element {
  background-color: black;
}
.white-orange .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.white-orange .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #fafafa;
}
.white-orange .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.white-orange .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ef6c00;
}
.white-orange .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.white-orange .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e53935;
}
.white-orange .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.white-orange .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.white-orange .mat-chip.mat-standard-chip::after {
  background: black;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e53935;
  color: white;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ef6c00;
  color: white;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.white-orange .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.white-orange .mat-table {
  background: white;
}
.white-orange .mat-table thead, .white-orange .mat-table tbody, .white-orange .mat-table tfoot,
.white-orange mat-header-row, .white-orange mat-row, .white-orange mat-footer-row,
.white-orange [mat-header-row], .white-orange [mat-row], .white-orange [mat-footer-row],
.white-orange .mat-table-sticky {
  background: inherit;
}
.white-orange mat-row, .white-orange mat-header-row, .white-orange mat-footer-row,
.white-orange th.mat-header-cell, .white-orange td.mat-cell, .white-orange td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-cell, .white-orange .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-datepicker-toggle,
.white-orange .mat-datepicker-content .mat-calendar-next-button,
.white-orange .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-calendar-body-cell-content,
.white-orange .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.white-orange .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.white-orange .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.white-orange .mat-calendar-body-in-range::before {
  background: rgba(250, 250, 250, 0.2);
}
.white-orange .mat-calendar-body-comparison-identical,
.white-orange .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.white-orange .mat-calendar-body-comparison-bridge-start::before,
.white-orange [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(250, 250, 250, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-calendar-body-comparison-bridge-end::before,
.white-orange [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(250, 250, 250, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.white-orange .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.white-orange .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.white-orange .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.white-orange .mat-calendar-body-selected {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(250, 250, 250, 0.4);
}
.white-orange .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.white-orange .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(250, 250, 250, 0.3);
}
.white-orange .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(239, 108, 0, 0.2);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.white-orange .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(239, 108, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.white-orange .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(239, 108, 0, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ef6c00;
  color: white;
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(239, 108, 0, 0.4);
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.white-orange .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(239, 108, 0, 0.3);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(229, 57, 53, 0.2);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.white-orange .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.white-orange .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e53935;
  color: white;
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(229, 57, 53, 0.4);
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.white-orange .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.white-orange .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(229, 57, 53, 0.3);
}
.white-orange .mat-datepicker-content-touch {
  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);
}
.white-orange .mat-datepicker-toggle-active {
  color: #fafafa;
}
.white-orange .mat-datepicker-toggle-active.mat-accent {
  color: #ef6c00;
}
.white-orange .mat-datepicker-toggle-active.mat-warn {
  color: #e53935;
}
.white-orange .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .white-orange .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .white-orange .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .white-orange .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.white-orange .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-expansion-panel-header-description,
.white-orange .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.white-orange .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.white-orange .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.white-orange .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.white-orange .mat-form-field.mat-focused .mat-form-field-label {
  color: #fafafa;
}
.white-orange .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ef6c00;
}
.white-orange .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e53935;
}
.white-orange .mat-focused .mat-form-field-required-marker {
  color: #ef6c00;
}
.white-orange .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #fafafa;
}
.white-orange .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ef6c00;
}
.white-orange .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e53935;
}
.white-orange .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #fafafa;
}
.white-orange .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ef6c00;
}
.white-orange .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #e53935;
}
.white-orange .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #e53935;
}
.white-orange .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.white-orange .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #e53935;
}
.white-orange .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.white-orange .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e53935;
}
.white-orange .mat-error {
  color: #e53935;
}
.white-orange .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.white-orange .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.white-orange .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.white-orange .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.white-orange .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #fafafa;
}
.white-orange .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ef6c00;
}
.white-orange .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #e53935;
}
.white-orange .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #e53935;
}
.white-orange .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.white-orange .mat-icon.mat-primary {
  color: #fafafa;
}
.white-orange .mat-icon.mat-accent {
  color: #ef6c00;
}
.white-orange .mat-icon.mat-warn {
  color: #e53935;
}
.white-orange .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-input-element:disabled,
.white-orange .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-input-element {
  caret-color: #fafafa;
}
.white-orange .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-form-field.mat-accent .mat-input-element {
  caret-color: #ef6c00;
}
.white-orange .mat-form-field.mat-warn .mat-input-element,
.white-orange .mat-form-field-invalid .mat-input-element {
  caret-color: #e53935;
}
.white-orange .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e53935;
}
.white-orange .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-list-item-disabled {
  background-color: #eeeeee;
}
.white-orange .mat-list-option:hover, .white-orange .mat-list-option:focus,
.white-orange .mat-nav-list .mat-list-item:hover,
.white-orange .mat-nav-list .mat-list-item:focus,
.white-orange .mat-action-list .mat-list-item:hover,
.white-orange .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-list-single-selected-option, .white-orange .mat-list-single-selected-option:hover, .white-orange .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-menu-panel {
  background: white;
}
.white-orange .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-menu-item[disabled], .white-orange .mat-menu-item[disabled]::after,
.white-orange .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-menu-item .mat-icon-no-color,
.white-orange .mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-menu-item:hover:not([disabled]),
.white-orange .mat-menu-item.cdk-program-focused:not([disabled]),
.white-orange .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.white-orange .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-paginator {
  background: white;
}
.white-orange .mat-paginator,
.white-orange .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-paginator-decrement,
.white-orange .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.white-orange .mat-paginator-first,
.white-orange .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.white-orange .mat-icon-button[disabled] .mat-paginator-decrement,
.white-orange .mat-icon-button[disabled] .mat-paginator-increment,
.white-orange .mat-icon-button[disabled] .mat-paginator-first,
.white-orange .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-progress-bar-background {
  fill: whitesmoke;
}
.white-orange .mat-progress-bar-buffer {
  background-color: whitesmoke;
}
.white-orange .mat-progress-bar-fill::after {
  background-color: #fafafa;
}
.white-orange .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ffe0b2;
}
.white-orange .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ffe0b2;
}
.white-orange .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ef6c00;
}
.white-orange .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.white-orange .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.white-orange .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #e53935;
}
.white-orange .mat-progress-spinner circle, .white-orange .mat-spinner circle {
  stroke: #fafafa;
}
.white-orange .mat-progress-spinner.mat-accent circle, .white-orange .mat-spinner.mat-accent circle {
  stroke: #ef6c00;
}
.white-orange .mat-progress-spinner.mat-warn circle, .white-orange .mat-spinner.mat-warn circle {
  stroke: #e53935;
}
.white-orange .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #fafafa;
}
.white-orange .mat-radio-button.mat-primary .mat-radio-inner-circle,
.white-orange .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .white-orange .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .white-orange .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #fafafa;
}
.white-orange .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ef6c00;
}
.white-orange .mat-radio-button.mat-accent .mat-radio-inner-circle,
.white-orange .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .white-orange .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .white-orange .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ef6c00;
}
.white-orange .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e53935;
}
.white-orange .mat-radio-button.mat-warn .mat-radio-inner-circle,
.white-orange .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .white-orange .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .white-orange .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e53935;
}
.white-orange .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.white-orange .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.white-orange .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-radio-button .mat-ripple-element {
  background-color: black;
}
.white-orange .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.white-orange .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-select-panel {
  background: white;
}
.white-orange .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #fafafa;
}
.white-orange .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ef6c00;
}
.white-orange .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e53935;
}
.white-orange .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e53935;
}
.white-orange .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-drawer.mat-drawer-push {
  background-color: white;
}
.white-orange .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.white-orange [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.white-orange [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.white-orange .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ef6c00;
}
.white-orange .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(239, 108, 0, 0.54);
}
.white-orange .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ef6c00;
}
.white-orange .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #fafafa;
}
.white-orange .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(250, 250, 250, 0.54);
}
.white-orange .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #fafafa;
}
.white-orange .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e53935;
}
.white-orange .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(229, 57, 53, 0.54);
}
.white-orange .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e53935;
}
.white-orange .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.white-orange .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.white-orange .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-primary .mat-slider-track-fill,
.white-orange .mat-primary .mat-slider-thumb,
.white-orange .mat-primary .mat-slider-thumb-label {
  background-color: #fafafa;
}
.white-orange .mat-primary .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-primary .mat-slider-focus-ring {
  background-color: rgba(250, 250, 250, 0.2);
}
.white-orange .mat-accent .mat-slider-track-fill,
.white-orange .mat-accent .mat-slider-thumb,
.white-orange .mat-accent .mat-slider-thumb-label {
  background-color: #ef6c00;
}
.white-orange .mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.white-orange .mat-accent .mat-slider-focus-ring {
  background-color: rgba(239, 108, 0, 0.2);
}
.white-orange .mat-warn .mat-slider-track-fill,
.white-orange .mat-warn .mat-slider-thumb,
.white-orange .mat-warn .mat-slider-thumb-label {
  background-color: #e53935;
}
.white-orange .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.white-orange .mat-warn .mat-slider-focus-ring {
  background-color: rgba(229, 57, 53, 0.2);
}
.white-orange .mat-slider:hover .mat-slider-track-background,
.white-orange .cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-slider-disabled .mat-slider-track-background,
.white-orange .mat-slider-disabled .mat-slider-track-fill,
.white-orange .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.white-orange .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.white-orange .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.white-orange .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .white-orange .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .white-orange .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.white-orange .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.white-orange .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.white-orange .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.white-orange .mat-step-header.cdk-keyboard-focused, .white-orange .mat-step-header.cdk-program-focused, .white-orange .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .white-orange .mat-step-header:hover {
    background: none;
  }
}
.white-orange .mat-step-header .mat-step-label,
.white-orange .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-step-header .mat-step-icon-selected,
.white-orange .mat-step-header .mat-step-icon-state-done,
.white-orange .mat-step-header .mat-step-icon-state-edit {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.white-orange .mat-step-header.mat-accent .mat-step-icon-selected,
.white-orange .mat-step-header.mat-accent .mat-step-icon-state-done,
.white-orange .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ef6c00;
  color: white;
}
.white-orange .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.white-orange .mat-step-header.mat-warn .mat-step-icon-selected,
.white-orange .mat-step-header.mat-warn .mat-step-icon-state-done,
.white-orange .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #e53935;
  color: white;
}
.white-orange .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #e53935;
}
.white-orange .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-step-header .mat-step-label.mat-step-label-error {
  color: #e53935;
}
.white-orange .mat-stepper-horizontal, .white-orange .mat-stepper-vertical {
  background-color: white;
}
.white-orange .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-horizontal-stepper-header::before,
.white-orange .mat-horizontal-stepper-header::after,
.white-orange .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-sort-header-arrow {
  color: #757575;
}
.white-orange .mat-tab-nav-bar,
.white-orange .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.white-orange .mat-tab-group-inverted-header .mat-tab-nav-bar,
.white-orange .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.white-orange .mat-tab-label, .white-orange .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .mat-tab-group[class*=mat-background-] .mat-tab-header,
.white-orange .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.white-orange .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(245, 245, 245, 0.3);
}
.white-orange .mat-tab-group.mat-primary .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #fafafa;
}
.white-orange .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 224, 178, 0.3);
}
.white-orange .mat-tab-group.mat-accent .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ef6c00;
}
.white-orange .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.white-orange .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.white-orange .mat-tab-group.mat-warn .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e53935;
}
.white-orange .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .white-orange .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.white-orange .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(245, 245, 245, 0.3);
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header, .white-orange .mat-tab-group.mat-background-primary > .mat-tab-link-container, .white-orange .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #fafafa;
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.4);
}
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.12);
}
.white-orange .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 224, 178, 0.3);
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header, .white-orange .mat-tab-group.mat-background-accent > .mat-tab-link-container, .white-orange .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ef6c00;
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.white-orange .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .white-orange .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.white-orange .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header, .white-orange .mat-tab-group.mat-background-warn > .mat-tab-link-container, .white-orange .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #e53935;
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.white-orange .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.white-orange .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-toolbar.mat-primary {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-toolbar.mat-accent {
  background: #ef6c00;
  color: white;
}
.white-orange .mat-toolbar.mat-warn {
  background: #e53935;
  color: white;
}
.white-orange .mat-toolbar .mat-form-field-underline,
.white-orange .mat-toolbar .mat-form-field-ripple,
.white-orange .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.white-orange .mat-toolbar .mat-form-field-label,
.white-orange .mat-toolbar .mat-focused .mat-form-field-label,
.white-orange .mat-toolbar .mat-select-value,
.white-orange .mat-toolbar .mat-select-arrow,
.white-orange .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.white-orange .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.white-orange .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.white-orange .mat-tree {
  background: white;
}
.white-orange .mat-tree-node,
.white-orange .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.white-orange .mat-simple-snackbar-action {
  color: #ef6c00;
}
.white-orange body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
.white-orange .td-chip-content {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.white-orange .td-data-table-cell {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.white-orange .td-data-table-column {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.white-orange .td-data-table-sort-badge {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.white-orange .td-dialog-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.white-orange .td-dialog-message {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.white-orange .td-expansion-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.white-orange .td-expansion-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.white-orange .td-key {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.white-orange .td-message-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.white-orange .td-message-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.white-orange .td-paging-bar {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.white-orange .td-step-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.white-orange .td-step-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.white-orange td-navigation-drawer .td-navigation-drawer-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.white-orange td-navigation-drawer .td-navigation-drawer-name {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.white-orange td-navigation-drawer .td-navigation-drawer-menu-toggle {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.white-orange td-breadcrumb:last-of-type {
  font-weight: bold;
  cursor: default;
}
.white-orange mat-list-item mat-icon,
.white-orange .mat-list-item-content mat-icon {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange mat-list-item mat-icon[matListAvatar],
.white-orange .mat-list-item-content mat-icon[matListAvatar] {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-list-text p {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange table.mat-table {
  background: transparent;
}
.white-orange .mat-row:hover, .white-orange .mat-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-drawer-container {
  background-color: #e0e0e0;
}
.white-orange [mat-icon-button].td-layout-menu-button {
  margin-left: 0;
}
::ng-deep [dir=rtl] .white-orange [mat-icon-button].td-layout-menu-button {
  margin-right: 0;
  margin-left: 6px;
}
.white-orange td-layout-nav mat-toolbar,
.white-orange td-layout-nav-list mat-toolbar,
.white-orange td-layout-manage-list mat-toolbar,
.white-orange td-layout-card-over mat-toolbar,
.white-orange td-navigation-drawer mat-toolbar,
.white-orange td-layout mat-toolbar {
  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);
  z-index: 1;
}
.white-orange body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-row, .white-orange body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.white-orange body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.white-orange body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.white-orange body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.white-orange body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.white-orange td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.white-orange td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.white-orange td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.white-orange td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.white-orange td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.white-orange td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row {
  height: 48px;
}
.white-orange body[dense] td-layout-card-over .td-layout-card-over-wrapper,
.white-orange td-layout-card-over[dense] .td-layout-card-over-wrapper {
  margin: -48px;
  margin-left: 0;
  margin-right: 0;
}
.white-orange .mat-drawer-side.td-layout-sidenav {
  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);
}
.white-orange .td-layout-footer {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
  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);
}
.white-orange .td-layout-footer.mat-primary {
  background: #fafafa;
}
.white-orange .td-layout-footer.mat-primary,
.white-orange .td-layout-footer.mat-primary mat-icon {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .td-layout-footer.mat-accent {
  background: #ef6c00;
}
.white-orange .td-layout-footer.mat-accent,
.white-orange .td-layout-footer.mat-accent mat-icon {
  color: white;
}
.white-orange .td-layout-footer.mat-warn {
  background: #e53935;
}
.white-orange .td-layout-footer.mat-warn,
.white-orange .td-layout-footer.mat-warn mat-icon {
  color: white;
}
.white-orange .td-steps .td-step-content,
.white-orange .td-steps .td-step-summary,
.white-orange .td-steps .td-step-actions {
  margin: 16px;
}
.white-orange .td-steps .td-horizontal-line {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.white-orange .td-steps .td-vertical-line {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.white-orange .td-steps .td-step-link:focus:not(.mat-disabled) .td-step-header, .white-orange .td-steps .td-step-link:hover:not(.mat-disabled) .td-step-header {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .td-steps .td-step-header.mat-disabled {
  cursor: default;
}
.white-orange .td-steps .td-step-header:focus:not(.mat-disabled), .white-orange .td-steps .td-step-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .td-steps .td-step-header .td-step-label-wrapper .td-step-label {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .td-steps .td-step-header .td-step-label-wrapper .td-step-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-steps .td-step-header .td-step-label-wrapper.mat-inactive, .white-orange .td-steps .td-step-header .td-step-label-wrapper.mat-inactive * {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .td-steps .td-step-header .td-step-label-wrapper.mat-warn, .white-orange .td-steps .td-step-header .td-step-label-wrapper.mat-warn * {
  color: #e53935;
}
.white-orange .td-steps .td-step-header .mat-complete {
  color: #ef6c00;
}
.white-orange .td-steps .td-circle {
  color: white;
}
.white-orange .td-steps .td-circle.mat-active {
  background-color: #ef6c00;
}
.white-orange .td-steps .td-circle.mat-inactive {
  background-color: rgba(0, 0, 0, 0.38);
}
.white-orange .td-steps .td-circle mat-icon {
  fill: rgba(0, 0, 0, 0.87);
}
.white-orange .td-steps .td-triangle {
  color: #e53935;
}
.white-orange .td-steps .td-edit-icon {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-steps .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.white-orange .td-steps .td-step-header-pagination-disabled .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.white-orange .td-expansion-panel-group .td-expansion-panel {
  transition: 120ms ease-in;
}
.white-orange .td-expansion-panel-group .td-expansion-panel:not(:last-of-type).td-expanded {
  margin-bottom: 16px;
}
.white-orange .td-expansion-panel-group .td-expansion-panel:not(:first-of-type).td-expanded {
  margin-top: 16px;
}
.white-orange .td-expansion-panel {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.white-orange .td-expansion-panel .td-expansion-panel-header:focus:not(.mat-disabled), .white-orange .td-expansion-panel .td-expansion-panel-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.white-orange .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled, .white-orange .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled * {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .td-expansion-panel mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-expansion-panel .td-expansion-label, .white-orange .td-expansion-panel .td-expansion-label *,
.white-orange .td-expansion-panel .td-expansion-sublabel,
.white-orange .td-expansion-panel .td-expansion-sublabel * {
  vertical-align: middle;
}
.white-orange .td-expansion-panel .td-expansion-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange td-chips .mat-basic-chip {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled) mat-icon:hover {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary {
  background: #fafafa;
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary,
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary mat-icon {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent {
  background: #ef6c00;
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent,
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent mat-icon {
  color: white;
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn {
  background: #e53935;
}
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn,
.white-orange td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn mat-icon {
  color: white;
}
.white-orange td-chips .mat-basic-chip mat-icon.td-chip-removal {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange td-chips .mat-basic-chip mat-icon.td-chip-removal:hover {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange td-chips .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.white-orange td-chips.mat-primary .mat-form-field-underline .mat-form-field-ripple {
  background-color: #fafafa;
}
.white-orange td-chips.mat-accent .mat-form-field-underline .mat-form-field-ripple {
  background-color: #ef6c00;
}
.white-orange td-chips.mat-warn .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
.white-orange td-chips.ng-invalid .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
.white-orange td-chips.ng-invalid .mat-form-field-label-wrapper > label.mat-form-field-label.mat-form-field-empty {
  color: #e53935;
}
.white-orange td-file-upload .td-file-upload-cancel mat-icon {
  background-color: #fafafa;
}
.white-orange td-file-input {
  /**
  * Class that is added ondragenter by the [TdFileDrop] directive.
  */
}
.white-orange td-file-input .drop-zone {
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  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);
}
.white-orange .mat-toolbar.td-window-dialog-toolbar {
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: none;
}
.white-orange .td-dialog-message {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-json-formatter-wrapper .function::after,
.white-orange .td-json-formatter-wrapper .date::after,
.white-orange .td-json-formatter-wrapper .td-object-name::after,
.white-orange .td-json-formatter-wrapper .td-array-length::after {
  content: "‎";
}
.white-orange .td-json-formatter-wrapper .td-key.td-key-node:focus, .white-orange .td-json-formatter-wrapper .td-key.td-key-node:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange .td-json-formatter-wrapper .td-key.td-key-node .td-node-icon {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-json-formatter-wrapper .key {
  color: #fafafa;
}
.white-orange .td-json-formatter-wrapper .value .string {
  color: #e53935;
}
.white-orange .td-json-formatter-wrapper .value .number {
  color: #ef6c00;
}
.white-orange .td-json-formatter-wrapper .value .boolean {
  color: #ef6c00;
}
.white-orange .td-json-formatter-wrapper .value .null,
.white-orange .td-json-formatter-wrapper .value .undefined {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange .td-json-formatter-wrapper .value .function {
  color: #fafafa;
}
.white-orange .td-json-formatter-wrapper .value .date {
  color: rgba(0, 0, 0, 0.87);
}
.white-orange td-paging-bar, .white-orange td-paging-bar mat-select .mat-select-value {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-loading-wrapper.td-overlay .td-loading {
  background: rgba(255, 255, 255, 0.8);
}
.white-orange td-data-table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.white-orange .td-data-table-scrollable {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.white-orange .td-data-table-column-resizer .td-data-table-column-separator {
  border-right: 2px solid rgba(0, 0, 0, 0.12);
  opacity: 0.3;
}
.white-orange .td-data-table-column-resizer:hover .td-data-table-column-separator, .white-orange .td-data-table-column-resizer.td-resizing .td-data-table-column-separator {
  opacity: 1;
}
.white-orange table[td-data-table] .td-data-table-column-row,
.white-orange table[td-data-table] .td-data-table-row {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.white-orange table[td-data-table] .mat-checkbox-cell,
.white-orange table[td-data-table] .mat-checkbox-column {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange table[td-data-table] .mat-checkbox-cell mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
.white-orange table[td-data-table] .mat-checkbox-column mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: #ef6c00;
}
.white-orange table[td-data-table] .td-data-table-cell mat-form-field .mat-form-field-underline {
  display: none;
}
.white-orange table[td-data-table] .td-data-table-column {
  color: rgba(0, 0, 0, 0.54);
}
.white-orange table[td-data-table] .td-data-table-column * {
  vertical-align: middle;
}
.white-orange table[td-data-table] .td-data-table-column mat-icon.td-data-table-sort-icon {
  color: rgba(0, 0, 0, 0.38);
}
.white-orange table[td-data-table] .td-data-table-column.mat-active, .white-orange table[td-data-table] .td-data-table-column.mat-active mat-icon {
  color: black;
}
.white-orange table[td-data-table].mat-selectable tbody > tr.td-data-table-row.td-selected {
  background-color: whitesmoke;
}
.white-orange table[td-data-table].mat-selectable tbody > tr.td-data-table-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange table[td-data-table].mat-clickable tbody > tr.td-data-table-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.white-orange .mat-selected-title {
  background-color: rgba(239, 108, 0, 0.12);
  color: #ef6c00;
}
.white-orange .td-data-table-sort-badge {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.54);
}
.white-orange .td-notification-count {
  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);
}
.white-orange .td-notification-count.mat-warn {
  background-color: #e53935;
  color: white;
}
.white-orange .td-notification-count.mat-primary {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.white-orange .td-notification-count.mat-accent {
  background-color: #ef6c00;
  color: white;
}
.white-orange .td-message.mat-primary {
  color: #fafafa;
  background-color: rgba(250, 250, 250, 0.15);
}
.white-orange .td-message.mat-accent {
  color: #ef6c00;
  background-color: rgba(239, 108, 0, 0.15);
}
.white-orange .td-message.mat-warn {
  color: #e53935;
  background-color: rgba(229, 57, 53, 0.15);
}
.white-orange .td-side-sheet-container {
  background-color: white;
}
.dark-grey-blue .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-option {
  color: white;
}
.dark-grey-blue .mat-option:hover:not(.mat-option-disabled), .dark-grey-blue .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}
.dark-grey-blue .mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #37474f;
}
.dark-grey-blue .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #009688;
}
.dark-grey-blue .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e53935;
}
.dark-grey-blue .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-pseudo-checkbox::after {
  color: #303030;
}
.dark-grey-blue .mat-pseudo-checkbox-disabled {
  color: #686868;
}
.dark-grey-blue .mat-primary .mat-pseudo-checkbox-checked,
.dark-grey-blue .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #37474f;
}
.dark-grey-blue .mat-pseudo-checkbox-checked,
.dark-grey-blue .mat-pseudo-checkbox-indeterminate,
.dark-grey-blue .mat-accent .mat-pseudo-checkbox-checked,
.dark-grey-blue .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #009688;
}
.dark-grey-blue .mat-warn .mat-pseudo-checkbox-checked,
.dark-grey-blue .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e53935;
}
.dark-grey-blue .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.dark-grey-blue .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
.dark-grey-blue .mat-app-background, .dark-grey-blue.mat-app-background {
  background-color: #303030;
  color: white;
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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);
}
.dark-grey-blue .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;
}
.dark-grey-blue .mat-autocomplete-panel {
  background: #424242;
  color: white;
}
.dark-grey-blue .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #424242;
}
.dark-grey-blue .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}
.dark-grey-blue .mat-badge-content {
  color: white;
  background: #37474f;
}
.cdk-high-contrast-active .dark-grey-blue .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.dark-grey-blue .mat-badge-accent .mat-badge-content {
  background: #009688;
  color: white;
}
.dark-grey-blue .mat-badge-warn .mat-badge-content {
  color: white;
  background: #e53935;
}
.dark-grey-blue .mat-badge {
  position: relative;
}
.dark-grey-blue .mat-badge-hidden .mat-badge-content {
  display: none;
}
.dark-grey-blue .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.dark-grey-blue .ng-animate-disabled .mat-badge-content,
.dark-grey-blue .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.dark-grey-blue .mat-badge-content.mat-badge-active {
  transform: none;
}
.dark-grey-blue .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.dark-grey-blue .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.dark-grey-blue .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.dark-grey-blue .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .dark-grey-blue .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.dark-grey-blue .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .dark-grey-blue .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.dark-grey-blue .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .dark-grey-blue .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.dark-grey-blue .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .dark-grey-blue .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.dark-grey-blue .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .dark-grey-blue .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .dark-grey-blue .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .dark-grey-blue .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.dark-grey-blue .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .dark-grey-blue .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.dark-grey-blue .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.dark-grey-blue .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.dark-grey-blue .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.dark-grey-blue .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .dark-grey-blue .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.dark-grey-blue .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .dark-grey-blue .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.dark-grey-blue .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .dark-grey-blue .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.dark-grey-blue .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .dark-grey-blue .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.dark-grey-blue .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.dark-grey-blue .mat-button, .dark-grey-blue .mat-icon-button, .dark-grey-blue .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.dark-grey-blue .mat-button.mat-primary, .dark-grey-blue .mat-icon-button.mat-primary, .dark-grey-blue .mat-stroked-button.mat-primary {
  color: #37474f;
}
.dark-grey-blue .mat-button.mat-accent, .dark-grey-blue .mat-icon-button.mat-accent, .dark-grey-blue .mat-stroked-button.mat-accent {
  color: #009688;
}
.dark-grey-blue .mat-button.mat-warn, .dark-grey-blue .mat-icon-button.mat-warn, .dark-grey-blue .mat-stroked-button.mat-warn {
  color: #e53935;
}
.dark-grey-blue .mat-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-icon-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-icon-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-icon-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-icon-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-stroked-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-stroked-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-stroked-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-button.mat-primary .mat-button-focus-overlay, .dark-grey-blue .mat-icon-button.mat-primary .mat-button-focus-overlay, .dark-grey-blue .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #37474f;
}
.dark-grey-blue .mat-button.mat-accent .mat-button-focus-overlay, .dark-grey-blue .mat-icon-button.mat-accent .mat-button-focus-overlay, .dark-grey-blue .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #009688;
}
.dark-grey-blue .mat-button.mat-warn .mat-button-focus-overlay, .dark-grey-blue .mat-icon-button.mat-warn .mat-button-focus-overlay, .dark-grey-blue .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e53935;
}
.dark-grey-blue .mat-button.mat-button-disabled .mat-button-focus-overlay, .dark-grey-blue .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .dark-grey-blue .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.dark-grey-blue .mat-button .mat-ripple-element, .dark-grey-blue .mat-icon-button .mat-ripple-element, .dark-grey-blue .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.dark-grey-blue .mat-button-focus-overlay {
  background: white;
}
.dark-grey-blue .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-flat-button, .dark-grey-blue .mat-raised-button, .dark-grey-blue .mat-fab, .dark-grey-blue .mat-mini-fab {
  color: white;
  background-color: #424242;
}
.dark-grey-blue .mat-flat-button.mat-primary, .dark-grey-blue .mat-raised-button.mat-primary, .dark-grey-blue .mat-fab.mat-primary, .dark-grey-blue .mat-mini-fab.mat-primary {
  color: white;
}
.dark-grey-blue .mat-flat-button.mat-accent, .dark-grey-blue .mat-raised-button.mat-accent, .dark-grey-blue .mat-fab.mat-accent, .dark-grey-blue .mat-mini-fab.mat-accent {
  color: white;
}
.dark-grey-blue .mat-flat-button.mat-warn, .dark-grey-blue .mat-raised-button.mat-warn, .dark-grey-blue .mat-fab.mat-warn, .dark-grey-blue .mat-mini-fab.mat-warn {
  color: white;
}
.dark-grey-blue .mat-flat-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-fab.mat-primary.mat-button-disabled, .dark-grey-blue .mat-fab.mat-accent.mat-button-disabled, .dark-grey-blue .mat-fab.mat-warn.mat-button-disabled, .dark-grey-blue .mat-fab.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-primary.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-accent.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-warn.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-flat-button.mat-primary, .dark-grey-blue .mat-raised-button.mat-primary, .dark-grey-blue .mat-fab.mat-primary, .dark-grey-blue .mat-mini-fab.mat-primary {
  background-color: #37474f;
}
.dark-grey-blue .mat-flat-button.mat-accent, .dark-grey-blue .mat-raised-button.mat-accent, .dark-grey-blue .mat-fab.mat-accent, .dark-grey-blue .mat-mini-fab.mat-accent {
  background-color: #009688;
}
.dark-grey-blue .mat-flat-button.mat-warn, .dark-grey-blue .mat-raised-button.mat-warn, .dark-grey-blue .mat-fab.mat-warn, .dark-grey-blue .mat-mini-fab.mat-warn {
  background-color: #e53935;
}
.dark-grey-blue .mat-flat-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-flat-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-primary.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-accent.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-warn.mat-button-disabled, .dark-grey-blue .mat-raised-button.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-fab.mat-primary.mat-button-disabled, .dark-grey-blue .mat-fab.mat-accent.mat-button-disabled, .dark-grey-blue .mat-fab.mat-warn.mat-button-disabled, .dark-grey-blue .mat-fab.mat-button-disabled.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-primary.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-accent.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-warn.mat-button-disabled, .dark-grey-blue .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-flat-button.mat-primary .mat-ripple-element, .dark-grey-blue .mat-raised-button.mat-primary .mat-ripple-element, .dark-grey-blue .mat-fab.mat-primary .mat-ripple-element, .dark-grey-blue .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-flat-button.mat-accent .mat-ripple-element, .dark-grey-blue .mat-raised-button.mat-accent .mat-ripple-element, .dark-grey-blue .mat-fab.mat-accent .mat-ripple-element, .dark-grey-blue .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-flat-button.mat-warn .mat-ripple-element, .dark-grey-blue .mat-raised-button.mat-warn .mat-ripple-element, .dark-grey-blue .mat-fab.mat-warn .mat-ripple-element, .dark-grey-blue .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-stroked-button:not([class*=mat-elevation-z]), .dark-grey-blue .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-fab:not([class*=mat-elevation-z]), .dark-grey-blue .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .dark-grey-blue .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .dark-grey-blue .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-button-toggle-standalone,
.dark-grey-blue .mat-button-toggle-group {
  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);
}
.dark-grey-blue .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.dark-grey-blue .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.dark-grey-blue .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
.dark-grey-blue .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
.dark-grey-blue .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.dark-grey-blue .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
.dark-grey-blue .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
.dark-grey-blue .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
.dark-grey-blue .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.dark-grey-blue .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-card {
  background: #424242;
  color: white;
}
.dark-grey-blue .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-checkbox-frame {
  border-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-checkbox-checkmark {
  fill: #303030;
}
.dark-grey-blue .mat-checkbox-checkmark-path {
  stroke: #303030 !important;
}
.dark-grey-blue .mat-checkbox-mixedmark {
  background-color: #303030;
}
.dark-grey-blue .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .dark-grey-blue .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #37474f;
}
.dark-grey-blue .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .dark-grey-blue .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #009688;
}
.dark-grey-blue .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .dark-grey-blue .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #e53935;
}
.dark-grey-blue .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .dark-grey-blue .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}
.dark-grey-blue .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}
.dark-grey-blue .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-checkbox .mat-ripple-element {
  background-color: white;
}
.dark-grey-blue .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.dark-grey-blue .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #37474f;
}
.dark-grey-blue .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.dark-grey-blue .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #009688;
}
.dark-grey-blue .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.dark-grey-blue .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e53935;
}
.dark-grey-blue .mat-chip.mat-standard-chip {
  background-color: #616161;
  color: white;
}
.dark-grey-blue .mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.dark-grey-blue .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.dark-grey-blue .mat-chip.mat-standard-chip::after {
  background: white;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #37474f;
  color: white;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e53935;
  color: white;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #009688;
  color: white;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.dark-grey-blue .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-table {
  background: #424242;
}
.dark-grey-blue .mat-table thead, .dark-grey-blue .mat-table tbody, .dark-grey-blue .mat-table tfoot,
.dark-grey-blue mat-header-row, .dark-grey-blue mat-row, .dark-grey-blue mat-footer-row,
.dark-grey-blue [mat-header-row], .dark-grey-blue [mat-row], .dark-grey-blue [mat-footer-row],
.dark-grey-blue .mat-table-sticky {
  background: inherit;
}
.dark-grey-blue mat-row, .dark-grey-blue mat-header-row, .dark-grey-blue mat-footer-row,
.dark-grey-blue th.mat-header-cell, .dark-grey-blue td.mat-cell, .dark-grey-blue td.mat-footer-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-header-cell {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-cell, .dark-grey-blue .mat-footer-cell {
  color: white;
}
.dark-grey-blue .mat-calendar-arrow {
  border-top-color: white;
}
.dark-grey-blue .mat-datepicker-toggle,
.dark-grey-blue .mat-datepicker-content .mat-calendar-next-button,
.dark-grey-blue .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
.dark-grey-blue .mat-calendar-table-header {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-calendar-body-cell-content,
.dark-grey-blue .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
.dark-grey-blue .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}
.dark-grey-blue .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-calendar-body-in-range::before {
  background: rgba(55, 71, 79, 0.2);
}
.dark-grey-blue .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.dark-grey-blue .mat-calendar-body-comparison-bridge-start::before,
.dark-grey-blue [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(55, 71, 79, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-calendar-body-comparison-bridge-end::before,
.dark-grey-blue [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(55, 71, 79, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.dark-grey-blue .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.dark-grey-blue .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.dark-grey-blue .mat-calendar-body-selected {
  background-color: #37474f;
  color: white;
}
.dark-grey-blue .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(55, 71, 79, 0.4);
}
.dark-grey-blue .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.dark-grey-blue .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(55, 71, 79, 0.3);
}
.dark-grey-blue .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
  color: white;
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(0, 150, 136, 0.2);
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.dark-grey-blue .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(0, 150, 136, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.dark-grey-blue .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(0, 150, 136, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #009688;
  color: white;
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(0, 150, 136, 0.4);
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.dark-grey-blue .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(0, 150, 136, 0.3);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(229, 57, 53, 0.2);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.dark-grey-blue .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.dark-grey-blue .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(229, 57, 53, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e53935;
  color: white;
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(229, 57, 53, 0.4);
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.dark-grey-blue .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.dark-grey-blue .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(229, 57, 53, 0.3);
}
.dark-grey-blue .mat-datepicker-content-touch {
  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);
}
.dark-grey-blue .mat-datepicker-toggle-active {
  color: #37474f;
}
.dark-grey-blue .mat-datepicker-toggle-active.mat-accent {
  color: #009688;
}
.dark-grey-blue .mat-datepicker-toggle-active.mat-warn {
  color: #e53935;
}
.dark-grey-blue .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.dark-grey-blue .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-expansion-panel {
  background: #424242;
  color: white;
}
.dark-grey-blue .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .dark-grey-blue .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .dark-grey-blue .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  .dark-grey-blue .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
.dark-grey-blue .mat-expansion-panel-header-title {
  color: white;
}
.dark-grey-blue .mat-expansion-panel-header-description,
.dark-grey-blue .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.dark-grey-blue .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.dark-grey-blue .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-label {
  color: #37474f;
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #009688;
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e53935;
}
.dark-grey-blue .mat-focused .mat-form-field-required-marker {
  color: #009688;
}
.dark-grey-blue .mat-form-field-ripple {
  background-color: white;
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #37474f;
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #009688;
}
.dark-grey-blue .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e53935;
}
.dark-grey-blue .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #37474f;
}
.dark-grey-blue .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #009688;
}
.dark-grey-blue .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #e53935;
}
.dark-grey-blue .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #e53935;
}
.dark-grey-blue .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.dark-grey-blue .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #e53935;
}
.dark-grey-blue .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.dark-grey-blue .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e53935;
}
.dark-grey-blue .mat-error {
  color: #e53935;
}
.dark-grey-blue .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.dark-grey-blue .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.dark-grey-blue .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-grey-blue .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}
.dark-grey-blue .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.dark-grey-blue .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: white;
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #37474f;
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #009688;
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #e53935;
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #e53935;
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}
.dark-grey-blue .mat-icon.mat-primary {
  color: #37474f;
}
.dark-grey-blue .mat-icon.mat-accent {
  color: #009688;
}
.dark-grey-blue .mat-icon.mat-warn {
  color: #e53935;
}
.dark-grey-blue .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-input-element:disabled,
.dark-grey-blue .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element {
  caret-color: #37474f;
}
.dark-grey-blue .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-input-element option {
  color: rgba(0, 0, 0, 0.87);
}
.dark-grey-blue .mat-input-element option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.dark-grey-blue .mat-form-field.mat-accent .mat-input-element {
  caret-color: #009688;
}
.dark-grey-blue .mat-form-field.mat-warn .mat-input-element,
.dark-grey-blue .mat-form-field-invalid .mat-input-element {
  caret-color: #e53935;
}
.dark-grey-blue .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e53935;
}
.dark-grey-blue .mat-list-base .mat-list-item {
  color: white;
}
.dark-grey-blue .mat-list-base .mat-list-option {
  color: white;
}
.dark-grey-blue .mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-list-item-disabled {
  background-color: black;
}
.dark-grey-blue .mat-list-option:hover, .dark-grey-blue .mat-list-option:focus,
.dark-grey-blue .mat-nav-list .mat-list-item:hover,
.dark-grey-blue .mat-nav-list .mat-list-item:focus,
.dark-grey-blue .mat-action-list .mat-list-item:hover,
.dark-grey-blue .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-list-single-selected-option, .dark-grey-blue .mat-list-single-selected-option:hover, .dark-grey-blue .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-menu-panel {
  background: #424242;
}
.dark-grey-blue .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-menu-item {
  background: transparent;
  color: white;
}
.dark-grey-blue .mat-menu-item[disabled], .dark-grey-blue .mat-menu-item[disabled]::after,
.dark-grey-blue .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-menu-item .mat-icon-no-color,
.dark-grey-blue .mat-menu-item-submenu-trigger::after {
  color: white;
}
.dark-grey-blue .mat-menu-item:hover:not([disabled]),
.dark-grey-blue .mat-menu-item.cdk-program-focused:not([disabled]),
.dark-grey-blue .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.dark-grey-blue .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-paginator {
  background: #424242;
}
.dark-grey-blue .mat-paginator,
.dark-grey-blue .mat-paginator-page-size .mat-select-trigger {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-paginator-decrement,
.dark-grey-blue .mat-paginator-increment {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.dark-grey-blue .mat-paginator-first,
.dark-grey-blue .mat-paginator-last {
  border-top: 2px solid white;
}
.dark-grey-blue .mat-icon-button[disabled] .mat-paginator-decrement,
.dark-grey-blue .mat-icon-button[disabled] .mat-paginator-increment,
.dark-grey-blue .mat-icon-button[disabled] .mat-paginator-first,
.dark-grey-blue .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-progress-bar-background {
  fill: #cfd8dc;
}
.dark-grey-blue .mat-progress-bar-buffer {
  background-color: #cfd8dc;
}
.dark-grey-blue .mat-progress-bar-fill::after {
  background-color: #37474f;
}
.dark-grey-blue .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #b2dfdb;
}
.dark-grey-blue .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #b2dfdb;
}
.dark-grey-blue .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #009688;
}
.dark-grey-blue .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
.dark-grey-blue .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.dark-grey-blue .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #e53935;
}
.dark-grey-blue .mat-progress-spinner circle, .dark-grey-blue .mat-spinner circle {
  stroke: #37474f;
}
.dark-grey-blue .mat-progress-spinner.mat-accent circle, .dark-grey-blue .mat-spinner.mat-accent circle {
  stroke: #009688;
}
.dark-grey-blue .mat-progress-spinner.mat-warn circle, .dark-grey-blue .mat-spinner.mat-warn circle {
  stroke: #e53935;
}
.dark-grey-blue .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #37474f;
}
.dark-grey-blue .mat-radio-button.mat-primary .mat-radio-inner-circle,
.dark-grey-blue .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .dark-grey-blue .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .dark-grey-blue .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #37474f;
}
.dark-grey-blue .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #009688;
}
.dark-grey-blue .mat-radio-button.mat-accent .mat-radio-inner-circle,
.dark-grey-blue .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .dark-grey-blue .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .dark-grey-blue .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #009688;
}
.dark-grey-blue .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e53935;
}
.dark-grey-blue .mat-radio-button.mat-warn .mat-radio-inner-circle,
.dark-grey-blue .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .dark-grey-blue .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .dark-grey-blue .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e53935;
}
.dark-grey-blue .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.dark-grey-blue .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.dark-grey-blue .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-radio-button .mat-ripple-element {
  background-color: white;
}
.dark-grey-blue .mat-select-value {
  color: white;
}
.dark-grey-blue .mat-select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-select-disabled .mat-select-value {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-select-arrow {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-select-panel {
  background: #424242;
}
.dark-grey-blue .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #37474f;
}
.dark-grey-blue .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #009688;
}
.dark-grey-blue .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e53935;
}
.dark-grey-blue .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e53935;
}
.dark-grey-blue .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-drawer-container {
  background-color: #303030;
  color: white;
}
.dark-grey-blue .mat-drawer {
  background-color: #424242;
  color: white;
}
.dark-grey-blue .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
.dark-grey-blue .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.dark-grey-blue .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.dark-grey-blue [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.dark-grey-blue [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
.dark-grey-blue .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #009688;
}
.dark-grey-blue .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(0, 150, 136, 0.54);
}
.dark-grey-blue .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #009688;
}
.dark-grey-blue .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #37474f;
}
.dark-grey-blue .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(55, 71, 79, 0.54);
}
.dark-grey-blue .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #37474f;
}
.dark-grey-blue .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e53935;
}
.dark-grey-blue .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(229, 57, 53, 0.54);
}
.dark-grey-blue .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e53935;
}
.dark-grey-blue .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: white;
}
.dark-grey-blue .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #bdbdbd;
}
.dark-grey-blue .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-primary .mat-slider-track-fill,
.dark-grey-blue .mat-primary .mat-slider-thumb,
.dark-grey-blue .mat-primary .mat-slider-thumb-label {
  background-color: #37474f;
}
.dark-grey-blue .mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.dark-grey-blue .mat-primary .mat-slider-focus-ring {
  background-color: rgba(55, 71, 79, 0.2);
}
.dark-grey-blue .mat-accent .mat-slider-track-fill,
.dark-grey-blue .mat-accent .mat-slider-thumb,
.dark-grey-blue .mat-accent .mat-slider-thumb-label {
  background-color: #009688;
}
.dark-grey-blue .mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.dark-grey-blue .mat-accent .mat-slider-focus-ring {
  background-color: rgba(0, 150, 136, 0.2);
}
.dark-grey-blue .mat-warn .mat-slider-track-fill,
.dark-grey-blue .mat-warn .mat-slider-thumb,
.dark-grey-blue .mat-warn .mat-slider-thumb-label {
  background-color: #e53935;
}
.dark-grey-blue .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.dark-grey-blue .mat-warn .mat-slider-focus-ring {
  background-color: rgba(229, 57, 53, 0.2);
}
.dark-grey-blue .mat-slider:hover .mat-slider-track-background,
.dark-grey-blue .cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-disabled .mat-slider-track-background,
.dark-grey-blue .mat-slider-disabled .mat-slider-track-fill,
.dark-grey-blue .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.dark-grey-blue .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}
.dark-grey-blue .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.dark-grey-blue .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.dark-grey-blue .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .dark-grey-blue .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .dark-grey-blue .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.dark-grey-blue .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.dark-grey-blue .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.dark-grey-blue .mat-step-header.cdk-keyboard-focused, .dark-grey-blue .mat-step-header.cdk-program-focused, .dark-grey-blue .mat-step-header:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  .dark-grey-blue .mat-step-header:hover {
    background: none;
  }
}
.dark-grey-blue .mat-step-header .mat-step-label,
.dark-grey-blue .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
.dark-grey-blue .mat-step-header .mat-step-icon-selected,
.dark-grey-blue .mat-step-header .mat-step-icon-state-done,
.dark-grey-blue .mat-step-header .mat-step-icon-state-edit {
  background-color: #37474f;
  color: white;
}
.dark-grey-blue .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.dark-grey-blue .mat-step-header.mat-accent .mat-step-icon-selected,
.dark-grey-blue .mat-step-header.mat-accent .mat-step-icon-state-done,
.dark-grey-blue .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #009688;
  color: white;
}
.dark-grey-blue .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.dark-grey-blue .mat-step-header.mat-warn .mat-step-icon-selected,
.dark-grey-blue .mat-step-header.mat-warn .mat-step-icon-state-done,
.dark-grey-blue .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #e53935;
  color: white;
}
.dark-grey-blue .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #e53935;
}
.dark-grey-blue .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.dark-grey-blue .mat-step-header .mat-step-label.mat-step-label-error {
  color: #e53935;
}
.dark-grey-blue .mat-stepper-horizontal, .dark-grey-blue .mat-stepper-vertical {
  background-color: #424242;
}
.dark-grey-blue .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-horizontal-stepper-header::before,
.dark-grey-blue .mat-horizontal-stepper-header::after,
.dark-grey-blue .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-sort-header-arrow {
  color: #c6c6c6;
}
.dark-grey-blue .mat-tab-nav-bar,
.dark-grey-blue .mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-tab-group-inverted-header .mat-tab-nav-bar,
.dark-grey-blue .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
.dark-grey-blue .mat-tab-label, .dark-grey-blue .mat-tab-link {
  color: white;
}
.dark-grey-blue .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-tab-header-pagination-chevron {
  border-color: white;
}
.dark-grey-blue .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .mat-tab-group[class*=mat-background-] .mat-tab-header,
.dark-grey-blue .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.dark-grey-blue .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-primary .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #37474f;
}
.dark-grey-blue .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.dark-grey-blue .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(178, 223, 219, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-accent .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #009688;
}
.dark-grey-blue .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.dark-grey-blue .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-warn .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e53935;
}
.dark-grey-blue .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .dark-grey-blue .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header, .dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-link-container, .dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #37474f;
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(178, 223, 219, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header, .dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-link-container, .dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #009688;
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .dark-grey-blue .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.dark-grey-blue .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header, .dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-link-container, .dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #e53935;
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.dark-grey-blue .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .mat-toolbar {
  background: #212121;
  color: white;
}
.dark-grey-blue .mat-toolbar.mat-primary {
  background: #37474f;
  color: white;
}
.dark-grey-blue .mat-toolbar.mat-accent {
  background: #009688;
  color: white;
}
.dark-grey-blue .mat-toolbar.mat-warn {
  background: #e53935;
  color: white;
}
.dark-grey-blue .mat-toolbar .mat-form-field-underline,
.dark-grey-blue .mat-toolbar .mat-form-field-ripple,
.dark-grey-blue .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.dark-grey-blue .mat-toolbar .mat-form-field-label,
.dark-grey-blue .mat-toolbar .mat-focused .mat-form-field-label,
.dark-grey-blue .mat-toolbar .mat-select-value,
.dark-grey-blue .mat-toolbar .mat-select-arrow,
.dark-grey-blue .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.dark-grey-blue .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.dark-grey-blue .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.dark-grey-blue .mat-tree {
  background: #424242;
}
.dark-grey-blue .mat-tree-node,
.dark-grey-blue .mat-nested-tree-node {
  color: white;
}
.dark-grey-blue .mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  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);
}
.dark-grey-blue .mat-simple-snackbar-action {
  color: inherit;
}
.dark-grey-blue body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
.dark-grey-blue .td-chip-content {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.dark-grey-blue .td-data-table-cell {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.dark-grey-blue .td-data-table-column {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.dark-grey-blue .td-data-table-sort-badge {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.dark-grey-blue .td-dialog-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.dark-grey-blue .td-dialog-message {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.dark-grey-blue .td-expansion-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.dark-grey-blue .td-expansion-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.dark-grey-blue .td-key {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.dark-grey-blue .td-message-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.dark-grey-blue .td-message-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.dark-grey-blue .td-paging-bar {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.dark-grey-blue .td-step-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.dark-grey-blue .td-step-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.dark-grey-blue td-navigation-drawer .td-navigation-drawer-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.dark-grey-blue td-navigation-drawer .td-navigation-drawer-name {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.dark-grey-blue td-navigation-drawer .td-navigation-drawer-menu-toggle {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.dark-grey-blue td-breadcrumb:last-of-type {
  font-weight: bold;
  cursor: default;
}
.dark-grey-blue mat-list-item mat-icon,
.dark-grey-blue .mat-list-item-content mat-icon {
  color: white;
}
.dark-grey-blue mat-list-item mat-icon[matListAvatar],
.dark-grey-blue .mat-list-item-content mat-icon[matListAvatar] {
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-list-text p {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue table.mat-table {
  background: transparent;
}
.dark-grey-blue .mat-row:hover, .dark-grey-blue .mat-row:focus {
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-drawer-container {
  background-color: black;
}
.dark-grey-blue [mat-icon-button].td-layout-menu-button {
  margin-left: 0;
}
::ng-deep [dir=rtl] .dark-grey-blue [mat-icon-button].td-layout-menu-button {
  margin-right: 0;
  margin-left: 6px;
}
.dark-grey-blue td-layout-nav mat-toolbar,
.dark-grey-blue td-layout-nav-list mat-toolbar,
.dark-grey-blue td-layout-manage-list mat-toolbar,
.dark-grey-blue td-layout-card-over mat-toolbar,
.dark-grey-blue td-navigation-drawer mat-toolbar,
.dark-grey-blue td-layout mat-toolbar {
  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);
  z-index: 1;
}
.dark-grey-blue body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-row, .dark-grey-blue body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.dark-grey-blue body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.dark-grey-blue body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.dark-grey-blue body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.dark-grey-blue body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.dark-grey-blue td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.dark-grey-blue td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.dark-grey-blue td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.dark-grey-blue td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.dark-grey-blue td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.dark-grey-blue td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row {
  height: 48px;
}
.dark-grey-blue body[dense] td-layout-card-over .td-layout-card-over-wrapper,
.dark-grey-blue td-layout-card-over[dense] .td-layout-card-over-wrapper {
  margin: -48px;
  margin-left: 0;
  margin-right: 0;
}
.dark-grey-blue .mat-drawer-side.td-layout-sidenav {
  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);
}
.dark-grey-blue .td-layout-footer {
  background: #212121;
  color: white;
  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);
}
.dark-grey-blue .td-layout-footer.mat-primary {
  background: #37474f;
}
.dark-grey-blue .td-layout-footer.mat-primary,
.dark-grey-blue .td-layout-footer.mat-primary mat-icon {
  color: white;
}
.dark-grey-blue .td-layout-footer.mat-accent {
  background: #009688;
}
.dark-grey-blue .td-layout-footer.mat-accent,
.dark-grey-blue .td-layout-footer.mat-accent mat-icon {
  color: white;
}
.dark-grey-blue .td-layout-footer.mat-warn {
  background: #e53935;
}
.dark-grey-blue .td-layout-footer.mat-warn,
.dark-grey-blue .td-layout-footer.mat-warn mat-icon {
  color: white;
}
.dark-grey-blue .td-steps .td-step-content,
.dark-grey-blue .td-steps .td-step-summary,
.dark-grey-blue .td-steps .td-step-actions {
  margin: 16px;
}
.dark-grey-blue .td-steps .td-horizontal-line {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .td-steps .td-vertical-line {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .td-steps .td-step-link:focus:not(.mat-disabled) .td-step-header, .dark-grey-blue .td-steps .td-step-link:hover:not(.mat-disabled) .td-step-header {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .td-steps .td-step-header.mat-disabled {
  cursor: default;
}
.dark-grey-blue .td-steps .td-step-header:focus:not(.mat-disabled), .dark-grey-blue .td-steps .td-step-header:hover:not(.mat-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper .td-step-label {
  color: white;
}
.dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper .td-step-sublabel {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper.mat-inactive, .dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper.mat-inactive * {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper.mat-warn, .dark-grey-blue .td-steps .td-step-header .td-step-label-wrapper.mat-warn * {
  color: #e53935;
}
.dark-grey-blue .td-steps .td-step-header .mat-complete {
  color: #009688;
}
.dark-grey-blue .td-steps .td-circle {
  color: #424242;
}
.dark-grey-blue .td-steps .td-circle.mat-active {
  background-color: #009688;
}
.dark-grey-blue .td-steps .td-circle.mat-inactive {
  background-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .td-steps .td-circle mat-icon {
  fill: white;
}
.dark-grey-blue .td-steps .td-triangle {
  color: #e53935;
}
.dark-grey-blue .td-steps .td-edit-icon {
  color: white;
}
.dark-grey-blue .td-steps .td-step-header-pagination-chevron {
  border-color: white;
}
.dark-grey-blue .td-steps .td-step-header-pagination-disabled .td-step-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .td-expansion-panel-group .td-expansion-panel {
  transition: 120ms ease-in;
}
.dark-grey-blue .td-expansion-panel-group .td-expansion-panel:not(:last-of-type).td-expanded {
  margin-bottom: 16px;
}
.dark-grey-blue .td-expansion-panel-group .td-expansion-panel:not(:first-of-type).td-expanded {
  margin-top: 16px;
}
.dark-grey-blue .td-expansion-panel {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
}
.dark-grey-blue .td-expansion-panel .td-expansion-panel-header:focus:not(.mat-disabled), .dark-grey-blue .td-expansion-panel .td-expansion-panel-header:hover:not(.mat-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content mat-icon.td-expand-icon {
  color: white;
}
.dark-grey-blue .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled, .dark-grey-blue .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled * {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .td-expansion-panel mat-icon.td-expand-icon {
  color: white;
}
.dark-grey-blue .td-expansion-panel .td-expansion-label, .dark-grey-blue .td-expansion-panel .td-expansion-label *,
.dark-grey-blue .td-expansion-panel .td-expansion-sublabel,
.dark-grey-blue .td-expansion-panel .td-expansion-sublabel * {
  vertical-align: middle;
}
.dark-grey-blue .td-expansion-panel .td-expansion-sublabel {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue td-chips .mat-basic-chip {
  background: black;
  color: white;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled) mat-icon:hover {
  color: white;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary {
  background: #37474f;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary,
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary mat-icon {
  color: white;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent {
  background: #009688;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent,
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent mat-icon {
  color: white;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn {
  background: #e53935;
}
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn,
.dark-grey-blue td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn mat-icon {
  color: white;
}
.dark-grey-blue td-chips .mat-basic-chip mat-icon.td-chip-removal {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue td-chips .mat-basic-chip mat-icon.td-chip-removal:hover {
  color: white;
}
.dark-grey-blue td-chips .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue td-chips.mat-primary .mat-form-field-underline .mat-form-field-ripple {
  background-color: #37474f;
}
.dark-grey-blue td-chips.mat-accent .mat-form-field-underline .mat-form-field-ripple {
  background-color: #009688;
}
.dark-grey-blue td-chips.mat-warn .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
.dark-grey-blue td-chips.ng-invalid .mat-form-field-underline .mat-form-field-ripple {
  background-color: #e53935;
}
.dark-grey-blue td-chips.ng-invalid .mat-form-field-label-wrapper > label.mat-form-field-label.mat-form-field-empty {
  color: #e53935;
}
.dark-grey-blue td-file-upload .td-file-upload-cancel mat-icon {
  background-color: #303030;
}
.dark-grey-blue td-file-input {
  /**
  * Class that is added ondragenter by the [TdFileDrop] directive.
  */
}
.dark-grey-blue td-file-input .drop-zone {
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  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);
}
.dark-grey-blue .mat-toolbar.td-window-dialog-toolbar {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: none;
}
.dark-grey-blue .td-dialog-message {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .td-json-formatter-wrapper .function::after,
.dark-grey-blue .td-json-formatter-wrapper .date::after,
.dark-grey-blue .td-json-formatter-wrapper .td-object-name::after,
.dark-grey-blue .td-json-formatter-wrapper .td-array-length::after {
  content: "‎";
}
.dark-grey-blue .td-json-formatter-wrapper .td-key.td-key-node:focus, .dark-grey-blue .td-json-formatter-wrapper .td-key.td-key-node:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .td-json-formatter-wrapper .td-key.td-key-node .td-node-icon {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .td-json-formatter-wrapper .key {
  color: #37474f;
}
.dark-grey-blue .td-json-formatter-wrapper .value .string {
  color: #e53935;
}
.dark-grey-blue .td-json-formatter-wrapper .value .number {
  color: #009688;
}
.dark-grey-blue .td-json-formatter-wrapper .value .boolean {
  color: #009688;
}
.dark-grey-blue .td-json-formatter-wrapper .value .null,
.dark-grey-blue .td-json-formatter-wrapper .value .undefined {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue .td-json-formatter-wrapper .value .function {
  color: #37474f;
}
.dark-grey-blue .td-json-formatter-wrapper .value .date {
  color: white;
}
.dark-grey-blue td-paging-bar, .dark-grey-blue td-paging-bar mat-select .mat-select-value {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .td-loading-wrapper.td-overlay .td-loading {
  background: rgba(66, 66, 66, 0.8);
}
.dark-grey-blue td-data-table {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .td-data-table-scrollable {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.dark-grey-blue .td-data-table-column-resizer .td-data-table-column-separator {
  border-right: 2px solid rgba(255, 255, 255, 0.12);
  opacity: 0.3;
}
.dark-grey-blue .td-data-table-column-resizer:hover .td-data-table-column-separator, .dark-grey-blue .td-data-table-column-resizer.td-resizing .td-data-table-column-separator {
  opacity: 1;
}
.dark-grey-blue table[td-data-table] .td-data-table-column-row,
.dark-grey-blue table[td-data-table] .td-data-table-row {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.dark-grey-blue table[td-data-table] .mat-checkbox-cell,
.dark-grey-blue table[td-data-table] .mat-checkbox-column {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue table[td-data-table] .mat-checkbox-cell mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
.dark-grey-blue table[td-data-table] .mat-checkbox-column mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: #009688;
}
.dark-grey-blue table[td-data-table] .td-data-table-cell mat-form-field .mat-form-field-underline {
  display: none;
}
.dark-grey-blue table[td-data-table] .td-data-table-column {
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue table[td-data-table] .td-data-table-column * {
  vertical-align: middle;
}
.dark-grey-blue table[td-data-table] .td-data-table-column mat-icon.td-data-table-sort-icon {
  color: rgba(255, 255, 255, 0.5);
}
.dark-grey-blue table[td-data-table] .td-data-table-column.mat-active, .dark-grey-blue table[td-data-table] .td-data-table-column.mat-active mat-icon {
  color: white;
}
.dark-grey-blue table[td-data-table].mat-selectable tbody > tr.td-data-table-row.td-selected {
  background-color: #212121;
}
.dark-grey-blue table[td-data-table].mat-selectable tbody > tr.td-data-table-row:focus {
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue table[td-data-table].mat-clickable tbody > tr.td-data-table-row:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.dark-grey-blue .mat-selected-title {
  background-color: rgba(0, 150, 136, 0.12);
  color: #009688;
}
.dark-grey-blue .td-data-table-sort-badge {
  background-color: #303030;
  color: rgba(255, 255, 255, 0.7);
}
.dark-grey-blue .td-notification-count {
  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);
}
.dark-grey-blue .td-notification-count.mat-warn {
  background-color: #e53935;
  color: white;
}
.dark-grey-blue .td-notification-count.mat-primary {
  background-color: #37474f;
  color: white;
}
.dark-grey-blue .td-notification-count.mat-accent {
  background-color: #009688;
  color: white;
}
.dark-grey-blue .td-message.mat-primary {
  color: #37474f;
  background-color: rgba(55, 71, 79, 0.15);
}
.dark-grey-blue .td-message.mat-accent {
  color: #009688;
  background-color: rgba(0, 150, 136, 0.15);
}
.dark-grey-blue .td-message.mat-warn {
  color: #e53935;
  background-color: rgba(229, 57, 53, 0.15);
}
.dark-grey-blue .td-side-sheet-container {
  background-color: #424242;
}
.light-blue-red .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.light-blue-red .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-option:hover:not(.mat-option-disabled), .light-blue-red .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #0288d1;
}
.light-blue-red .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #d32f2f;
}
.light-blue-red .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #d84315;
}
.light-blue-red .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-pseudo-checkbox::after {
  color: #fafafa;
}
.light-blue-red .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.light-blue-red .mat-primary .mat-pseudo-checkbox-checked,
.light-blue-red .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #0288d1;
}
.light-blue-red .mat-pseudo-checkbox-checked,
.light-blue-red .mat-pseudo-checkbox-indeterminate,
.light-blue-red .mat-accent .mat-pseudo-checkbox-checked,
.light-blue-red .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #d32f2f;
}
.light-blue-red .mat-warn .mat-pseudo-checkbox-checked,
.light-blue-red .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #d84315;
}
.light-blue-red .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.light-blue-red .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.light-blue-red .mat-app-background, .light-blue-red.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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);
}
.light-blue-red .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;
}
.light-blue-red .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.light-blue-red .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-badge-content {
  color: white;
  background: #0288d1;
}
.cdk-high-contrast-active .light-blue-red .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.light-blue-red .mat-badge-accent .mat-badge-content {
  background: #d32f2f;
  color: white;
}
.light-blue-red .mat-badge-warn .mat-badge-content {
  color: white;
  background: #d84315;
}
.light-blue-red .mat-badge {
  position: relative;
}
.light-blue-red .mat-badge-hidden .mat-badge-content {
  display: none;
}
.light-blue-red .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.light-blue-red .ng-animate-disabled .mat-badge-content,
.light-blue-red .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.light-blue-red .mat-badge-content.mat-badge-active {
  transform: none;
}
.light-blue-red .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.light-blue-red .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.light-blue-red .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.light-blue-red .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .light-blue-red .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.light-blue-red .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .light-blue-red .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.light-blue-red .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .light-blue-red .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.light-blue-red .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .light-blue-red .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.light-blue-red .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.light-blue-red .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.light-blue-red .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.light-blue-red .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .light-blue-red .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.light-blue-red .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .light-blue-red .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.light-blue-red .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .light-blue-red .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.light-blue-red .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .light-blue-red .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.light-blue-red .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.light-blue-red .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.light-blue-red .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.light-blue-red .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .light-blue-red .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.light-blue-red .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .light-blue-red .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.light-blue-red .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .light-blue-red .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.light-blue-red .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .light-blue-red .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.light-blue-red .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-button, .light-blue-red .mat-icon-button, .light-blue-red .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.light-blue-red .mat-button.mat-primary, .light-blue-red .mat-icon-button.mat-primary, .light-blue-red .mat-stroked-button.mat-primary {
  color: #0288d1;
}
.light-blue-red .mat-button.mat-accent, .light-blue-red .mat-icon-button.mat-accent, .light-blue-red .mat-stroked-button.mat-accent {
  color: #d32f2f;
}
.light-blue-red .mat-button.mat-warn, .light-blue-red .mat-icon-button.mat-warn, .light-blue-red .mat-stroked-button.mat-warn {
  color: #d84315;
}
.light-blue-red .mat-button.mat-primary.mat-button-disabled, .light-blue-red .mat-button.mat-accent.mat-button-disabled, .light-blue-red .mat-button.mat-warn.mat-button-disabled, .light-blue-red .mat-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-icon-button.mat-primary.mat-button-disabled, .light-blue-red .mat-icon-button.mat-accent.mat-button-disabled, .light-blue-red .mat-icon-button.mat-warn.mat-button-disabled, .light-blue-red .mat-icon-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-stroked-button.mat-primary.mat-button-disabled, .light-blue-red .mat-stroked-button.mat-accent.mat-button-disabled, .light-blue-red .mat-stroked-button.mat-warn.mat-button-disabled, .light-blue-red .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-button.mat-primary .mat-button-focus-overlay, .light-blue-red .mat-icon-button.mat-primary .mat-button-focus-overlay, .light-blue-red .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #0288d1;
}
.light-blue-red .mat-button.mat-accent .mat-button-focus-overlay, .light-blue-red .mat-icon-button.mat-accent .mat-button-focus-overlay, .light-blue-red .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #d32f2f;
}
.light-blue-red .mat-button.mat-warn .mat-button-focus-overlay, .light-blue-red .mat-icon-button.mat-warn .mat-button-focus-overlay, .light-blue-red .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #d84315;
}
.light-blue-red .mat-button.mat-button-disabled .mat-button-focus-overlay, .light-blue-red .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .light-blue-red .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.light-blue-red .mat-button .mat-ripple-element, .light-blue-red .mat-icon-button .mat-ripple-element, .light-blue-red .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.light-blue-red .mat-button-focus-overlay {
  background: black;
}
.light-blue-red .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-flat-button, .light-blue-red .mat-raised-button, .light-blue-red .mat-fab, .light-blue-red .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.light-blue-red .mat-flat-button.mat-primary, .light-blue-red .mat-raised-button.mat-primary, .light-blue-red .mat-fab.mat-primary, .light-blue-red .mat-mini-fab.mat-primary {
  color: white;
}
.light-blue-red .mat-flat-button.mat-accent, .light-blue-red .mat-raised-button.mat-accent, .light-blue-red .mat-fab.mat-accent, .light-blue-red .mat-mini-fab.mat-accent {
  color: white;
}
.light-blue-red .mat-flat-button.mat-warn, .light-blue-red .mat-raised-button.mat-warn, .light-blue-red .mat-fab.mat-warn, .light-blue-red .mat-mini-fab.mat-warn {
  color: white;
}
.light-blue-red .mat-flat-button.mat-primary.mat-button-disabled, .light-blue-red .mat-flat-button.mat-accent.mat-button-disabled, .light-blue-red .mat-flat-button.mat-warn.mat-button-disabled, .light-blue-red .mat-flat-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-raised-button.mat-primary.mat-button-disabled, .light-blue-red .mat-raised-button.mat-accent.mat-button-disabled, .light-blue-red .mat-raised-button.mat-warn.mat-button-disabled, .light-blue-red .mat-raised-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-fab.mat-primary.mat-button-disabled, .light-blue-red .mat-fab.mat-accent.mat-button-disabled, .light-blue-red .mat-fab.mat-warn.mat-button-disabled, .light-blue-red .mat-fab.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-primary.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-accent.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-warn.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-flat-button.mat-primary, .light-blue-red .mat-raised-button.mat-primary, .light-blue-red .mat-fab.mat-primary, .light-blue-red .mat-mini-fab.mat-primary {
  background-color: #0288d1;
}
.light-blue-red .mat-flat-button.mat-accent, .light-blue-red .mat-raised-button.mat-accent, .light-blue-red .mat-fab.mat-accent, .light-blue-red .mat-mini-fab.mat-accent {
  background-color: #d32f2f;
}
.light-blue-red .mat-flat-button.mat-warn, .light-blue-red .mat-raised-button.mat-warn, .light-blue-red .mat-fab.mat-warn, .light-blue-red .mat-mini-fab.mat-warn {
  background-color: #d84315;
}
.light-blue-red .mat-flat-button.mat-primary.mat-button-disabled, .light-blue-red .mat-flat-button.mat-accent.mat-button-disabled, .light-blue-red .mat-flat-button.mat-warn.mat-button-disabled, .light-blue-red .mat-flat-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-raised-button.mat-primary.mat-button-disabled, .light-blue-red .mat-raised-button.mat-accent.mat-button-disabled, .light-blue-red .mat-raised-button.mat-warn.mat-button-disabled, .light-blue-red .mat-raised-button.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-fab.mat-primary.mat-button-disabled, .light-blue-red .mat-fab.mat-accent.mat-button-disabled, .light-blue-red .mat-fab.mat-warn.mat-button-disabled, .light-blue-red .mat-fab.mat-button-disabled.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-primary.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-accent.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-warn.mat-button-disabled, .light-blue-red .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-flat-button.mat-primary .mat-ripple-element, .light-blue-red .mat-raised-button.mat-primary .mat-ripple-element, .light-blue-red .mat-fab.mat-primary .mat-ripple-element, .light-blue-red .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-flat-button.mat-accent .mat-ripple-element, .light-blue-red .mat-raised-button.mat-accent .mat-ripple-element, .light-blue-red .mat-fab.mat-accent .mat-ripple-element, .light-blue-red .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-flat-button.mat-warn .mat-ripple-element, .light-blue-red .mat-raised-button.mat-warn .mat-ripple-element, .light-blue-red .mat-fab.mat-warn .mat-ripple-element, .light-blue-red .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-stroked-button:not([class*=mat-elevation-z]), .light-blue-red .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-fab:not([class*=mat-elevation-z]), .light-blue-red .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .light-blue-red .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .light-blue-red .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-button-toggle-standalone,
.light-blue-red .mat-button-toggle-group {
  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);
}
.light-blue-red .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.light-blue-red .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.light-blue-red .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.light-blue-red .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.light-blue-red .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.light-blue-red .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.light-blue-red .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.light-blue-red .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.light-blue-red .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-checkbox-checkmark {
  fill: #fafafa;
}
.light-blue-red .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
.light-blue-red .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.light-blue-red .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .light-blue-red .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #0288d1;
}
.light-blue-red .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .light-blue-red .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #d32f2f;
}
.light-blue-red .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .light-blue-red .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #d84315;
}
.light-blue-red .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .light-blue-red .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.light-blue-red .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.light-blue-red .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-checkbox .mat-ripple-element {
  background-color: black;
}
.light-blue-red .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.light-blue-red .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #0288d1;
}
.light-blue-red .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.light-blue-red .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #d32f2f;
}
.light-blue-red .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.light-blue-red .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #d84315;
}
.light-blue-red .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.light-blue-red .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.light-blue-red .mat-chip.mat-standard-chip::after {
  background: black;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #0288d1;
  color: white;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #d84315;
  color: white;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #d32f2f;
  color: white;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.light-blue-red .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.light-blue-red .mat-table {
  background: white;
}
.light-blue-red .mat-table thead, .light-blue-red .mat-table tbody, .light-blue-red .mat-table tfoot,
.light-blue-red mat-header-row, .light-blue-red mat-row, .light-blue-red mat-footer-row,
.light-blue-red [mat-header-row], .light-blue-red [mat-row], .light-blue-red [mat-footer-row],
.light-blue-red .mat-table-sticky {
  background: inherit;
}
.light-blue-red mat-row, .light-blue-red mat-header-row, .light-blue-red mat-footer-row,
.light-blue-red th.mat-header-cell, .light-blue-red td.mat-cell, .light-blue-red td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-cell, .light-blue-red .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-datepicker-toggle,
.light-blue-red .mat-datepicker-content .mat-calendar-next-button,
.light-blue-red .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-calendar-body-cell-content,
.light-blue-red .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.light-blue-red .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
.light-blue-red .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
.light-blue-red .mat-calendar-body-in-range::before {
  background: rgba(2, 136, 209, 0.2);
}
.light-blue-red .mat-calendar-body-comparison-identical,
.light-blue-red .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.light-blue-red .mat-calendar-body-comparison-bridge-start::before,
.light-blue-red [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(2, 136, 209, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-calendar-body-comparison-bridge-end::before,
.light-blue-red [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(2, 136, 209, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.light-blue-red .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.light-blue-red .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.light-blue-red .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.light-blue-red .mat-calendar-body-selected {
  background-color: #0288d1;
  color: white;
}
.light-blue-red .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(2, 136, 209, 0.4);
}
.light-blue-red .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.light-blue-red .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(2, 136, 209, 0.3);
}
.light-blue-red .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(211, 47, 47, 0.2);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.light-blue-red .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(211, 47, 47, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.light-blue-red .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(211, 47, 47, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #d32f2f;
  color: white;
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(211, 47, 47, 0.4);
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.light-blue-red .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(211, 47, 47, 0.3);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(216, 67, 21, 0.2);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.light-blue-red .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(216, 67, 21, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.light-blue-red .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(216, 67, 21, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #d84315;
  color: white;
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(216, 67, 21, 0.4);
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.light-blue-red .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.light-blue-red .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(216, 67, 21, 0.3);
}
.light-blue-red .mat-datepicker-content-touch {
  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);
}
.light-blue-red .mat-datepicker-toggle-active {
  color: #0288d1;
}
.light-blue-red .mat-datepicker-toggle-active.mat-accent {
  color: #d32f2f;
}
.light-blue-red .mat-datepicker-toggle-active.mat-warn {
  color: #d84315;
}
.light-blue-red .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .light-blue-red .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .light-blue-red .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .light-blue-red .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.light-blue-red .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-expansion-panel-header-description,
.light-blue-red .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.light-blue-red .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.light-blue-red .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.light-blue-red .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-label {
  color: #0288d1;
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #d32f2f;
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #d84315;
}
.light-blue-red .mat-focused .mat-form-field-required-marker {
  color: #d32f2f;
}
.light-blue-red .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #0288d1;
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #d32f2f;
}
.light-blue-red .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #d84315;
}
.light-blue-red .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #0288d1;
}
.light-blue-red .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #d32f2f;
}
.light-blue-red .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #d84315;
}
.light-blue-red .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #d84315;
}
.light-blue-red .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.light-blue-red .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #d84315;
}
.light-blue-red .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.light-blue-red .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #d84315;
}
.light-blue-red .mat-error {
  color: #d84315;
}
.light-blue-red .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.light-blue-red .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.light-blue-red .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.light-blue-red .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.light-blue-red .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #0288d1;
}
.light-blue-red .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #d32f2f;
}
.light-blue-red .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #d84315;
}
.light-blue-red .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #d84315;
}
.light-blue-red .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.light-blue-red .mat-icon.mat-primary {
  color: #0288d1;
}
.light-blue-red .mat-icon.mat-accent {
  color: #d32f2f;
}
.light-blue-red .mat-icon.mat-warn {
  color: #d84315;
}
.light-blue-red .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-input-element:disabled,
.light-blue-red .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-input-element {
  caret-color: #0288d1;
}
.light-blue-red .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-form-field.mat-accent .mat-input-element {
  caret-color: #d32f2f;
}
.light-blue-red .mat-form-field.mat-warn .mat-input-element,
.light-blue-red .mat-form-field-invalid .mat-input-element {
  caret-color: #d84315;
}
.light-blue-red .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #d84315;
}
.light-blue-red .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-list-item-disabled {
  background-color: #eeeeee;
}
.light-blue-red .mat-list-option:hover, .light-blue-red .mat-list-option:focus,
.light-blue-red .mat-nav-list .mat-list-item:hover,
.light-blue-red .mat-nav-list .mat-list-item:focus,
.light-blue-red .mat-action-list .mat-list-item:hover,
.light-blue-red .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-list-single-selected-option, .light-blue-red .mat-list-single-selected-option:hover, .light-blue-red .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-menu-panel {
  background: white;
}
.light-blue-red .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-menu-item[disabled], .light-blue-red .mat-menu-item[disabled]::after,
.light-blue-red .mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-menu-item .mat-icon-no-color,
.light-blue-red .mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-menu-item:hover:not([disabled]),
.light-blue-red .mat-menu-item.cdk-program-focused:not([disabled]),
.light-blue-red .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.light-blue-red .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-paginator {
  background: white;
}
.light-blue-red .mat-paginator,
.light-blue-red .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-paginator-decrement,
.light-blue-red .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-paginator-first,
.light-blue-red .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-icon-button[disabled] .mat-paginator-decrement,
.light-blue-red .mat-icon-button[disabled] .mat-paginator-increment,
.light-blue-red .mat-icon-button[disabled] .mat-paginator-first,
.light-blue-red .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-progress-bar-background {
  fill: #b3e5fc;
}
.light-blue-red .mat-progress-bar-buffer {
  background-color: #b3e5fc;
}
.light-blue-red .mat-progress-bar-fill::after {
  background-color: #0288d1;
}
.light-blue-red .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ffcdd2;
}
.light-blue-red .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
.light-blue-red .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #d32f2f;
}
.light-blue-red .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffccbc;
}
.light-blue-red .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffccbc;
}
.light-blue-red .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #d84315;
}
.light-blue-red .mat-progress-spinner circle, .light-blue-red .mat-spinner circle {
  stroke: #0288d1;
}
.light-blue-red .mat-progress-spinner.mat-accent circle, .light-blue-red .mat-spinner.mat-accent circle {
  stroke: #d32f2f;
}
.light-blue-red .mat-progress-spinner.mat-warn circle, .light-blue-red .mat-spinner.mat-warn circle {
  stroke: #d84315;
}
.light-blue-red .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #0288d1;
}
.light-blue-red .mat-radio-button.mat-primary .mat-radio-inner-circle,
.light-blue-red .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .light-blue-red .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .light-blue-red .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #0288d1;
}
.light-blue-red .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #d32f2f;
}
.light-blue-red .mat-radio-button.mat-accent .mat-radio-inner-circle,
.light-blue-red .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .light-blue-red .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .light-blue-red .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #d32f2f;
}
.light-blue-red .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #d84315;
}
.light-blue-red .mat-radio-button.mat-warn .mat-radio-inner-circle,
.light-blue-red .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .light-blue-red .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .light-blue-red .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #d84315;
}
.light-blue-red .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.light-blue-red .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.light-blue-red .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-radio-button .mat-ripple-element {
  background-color: black;
}
.light-blue-red .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.light-blue-red .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-select-panel {
  background: white;
}
.light-blue-red .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #0288d1;
}
.light-blue-red .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #d32f2f;
}
.light-blue-red .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #d84315;
}
.light-blue-red .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #d84315;
}
.light-blue-red .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-drawer.mat-drawer-push {
  background-color: white;
}
.light-blue-red .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.light-blue-red [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.light-blue-red [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.light-blue-red .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #d32f2f;
}
.light-blue-red .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(211, 47, 47, 0.54);
}
.light-blue-red .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #d32f2f;
}
.light-blue-red .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #0288d1;
}
.light-blue-red .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(2, 136, 209, 0.54);
}
.light-blue-red .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #0288d1;
}
.light-blue-red .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #d84315;
}
.light-blue-red .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(216, 67, 21, 0.54);
}
.light-blue-red .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #d84315;
}
.light-blue-red .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.light-blue-red .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.light-blue-red .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-primary .mat-slider-track-fill,
.light-blue-red .mat-primary .mat-slider-thumb,
.light-blue-red .mat-primary .mat-slider-thumb-label {
  background-color: #0288d1;
}
.light-blue-red .mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.light-blue-red .mat-primary .mat-slider-focus-ring {
  background-color: rgba(2, 136, 209, 0.2);
}
.light-blue-red .mat-accent .mat-slider-track-fill,
.light-blue-red .mat-accent .mat-slider-thumb,
.light-blue-red .mat-accent .mat-slider-thumb-label {
  background-color: #d32f2f;
}
.light-blue-red .mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.light-blue-red .mat-accent .mat-slider-focus-ring {
  background-color: rgba(211, 47, 47, 0.2);
}
.light-blue-red .mat-warn .mat-slider-track-fill,
.light-blue-red .mat-warn .mat-slider-thumb,
.light-blue-red .mat-warn .mat-slider-thumb-label {
  background-color: #d84315;
}
.light-blue-red .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.light-blue-red .mat-warn .mat-slider-focus-ring {
  background-color: rgba(216, 67, 21, 0.2);
}
.light-blue-red .mat-slider:hover .mat-slider-track-background,
.light-blue-red .cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-slider-disabled .mat-slider-track-background,
.light-blue-red .mat-slider-disabled .mat-slider-track-fill,
.light-blue-red .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.light-blue-red .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.light-blue-red .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.light-blue-red .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .light-blue-red .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .light-blue-red .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.light-blue-red .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.light-blue-red .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.light-blue-red .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.light-blue-red .mat-step-header.cdk-keyboard-focused, .light-blue-red .mat-step-header.cdk-program-focused, .light-blue-red .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .light-blue-red .mat-step-header:hover {
    background: none;
  }
}
.light-blue-red .mat-step-header .mat-step-label,
.light-blue-red .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.light-blue-red .mat-step-header .mat-step-icon-selected,
.light-blue-red .mat-step-header .mat-step-icon-state-done,
.light-blue-red .mat-step-header .mat-step-icon-state-edit {
  background-color: #0288d1;
  color: white;
}
.light-blue-red .mat-step-header.mat-accent .mat-step-icon {
  color: white;
}
.light-blue-red .mat-step-header.mat-accent .mat-step-icon-selected,
.light-blue-red .mat-step-header.mat-accent .mat-step-icon-state-done,
.light-blue-red .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #d32f2f;
  color: white;
}
.light-blue-red .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.light-blue-red .mat-step-header.mat-warn .mat-step-icon-selected,
.light-blue-red .mat-step-header.mat-warn .mat-step-icon-state-done,
.light-blue-red .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #d84315;
  color: white;
}
.light-blue-red .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #d84315;
}
.light-blue-red .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-step-header .mat-step-label.mat-step-label-error {
  color: #d84315;
}
.light-blue-red .mat-stepper-horizontal, .light-blue-red .mat-stepper-vertical {
  background-color: white;
}
.light-blue-red .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-horizontal-stepper-header::before,
.light-blue-red .mat-horizontal-stepper-header::after,
.light-blue-red .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-sort-header-arrow {
  color: #757575;
}
.light-blue-red .mat-tab-nav-bar,
.light-blue-red .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-tab-group-inverted-header .mat-tab-nav-bar,
.light-blue-red .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.light-blue-red .mat-tab-label, .light-blue-red .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .mat-tab-group[class*=mat-background-] .mat-tab-header,
.light-blue-red .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.light-blue-red .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 229, 252, 0.3);
}
.light-blue-red .mat-tab-group.mat-primary .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #0288d1;
}
.light-blue-red .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.light-blue-red .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.light-blue-red .mat-tab-group.mat-accent .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #d32f2f;
}
.light-blue-red .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.light-blue-red .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 204, 188, 0.3);
}
.light-blue-red .mat-tab-group.mat-warn .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #d84315;
}
.light-blue-red .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .light-blue-red .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.light-blue-red .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(179, 229, 252, 0.3);
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header, .light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-link-container, .light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #0288d1;
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element, .light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-red .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header, .light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-link-container, .light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #d32f2f;
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element, .light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-red .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .light-blue-red .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.light-blue-red .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 204, 188, 0.3);
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header, .light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-link-container, .light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #d84315;
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-links .mat-focus-indicator::before,
.light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element, .light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.light-blue-red .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-red .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-toolbar.mat-primary {
  background: #0288d1;
  color: white;
}
.light-blue-red .mat-toolbar.mat-accent {
  background: #d32f2f;
  color: white;
}
.light-blue-red .mat-toolbar.mat-warn {
  background: #d84315;
  color: white;
}
.light-blue-red .mat-toolbar .mat-form-field-underline,
.light-blue-red .mat-toolbar .mat-form-field-ripple,
.light-blue-red .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.light-blue-red .mat-toolbar .mat-form-field-label,
.light-blue-red .mat-toolbar .mat-focused .mat-form-field-label,
.light-blue-red .mat-toolbar .mat-select-value,
.light-blue-red .mat-toolbar .mat-select-arrow,
.light-blue-red .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.light-blue-red .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.light-blue-red .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.light-blue-red .mat-tree {
  background: white;
}
.light-blue-red .mat-tree-node,
.light-blue-red .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.light-blue-red .mat-simple-snackbar-action {
  color: #d32f2f;
}
.light-blue-red body {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
}
.light-blue-red .td-chip-content {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.light-blue-red .td-data-table-cell {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.light-blue-red .td-data-table-column {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.light-blue-red .td-data-table-sort-badge {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.light-blue-red .td-dialog-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.light-blue-red .td-dialog-message {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.light-blue-red .td-expansion-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.light-blue-red .td-expansion-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.light-blue-red .td-key {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.light-blue-red .td-message-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.light-blue-red .td-message-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.light-blue-red .td-paging-bar {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.light-blue-red .td-step-label {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.light-blue-red .td-step-sublabel {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.light-blue-red td-navigation-drawer .td-navigation-drawer-title {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.light-blue-red td-navigation-drawer .td-navigation-drawer-name {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.light-blue-red td-navigation-drawer .td-navigation-drawer-menu-toggle {
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.light-blue-red td-breadcrumb:last-of-type {
  font-weight: bold;
  cursor: default;
}
.light-blue-red mat-list-item mat-icon,
.light-blue-red .mat-list-item-content mat-icon {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red mat-list-item mat-icon[matListAvatar],
.light-blue-red .mat-list-item-content mat-icon[matListAvatar] {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-list-text p {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red table.mat-table {
  background: transparent;
}
.light-blue-red .mat-row:hover, .light-blue-red .mat-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-drawer-container {
  background-color: #e0e0e0;
}
.light-blue-red [mat-icon-button].td-layout-menu-button {
  margin-left: 0;
}
::ng-deep [dir=rtl] .light-blue-red [mat-icon-button].td-layout-menu-button {
  margin-right: 0;
  margin-left: 6px;
}
.light-blue-red td-layout-nav mat-toolbar,
.light-blue-red td-layout-nav-list mat-toolbar,
.light-blue-red td-layout-manage-list mat-toolbar,
.light-blue-red td-layout-card-over mat-toolbar,
.light-blue-red td-navigation-drawer mat-toolbar,
.light-blue-red td-layout mat-toolbar {
  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);
  z-index: 1;
}
.light-blue-red body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-row, .light-blue-red body[dense] td-layout-nav mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.light-blue-red body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.light-blue-red body[dense] td-layout-nav-list mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.light-blue-red body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.light-blue-red body[dense] td-layout-card-over mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.light-blue-red td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.light-blue-red td-layout-nav[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.light-blue-red td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.light-blue-red td-layout-nav-list[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row,
.light-blue-red td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-row,
.light-blue-red td-layout-card-over[dense] mat-toolbar.td-layout-toolbar.mat-toolbar-single-row {
  height: 48px;
}
.light-blue-red body[dense] td-layout-card-over .td-layout-card-over-wrapper,
.light-blue-red td-layout-card-over[dense] .td-layout-card-over-wrapper {
  margin: -48px;
  margin-left: 0;
  margin-right: 0;
}
.light-blue-red .mat-drawer-side.td-layout-sidenav {
  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);
}
.light-blue-red .td-layout-footer {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
  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);
}
.light-blue-red .td-layout-footer.mat-primary {
  background: #0288d1;
}
.light-blue-red .td-layout-footer.mat-primary,
.light-blue-red .td-layout-footer.mat-primary mat-icon {
  color: white;
}
.light-blue-red .td-layout-footer.mat-accent {
  background: #d32f2f;
}
.light-blue-red .td-layout-footer.mat-accent,
.light-blue-red .td-layout-footer.mat-accent mat-icon {
  color: white;
}
.light-blue-red .td-layout-footer.mat-warn {
  background: #d84315;
}
.light-blue-red .td-layout-footer.mat-warn,
.light-blue-red .td-layout-footer.mat-warn mat-icon {
  color: white;
}
.light-blue-red .td-steps .td-step-content,
.light-blue-red .td-steps .td-step-summary,
.light-blue-red .td-steps .td-step-actions {
  margin: 16px;
}
.light-blue-red .td-steps .td-horizontal-line {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .td-steps .td-vertical-line {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red .td-steps .td-step-link:focus:not(.mat-disabled) .td-step-header, .light-blue-red .td-steps .td-step-link:hover:not(.mat-disabled) .td-step-header {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .td-steps .td-step-header.mat-disabled {
  cursor: default;
}
.light-blue-red .td-steps .td-step-header:focus:not(.mat-disabled), .light-blue-red .td-steps .td-step-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .td-steps .td-step-header .td-step-label-wrapper .td-step-label {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .td-steps .td-step-header .td-step-label-wrapper .td-step-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-steps .td-step-header .td-step-label-wrapper.mat-inactive, .light-blue-red .td-steps .td-step-header .td-step-label-wrapper.mat-inactive * {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .td-steps .td-step-header .td-step-label-wrapper.mat-warn, .light-blue-red .td-steps .td-step-header .td-step-label-wrapper.mat-warn * {
  color: #d84315;
}
.light-blue-red .td-steps .td-step-header .mat-complete {
  color: #d32f2f;
}
.light-blue-red .td-steps .td-circle {
  color: white;
}
.light-blue-red .td-steps .td-circle.mat-active {
  background-color: #d32f2f;
}
.light-blue-red .td-steps .td-circle.mat-inactive {
  background-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .td-steps .td-circle mat-icon {
  fill: rgba(0, 0, 0, 0.87);
}
.light-blue-red .td-steps .td-triangle {
  color: #d84315;
}
.light-blue-red .td-steps .td-edit-icon {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-steps .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.light-blue-red .td-steps .td-step-header-pagination-disabled .td-step-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .td-expansion-panel-group .td-expansion-panel {
  transition: 120ms ease-in;
}
.light-blue-red .td-expansion-panel-group .td-expansion-panel:not(:last-of-type).td-expanded {
  margin-bottom: 16px;
}
.light-blue-red .td-expansion-panel-group .td-expansion-panel:not(:first-of-type).td-expanded {
  margin-top: 16px;
}
.light-blue-red .td-expansion-panel {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.light-blue-red .td-expansion-panel .td-expansion-panel-header:focus:not(.mat-disabled), .light-blue-red .td-expansion-panel .td-expansion-panel-header:hover:not(.mat-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.light-blue-red .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled, .light-blue-red .td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content.mat-disabled * {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .td-expansion-panel mat-icon.td-expand-icon {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-expansion-panel .td-expansion-label, .light-blue-red .td-expansion-panel .td-expansion-label *,
.light-blue-red .td-expansion-panel .td-expansion-sublabel,
.light-blue-red .td-expansion-panel .td-expansion-sublabel * {
  vertical-align: middle;
}
.light-blue-red .td-expansion-panel .td-expansion-sublabel {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red td-chips .mat-basic-chip {
  background: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled) mat-icon:hover {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary {
  background: #0288d1;
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary,
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-primary mat-icon {
  color: white;
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent {
  background: #d32f2f;
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent,
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-accent mat-icon {
  color: white;
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn {
  background: #d84315;
}
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn,
.light-blue-red td-chips .mat-basic-chip:focus:not(.td-chip-disabled).mat-warn mat-icon {
  color: white;
}
.light-blue-red td-chips .mat-basic-chip mat-icon.td-chip-removal {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red td-chips .mat-basic-chip mat-icon.td-chip-removal:hover {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red td-chips .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.light-blue-red td-chips.mat-primary .mat-form-field-underline .mat-form-field-ripple {
  background-color: #0288d1;
}
.light-blue-red td-chips.mat-accent .mat-form-field-underline .mat-form-field-ripple {
  background-color: #d32f2f;
}
.light-blue-red td-chips.mat-warn .mat-form-field-underline .mat-form-field-ripple {
  background-color: #d84315;
}
.light-blue-red td-chips.ng-invalid .mat-form-field-underline .mat-form-field-ripple {
  background-color: #d84315;
}
.light-blue-red td-chips.ng-invalid .mat-form-field-label-wrapper > label.mat-form-field-label.mat-form-field-empty {
  color: #d84315;
}
.light-blue-red td-file-upload .td-file-upload-cancel mat-icon {
  background-color: #fafafa;
}
.light-blue-red td-file-input {
  /**
  * Class that is added ondragenter by the [TdFileDrop] directive.
  */
}
.light-blue-red td-file-input .drop-zone {
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  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);
}
.light-blue-red .mat-toolbar.td-window-dialog-toolbar {
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: none;
}
.light-blue-red .td-dialog-message {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-json-formatter-wrapper .function::after,
.light-blue-red .td-json-formatter-wrapper .date::after,
.light-blue-red .td-json-formatter-wrapper .td-object-name::after,
.light-blue-red .td-json-formatter-wrapper .td-array-length::after {
  content: "‎";
}
.light-blue-red .td-json-formatter-wrapper .td-key.td-key-node:focus, .light-blue-red .td-json-formatter-wrapper .td-key.td-key-node:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red .td-json-formatter-wrapper .td-key.td-key-node .td-node-icon {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-json-formatter-wrapper .key {
  color: #0288d1;
}
.light-blue-red .td-json-formatter-wrapper .value .string {
  color: #d84315;
}
.light-blue-red .td-json-formatter-wrapper .value .number {
  color: #d32f2f;
}
.light-blue-red .td-json-formatter-wrapper .value .boolean {
  color: #d32f2f;
}
.light-blue-red .td-json-formatter-wrapper .value .null,
.light-blue-red .td-json-formatter-wrapper .value .undefined {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red .td-json-formatter-wrapper .value .function {
  color: #0288d1;
}
.light-blue-red .td-json-formatter-wrapper .value .date {
  color: rgba(0, 0, 0, 0.87);
}
.light-blue-red td-paging-bar, .light-blue-red td-paging-bar mat-select .mat-select-value {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-loading-wrapper.td-overlay .td-loading {
  background: rgba(255, 255, 255, 0.8);
}
.light-blue-red td-data-table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.light-blue-red .td-data-table-scrollable {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.light-blue-red .td-data-table-column-resizer .td-data-table-column-separator {
  border-right: 2px solid rgba(0, 0, 0, 0.12);
  opacity: 0.3;
}
.light-blue-red .td-data-table-column-resizer:hover .td-data-table-column-separator, .light-blue-red .td-data-table-column-resizer.td-resizing .td-data-table-column-separator {
  opacity: 1;
}
.light-blue-red table[td-data-table] .td-data-table-column-row,
.light-blue-red table[td-data-table] .td-data-table-row {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.light-blue-red table[td-data-table] .mat-checkbox-cell,
.light-blue-red table[td-data-table] .mat-checkbox-column {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red table[td-data-table] .mat-checkbox-cell mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
.light-blue-red table[td-data-table] .mat-checkbox-column mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: #d32f2f;
}
.light-blue-red table[td-data-table] .td-data-table-cell mat-form-field .mat-form-field-underline {
  display: none;
}
.light-blue-red table[td-data-table] .td-data-table-column {
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red table[td-data-table] .td-data-table-column * {
  vertical-align: middle;
}
.light-blue-red table[td-data-table] .td-data-table-column mat-icon.td-data-table-sort-icon {
  color: rgba(0, 0, 0, 0.38);
}
.light-blue-red table[td-data-table] .td-data-table-column.mat-active, .light-blue-red table[td-data-table] .td-data-table-column.mat-active mat-icon {
  color: black;
}
.light-blue-red table[td-data-table].mat-selectable tbody > tr.td-data-table-row.td-selected {
  background-color: whitesmoke;
}
.light-blue-red table[td-data-table].mat-selectable tbody > tr.td-data-table-row:focus {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red table[td-data-table].mat-clickable tbody > tr.td-data-table-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.light-blue-red .mat-selected-title {
  background-color: rgba(211, 47, 47, 0.12);
  color: #d32f2f;
}
.light-blue-red .td-data-table-sort-badge {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.54);
}
.light-blue-red .td-notification-count {
  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);
}
.light-blue-red .td-notification-count.mat-warn {
  background-color: #d84315;
  color: white;
}
.light-blue-red .td-notification-count.mat-primary {
  background-color: #0288d1;
  color: white;
}
.light-blue-red .td-notification-count.mat-accent {
  background-color: #d32f2f;
  color: white;
}
.light-blue-red .td-message.mat-primary {
  color: #0288d1;
  background-color: rgba(2, 136, 209, 0.15);
}
.light-blue-red .td-message.mat-accent {
  color: #d32f2f;
  background-color: rgba(211, 47, 47, 0.15);
}
.light-blue-red .td-message.mat-warn {
  color: #d84315;
  background-color: rgba(216, 67, 21, 0.15);
}
.light-blue-red .td-side-sheet-container {
  background-color: white;
}
/* ------------------------------------------------------------------------------- */
[ngx-charts-axis-label] text {
  fill: rgba(0, 0, 0, 0.54);
}
.tick text {
  fill: rgba(0, 0, 0, 0.38);
}
.gridline-path.gridline-path-horizontal, .gridline-path.gridline-path-vertical {
  stroke: rgba(0, 0, 0, 0.06);
}
.legend-title-text {
  color: rgba(0, 0, 0, 0.54);
}
ngx-charts-line-chart .gridline-path.gridline-path-vertical,
ngx-charts-area-chart .gridline-path.gridline-path-vertical,
ngx-charts-area-chart-stacked .gridline-path.gridline-path-vertical {
  display: none;
}
ngx-charts-line-chart .line-series .line {
  stroke-width: 2;
}
