/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*!
 * @jabil/ui-styles - v0.1.8
 * @author Jabil - https://www.jabil.com
 * Copyright (c) 2020
 */
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}
.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:1s;animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}
.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(1*2);-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(1*2);animation-iteration-count:calc(var(--animate-repeat)*2)}
.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(1*3);-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(1*3);animation-iteration-count:calc(var(--animate-repeat)*3)}
.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:1s;animation-delay:var(--animate-delay)}
.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(1s*2);-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(1s*2);animation-delay:calc(var(--animate-delay)*2)}
.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(1s*3);-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(1s*3);animation-delay:calc(var(--animate-delay)*3)}
.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(1s*4);-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(1s*4);animation-delay:calc(var(--animate-delay)*4)}
.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(1s*5);-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(1s*5);animation-delay:calc(var(--animate-delay)*5)}
.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(1s/2);-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(1s/2);animation-duration:calc(var(--animate-duration)/2)}
.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(1s*0.8);-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(1s*0.8);animation-duration:calc(var(--animate-duration)*0.8)}
.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(1s*2);-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(1s*2);animation-duration:calc(var(--animate-duration)*2)}
.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(1s*3);-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(1s*3);animation-duration:calc(var(--animate-duration)*3)}
@media (prefers-reduced-motion:reduce), print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}
@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}
@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}
.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}
@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}
@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}
.animate__flash{-webkit-animation-name:flash;animation-name:flash}
@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}
@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}
.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}
@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}
.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}
@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}
@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}
.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}
@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}
@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}
.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}
@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}
@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}
.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}
@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}
@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}
.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}
@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}
.animate__tada{-webkit-animation-name:tada;animation-name:tada}
@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}
@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}
.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}
@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}
@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}
.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}
@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}
@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}
.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(1s*1.3);-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(1s*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}
@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}
@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}
@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}
@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}
@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}
.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}
@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}
@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}
.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}
@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}
@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}
.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}
@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}
@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}
.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}
@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}
@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}
.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(1s*0.75);-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}
@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}
@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}
.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}
@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}
@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}
.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}
@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}
@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}
.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}
@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}
@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}
.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}
@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}
@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}
.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(1s*0.75);-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}
@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}
@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}
.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}
@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}
@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}
.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}
@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}
@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}
.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}
@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}
@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}
.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}
@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}
@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}
@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}
@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}
@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}
@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}
@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}
@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}
@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}
@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}
@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}
.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}
@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}
@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}
.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}
@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}
@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}
.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}
@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}
@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}
.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}
@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}
@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}
.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}
@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}
.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}
@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}
@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}
.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}
@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}
@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}
.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}
@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}
@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}
.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}
@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}
@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}
.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}
@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}
@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}
.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}
@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}
@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}
.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}
@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}
@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}
.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}
@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}
@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}
.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}
@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}
@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}
.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}
@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}
@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}
.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(1s*0.75);-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}
@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}
.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(1s*0.75);-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}
@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}
@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}
.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}
@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}
.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}
@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}
.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}
@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}
.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}
@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}
.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}
@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}
@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}
@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}
@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}
@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}
.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}
@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}
@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}
.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}
@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}
@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}
.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}
@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}
@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}
.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}
@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}
@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}
.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}
@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}
@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}
.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}
@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}
@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}
.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(1s*2);-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(1s*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}
@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}
@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}
.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}
@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}
@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}
.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}
@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}
@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}
.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}
@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}
@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}
@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}
@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}
@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}
@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}
.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}
@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}
@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}
@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}
.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}
@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}
@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}
.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}
@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}
@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}
@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}
.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}
@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}
@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}
.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}
@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}
@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}
.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}
@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}
@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}
.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}
@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}
@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}
.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}
@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}
@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}
.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}
@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}
@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}
.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}
@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}
@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}
.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}
.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}
.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}
.simplebar-mask,.simplebar-offset{position:absolute;padding:0;margin:0;left:0;top:0;bottom:0;right:0}
.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}
.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}
.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}
.simplebar-content:after,.simplebar-content:before{content:" ";display:table}
.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}
.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}
.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}
.simplebar-height-auto-observer,.simplebar-track{position:absolute;overflow:hidden;pointer-events:none}
.simplebar-track{z-index:1;right:0;bottom:0}
[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}
[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}
.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}
.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}
.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}
.simplebar-track.simplebar-vertical{top:0;width:11px}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}
.simplebar-track.simplebar-horizontal{left:0;height:11px}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}
.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}
.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
*,:after,:before{box-sizing:border-box}
html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
body{margin:0;font-family:Lato,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-size:1rem;font-weight:400;line-height:1.5;color:#575757;text-align:left;background-color:#f5f5f5}
[tabindex="-1"]:focus:not(.focus-visible),[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}
hr{box-sizing:content-box;height:0;overflow:visible}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1.375rem}
p{margin-top:0;margin-bottom:1rem}
abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}
address{font-style:normal;line-height:inherit}
address,dl,ol,ul{margin-bottom:1rem}
dl,ol,ul{margin-top:0}
ol ol,ol ul,ul ol,ul ul{margin-bottom:0}
dt{font-weight:700}
dd{margin-bottom:.5rem;margin-left:0}
blockquote{margin:0 0 1rem}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
a{color:#003865;background-color:transparent}
a,a:hover{text-decoration:none}
a:hover{color:#000}
a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}
code,kbd,pre,samp{font-family:SFMono-Regular,menlo,monaco,consolas,Liberation Mono,Courier New,monospace;font-size:1em}
pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}
figure{margin:0 0 1rem}
img{border-style:none}
img,svg{vertical-align:middle}
svg{overflow:hidden}
table{border-collapse:collapse}
caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}
th{text-align:inherit;text-align:-webkit-match-parent}
label{display:inline-block;margin-bottom:.375rem}
button{border-radius:0}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}
button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}
button,input{overflow:visible}
button,select{text-transform:none}
[role=button]{cursor:pointer}
select{word-wrap:normal}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
textarea{overflow:auto;resize:vertical}
fieldset{min-width:0;padding:0;margin:0;border:0}
legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}
progress{vertical-align:baseline}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{outline-offset:-2px;-webkit-appearance:none}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
output{display:inline-block}
summary{display:list-item;cursor:pointer}
template{display:none}
[hidden]{display:none!important}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:1.375rem;font-family:Source Sans Pro,Lato,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:600;line-height:1.25;color:#373737}
.h1,h1{font-size:2.25rem}
.h2,h2{font-size:1.875rem}
.h3,h3{font-size:1.5rem}
.h4,h4{font-size:1.25rem}
.h5,h5{font-size:1.125rem}
.h6,h6{font-size:1rem}
.lead{font-size:1.5rem;font-weight:300}
.display-1{font-size:6rem}
.display-1,.display-2{font-weight:300;line-height:1.25}
.display-2{font-size:5.5rem}
.display-3{font-size:4.5rem}
.display-3,.display-4{font-weight:300;line-height:1.25}
.display-4{font-size:3.5rem}
hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid #ebebeb}
.small,small{font-size:80%;font-weight:400}
.mark,mark{padding:.2em;background-color:#fcf8e3}
.list-inline,.list-unstyled{padding-left:0;list-style:none}
.list-inline-item{display:inline-block}
.list-inline-item:not(:last-child){margin-right:.5rem}
.initialism{font-size:90%;text-transform:uppercase}
.blockquote{margin-bottom:1rem;font-size:1.25rem}
.blockquote-footer{display:block;font-size:80%;color:#6c757d}
.blockquote-footer:before{content:"— "}
.img-fluid,.img-thumbnail{max-width:100%;height:auto}
.img-thumbnail{padding:.25rem;background-color:#f5f5f5;border:1px solid #dee2e6;border-radius:.25rem}
.figure{display:inline-block}
.figure-img{margin-bottom:.5rem;line-height:1}
.figure-caption{font-size:90%;color:#6c757d}
code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}
a>code{color:inherit}
kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}
kbd kbd{padding:0;font-size:100%;font-weight:700}
pre{display:block;font-size:87.5%;color:#212529}
pre code{font-size:inherit;color:inherit;word-break:normal}
.pre-scrollable{max-height:340px;overflow-y:scroll}
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:14px;padding-left:14px;margin-right:auto;margin-left:auto}
@media(min-width:576px){.container,.container-sm{max-width:540px}}
@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}
@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}
@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}
.row{display:flex;flex-wrap:wrap;margin-right:-14px;margin-left:-14px}
.no-gutters{margin-right:0;margin-left:0}
.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}
.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:14px;padding-left:14px}
.col{flex-basis:0;flex-grow:1;max-width:100%}
.row-cols-1>*{flex:0 0 100%;max-width:100%}
.row-cols-2>*{flex:0 0 50%;max-width:50%}
.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.row-cols-4>*{flex:0 0 25%;max-width:25%}
.row-cols-5>*{flex:0 0 20%;max-width:20%}
.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-auto{flex:0 0 auto;width:auto;max-width:100%}
.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}
.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}
.col-3{flex:0 0 25%;max-width:25%}
.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}
.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}
.col-6{flex:0 0 50%;max-width:50%}
.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}
.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}
.col-9{flex:0 0 75%;max-width:75%}
.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}
.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}
.col-12{flex:0 0 100%;max-width:100%}
.order-first{order:-1}
.order-last{order:13}
.order-0{order:0}
.order-1{order:1}
.order-2{order:2}
.order-3{order:3}
.order-4{order:4}
.order-5{order:5}
.order-6{order:6}
.order-7{order:7}
.order-8{order:8}
.order-9{order:9}
.order-10{order:10}
.order-11{order:11}
.order-12{order:12}
.offset-1{margin-left:8.3333333333%}
.offset-2{margin-left:16.6666666667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.3333333333%}
.offset-5{margin-left:41.6666666667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.3333333333%}
.offset-8{margin-left:66.6666666667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.3333333333%}
.offset-11{margin-left:91.6666666667%}
@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}
@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}
@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}
@media(min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}
.table{width:100%;margin-bottom:1rem;color:#575757;background-color:transparent}
.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #ebebeb}
.table thead th{vertical-align:bottom;border-bottom:2px solid #ebebeb}
.table tbody+tbody{border-top:2px solid #ebebeb}
.table-sm td,.table-sm th{padding:.25rem}
.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #ebebeb}
.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}
.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}
.table-striped tbody tr:nth-of-type(odd){background-color:#f9f9f9}
.table-hover tbody tr:hover{color:#575757;background-color:#f1f1f1}
.table-primary,.table-primary>td,.table-primary>th{background-color:#b8c7d4}
.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7a98af}
.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#a8baca}
.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}
.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}
.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}
.table-success,.table-success>td,.table-success>th{background-color:#c8ead6}
.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#99d9b4}
.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b6e3c8}
.table-info,.table-info>td,.table-info>th{background-color:#cde7f8}
.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#a2d2f2}
.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#b7dcf5}
.table-warning,.table-warning>td,.table-warning>th{background-color:#f7dcbe}
.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#f0bd87}
.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#f4d0a7}
.table-danger,.table-danger>td,.table-danger>th{background-color:#f0ccc7}
.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#e2a097}
.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ebbab3}
.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}
.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}
.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}
.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}
.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}
.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}
.table-active,.table-active>td,.table-active>th{background-color:#f1f1f1}
.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#e4e4e4}
.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#343a40}
.table .thead-light th{color:#575757;background-color:#ebebeb;border-color:#ebebeb}
.table-dark{color:#fff;background-color:#343a40}
.table-dark td,.table-dark th,.table-dark thead th{border-color:#343a40}
.table-dark.table-bordered{border:0}
.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}
.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}
@media(max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}
@media(max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}
@media(max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}
@media(max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}
.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-responsive>.table-bordered{border:0}
.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#575757;background-color:#fff;background-clip:padding-box;border:1px solid #e1e1e1;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion:reduce){.form-control{transition:none}}
.form-control::-ms-expand{background-color:transparent;border:0}
.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #575757}
.form-control:focus{color:#575757;background-color:#fff;border-color:#007fe5;outline:0;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
.form-control::-moz-placeholder{color:#6c757d;opacity:1}
.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}
.form-control::placeholder{color:#6c757d;opacity:1}
.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}
input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}
select.form-control:focus::-ms-value{color:#575757;background-color:#fff}
.form-control-file,.form-control-range{display:block;width:100%}
.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}
.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1rem;line-height:1.5}
.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}
.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#575757;background-color:transparent;border:solid transparent;border-width:1px 0}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}
.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}
.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:.3rem}
select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}
.form-group{margin-bottom:1rem}
.form-text{display:block;margin-top:.5rem}
.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}
.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}
.form-check{position:relative;display:block;padding-left:1.25rem}
.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}
.form-check-label{margin-bottom:0}
.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}
.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}
.valid-feedback{display:none;width:100%;margin-top:.5rem;font-size:.875rem;color:#3bb56e}
.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .75rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(59,181,110,.9);border-radius:0}
.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}
.form-control.is-valid,.was-validated .form-control:valid{border-color:#3bb56e}
.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#3bb56e;box-shadow:0 0 0 .2rem rgba(59,181,110,.25)}
.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#3bb56e}
.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#3bb56e;box-shadow:0 0 0 .2rem rgba(59,181,110,.25)}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#3bb56e}
.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}
.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#3bb56e}
.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#3bb56e}
.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#5ac988;background-color:#5ac988}
.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(59,181,110,.25)}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#3bb56e}
.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#3bb56e;box-shadow:0 0 0 .2rem rgba(59,181,110,.25)}
.invalid-feedback{display:none;width:100%;margin-top:.5rem;font-size:.875rem;color:#c84837}
.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .75rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(200,72,55,.9);border-radius:0}
.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}
.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#c84837}
.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#c84837;box-shadow:0 0 0 .2rem rgba(200,72,55,.25)}
.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#c84837}
.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#c84837;box-shadow:0 0 0 .2rem rgba(200,72,55,.25)}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#c84837}
.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}
.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#c84837}
.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#c84837}
.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#d36d5f;background-color:#d36d5f}
.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(200,72,55,.25)}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#c84837}
.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#c84837;box-shadow:0 0 0 .2rem rgba(200,72,55,.25)}
.form-inline{display:flex;flex-flow:row wrap;align-items:center}
.form-inline .form-check{width:100%}
@media(min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}
.btn{display:inline-block;font-weight:700;color:#575757;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion:reduce){.btn{transition:none}}
.btn:hover{color:#575757;text-decoration:none}
.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
.btn.disabled,.btn:disabled{opacity:.65}
.btn:not(:disabled):not(.disabled){cursor:pointer}
a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}
.btn-primary{color:#fff;background-color:#003865;border-color:#003865}
.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#00233f;border-color:#001c32}
.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,86,124,.5)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#003865;border-color:#003865}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#001c32;border-color:#001525}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,86,124,.5)}
.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}
.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}
.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}
.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}
.btn-success{color:#fff;background-color:#3bb56e;border-color:#3bb56e}
.btn-success.focus,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#32985c;border-color:#2e8f57}
.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(88,192,132,.5)}
.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#3bb56e;border-color:#3bb56e}
.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#2e8f57;border-color:#2b8551}
.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(88,192,132,.5)}
.btn-info{color:#fff;background-color:#4ca8e6;border-color:#4ca8e6}
.btn-info.focus,.btn-info:focus,.btn-info:hover{color:#fff;background-color:#2a98e1;border-color:#1f92e0}
.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(103,181,234,.5)}
.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#4ca8e6;border-color:#4ca8e6}
.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#1f92e0;border-color:#1e8bd5}
.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(103,181,234,.5)}
.btn-warning{color:#fff;background-color:#e28118;border-color:#e28118}
.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{color:#fff;background-color:#bf6d14;border-color:#b46713}
.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(230,148,59,.5)}
.btn-warning.disabled,.btn-warning:disabled{color:#fff;background-color:#e28118;border-color:#e28118}
.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#fff;background-color:#b46713;border-color:#a86012}
.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(230,148,59,.5)}
.btn-danger{color:#fff;background-color:#c84837;border-color:#c84837}
.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#aa3d2f;border-color:#a03a2c}
.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(208,99,85,.5)}
.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#c84837;border-color:#c84837}
.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#a03a2c;border-color:#963629}
.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(208,99,85,.5)}
.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-light.focus,.btn-light:focus,.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}
.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}
.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}
.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}
.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}
.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}
.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}
.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}
.btn-outline-primary{color:#003865;border-color:#003865}
.btn-outline-primary:hover{color:#fff;background-color:#003865;border-color:#003865}
.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,56,101,.5)}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#003865;background-color:transparent}
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#003865;border-color:#003865}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,56,101,.5)}
.btn-outline-secondary{color:#6c757d;border-color:#6c757d}
.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}
.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
.btn-outline-success{color:#3bb56e;border-color:#3bb56e}
.btn-outline-success:hover{color:#fff;background-color:#3bb56e;border-color:#3bb56e}
.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(59,181,110,.5)}
.btn-outline-success.disabled,.btn-outline-success:disabled{color:#3bb56e;background-color:transparent}
.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#3bb56e;border-color:#3bb56e}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(59,181,110,.5)}
.btn-outline-info{color:#4ca8e6;border-color:#4ca8e6}
.btn-outline-info:hover{color:#fff;background-color:#4ca8e6;border-color:#4ca8e6}
.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(76,168,230,.5)}
.btn-outline-info.disabled,.btn-outline-info:disabled{color:#4ca8e6;background-color:transparent}
.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#4ca8e6;border-color:#4ca8e6}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(76,168,230,.5)}
.btn-outline-warning{color:#e28118;border-color:#e28118}
.btn-outline-warning:hover{color:#fff;background-color:#e28118;border-color:#e28118}
.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(226,129,24,.5)}
.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#e28118;background-color:transparent}
.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#e28118;border-color:#e28118}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(226,129,24,.5)}
.btn-outline-danger{color:#c84837;border-color:#c84837}
.btn-outline-danger:hover{color:#fff;background-color:#c84837;border-color:#c84837}
.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(200,72,55,.5)}
.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#c84837;background-color:transparent}
.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#c84837;border-color:#c84837}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(200,72,55,.5)}
.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}
.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}
.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}
.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}
.btn-outline-dark{color:#343a40;border-color:#343a40}
.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}
.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
.btn-link{font-weight:400;color:#003865;text-decoration:none}
.btn-link:hover{color:#000}
.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:none}
.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}
.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:.3rem}
.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}
.btn-block{display:block;width:100%}
.btn-block+.btn-block{margin-top:.5rem}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}
.fade{transition:opacity .15s linear}
@media(prefers-reduced-motion:reduce){.fade{transition:none}}
.fade:not(.show){opacity:0}
.collapse:not(.show){display:none}
.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}
@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}
.dropdown,.dropleft,.dropright,.dropup{position:relative}
.dropdown-toggle{white-space:nowrap}
.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}
.dropdown-toggle:empty:after{margin-left:0}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:11.25rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#575757;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #e1e1e1;border-radius:0}
.dropdown-menu-left{right:auto;left:0}
.dropdown-menu-right{right:0;left:auto}
@media(min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}
@media(min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}
@media(min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}
@media(min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}
.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}
.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}
.dropup .dropdown-toggle:empty:after{margin-left:0}
.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}
.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}
.dropright .dropdown-toggle:empty:after{margin-left:0}
.dropright .dropdown-toggle:after{vertical-align:0}
.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}
.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}
.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}
.dropleft .dropdown-toggle:empty:after{margin-left:0}
.dropleft .dropdown-toggle:before{vertical-align:0}
.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}
.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #ebebeb}
.dropdown-item{display:block;width:100%;padding:.5rem .75rem;clear:both;font-weight:400;color:#575757;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}
.dropdown-item:focus,.dropdown-item:hover{color:#575757;text-decoration:none;background-color:#f5f5f5}
.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#003865}
.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}
.dropdown-menu.show{display:block}
.dropdown-header{display:block;padding:.5rem .75rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}
.dropdown-item-text{display:block;padding:.5rem .75rem;color:#575757}
.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}
.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}
.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}
.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}
.btn-toolbar .input-group{width:auto}
.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}
.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}
.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}
.dropleft .dropdown-toggle-split:before{margin-right:0}
.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}
.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}
.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}
.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}
.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}
.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}
.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}
.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}
.input-group>.custom-file .custom-file-input:focus{z-index:4}
.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.input-group>.custom-file{display:flex;align-items:center}
.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}
.input-group-append,.input-group-prepend{display:flex}
.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}
.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}
.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}
.input-group-prepend{margin-right:-1px}
.input-group-append{margin-left:-1px}
.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#575757;text-align:center;white-space:nowrap;background-color:#f5f5f5;border:1px solid #e1e1e1;border-radius:.25rem}
.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}
.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}
.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1rem;line-height:1.5;border-radius:.3rem}
.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}
.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}
.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}
.custom-control{position:relative;z-index:1;display:block;min-height:1.5rem;padding-left:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}
.custom-control-inline{display:inline-flex;margin-right:1rem}
.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}
.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#003865;background-color:#003865}
.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#007fe5}
.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#1998ff;border-color:#1998ff}
.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}
.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}
.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}
.custom-control-label:before{pointer-events:none;background-color:#e1e1e1;border:1px solid #adb5bd}
.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}
.custom-control-label:after{background:no-repeat 50%/50% 50%}
.custom-checkbox .custom-control-label:before{border-radius:.25rem}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#003865;background-color:#003865}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,56,101,.5)}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,56,101,.5)}
.custom-radio .custom-control-label:before{border-radius:50%}
.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,56,101,.5)}
.custom-switch{padding-left:2.5rem}
.custom-switch .custom-control-label:before{left:-2.5rem;pointer-events:all;border-radius:.5rem}
.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.5rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}
.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#e1e1e1;transform:translateX(1rem)}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,56,101,.5)}
.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#575757;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;border:1px solid #e1e1e1;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.custom-select:focus{border-color:#007fe5;outline:0;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
.custom-select:focus::-ms-value{color:#575757;background-color:#fff}
.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}
.custom-select:disabled{color:#6c757d;background-color:#e9ecef}
.custom-select::-ms-expand{display:none}
.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #575757}
.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}
.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1rem}
.custom-file{display:inline-block;margin-bottom:0}
.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}
.custom-file-input{z-index:2;margin:0;opacity:0}
.custom-file-input:focus~.custom-file-label{border-color:#007fe5;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}
.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}
.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}
.custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);font-weight:400;background-color:#fff;border:1px solid #e1e1e1;border-radius:.25rem}
.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#575757}
.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#f5f5f5;border-left:inherit;border-radius:0 .25rem .25rem 0}
.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.custom-range:focus{outline:none}
.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(0,56,101,.25)}
.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(0,56,101,.25)}
.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #f5f5f5,0 0 0 .2rem rgba(0,56,101,.25)}
.custom-range::-moz-focus-outer{border:0}
.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#003865;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}
@media(prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}
.custom-range::-webkit-slider-thumb:active{background-color:#1998ff}
.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}
.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#003865;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}
@media(prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}
.custom-range::-moz-range-thumb:active{background-color:#1998ff}
.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}
.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#003865;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}
@media(prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}
.custom-range::-ms-thumb:active{background-color:#1998ff}
.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}
.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}
.custom-range::-ms-fill-upper{margin-right:15px}
.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}
.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}
.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}
.custom-range:disabled::-moz-range-track{cursor:default}
.custom-range:disabled::-ms-thumb{background-color:#adb5bd}
.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}
.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}
.nav-link{display:block;padding:.5rem 1rem}
.nav-link:focus,.nav-link:hover{text-decoration:none}
.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}
.nav-tabs{border-bottom:1px solid #ebebeb}
.nav-tabs .nav-item{margin-bottom:-1px}
.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#ebebeb}
.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#575757;background-color:#fff;border-color:#ebebeb}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}
.nav-pills .nav-link{border-radius:.25rem}
.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}
.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}
.tab-content>.tab-pane{display:none}
.tab-content>.active{display:block}
.breadcrumb{flex-wrap:wrap;padding:.75rem 0;margin-bottom:0;list-style:none;background-color:transparent;border-radius:.25rem}
.breadcrumb,.breadcrumb-item{display:flex}
.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}
.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}
.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}
.breadcrumb-item.active{color:#6c757d}
.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}
.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-2px;line-height:1.25;color:#575757;border:2px solid transparent}
.page-link,.page-link:hover{background-color:transparent}
.page-link:hover{z-index:2;color:#003865;text-decoration:none;border-color:#003865}
.page-link:focus{z-index:3;outline:0;box-shadow:none}
.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.page-item.active .page-link{z-index:3;color:#003865;background-color:#f9f9f9;border-color:#003865}
.page-item.disabled .page-link{color:#adb5bd;pointer-events:none;cursor:auto;background-color:#fff;border-color:#fff}
.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}
.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}
.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}
.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}
.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}
.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}
.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media(prefers-reduced-motion:reduce){.badge{transition:none}}
a.badge:focus,a.badge:hover{text-decoration:none}
.badge:empty{display:none}
.btn .badge{position:relative;top:-1px}
.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}
.badge-primary{color:#fff;background-color:#003865}
a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#001c32}
a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,56,101,.5)}
.badge-secondary{background-color:#6c757d}
a.badge-secondary:focus,a.badge-secondary:hover{background-color:#545b62}
a.badge-secondary.focus,a.badge-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
.badge-success{color:#fff;background-color:#3bb56e}
a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#2e8f57}
a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(59,181,110,.5)}
.badge-info{color:#fff;background-color:#4ca8e6}
a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#1f92e0}
a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(76,168,230,.5)}
.badge-warning{color:#fff;background-color:#e28118}
a.badge-warning:focus,a.badge-warning:hover{color:#fff;background-color:#b46713}
a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(226,129,24,.5)}
.badge-danger{color:#fff;background-color:#c84837}
a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#a03a2c}
a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(200,72,55,.5)}
.badge-light{color:#212529;background-color:#f8f9fa}
a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}
a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}
.badge-dark{color:#fff;background-color:#343a40}
a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}
a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}
@media(min-width:576px){.jumbotron{padding:4rem 2rem}}
.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}
.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:0 solid transparent;border-radius:0}
.alert-heading{color:inherit}
.alert-link{font-weight:700}
.alert-dismissible{padding-right:4rem}
.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}
.alert-primary{color:#001d35;background-color:#ccd7e0;border-color:#b8c7d4;box-shadow:0 .125rem #bccbd6}
.alert-primary hr{border-top-color:#a8baca}
.alert-primary .alert-link{color:#000102}
.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db;box-shadow:0 .125rem #d5d6d9}
.alert-secondary hr{border-top-color:#c8cbcf}
.alert-secondary .alert-link{color:#202326}
.alert-success{color:#1f5e39;background-color:#d8f0e2;border-color:#c8ead6;box-shadow:0 .125rem #c6e9d4}
.alert-success hr{border-top-color:#b6e3c8}
.alert-success .alert-link{color:#123822}
.alert-info{color:#285778;background-color:#dbeefa;border-color:#cde7f8;box-shadow:0 .125rem #c5e3f7}
.alert-info hr{border-top-color:#b7dcf5}
.alert-info .alert-link{color:#1b3b52}
.alert-warning{color:#76430c;background-color:#f9e6d1;border-color:#f7dcbe;box-shadow:0 .125rem #f6daba}
.alert-warning hr{border-top-color:#f4d0a7}
.alert-warning .alert-link{color:#482907}
.alert-danger{color:#68251d;background-color:#f4dad7;border-color:#f0ccc7;box-shadow:0 .125rem #efc8c3}
.alert-danger hr{border-top-color:#ebbab3}
.alert-danger .alert-link{color:#401712}
.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe;box-shadow:0 .125rem #f1f1f1}
.alert-light hr{border-top-color:#ececf6}
.alert-light .alert-link{color:#686868}
.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca;box-shadow:0 .125rem #c9cbcd}
.alert-dark hr{border-top-color:#b9bbbe}
.alert-dark .alert-link{color:#040505}
@-webkit-keyframes progress-bar-stripes{0%{background-position:1.5rem 0}to{background-position:0 0}}
@keyframes progress-bar-stripes{0%{background-position:1.5rem 0}to{background-position:0 0}}
.progress{height:1.5rem;line-height:0;font-size:1rem;background-color:#e9ecef;border-radius:0}
.progress,.progress-bar{display:flex;overflow:hidden}
.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#003865;transition:width .6s ease}
@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}
.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1.5rem 1.5rem}
.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}
@media(prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}
.media{display:flex;align-items:flex-start}
.media-body{flex:1}
.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}
.list-group-item-action{width:100%;color:#575757;text-align:inherit}
.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#575757;text-decoration:none;background-color:#f9f9f9}
.list-group-item-action:active{color:#575757;background-color:#ebebeb}
.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid #ebebeb}
.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}
.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}
.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}
.list-group-item.active{z-index:2;color:#fff;background-color:#003865;border-color:#003865}
.list-group-item+.list-group-item{border-top-width:0}
.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}
.list-group-horizontal{flex-direction:row}
.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}
.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}
.list-group-horizontal>.list-group-item.active{margin-top:0}
.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}
.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}
@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
.list-group-flush{border-radius:0}
.list-group-flush>.list-group-item{border-width:0 0 1px}
.list-group-flush>.list-group-item:last-child{border-bottom-width:0}
.list-group-item-primary{color:#001d35;background-color:#b8c7d4}
.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#001d35;background-color:#a8baca}
.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#001d35;border-color:#001d35}
.list-group-item-secondary{color:#383d41;background-color:#d6d8db}
.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}
.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}
.list-group-item-success{color:#1f5e39;background-color:#c8ead6}
.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#1f5e39;background-color:#b6e3c8}
.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#1f5e39;border-color:#1f5e39}
.list-group-item-info{color:#285778;background-color:#cde7f8}
.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#285778;background-color:#b7dcf5}
.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#285778;border-color:#285778}
.list-group-item-warning{color:#76430c;background-color:#f7dcbe}
.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#76430c;background-color:#f4d0a7}
.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#76430c;border-color:#76430c}
.list-group-item-danger{color:#68251d;background-color:#f0ccc7}
.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#68251d;background-color:#ebbab3}
.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#68251d;border-color:#68251d}
.list-group-item-light{color:#818182;background-color:#fdfdfe}
.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}
.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}
.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}
.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}
.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}
.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}
.close:hover{color:#000;text-decoration:none}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}
button.close{padding:0;background-color:transparent;border:0}
a.close.disabled{pointer-events:none}
.toast{flex-basis:350px;max-width:350px;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);opacity:0;border-radius:.25rem}
.toast:not(:last-child){margin-bottom:.75rem}
.toast.showing{opacity:1}
.toast.show{display:block;opacity:1}
.toast.hide{display:none}
.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}
.toast-body{padding:.75rem}
.modal-open{overflow:hidden}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}
.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}
@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}
.modal.show .modal-dialog{transform:none}
.modal.modal-static .modal-dialog{transform:scale(1.02)}
.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}
.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}
.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}
.modal-dialog-scrollable .modal-body{overflow-y:auto}
.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}
.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}
.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}
.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}
.modal-dialog-centered.modal-dialog-scrollable:before{content:none}
.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.2);border-radius:0;outline:0}
.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}
.modal-backdrop.fade{opacity:0}
.modal-backdrop.show{opacity:.25}
.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:0 solid #ebebeb;border-top-left-radius:0;border-top-right-radius:0}
.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}
.modal-title{margin-bottom:0;line-height:1.5}
.modal-body{position:relative;flex:1 1 auto;padding:1rem}
.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:0 solid #ebebeb;border-bottom-right-radius:0;border-bottom-left-radius:0}
.modal-footer>*{margin:.25rem}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}
@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}
@media(min-width:1200px){.modal-xl{max-width:1140px}}
[dir=ltr] .tooltip{text-align:left}
[dir=rtl] .tooltip{text-align:right}
.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:Lato,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}
.tooltip.show{opacity:.9}
.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}
.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}
.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}
.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}
.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:rgba(0,0,0,.9)}
.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}
.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}
.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:rgba(0,0,0,.9)}
.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}
.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}
.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:rgba(0,0,0,.9)}
.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}
.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}
.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:rgba(0,0,0,.9)}
.tooltip-inner{max-width:200px;padding:.25rem .75rem;color:#fff;text-align:center;background-color:rgba(0,0,0,.9);border-radius:0}
[dir=ltr] .popover{text-align:left}
[dir=rtl] .popover{text-align:right}
.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:Lato,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #ebebeb;border-radius:.3rem}
.popover,.popover .arrow{position:absolute;display:block}
.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}
.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}
.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}
.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}
.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#ebebeb}
.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}
.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}
.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}
.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#ebebeb}
.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}
.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}
.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}
.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:#ebebeb}
.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}
.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #fff}
.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}
.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}
.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#ebebeb}
.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}
.popover-header{padding:.75rem .625rem;margin-bottom:0;font-size:1rem;color:#373737;background-color:#fff;border-bottom:1px solid #f2f2f2;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}
.popover-header:empty{display:none}
.popover-body{padding:.625rem;color:#575757}
.carousel.pointer-event{touch-action:pan-y}
.carousel-inner:after{display:block;clear:both;content:""}
.carousel-item{float:left;margin-right:-100%}
.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}
.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}
.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}
.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}
.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}
@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}
.carousel-control-next,.carousel-control-prev{z-index:1;transition:opacity .15s ease}
@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}
.carousel-control-next-icon,.carousel-control-prev-icon{background:no-repeat 50%/100% 100%}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}
.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}
.carousel-indicators{bottom:0}
.carousel-indicators li{box-sizing:content-box;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}
@media(prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}
.carousel-indicators .active{opacity:1}
@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}
@keyframes spinner-border{to{transform:rotate(1turn)}}
.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}
.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}
@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}
@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}
.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}
.spinner-grow-sm{width:1rem;height:1rem}
.align-baseline{vertical-align:baseline!important}
.align-top{vertical-align:top!important}
.align-middle{vertical-align:middle!important}
.align-bottom{vertical-align:bottom!important}
.align-text-bottom{vertical-align:text-bottom!important}
.align-text-top{vertical-align:text-top!important}
.bg-primary{background-color:#003865!important}
a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#001c32!important}
.bg-secondary{background-color:#6c757d!important}
a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}
.bg-success{background-color:#3bb56e!important}
a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#2e8f57!important}
.bg-info{background-color:#4ca8e6!important}
a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#1f92e0!important}
.bg-warning{background-color:#e28118!important}
a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#b46713!important}
.bg-danger{background-color:#c84837!important}
a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#a03a2c!important}
.bg-light{background-color:#f8f9fa!important}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}
.bg-dark{background-color:#343a40!important}
a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}
.bg-transparent{background-color:transparent!important}
.border{border:1px solid #ebebeb!important}
.border-top{border-top:1px solid #ebebeb!important}
.border-right{border-right:1px solid #ebebeb!important}
.border-bottom{border-bottom:1px solid #ebebeb!important}
.border-left{border-left:1px solid #ebebeb!important}
.border-0{border:0!important}
.border-top-0{border-top:0!important}
.border-right-0{border-right:0!important}
.border-bottom-0{border-bottom:0!important}
.border-left-0{border-left:0!important}
.border-primary{border-color:#003865!important}
.border-secondary{border-color:#6c757d!important}
.border-success{border-color:#3bb56e!important}
.border-info{border-color:#4ca8e6!important}
.border-warning{border-color:#e28118!important}
.border-danger{border-color:#c84837!important}
.border-light{border-color:#f8f9fa!important}
.border-dark{border-color:#343a40!important}
.border-white{border-color:#fff!important}
.rounded-sm{border-radius:.2rem!important}
.rounded{border-radius:.25rem!important}
.rounded-top{border-top-left-radius:.25rem!important}
.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}
.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}
.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}
.rounded-left{border-top-left-radius:.25rem!important}
.rounded-lg{border-radius:.3rem!important}
.rounded-circle{border-radius:50%!important}
.rounded-pill{border-radius:50rem!important}
.rounded-0{border-radius:0!important}
.clearfix:after{display:block;clear:both;content:""}
.d-none{display:none!important}
.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-table{display:table!important}
.d-table-row{display:table-row!important}
.d-table-cell{display:table-cell!important}
.d-flex{display:flex!important}
.d-inline-flex{display:inline-flex!important}
@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}
@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}
@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}
@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}
@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}
.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}
.embed-responsive:before{display:block;content:""}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-21by9:before{padding-top:42.8571428571%}
.embed-responsive-16by9:before{padding-top:56.25%}
.embed-responsive-4by3:before{padding-top:75%}
.embed-responsive-1by1:before{padding-top:100%}
.flex-row{flex-direction:row!important}
.flex-column{flex-direction:column!important}
.flex-row-reverse{flex-direction:row-reverse!important}
.flex-column-reverse{flex-direction:column-reverse!important}
.flex-wrap{flex-wrap:wrap!important}
.flex-nowrap{flex-wrap:nowrap!important}
.flex-wrap-reverse{flex-wrap:wrap-reverse!important}
.flex-fill{flex:1 1 auto!important}
.flex-grow-0{flex-grow:0!important}
.flex-grow-1{flex-grow:1!important}
.flex-shrink-0{flex-shrink:0!important}
.flex-shrink-1{flex-shrink:1!important}
.justify-content-start{justify-content:flex-start!important}
.justify-content-end{justify-content:flex-end!important}
.justify-content-center{justify-content:center!important}
.justify-content-between{justify-content:space-between!important}
.justify-content-around{justify-content:space-around!important}
.align-items-start{align-items:flex-start!important}
.align-items-end{align-items:flex-end!important}
.align-items-center{align-items:center!important}
.align-items-baseline{align-items:baseline!important}
.align-items-stretch{align-items:stretch!important}
.align-content-start{align-content:flex-start!important}
.align-content-end{align-content:flex-end!important}
.align-content-center{align-content:center!important}
.align-content-between{align-content:space-between!important}
.align-content-around{align-content:space-around!important}
.align-content-stretch{align-content:stretch!important}
.align-self-auto{align-self:auto!important}
.align-self-start{align-self:flex-start!important}
.align-self-end{align-self:flex-end!important}
.align-self-center{align-self:center!important}
.align-self-baseline{align-self:baseline!important}
.align-self-stretch{align-self:stretch!important}
@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}
@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}
@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}
@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}
.float-left{float:left!important}
.float-right{float:right!important}
.float-none{float:none!important}
@media(min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}
@media(min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}
@media(min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}
@media(min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}
.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}
.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}
.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}
.overflow-auto{overflow:auto!important}
.overflow-hidden{overflow:hidden!important}
.position-static{position:static!important}
.position-relative{position:relative!important}
.position-absolute{position:absolute!important}
.position-fixed{position:fixed!important}
.position-sticky{position:-webkit-sticky!important;position:sticky!important}
.fixed-top{top:0}
.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}
.fixed-bottom{bottom:0}
@supports((position: -webkit-sticky) or (position: sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}
.sr-only{white-space:nowrap}
.sr-only-focusable:active,.sr-only-focusable:focus{white-space:normal}
.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}
.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}
.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}
.shadow-none{box-shadow:none!important}
.w-25{width:25%!important}
.w-50{width:50%!important}
.w-75{width:75%!important}
.w-100{width:100%!important}
.w-auto{width:auto!important}
.h-25{height:25%!important}
.h-50{height:50%!important}
.h-75{height:75%!important}
.h-100{height:100%!important}
.h-auto{height:auto!important}
.mw-100{max-width:100%!important}
.mh-100{max-height:100%!important}
.min-vw-100{min-width:100vw!important}
.min-vh-100{min-height:100vh!important}
.vw-100{width:100vw!important}
.vh-100{height:100vh!important}
.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:.25rem!important}
.mt-1,.my-1{margin-top:.25rem!important}
.mr-1,.mx-1{margin-right:.25rem!important}
.mb-1,.my-1{margin-bottom:.25rem!important}
.ml-1,.mx-1{margin-left:.25rem!important}
.m-2{margin:.5rem!important}
.mt-2,.my-2{margin-top:.5rem!important}
.mr-2,.mx-2{margin-right:.5rem!important}
.mb-2,.my-2{margin-bottom:.5rem!important}
.ml-2,.mx-2{margin-left:.5rem!important}
.m-3{margin:1rem!important}
.mt-3,.my-3{margin-top:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}
.ml-3,.mx-3{margin-left:1rem!important}
.m-4{margin:1.5rem!important}
.mt-4,.my-4{margin-top:1.5rem!important}
.mr-4,.mx-4{margin-right:1.5rem!important}
.mb-4,.my-4{margin-bottom:1.5rem!important}
.ml-4,.mx-4{margin-left:1.5rem!important}
.m-5{margin:3rem!important}
.mt-5,.my-5{margin-top:3rem!important}
.mr-5,.mx-5{margin-right:3rem!important}
.mb-5,.my-5{margin-bottom:3rem!important}
.ml-5,.mx-5{margin-left:3rem!important}
.m-6{margin:4.5rem!important}
.mt-6,.my-6{margin-top:4.5rem!important}
.mr-6,.mx-6{margin-right:4.5rem!important}
.mb-6,.my-6{margin-bottom:4.5rem!important}
.ml-6,.mx-6{margin-left:4.5rem!important}
.m-7{margin:6rem!important}
.mt-7,.my-7{margin-top:6rem!important}
.mr-7,.mx-7{margin-right:6rem!important}
.mb-7,.my-7{margin-bottom:6rem!important}
.ml-7,.mx-7{margin-left:6rem!important}
.m-8{margin:9rem!important}
.mt-8,.my-8{margin-top:9rem!important}
.mr-8,.mx-8{margin-right:9rem!important}
.mb-8,.my-8{margin-bottom:9rem!important}
.ml-8,.mx-8{margin-left:9rem!important}
.m-9{margin:12rem!important}
.mt-9,.my-9{margin-top:12rem!important}
.mr-9,.mx-9{margin-right:12rem!important}
.mb-9,.my-9{margin-bottom:12rem!important}
.ml-9,.mx-9{margin-left:12rem!important}
.m-10{margin:18rem!important}
.mt-10,.my-10{margin-top:18rem!important}
.mr-10,.mx-10{margin-right:18rem!important}
.mb-10,.my-10{margin-bottom:18rem!important}
.ml-10,.mx-10{margin-left:18rem!important}
.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-1{padding:.25rem!important}
.pt-1,.py-1{padding-top:.25rem!important}
.pr-1,.px-1{padding-right:.25rem!important}
.pb-1,.py-1{padding-bottom:.25rem!important}
.pl-1,.px-1{padding-left:.25rem!important}
.p-2{padding:.5rem!important}
.pt-2,.py-2{padding-top:.5rem!important}
.pr-2,.px-2{padding-right:.5rem!important}
.pb-2,.py-2{padding-bottom:.5rem!important}
.pl-2,.px-2{padding-left:.5rem!important}
.p-3{padding:1rem!important}
.pt-3,.py-3{padding-top:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}
.pl-3,.px-3{padding-left:1rem!important}
.p-4{padding:1.5rem!important}
.pt-4,.py-4{padding-top:1.5rem!important}
.pr-4,.px-4{padding-right:1.5rem!important}
.pb-4,.py-4{padding-bottom:1.5rem!important}
.pl-4,.px-4{padding-left:1.5rem!important}
.p-5{padding:3rem!important}
.pt-5,.py-5{padding-top:3rem!important}
.pr-5,.px-5{padding-right:3rem!important}
.pb-5,.py-5{padding-bottom:3rem!important}
.pl-5,.px-5{padding-left:3rem!important}
.p-6{padding:4.5rem!important}
.pt-6,.py-6{padding-top:4.5rem!important}
.pr-6,.px-6{padding-right:4.5rem!important}
.pb-6,.py-6{padding-bottom:4.5rem!important}
.pl-6,.px-6{padding-left:4.5rem!important}
.p-7{padding:6rem!important}
.pt-7,.py-7{padding-top:6rem!important}
.pr-7,.px-7{padding-right:6rem!important}
.pb-7,.py-7{padding-bottom:6rem!important}
.pl-7,.px-7{padding-left:6rem!important}
.p-8{padding:9rem!important}
.pt-8,.py-8{padding-top:9rem!important}
.pr-8,.px-8{padding-right:9rem!important}
.pb-8,.py-8{padding-bottom:9rem!important}
.pl-8,.px-8{padding-left:9rem!important}
.p-9{padding:12rem!important}
.pt-9,.py-9{padding-top:12rem!important}
.pr-9,.px-9{padding-right:12rem!important}
.pb-9,.py-9{padding-bottom:12rem!important}
.pl-9,.px-9{padding-left:12rem!important}
.p-10{padding:18rem!important}
.pt-10,.py-10{padding-top:18rem!important}
.pr-10,.px-10{padding-right:18rem!important}
.pb-10,.py-10{padding-bottom:18rem!important}
.pl-10,.px-10{padding-left:18rem!important}
.m-n1{margin:-.25rem!important}
.mt-n1,.my-n1{margin-top:-.25rem!important}
.mr-n1,.mx-n1{margin-right:-.25rem!important}
.mb-n1,.my-n1{margin-bottom:-.25rem!important}
.ml-n1,.mx-n1{margin-left:-.25rem!important}
.m-n2{margin:-.5rem!important}
.mt-n2,.my-n2{margin-top:-.5rem!important}
.mr-n2,.mx-n2{margin-right:-.5rem!important}
.mb-n2,.my-n2{margin-bottom:-.5rem!important}
.ml-n2,.mx-n2{margin-left:-.5rem!important}
.m-n3{margin:-1rem!important}
.mt-n3,.my-n3{margin-top:-1rem!important}
.mr-n3,.mx-n3{margin-right:-1rem!important}
.mb-n3,.my-n3{margin-bottom:-1rem!important}
.ml-n3,.mx-n3{margin-left:-1rem!important}
.m-n4{margin:-1.5rem!important}
.mt-n4,.my-n4{margin-top:-1.5rem!important}
.mr-n4,.mx-n4{margin-right:-1.5rem!important}
.mb-n4,.my-n4{margin-bottom:-1.5rem!important}
.ml-n4,.mx-n4{margin-left:-1.5rem!important}
.m-n5{margin:-3rem!important}
.mt-n5,.my-n5{margin-top:-3rem!important}
.mr-n5,.mx-n5{margin-right:-3rem!important}
.mb-n5,.my-n5{margin-bottom:-3rem!important}
.ml-n5,.mx-n5{margin-left:-3rem!important}
.m-n6{margin:-4.5rem!important}
.mt-n6,.my-n6{margin-top:-4.5rem!important}
.mr-n6,.mx-n6{margin-right:-4.5rem!important}
.mb-n6,.my-n6{margin-bottom:-4.5rem!important}
.ml-n6,.mx-n6{margin-left:-4.5rem!important}
.m-n7{margin:-6rem!important}
.mt-n7,.my-n7{margin-top:-6rem!important}
.mr-n7,.mx-n7{margin-right:-6rem!important}
.mb-n7,.my-n7{margin-bottom:-6rem!important}
.ml-n7,.mx-n7{margin-left:-6rem!important}
.m-n8{margin:-9rem!important}
.mt-n8,.my-n8{margin-top:-9rem!important}
.mr-n8,.mx-n8{margin-right:-9rem!important}
.mb-n8,.my-n8{margin-bottom:-9rem!important}
.ml-n8,.mx-n8{margin-left:-9rem!important}
.m-n9{margin:-12rem!important}
.mt-n9,.my-n9{margin-top:-12rem!important}
.mr-n9,.mx-n9{margin-right:-12rem!important}
.mb-n9,.my-n9{margin-bottom:-12rem!important}
.ml-n9,.mx-n9{margin-left:-12rem!important}
.m-n10{margin:-18rem!important}
.mt-n10,.my-n10{margin-top:-18rem!important}
.mr-n10,.mx-n10{margin-right:-18rem!important}
.mb-n10,.my-n10{margin-bottom:-18rem!important}
.ml-n10,.mx-n10{margin-left:-18rem!important}
.m-auto{margin:auto!important}
.mt-auto,.my-auto{margin-top:auto!important}
.mr-auto,.mx-auto{margin-right:auto!important}
.mb-auto,.my-auto{margin-bottom:auto!important}
.ml-auto,.mx-auto{margin-left:auto!important}
@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.m-sm-6{margin:4.5rem!important}.mt-sm-6,.my-sm-6{margin-top:4.5rem!important}.mr-sm-6,.mx-sm-6{margin-right:4.5rem!important}.mb-sm-6,.my-sm-6{margin-bottom:4.5rem!important}.ml-sm-6,.mx-sm-6{margin-left:4.5rem!important}.m-sm-7{margin:6rem!important}.mt-sm-7,.my-sm-7{margin-top:6rem!important}.mr-sm-7,.mx-sm-7{margin-right:6rem!important}.mb-sm-7,.my-sm-7{margin-bottom:6rem!important}.ml-sm-7,.mx-sm-7{margin-left:6rem!important}.m-sm-8{margin:9rem!important}.mt-sm-8,.my-sm-8{margin-top:9rem!important}.mr-sm-8,.mx-sm-8{margin-right:9rem!important}.mb-sm-8,.my-sm-8{margin-bottom:9rem!important}.ml-sm-8,.mx-sm-8{margin-left:9rem!important}.m-sm-9{margin:12rem!important}.mt-sm-9,.my-sm-9{margin-top:12rem!important}.mr-sm-9,.mx-sm-9{margin-right:12rem!important}.mb-sm-9,.my-sm-9{margin-bottom:12rem!important}.ml-sm-9,.mx-sm-9{margin-left:12rem!important}.m-sm-10{margin:18rem!important}.mt-sm-10,.my-sm-10{margin-top:18rem!important}.mr-sm-10,.mx-sm-10{margin-right:18rem!important}.mb-sm-10,.my-sm-10{margin-bottom:18rem!important}.ml-sm-10,.mx-sm-10{margin-left:18rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.p-sm-6{padding:4.5rem!important}.pt-sm-6,.py-sm-6{padding-top:4.5rem!important}.pr-sm-6,.px-sm-6{padding-right:4.5rem!important}.pb-sm-6,.py-sm-6{padding-bottom:4.5rem!important}.pl-sm-6,.px-sm-6{padding-left:4.5rem!important}.p-sm-7{padding:6rem!important}.pt-sm-7,.py-sm-7{padding-top:6rem!important}.pr-sm-7,.px-sm-7{padding-right:6rem!important}.pb-sm-7,.py-sm-7{padding-bottom:6rem!important}.pl-sm-7,.px-sm-7{padding-left:6rem!important}.p-sm-8{padding:9rem!important}.pt-sm-8,.py-sm-8{padding-top:9rem!important}.pr-sm-8,.px-sm-8{padding-right:9rem!important}.pb-sm-8,.py-sm-8{padding-bottom:9rem!important}.pl-sm-8,.px-sm-8{padding-left:9rem!important}.p-sm-9{padding:12rem!important}.pt-sm-9,.py-sm-9{padding-top:12rem!important}.pr-sm-9,.px-sm-9{padding-right:12rem!important}.pb-sm-9,.py-sm-9{padding-bottom:12rem!important}.pl-sm-9,.px-sm-9{padding-left:12rem!important}.p-sm-10{padding:18rem!important}.pt-sm-10,.py-sm-10{padding-top:18rem!important}.pr-sm-10,.px-sm-10{padding-right:18rem!important}.pb-sm-10,.py-sm-10{padding-bottom:18rem!important}.pl-sm-10,.px-sm-10{padding-left:18rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-n6{margin:-4.5rem!important}.mt-sm-n6,.my-sm-n6{margin-top:-4.5rem!important}.mr-sm-n6,.mx-sm-n6{margin-right:-4.5rem!important}.mb-sm-n6,.my-sm-n6{margin-bottom:-4.5rem!important}.ml-sm-n6,.mx-sm-n6{margin-left:-4.5rem!important}.m-sm-n7{margin:-6rem!important}.mt-sm-n7,.my-sm-n7{margin-top:-6rem!important}.mr-sm-n7,.mx-sm-n7{margin-right:-6rem!important}.mb-sm-n7,.my-sm-n7{margin-bottom:-6rem!important}.ml-sm-n7,.mx-sm-n7{margin-left:-6rem!important}.m-sm-n8{margin:-9rem!important}.mt-sm-n8,.my-sm-n8{margin-top:-9rem!important}.mr-sm-n8,.mx-sm-n8{margin-right:-9rem!important}.mb-sm-n8,.my-sm-n8{margin-bottom:-9rem!important}.ml-sm-n8,.mx-sm-n8{margin-left:-9rem!important}.m-sm-n9{margin:-12rem!important}.mt-sm-n9,.my-sm-n9{margin-top:-12rem!important}.mr-sm-n9,.mx-sm-n9{margin-right:-12rem!important}.mb-sm-n9,.my-sm-n9{margin-bottom:-12rem!important}.ml-sm-n9,.mx-sm-n9{margin-left:-12rem!important}.m-sm-n10{margin:-18rem!important}.mt-sm-n10,.my-sm-n10{margin-top:-18rem!important}.mr-sm-n10,.mx-sm-n10{margin-right:-18rem!important}.mb-sm-n10,.my-sm-n10{margin-bottom:-18rem!important}.ml-sm-n10,.mx-sm-n10{margin-left:-18rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}
@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.m-md-6{margin:4.5rem!important}.mt-md-6,.my-md-6{margin-top:4.5rem!important}.mr-md-6,.mx-md-6{margin-right:4.5rem!important}.mb-md-6,.my-md-6{margin-bottom:4.5rem!important}.ml-md-6,.mx-md-6{margin-left:4.5rem!important}.m-md-7{margin:6rem!important}.mt-md-7,.my-md-7{margin-top:6rem!important}.mr-md-7,.mx-md-7{margin-right:6rem!important}.mb-md-7,.my-md-7{margin-bottom:6rem!important}.ml-md-7,.mx-md-7{margin-left:6rem!important}.m-md-8{margin:9rem!important}.mt-md-8,.my-md-8{margin-top:9rem!important}.mr-md-8,.mx-md-8{margin-right:9rem!important}.mb-md-8,.my-md-8{margin-bottom:9rem!important}.ml-md-8,.mx-md-8{margin-left:9rem!important}.m-md-9{margin:12rem!important}.mt-md-9,.my-md-9{margin-top:12rem!important}.mr-md-9,.mx-md-9{margin-right:12rem!important}.mb-md-9,.my-md-9{margin-bottom:12rem!important}.ml-md-9,.mx-md-9{margin-left:12rem!important}.m-md-10{margin:18rem!important}.mt-md-10,.my-md-10{margin-top:18rem!important}.mr-md-10,.mx-md-10{margin-right:18rem!important}.mb-md-10,.my-md-10{margin-bottom:18rem!important}.ml-md-10,.mx-md-10{margin-left:18rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.p-md-6{padding:4.5rem!important}.pt-md-6,.py-md-6{padding-top:4.5rem!important}.pr-md-6,.px-md-6{padding-right:4.5rem!important}.pb-md-6,.py-md-6{padding-bottom:4.5rem!important}.pl-md-6,.px-md-6{padding-left:4.5rem!important}.p-md-7{padding:6rem!important}.pt-md-7,.py-md-7{padding-top:6rem!important}.pr-md-7,.px-md-7{padding-right:6rem!important}.pb-md-7,.py-md-7{padding-bottom:6rem!important}.pl-md-7,.px-md-7{padding-left:6rem!important}.p-md-8{padding:9rem!important}.pt-md-8,.py-md-8{padding-top:9rem!important}.pr-md-8,.px-md-8{padding-right:9rem!important}.pb-md-8,.py-md-8{padding-bottom:9rem!important}.pl-md-8,.px-md-8{padding-left:9rem!important}.p-md-9{padding:12rem!important}.pt-md-9,.py-md-9{padding-top:12rem!important}.pr-md-9,.px-md-9{padding-right:12rem!important}.pb-md-9,.py-md-9{padding-bottom:12rem!important}.pl-md-9,.px-md-9{padding-left:12rem!important}.p-md-10{padding:18rem!important}.pt-md-10,.py-md-10{padding-top:18rem!important}.pr-md-10,.px-md-10{padding-right:18rem!important}.pb-md-10,.py-md-10{padding-bottom:18rem!important}.pl-md-10,.px-md-10{padding-left:18rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-n6{margin:-4.5rem!important}.mt-md-n6,.my-md-n6{margin-top:-4.5rem!important}.mr-md-n6,.mx-md-n6{margin-right:-4.5rem!important}.mb-md-n6,.my-md-n6{margin-bottom:-4.5rem!important}.ml-md-n6,.mx-md-n6{margin-left:-4.5rem!important}.m-md-n7{margin:-6rem!important}.mt-md-n7,.my-md-n7{margin-top:-6rem!important}.mr-md-n7,.mx-md-n7{margin-right:-6rem!important}.mb-md-n7,.my-md-n7{margin-bottom:-6rem!important}.ml-md-n7,.mx-md-n7{margin-left:-6rem!important}.m-md-n8{margin:-9rem!important}.mt-md-n8,.my-md-n8{margin-top:-9rem!important}.mr-md-n8,.mx-md-n8{margin-right:-9rem!important}.mb-md-n8,.my-md-n8{margin-bottom:-9rem!important}.ml-md-n8,.mx-md-n8{margin-left:-9rem!important}.m-md-n9{margin:-12rem!important}.mt-md-n9,.my-md-n9{margin-top:-12rem!important}.mr-md-n9,.mx-md-n9{margin-right:-12rem!important}.mb-md-n9,.my-md-n9{margin-bottom:-12rem!important}.ml-md-n9,.mx-md-n9{margin-left:-12rem!important}.m-md-n10{margin:-18rem!important}.mt-md-n10,.my-md-n10{margin-top:-18rem!important}.mr-md-n10,.mx-md-n10{margin-right:-18rem!important}.mb-md-n10,.my-md-n10{margin-bottom:-18rem!important}.ml-md-n10,.mx-md-n10{margin-left:-18rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}
@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.m-lg-6{margin:4.5rem!important}.mt-lg-6,.my-lg-6{margin-top:4.5rem!important}.mr-lg-6,.mx-lg-6{margin-right:4.5rem!important}.mb-lg-6,.my-lg-6{margin-bottom:4.5rem!important}.ml-lg-6,.mx-lg-6{margin-left:4.5rem!important}.m-lg-7{margin:6rem!important}.mt-lg-7,.my-lg-7{margin-top:6rem!important}.mr-lg-7,.mx-lg-7{margin-right:6rem!important}.mb-lg-7,.my-lg-7{margin-bottom:6rem!important}.ml-lg-7,.mx-lg-7{margin-left:6rem!important}.m-lg-8{margin:9rem!important}.mt-lg-8,.my-lg-8{margin-top:9rem!important}.mr-lg-8,.mx-lg-8{margin-right:9rem!important}.mb-lg-8,.my-lg-8{margin-bottom:9rem!important}.ml-lg-8,.mx-lg-8{margin-left:9rem!important}.m-lg-9{margin:12rem!important}.mt-lg-9,.my-lg-9{margin-top:12rem!important}.mr-lg-9,.mx-lg-9{margin-right:12rem!important}.mb-lg-9,.my-lg-9{margin-bottom:12rem!important}.ml-lg-9,.mx-lg-9{margin-left:12rem!important}.m-lg-10{margin:18rem!important}.mt-lg-10,.my-lg-10{margin-top:18rem!important}.mr-lg-10,.mx-lg-10{margin-right:18rem!important}.mb-lg-10,.my-lg-10{margin-bottom:18rem!important}.ml-lg-10,.mx-lg-10{margin-left:18rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.p-lg-6{padding:4.5rem!important}.pt-lg-6,.py-lg-6{padding-top:4.5rem!important}.pr-lg-6,.px-lg-6{padding-right:4.5rem!important}.pb-lg-6,.py-lg-6{padding-bottom:4.5rem!important}.pl-lg-6,.px-lg-6{padding-left:4.5rem!important}.p-lg-7{padding:6rem!important}.pt-lg-7,.py-lg-7{padding-top:6rem!important}.pr-lg-7,.px-lg-7{padding-right:6rem!important}.pb-lg-7,.py-lg-7{padding-bottom:6rem!important}.pl-lg-7,.px-lg-7{padding-left:6rem!important}.p-lg-8{padding:9rem!important}.pt-lg-8,.py-lg-8{padding-top:9rem!important}.pr-lg-8,.px-lg-8{padding-right:9rem!important}.pb-lg-8,.py-lg-8{padding-bottom:9rem!important}.pl-lg-8,.px-lg-8{padding-left:9rem!important}.p-lg-9{padding:12rem!important}.pt-lg-9,.py-lg-9{padding-top:12rem!important}.pr-lg-9,.px-lg-9{padding-right:12rem!important}.pb-lg-9,.py-lg-9{padding-bottom:12rem!important}.pl-lg-9,.px-lg-9{padding-left:12rem!important}.p-lg-10{padding:18rem!important}.pt-lg-10,.py-lg-10{padding-top:18rem!important}.pr-lg-10,.px-lg-10{padding-right:18rem!important}.pb-lg-10,.py-lg-10{padding-bottom:18rem!important}.pl-lg-10,.px-lg-10{padding-left:18rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-n6{margin:-4.5rem!important}.mt-lg-n6,.my-lg-n6{margin-top:-4.5rem!important}.mr-lg-n6,.mx-lg-n6{margin-right:-4.5rem!important}.mb-lg-n6,.my-lg-n6{margin-bottom:-4.5rem!important}.ml-lg-n6,.mx-lg-n6{margin-left:-4.5rem!important}.m-lg-n7{margin:-6rem!important}.mt-lg-n7,.my-lg-n7{margin-top:-6rem!important}.mr-lg-n7,.mx-lg-n7{margin-right:-6rem!important}.mb-lg-n7,.my-lg-n7{margin-bottom:-6rem!important}.ml-lg-n7,.mx-lg-n7{margin-left:-6rem!important}.m-lg-n8{margin:-9rem!important}.mt-lg-n8,.my-lg-n8{margin-top:-9rem!important}.mr-lg-n8,.mx-lg-n8{margin-right:-9rem!important}.mb-lg-n8,.my-lg-n8{margin-bottom:-9rem!important}.ml-lg-n8,.mx-lg-n8{margin-left:-9rem!important}.m-lg-n9{margin:-12rem!important}.mt-lg-n9,.my-lg-n9{margin-top:-12rem!important}.mr-lg-n9,.mx-lg-n9{margin-right:-12rem!important}.mb-lg-n9,.my-lg-n9{margin-bottom:-12rem!important}.ml-lg-n9,.mx-lg-n9{margin-left:-12rem!important}.m-lg-n10{margin:-18rem!important}.mt-lg-n10,.my-lg-n10{margin-top:-18rem!important}.mr-lg-n10,.mx-lg-n10{margin-right:-18rem!important}.mb-lg-n10,.my-lg-n10{margin-bottom:-18rem!important}.ml-lg-n10,.mx-lg-n10{margin-left:-18rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}
@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.m-xl-6{margin:4.5rem!important}.mt-xl-6,.my-xl-6{margin-top:4.5rem!important}.mr-xl-6,.mx-xl-6{margin-right:4.5rem!important}.mb-xl-6,.my-xl-6{margin-bottom:4.5rem!important}.ml-xl-6,.mx-xl-6{margin-left:4.5rem!important}.m-xl-7{margin:6rem!important}.mt-xl-7,.my-xl-7{margin-top:6rem!important}.mr-xl-7,.mx-xl-7{margin-right:6rem!important}.mb-xl-7,.my-xl-7{margin-bottom:6rem!important}.ml-xl-7,.mx-xl-7{margin-left:6rem!important}.m-xl-8{margin:9rem!important}.mt-xl-8,.my-xl-8{margin-top:9rem!important}.mr-xl-8,.mx-xl-8{margin-right:9rem!important}.mb-xl-8,.my-xl-8{margin-bottom:9rem!important}.ml-xl-8,.mx-xl-8{margin-left:9rem!important}.m-xl-9{margin:12rem!important}.mt-xl-9,.my-xl-9{margin-top:12rem!important}.mr-xl-9,.mx-xl-9{margin-right:12rem!important}.mb-xl-9,.my-xl-9{margin-bottom:12rem!important}.ml-xl-9,.mx-xl-9{margin-left:12rem!important}.m-xl-10{margin:18rem!important}.mt-xl-10,.my-xl-10{margin-top:18rem!important}.mr-xl-10,.mx-xl-10{margin-right:18rem!important}.mb-xl-10,.my-xl-10{margin-bottom:18rem!important}.ml-xl-10,.mx-xl-10{margin-left:18rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.p-xl-6{padding:4.5rem!important}.pt-xl-6,.py-xl-6{padding-top:4.5rem!important}.pr-xl-6,.px-xl-6{padding-right:4.5rem!important}.pb-xl-6,.py-xl-6{padding-bottom:4.5rem!important}.pl-xl-6,.px-xl-6{padding-left:4.5rem!important}.p-xl-7{padding:6rem!important}.pt-xl-7,.py-xl-7{padding-top:6rem!important}.pr-xl-7,.px-xl-7{padding-right:6rem!important}.pb-xl-7,.py-xl-7{padding-bottom:6rem!important}.pl-xl-7,.px-xl-7{padding-left:6rem!important}.p-xl-8{padding:9rem!important}.pt-xl-8,.py-xl-8{padding-top:9rem!important}.pr-xl-8,.px-xl-8{padding-right:9rem!important}.pb-xl-8,.py-xl-8{padding-bottom:9rem!important}.pl-xl-8,.px-xl-8{padding-left:9rem!important}.p-xl-9{padding:12rem!important}.pt-xl-9,.py-xl-9{padding-top:12rem!important}.pr-xl-9,.px-xl-9{padding-right:12rem!important}.pb-xl-9,.py-xl-9{padding-bottom:12rem!important}.pl-xl-9,.px-xl-9{padding-left:12rem!important}.p-xl-10{padding:18rem!important}.pt-xl-10,.py-xl-10{padding-top:18rem!important}.pr-xl-10,.px-xl-10{padding-right:18rem!important}.pb-xl-10,.py-xl-10{padding-bottom:18rem!important}.pl-xl-10,.px-xl-10{padding-left:18rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-n6{margin:-4.5rem!important}.mt-xl-n6,.my-xl-n6{margin-top:-4.5rem!important}.mr-xl-n6,.mx-xl-n6{margin-right:-4.5rem!important}.mb-xl-n6,.my-xl-n6{margin-bottom:-4.5rem!important}.ml-xl-n6,.mx-xl-n6{margin-left:-4.5rem!important}.m-xl-n7{margin:-6rem!important}.mt-xl-n7,.my-xl-n7{margin-top:-6rem!important}.mr-xl-n7,.mx-xl-n7{margin-right:-6rem!important}.mb-xl-n7,.my-xl-n7{margin-bottom:-6rem!important}.ml-xl-n7,.mx-xl-n7{margin-left:-6rem!important}.m-xl-n8{margin:-9rem!important}.mt-xl-n8,.my-xl-n8{margin-top:-9rem!important}.mr-xl-n8,.mx-xl-n8{margin-right:-9rem!important}.mb-xl-n8,.my-xl-n8{margin-bottom:-9rem!important}.ml-xl-n8,.mx-xl-n8{margin-left:-9rem!important}.m-xl-n9{margin:-12rem!important}.mt-xl-n9,.my-xl-n9{margin-top:-12rem!important}.mr-xl-n9,.mx-xl-n9{margin-right:-12rem!important}.mb-xl-n9,.my-xl-n9{margin-bottom:-12rem!important}.ml-xl-n9,.mx-xl-n9{margin-left:-12rem!important}.m-xl-n10{margin:-18rem!important}.mt-xl-n10,.my-xl-n10{margin-top:-18rem!important}.mr-xl-n10,.mx-xl-n10{margin-right:-18rem!important}.mb-xl-n10,.my-xl-n10{margin-bottom:-18rem!important}.ml-xl-n10,.mx-xl-n10{margin-left:-18rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}
.text-monospace{font-family:SFMono-Regular,menlo,monaco,consolas,Liberation Mono,Courier New,monospace!important}
.text-justify{text-align:justify!important}
.text-wrap{white-space:normal!important}
.text-nowrap{white-space:nowrap!important}
.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}
@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}
@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}
@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}
.text-lowercase{text-transform:lowercase!important}
.text-uppercase{text-transform:uppercase!important}
.text-capitalize{text-transform:capitalize!important}
.font-weight-light{font-weight:300!important}
.font-weight-lighter{font-weight:lighter!important}
.font-weight-normal{font-weight:400!important}
.font-weight-bold{font-weight:700!important}
.font-weight-bolder{font-weight:bolder!important}
.font-italic{font-style:italic!important}
.text-primary{color:#003865!important}
a.text-primary.link-fx:before{background-color:#003865}
a.text-primary:focus,a.text-primary:hover{color:#000!important}
.text-secondary{color:#6c757d!important}
a.text-secondary.link-fx:before{background-color:#6c757d}
a.text-secondary:focus,a.text-secondary:hover{color:#3d4246!important}
.text-success{color:#3bb56e!important}
a.text-success.link-fx:before{background-color:#3bb56e}
a.text-success:focus,a.text-success:hover{color:#22683f!important}
.text-info{color:#4ca8e6!important}
a.text-info.link-fx:before{background-color:#4ca8e6}
a.text-info:focus,a.text-info:hover{color:#1975b3!important}
.text-warning{color:#e28118!important}
a.text-warning.link-fx:before{background-color:#e28118}
a.text-warning:focus,a.text-warning:hover{color:#864c0e!important}
.text-danger{color:#c84837!important}
a.text-danger.link-fx:before{background-color:#c84837}
a.text-danger:focus,a.text-danger:hover{color:#782b21!important}
.text-light{color:#f8f9fa!important}
a.text-light.link-fx:before{background-color:#f8f9fa}
a.text-light:focus,a.text-light:hover{color:#bdc6d0!important}
.text-dark{color:#343a40!important}
a.text-dark.link-fx:before{background-color:#343a40}
a.text-dark:focus,a.text-dark:hover{color:#060708!important}
.text-body{color:#575757!important}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.text-decoration-none{text-decoration:none!important}
.text-break{word-break:break-word!important;word-wrap:break-word!important}
.text-reset{color:inherit!important}
.visible{visibility:visible!important}
.invisible{visibility:hidden!important}
@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#ebebeb}.table .thead-dark th{color:inherit;border-color:#ebebeb}}
html{font-size:1rem}
body,html{height:100%}
body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
b,strong{font-weight:700}
a{transition:color .12s ease-out}
@media(min-width:576px){a.link-fx{position:relative}a.link-fx:before{position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#003865;transform:scaleX(0);visibility:hidden;transition:transform .12s ease-out;content:""}}
a:hover.link-fx:before{transform:scaleX(1);visibility:visible}
a:focus{outline-style:none!important}
p{margin-bottom:1.875rem;line-height:1.6}
.story p,p.story{color:#495057;font-size:1.125rem;line-height:1.8}
.story h2,.story h3,.story h4{margin-top:3rem}
label{font-weight:600}
.font-size-h1{font-size:2.25rem}
.font-size-h2{font-size:1.875rem}
.font-size-h3{font-size:1.5rem}
.font-size-h4{font-size:1.25rem}
.font-size-h5{font-size:1.125rem}
.font-size-h6{font-size:1rem}
@media(max-width:767.98px){.display-1{font-size:4rem}.display-2{font-size:3.6666666667rem}.display-3{font-size:3rem}.display-4{font-size:2.3333333333rem}.font-size-h1,.h1,h1{font-size:1.875rem}.font-size-h2,.h2,h2{font-size:1.5rem}.font-size-h3,.h3,h3{font-size:1.25rem}.font-size-h4,.h4,h4{font-size:1.125rem}.font-size-h5,.font-size-h6,.h5,.h6,h5,h6{font-size:1rem}}
.content-heading{margin-bottom:1rem;padding-top:1rem;color:#6c757d;font-weight:700;font-size:.875rem;line-height:1.75;letter-spacing:.0625rem;text-transform:uppercase}
.content-heading small{margin-top:.25rem;color:#6c757d;font-weight:400;font-size:.875rem;letter-spacing:normal;text-transform:none}
@media(min-width:768px){.content-heading{padding-top:1.5rem}.content-heading small{margin-top:0}}
.block-content>.content-heading:first-child,.content>.content-heading:first-child{padding-top:0!important}
.content-heading .dropdown{line-height:1.5}
.small,small{font-weight:inherit}
.text-uppercase{letter-spacing:.0625rem}
.row.gutters-tiny{margin-right:-.1875rem;margin-left:-.1875rem}
.row.gutters-tiny>.col,.row.gutters-tiny>[class*=col-]{padding-right:.1875rem;padding-left:.1875rem}
.row.gutters-tiny .block,.row.gutters-tiny.items-push>div,.row.gutters-tiny .push{margin-bottom:.375rem}
.row.row-deck>div{display:flex;align-items:stretch}
.row.row-deck>div>.block{min-width:100%}
.table thead th{font-weight:700;font-size:.875rem;letter-spacing:.0625rem;text-transform:uppercase}
.table-vcenter td,.table-vcenter th{vertical-align:middle}
.js-table-checkable tbody tr,.js-table-sections-header>tr{cursor:pointer}
.js-table-sections-header>tr>td:first-child>i{transition:transform .15s ease-out}
.js-table-sections-header+tbody{display:none}
.js-table-sections-header.show>tr>td:first-child>i{transform:rotate(90deg)}
.js-table-sections-header.show+tbody{display:table-row-group}
.form-control{font-family:Lato,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}
.form-control.form-control-alt{background-color:#f5f5f5;border-color:#f5f5f5;transition:none}
.form-control.form-control-alt:focus{background-color:#ebebeb;border-color:#ebebeb;box-shadow:none}
.form-control.form-control-alt.is-valid{background-color:#e0f5e9;border-color:#e0f5e9}
.form-control.form-control-alt.is-valid:focus{background-color:#e8f7ee;border-color:#e8f7ee}
.form-control.form-control-alt.is-invalid{background-color:#f9eae8;border-color:#f9eae8}
.form-control.form-control-alt.is-invalid:focus{background-color:#fbf1f0;border-color:#fbf1f0}
.btn{font-family:Lato,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}
.btn.btn-square{border-radius:0}
.btn.btn-rounded{border-radius:2rem}
.btn .fa,.btn .si{position:relative;top:1px}
.btn-group-sm>.btn .fa,.btn.btn-sm .fa{top:0}
.btn-dual{color:#373737;background-color:#f5f5f5;border-color:#f5f5f5}
.btn-dual.focus,.btn-dual:focus,.btn-dual:hover{color:#373737;background-color:#e1e1e1;border-color:#d6d6d6;box-shadow:none}
.btn-dual.disabled,.btn-dual:disabled{background-color:transparent;border-color:transparent}
.btn-dual.active,.btn-dual:active{color:#373737;background-color:#c7c7c7;border-color:#bdbdbd}
.show>.btn-dual.dropdown-toggle{color:#373737;background-color:#f5f5f5;border-color:#f5f5f5}
.page-header-dark #page-header .btn-dual,.sidebar-dark #sidebar .btn-dual{color:#fff;background-color:#004677;border-color:#004677}
.page-header-dark #page-header .btn-dual.focus,.page-header-dark #page-header .btn-dual:focus,.page-header-dark #page-header .btn-dual:hover,.sidebar-dark #sidebar .btn-dual.focus,.sidebar-dark #sidebar .btn-dual:focus,.sidebar-dark #sidebar .btn-dual:hover{color:#fff;background-color:#002e4e;border-color:#00223a;box-shadow:none}
.page-header-dark #page-header .btn-dual.disabled,.page-header-dark #page-header .btn-dual:disabled,.sidebar-dark #sidebar .btn-dual.disabled,.sidebar-dark #sidebar .btn-dual:disabled{background-color:transparent;border-color:transparent}
.page-header-dark #page-header .btn-dual.active,.page-header-dark #page-header .btn-dual:active,.sidebar-dark #sidebar .btn-dual.active,.sidebar-dark #sidebar .btn-dual:active{color:#fff;background-color:#00101b;border-color:#000407}
.show>.page-header-dark #page-header .btn-dual.dropdown-toggle,.show>.sidebar-dark #sidebar .btn-dual.dropdown-toggle{color:#fff;background-color:#004677;border-color:#004677}
.fade{transition:opacity .25s ease-out}
.fade.fade-left,.fade.fade-right,.fade.fade-up{transition:opacity .25s ease-out,transform .25s ease-out}
.fade.fade-up{transform:translateY(50px)}
.fade.fade-up.show{transform:translateY(0)}
.fade.fade-right{transform:translateX(-50px)}
.fade.fade-right.show{transform:translateX(0)}
.fade.fade-left{transform:translateX(50px)}
.fade.fade-left.show{transform:translateX(0)}
.dropdown-menu{box-shadow:0 .25rem 2rem rgba(0,0,0,.08)}
.dropdown-menu.dropdown-menu-lg{min-width:300px}
.input-group-text.input-group-text-alt{background-color:#ebebeb;border-color:#ebebeb}
.custom-switch{padding-left:0}
.custom-switch .custom-control-label{left:0;padding-left:2.5rem}
.custom-switch .custom-control-label:before{top:.125rem;left:0;width:2rem;height:1.25rem;background-color:#fff;border-radius:1rem;transition:background-color .15s ease-out}
.custom-switch .custom-control-label:after{top:.3125rem;left:.25rem;width:.875rem;height:.875rem;background-color:#fff;background-color:#adb5bd;border-radius:1rem;transform:none}
.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;box-shadow:-.125rem 0 .125rem rgba(0,0,0,.2);transform:translateX(.625rem)}
.custom-control-label{font-weight:400}
.custom-control-label:before{background-color:#ebebeb}
.custom-control-label:after{transition:transform .12s ease-out}
.custom-checkbox.custom-checkbox-square .custom-control-label:before{border-radius:0}
.custom-checkbox.custom-checkbox-rounded-circle .custom-control-label:before{border-radius:1rem}
.custom-control-primary .custom-control-input:checked~.custom-control-label:before{background-color:#003865;border-color:#003865}
.custom-control-primary .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,56,101,.25)}
.custom-control-primary .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#003865}
.custom-control-primary .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#0071cb;border-color:#0071cb}
.custom-control-primary .custom-control-label:before{background-color:#0087f4;border-color:#004074}
.custom-control-primary.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#003865}
.custom-control-primary.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#003865}
.custom-control-primary.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#003865}
.custom-control-primary.custom-switch .custom-control-label:after{background-color:rgba(0,56,101,.6)}
.custom-control-success .custom-control-input:checked~.custom-control-label:before{background-color:#3bb56e;border-color:#3bb56e}
.custom-control-success .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(59,181,110,.25)}
.custom-control-success .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#3bb56e}
.custom-control-success .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#80d6a4;border-color:#80d6a4}
.custom-control-success .custom-control-label:before{background-color:#e0f5e9;border-color:#80d6a5}
.custom-control-success.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#3bb56e}
.custom-control-success.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#3bb56e}
.custom-control-success.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#3bb56e}
.custom-control-success.custom-switch .custom-control-label:after{background-color:rgba(59,181,110,.6)}
.custom-control-info .custom-control-input:checked~.custom-control-label:before{background-color:#4ca8e6;border-color:#4ca8e6}
.custom-control-info .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(76,168,230,.25)}
.custom-control-info .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#4ca8e6}
.custom-control-info .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#a6d4f3;border-color:#a6d4f3}
.custom-control-info .custom-control-label:before{background-color:#edf6fd;border-color:#7abdf0}
.custom-control-info.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#4ca8e6}
.custom-control-info.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#4ca8e6}
.custom-control-info.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#4ca8e6}
.custom-control-info.custom-switch .custom-control-label:after{background-color:rgba(76,168,230,.6)}
.custom-control-warning .custom-control-input:checked~.custom-control-label:before{background-color:#e28118;border-color:#e28118}
.custom-control-warning .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(226,129,24,.25)}
.custom-control-warning .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#e28118}
.custom-control-warning .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#f0b370;border-color:#f0b370}
.custom-control-warning .custom-control-label:before{background-color:#fdf3e5;border-color:#f4bc6f}
.custom-control-warning.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#e28118}
.custom-control-warning.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#e28118}
.custom-control-warning.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#e28118}
.custom-control-warning.custom-switch .custom-control-label:after{background-color:rgba(226,129,24,.6)}
.custom-control-danger .custom-control-input:checked~.custom-control-label:before{background-color:#c84837;border-color:#c84837}
.custom-control-danger .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(200,72,55,.25)}
.custom-control-danger .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#c84837}
.custom-control-danger .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#de9187;border-color:#de9187}
.custom-control-danger .custom-control-label:before{background-color:#f9eae8;border-color:#df8e83}
.custom-control-danger.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#c84837}
.custom-control-danger.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#c84837}
.custom-control-danger.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#c84837}
.custom-control-danger.custom-switch .custom-control-label:after{background-color:rgba(200,72,55,.6)}
.custom-control-light .custom-control-input:checked~.custom-control-label:before{background-color:#adb5bd;border-color:#adb5bd}
.custom-control-light .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(173,181,189,.25)}
.custom-control-light .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#adb5bd}
.custom-control-light .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#e6e8ea;border-color:#e6e8ea}
.custom-control-light .custom-control-label:before{background-color:#dee2e6;border-color:#95a2af}
.custom-control-light.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#adb5bd}
.custom-control-light.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#adb5bd}
.custom-control-light.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#adb5bd}
.custom-control-light.custom-switch .custom-control-label:after{background-color:rgba(173,181,189,.6)}
.custom-control-dark .custom-control-input:checked~.custom-control-label:before{background-color:#343a40;border-color:#343a40}
.custom-control-dark .custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(52,58,64,.25)}
.custom-control-dark .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#343a40}
.custom-control-dark .custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#626d78;border-color:#626d78}
.custom-control-dark .custom-control-label:before{background-color:#dee2e6;border-color:#95a2af}
.custom-control-dark.custom-checkbox .custom-control-input:checked~.custom-control-label:before{background-color:#343a40}
.custom-control-dark.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#343a40}
.custom-control-dark.custom-radio .custom-control-input:checked~.custom-control-label:before{background-color:#343a40}
.custom-control-dark.custom-switch .custom-control-label:after{background-color:rgba(52,58,64,.6)}
.custom-control-lg{padding-left:1.75rem}
.custom-control-lg .custom-control-label:after,.custom-control-lg .custom-control-label:before{top:.125rem;left:-1.75rem;width:1.25rem;height:1.25rem}
.custom-control-lg.custom-switch{padding-left:0}
.custom-control-lg.custom-switch .custom-control-label{padding-left:3.25rem}
.custom-control-lg.custom-switch .custom-control-label:before{top:-.0625rem;left:0;width:2.75rem;height:1.625rem}
.custom-control-lg.custom-switch .custom-control-label:after{top:.125rem;left:.25rem;width:1.25rem;height:1.25rem}
.custom-control-lg.custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(1rem)}
.nav-link{font-weight:700}
.nav-pills .nav-link{color:#575757}
.nav-pills .nav-link:focus,.nav-pills .nav-link:hover{background-color:#f5f5f5}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#003865}
.nav-tabs-block{background-color:#f9f9f9;border-bottom:none}
.nav-tabs-block .nav-item{margin-bottom:0}
.nav-tabs-block .nav-link{padding-top:.75rem;padding-bottom:.75rem;color:#575757;font-size:.875rem;border-color:transparent;border-radius:0}
.nav-tabs-block .nav-link:focus,.nav-tabs-block .nav-link:hover{color:#003865;background-color:#f9f9f9;border-color:transparent}
.nav-tabs-block .nav-item.show .nav-link,.nav-tabs-block .nav-link.active{color:#575757;background-color:#fff;border-color:transparent}
.nav-tabs-alt{background-color:transparent;border-bottom-color:#ebebeb}
.nav-tabs-alt .nav-item{margin-bottom:-2px}
.nav-tabs-alt .nav-link{padding-top:.75rem;padding-bottom:.75rem;color:#575757;font-size:.875rem;background-color:transparent;border:none}
.nav-tabs-alt .nav-link:focus,.nav-tabs-alt .nav-link:hover{color:#003865;background-color:transparent;border-color:transparent;box-shadow:inset 0 -2px #003865}
.nav-tabs-alt .nav-item.show .nav-link,.nav-tabs-alt .nav-link.active{color:#575757;background-color:transparent;border-color:transparent;box-shadow:inset 0 -2px #003865}
.nav-items{padding-left:0;list-style:none}
.nav-items a{border-bottom:1px solid #f5f5f5}
.nav-items a:hover{background-color:#f9f9f9}
.nav-items a:active{background-color:#f5f5f5}
.nav-items>li:last-child>a{border-bottom:none}
.carousel{position:relative}
.carousel-inner{position:relative;width:100%;overflow:hidden}
.carousel-item{position:relative;display:none;align-items:center;width:100%;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;perspective:1000px}
@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}
.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}
.carousel-item-next,.carousel-item-prev{position:absolute;top:0}
.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateX(0)}
@supports(transform-style:preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateZ(0)}}
.active.carousel-item-right,.carousel-item-next{transform:translateX(100%)}
@supports(transform-style:preserve-3d){.active.carousel-item-right,.carousel-item-next{transform:translate3d(100%,0,0)}}
.active.carousel-item-left,.carousel-item-prev{transform:translateX(-100%)}
@supports(transform-style:preserve-3d){.active.carousel-item-left,.carousel-item-prev{transform:translate3d(-100%,0,0)}}
.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}
.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}
.carousel-control-prev{left:0}
.carousel-control-next{right:0}
.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat 50%;background-size:100% 100%}
.carousel-control-prev-icon{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" width="8" height="8"><path d="M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z"/></svg>')}
.carousel-control-next-icon{background-image:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" width="8" height="8"><path d="M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z"/></svg>')}
.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:flex;justify-content:center;margin-right:15%;margin-left:15%;padding-left:0;list-style:none}
.carousel-indicators li{position:relative;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:hsla(0,0%,100%,.5)}
.carousel-indicators li:before{top:-10px}
.carousel-indicators li:after,.carousel-indicators li:before{position:absolute;left:0;display:inline-block;width:100%;height:10px;content:""}
.carousel-indicators li:after{bottom:-10px}
.carousel-indicators .active{background-color:#fff}
.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}
.carousel-light-content span.carousel-control-next-icon,.carousel-light-content span.carousel-control-prev-icon{padding:20px;background-color:rgba(0,0,0,.75);box-shadow:0 2px 16px 0 rgba(0,0,0,.35)}
.carousel-light-content ol.carousel-indicators{background-color:rgba(0,0,0,.75)}
.carousel-light-content .carousel-control-next,.carousel-light-content .carousel-control-prev{opacity:1}
.carousel-light-content .carousel-control-next:hover,.carousel-light-content .carousel-control-prev:hover{opacity:.75}
.carousel-light-content .carousel-control-next-icon,.carousel-light-content .carousel-control-prev-icon{background-size:50% 50%}
.breadcrumb.breadcrumb-alt .breadcrumb-item{font-weight:700;font-size:.875rem}
.breadcrumb.breadcrumb-alt .breadcrumb-item+.breadcrumb-item:before{position:relative;top:1px;width:1.25rem;color:#ced4da;font-size:.875rem;font-family:simple-line-icons;content:""}
.page-link{margin-right:.25rem;font-weight:700;border-width:0 0 2px;border-radius:0!important}
.page-link:focus{background-color:#f5f5f5}
.badge-secondary,a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:rgba(0,0,0,.33)}
a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,0,0,.5)}
.modal-dialog.modal-dialog-top{margin-top:0!important}
.modal.fade .modal-dialog{transition-duration:.12s}
.modal.fade .modal-dialog.modal-dialog-popin{transform:scale(1.1)}
.modal.fade .modal-dialog.modal-dialog-popout{transform:scale(.9)}
.modal.fade .modal-dialog.modal-dialog-slideup{transform:translateY(10%)}
.modal.fade .modal-dialog.modal-dialog-slideright{transform:translate(-10%)}
.modal.fade .modal-dialog.modal-dialog-slideleft{transform:translate(10%)}
.modal.fade .modal-dialog.modal-dialog-fromright{transform:translateX(25%) rotate(10deg) scale(.9)}
.modal.fade .modal-dialog.modal-dialog-fromleft{transform:translateX(-25%) rotate(-10deg) scale(.9)}
.modal.show .modal-dialog.modal-dialog-popin,.modal.show .modal-dialog.modal-dialog-popout{transform:scale(1)}
.modal.show .modal-dialog.modal-dialog-slideleft,.modal.show .modal-dialog.modal-dialog-slideright,.modal.show .modal-dialog.modal-dialog-slideup{transform:translate(0)}
.modal.show .modal-dialog.modal-dialog-fromleft,.modal.show .modal-dialog.modal-dialog-fromright{transform:translateX(0) rotate(0) scale(1)}
@media print{#main-container,#page-container{padding:0!important}#page-footer,#page-header,#page-loader,#page-overlay,#side-overlay,#sidebar,.block-options{display:none!important}}
#page-container{display:flex;flex-direction:column;width:100%;min-width:320px;height:100%;margin:0 auto}
#page-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1033;background-color:rgba(0,0,0,.6);transform:translateY(-100%);opacity:0;transition:opacity .28s ease-out;content:""}
@media(min-width:992px){.side-overlay-o.enable-page-overlay #page-overlay{transform:translateY(0);opacity:1}}
#main-container{display:flex;flex:1 0 auto;flex-direction:column;max-width:100%}
.content{width:100%;margin:0 auto;padding:1rem 1rem 1px;overflow-x:visible}
.content>.pull-t,.content>.pull-y{margin-top:-1rem}
.content>.pull-b,.content>.pull-y{margin-bottom:-1px}
.content>.pull-r,.content>.pull-x{margin-right:-1rem}
.content>.pull-l,.content>.pull-x{margin-left:-1rem}
.content>.pull{margin:-1rem -1rem -1px}
.content.content-full{padding-bottom:1rem}
.content.content-full>.pull,.content.content-full>.pull-b,.content.content-full>.pull-y{margin-bottom:-1rem}
.content .block,.content .items-push>div,.content .push,.content p{margin-bottom:1rem}
.content .items-push-2x>div{margin-bottom:2rem}
.content .items-push-3x>div{margin-bottom:3rem}
@media(min-width:768px){.content{width:100%;margin:0 auto;padding:1.875rem 1.875rem 1px;overflow-x:visible}.content>.pull-t,.content>.pull-y{margin-top:-1.875rem}.content>.pull-b,.content>.pull-y{margin-bottom:-1px}.content>.pull-r,.content>.pull-x{margin-right:-1.875rem}.content>.pull-l,.content>.pull-x{margin-left:-1.875rem}.content>.pull{margin:-1.875rem -1.875rem -1px}.content.content-full{padding-bottom:1.875rem}.content.content-full>.pull,.content.content-full>.pull-b,.content.content-full>.pull-y{margin-bottom:-1.875rem}.content .block,.content .items-push>div,.content .push,.content p{margin-bottom:1.875rem}.content .items-push-2x>div{margin-bottom:3.75rem}.content .items-push-3x>div{margin-bottom:5.625rem}}
@media(min-width:1200px){.content.content-narrow{max-width:95%!important}}
.content.content-boxed{max-width:1280px!important}
.content.content-top{padding-top:4.75rem}
@media(min-width:992px){.content.content-top{padding-top:5.625rem}}
.content-section-top{padding-top:3.75rem}
.content-side{width:100%;margin:0 auto;padding:1.25rem 1.25rem 1px;overflow-x:hidden}
.content-side>.pull-t,.content-side>.pull-y{margin-top:-1.25rem}
.content-side>.pull-b,.content-side>.pull-y{margin-bottom:-1px}
.content-side>.pull-r,.content-side>.pull-x{margin-right:-1.25rem}
.content-side>.pull-l,.content-side>.pull-x{margin-left:-1.25rem}
.content-side>.pull{margin:-1.25rem -1.25rem -1px}
.content-side.content-side-full{padding-bottom:1.25rem}
.content-side.content-side-full>.pull,.content-side.content-side-full>.pull-b,.content-side.content-side-full>.pull-y{margin-bottom:-1.25rem}
.content-side .block,.content-side .items-push>div,.content-side .push,.content-side p{margin-bottom:1.25rem}
.content-side .items-push-2x>div{margin-bottom:2.5rem}
.content-side .items-push-3x>div{margin-bottom:3.75rem}
#page-header{position:relative;width:100%;margin:0 auto;background-color:#fff}
.overlay-header{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;transform:translateY(-100%);opacity:0;transition:opacity .1s ease-in-out;will-change:opacity}
.overlay-header.show{transform:translateY(0);opacity:1}
.content-header{display:flex;align-items:center;justify-content:space-between;height:3.75rem;margin:0 auto}
#page-header .content-header{padding-right:1rem;padding-left:1rem}
@media(min-width:768px){#page-header .content-header{padding-right:1.875rem;padding-left:1.875rem}}
#side-overlay .content-header,#sidebar .content-header{padding-right:1.25rem;padding-left:1.25rem}
.footer-logo img{max-height:1.75rem}
.smini-visible,.smini-visible-block{display:none}
.smini-show{opacity:0}
.smini-hide,.smini-show{transition:opacity .28s ease-out}
#sidebar{position:fixed;top:0;bottom:0;left:0;z-index:1032;width:100%;overflow-y:auto;background-color:#fff;transform:translateX(-100%) translateY(0) translateZ(0);will-change:transform;-webkit-overflow-scrolling:touch}
.side-trans-enabled #sidebar{transition:transform .28s ease-out}
.sidebar-r #sidebar{right:0;left:auto;transform:translateX(100%)}
@media(max-width:991.98px){.sidebar-o-xs #sidebar{transform:translateX(0) translateY(0) translateZ(0)}}
@media(min-width:992px){#sidebar{width:230px}.sidebar-o #sidebar{transform:translateX(0) translateY(0) translateZ(0)}.sidebar-mini.sidebar-o #sidebar{overflow-x:hidden;transform:translateX(-170px) translateY(0) translateZ(0);transition:transform .28s ease-out}.sidebar-mini.sidebar-o.sidebar-r #sidebar{transform:translateX(170px) translateY(0) translateZ(0)}.sidebar-mini.sidebar-o #sidebar .content-header,.sidebar-mini.sidebar-o #sidebar .content-side{width:230px;transform:translateX(170px) translateY(0) translateZ(0);transition:transform .28s ease-out;will-change:transform}.sidebar-mini.sidebar-o #sidebar .content-header{position:relative;z-index:1}.sidebar-mini.sidebar-o #sidebar:hover,.sidebar-mini.sidebar-o #sidebar:hover .content-header,.sidebar-mini.sidebar-o #sidebar:hover .content-side,.sidebar-mini.sidebar-o.sidebar-r #sidebar .content-header,.sidebar-mini.sidebar-o.sidebar-r #sidebar .content-side{transform:translateX(0)}.sidebar-mini.sidebar-o #sidebar .nav-main .nav-main-heading,.sidebar-mini.sidebar-o #sidebar .nav-main .nav-main-link-badge,.sidebar-mini.sidebar-o #sidebar .nav-main .nav-main-link-name{transition:opacity .28s ease-out}.sidebar-mini.sidebar-o #sidebar:not(:hover) .smini-hide{opacity:0}.sidebar-mini.sidebar-o #sidebar:not(:hover) .smini-show{opacity:1}.sidebar-mini.sidebar-o #sidebar:not(:hover) .smini-hidden{display:none}.sidebar-mini.sidebar-o #sidebar:not(:hover) .smini-visible{display:inline-block}.sidebar-mini.sidebar-o #sidebar:not(:hover) .smini-visible-block{display:block}.sidebar-mini.sidebar-o #sidebar:not(:hover) .nav-main>.nav-main-item>.nav-main-submenu{display:none}.sidebar-mini.sidebar-o #sidebar:not(:hover) .nav-main .nav-main-heading,.sidebar-mini.sidebar-o #sidebar:not(:hover) .nav-main .nav-main-link-badge,.sidebar-mini.sidebar-o #sidebar:not(:hover) .nav-main .nav-main-link-name{opacity:0}}
.sidebar-header-img{float:left;max-width:1.571rem}
#side-overlay{position:fixed;top:0;right:0;bottom:0;z-index:1034;width:100%;overflow-y:auto;background-color:#fff;transform:translateX(100%) translateY(0) translateZ(0);opacity:0;will-change:transform;-webkit-overflow-scrolling:touch}
.side-trans-enabled #side-overlay{transition:transform .28s ease-out,opacity .28s ease-out}
.sidebar-r #side-overlay{right:auto;left:0;transform:translateX(-100%) translateY(0) translateZ(0)}
.side-overlay-o #side-overlay{transform:translateX(0) translateY(0) translateZ(0);opacity:1}
@media(min-width:992px){#side-overlay{width:320px;box-shadow:0 0 1.5rem rgba(0,0,0,.15);transform:translateX(110%) translateY(0) translateZ(0)}.sidebar-r #side-overlay{transform:translateX(-110%) translateY(0) translateZ(0)}.side-overlay-hover #side-overlay{transform:translateX(305px) translateY(0) translateZ(0);opacity:1}.sidebar-r.side-overlay-hover #side-overlay{transform:translateX(-305px) translateY(0) translateZ(0);opacity:1}.side-overlay-hover #side-overlay:hover,.side-overlay-o #side-overlay,.side-overlay-o.side-overlay-hover #side-overlay{box-shadow:0 0 1.25rem rgba(0,0,0,.3);transform:translateX(0) translateY(0) translateZ(0);opacity:1}}
@media(min-width:1200px){#page-container.main-content-narrow>#main-container .content,#page-container.main-content-narrow>#page-footer .content,#page-container.main-content-narrow>#page-header .content,#page-container.main-content-narrow>#page-header .content-header{max-width:95%}}
#page-container.main-content-boxed>#main-container .content,#page-container.main-content-boxed>#page-footer .content,#page-container.main-content-boxed>#page-header .content,#page-container.main-content-boxed>#page-header .content-header{max-width:1280px}
#page-container.page-header-dark #page-header{color:#d6d6d6;background-color:#002b49}
#page-container.page-header-fixed #page-header{position:fixed;top:0;right:0;left:0;z-index:1030;width:auto;min-width:320px;max-width:100%;box-shadow:0 .125rem .375rem rgba(0,0,0,.02)}
#page-container.page-header-fixed.page-header-dark #page-header{box-shadow:none}
#page-container.page-header-fixed #main-container{padding-top:3.75rem}
@media(min-width:992px){#page-container.page-header-fixed.sidebar-o #page-header{padding-left:230px}#page-container.page-header-fixed.sidebar-o #page-header .overlay-header{left:230px}#page-container.page-header-fixed.sidebar-r.sidebar-o #page-header{padding-right:230px;padding-left:0}#page-container.page-header-fixed.sidebar-r.sidebar-o #page-header .overlay-header{right:230px;left:0}#page-container.page-header-fixed.sidebar-mini.sidebar-o #page-header{padding-left:60px}#page-container.page-header-fixed.sidebar-mini.sidebar-o #page-header .overlay-header{left:60px}#page-container.page-header-fixed.sidebar-mini.sidebar-r.sidebar-o #page-header{padding-right:60px;padding-left:0}#page-container.page-header-fixed.sidebar-mini.sidebar-r.sidebar-o #page-header .overlay-header{right:60px;left:0}}
#page-container.sidebar-dark #sidebar{color:#ebebeb;background-color:#002b49;box-shadow:none}
#page-container.side-scroll #side-overlay,#page-container.side-scroll #sidebar{overflow-y:hidden}
@media(min-width:992px){#page-container.side-scroll #sidebar .content-header,#page-container.side-scroll #sidebar .content-side{width:230px!important}#page-container.side-scroll #side-overlay .content-header,#page-container.side-scroll #side-overlay .content-side{width:320px!important}}
@media(min-width:992px){#page-container.sidebar-o{padding-left:230px}#page-container.sidebar-o.sidebar-r{padding-right:230px;padding-left:0}#page-container.sidebar-mini.sidebar-o{padding-left:60px}#page-container.sidebar-mini.sidebar-o.sidebar-r{padding-right:60px;padding-left:0}}
.hero{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:100vh;min-height:500px}
.hero.hero-sm{min-height:300px}
.hero.hero-lg{min-height:800px}
.hero-inner{flex:0 0 auto;width:100%}
.hero-meta{position:absolute;right:0;bottom:0;left:0;padding:1rem 0;text-align:center}
.hero-static{min-height:100vh}
.block{margin-bottom:1.875rem;background-color:#fff;box-shadow:0 .125rem rgba(0,0,0,.01)}
.block .block,.content-side .block{box-shadow:none}
.block-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:.625rem 1.25rem;transition:opacity .25s ease-out}
.block-header.block-header-rtl{flex-direction:row-reverse}
.block-header.block-header-rtl .block-title{text-align:right}
.block-header.block-header-rtl .block-options{padding-right:1.25rem;padding-left:0}
.block-header-default{background-color:#f9f9f9}
.block-title{flex:1 1 auto;min-height:1.75rem;margin:0;font-weight:600;font-size:.9375rem;line-height:1.75;letter-spacing:.0625rem;text-transform:uppercase}
.block-title small{color:#6c757d;font-weight:400;font-size:1rem;line-height:1.375rem;letter-spacing:normal;text-transform:none}
.block-content{transition:opacity .25s ease-out;width:100%;margin:0 auto;padding:1.25rem 1.25rem 1px;overflow-x:visible}
.block-content>.pull-t,.block-content>.pull-y{margin-top:-1.25rem}
.block-content>.pull-b,.block-content>.pull-y{margin-bottom:-1px}
.block-content>.pull-r,.block-content>.pull-x{margin-right:-1.25rem}
.block-content>.pull-l,.block-content>.pull-x{margin-left:-1.25rem}
.block-content>.pull{margin:-1.25rem -1.25rem -1px}
.block-content.block-content-full{padding-bottom:1.25rem}
.block-content.block-content-full>.pull,.block-content.block-content-full>.pull-b,.block-content.block-content-full>.pull-y{margin-bottom:-1.25rem}
.block-content .block,.block-content .items-push>div,.block-content .push,.block-content p{margin-bottom:1.25rem}
.block-content .items-push-2x>div{margin-bottom:2.5rem}
.block-content .items-push-3x>div{margin-bottom:3.75rem}
.block-content.block-content-sm{padding-top:.625rem}
.block-content.block-content-sm>.pull,.block-content.block-content-sm>.pull-t,.block-content.block-content-sm>.pull-y{margin-top:-.625rem}
.block-content.block-content-sm.block-content-full{padding-bottom:.625rem}
.block-content.block-content-sm.block-content-full>.pull,.block-content.block-content-sm.block-content-full>.pull-b,.block-content.block-content-sm.block-content-full>.pull-y{margin-bottom:-.625rem}
.block.block-bordered{border:1px solid #ebebeb;box-shadow:none}
.block.block-rounded{border-radius:.25rem}
.block.block-rounded>.block-header,.block.block-rounded>.nav-tabs{border-top-left-radius:.2rem;border-top-right-radius:.2rem}
.block.block-rounded.block-mode-hidden>.block-header.block-header-default,.block.block-rounded>.block-header:last-child,.block.block-rounded>.nav-tabs:last-child{border-bottom-right-radius:.2rem;border-bottom-left-radius:.2rem}
.block.block-rounded>.block-content:first-child{border-top-left-radius:.2rem;border-top-right-radius:.2rem}
.block.block-rounded>.block-content:last-child{border-bottom-right-radius:.2rem;border-bottom-left-radius:.2rem}
.block.block-rounded>.nav-tabs>.nav-item:first-child>.nav-link{border-top-left-radius:.2rem}
.block.block-rounded>.nav-tabs>.nav-item:last-child>.nav-link{border-top-right-radius:.2rem}
.block.block-themed>.block-header{color:#fff;background-color:#003865;border-bottom:none}
.block.block-themed>.block-header>.block-title{color:hsla(0,0%,100%,.9)}
.block.block-themed>.block-header>.block-title small{color:hsla(0,0%,100%,.7)}
.block.block-transparent{background-color:transparent;box-shadow:none}
.block.block-mode-hidden.block-bordered>.block-header{border-bottom:none}
.block.block-mode-hidden>.block-content{display:none}
.block.block-mode-loading{position:relative;overflow:hidden}
.block.block-mode-loading>.block-content,.block.block-mode-loading>.block-header,.block.block-mode-loading>.nav-tabs{opacity:.05}
.block.block-mode-loading:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;content:" "}
.block.block-mode-loading:after{position:absolute;top:50%;left:50%;z-index:2;width:3rem;height:3rem;margin:-1.5rem 0 0 -1.5rem;color:#3e4a59;font-size:1.125rem;font-family:Simple-Line-Icons;line-height:3rem;text-align:center;border-radius:1.5rem;-webkit-animation:fa-spin 1.75s linear infinite;animation:fa-spin 1.75s linear infinite;content:""}
.block.block-mode-loading.block-mode-hidden:after{width:2rem;height:2rem;margin:-1rem 0 0 -1rem;line-height:2rem}
.block.block-mode-loading.block-mode-loading-dark:after{color:#fff;background-color:#3e4a59}
.block.block-mode-loading.block-mode-loading-location:after{content:""}
.block.block-mode-loading.block-mode-loading-energy:after{content:""}
.block.block-mode-loading.block-mode-loading-refresh:after{font-weight:900;font-family:Font Awesome\ 5 Free,Font Awesome\ 5 Pro;content:""}
.block.block-mode-loading.block-mode-loading-sun:after{font-weight:900;font-family:Font Awesome\ 5 Free,Font Awesome\ 5 Pro;content:""}
.block.block-mode-loading.block-mode-loading-repeat:after{font-weight:900;font-family:Font Awesome\ 5 Free,Font Awesome\ 5 Pro;content:""}
.block.block-mode-loading.block-mode-loading-hourglass:after{font-weight:400;font-family:Font Awesome\ 5 Free,Font Awesome\ 5 Pro;content:""}
.block.block-mode-loading.block-mode-loading-jabilbootstrap:after{font-weight:900;font-family:Font Awesome\ 5 Free,Font Awesome\ 5 Pro;content:""}
.block.block-mode-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1035;margin-bottom:0;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}
.block.block-mode-fullscreen.block-bordered{border:none}
.block.block-mode-fullscreen.block-rounded{border-radius:0}
.block.block-mode-fullscreen.block-transparent{background-color:#fff}
.block.block-mode-pinned{position:fixed;right:.75rem;bottom:0;z-index:1031;width:100%;max-width:300px;margin-bottom:0!important;box-shadow:0 0 2rem rgba(0,0,0,.1)}
.block.block-mode-pinned>.block-content{max-height:250px;overflow-y:auto}
a.block{display:block;color:#575757;font-weight:400;transition:transform .15s ease-out,opacity .15s ease-out,box-shadow .15s ease-out}
a.block:hover{color:#575757;opacity:.75}
a.block:active{opacity:1}
a.block.block-link-rotate:hover{transform:rotate(1.5deg);opacity:1}
a.block.block-link-rotate:active{transform:rotate(0deg)}
a.block.block-link-pop:hover{box-shadow:0 .5rem 2.5rem #e6e6e6;transform:translateY(-2px);opacity:1}
a.block.block-link-pop:active{box-shadow:0 .375rem .55rem #f2f2f2;transform:translateY(0)}
a.block.block-link-shadow:hover{box-shadow:0 0 1.5rem #e6e6e6;opacity:1}
a.block.block-link-shadow:active{box-shadow:0 0 .75rem #ebebeb}
.block.block-fx-shadow{box-shadow:0 0 1.5rem #e6e6e6;opacity:1}
.block.block-fx-pop{box-shadow:0 .5rem 2.5rem #e6e6e6;opacity:1}
.block.block-fx-rotate-right{transform:rotate(1.5deg);opacity:1}
.block.block-fx-rotate-left{transform:rotate(-1.5deg);opacity:1}
.block-options{flex:0 0 auto;padding-left:1.25rem}
.block-options .block-options-item{padding:0 .25rem;line-height:1.2}
.block.block-themed .block-options .block-options-item{color:#fff}
.block-options .block-options-item,.block-options .dropdown{display:inline-block}
.block-sticky-options{position:relative}
.block-sticky-options .block-options{position:absolute;top:14px;right:1.25rem}
.block-sticky-options .block-options.block-options-left{right:auto;left:1.25rem;padding-right:10px;padding-left:0}
.btn-block-option{display:inline-block;padding:6px 5px;color:#adb5bd;line-height:1;background:none;border:none;cursor:pointer}
.btn-block-option.dropdown-toggle:after{position:relative;top:2px}
.btn-block-option .si{position:relative;top:1px}
.active>a.btn-block-option,.btn-block-option:hover,.show>button.btn-block-option,a.btn-block-option:focus{color:#495057;text-decoration:none}
.btn-block-option:focus{outline:none!important}
.btn-block-option:active{color:#adb5bd}
.block.block-themed .btn-block-option{color:#fff;opacity:.7}
.block.block-themed .active>a.btn-block-option,.block.block-themed .btn-block-option:hover,.block.block-themed .show>button.btn-block-option,.block.block-themed a.btn-block-option:focus{color:#fff;opacity:1}
.block.block-themed .btn-block-option:active{color:#fff;opacity:.6}
#page-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999998;background-color:#fff;transform:translateY(-100%)}
#page-loader.show{transform:translateY(0)}
#page-loader:after{position:absolute;top:50%;left:50%;z-index:999999;display:block;width:60px;height:60px;margin-top:-30px;margin-left:-30px;background-color:#003865;border-radius:100%;-webkit-animation:page-loader .9s ease-in-out infinite;animation:page-loader .9s ease-in-out infinite;content:""}
@-webkit-keyframes page-loader{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}
@keyframes page-loader{0%{transform:scale(0)}to{transform:scale(1);opacity:0}}
.nav-main{padding-left:0;list-style:none;margin-right:-1.25rem;margin-left:-1.25rem}
.nav-main-heading{padding:1.375rem 1.25rem .375rem;color:#979797;font-weight:600;font-size:.75rem;letter-spacing:.0625rem;text-transform:uppercase}
.nav-main-item{display:flex;flex-direction:column}
.nav-main-link{position:relative;display:flex;align-items:center;min-height:2.5rem;padding:.625rem 1.25rem;color:#575757;font-size:.875rem;line-height:1rem}
.nav-main-link .nav-main-link-icon{display:inline-block;flex:0 0 auto;min-width:1rem;margin-right:.625rem;color:#b0b0b0;text-align:center}
.nav-main-link .nav-main-link-name{display:inline-block;flex:1 1 auto;max-width:100%}
.nav-main-link .nav-main-link-badge{display:inline-block;flex:0 0 auto;margin-left:.625rem;padding-right:.375rem;padding-left:.375rem;font-size:.75rem}
.nav-main-link:hover{color:#575757;background-color:#f9f9f9}
.nav-main-link.active,.nav-main-link.active>.nav-main-link-icon,.nav-main-link:hover>.nav-main-link-icon{color:#000}
.nav-main-link.nav-main-link-submenu{padding-right:2rem}
.nav-main-link.nav-main-link-submenu:before{position:absolute;top:50%;right:.625rem;display:block;width:1rem;height:1rem;margin-top:-.5rem;font-weight:900;font-size:.75rem;font-family:Font Awesome\ 5 Free,Font Awesome\ 5 Pro;line-height:1rem;text-align:center;opacity:.4;transition:opacity .25s ease-out,transform .25s ease-out;content:""}
.nav-main-submenu{height:0;padding-left:2.875rem;overflow:hidden;list-style:none;background-color:rgba(0,0,0,.02)}
.nav-main-submenu .nav-main-item{transform:translateX(-.75rem);opacity:0;transition:opacity .25s ease-out,transform .25s ease-out}
.nav-main-submenu .nav-main-heading{padding-top:1.25rem;padding-bottom:.25rem;padding-left:0}
.nav-main-submenu .nav-main-link{min-height:2.125rem;margin:0;padding-top:.5rem;padding-bottom:.5rem;padding-left:0;color:#717171;font-size:.8125rem}
.nav-main-submenu .nav-main-link.active,.nav-main-submenu .nav-main-link:hover{color:#000;background-color:transparent}
.nav-main-submenu .nav-main-submenu{padding-left:.75rem}
.nav-main-item.open>.nav-main-link-submenu,.nav-main-item.open>.nav-main-link-submenu>.nav-main-link-icon{color:#000}
.nav-main-item.open>.nav-main-link-submenu:before{transform:rotate(-90deg)}
.nav-main-item.open>.nav-main-submenu{height:auto}
.nav-main-item.open>.nav-main-submenu>.nav-main-item{transform:translateX(0);opacity:1}
.nav-main-submenu .nav-main-item.open .nav-main-link{background-color:transparent}
.nav-main-horizontal{margin:0}
@media(min-width:992px){.nav-main-horizontal{display:flex;flex-wrap:wrap}.nav-main-horizontal .nav-main-heading{display:none}.nav-main-horizontal>.nav-main-item{position:relative;display:inline-block}.nav-main-horizontal>.nav-main-item:not(:last-child){margin-right:.25rem}.nav-main-horizontal .nav-main-link-submenu:before{content:""}.nav-main-horizontal .nav-main-submenu{position:absolute;left:0;z-index:995;width:230px;padding-left:0;background-color:#f5f5f5;box-shadow:0 .25rem 2rem rgba(0,0,0,.08)}.nav-main-horizontal .nav-main-submenu.nav-main-submenu-right{right:0;left:auto}.nav-main-horizontal .nav-main-submenu .nav-main-link{padding-left:1rem}.nav-main-horizontal .nav-main-submenu .nav-main-link-submenu:before{content:""}.nav-main-horizontal .nav-main-submenu .nav-main-item.open>.nav-main-link-submenu:before{transform:scaleX(-1)}.nav-main-horizontal .nav-main-item.open>.nav-main-link-submenu:before{transform:scaleY(-1)}.nav-main-horizontal .nav-main-item.open>.nav-main-submenu{height:auto;margin-top:-1px;padding-top:.5rem;padding-bottom:.5rem;overflow:visible}.nav-main-horizontal .nav-main-item.open>.nav-main-submenu>.nav-main-item{transform:translateX(0)}.nav-main-horizontal .nav-main-submenu .nav-main-submenu{top:-.5rem;right:-100%;left:auto;margin-top:0}.nav-main-horizontal.nav-main-horizontal-center{justify-content:center}.nav-main-horizontal.nav-main-horizontal-justify>.nav-main-item{flex:1 1 auto}.nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-link-submenu{color:#000;opacity:1}.nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-link-submenu>.nav-main-link-icon{color:#000}.nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-link-submenu:before{transform:scaleY(-1)}.nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-submenu{height:auto;margin-top:-1px;padding-top:.5rem;padding-bottom:.5rem;overflow:visible}.nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-submenu .nav-main-submenu{margin-top:0}.nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-submenu>.nav-main-item{transform:translateX(0);opacity:1}.nav-main-horizontal.nav-main-hover .nav-main-submenu .nav-main-item:hover>.nav-main-link-submenu:before{transform:scaleX(-1)}}
.nav-main-dark .nav-main-heading,.page-header-dark #page-header .nav-main-heading,.sidebar-dark #sidebar .nav-main-heading{color:hsla(0,0%,100%,.4)}
.nav-main-dark .nav-main-link,.page-header-dark #page-header .nav-main-link,.sidebar-dark #sidebar .nav-main-link{color:hsla(0,0%,100%,.5)}
.nav-main-dark .nav-main-link>.nav-main-link-icon,.page-header-dark #page-header .nav-main-link>.nav-main-link-icon,.sidebar-dark #sidebar .nav-main-link>.nav-main-link-icon{color:hsla(0,0%,100%,.2)}
.nav-main-dark .nav-main-link:hover,.page-header-dark #page-header .nav-main-link:hover,.sidebar-dark #sidebar .nav-main-link:hover{color:hsla(0,0%,100%,.5);background-color:rgba(0,0,0,.2)}
.nav-main-dark .nav-main-link.active,.nav-main-dark .nav-main-link.active>.nav-main-link-icon,.nav-main-dark .nav-main-link:hover>.nav-main-link-icon,.page-header-dark #page-header .nav-main-link.active,.page-header-dark #page-header .nav-main-link.active>.nav-main-link-icon,.page-header-dark #page-header .nav-main-link:hover>.nav-main-link-icon,.sidebar-dark #sidebar .nav-main-link.active,.sidebar-dark #sidebar .nav-main-link.active>.nav-main-link-icon,.sidebar-dark #sidebar .nav-main-link:hover>.nav-main-link-icon{color:#fff}
.nav-main-dark .nav-main-submenu,.page-header-dark #page-header .nav-main-submenu,.sidebar-dark #sidebar .nav-main-submenu{background-color:rgba(0,0,0,.15)}
.nav-main-dark .nav-main-submenu .nav-main-link,.page-header-dark #page-header .nav-main-submenu .nav-main-link,.sidebar-dark #sidebar .nav-main-submenu .nav-main-link{color:hsla(0,0%,100%,.4)}
.nav-main-dark .nav-main-submenu .nav-main-link.active,.nav-main-dark .nav-main-submenu .nav-main-link:hover,.page-header-dark #page-header .nav-main-submenu .nav-main-link.active,.page-header-dark #page-header .nav-main-submenu .nav-main-link:hover,.sidebar-dark #sidebar .nav-main-submenu .nav-main-link.active,.sidebar-dark #sidebar .nav-main-submenu .nav-main-link:hover{color:#fff;background-color:transparent}
.nav-main-dark .nav-main-item.open>.nav-main-link-submenu,.nav-main-dark .nav-main-item.open>.nav-main-link-submenu>.nav-main-link-icon,.page-header-dark #page-header .nav-main-item.open>.nav-main-link-submenu,.page-header-dark #page-header .nav-main-item.open>.nav-main-link-submenu>.nav-main-link-icon,.sidebar-dark #sidebar .nav-main-item.open>.nav-main-link-submenu,.sidebar-dark #sidebar .nav-main-item.open>.nav-main-link-submenu>.nav-main-link-icon{color:#fff}
.nav-main-dark .nav-main-item.open>.nav-main-submenu,.page-header-dark #page-header .nav-main-item.open>.nav-main-submenu,.sidebar-dark #sidebar .nav-main-item.open>.nav-main-submenu{background-color:rgba(0,0,0,.15)}
.nav-main-dark .nav-main-submenu .nav-main-item.open .nav-main-link,.page-header-dark #page-header .nav-main-submenu .nav-main-item.open .nav-main-link,.sidebar-dark #sidebar .nav-main-submenu .nav-main-item.open .nav-main-link{background-color:transparent}
@media(min-width:992px){.nav-main-dark.nav-main-horizontal .nav-main-submenu,.page-header-dark #page-header .nav-main-horizontal .nav-main-submenu,.sidebar-dark #sidebar .nav-main-horizontal .nav-main-submenu{background-color:#00223a!important;box-shadow:none}.nav-main-dark.nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-link-submenu,.nav-main-dark.nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-link-submenu>.nav-main-link-icon,.page-header-dark #page-header .nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-link-submenu,.page-header-dark #page-header .nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-link-submenu>.nav-main-link-icon,.sidebar-dark #sidebar .nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-link-submenu,.sidebar-dark #sidebar .nav-main-horizontal.nav-main-hover .nav-main-item:hover>.nav-main-link-submenu>.nav-main-link-icon{color:#fff}.nav-main-dark.nav-main-horizontal.nav-main-hover .nav-main-submenu .nav-main-item:hover .nav-main-link,.page-header-dark #page-header .nav-main-horizontal.nav-main-hover .nav-main-submenu .nav-main-item:hover .nav-main-link,.sidebar-dark #sidebar .nav-main-horizontal.nav-main-hover .nav-main-submenu .nav-main-item:hover .nav-main-link{background-color:transparent}}
.img-avatar{display:inline-block!important;width:64px;height:64px;border-radius:50%}
.img-avatar.img-avatar16{width:16px;height:16px}
.img-avatar.img-avatar20{width:20px;height:20px}
.img-avatar.img-avatar32{width:32px;height:32px}
.img-avatar.img-avatar48{width:48px;height:48px}
.img-avatar.img-avatar96{width:96px;height:96px}
.img-avatar.img-avatar128{width:128px;height:128px}
.img-avatar-thumb{margin:.25rem;box-shadow:0 0 0 .25rem hsla(0,0%,100%,.3)}
.img-avatar.img-avatar-rounded,.img-thumb{border-radius:.25rem}
.img-thumb{padding:.375rem;background-color:#fff}
.img-link{display:inline-block;transition:transform .25s ease-out,opacity .25s ease-out}
.img-link:hover{transform:scale(1.02);opacity:.75}
.img-link:active{opacity:1}
.img-link.img-link-simple:hover,.img-link:active{transform:scale(1)}
.img-link-zoom-in{cursor:zoom-in}
.img-fluid-100 .img-fluid,.img-fluid.img-fluid-100{width:100%}
.list{padding-left:0;list-style:none}
.list>li{position:relative}
.list-li-push>li,.list.list-simple>li{margin-bottom:1.25rem}
.list-li-push-sm>li,.list.list-simple-mini>li{margin-bottom:.625rem}
.list-activity>li{margin-bottom:.75rem;padding-bottom:.375rem;padding-left:2rem;border-bottom:1px solid #f5f5f5}
.list-activity>li>i:first-child{position:absolute;top:0;left:0;display:inline-block;width:1.25rem;height:1.25rem;line-height:1.25rem;text-align:center}
.list-activity>li:last-child{border-bottom:none}
.list-events>li{margin-bottom:.25rem;padding:.5rem .75rem;font-weight:600;font-size:.875rem;background-color:#edf6fd;transition:transform .3s ease-out}
.list-events>li:hover{transform:translateX(-.25rem);cursor:move}
.item{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;transition:opacity .25s ease-out,transform .25s ease-out}
a.item{will-change:opacity}
a.item:focus,a.item:hover{opacity:.6}
a.item:active{opacity:1}
a.item.item-link-pop{will-change:transform}
a.item.item-link-pop:focus,a.item.item-link-pop:hover{transform:scale(1.1);opacity:1}
a.item.item-link-pop:active{transform:scale(1)}
.item.item-tiny{width:1rem;height:1rem}
.item.item-2x{width:6rem;height:6rem}
.item.item-3x{width:8rem;height:8rem}
.item.item-circle{border-radius:50%}
.item.item-rounded{border-radius:.25rem}
.item.item-rounded-big{border-radius:1.75rem}
.item.item-rounded-big.item-2x{border-radius:2.25rem}
.item.item-rounded-big.item-3x{border-radius:3rem}
.overlay-container{position:relative}
.overlay-item{position:absolute;top:0;right:0;display:inline-block;line-height:1}
.overlay-left .overlay-item{right:auto;left:0}
.overlay-bottom .overlay-item{top:auto;bottom:0}
.overlay-center .overlay-item{top:50%;right:50%;transform:translateX(50%) translateY(-50%)}
.options-container{position:relative;z-index:1;display:block;overflow:hidden}
.options-container .options-item{transition:transform .25s ease-out;will-change:transform}
.options-container .options-overlay{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;z-index:2;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:all .3s ease-in;content:"";will-change:opacity,transform}
.options-container .options-overlay-content{text-align:center}
.options-container:hover .options-overlay{visibility:visible;opacity:1}
@media(max-width:767.98px){.options-container .options-overlay{display:none}.options-container .options-overlay:hover .options-overlay{display:block}}
.fx-item-zoom-in:hover .options-item{transform:scale(1.2)}
.fx-item-rotate-r:hover .options-item{transform:scale(1.4) rotate(8deg)}
.fx-item-rotate-l:hover .options-item{transform:scale(1.4) rotate(-8deg)}
.fx-overlay-slide-top .options-overlay{transform:translateY(100%)}
.fx-overlay-slide-top:hover .options-overlay{transform:translateY(0)}
.fx-overlay-slide-right .options-overlay{transform:translateX(-100%)}
.fx-overlay-slide-right:hover .options-overlay{transform:translateX(0)}
.fx-overlay-slide-down .options-overlay{transform:translateY(-100%)}
.fx-overlay-slide-down:hover .options-overlay{transform:translateY(0)}
.fx-overlay-slide-left .options-overlay{transform:translateX(100%)}
.fx-overlay-slide-left:hover .options-overlay{transform:translateX(0)}
.fx-overlay-zoom-in .options-overlay{transform:scale(0)}
.fx-overlay-zoom-in:hover .options-overlay{transform:scale(1)}
.fx-overlay-zoom-out .options-overlay{transform:scale(2)}
.fx-overlay-zoom-out:hover .options-overlay{transform:scale(1)}
.timeline{position:relative;padding:1rem 0;list-style:none}
.timeline:before{position:absolute;top:0;left:1.25rem;width:.25rem;height:100%;background-color:#ebebeb;border-radius:.25rem;content:""}
.timeline-event{position:relative}
.timeline-event:not(:last-child){margin-bottom:1.875rem}
.timeline-event-icon{position:absolute;z-index:5;width:2.5rem;height:2.5rem;color:#fff;line-height:2.5rem;text-align:center;border-radius:.25rem}
.timeline-event-block{margin-bottom:0!important;margin-left:3.25rem}
@media(min-width:1200px){.timeline-centered:before{left:50%;margin-left:-.125rem}.timeline-centered .timeline-event-icon{left:50%;margin-left:-1.25rem}.timeline-centered .timeline-event-icon:before{right:auto;left:-.625rem;border-right:.625rem solid #fff;border-left:none}.timeline-centered .timeline-event-time{position:absolute;top:1.25rem;left:50%;display:inline-block;width:auto;padding:.5rem .5rem .5rem 1.75rem;background-color:#f8f9fa;border-radius:.25rem;transform:translateY(-50%)}.timeline-centered .timeline-event-block{width:46%;margin-left:0}.timeline-centered .timeline-event:not(:last-child){margin-bottom:3.75rem}.timeline-centered.timeline-alt .timeline-event:nth-child(2n) .timeline-event-icon,.timeline-centered .timeline-event.timeline-event-alt .timeline-event-icon{left:50%;margin-left:-1.25rem}.timeline-centered.timeline-alt .timeline-event:nth-child(2n) .timeline-event-block,.timeline-centered .timeline-event.timeline-event-alt .timeline-event-block{margin-left:auto}.timeline-centered.timeline-alt .timeline-event:nth-child(2n) .timeline-event-time,.timeline-centered .timeline-event.timeline-event-alt .timeline-event-time{right:50%;left:auto;padding:.5rem 1.75rem .5rem .5rem;text-align:right}}
.ribbon{position:relative;min-height:3.25rem}
.ribbon-box{position:absolute;top:.75rem;right:0;z-index:5;height:2.25rem;padding:0 .75rem;font-weight:700;line-height:2.25rem;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.ribbon-box:before{position:absolute;display:block;width:0;height:0;content:""}
.ribbon-bookmark .ribbon-box{padding-left:.625rem;border-radius:0!important}
.ribbon-bookmark .ribbon-box:before{top:0;right:100%;height:2.25rem;border-color:currentcolor;border-style:solid;border-width:1rem 0 1rem .625rem}
.ribbon-modern .ribbon-box{top:0;padding-right:.75rem;padding-left:.75rem;border-radius:0!important}
.ribbon-modern .ribbon-box:before{right:100%;border:1.125rem solid}
.ribbon-left .ribbon-box{right:auto;left:0;border-radius:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.ribbon-left.ribbon-bookmark .ribbon-box{padding-right:.625rem;padding-left:.75rem}
.ribbon-left.ribbon-bookmark .ribbon-box:before{right:auto;left:100%;border-right-width:.625rem;border-left-width:0}
.ribbon-left.ribbon-modern .ribbon-box:before{right:auto;left:100%}
.ribbon-bottom .ribbon-box{top:auto;bottom:.75rem}
.ribbon-bottom.ribbon-modern .ribbon-box{bottom:0}
.ribbon-light .ribbon-box{color:#575757;background-color:#ebebeb}
.ribbon-light.ribbon-bookmark .ribbon-box:before{border-color:#ebebeb #ebebeb #ebebeb transparent}
.ribbon-light.ribbon-bookmark.ribbon-left .ribbon-box:before{border-color:#ebebeb transparent #ebebeb #ebebeb}
.ribbon-light.ribbon-modern .ribbon-box:before{border-color:#ebebeb #ebebeb transparent transparent}
.ribbon-light.ribbon-modern.ribbon-bottom .ribbon-box:before{border-color:transparent #ebebeb #ebebeb transparent}
.ribbon-light.ribbon-modern.ribbon-left .ribbon-box:before{border-color:#ebebeb transparent transparent #ebebeb}
.ribbon-light.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before{border-color:transparent transparent #ebebeb #ebebeb}
.ribbon-dark .ribbon-box{color:#fff;background-color:#343a40}
.ribbon-dark.ribbon-bookmark .ribbon-box:before{border-color:#343a40 #343a40 #343a40 transparent}
.ribbon-dark.ribbon-bookmark.ribbon-left .ribbon-box:before{border-color:#343a40 transparent #343a40 #343a40}
.ribbon-dark.ribbon-modern .ribbon-box:before{border-color:#343a40 #343a40 transparent transparent}
.ribbon-dark.ribbon-modern.ribbon-bottom .ribbon-box:before{border-color:transparent #343a40 #343a40 transparent}
.ribbon-dark.ribbon-modern.ribbon-left .ribbon-box:before{border-color:#343a40 transparent transparent #343a40}
.ribbon-dark.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before{border-color:transparent transparent #343a40 #343a40}
.ribbon-primary .ribbon-box{color:#fff;background-color:#003865}
.ribbon-primary.ribbon-bookmark .ribbon-box:before{border-color:#003865 #003865 #003865 transparent}
.ribbon-primary.ribbon-bookmark.ribbon-left .ribbon-box:before{border-color:#003865 transparent #003865 #003865}
.ribbon-primary.ribbon-modern .ribbon-box:before{border-color:#003865 #003865 transparent transparent}
.ribbon-primary.ribbon-modern.ribbon-bottom .ribbon-box:before{border-color:transparent #003865 #003865 transparent}
.ribbon-primary.ribbon-modern.ribbon-left .ribbon-box:before{border-color:#003865 transparent transparent #003865}
.ribbon-primary.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before{border-color:transparent transparent #003865 #003865}
.ribbon-success .ribbon-box{color:#fff;background-color:#3bb56e}
.ribbon-success.ribbon-bookmark .ribbon-box:before{border-color:#3bb56e #3bb56e #3bb56e transparent}
.ribbon-success.ribbon-bookmark.ribbon-left .ribbon-box:before{border-color:#3bb56e transparent #3bb56e #3bb56e}
.ribbon-success.ribbon-modern .ribbon-box:before{border-color:#3bb56e #3bb56e transparent transparent}
.ribbon-success.ribbon-modern.ribbon-bottom .ribbon-box:before{border-color:transparent #3bb56e #3bb56e transparent}
.ribbon-success.ribbon-modern.ribbon-left .ribbon-box:before{border-color:#3bb56e transparent transparent #3bb56e}
.ribbon-success.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before{border-color:transparent transparent #3bb56e #3bb56e}
.ribbon-info .ribbon-box{color:#fff;background-color:#4ca8e6}
.ribbon-info.ribbon-bookmark .ribbon-box:before{border-color:#4ca8e6 #4ca8e6 #4ca8e6 transparent}
.ribbon-info.ribbon-bookmark.ribbon-left .ribbon-box:before{border-color:#4ca8e6 transparent #4ca8e6 #4ca8e6}
.ribbon-info.ribbon-modern .ribbon-box:before{border-color:#4ca8e6 #4ca8e6 transparent transparent}
.ribbon-info.ribbon-modern.ribbon-bottom .ribbon-box:before{border-color:transparent #4ca8e6 #4ca8e6 transparent}
.ribbon-info.ribbon-modern.ribbon-left .ribbon-box:before{border-color:#4ca8e6 transparent transparent #4ca8e6}
.ribbon-info.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before{border-color:transparent transparent #4ca8e6 #4ca8e6}
.ribbon-warning .ribbon-box{color:#fff;background-color:#e28118}
.ribbon-warning.ribbon-bookmark .ribbon-box:before{border-color:#e28118 #e28118 #e28118 transparent}
.ribbon-warning.ribbon-bookmark.ribbon-left .ribbon-box:before{border-color:#e28118 transparent #e28118 #e28118}
.ribbon-warning.ribbon-modern .ribbon-box:before{border-color:#e28118 #e28118 transparent transparent}
.ribbon-warning.ribbon-modern.ribbon-bottom .ribbon-box:before{border-color:transparent #e28118 #e28118 transparent}
.ribbon-warning.ribbon-modern.ribbon-left .ribbon-box:before{border-color:#e28118 transparent transparent #e28118}
.ribbon-warning.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before{border-color:transparent transparent #e28118 #e28118}
.ribbon-danger .ribbon-box{color:#fff;background-color:#c84837}
.ribbon-danger.ribbon-bookmark .ribbon-box:before{border-color:#c84837 #c84837 #c84837 transparent}
.ribbon-danger.ribbon-bookmark.ribbon-left .ribbon-box:before{border-color:#c84837 transparent #c84837 #c84837}
.ribbon-danger.ribbon-modern .ribbon-box:before{border-color:#c84837 #c84837 transparent transparent}
.ribbon-danger.ribbon-modern.ribbon-bottom .ribbon-box:before{border-color:transparent #c84837 #c84837 transparent}
.ribbon-danger.ribbon-modern.ribbon-left .ribbon-box:before{border-color:#c84837 transparent transparent #c84837}
.ribbon-danger.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before{border-color:transparent transparent #c84837 #c84837}
.ribbon-glass .ribbon-box{color:#fff;background-color:hsla(0,0%,100%,.4)}
.ribbon-glass.ribbon-bookmark .ribbon-box:before{border-color:hsla(0,0%,100%,.4) hsla(0,0%,100%,.4) hsla(0,0%,100%,.4) transparent}
.ribbon-glass.ribbon-bookmark.ribbon-left .ribbon-box:before{border-color:hsla(0,0%,100%,.4) transparent hsla(0,0%,100%,.4) hsla(0,0%,100%,.4)}
.ribbon-glass.ribbon-modern .ribbon-box:before{border-color:hsla(0,0%,100%,.4) hsla(0,0%,100%,.4) transparent transparent}
.ribbon-glass.ribbon-modern.ribbon-bottom .ribbon-box:before{border-color:transparent hsla(0,0%,100%,.4) hsla(0,0%,100%,.4) transparent}
.ribbon-glass.ribbon-modern.ribbon-left .ribbon-box:before{border-color:hsla(0,0%,100%,.4) transparent transparent hsla(0,0%,100%,.4)}
.ribbon-glass.ribbon-modern.ribbon-left.ribbon-bottom .ribbon-box:before{border-color:transparent transparent hsla(0,0%,100%,.4) hsla(0,0%,100%,.4)}
.bg-black-5{background-color:rgba(0,0,0,.05)!important}
.bg-black-10{background-color:rgba(0,0,0,.1)!important}
.bg-black-25{background-color:rgba(0,0,0,.25)!important}
.bg-black-50{background-color:rgba(0,0,0,.5)!important}
.bg-black-75{background-color:rgba(0,0,0,.75)!important}
.bg-black-90{background-color:rgba(0,0,0,.9)!important}
.bg-black-95{background-color:rgba(0,0,0,.95)!important}
.bg-white-5{background-color:hsla(0,0%,100%,.05)!important}
.bg-white-10{background-color:hsla(0,0%,100%,.1)!important}
.bg-white-25{background-color:hsla(0,0%,100%,.25)!important}
.bg-white-50{background-color:hsla(0,0%,100%,.5)!important}
.bg-white-75{background-color:hsla(0,0%,100%,.75)!important}
.bg-white-90{background-color:hsla(0,0%,100%,.9)!important}
.bg-white-95{background-color:hsla(0,0%,100%,.95)!important}
.bg-image{background-position:0 50%;background-size:cover}
.bg-image-top{background-position-y:0}
.bg-image-bottom{background-position-y:100%}
@media(min-width:1200px){.bg-image-fixed{background-attachment:fixed}}
.bg-pattern{background-repeat:repeat}
.bg-video{width:100%;transform:translateZ(0)}
.bg-primary-op{background-color:rgba(0,56,101,.75)!important}
a.bg-primary-op:focus,a.bg-primary-op:hover,button.bg-primary-op:focus,button.bg-primary-op:hover{background-color:rgba(0,28,50,.75)!important}
.bg-primary-dark{background-color:#3e4a59!important}
a.bg-primary-dark:focus,a.bg-primary-dark:hover,button.bg-primary-dark:focus,button.bg-primary-dark:hover{background-color:#29313b!important}
.bg-primary-dark-op{background-color:rgba(62,74,89,.8)!important}
a.bg-primary-dark-op:focus,a.bg-primary-dark-op:hover,button.bg-primary-dark-op:focus,button.bg-primary-dark-op:hover{background-color:rgba(41,49,59,.8)!important}
.bg-primary-darker{background-color:#002b49!important}
a.bg-primary-darker:focus,a.bg-primary-darker:hover,button.bg-primary-darker:focus,button.bg-primary-darker:hover{background-color:#000d16!important}
.bg-primary-light{background-color:#0062b2!important}
a.bg-primary-light:focus,a.bg-primary-light:hover,button.bg-primary-light:focus,button.bg-primary-light:hover{background-color:#00467f!important}
.bg-primary-lighter{background-color:#0087f4!important}
a.bg-primary-lighter:focus,a.bg-primary-lighter:hover,button.bg-primary-lighter:focus,button.bg-primary-lighter:hover{background-color:#006bc1!important}
.bg-success-light{background-color:#e0f5e9!important}
a.bg-success-light:focus,a.bg-success-light:hover,button.bg-success-light:focus,button.bg-success-light:hover{background-color:#b9e9ce!important}
.bg-warning-light{background-color:#fdf3e5!important}
a.bg-warning-light:focus,a.bg-warning-light:hover,button.bg-warning-light:focus,button.bg-warning-light:hover{background-color:#f9ddb6!important}
.bg-info-light{background-color:#edf6fd!important}
a.bg-info-light:focus,a.bg-info-light:hover,button.bg-info-light:focus,button.bg-info-light:hover{background-color:#bfdff8!important}
.bg-danger-light{background-color:#f9eae8!important}
a.bg-danger-light:focus,a.bg-danger-light:hover,button.bg-danger-light:focus,button.bg-danger-light:hover{background-color:#eec5c0!important}
.bg-success-op{background-color:rgba(224,245,233,.95)!important}
a.bg-success-op:focus,a.bg-success-op:hover,button.bg-success-op:focus,button.bg-success-op:hover{background-color:rgba(185,233,206,.95)!important}
.bg-warning-op{background-color:rgba(253,243,229,.95)!important}
a.bg-warning-op:focus,a.bg-warning-op:hover,button.bg-warning-op:focus,button.bg-warning-op:hover{background-color:rgba(249,221,182,.95)!important}
.bg-info-op{background-color:rgba(237,246,253,.95)!important}
a.bg-info-op:focus,a.bg-info-op:hover,button.bg-info-op:focus,button.bg-info-op:hover{background-color:rgba(191,223,248,.95)!important}
.bg-danger-op{background-color:rgba(249,234,232,.95)!important}
a.bg-danger-op:focus,a.bg-danger-op:hover,button.bg-danger-op:focus,button.bg-danger-op:hover{background-color:rgba(238,197,192,.95)!important}
.bg-body{background-color:#f5f5f5!important}
a.bg-body:focus,a.bg-body:hover,button.bg-body:focus,button.bg-body:hover{background-color:#dcdcdc!important}
.bg-body-light{background-color:#f9f9f9!important}
a.bg-body-light:focus,a.bg-body-light:hover,button.bg-body-light:focus,button.bg-body-light:hover{background-color:#dfdfdf!important}
.bg-body-dark{background-color:#ebebeb!important}
a.bg-body-dark:focus,a.bg-body-dark:hover,button.bg-body-dark:focus,button.bg-body-dark:hover{background-color:#d1d1d1!important}
.bg-muted{background-color:#6c757d!important}
a.bg-muted:focus,a.bg-muted:hover,button.bg-muted:focus,button.bg-muted:hover{background-color:#545b62!important}
.bg-white{background-color:#fff!important}
a.bg-white:focus,a.bg-white:hover,button.bg-white:focus,button.bg-white:hover{background-color:#e6e6e6!important}
.bg-black,a.bg-black:focus,a.bg-black:hover,button.bg-black:focus,button.bg-black:hover{background-color:#000!important}
.bg-gray{background-color:#ced4da!important}
a.bg-gray:focus,a.bg-gray:hover,button.bg-gray:focus,button.bg-gray:hover{background-color:#b1bbc4!important}
.bg-gray-dark{background-color:#6c757d!important}
a.bg-gray-dark:focus,a.bg-gray-dark:hover,button.bg-gray-dark:focus,button.bg-gray-dark:hover{background-color:#545b62!important}
.bg-gray-darker{background-color:#343a40!important}
a.bg-gray-darker:focus,a.bg-gray-darker:hover,button.bg-gray-darker:focus,button.bg-gray-darker:hover{background-color:#1d2124!important}
.bg-gray-light{background-color:#e9ecef!important}
a.bg-gray-light:focus,a.bg-gray-light:hover,button.bg-gray-light:focus,button.bg-gray-light:hover{background-color:#cbd3da!important}
.bg-gray-lighter{background-color:#f8f9fa!important}
a.bg-gray-lighter:focus,a.bg-gray-lighter:hover,button.bg-gray-lighter:focus,button.bg-gray-lighter:hover{background-color:#dae0e5!important}
.bg-header-light{background-color:#fff!important}
a.bg-header-light:focus,a.bg-header-light:hover,button.bg-header-light:focus,button.bg-header-light:hover{background-color:#e6e6e6!important}
.bg-header-dark{background-color:#002b49!important}
a.bg-header-dark:focus,a.bg-header-dark:hover,button.bg-header-dark:focus,button.bg-header-dark:hover{background-color:#000d16!important}
.bg-sidebar-light{background-color:#fff!important}
a.bg-sidebar-light:focus,a.bg-sidebar-light:hover,button.bg-sidebar-light:focus,button.bg-sidebar-light:hover{background-color:#e6e6e6!important}
.bg-sidebar-dark{background-color:#002b49!important}
a.bg-sidebar-dark:focus,a.bg-sidebar-dark:hover,button.bg-sidebar-dark:focus,button.bg-sidebar-dark:hover{background-color:#000d16!important}
.bg-default{background-color:#003865!important}
a.bg-default:focus,a.bg-default:hover,button.bg-default:focus,button.bg-default:hover{background-color:#001c32!important}
.bg-default-op{background-color:rgba(0,56,101,.75)!important}
a.bg-default-op:focus,a.bg-default-op:hover,button.bg-default-op:focus,button.bg-default-op:hover{background-color:rgba(0,28,50,.75)!important}
.bg-default-dark{background-color:#3e4a59!important}
a.bg-default-dark:focus,a.bg-default-dark:hover,button.bg-default-dark:focus,button.bg-default-dark:hover{background-color:#29313b!important}
.bg-default-dark-op{background-color:rgba(62,74,89,.8)!important}
a.bg-default-dark-op:focus,a.bg-default-dark-op:hover,button.bg-default-dark-op:focus,button.bg-default-dark-op:hover{background-color:rgba(41,49,59,.8)!important}
.bg-default-darker{background-color:#002b49!important}
a.bg-default-darker:focus,a.bg-default-darker:hover,button.bg-default-darker:focus,button.bg-default-darker:hover{background-color:#000d16!important}
.bg-default-light{background-color:#0062b2!important}
a.bg-default-light:focus,a.bg-default-light:hover,button.bg-default-light:focus,button.bg-default-light:hover{background-color:#00467f!important}
.bg-default-lighter{background-color:#0087f4!important}
a.bg-default-lighter:focus,a.bg-default-lighter:hover,button.bg-default-lighter:focus,button.bg-default-lighter:hover{background-color:#006bc1!important}
.bg-nypro{background-color:#dc582a!important}
a.bg-nypro:focus,a.bg-nypro:hover,button.bg-nypro:focus,button.bg-nypro:hover{background-color:#b5451e!important}
.bg-nypro-op{background-color:rgba(220,88,42,.75)!important}
a.bg-nypro-op:focus,a.bg-nypro-op:hover,button.bg-nypro-op:focus,button.bg-nypro-op:hover{background-color:rgba(181,69,30,.75)!important}
.bg-nypro-dark{background-color:#8e3719!important}
a.bg-nypro-dark:focus,a.bg-nypro-dark:hover,button.bg-nypro-dark:focus,button.bg-nypro-dark:hover{background-color:#632611!important}
.bg-nypro-dark-op{background-color:rgba(142,55,25,.8)!important}
a.bg-nypro-dark-op:focus,a.bg-nypro-dark-op:hover,button.bg-nypro-dark-op:focus,button.bg-nypro-dark-op:hover{background-color:rgba(99,38,17,.8)!important}
.bg-nypro-darker{background-color:#963b1c!important}
a.bg-nypro-darker:focus,a.bg-nypro-darker:hover,button.bg-nypro-darker:focus,button.bg-nypro-darker:hover{background-color:#6b2a14!important}
.bg-nypro-light{background-color:#e5815f!important}
a.bg-nypro-light:focus,a.bg-nypro-light:hover,button.bg-nypro-light:focus,button.bg-nypro-light:hover{background-color:#dd5f33!important}
.bg-nypro-lighter{background-color:#eca48a!important}
a.bg-nypro-lighter:focus,a.bg-nypro-lighter:hover,button.bg-nypro-lighter:focus,button.bg-nypro-lighter:hover{background-color:#e5815f!important}
.bg-modern{background-color:#14adc4!important}
a.bg-modern:focus,a.bg-modern:hover,button.bg-modern:focus,button.bg-modern:hover{background-color:#0f8496!important}
.bg-modern-op{background-color:rgba(20,173,196,.75)!important}
a.bg-modern-op:focus,a.bg-modern-op:hover,button.bg-modern-op:focus,button.bg-modern-op:hover{background-color:rgba(15,132,150,.75)!important}
.bg-modern-dark{background-color:#3e4d52!important}
a.bg-modern-dark:focus,a.bg-modern-dark:hover,button.bg-modern-dark:focus,button.bg-modern-dark:hover{background-color:#283235!important}
.bg-modern-dark-op{background-color:rgba(62,77,82,.8)!important}
a.bg-modern-dark-op:focus,a.bg-modern-dark-op:hover,button.bg-modern-dark-op:focus,button.bg-modern-dark-op:hover{background-color:rgba(40,50,53,.8)!important}
.bg-modern-darker{background-color:#323e42!important}
a.bg-modern-darker:focus,a.bg-modern-darker:hover,button.bg-modern-darker:focus,button.bg-modern-darker:hover{background-color:#1c2325!important}
.bg-modern-light{background-color:#7fe3f2!important}
a.bg-modern-light:focus,a.bg-modern-light:hover,button.bg-modern-light:focus,button.bg-modern-light:hover{background-color:#51d9ed!important}
.bg-modern-lighter{background-color:#c4f2f9!important}
a.bg-modern-lighter:focus,a.bg-modern-lighter:hover,button.bg-modern-lighter:focus,button.bg-modern-lighter:hover{background-color:#96e8f4!important}
.border-white-op{border-color:hsla(0,0%,100%,.1)!important}
.border-black-op{border-color:rgba(0,0,0,.1)!important}
.border-2x{border-width:2px!important}
.border-3x{border-width:3px!important}
.border-4x{border-width:4px!important}
.border-5x{border-width:5px!important}
.border-10x{border-width:10px!important}
.overflow-y-auto{overflow-y:auto;-webkit-overflow-scrolling:touch}
.opacity-0{opacity:0}
.opacity-25{opacity:.25}
.opacity-50{opacity:.5}
.opacity-75{opacity:.75}
.opacity-1{opacity:1}
.no-transition{transition:none!important}
.click-ripple{position:absolute;display:block;background:hsla(0,0%,100%,.6);border-radius:100%;transform:scale(0)}
.click-ripple.animate{-webkit-animation:click-ripple .6s ease-out;animation:click-ripple .6s ease-out}
@-webkit-keyframes click-ripple{50%{transform:scale(2);opacity:.6}to{transform:scale(3);opacity:0}}
@keyframes click-ripple{50%{transform:scale(2);opacity:.6}to{transform:scale(3);opacity:0}}
.flex-00-auto{flex:0 0 auto}
.flex-10-auto{flex:1 0 auto}
@media(min-width:576px){.flex-sm-00-auto{flex:0 0 auto}.flex-sm-10-auto{flex:1 0 auto}}
@media(min-width:768px){.flex-md-00-auto{flex:0 0 auto}.flex-md-10-auto{flex:1 0 auto}}
@media(min-width:992px){.flex-lg-00-auto{flex:0 0 auto}.flex-lg-10-auto{flex:1 0 auto}}
@media(min-width:1200px){.flex-xl-00-auto{flex:0 0 auto}.flex-xl-10-auto{flex:1 0 auto}}
.font-w300{font-weight:300!important}
.font-w400{font-weight:400!important}
.font-w600{font-weight:600!important}
.font-w700{font-weight:700!important}
.font-size-base{font-size:1rem!important}
.font-size-lg{font-size:1.25rem!important}
.font-size-sm{font-size:.875rem!important}
.text-wrap-break-word{word-wrap:break-word}
.text-primary-dark{color:#3e4a59!important}
a.text-primary-dark.link-fx:before{background-color:#3e4a59}
a.text-primary-dark:focus,a.text-primary-dark:hover{color:#14181d!important}
.text-primary-darker{color:#002b49!important}
a.text-primary-darker.link-fx:before{background-color:#002b49}
a.text-primary-darker:focus,a.text-primary-darker:hover{color:#000!important}
.text-primary-light{color:#0062b2!important}
a.text-primary-light.link-fx:before{background-color:#0062b2}
a.text-primary-light:focus,a.text-primary-light:hover{color:#002a4c!important}
.text-primary-lighter{color:#0087f4!important}
a.text-primary-lighter.link-fx:before{background-color:#0087f4}
a.text-primary-lighter:focus,a.text-primary-lighter:hover{color:#004f8e!important}
.text-success-light{color:#e0f5e9!important}
a.text-success-light.link-fx:before{background-color:#e0f5e9}
a.text-success-light:focus,a.text-success-light:hover{color:#93dcb2!important}
.text-warning-light{color:#fdf3e5!important}
a.text-warning-light.link-fx:before{background-color:#fdf3e5}
a.text-warning-light:focus,a.text-warning-light:hover{color:#f6c786!important}
.text-info-light{color:#edf6fd!important}
a.text-info-light.link-fx:before{background-color:#edf6fd}
a.text-info-light:focus,a.text-info-light:hover{color:#91c8f3!important}
.text-danger-light{color:#f9eae8!important}
a.text-danger-light.link-fx:before{background-color:#f9eae8}
a.text-danger-light:focus,a.text-danger-light:hover{color:#e4a097!important}
.text-body-bg{color:#f5f5f5!important}
a.text-body-bg.link-fx:before{background-color:#f5f5f5}
a.text-body-bg:focus,a.text-body-bg:hover{color:#c2c2c2!important}
.text-body-bg-dark{color:#ebebeb!important}
a.text-body-bg-dark.link-fx:before{background-color:#ebebeb}
a.text-body-bg-dark:focus,a.text-body-bg-dark:hover{color:#b8b8b8!important}
.text-body-bg-light{color:#f9f9f9!important}
a.text-body-bg-light.link-fx:before{background-color:#f9f9f9}
a.text-body-bg-light:focus,a.text-body-bg-light:hover{color:#c6c6c6!important}
.text-body-color{color:#575757!important}
a.text-body-color.link-fx:before{background-color:#575757}
a.text-body-color:focus,a.text-body-color:hover{color:#242424!important}
.text-body-color-dark{color:#373737!important}
a.text-body-color-dark.link-fx:before{background-color:#373737}
a.text-body-color-dark:focus,a.text-body-color-dark:hover{color:#040404!important}
.text-body-color-light{color:#ebebeb!important}
a.text-body-color-light.link-fx:before{background-color:#ebebeb}
a.text-body-color-light:focus,a.text-body-color-light:hover{color:#b8b8b8!important}
.text-muted{color:#6c757d!important}
a.text-muted.link-fx:before{background-color:#6c757d}
a.text-muted:focus,a.text-muted:hover{color:#3d4246!important}
.text-white{color:#fff!important}
a.text-white.link-fx:before{background-color:#fff}
a.text-white:focus,a.text-white:hover{color:#ccc!important}
.text-white-50{color:hsla(0,0%,100%,.5)!important}
a.text-white-50.link-fx:before{background-color:hsla(0,0%,100%,.5)}
a.text-white-50:focus,a.text-white-50:hover{color:hsla(0,0%,80%,.5)!important}
.text-white-75{color:hsla(0,0%,100%,.75)!important}
a.text-white-75.link-fx:before{background-color:hsla(0,0%,100%,.75)}
a.text-white-75:focus,a.text-white-75:hover{color:hsla(0,0%,80%,.75)!important}
.text-black{color:#000!important}
a.text-black.link-fx:before{background-color:#000}
a.text-black:focus,a.text-black:hover{color:#000!important}
.text-black-50{color:rgba(0,0,0,.5)!important}
a.text-black-50.link-fx:before{background-color:rgba(0,0,0,.5)}
a.text-black-50:focus,a.text-black-50:hover{color:rgba(0,0,0,.5)!important}
.text-black-75{color:rgba(0,0,0,.75)!important}
a.text-black-75.link-fx:before{background-color:rgba(0,0,0,.75)}
a.text-black-75:focus,a.text-black-75:hover{color:rgba(0,0,0,.75)!important}
.text-gray{color:#ced4da!important}
a.text-gray.link-fx:before{background-color:#ced4da}
a.text-gray:focus,a.text-gray:hover{color:#94a1ae!important}
.text-gray-dark{color:#6c757d!important}
a.text-gray-dark.link-fx:before{background-color:#6c757d}
a.text-gray-dark:focus,a.text-gray-dark:hover{color:#3d4246!important}
.text-gray-darker{color:#343a40!important}
a.text-gray-darker.link-fx:before{background-color:#343a40}
a.text-gray-darker:focus,a.text-gray-darker:hover{color:#060708!important}
.text-gray-light{color:#e9ecef!important}
a.text-gray-light.link-fx:before{background-color:#e9ecef}
a.text-gray-light:focus,a.text-gray-light:hover{color:#aeb9c4!important}
.text-gray-lighter{color:#f8f9fa!important}
a.text-gray-lighter.link-fx:before{background-color:#f8f9fa}
a.text-gray-lighter:focus,a.text-gray-lighter:hover{color:#bdc6d0!important}
.text-dual{color:#3e4a59!important}
a.text-dual.link-fx:before{background-color:#3e4a59}
a.text-dual:focus,a.text-dual:hover{color:#14181d!important}
.page-header-dark #page-header .text-dual,.sidebar-dark #sidebar .text-dual{color:#ebebeb!important}
.page-header-dark #page-header a.text-dual.link-fx:before,.sidebar-dark #sidebar a.text-dual.link-fx:before{background-color:#ebebeb}
.page-header-dark #page-header a.text-dual:focus,.page-header-dark #page-header a.text-dual:hover,.sidebar-dark #sidebar a.text-dual:focus,.sidebar-dark #sidebar a.text-dual:hover{color:#b8b8b8!important}
.text-default{color:#003865!important}
a.text-default.link-fx:before{background-color:#003865}
a.text-default:focus,a.text-default:hover{color:#000!important}
.text-default-dark{color:#3e4a59!important}
a.text-default-dark.link-fx:before{background-color:#3e4a59}
a.text-default-dark:focus,a.text-default-dark:hover{color:#14181d!important}
.text-default-darker{color:#002b49!important}
a.text-default-darker.link-fx:before{background-color:#002b49}
a.text-default-darker:focus,a.text-default-darker:hover{color:#000!important}
.text-default-light{color:#0062b2!important}
a.text-default-light.link-fx:before{background-color:#0062b2}
a.text-default-light:focus,a.text-default-light:hover{color:#002a4c!important}
.text-default-lighter{color:#0087f4!important}
a.text-default-lighter.link-fx:before{background-color:#0087f4}
a.text-default-lighter:focus,a.text-default-lighter:hover{color:#004f8e!important}
.text-nypro{color:#dc582a!important}
a.text-nypro.link-fx:before{background-color:#dc582a}
a.text-nypro:focus,a.text-nypro:hover{color:#893417!important}
.text-nypro-dark{color:#8e3719!important}
a.text-nypro-dark.link-fx:before{background-color:#8e3719}
a.text-nypro-dark:focus,a.text-nypro-dark:hover{color:#37150a!important}
.text-nypro-darker{color:#963b1c!important}
a.text-nypro-darker.link-fx:before{background-color:#963b1c}
a.text-nypro-darker:focus,a.text-nypro-darker:hover{color:#40190c!important}
.text-nypro-light{color:#e5815f!important}
a.text-nypro-light.link-fx:before{background-color:#e5815f}
a.text-nypro-light:focus,a.text-nypro-light:hover{color:#be481f!important}
.text-nypro-lighter{color:#eca48a!important}
a.text-nypro-lighter.link-fx:before{background-color:#eca48a}
a.text-nypro-lighter:focus,a.text-nypro-lighter:hover{color:#dd5f33!important}
.text-modern{color:#14adc4!important}
a.text-modern.link-fx:before{background-color:#14adc4}
a.text-modern:focus,a.text-modern:hover{color:#0b5b67!important}
.text-modern-dark{color:#3e4d52!important}
a.text-modern-dark.link-fx:before{background-color:#3e4d52}
a.text-modern-dark:focus,a.text-modern-dark:hover{color:#121618!important}
.text-modern-darker{color:#323e42!important}
a.text-modern-darker.link-fx:before{background-color:#323e42}
a.text-modern-darker:focus,a.text-modern-darker:hover{color:#060708!important}
.text-modern-light{color:#7fe3f2!important}
a.text-modern-light.link-fx:before{background-color:#7fe3f2}
a.text-modern-light:focus,a.text-modern-light:hover{color:#23cfe9!important}
.text-modern-lighter{color:#c4f2f9!important}
a.text-modern-lighter.link-fx:before{background-color:#c4f2f9}
a.text-modern-lighter:focus,a.text-modern-lighter:hover{color:#68def0!important}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}
.fa-xs{font-size:.75em}
.fa-sm{font-size:.875em}
.fa-1x{font-size:1em}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-6x{font-size:6em}
.fa-7x{font-size:7em}
.fa-8x{font-size:8em}
.fa-9x{font-size:9em}
.fa-10x{font-size:10em}
.fa-fw{text-align:center;width:1.25em}
.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}
.fa-ul>li{position:relative}
.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}
.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}
.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}
.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}
@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}
.fa-flip-vertical{transform:scaleY(-1)}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}
:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}
.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}
.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#fff}
.fa-500px:before{content:""}
.fa-accessible-icon:before{content:""}
.fa-accusoft:before{content:""}
.fa-acquisitions-incorporated:before{content:""}
.fa-ad:before{content:""}
.fa-address-book:before{content:""}
.fa-address-card:before{content:""}
.fa-adjust:before{content:""}
.fa-adn:before{content:""}
.fa-adversal:before{content:""}
.fa-affiliatetheme:before{content:""}
.fa-air-freshener:before{content:""}
.fa-airbnb:before{content:""}
.fa-algolia:before{content:""}
.fa-align-center:before{content:""}
.fa-align-justify:before{content:""}
.fa-align-left:before{content:""}
.fa-align-right:before{content:""}
.fa-alipay:before{content:""}
.fa-allergies:before{content:""}
.fa-amazon:before{content:""}
.fa-amazon-pay:before{content:""}
.fa-ambulance:before{content:""}
.fa-american-sign-language-interpreting:before{content:""}
.fa-amilia:before{content:""}
.fa-anchor:before{content:""}
.fa-android:before{content:""}
.fa-angellist:before{content:""}
.fa-angle-double-down:before{content:""}
.fa-angle-double-left:before{content:""}
.fa-angle-double-right:before{content:""}
.fa-angle-double-up:before{content:""}
.fa-angle-down:before{content:""}
.fa-angle-left:before{content:""}
.fa-angle-right:before{content:""}
.fa-angle-up:before{content:""}
.fa-angry:before{content:""}
.fa-angrycreative:before{content:""}
.fa-angular:before{content:""}
.fa-ankh:before{content:""}
.fa-app-store:before{content:""}
.fa-app-store-ios:before{content:""}
.fa-apper:before{content:""}
.fa-apple:before{content:""}
.fa-apple-alt:before{content:""}
.fa-apple-pay:before{content:""}
.fa-archive:before{content:""}
.fa-archway:before{content:""}
.fa-arrow-alt-circle-down:before{content:""}
.fa-arrow-alt-circle-left:before{content:""}
.fa-arrow-alt-circle-right:before{content:""}
.fa-arrow-alt-circle-up:before{content:""}
.fa-arrow-circle-down:before{content:""}
.fa-arrow-circle-left:before{content:""}
.fa-arrow-circle-right:before{content:""}
.fa-arrow-circle-up:before{content:""}
.fa-arrow-down:before{content:""}
.fa-arrow-left:before{content:""}
.fa-arrow-right:before{content:""}
.fa-arrow-up:before{content:""}
.fa-arrows-alt:before{content:""}
.fa-arrows-alt-h:before{content:""}
.fa-arrows-alt-v:before{content:""}
.fa-artstation:before{content:""}
.fa-assistive-listening-systems:before{content:""}
.fa-asterisk:before{content:""}
.fa-asymmetrik:before{content:""}
.fa-at:before{content:""}
.fa-atlas:before{content:""}
.fa-atlassian:before{content:""}
.fa-atom:before{content:""}
.fa-audible:before{content:""}
.fa-audio-description:before{content:""}
.fa-autoprefixer:before{content:""}
.fa-avianex:before{content:""}
.fa-aviato:before{content:""}
.fa-award:before{content:""}
.fa-aws:before{content:""}
.fa-baby:before{content:""}
.fa-baby-carriage:before{content:""}
.fa-backspace:before{content:""}
.fa-backward:before{content:""}
.fa-bacon:before{content:""}
.fa-bacteria:before{content:""}
.fa-bacterium:before{content:""}
.fa-bahai:before{content:""}
.fa-balance-scale:before{content:""}
.fa-balance-scale-left:before{content:""}
.fa-balance-scale-right:before{content:""}
.fa-ban:before{content:""}
.fa-band-aid:before{content:""}
.fa-bandcamp:before{content:""}
.fa-barcode:before{content:""}
.fa-bars:before{content:""}
.fa-baseball-ball:before{content:""}
.fa-basketball-ball:before{content:""}
.fa-bath:before{content:""}
.fa-battery-empty:before{content:""}
.fa-battery-full:before{content:""}
.fa-battery-half:before{content:""}
.fa-battery-quarter:before{content:""}
.fa-battery-three-quarters:before{content:""}
.fa-battle-net:before{content:""}
.fa-bed:before{content:""}
.fa-beer:before{content:""}
.fa-behance:before{content:""}
.fa-behance-square:before{content:""}
.fa-bell:before{content:""}
.fa-bell-slash:before{content:""}
.fa-bezier-curve:before{content:""}
.fa-bible:before{content:""}
.fa-bicycle:before{content:""}
.fa-biking:before{content:""}
.fa-bimobject:before{content:""}
.fa-binoculars:before{content:""}
.fa-biohazard:before{content:""}
.fa-birthday-cake:before{content:""}
.fa-bitbucket:before{content:""}
.fa-bitcoin:before{content:""}
.fa-bity:before{content:""}
.fa-black-tie:before{content:""}
.fa-blackberry:before{content:""}
.fa-blender:before{content:""}
.fa-blender-phone:before{content:""}
.fa-blind:before{content:""}
.fa-blog:before{content:""}
.fa-blogger:before{content:""}
.fa-blogger-b:before{content:""}
.fa-bluetooth:before{content:""}
.fa-bluetooth-b:before{content:""}
.fa-bold:before{content:""}
.fa-bolt:before{content:""}
.fa-bomb:before{content:""}
.fa-bone:before{content:""}
.fa-bong:before{content:""}
.fa-book:before{content:""}
.fa-book-dead:before{content:""}
.fa-book-medical:before{content:""}
.fa-book-open:before{content:""}
.fa-book-reader:before{content:""}
.fa-bookmark:before{content:""}
.fa-bootstrap:before{content:""}
.fa-border-all:before{content:""}
.fa-border-none:before{content:""}
.fa-border-style:before{content:""}
.fa-bowling-ball:before{content:""}
.fa-box:before{content:""}
.fa-box-open:before{content:""}
.fa-box-tissue:before{content:""}
.fa-boxes:before{content:""}
.fa-braille:before{content:""}
.fa-brain:before{content:""}
.fa-bread-slice:before{content:""}
.fa-briefcase:before{content:""}
.fa-briefcase-medical:before{content:""}
.fa-broadcast-tower:before{content:""}
.fa-broom:before{content:""}
.fa-brush:before{content:""}
.fa-btc:before{content:""}
.fa-buffer:before{content:""}
.fa-bug:before{content:""}
.fa-building:before{content:""}
.fa-bullhorn:before{content:""}
.fa-bullseye:before{content:""}
.fa-burn:before{content:""}
.fa-buromobelexperte:before{content:""}
.fa-bus:before{content:""}
.fa-bus-alt:before{content:""}
.fa-business-time:before{content:""}
.fa-buy-n-large:before{content:""}
.fa-buysellads:before{content:""}
.fa-calculator:before{content:""}
.fa-calendar:before{content:""}
.fa-calendar-alt:before{content:""}
.fa-calendar-check:before{content:""}
.fa-calendar-day:before{content:""}
.fa-calendar-minus:before{content:""}
.fa-calendar-plus:before{content:""}
.fa-calendar-times:before{content:""}
.fa-calendar-week:before{content:""}
.fa-camera:before{content:""}
.fa-camera-retro:before{content:""}
.fa-campground:before{content:""}
.fa-canadian-maple-leaf:before{content:""}
.fa-candy-cane:before{content:""}
.fa-cannabis:before{content:""}
.fa-capsules:before{content:""}
.fa-car:before{content:""}
.fa-car-alt:before{content:""}
.fa-car-battery:before{content:""}
.fa-car-crash:before{content:""}
.fa-car-side:before{content:""}
.fa-caravan:before{content:""}
.fa-caret-down:before{content:""}
.fa-caret-left:before{content:""}
.fa-caret-right:before{content:""}
.fa-caret-square-down:before{content:""}
.fa-caret-square-left:before{content:""}
.fa-caret-square-right:before{content:""}
.fa-caret-square-up:before{content:""}
.fa-caret-up:before{content:""}
.fa-carrot:before{content:""}
.fa-cart-arrow-down:before{content:""}
.fa-cart-plus:before{content:""}
.fa-cash-register:before{content:""}
.fa-cat:before{content:""}
.fa-cc-amazon-pay:before{content:""}
.fa-cc-amex:before{content:""}
.fa-cc-apple-pay:before{content:""}
.fa-cc-diners-club:before{content:""}
.fa-cc-discover:before{content:""}
.fa-cc-jcb:before{content:""}
.fa-cc-mastercard:before{content:""}
.fa-cc-paypal:before{content:""}
.fa-cc-stripe:before{content:""}
.fa-cc-visa:before{content:""}
.fa-centercode:before{content:""}
.fa-centos:before{content:""}
.fa-certificate:before{content:""}
.fa-chair:before{content:""}
.fa-chalkboard:before{content:""}
.fa-chalkboard-teacher:before{content:""}
.fa-charging-station:before{content:""}
.fa-chart-area:before{content:""}
.fa-chart-bar:before{content:""}
.fa-chart-line:before{content:""}
.fa-chart-pie:before{content:""}
.fa-check:before{content:""}
.fa-check-circle:before{content:""}
.fa-check-double:before{content:""}
.fa-check-square:before{content:""}
.fa-cheese:before{content:""}
.fa-chess:before{content:""}
.fa-chess-bishop:before{content:""}
.fa-chess-board:before{content:""}
.fa-chess-king:before{content:""}
.fa-chess-knight:before{content:""}
.fa-chess-pawn:before{content:""}
.fa-chess-queen:before{content:""}
.fa-chess-rook:before{content:""}
.fa-chevron-circle-down:before{content:""}
.fa-chevron-circle-left:before{content:""}
.fa-chevron-circle-right:before{content:""}
.fa-chevron-circle-up:before{content:""}
.fa-chevron-down:before{content:""}
.fa-chevron-left:before{content:""}
.fa-chevron-right:before{content:""}
.fa-chevron-up:before{content:""}
.fa-child:before{content:""}
.fa-chrome:before{content:""}
.fa-chromecast:before{content:""}
.fa-church:before{content:""}
.fa-circle:before{content:""}
.fa-circle-notch:before{content:""}
.fa-city:before{content:""}
.fa-clinic-medical:before{content:""}
.fa-clipboard:before{content:""}
.fa-clipboard-check:before{content:""}
.fa-clipboard-list:before{content:""}
.fa-clock:before{content:""}
.fa-clone:before{content:""}
.fa-closed-captioning:before{content:""}
.fa-cloud:before{content:""}
.fa-cloud-download-alt:before{content:""}
.fa-cloud-meatball:before{content:""}
.fa-cloud-moon:before{content:""}
.fa-cloud-moon-rain:before{content:""}
.fa-cloud-rain:before{content:""}
.fa-cloud-showers-heavy:before{content:""}
.fa-cloud-sun:before{content:""}
.fa-cloud-sun-rain:before{content:""}
.fa-cloud-upload-alt:before{content:""}
.fa-cloudflare:before{content:""}
.fa-cloudscale:before{content:""}
.fa-cloudsmith:before{content:""}
.fa-cloudversify:before{content:""}
.fa-cocktail:before{content:""}
.fa-code:before{content:""}
.fa-code-branch:before{content:""}
.fa-codepen:before{content:""}
.fa-codiepie:before{content:""}
.fa-coffee:before{content:""}
.fa-cog:before{content:""}
.fa-cogs:before{content:""}
.fa-coins:before{content:""}
.fa-columns:before{content:""}
.fa-comment:before{content:""}
.fa-comment-alt:before{content:""}
.fa-comment-dollar:before{content:""}
.fa-comment-dots:before{content:""}
.fa-comment-medical:before{content:""}
.fa-comment-slash:before{content:""}
.fa-comments:before{content:""}
.fa-comments-dollar:before{content:""}
.fa-compact-disc:before{content:""}
.fa-compass:before{content:""}
.fa-compress:before{content:""}
.fa-compress-alt:before{content:""}
.fa-compress-arrows-alt:before{content:""}
.fa-concierge-bell:before{content:""}
.fa-confluence:before{content:""}
.fa-connectdevelop:before{content:""}
.fa-contao:before{content:""}
.fa-cookie:before{content:""}
.fa-cookie-bite:before{content:""}
.fa-copy:before{content:""}
.fa-copyright:before{content:""}
.fa-cotton-bureau:before{content:""}
.fa-couch:before{content:""}
.fa-cpanel:before{content:""}
.fa-creative-commons:before{content:""}
.fa-creative-commons-by:before{content:""}
.fa-creative-commons-nc:before{content:""}
.fa-creative-commons-nc-eu:before{content:""}
.fa-creative-commons-nc-jp:before{content:""}
.fa-creative-commons-nd:before{content:""}
.fa-creative-commons-pd:before{content:""}
.fa-creative-commons-pd-alt:before{content:""}
.fa-creative-commons-remix:before{content:""}
.fa-creative-commons-sa:before{content:""}
.fa-creative-commons-sampling:before{content:""}
.fa-creative-commons-sampling-plus:before{content:""}
.fa-creative-commons-share:before{content:""}
.fa-creative-commons-zero:before{content:""}
.fa-credit-card:before{content:""}
.fa-critical-role:before{content:""}
.fa-crop:before{content:""}
.fa-crop-alt:before{content:""}
.fa-cross:before{content:""}
.fa-crosshairs:before{content:""}
.fa-crow:before{content:""}
.fa-crown:before{content:""}
.fa-crutch:before{content:""}
.fa-css3:before{content:""}
.fa-css3-alt:before{content:""}
.fa-cube:before{content:""}
.fa-cubes:before{content:""}
.fa-cut:before{content:""}
.fa-cuttlefish:before{content:""}
.fa-d-and-d:before{content:""}
.fa-d-and-d-beyond:before{content:""}
.fa-dailymotion:before{content:""}
.fa-dashcube:before{content:""}
.fa-database:before{content:""}
.fa-deaf:before{content:""}
.fa-deezer:before{content:""}
.fa-delicious:before{content:""}
.fa-democrat:before{content:""}
.fa-deploydog:before{content:""}
.fa-deskpro:before{content:""}
.fa-desktop:before{content:""}
.fa-dev:before{content:""}
.fa-deviantart:before{content:""}
.fa-dharmachakra:before{content:""}
.fa-dhl:before{content:""}
.fa-diagnoses:before{content:""}
.fa-diaspora:before{content:""}
.fa-dice:before{content:""}
.fa-dice-d20:before{content:""}
.fa-dice-d6:before{content:""}
.fa-dice-five:before{content:""}
.fa-dice-four:before{content:""}
.fa-dice-one:before{content:""}
.fa-dice-six:before{content:""}
.fa-dice-three:before{content:""}
.fa-dice-two:before{content:""}
.fa-digg:before{content:""}
.fa-digital-ocean:before{content:""}
.fa-digital-tachograph:before{content:""}
.fa-directions:before{content:""}
.fa-discord:before{content:""}
.fa-discourse:before{content:""}
.fa-disease:before{content:""}
.fa-divide:before{content:""}
.fa-dizzy:before{content:""}
.fa-dna:before{content:""}
.fa-dochub:before{content:""}
.fa-docker:before{content:""}
.fa-dog:before{content:""}
.fa-dollar-sign:before{content:""}
.fa-dolly:before{content:""}
.fa-dolly-flatbed:before{content:""}
.fa-donate:before{content:""}
.fa-door-closed:before{content:""}
.fa-door-open:before{content:""}
.fa-dot-circle:before{content:""}
.fa-dove:before{content:""}
.fa-download:before{content:""}
.fa-draft2digital:before{content:""}
.fa-drafting-compass:before{content:""}
.fa-dragon:before{content:""}
.fa-draw-polygon:before{content:""}
.fa-dribbble:before{content:""}
.fa-dribbble-square:before{content:""}
.fa-dropbox:before{content:""}
.fa-drum:before{content:""}
.fa-drum-steelpan:before{content:""}
.fa-drumstick-bite:before{content:""}
.fa-drupal:before{content:""}
.fa-dumbbell:before{content:""}
.fa-dumpster:before{content:""}
.fa-dumpster-fire:before{content:""}
.fa-dungeon:before{content:""}
.fa-dyalog:before{content:""}
.fa-earlybirds:before{content:""}
.fa-ebay:before{content:""}
.fa-edge:before{content:""}
.fa-edge-legacy:before{content:""}
.fa-edit:before{content:""}
.fa-egg:before{content:""}
.fa-eject:before{content:""}
.fa-elementor:before{content:""}
.fa-ellipsis-h:before{content:""}
.fa-ellipsis-v:before{content:""}
.fa-ello:before{content:""}
.fa-ember:before{content:""}
.fa-empire:before{content:""}
.fa-envelope:before{content:""}
.fa-envelope-open:before{content:""}
.fa-envelope-open-text:before{content:""}
.fa-envelope-square:before{content:""}
.fa-envira:before{content:""}
.fa-equals:before{content:""}
.fa-eraser:before{content:""}
.fa-erlang:before{content:""}
.fa-ethereum:before{content:""}
.fa-ethernet:before{content:""}
.fa-etsy:before{content:""}
.fa-euro-sign:before{content:""}
.fa-evernote:before{content:""}
.fa-exchange-alt:before{content:""}
.fa-exclamation:before{content:""}
.fa-exclamation-circle:before{content:""}
.fa-exclamation-triangle:before{content:""}
.fa-expand:before{content:""}
.fa-expand-alt:before{content:""}
.fa-expand-arrows-alt:before{content:""}
.fa-expeditedssl:before{content:""}
.fa-external-link-alt:before{content:""}
.fa-external-link-square-alt:before{content:""}
.fa-eye:before{content:""}
.fa-eye-dropper:before{content:""}
.fa-eye-slash:before{content:""}
.fa-facebook:before{content:""}
.fa-facebook-f:before{content:""}
.fa-facebook-messenger:before{content:""}
.fa-facebook-square:before{content:""}
.fa-fan:before{content:""}
.fa-fantasy-flight-games:before{content:""}
.fa-fast-backward:before{content:""}
.fa-fast-forward:before{content:""}
.fa-faucet:before{content:""}
.fa-fax:before{content:""}
.fa-feather:before{content:""}
.fa-feather-alt:before{content:""}
.fa-fedex:before{content:""}
.fa-fedora:before{content:""}
.fa-female:before{content:""}
.fa-fighter-jet:before{content:""}
.fa-figma:before{content:""}
.fa-file:before{content:""}
.fa-file-alt:before{content:""}
.fa-file-archive:before{content:""}
.fa-file-audio:before{content:""}
.fa-file-code:before{content:""}
.fa-file-contract:before{content:""}
.fa-file-csv:before{content:""}
.fa-file-download:before{content:""}
.fa-file-excel:before{content:""}
.fa-file-export:before{content:""}
.fa-file-image:before{content:""}
.fa-file-import:before{content:""}
.fa-file-invoice:before{content:""}
.fa-file-invoice-dollar:before{content:""}
.fa-file-medical:before{content:""}
.fa-file-medical-alt:before{content:""}
.fa-file-pdf:before{content:""}
.fa-file-powerpoint:before{content:""}
.fa-file-prescription:before{content:""}
.fa-file-signature:before{content:""}
.fa-file-upload:before{content:""}
.fa-file-video:before{content:""}
.fa-file-word:before{content:""}
.fa-fill:before{content:""}
.fa-fill-drip:before{content:""}
.fa-film:before{content:""}
.fa-filter:before{content:""}
.fa-fingerprint:before{content:""}
.fa-fire:before{content:""}
.fa-fire-alt:before{content:""}
.fa-fire-extinguisher:before{content:""}
.fa-firefox:before{content:""}
.fa-firefox-browser:before{content:""}
.fa-first-aid:before{content:""}
.fa-first-order:before{content:""}
.fa-first-order-alt:before{content:""}
.fa-firstdraft:before{content:""}
.fa-fish:before{content:""}
.fa-fist-raised:before{content:""}
.fa-flag:before{content:""}
.fa-flag-checkered:before{content:""}
.fa-flag-usa:before{content:""}
.fa-flask:before{content:""}
.fa-flickr:before{content:""}
.fa-flipboard:before{content:""}
.fa-flushed:before{content:""}
.fa-fly:before{content:""}
.fa-folder:before{content:""}
.fa-folder-minus:before{content:""}
.fa-folder-open:before{content:""}
.fa-folder-plus:before{content:""}
.fa-font:before{content:""}
.fa-font-awesome:before{content:""}
.fa-font-awesome-alt:before{content:""}
.fa-font-awesome-flag:before{content:""}
.fa-font-awesome-logo-full:before{content:""}
.fa-fonticons:before{content:""}
.fa-fonticons-fi:before{content:""}
.fa-football-ball:before{content:""}
.fa-fort-awesome:before{content:""}
.fa-fort-awesome-alt:before{content:""}
.fa-forumbee:before{content:""}
.fa-forward:before{content:""}
.fa-foursquare:before{content:""}
.fa-free-code-camp:before{content:""}
.fa-freebsd:before{content:""}
.fa-frog:before{content:""}
.fa-frown:before{content:""}
.fa-frown-open:before{content:""}
.fa-fulcrum:before{content:""}
.fa-funnel-dollar:before{content:""}
.fa-futbol:before{content:""}
.fa-galactic-republic:before{content:""}
.fa-galactic-senate:before{content:""}
.fa-gamepad:before{content:""}
.fa-gas-pump:before{content:""}
.fa-gavel:before{content:""}
.fa-gem:before{content:""}
.fa-genderless:before{content:""}
.fa-get-pocket:before{content:""}
.fa-gg:before{content:""}
.fa-gg-circle:before{content:""}
.fa-ghost:before{content:""}
.fa-gift:before{content:""}
.fa-gifts:before{content:""}
.fa-git:before{content:""}
.fa-git-alt:before{content:""}
.fa-git-square:before{content:""}
.fa-github:before{content:""}
.fa-github-alt:before{content:""}
.fa-github-square:before{content:""}
.fa-gitkraken:before{content:""}
.fa-gitlab:before{content:""}
.fa-gitter:before{content:""}
.fa-glass-cheers:before{content:""}
.fa-glass-martini:before{content:""}
.fa-glass-martini-alt:before{content:""}
.fa-glass-whiskey:before{content:""}
.fa-glasses:before{content:""}
.fa-glide:before{content:""}
.fa-glide-g:before{content:""}
.fa-globe:before{content:""}
.fa-globe-africa:before{content:""}
.fa-globe-americas:before{content:""}
.fa-globe-asia:before{content:""}
.fa-globe-europe:before{content:""}
.fa-gofore:before{content:""}
.fa-golf-ball:before{content:""}
.fa-goodreads:before{content:""}
.fa-goodreads-g:before{content:""}
.fa-google:before{content:""}
.fa-google-drive:before{content:""}
.fa-google-pay:before{content:""}
.fa-google-play:before{content:""}
.fa-google-plus:before{content:""}
.fa-google-plus-g:before{content:""}
.fa-google-plus-square:before{content:""}
.fa-google-wallet:before{content:""}
.fa-gopuram:before{content:""}
.fa-graduation-cap:before{content:""}
.fa-gratipay:before{content:""}
.fa-grav:before{content:""}
.fa-greater-than:before{content:""}
.fa-greater-than-equal:before{content:""}
.fa-grimace:before{content:""}
.fa-grin:before{content:""}
.fa-grin-alt:before{content:""}
.fa-grin-beam:before{content:""}
.fa-grin-beam-sweat:before{content:""}
.fa-grin-hearts:before{content:""}
.fa-grin-squint:before{content:""}
.fa-grin-squint-tears:before{content:""}
.fa-grin-stars:before{content:""}
.fa-grin-tears:before{content:""}
.fa-grin-tongue:before{content:""}
.fa-grin-tongue-squint:before{content:""}
.fa-grin-tongue-wink:before{content:""}
.fa-grin-wink:before{content:""}
.fa-grip-horizontal:before{content:""}
.fa-grip-lines:before{content:""}
.fa-grip-lines-vertical:before{content:""}
.fa-grip-vertical:before{content:""}
.fa-gripfire:before{content:""}
.fa-grunt:before{content:""}
.fa-guilded:before{content:""}
.fa-guitar:before{content:""}
.fa-gulp:before{content:""}
.fa-h-square:before{content:""}
.fa-hacker-news:before{content:""}
.fa-hacker-news-square:before{content:""}
.fa-hackerrank:before{content:""}
.fa-hamburger:before{content:""}
.fa-hammer:before{content:""}
.fa-hamsa:before{content:""}
.fa-hand-holding:before{content:""}
.fa-hand-holding-heart:before{content:""}
.fa-hand-holding-medical:before{content:""}
.fa-hand-holding-usd:before{content:""}
.fa-hand-holding-water:before{content:""}
.fa-hand-lizard:before{content:""}
.fa-hand-middle-finger:before{content:""}
.fa-hand-paper:before{content:""}
.fa-hand-peace:before{content:""}
.fa-hand-point-down:before{content:""}
.fa-hand-point-left:before{content:""}
.fa-hand-point-right:before{content:""}
.fa-hand-point-up:before{content:""}
.fa-hand-pointer:before{content:""}
.fa-hand-rock:before{content:""}
.fa-hand-scissors:before{content:""}
.fa-hand-sparkles:before{content:""}
.fa-hand-spock:before{content:""}
.fa-hands:before{content:""}
.fa-hands-helping:before{content:""}
.fa-hands-wash:before{content:""}
.fa-handshake:before{content:""}
.fa-handshake-alt-slash:before{content:""}
.fa-handshake-slash:before{content:""}
.fa-hanukiah:before{content:""}
.fa-hard-hat:before{content:""}
.fa-hashtag:before{content:""}
.fa-hat-cowboy:before{content:""}
.fa-hat-cowboy-side:before{content:""}
.fa-hat-wizard:before{content:""}
.fa-hdd:before{content:""}
.fa-head-side-cough:before{content:""}
.fa-head-side-cough-slash:before{content:""}
.fa-head-side-mask:before{content:""}
.fa-head-side-virus:before{content:""}
.fa-heading:before{content:""}
.fa-headphones:before{content:""}
.fa-headphones-alt:before{content:""}
.fa-headset:before{content:""}
.fa-heart:before{content:""}
.fa-heart-broken:before{content:""}
.fa-heartbeat:before{content:""}
.fa-helicopter:before{content:""}
.fa-highlighter:before{content:""}
.fa-hiking:before{content:""}
.fa-hippo:before{content:""}
.fa-hips:before{content:""}
.fa-hire-a-helper:before{content:""}
.fa-history:before{content:""}
.fa-hive:before{content:""}
.fa-hockey-puck:before{content:""}
.fa-holly-berry:before{content:""}
.fa-home:before{content:""}
.fa-hooli:before{content:""}
.fa-hornbill:before{content:""}
.fa-horse:before{content:""}
.fa-horse-head:before{content:""}
.fa-hospital:before{content:""}
.fa-hospital-alt:before{content:""}
.fa-hospital-symbol:before{content:""}
.fa-hospital-user:before{content:""}
.fa-hot-tub:before{content:""}
.fa-hotdog:before{content:""}
.fa-hotel:before{content:""}
.fa-hotjar:before{content:""}
.fa-hourglass:before{content:""}
.fa-hourglass-end:before{content:""}
.fa-hourglass-half:before{content:""}
.fa-hourglass-start:before{content:""}
.fa-house-damage:before{content:""}
.fa-house-user:before{content:""}
.fa-houzz:before{content:""}
.fa-hryvnia:before{content:""}
.fa-html5:before{content:""}
.fa-hubspot:before{content:""}
.fa-i-cursor:before{content:""}
.fa-ice-cream:before{content:""}
.fa-icicles:before{content:""}
.fa-icons:before{content:""}
.fa-id-badge:before{content:""}
.fa-id-card:before{content:""}
.fa-id-card-alt:before{content:""}
.fa-ideal:before{content:""}
.fa-igloo:before{content:""}
.fa-image:before{content:""}
.fa-images:before{content:""}
.fa-imdb:before{content:""}
.fa-inbox:before{content:""}
.fa-indent:before{content:""}
.fa-industry:before{content:""}
.fa-infinity:before{content:""}
.fa-info:before{content:""}
.fa-info-circle:before{content:""}
.fa-innosoft:before{content:""}
.fa-instagram:before{content:""}
.fa-instagram-square:before{content:""}
.fa-instalod:before{content:""}
.fa-intercom:before{content:""}
.fa-internet-explorer:before{content:""}
.fa-invision:before{content:""}
.fa-ioxhost:before{content:""}
.fa-italic:before{content:""}
.fa-itch-io:before{content:""}
.fa-itunes:before{content:""}
.fa-itunes-note:before{content:""}
.fa-java:before{content:""}
.fa-jedi:before{content:""}
.fa-jedi-order:before{content:""}
.fa-jenkins:before{content:""}
.fa-jira:before{content:""}
.fa-joget:before{content:""}
.fa-joint:before{content:""}
.fa-joomla:before{content:""}
.fa-journal-whills:before{content:""}
.fa-js:before{content:""}
.fa-js-square:before{content:""}
.fa-jsfiddle:before{content:""}
.fa-kaaba:before{content:""}
.fa-kaggle:before{content:""}
.fa-key:before{content:""}
.fa-keybase:before{content:""}
.fa-keyboard:before{content:""}
.fa-keycdn:before{content:""}
.fa-khanda:before{content:""}
.fa-kickstarter:before{content:""}
.fa-kickstarter-k:before{content:""}
.fa-kiss:before{content:""}
.fa-kiss-beam:before{content:""}
.fa-kiss-wink-heart:before{content:""}
.fa-kiwi-bird:before{content:""}
.fa-korvue:before{content:""}
.fa-landmark:before{content:""}
.fa-language:before{content:""}
.fa-laptop:before{content:""}
.fa-laptop-code:before{content:""}
.fa-laptop-house:before{content:""}
.fa-laptop-medical:before{content:""}
.fa-laravel:before{content:""}
.fa-lastfm:before{content:""}
.fa-lastfm-square:before{content:""}
.fa-laugh:before{content:""}
.fa-laugh-beam:before{content:""}
.fa-laugh-squint:before{content:""}
.fa-laugh-wink:before{content:""}
.fa-layer-group:before{content:""}
.fa-leaf:before{content:""}
.fa-leanpub:before{content:""}
.fa-lemon:before{content:""}
.fa-less:before{content:""}
.fa-less-than:before{content:""}
.fa-less-than-equal:before{content:""}
.fa-level-down-alt:before{content:""}
.fa-level-up-alt:before{content:""}
.fa-life-ring:before{content:""}
.fa-lightbulb:before{content:""}
.fa-line:before{content:""}
.fa-link:before{content:""}
.fa-linkedin:before{content:""}
.fa-linkedin-in:before{content:""}
.fa-linode:before{content:""}
.fa-linux:before{content:""}
.fa-lira-sign:before{content:""}
.fa-list:before{content:""}
.fa-list-alt:before{content:""}
.fa-list-ol:before{content:""}
.fa-list-ul:before{content:""}
.fa-location-arrow:before{content:""}
.fa-lock:before{content:""}
.fa-lock-open:before{content:""}
.fa-long-arrow-alt-down:before{content:""}
.fa-long-arrow-alt-left:before{content:""}
.fa-long-arrow-alt-right:before{content:""}
.fa-long-arrow-alt-up:before{content:""}
.fa-low-vision:before{content:""}
.fa-luggage-cart:before{content:""}
.fa-lungs:before{content:""}
.fa-lungs-virus:before{content:""}
.fa-lyft:before{content:""}
.fa-magento:before{content:""}
.fa-magic:before{content:""}
.fa-magnet:before{content:""}
.fa-mail-bulk:before{content:""}
.fa-mailchimp:before{content:""}
.fa-male:before{content:""}
.fa-mandalorian:before{content:""}
.fa-map:before{content:""}
.fa-map-marked:before{content:""}
.fa-map-marked-alt:before{content:""}
.fa-map-marker:before{content:""}
.fa-map-marker-alt:before{content:""}
.fa-map-pin:before{content:""}
.fa-map-signs:before{content:""}
.fa-markdown:before{content:""}
.fa-marker:before{content:""}
.fa-mars:before{content:""}
.fa-mars-double:before{content:""}
.fa-mars-stroke:before{content:""}
.fa-mars-stroke-h:before{content:""}
.fa-mars-stroke-v:before{content:""}
.fa-mask:before{content:""}
.fa-mastodon:before{content:""}
.fa-maxcdn:before{content:""}
.fa-mdb:before{content:""}
.fa-medal:before{content:""}
.fa-medapps:before{content:""}
.fa-medium:before{content:""}
.fa-medium-m:before{content:""}
.fa-medkit:before{content:""}
.fa-medrt:before{content:""}
.fa-meetup:before{content:""}
.fa-megaport:before{content:""}
.fa-meh:before{content:""}
.fa-meh-blank:before{content:""}
.fa-meh-rolling-eyes:before{content:""}
.fa-memory:before{content:""}
.fa-mendeley:before{content:""}
.fa-menorah:before{content:""}
.fa-mercury:before{content:""}
.fa-meteor:before{content:""}
.fa-microblog:before{content:""}
.fa-microchip:before{content:""}
.fa-microphone:before{content:""}
.fa-microphone-alt:before{content:""}
.fa-microphone-alt-slash:before{content:""}
.fa-microphone-slash:before{content:""}
.fa-microscope:before{content:""}
.fa-microsoft:before{content:""}
.fa-minus:before{content:""}
.fa-minus-circle:before{content:""}
.fa-minus-square:before{content:""}
.fa-mitten:before{content:""}
.fa-mix:before{content:""}
.fa-mixcloud:before{content:""}
.fa-mixer:before{content:""}
.fa-mizuni:before{content:""}
.fa-mobile:before{content:""}
.fa-mobile-alt:before{content:""}
.fa-modx:before{content:""}
.fa-monero:before{content:""}
.fa-money-bill:before{content:""}
.fa-money-bill-alt:before{content:""}
.fa-money-bill-wave:before{content:""}
.fa-money-bill-wave-alt:before{content:""}
.fa-money-check:before{content:""}
.fa-money-check-alt:before{content:""}
.fa-monument:before{content:""}
.fa-moon:before{content:""}
.fa-mortar-pestle:before{content:""}
.fa-mosque:before{content:""}
.fa-motorcycle:before{content:""}
.fa-mountain:before{content:""}
.fa-mouse:before{content:""}
.fa-mouse-pointer:before{content:""}
.fa-mug-hot:before{content:""}
.fa-music:before{content:""}
.fa-napster:before{content:""}
.fa-neos:before{content:""}
.fa-network-wired:before{content:""}
.fa-neuter:before{content:""}
.fa-newspaper:before{content:""}
.fa-nimblr:before{content:""}
.fa-node:before{content:""}
.fa-node-js:before{content:""}
.fa-not-equal:before{content:""}
.fa-notes-medical:before{content:""}
.fa-npm:before{content:""}
.fa-ns8:before{content:""}
.fa-nutritionix:before{content:""}
.fa-object-group:before{content:""}
.fa-object-ungroup:before{content:""}
.fa-octopus-deploy:before{content:""}
.fa-odnoklassniki:before{content:""}
.fa-odnoklassniki-square:before{content:""}
.fa-oil-can:before{content:""}
.fa-old-republic:before{content:""}
.fa-om:before{content:""}
.fa-opencart:before{content:""}
.fa-openid:before{content:""}
.fa-opera:before{content:""}
.fa-optin-monster:before{content:""}
.fa-orcid:before{content:""}
.fa-osi:before{content:""}
.fa-otter:before{content:""}
.fa-outdent:before{content:""}
.fa-page4:before{content:""}
.fa-pagelines:before{content:""}
.fa-pager:before{content:""}
.fa-paint-brush:before{content:""}
.fa-paint-roller:before{content:""}
.fa-palette:before{content:""}
.fa-palfed:before{content:""}
.fa-pallet:before{content:""}
.fa-paper-plane:before{content:""}
.fa-paperclip:before{content:""}
.fa-parachute-box:before{content:""}
.fa-paragraph:before{content:""}
.fa-parking:before{content:""}
.fa-passport:before{content:""}
.fa-pastafarianism:before{content:""}
.fa-paste:before{content:""}
.fa-patreon:before{content:""}
.fa-pause:before{content:""}
.fa-pause-circle:before{content:""}
.fa-paw:before{content:""}
.fa-paypal:before{content:""}
.fa-peace:before{content:""}
.fa-pen:before{content:""}
.fa-pen-alt:before{content:""}
.fa-pen-fancy:before{content:""}
.fa-pen-nib:before{content:""}
.fa-pen-square:before{content:""}
.fa-pencil-alt:before{content:""}
.fa-pencil-ruler:before{content:""}
.fa-penny-arcade:before{content:""}
.fa-people-arrows:before{content:""}
.fa-people-carry:before{content:""}
.fa-pepper-hot:before{content:""}
.fa-perbyte:before{content:""}
.fa-percent:before{content:""}
.fa-percentage:before{content:""}
.fa-periscope:before{content:""}
.fa-person-booth:before{content:""}
.fa-phabricator:before{content:""}
.fa-phoenix-framework:before{content:""}
.fa-phoenix-squadron:before{content:""}
.fa-phone:before{content:""}
.fa-phone-alt:before{content:""}
.fa-phone-slash:before{content:""}
.fa-phone-square:before{content:""}
.fa-phone-square-alt:before{content:""}
.fa-phone-volume:before{content:""}
.fa-photo-video:before{content:""}
.fa-php:before{content:""}
.fa-pied-piper:before{content:""}
.fa-pied-piper-alt:before{content:""}
.fa-pied-piper-hat:before{content:""}
.fa-pied-piper-pp:before{content:""}
.fa-pied-piper-square:before{content:""}
.fa-piggy-bank:before{content:""}
.fa-pills:before{content:""}
.fa-pinterest:before{content:""}
.fa-pinterest-p:before{content:""}
.fa-pinterest-square:before{content:""}
.fa-pizza-slice:before{content:""}
.fa-place-of-worship:before{content:""}
.fa-plane:before{content:""}
.fa-plane-arrival:before{content:""}
.fa-plane-departure:before{content:""}
.fa-plane-slash:before{content:""}
.fa-play:before{content:""}
.fa-play-circle:before{content:""}
.fa-playstation:before{content:""}
.fa-plug:before{content:""}
.fa-plus:before{content:""}
.fa-plus-circle:before{content:""}
.fa-plus-square:before{content:""}
.fa-podcast:before{content:""}
.fa-poll:before{content:""}
.fa-poll-h:before{content:""}
.fa-poo:before{content:""}
.fa-poo-storm:before{content:""}
.fa-poop:before{content:""}
.fa-portrait:before{content:""}
.fa-pound-sign:before{content:""}
.fa-power-off:before{content:""}
.fa-pray:before{content:""}
.fa-praying-hands:before{content:""}
.fa-prescription:before{content:""}
.fa-prescription-bottle:before{content:""}
.fa-prescription-bottle-alt:before{content:""}
.fa-print:before{content:""}
.fa-procedures:before{content:""}
.fa-product-hunt:before{content:""}
.fa-project-diagram:before{content:""}
.fa-pump-medical:before{content:""}
.fa-pump-soap:before{content:""}
.fa-pushed:before{content:""}
.fa-puzzle-piece:before{content:""}
.fa-python:before{content:""}
.fa-qq:before{content:""}
.fa-qrcode:before{content:""}
.fa-question:before{content:""}
.fa-question-circle:before{content:""}
.fa-quidditch:before{content:""}
.fa-quinscape:before{content:""}
.fa-quora:before{content:""}
.fa-quote-left:before{content:""}
.fa-quote-right:before{content:""}
.fa-quran:before{content:""}
.fa-r-project:before{content:""}
.fa-radiation:before{content:""}
.fa-radiation-alt:before{content:""}
.fa-rainbow:before{content:""}
.fa-random:before{content:""}
.fa-raspberry-pi:before{content:""}
.fa-ravelry:before{content:""}
.fa-react:before{content:""}
.fa-reacteurope:before{content:""}
.fa-readme:before{content:""}
.fa-rebel:before{content:""}
.fa-receipt:before{content:""}
.fa-record-vinyl:before{content:""}
.fa-recycle:before{content:""}
.fa-red-river:before{content:""}
.fa-reddit:before{content:""}
.fa-reddit-alien:before{content:""}
.fa-reddit-square:before{content:""}
.fa-redhat:before{content:""}
.fa-redo:before{content:""}
.fa-redo-alt:before{content:""}
.fa-registered:before{content:""}
.fa-remove-format:before{content:""}
.fa-renren:before{content:""}
.fa-reply:before{content:""}
.fa-reply-all:before{content:""}
.fa-replyd:before{content:""}
.fa-republican:before{content:""}
.fa-researchgate:before{content:""}
.fa-resolving:before{content:""}
.fa-restroom:before{content:""}
.fa-retweet:before{content:""}
.fa-rev:before{content:""}
.fa-ribbon:before{content:""}
.fa-ring:before{content:""}
.fa-road:before{content:""}
.fa-robot:before{content:""}
.fa-rocket:before{content:""}
.fa-rocketchat:before{content:""}
.fa-rockrms:before{content:""}
.fa-route:before{content:""}
.fa-rss:before{content:""}
.fa-rss-square:before{content:""}
.fa-ruble-sign:before{content:""}
.fa-ruler:before{content:""}
.fa-ruler-combined:before{content:""}
.fa-ruler-horizontal:before{content:""}
.fa-ruler-vertical:before{content:""}
.fa-running:before{content:""}
.fa-rupee-sign:before{content:""}
.fa-rust:before{content:""}
.fa-sad-cry:before{content:""}
.fa-sad-tear:before{content:""}
.fa-safari:before{content:""}
.fa-salesforce:before{content:""}
.fa-sass:before{content:""}
.fa-satellite:before{content:""}
.fa-satellite-dish:before{content:""}
.fa-save:before{content:""}
.fa-schlix:before{content:""}
.fa-school:before{content:""}
.fa-screwdriver:before{content:""}
.fa-scribd:before{content:""}
.fa-scroll:before{content:""}
.fa-sd-card:before{content:""}
.fa-search:before{content:""}
.fa-search-dollar:before{content:""}
.fa-search-location:before{content:""}
.fa-search-minus:before{content:""}
.fa-search-plus:before{content:""}
.fa-searchengin:before{content:""}
.fa-seedling:before{content:""}
.fa-sellcast:before{content:""}
.fa-sellsy:before{content:""}
.fa-server:before{content:""}
.fa-servicestack:before{content:""}
.fa-shapes:before{content:""}
.fa-share:before{content:""}
.fa-share-alt:before{content:""}
.fa-share-alt-square:before{content:""}
.fa-share-square:before{content:""}
.fa-shekel-sign:before{content:""}
.fa-shield-alt:before{content:""}
.fa-shield-virus:before{content:""}
.fa-ship:before{content:""}
.fa-shipping-fast:before{content:""}
.fa-shirtsinbulk:before{content:""}
.fa-shoe-prints:before{content:""}
.fa-shopify:before{content:""}
.fa-shopping-bag:before{content:""}
.fa-shopping-basket:before{content:""}
.fa-shopping-cart:before{content:""}
.fa-shopware:before{content:""}
.fa-shower:before{content:""}
.fa-shuttle-van:before{content:""}
.fa-sign:before{content:""}
.fa-sign-in-alt:before{content:""}
.fa-sign-language:before{content:""}
.fa-sign-out-alt:before{content:""}
.fa-signal:before{content:""}
.fa-signature:before{content:""}
.fa-sim-card:before{content:""}
.fa-simplybuilt:before{content:""}
.fa-sink:before{content:""}
.fa-sistrix:before{content:""}
.fa-sitemap:before{content:""}
.fa-sith:before{content:""}
.fa-skating:before{content:""}
.fa-sketch:before{content:""}
.fa-skiing:before{content:""}
.fa-skiing-nordic:before{content:""}
.fa-skull:before{content:""}
.fa-skull-crossbones:before{content:""}
.fa-skyatlas:before{content:""}
.fa-skype:before{content:""}
.fa-slack:before{content:""}
.fa-slack-hash:before{content:""}
.fa-slash:before{content:""}
.fa-sleigh:before{content:""}
.fa-sliders-h:before{content:""}
.fa-slideshare:before{content:""}
.fa-smile:before{content:""}
.fa-smile-beam:before{content:""}
.fa-smile-wink:before{content:""}
.fa-smog:before{content:""}
.fa-smoking:before{content:""}
.fa-smoking-ban:before{content:""}
.fa-sms:before{content:""}
.fa-snapchat:before{content:""}
.fa-snapchat-ghost:before{content:""}
.fa-snapchat-square:before{content:""}
.fa-snowboarding:before{content:""}
.fa-snowflake:before{content:""}
.fa-snowman:before{content:""}
.fa-snowplow:before{content:""}
.fa-soap:before{content:""}
.fa-socks:before{content:""}
.fa-solar-panel:before{content:""}
.fa-sort:before{content:""}
.fa-sort-alpha-down:before{content:""}
.fa-sort-alpha-down-alt:before{content:""}
.fa-sort-alpha-up:before{content:""}
.fa-sort-alpha-up-alt:before{content:""}
.fa-sort-amount-down:before{content:""}
.fa-sort-amount-down-alt:before{content:""}
.fa-sort-amount-up:before{content:""}
.fa-sort-amount-up-alt:before{content:""}
.fa-sort-down:before{content:""}
.fa-sort-numeric-down:before{content:""}
.fa-sort-numeric-down-alt:before{content:""}
.fa-sort-numeric-up:before{content:""}
.fa-sort-numeric-up-alt:before{content:""}
.fa-sort-up:before{content:""}
.fa-soundcloud:before{content:""}
.fa-sourcetree:before{content:""}
.fa-spa:before{content:""}
.fa-space-shuttle:before{content:""}
.fa-speakap:before{content:""}
.fa-speaker-deck:before{content:""}
.fa-spell-check:before{content:""}
.fa-spider:before{content:""}
.fa-spinner:before{content:""}
.fa-splotch:before{content:""}
.fa-spotify:before{content:""}
.fa-spray-can:before{content:""}
.fa-square:before{content:""}
.fa-square-full:before{content:""}
.fa-square-root-alt:before{content:""}
.fa-squarespace:before{content:""}
.fa-stack-exchange:before{content:""}
.fa-stack-overflow:before{content:""}
.fa-stackpath:before{content:""}
.fa-stamp:before{content:""}
.fa-star:before{content:""}
.fa-star-and-crescent:before{content:""}
.fa-star-half:before{content:""}
.fa-star-half-alt:before{content:""}
.fa-star-of-david:before{content:""}
.fa-star-of-life:before{content:""}
.fa-staylinked:before{content:""}
.fa-steam:before{content:""}
.fa-steam-square:before{content:""}
.fa-steam-symbol:before{content:""}
.fa-step-backward:before{content:""}
.fa-step-forward:before{content:""}
.fa-stethoscope:before{content:""}
.fa-sticker-mule:before{content:""}
.fa-sticky-note:before{content:""}
.fa-stop:before{content:""}
.fa-stop-circle:before{content:""}
.fa-stopwatch:before{content:""}
.fa-stopwatch-20:before{content:""}
.fa-store:before{content:""}
.fa-store-alt:before{content:""}
.fa-store-alt-slash:before{content:""}
.fa-store-slash:before{content:""}
.fa-strava:before{content:""}
.fa-stream:before{content:""}
.fa-street-view:before{content:""}
.fa-strikethrough:before{content:""}
.fa-stripe:before{content:""}
.fa-stripe-s:before{content:""}
.fa-stroopwafel:before{content:""}
.fa-studiovinari:before{content:""}
.fa-stumbleupon:before{content:""}
.fa-stumbleupon-circle:before{content:""}
.fa-subscript:before{content:""}
.fa-subway:before{content:""}
.fa-suitcase:before{content:""}
.fa-suitcase-rolling:before{content:""}
.fa-sun:before{content:""}
.fa-superpowers:before{content:""}
.fa-superscript:before{content:""}
.fa-supple:before{content:""}
.fa-surprise:before{content:""}
.fa-suse:before{content:""}
.fa-swatchbook:before{content:""}
.fa-swift:before{content:""}
.fa-swimmer:before{content:""}
.fa-swimming-pool:before{content:""}
.fa-symfony:before{content:""}
.fa-synagogue:before{content:""}
.fa-sync:before{content:""}
.fa-sync-alt:before{content:""}
.fa-syringe:before{content:""}
.fa-table:before{content:""}
.fa-table-tennis:before{content:""}
.fa-tablet:before{content:""}
.fa-tablet-alt:before{content:""}
.fa-tablets:before{content:""}
.fa-tachometer-alt:before{content:""}
.fa-tag:before{content:""}
.fa-tags:before{content:""}
.fa-tape:before{content:""}
.fa-tasks:before{content:""}
.fa-taxi:before{content:""}
.fa-teamspeak:before{content:""}
.fa-teeth:before{content:""}
.fa-teeth-open:before{content:""}
.fa-telegram:before{content:""}
.fa-telegram-plane:before{content:""}
.fa-temperature-high:before{content:""}
.fa-temperature-low:before{content:""}
.fa-tencent-weibo:before{content:""}
.fa-tenge:before{content:""}
.fa-terminal:before{content:""}
.fa-text-height:before{content:""}
.fa-text-width:before{content:""}
.fa-th:before{content:""}
.fa-th-large:before{content:""}
.fa-th-list:before{content:""}
.fa-the-red-yeti:before{content:""}
.fa-theater-masks:before{content:""}
.fa-themeco:before{content:""}
.fa-themeisle:before{content:""}
.fa-thermometer:before{content:""}
.fa-thermometer-empty:before{content:""}
.fa-thermometer-full:before{content:""}
.fa-thermometer-half:before{content:""}
.fa-thermometer-quarter:before{content:""}
.fa-thermometer-three-quarters:before{content:""}
.fa-think-peaks:before{content:""}
.fa-thumbs-down:before{content:""}
.fa-thumbs-up:before{content:""}
.fa-thumbtack:before{content:""}
.fa-ticket-alt:before{content:""}
.fa-tiktok:before{content:""}
.fa-times:before{content:""}
.fa-times-circle:before{content:""}
.fa-tint:before{content:""}
.fa-tint-slash:before{content:""}
.fa-tired:before{content:""}
.fa-toggle-off:before{content:""}
.fa-toggle-on:before{content:""}
.fa-toilet:before{content:""}
.fa-toilet-paper:before{content:""}
.fa-toilet-paper-slash:before{content:""}
.fa-toolbox:before{content:""}
.fa-tools:before{content:""}
.fa-tooth:before{content:""}
.fa-torah:before{content:""}
.fa-torii-gate:before{content:""}
.fa-tractor:before{content:""}
.fa-trade-federation:before{content:""}
.fa-trademark:before{content:""}
.fa-traffic-light:before{content:""}
.fa-trailer:before{content:""}
.fa-train:before{content:""}
.fa-tram:before{content:""}
.fa-transgender:before{content:""}
.fa-transgender-alt:before{content:""}
.fa-trash:before{content:""}
.fa-trash-alt:before{content:""}
.fa-trash-restore:before{content:""}
.fa-trash-restore-alt:before{content:""}
.fa-tree:before{content:""}
.fa-trello:before{content:""}
.fa-tripadvisor:before{content:""}
.fa-trophy:before{content:""}
.fa-truck:before{content:""}
.fa-truck-loading:before{content:""}
.fa-truck-monster:before{content:""}
.fa-truck-moving:before{content:""}
.fa-truck-pickup:before{content:""}
.fa-tshirt:before{content:""}
.fa-tty:before{content:""}
.fa-tumblr:before{content:""}
.fa-tumblr-square:before{content:""}
.fa-tv:before{content:""}
.fa-twitch:before{content:""}
.fa-twitter:before{content:""}
.fa-twitter-square:before{content:""}
.fa-typo3:before{content:""}
.fa-uber:before{content:""}
.fa-ubuntu:before{content:""}
.fa-uikit:before{content:""}
.fa-umbraco:before{content:""}
.fa-umbrella:before{content:""}
.fa-umbrella-beach:before{content:""}
.fa-uncharted:before{content:""}
.fa-underline:before{content:""}
.fa-undo:before{content:""}
.fa-undo-alt:before{content:""}
.fa-uniregistry:before{content:""}
.fa-unity:before{content:""}
.fa-universal-access:before{content:""}
.fa-university:before{content:""}
.fa-unlink:before{content:""}
.fa-unlock:before{content:""}
.fa-unlock-alt:before{content:""}
.fa-unsplash:before{content:""}
.fa-untappd:before{content:""}
.fa-upload:before{content:""}
.fa-ups:before{content:""}
.fa-usb:before{content:""}
.fa-user:before{content:""}
.fa-user-alt:before{content:""}
.fa-user-alt-slash:before{content:""}
.fa-user-astronaut:before{content:""}
.fa-user-check:before{content:""}
.fa-user-circle:before{content:""}
.fa-user-clock:before{content:""}
.fa-user-cog:before{content:""}
.fa-user-edit:before{content:""}
.fa-user-friends:before{content:""}
.fa-user-graduate:before{content:""}
.fa-user-injured:before{content:""}
.fa-user-lock:before{content:""}
.fa-user-md:before{content:""}
.fa-user-minus:before{content:""}
.fa-user-ninja:before{content:""}
.fa-user-nurse:before{content:""}
.fa-user-plus:before{content:""}
.fa-user-secret:before{content:""}
.fa-user-shield:before{content:""}
.fa-user-slash:before{content:""}
.fa-user-tag:before{content:""}
.fa-user-tie:before{content:""}
.fa-user-times:before{content:""}
.fa-users:before{content:""}
.fa-users-cog:before{content:""}
.fa-users-slash:before{content:""}
.fa-usps:before{content:""}
.fa-ussunnah:before{content:""}
.fa-utensil-spoon:before{content:""}
.fa-utensils:before{content:""}
.fa-vaadin:before{content:""}
.fa-vector-square:before{content:""}
.fa-venus:before{content:""}
.fa-venus-double:before{content:""}
.fa-venus-mars:before{content:""}
.fa-vest:before{content:""}
.fa-vest-patches:before{content:""}
.fa-viacoin:before{content:""}
.fa-viadeo:before{content:""}
.fa-viadeo-square:before{content:""}
.fa-vial:before{content:""}
.fa-vials:before{content:""}
.fa-viber:before{content:""}
.fa-video:before{content:""}
.fa-video-slash:before{content:""}
.fa-vihara:before{content:""}
.fa-vimeo:before{content:""}
.fa-vimeo-square:before{content:""}
.fa-vimeo-v:before{content:""}
.fa-vine:before{content:""}
.fa-virus:before{content:""}
.fa-virus-slash:before{content:""}
.fa-viruses:before{content:""}
.fa-vk:before{content:""}
.fa-vnv:before{content:""}
.fa-voicemail:before{content:""}
.fa-volleyball-ball:before{content:""}
.fa-volume-down:before{content:""}
.fa-volume-mute:before{content:""}
.fa-volume-off:before{content:""}
.fa-volume-up:before{content:""}
.fa-vote-yea:before{content:""}
.fa-vr-cardboard:before{content:""}
.fa-vuejs:before{content:""}
.fa-walking:before{content:""}
.fa-wallet:before{content:""}
.fa-warehouse:before{content:""}
.fa-watchman-monitoring:before{content:""}
.fa-water:before{content:""}
.fa-wave-square:before{content:""}
.fa-waze:before{content:""}
.fa-weebly:before{content:""}
.fa-weibo:before{content:""}
.fa-weight:before{content:""}
.fa-weight-hanging:before{content:""}
.fa-weixin:before{content:""}
.fa-whatsapp:before{content:""}
.fa-whatsapp-square:before{content:""}
.fa-wheelchair:before{content:""}
.fa-whmcs:before{content:""}
.fa-wifi:before{content:""}
.fa-wikipedia-w:before{content:""}
.fa-wind:before{content:""}
.fa-window-close:before{content:""}
.fa-window-maximize:before{content:""}
.fa-window-minimize:before{content:""}
.fa-window-restore:before{content:""}
.fa-windows:before{content:""}
.fa-wine-bottle:before{content:""}
.fa-wine-glass:before{content:""}
.fa-wine-glass-alt:before{content:""}
.fa-wix:before{content:""}
.fa-wizards-of-the-coast:before{content:""}
.fa-wodu:before{content:""}
.fa-wolf-pack-battalion:before{content:""}
.fa-won-sign:before{content:""}
.fa-wordpress:before{content:""}
.fa-wordpress-simple:before{content:""}
.fa-wpbeginner:before{content:""}
.fa-wpexplorer:before{content:""}
.fa-wpforms:before{content:""}
.fa-wpressr:before{content:""}
.fa-wrench:before{content:""}
.fa-x-ray:before{content:""}
.fa-xbox:before{content:""}
.fa-xing:before{content:""}
.fa-xing-square:before{content:""}
.fa-y-combinator:before{content:""}
.fa-yahoo:before{content:""}
.fa-yammer:before{content:""}
.fa-yandex:before{content:""}
.fa-yandex-international:before{content:""}
.fa-yarn:before{content:""}
.fa-yelp:before{content:""}
.fa-yen-sign:before{content:""}
.fa-yin-yang:before{content:""}
.fa-yoast:before{content:""}
.fa-youtube:before{content:""}
.fa-youtube-square:before{content:""}
.fa-zhihu:before{content:""}
.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;font-display:block;src:url('fa-regular-400.08f9891a6f44d9546678.eot');src:url('fa-regular-400.08f9891a6f44d9546678.eot?#iefix') format("embedded-opentype"),url('fa-regular-400.1008b5226941c24f4468.woff2') format("woff2"),url('fa-regular-400.1069ea55beaa01060302.woff') format("woff"),url('fa-regular-400.1495f578452eb676f730.ttf') format("truetype"),url('fa-regular-400.06b9d19ced8d17f3d5cb.svg#fontawesome') format("svg")}
.far{font-weight:400}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;font-display:block;src:url('fa-solid-900.3a24a60e7f9c6574864a.eot');src:url('fa-solid-900.3a24a60e7f9c6574864a.eot?#iefix') format("embedded-opentype"),url('fa-solid-900.3ceb50e7bcafb577367c.woff2') format("woff2"),url('fa-solid-900.46fdbd2d897f8824e63c.woff') format("woff"),url('fa-solid-900.10ecefc282f2761808bf.ttf') format("truetype"),url('fa-solid-900.371dbce0dd46bd4d2033.svg#fontawesome') format("svg")}
.fa,.far,.fas{font-family:Font Awesome\ 5 Free}
.fa,.fas{font-weight:900}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;font-display:block;src:url('fa-brands-400.0fea24969112a781acd2.eot');src:url('fa-brands-400.0fea24969112a781acd2.eot?#iefix') format("embedded-opentype"),url('fa-brands-400.c967a94cfbe2b06627ff.woff2') format("woff2"),url('fa-brands-400.dc2cbadd690e1d4b2c9c.woff') format("woff"),url('fa-brands-400.ec82f282c7f54b637098.ttf') format("truetype"),url('fa-brands-400.e33e2cf6e02cac2ccb77.svg#fontawesome') format("svg")}
.fab{font-family:Font Awesome\ 5 Brands;font-weight:400}
@font-face{font-family:simple-line-icons;src:url('Simple-Line-Icons.85e8c542d5e137beecf9.eot');src:url('Simple-Line-Icons.85e8c542d5e137beecf9.eot#iefix') format("embedded-opentype"),url('Simple-Line-Icons.3826fa1cb2348dd93948.woff2') format("woff2"),url('Simple-Line-Icons.3ec13a24af3fdda11107.ttf') format("truetype"),url('Simple-Line-Icons.5c9febce52054ae0b96d.woff') format("woff"),url('Simple-Line-Icons.f1515a459c8850890812.svg#simple-line-icons') format("svg");font-weight:400;font-style:normal}
.si-action-redo,.si-action-undo,.si-anchor,.si-arrow-down,.si-arrow-down-circle,.si-arrow-left,.si-arrow-left-circle,.si-arrow-right,.si-arrow-right-circle,.si-arrow-up,.si-arrow-up-circle,.si-badge,.si-bag,.si-ban,.si-basket,.si-basket-loaded,.si-bell,.si-book-open,.si-briefcase,.si-bubble,.si-bubbles,.si-bulb,.si-calculator,.si-calendar,.si-call-end,.si-call-in,.si-call-out,.si-camera,.si-camrecorder,.si-chart,.si-check,.si-chemistry,.si-clock,.si-close,.si-cloud-download,.si-cloud-upload,.si-compass,.si-control-end,.si-control-forward,.si-control-pause,.si-control-play,.si-control-rewind,.si-control-start,.si-credit-card,.si-crop,.si-cup,.si-cursor,.si-cursor-move,.si-diamond,.si-direction,.si-directions,.si-disc,.si-dislike,.si-doc,.si-docs,.si-drawer,.si-drop,.si-earphones,.si-earphones-alt,.si-emotsmile,.si-energy,.si-envelope,.si-envelope-letter,.si-envelope-open,.si-equalizer,.si-event,.si-exclamation,.si-eye,.si-eyeglass,.si-feed,.si-film,.si-fire,.si-flag,.si-folder,.si-folder-alt,.si-frame,.si-game-controller,.si-ghost,.si-globe,.si-globe-alt,.si-graduation,.si-graph,.si-grid,.si-handbag,.si-heart,.si-home,.si-hourglass,.si-info,.si-key,.si-layers,.si-like,.si-link,.si-list,.si-location-pin,.si-lock,.si-lock-open,.si-login,.si-logout,.si-loop,.si-magic-wand,.si-magnet,.si-magnifier,.si-magnifier-add,.si-magnifier-remove,.si-map,.si-menu,.si-microphone,.si-minus,.si-mouse,.si-music-tone,.si-music-tone-alt,.si-mustache,.si-note,.si-notebook,.si-options,.si-options-vertical,.si-organization,.si-paper-clip,.si-paper-plane,.si-paypal,.si-pencil,.si-people,.si-phone,.si-picture,.si-pie-chart,.si-pin,.si-plane,.si-playlist,.si-plus,.si-power,.si-present,.si-printer,.si-puzzle,.si-question,.si-refresh,.si-reload,.si-rocket,.si-screen-desktop,.si-screen-smartphone,.si-screen-tablet,.si-settings,.si-share,.si-share-alt,.si-shield,.si-shuffle,.si-size-actual,.si-size-fullscreen,.si-social-behance,.si-social-dribbble,.si-social-dropbox,.si-social-facebook,.si-social-foursqare,.si-social-github,.si-social-google,.si-social-instagram,.si-social-linkedin,.si-social-pinterest,.si-social-reddit,.si-social-skype,.si-social-soundcloud,.si-social-spotify,.si-social-steam,.si-social-stumbleupon,.si-social-tumblr,.si-social-twitter,.si-social-vkontakte,.si-social-youtube,.si-speech,.si-speedometer,.si-star,.si-support,.si-symbol-female,.si-symbol-male,.si-tag,.si-target,.si-trash,.si-trophy,.si-umbrella,.si-user,.si-user-female,.si-user-follow,.si-user-following,.si-user-unfollow,.si-vector,.si-volume-1,.si-volume-2,.si-volume-off,.si-wallet,.si-wrench{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.si-user:before{content:""}
.si-people:before{content:""}
.si-user-female:before{content:""}
.si-user-follow:before{content:""}
.si-user-following:before{content:""}
.si-user-unfollow:before{content:""}
.si-login:before{content:""}
.si-logout:before{content:""}
.si-emotsmile:before{content:""}
.si-phone:before{content:""}
.si-call-end:before{content:""}
.si-call-in:before{content:""}
.si-call-out:before{content:""}
.si-map:before{content:""}
.si-location-pin:before{content:""}
.si-direction:before{content:""}
.si-directions:before{content:""}
.si-compass:before{content:""}
.si-layers:before{content:""}
.si-menu:before{content:""}
.si-list:before{content:""}
.si-options-vertical:before{content:""}
.si-options:before{content:""}
.si-arrow-down:before{content:""}
.si-arrow-left:before{content:""}
.si-arrow-right:before{content:""}
.si-arrow-up:before{content:""}
.si-arrow-up-circle:before{content:""}
.si-arrow-left-circle:before{content:""}
.si-arrow-right-circle:before{content:""}
.si-arrow-down-circle:before{content:""}
.si-check:before{content:""}
.si-clock:before{content:""}
.si-plus:before{content:""}
.si-minus:before{content:""}
.si-close:before{content:""}
.si-event:before{content:""}
.si-exclamation:before{content:""}
.si-organization:before{content:""}
.si-trophy:before{content:""}
.si-screen-smartphone:before{content:""}
.si-screen-desktop:before{content:""}
.si-plane:before{content:""}
.si-notebook:before{content:""}
.si-mustache:before{content:""}
.si-mouse:before{content:""}
.si-magnet:before{content:""}
.si-energy:before{content:""}
.si-disc:before{content:""}
.si-cursor:before{content:""}
.si-cursor-move:before{content:""}
.si-crop:before{content:""}
.si-chemistry:before{content:""}
.si-speedometer:before{content:""}
.si-shield:before{content:""}
.si-screen-tablet:before{content:""}
.si-magic-wand:before{content:""}
.si-hourglass:before{content:""}
.si-graduation:before{content:""}
.si-ghost:before{content:""}
.si-game-controller:before{content:""}
.si-fire:before{content:""}
.si-eyeglass:before{content:""}
.si-envelope-open:before{content:""}
.si-envelope-letter:before{content:""}
.si-bell:before{content:""}
.si-badge:before{content:""}
.si-anchor:before{content:""}
.si-wallet:before{content:""}
.si-vector:before{content:""}
.si-speech:before{content:""}
.si-puzzle:before{content:""}
.si-printer:before{content:""}
.si-present:before{content:""}
.si-playlist:before{content:""}
.si-pin:before{content:""}
.si-picture:before{content:""}
.si-handbag:before{content:""}
.si-globe-alt:before{content:""}
.si-globe:before{content:""}
.si-folder-alt:before{content:""}
.si-folder:before{content:""}
.si-film:before{content:""}
.si-feed:before{content:""}
.si-drop:before{content:""}
.si-drawer:before{content:""}
.si-docs:before{content:""}
.si-doc:before{content:""}
.si-diamond:before{content:""}
.si-cup:before{content:""}
.si-calculator:before{content:""}
.si-bubbles:before{content:""}
.si-briefcase:before{content:""}
.si-book-open:before{content:""}
.si-basket-loaded:before{content:""}
.si-basket:before{content:""}
.si-bag:before{content:""}
.si-action-undo:before{content:""}
.si-action-redo:before{content:""}
.si-wrench:before{content:""}
.si-umbrella:before{content:""}
.si-trash:before{content:""}
.si-tag:before{content:""}
.si-support:before{content:""}
.si-frame:before{content:""}
.si-size-fullscreen:before{content:""}
.si-size-actual:before{content:""}
.si-shuffle:before{content:""}
.si-share-alt:before{content:""}
.si-share:before{content:""}
.si-rocket:before{content:""}
.si-question:before{content:""}
.si-pie-chart:before{content:""}
.si-pencil:before{content:""}
.si-note:before{content:""}
.si-loop:before{content:""}
.si-home:before{content:""}
.si-grid:before{content:""}
.si-graph:before{content:""}
.si-microphone:before{content:""}
.si-music-tone-alt:before{content:""}
.si-music-tone:before{content:""}
.si-earphones-alt:before{content:""}
.si-earphones:before{content:""}
.si-equalizer:before{content:""}
.si-like:before{content:""}
.si-dislike:before{content:""}
.si-control-start:before{content:""}
.si-control-rewind:before{content:""}
.si-control-play:before{content:""}
.si-control-pause:before{content:""}
.si-control-forward:before{content:""}
.si-control-end:before{content:""}
.si-volume-1:before{content:""}
.si-volume-2:before{content:""}
.si-volume-off:before{content:""}
.si-calendar:before{content:""}
.si-bulb:before{content:""}
.si-chart:before{content:""}
.si-ban:before{content:""}
.si-bubble:before{content:""}
.si-camrecorder:before{content:""}
.si-camera:before{content:""}
.si-cloud-download:before{content:""}
.si-cloud-upload:before{content:""}
.si-envelope:before{content:""}
.si-eye:before{content:""}
.si-flag:before{content:""}
.si-heart:before{content:""}
.si-info:before{content:""}
.si-key:before{content:""}
.si-link:before{content:""}
.si-lock:before{content:""}
.si-lock-open:before{content:""}
.si-magnifier:before{content:""}
.si-magnifier-add:before{content:""}
.si-magnifier-remove:before{content:""}
.si-paper-clip:before{content:""}
.si-paper-plane:before{content:""}
.si-power:before{content:""}
.si-refresh:before{content:""}
.si-reload:before{content:""}
.si-settings:before{content:""}
.si-star:before{content:""}
.si-symbol-female:before{content:""}
.si-symbol-male:before{content:""}
.si-target:before{content:""}
.si-credit-card:before{content:""}
.si-paypal:before{content:""}
.si-social-tumblr:before{content:""}
.si-social-twitter:before{content:""}
.si-social-facebook:before{content:""}
.si-social-instagram:before{content:""}
.si-social-linkedin:before{content:""}
.si-social-pinterest:before{content:""}
.si-social-github:before{content:""}
.si-social-google:before{content:""}
.si-social-reddit:before{content:""}
.si-social-skype:before{content:""}
.si-social-dribbble:before{content:""}
.si-social-behance:before{content:""}
.si-social-foursqare:before{content:""}
.si-social-soundcloud:before{content:""}
.si-social-spotify:before{content:""}
.si-social-stumbleupon:before{content:""}
.si-social-youtube:before{content:""}
.si-social-dropbox:before{content:""}
.si-social-vkontakte:before{content:""}
.si-social-steam:before{content:""}
.colorpicker.dropdown-menu{min-width:auto}
.datepicker{z-index:1051!important;padding:1rem}
.datepicker table tbody td,.datepicker table thead th{padding:.375rem}
.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#faeab9;border-color:#faeab9}
.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:focus,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:focus,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:focus,.datepicker table tr td.active:hover:hover,.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:focus,.datepicker table tr td span.active:hover:hover,.open .dropdown-toggle.datepicker table tr td.active,.open .dropdown-toggle.datepicker table tr td.active.disabled,.open .dropdown-toggle.datepicker table tr td.active.disabled:hover,.open .dropdown-toggle.datepicker table tr td.active:hover,.open .dropdown-toggle.datepicker table tr td span.active,.open .dropdown-toggle.datepicker table tr td span.active.disabled,.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover,.open .dropdown-toggle.datepicker table tr td span.active:hover{background-color:#003865;border-color:#003865}
.cke_chrome{border-color:#ebebeb!important}
.cke_top{border-bottom-color:#ebebeb!important}
.cke_bottom,.cke_top{background:#f9f9f9!important}
.cke_bottom{border-top-color:#ebebeb!important}
.dropzone{min-height:200px;background-color:#f9f9f9;border:.125rem dashed #e1e1e1;border-radius:.3rem}
.dropzone .dz-message{margin:4rem 0;color:#575757;font-weight:700;font-size:1rem;font-style:italic}
.dropzone:hover{background-color:#fff;border-color:#003865}
.dropzone:hover .dz-message{color:#003865}
table.dataTable{border-collapse:collapse!important}
table.dataTable td,table.dataTable th{box-sizing:border-box}
table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc{padding-right:1.25rem}
table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc_disabled:before{display:none}
table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_desc_disabled:after{right:.375rem;bottom:.75rem;font-weight:600;font-family:Font Awesome\ 5 Free;opacity:.4}
table.dataTable thead .sorting:after{content:""}
table.dataTable thead .sorting_asc:after{content:""}
table.dataTable thead .sorting_desc:after{content:""}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content:center;margin-top:.75rem}
@media(min-width:768px){div.dataTables_wrapper div.dataTables_paginate ul.pagination{justify-content:flex-end;margin-top:.125rem}}
.pie-chart{position:relative;display:block}
.pie-chart>canvas{display:block;margin:0 auto}
.pie-chart>span{position:absolute;top:50%;right:0;left:0;text-align:center;transform:translateY(-50%)}
.fc-bootstrap4 .fc-toolbar h2{font-weight:400}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#373737}
.fc-bootstrap4 .fc-event{padding-right:.125rem;padding-left:.25rem;color:#373737;font-weight:600;border:1px solid #edf6fd;border-radius:0}
.fc-bootstrap4 .fc-event:hover{color:#575757}
.fc-bootstrap4 .fc-event,.fc-bootstrap4 .fc-event-dot{background-color:#edf6fd}
.fc-bootstrap4 thead th.fc-day-header{padding-top:.375rem;padding-bottom:.375rem;font-weight:600;font-size:1rem;text-transform:uppercase;background-color:#f9f9f9}
.fc-bootstrap4 .fc-content,.fc-bootstrap4 .fc-divider,.fc-bootstrap4 .fc-list-heading td,.fc-bootstrap4 .fc-list-table.table,.fc-bootstrap4 .fc-list-view,.fc-bootstrap4 .fc-popover,.fc-bootstrap4 .fc-row,.fc-bootstrap4 tbody,.fc-bootstrap4 td,.fc-bootstrap4 th,.fc-bootstrap4 thead{border-color:#ebebeb}
.fc-bootstrap4 .fc-divider,.fc-bootstrap4 .fc-list-heading td,.fc-bootstrap4 .fc-popover .fc-header{background:#f5f5f5}
.fc-bootstrap4 .fc-today{background:#f9f9f9}
.fc-bootstrap4 .btn{height:2.375rem}
@media(max-width:767.98px){.fc-bootstrap4 .fc-toolbar .fc-center,.fc-bootstrap4 .fc-toolbar .fc-left,.fc-bootstrap4 .fc-toolbar .fc-right{display:block;float:none;padding:.25rem 0;text-align:center}.fc-bootstrap4 .fc-toolbar .fc-center .btn-group,.fc-bootstrap4 .fc-toolbar .fc-left .btn-group,.fc-bootstrap4 .fc-toolbar .fc-right .btn-group{margin-top:.25rem;margin-bottom:.25rem}.fc-bootstrap4 .fc-toolbar>*>*{float:none}}
.irs.irs--round .irs-grid-pol,.irs.irs--round .irs-line,.irs.irs--round .irs-max,.irs.irs--round .irs-min{background:#f5f5f5}
.irs.irs--round .irs-handle{border-color:#003865}
.irs.irs--round .irs-from:before,.irs.irs--round .irs-single:before,.irs.irs--round .irs-to:before{border-top-color:#003865}
.irs.irs--round .irs-bar,.irs.irs--round .irs-from,.irs.irs--round .irs-single,.irs.irs--round .irs-to{background:#003865}
.jqstooltip{box-sizing:content-box;background-color:rgba(0,0,0,.75)!important;border:none!important;border-radius:.2rem}
.jqstooltip,.jvectormap-tip{font-family:Lato,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}
.jvectormap-tip{padding:.375rem .5rem;background:#343a40;border:none;border-radius:0}
.jvectormap-goback,.jvectormap-zoomin,.jvectormap-zoomout{left:1rem;padding:.25rem;line-height:1rem;background:#555}
.jvectormap-zoomin,.jvectormap-zoomout{width:1rem;height:1rem}
.jvectormap-zoomin:hover,.jvectormap-zoomout:hover{opacity:.6}
.jvectormap-zoomout{top:2.25rem}
.select2-container .select2-selection--single{height:calc(1.5em + .75rem + 2px)}
.select2-container .select2-search--inline .select2-search__field{height:1.375rem;margin:0 .25rem .25rem 0;line-height:1.375rem}
.select2-container .select2-dropdown{border-color:#e1e1e1;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
.select2-container .select2-dropdown .select2-search__field{padding:.25rem .75rem;font-family:Lato,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;border-radius:.25rem;box-shadow:none}
.select2-container--default .select2-selection--single{border-color:#e1e1e1;border-radius:.25rem}
.select2-container--default .select2-selection--single .select2-selection__rendered{display:flex;align-items:center;height:calc(1.5em + .75rem + 2px);padding-left:.75rem;line-height:1.5}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:calc(1.5em + .75rem + 2px)}
.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#6c757d}
.select2-container--default .select2-selection--multiple{display:flex;align-items:center;min-height:calc(1.5em + .75rem + 2px);border-color:#e1e1e1;border-radius:.25rem}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{padding-right:.75rem;padding-left:.75rem}
.select2-container--default .select2-selection--multiple .select2-selection__choice{height:1.375rem;margin:.25rem .25rem .25rem 0;color:#fff;font-weight:600;font-size:.875rem;line-height:1.375rem;background-color:#003865;border:none;border-radius:.25rem}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{margin-right:5px;color:hsla(0,0%,100%,.5)}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:hsla(0,0%,100%,.75)}
.select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default.select2-container--focus .select2-selection--single,.select2-container--default.select2-container--open .select2-selection--multiple,.select2-container--default.select2-container--open .select2-selection--single{border-color:#007fe5;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
.is-valid+.select2-container--default.select2-container--focus .select2-selection--multiple,.is-valid+.select2-container--default.select2-container--focus .select2-selection--single,.is-valid+.select2-container--default .select2-selection--multiple,.is-valid+.select2-container--default .select2-selection--single{border-color:#3bb56e}
.is-valid+.select2-container--default.select2-container--focus .select2-selection--multiple,.is-valid+.select2-container--default.select2-container--focus .select2-selection--single,.is-valid+.select2-container--default.select2-container--open .select2-selection--multiple,.is-valid+.select2-container--default.select2-container--open .select2-selection--single{box-shadow:0 0 0 .2rem rgba(59,181,110,.25)}
.is-invalid+.select2-container--default.select2-container--focus .select2-selection--multiple,.is-invalid+.select2-container--default.select2-container--focus .select2-selection--single,.is-invalid+.select2-container--default .select2-selection--multiple,.is-invalid+.select2-container--default .select2-selection--single{border-color:#c84837}
.is-invalid+.select2-container--default.select2-container--focus .select2-selection--multiple,.is-invalid+.select2-container--default.select2-container--focus .select2-selection--single,.is-invalid+.select2-container--default.select2-container--open .select2-selection--multiple,.is-invalid+.select2-container--default.select2-container--open .select2-selection--single{box-shadow:0 0 0 .2rem rgba(200,72,55,.25)}
.select2-container--default .select2-search--dropdown .select2-search__field{border-color:#e1e1e1}
.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#003865}
.select2-container--default .select2-search--inline .select2-search__field{padding-right:0;padding-left:0;font-family:Lato,-apple-system,blinkmacsystemfont,Segoe UI,roboto,Helvetica Neue,arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;box-shadow:none}
.CodeMirror-fullscreen,.editor-preview-side,.editor-toolbar.fullscreen{z-index:1052}
.editor-preview{z-index:1051}
.editor-toolbar{background-color:#f9f9f9}
.CodeMirror,.editor-toolbar,.note-editor.note-frame{border-color:#ebebeb}
.note-editor.note-frame .note-toolbar-wrapper{background-color:#fff}
.note-editor.note-frame .note-toolbar{background-color:#f9f9f9;border-bottom-color:#ebebeb}
.note-editor.note-frame .note-statusbar{background-color:#f9f9f9;border-top-color:#ebebeb}
.note-editor.note-frame .card-header.note-toolbar .note-color .dropdown-menu,.note-editor.note-frame .note-popover .popover-content .note-color .dropdown-menu{min-width:350px}
.slick-slider .slick-slide{outline:none}
.slick-slider.slick-dotted{margin-bottom:3rem}
.slick-slider.slick-dotted .slick-dots{bottom:-2rem}
.slick-slider.slick-dotted.slick-dotted-inner{margin-bottom:0}
.slick-slider.slick-dotted.slick-dotted-inner .slick-dots{bottom:.625rem}
.slick-slider.slick-dotted.slick-dotted-white .slick-dots li button:before{color:#fff}
.slick-slider .slick-next,.slick-slider .slick-prev{z-index:2;width:2.5rem;height:3.75rem;text-align:center;background-color:rgba(0,0,0,.03)}
.slick-slider .slick-next:hover,.slick-slider .slick-prev:hover{background-color:rgba(0,0,0,.15)}
.slick-slider .slick-next:before,.slick-slider .slick-prev:before{color:#3e4a59;font-weight:600;font-size:28px;font-family:Font Awesome\ 5 Free,Font Awesome\ 5 Pro;line-height:28px}
.slick-slider .slick-prev{left:0}
.slick-slider .slick-prev:before{content:""}
.slick-slider .slick-next{right:0}
.slick-slider .slick-next:before{content:""}
.slick-slider.slick-nav-white .slick-next,.slick-slider.slick-nav-white .slick-prev{background-color:hsla(0,0%,100%,.5)}
.slick-slider.slick-nav-white .slick-next:hover,.slick-slider.slick-nav-white .slick-prev:hover{background-color:#fff}
.slick-slider.slick-nav-white .slick-next:before,.slick-slider.slick-nav-white .slick-prev:before{color:#000}
.slick-slider.slick-nav-black .slick-next,.slick-slider.slick-nav-black .slick-prev{background-color:rgba(0,0,0,.25)}
.slick-slider.slick-nav-black .slick-next:hover,.slick-slider.slick-nav-black .slick-prev:hover{background-color:#000}
.slick-slider.slick-nav-black .slick-next:before,.slick-slider.slick-nav-black .slick-prev:before{color:#fff}
.slick-slider.slick-nav-hover .slick-next,.slick-slider.slick-nav-hover .slick-prev{opacity:0;transition:opacity .25s ease-out}
.slick-slider.slick-nav-hover:hover .slick-next,.slick-slider.slick-nav-hover:hover .slick-prev{opacity:1}
/*!
 * @jabil/ui-styles - v0.1.8
 * @author Jabil - https://www.jabil.com
 * Copyright (c) 2020
 */
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}
.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:1s;animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}
.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(1*2);-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(1*2);animation-iteration-count:calc(var(--animate-repeat)*2)}
.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(1*3);-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(1*3);animation-iteration-count:calc(var(--animate-repeat)*3)}
.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:1s;animation-delay:var(--animate-delay)}
.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(1s*2);-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(1s*2);animation-delay:calc(var(--animate-delay)*2)}
.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(1s*3);-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(1s*3);animation-delay:calc(var(--animate-delay)*3)}
.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(1s*4);-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(1s*4);animation-delay:calc(var(--animate-delay)*4)}
.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(1s*5);-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(1s*5);animation-delay:calc(var(--animate-delay)*5)}
.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(1s/2);-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(1s/2);animation-duration:calc(var(--animate-duration)/2)}
.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(1s*0.8);-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(1s*0.8);animation-duration:calc(var(--animate-duration)*0.8)}
.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(1s*2);-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(1s*2);animation-duration:calc(var(--animate-duration)*2)}
.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(1s*3);-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(1s*3);animation-duration:calc(var(--animate-duration)*3)}
@media (prefers-reduced-motion:reduce), print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}
@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}
@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}
.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}
@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}
@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}
.animate__flash{-webkit-animation-name:flash;animation-name:flash}
@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}
@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}
.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}
@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}
.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}
@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}
@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}
.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}
@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}
@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}
.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}
@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}
@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}
.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}
@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}
@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}
.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}
@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}
.animate__tada{-webkit-animation-name:tada;animation-name:tada}
@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}
@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}
.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}
@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}
@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}
.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}
@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}
@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}
.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(1s*1.3);-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(1s*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}
@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}
@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}
@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}
.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}
@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}
@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}
.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}
@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}
@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}
.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}
@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}
@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}
.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}
@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}
@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}
.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}
@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}
@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}
.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(1s*0.75);-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}
@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}
@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}
.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}
@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}
@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}
.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}
@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}
@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}
.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}
@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}
@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}
.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}
@-webkit-keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}
@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}
.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(1s*0.75);-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}
@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}
@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}
.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}
@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}
@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}
.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}
@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}
@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}
.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}
@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}
@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}
.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}
@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}
@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}
@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}
@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}
@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}
@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}
@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}
@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}
@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}
@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}
.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}
@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}
@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}
@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}
.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}
@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}
@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}
.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}
@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}
@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}
.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}
@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}
@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}
.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}
@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}
@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}
.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}
@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}
.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}
@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}
@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}
.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}
@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}
@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}
.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}
@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}
@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}
.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}
@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}
@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}
.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}
@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}
@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}
.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}
@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}
@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}
.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}
@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}
@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}
.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}
@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}
@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}
.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}
@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}
@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}
.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}
@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}
@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}
.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(1s*0.75);-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}
@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}
@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}
.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(1s*0.75);-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(1s*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}
@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}
@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}
.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}
@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}
.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}
@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}
@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}
.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}
@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}
.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}
@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}
.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}
@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}
@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}
@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}
.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}
@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}
@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}
.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}
@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}
@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}
.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}
@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}
@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}
.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}
@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}
@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}
.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}
@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}
@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}
.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}
@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}
@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}
.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}
@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}
@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}
.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(1s*2);-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(1s*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}
@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}
@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}
.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}
@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}
@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}
.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}
@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}
@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}
.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}
@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}
@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}
@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}
@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}
@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}
@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}
.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}
@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}
@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}
@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}
.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}
@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}
@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}
.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}
@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}
.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}
@-webkit-keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}
@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}
.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}
@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}
@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}
.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}
@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}
@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}
.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}
@-webkit-keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}
@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}
.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}
@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}
@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}
.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}
@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}
@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}
.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}
@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}
@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}
.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}
@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}
@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}
.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}
.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}
.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}
.simplebar-mask,.simplebar-offset{position:absolute;padding:0;margin:0;left:0;top:0;bottom:0;right:0}
.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}
.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}
.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}
.simplebar-content:after,.simplebar-content:before{content:" ";display:table}
.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}
.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}
.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}
.simplebar-height-auto-observer,.simplebar-track{position:absolute;overflow:hidden;pointer-events:none}
.simplebar-track{z-index:1;right:0;bottom:0}
[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}
[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}
.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}
.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}
.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}
.simplebar-track.simplebar-vertical{top:0;width:11px}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}
.simplebar-track.simplebar-horizontal{left:0;height:11px}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}
.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}
.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas,.pi{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings:normal;font-variant:normal;text-rendering:auto;line-height:1}
.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}
.fa-xs{font-size:.75em}
.fa-sm{font-size:.875em}
.fa-1x{font-size:1em}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
.fa-4x{font-size:4em}
.fa-5x{font-size:5em}
.fa-6x{font-size:6em}
.fa-7x{font-size:7em}
.fa-8x{font-size:8em}
.fa-9x{font-size:9em}
.fa-10x{font-size:10em}
.fa-fw{text-align:center;width:1.25em}
.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}
.fa-ul>li{position:relative}
.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}
.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}
.fa-pull-left{float:left}
.fa-pull-right{float:right}
.fa-pull-left.pi,.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}
.fa-pull-right.pi,.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}
.fa-spin,.pi-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}
.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}
@-webkit-keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}
.fa-flip-vertical{transform:scaleY(-1)}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}
:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}
.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}
.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}
.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}
.fa-inverse{color:#fff}
.fa-500px:before{content:""}
.fa-accessible-icon:before{content:""}
.fa-accusoft:before{content:""}
.fa-acquisitions-incorporated:before{content:""}
.fa-ad:before{content:""}
.fa-address-book:before{content:""}
.fa-address-card:before{content:""}
.fa-adjust:before{content:""}
.fa-adn:before{content:""}
.fa-adversal:before{content:""}
.fa-affiliatetheme:before{content:""}
.fa-air-freshener:before{content:""}
.fa-airbnb:before{content:""}
.fa-algolia:before{content:""}
.fa-align-center:before{content:""}
.fa-align-justify:before{content:""}
.fa-align-left:before{content:""}
.fa-align-right:before{content:""}
.fa-alipay:before{content:""}
.fa-allergies:before{content:""}
.fa-amazon:before{content:""}
.fa-amazon-pay:before{content:""}
.fa-ambulance:before{content:""}
.fa-american-sign-language-interpreting:before{content:""}
.fa-amilia:before{content:""}
.fa-anchor:before{content:""}
.fa-android:before{content:""}
.fa-angellist:before{content:""}
.fa-angle-double-down:before{content:""}
.fa-angle-double-left:before,.ui-paginator .ui-paginator-icon.pi-step-backward:before{content:""}
.fa-angle-double-right:before,.ui-paginator .ui-paginator-icon.pi-step-forward:before{content:""}
.fa-angle-double-up:before{content:""}
.fa-angle-down:before,.pi-sort-amount-up-alt:before{content:""}
.fa-angle-left:before,.ui-paginator .ui-paginator-icon.pi-caret-left:before{content:""}
.fa-angle-right:before,.ui-paginator .ui-paginator-icon.pi-caret-right:before{content:""}
.fa-angle-up:before,.pi-sort-amount-down:before{content:""}
.fa-angry:before{content:""}
.fa-angrycreative:before{content:""}
.fa-angular:before{content:""}
.fa-ankh:before{content:""}
.fa-app-store:before{content:""}
.fa-app-store-ios:before{content:""}
.fa-apper:before{content:""}
.fa-apple:before{content:""}
.fa-apple-alt:before{content:""}
.fa-apple-pay:before{content:""}
.fa-archive:before{content:""}
.fa-archway:before{content:""}
.fa-arrow-alt-circle-down:before{content:""}
.fa-arrow-alt-circle-left:before{content:""}
.fa-arrow-alt-circle-right:before{content:""}
.fa-arrow-alt-circle-up:before{content:""}
.fa-arrow-circle-down:before{content:""}
.fa-arrow-circle-left:before{content:""}
.fa-arrow-circle-right:before{content:""}
.fa-arrow-circle-up:before{content:""}
.fa-arrow-down:before{content:""}
.fa-arrow-left:before{content:""}
.fa-arrow-right:before{content:""}
.fa-arrow-up:before{content:""}
.fa-arrows-alt:before{content:""}
.fa-arrows-alt-h:before{content:""}
.fa-arrows-alt-v:before{content:""}
.fa-artstation:before{content:""}
.fa-assistive-listening-systems:before{content:""}
.fa-asterisk:before{content:""}
.fa-asymmetrik:before{content:""}
.fa-at:before{content:""}
.fa-atlas:before{content:""}
.fa-atlassian:before{content:""}
.fa-atom:before{content:""}
.fa-audible:before{content:""}
.fa-audio-description:before{content:""}
.fa-autoprefixer:before{content:""}
.fa-avianex:before{content:""}
.fa-aviato:before{content:""}
.fa-award:before{content:""}
.fa-aws:before{content:""}
.fa-baby:before{content:""}
.fa-baby-carriage:before{content:""}
.fa-backspace:before{content:""}
.fa-backward:before{content:""}
.fa-bacon:before{content:""}
.fa-bacteria:before{content:""}
.fa-bacterium:before{content:""}
.fa-bahai:before{content:""}
.fa-balance-scale:before{content:""}
.fa-balance-scale-left:before{content:""}
.fa-balance-scale-right:before{content:""}
.fa-ban:before{content:""}
.fa-band-aid:before{content:""}
.fa-bandcamp:before{content:""}
.fa-barcode:before{content:""}
.fa-bars:before,.pi-bars:before{content:""}
.fa-baseball-ball:before{content:""}
.fa-basketball-ball:before{content:""}
.fa-bath:before{content:""}
.fa-battery-empty:before{content:""}
.fa-battery-full:before{content:""}
.fa-battery-half:before{content:""}
.fa-battery-quarter:before{content:""}
.fa-battery-three-quarters:before{content:""}
.fa-battle-net:before{content:""}
.fa-bed:before{content:""}
.fa-beer:before{content:""}
.fa-behance:before{content:""}
.fa-behance-square:before{content:""}
.fa-bell:before{content:""}
.fa-bell-slash:before{content:""}
.fa-bezier-curve:before{content:""}
.fa-bible:before{content:""}
.fa-bicycle:before{content:""}
.fa-biking:before{content:""}
.fa-bimobject:before{content:""}
.fa-binoculars:before{content:""}
.fa-biohazard:before{content:""}
.fa-birthday-cake:before{content:""}
.fa-bitbucket:before{content:""}
.fa-bitcoin:before{content:""}
.fa-bity:before{content:""}
.fa-black-tie:before{content:""}
.fa-blackberry:before{content:""}
.fa-blender:before{content:""}
.fa-blender-phone:before{content:""}
.fa-blind:before{content:""}
.fa-blog:before{content:""}
.fa-blogger:before{content:""}
.fa-blogger-b:before{content:""}
.fa-bluetooth:before{content:""}
.fa-bluetooth-b:before{content:""}
.fa-bold:before{content:""}
.fa-bolt:before{content:""}
.fa-bomb:before{content:""}
.fa-bone:before{content:""}
.fa-bong:before{content:""}
.fa-book:before{content:""}
.fa-book-dead:before{content:""}
.fa-book-medical:before{content:""}
.fa-book-open:before{content:""}
.fa-book-reader:before{content:""}
.fa-bookmark:before{content:""}
.fa-bootstrap:before{content:""}
.fa-border-all:before{content:""}
.fa-border-none:before{content:""}
.fa-border-style:before{content:""}
.fa-bowling-ball:before{content:""}
.fa-box:before{content:""}
.fa-box-open:before{content:""}
.fa-box-tissue:before{content:""}
.fa-boxes:before{content:""}
.fa-braille:before{content:""}
.fa-brain:before{content:""}
.fa-bread-slice:before{content:""}
.fa-briefcase:before,.pi-briefcase:before{content:""}
.fa-briefcase-medical:before{content:""}
.fa-broadcast-tower:before{content:""}
.fa-broom:before{content:""}
.fa-brush:before{content:""}
.fa-btc:before{content:""}
.fa-buffer:before{content:""}
.fa-bug:before{content:""}
.fa-building:before{content:""}
.fa-bullhorn:before{content:""}
.fa-bullseye:before{content:""}
.fa-burn:before{content:""}
.fa-buromobelexperte:before{content:""}
.fa-bus:before{content:""}
.fa-bus-alt:before{content:""}
.fa-business-time:before{content:""}
.fa-buy-n-large:before{content:""}
.fa-buysellads:before{content:""}
.fa-calculator:before{content:""}
.fa-calendar:before{content:""}
.fa-calendar-alt:before,.pi-calendar:before{content:""}
.fa-calendar-check:before{content:""}
.fa-calendar-day:before{content:""}
.fa-calendar-minus:before{content:""}
.fa-calendar-plus:before{content:""}
.fa-calendar-times:before{content:""}
.fa-calendar-week:before{content:""}
.fa-camera:before{content:""}
.fa-camera-retro:before{content:""}
.fa-campground:before{content:""}
.fa-canadian-maple-leaf:before{content:""}
.fa-candy-cane:before{content:""}
.fa-cannabis:before{content:""}
.fa-capsules:before{content:""}
.fa-car:before{content:""}
.fa-car-alt:before{content:""}
.fa-car-battery:before{content:""}
.fa-car-crash:before{content:""}
.fa-car-side:before{content:""}
.fa-caravan:before{content:""}
.fa-caret-down:before,.pi-caret-down:before,body .ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon.pi-chevron-down:before{content:""}
.fa-caret-left:before,.pi-caret-left:before{content:""}
.fa-caret-right:before,.pi-caret-right:before{content:""}
.fa-caret-square-down:before{content:""}
.fa-caret-square-left:before{content:""}
.fa-caret-square-right:before{content:""}
.fa-caret-square-up:before{content:""}
.fa-caret-up:before,.pi-caret-up:before{content:""}
.fa-carrot:before{content:""}
.fa-cart-arrow-down:before{content:""}
.fa-cart-plus:before{content:""}
.fa-cash-register:before{content:""}
.fa-cat:before{content:""}
.fa-cc-amazon-pay:before{content:""}
.fa-cc-amex:before{content:""}
.fa-cc-apple-pay:before{content:""}
.fa-cc-diners-club:before{content:""}
.fa-cc-discover:before{content:""}
.fa-cc-jcb:before{content:""}
.fa-cc-mastercard:before{content:""}
.fa-cc-paypal:before{content:""}
.fa-cc-stripe:before{content:""}
.fa-cc-visa:before{content:""}
.fa-centercode:before{content:""}
.fa-centos:before{content:""}
.fa-certificate:before{content:""}
.fa-chair:before{content:""}
.fa-chalkboard:before{content:""}
.fa-chalkboard-teacher:before{content:""}
.fa-charging-station:before{content:""}
.fa-chart-area:before{content:""}
.fa-chart-bar:before{content:""}
.fa-chart-line:before{content:""}
.fa-chart-pie:before{content:""}
.fa-check:before,.pi-check:before{content:""}
.fa-check-circle:before,body .ui-message-icon.pi-check:before,body .ui-messages-icon.pi-check:before{content:""}
.fa-check-double:before{content:""}
.fa-check-square:before{content:""}
.fa-cheese:before{content:""}
.fa-chess:before{content:""}
.fa-chess-bishop:before{content:""}
.fa-chess-board:before{content:""}
.fa-chess-king:before{content:""}
.fa-chess-knight:before{content:""}
.fa-chess-pawn:before{content:""}
.fa-chess-queen:before{content:""}
.fa-chess-rook:before{content:""}
.fa-chevron-circle-down:before{content:""}
.fa-chevron-circle-left:before{content:""}
.fa-chevron-circle-right:before{content:""}
.fa-chevron-circle-up:before{content:""}
.fa-chevron-down:before,.pi-chevron-down:before,body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-tree-toggler.pi-caret-right:before{content:""}
.fa-chevron-left:before,.pi-chevron-left:before{content:""}
.fa-chevron-right:before,.pi-chevron-right:before{content:""}
.fa-chevron-up:before,.pi-chevron-up:before,body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-tree-toggler.pi-caret-down:before{content:""}
.fa-child:before{content:""}
.fa-chrome:before{content:""}
.fa-chromecast:before{content:""}
.fa-church:before{content:""}
.fa-circle:before{content:""}
.fa-circle-notch:before{content:""}
.fa-city:before{content:""}
.fa-clinic-medical:before{content:""}
.fa-clipboard:before{content:""}
.fa-clipboard-check:before{content:""}
.fa-clipboard-list:before{content:""}
.fa-clock:before{content:""}
.fa-clone:before{content:""}
.fa-closed-captioning:before{content:""}
.fa-cloud:before{content:""}
.fa-cloud-download-alt:before{content:""}
.fa-cloud-meatball:before{content:""}
.fa-cloud-moon:before{content:""}
.fa-cloud-moon-rain:before{content:""}
.fa-cloud-rain:before{content:""}
.fa-cloud-showers-heavy:before{content:""}
.fa-cloud-sun:before{content:""}
.fa-cloud-sun-rain:before{content:""}
.fa-cloud-upload-alt:before{content:""}
.fa-cloudflare:before{content:""}
.fa-cloudscale:before{content:""}
.fa-cloudsmith:before{content:""}
.fa-cloudversify:before{content:""}
.fa-cocktail:before{content:""}
.fa-code:before{content:""}
.fa-code-branch:before{content:""}
.fa-codepen:before{content:""}
.fa-codiepie:before{content:""}
.fa-coffee:before{content:""}
.fa-cog:before,.pi-cog:before{content:""}
.fa-cogs:before{content:""}
.fa-coins:before{content:""}
.fa-columns:before{content:""}
.fa-comment:before{content:""}
.fa-comment-alt:before{content:""}
.fa-comment-dollar:before{content:""}
.fa-comment-dots:before{content:""}
.fa-comment-medical:before{content:""}
.fa-comment-slash:before{content:""}
.fa-comments:before{content:""}
.fa-comments-dollar:before{content:""}
.fa-compact-disc:before{content:""}
.fa-compass:before{content:""}
.fa-compress:before{content:""}
.fa-compress-alt:before{content:""}
.fa-compress-arrows-alt:before{content:""}
.fa-concierge-bell:before{content:""}
.fa-confluence:before{content:""}
.fa-connectdevelop:before{content:""}
.fa-contao:before{content:""}
.fa-cookie:before{content:""}
.fa-cookie-bite:before{content:""}
.fa-copy:before{content:""}
.fa-copyright:before{content:""}
.fa-cotton-bureau:before{content:""}
.fa-couch:before{content:""}
.fa-cpanel:before{content:""}
.fa-creative-commons:before{content:""}
.fa-creative-commons-by:before{content:""}
.fa-creative-commons-nc:before{content:""}
.fa-creative-commons-nc-eu:before{content:""}
.fa-creative-commons-nc-jp:before{content:""}
.fa-creative-commons-nd:before{content:""}
.fa-creative-commons-pd:before{content:""}
.fa-creative-commons-pd-alt:before{content:""}
.fa-creative-commons-remix:before{content:""}
.fa-creative-commons-sa:before{content:""}
.fa-creative-commons-sampling:before{content:""}
.fa-creative-commons-sampling-plus:before{content:""}
.fa-creative-commons-share:before{content:""}
.fa-creative-commons-zero:before{content:""}
.fa-credit-card:before{content:""}
.fa-critical-role:before{content:""}
.fa-crop:before{content:""}
.fa-crop-alt:before{content:""}
.fa-cross:before{content:""}
.fa-crosshairs:before{content:""}
.fa-crow:before{content:""}
.fa-crown:before{content:""}
.fa-crutch:before{content:""}
.fa-css3:before{content:""}
.fa-css3-alt:before{content:""}
.fa-cube:before{content:""}
.fa-cubes:before{content:""}
.fa-cut:before{content:""}
.fa-cuttlefish:before{content:""}
.fa-d-and-d:before{content:""}
.fa-d-and-d-beyond:before{content:""}
.fa-dailymotion:before{content:""}
.fa-dashcube:before{content:""}
.fa-database:before{content:""}
.fa-deaf:before{content:""}
.fa-deezer:before{content:""}
.fa-delicious:before{content:""}
.fa-democrat:before{content:""}
.fa-deploydog:before{content:""}
.fa-deskpro:before{content:""}
.fa-desktop:before{content:""}
.fa-dev:before{content:""}
.fa-deviantart:before{content:""}
.fa-dharmachakra:before{content:""}
.fa-dhl:before{content:""}
.fa-diagnoses:before{content:""}
.fa-diaspora:before{content:""}
.fa-dice:before{content:""}
.fa-dice-d20:before{content:""}
.fa-dice-d6:before{content:""}
.fa-dice-five:before{content:""}
.fa-dice-four:before{content:""}
.fa-dice-one:before{content:""}
.fa-dice-six:before{content:""}
.fa-dice-three:before{content:""}
.fa-dice-two:before{content:""}
.fa-digg:before{content:""}
.fa-digital-ocean:before{content:""}
.fa-digital-tachograph:before{content:""}
.fa-directions:before{content:""}
.fa-discord:before{content:""}
.fa-discourse:before{content:""}
.fa-disease:before{content:""}
.fa-divide:before{content:""}
.fa-dizzy:before{content:""}
.fa-dna:before{content:""}
.fa-dochub:before{content:""}
.fa-docker:before{content:""}
.fa-dog:before{content:""}
.fa-dollar-sign:before{content:""}
.fa-dolly:before{content:""}
.fa-dolly-flatbed:before{content:""}
.fa-donate:before{content:""}
.fa-door-closed:before{content:""}
.fa-door-open:before{content:""}
.fa-dot-circle:before{content:""}
.fa-dove:before{content:""}
.fa-download:before{content:""}
.fa-draft2digital:before{content:""}
.fa-drafting-compass:before{content:""}
.fa-dragon:before{content:""}
.fa-draw-polygon:before{content:""}
.fa-dribbble:before{content:""}
.fa-dribbble-square:before{content:""}
.fa-dropbox:before{content:""}
.fa-drum:before{content:""}
.fa-drum-steelpan:before{content:""}
.fa-drumstick-bite:before{content:""}
.fa-drupal:before{content:""}
.fa-dumbbell:before{content:""}
.fa-dumpster:before{content:""}
.fa-dumpster-fire:before{content:""}
.fa-dungeon:before{content:""}
.fa-dyalog:before{content:""}
.fa-earlybirds:before{content:""}
.fa-ebay:before{content:""}
.fa-edge:before{content:""}
.fa-edge-legacy:before{content:""}
.fa-edit:before{content:""}
.fa-egg:before{content:""}
.fa-eject:before{content:""}
.fa-elementor:before{content:""}
.fa-ellipsis-h:before{content:""}
.fa-ellipsis-v:before{content:""}
.fa-ello:before{content:""}
.fa-ember:before{content:""}
.fa-empire:before{content:""}
.fa-envelope:before{content:""}
.fa-envelope-open:before{content:""}
.fa-envelope-open-text:before{content:""}
.fa-envelope-square:before{content:""}
.fa-envira:before{content:""}
.fa-equals:before{content:""}
.fa-eraser:before{content:""}
.fa-erlang:before{content:""}
.fa-ethereum:before{content:""}
.fa-ethernet:before{content:""}
.fa-etsy:before{content:""}
.fa-euro-sign:before{content:""}
.fa-evernote:before{content:""}
.fa-exchange-alt:before{content:""}
.fa-exclamation:before{content:""}
.fa-exclamation-circle:before{content:""}
.fa-exclamation-triangle:before,.pi-exclamation-triangle:before{content:""}
.fa-expand:before{content:""}
.fa-expand-alt:before{content:""}
.fa-expand-arrows-alt:before{content:""}
.fa-expeditedssl:before{content:""}
.fa-external-link-alt:before,.pi-external-link:before{content:""}
.fa-external-link-square-alt:before{content:""}
.fa-eye:before{content:""}
.fa-eye-dropper:before{content:""}
.fa-eye-slash:before{content:""}
.fa-facebook:before{content:""}
.fa-facebook-f:before{content:""}
.fa-facebook-messenger:before{content:""}
.fa-facebook-square:before{content:""}
.fa-fan:before{content:""}
.fa-fantasy-flight-games:before{content:""}
.fa-fast-backward:before{content:""}
.fa-fast-forward:before{content:""}
.fa-faucet:before{content:""}
.fa-fax:before{content:""}
.fa-feather:before{content:""}
.fa-feather-alt:before{content:""}
.fa-fedex:before{content:""}
.fa-fedora:before{content:""}
.fa-female:before{content:""}
.fa-fighter-jet:before{content:""}
.fa-figma:before{content:""}
.fa-file:before,.pi-file-o:before,.pi-file:before{content:""}
.fa-file-alt:before{content:""}
.fa-file-archive:before{content:""}
.fa-file-audio:before{content:""}
.fa-file-code:before{content:""}
.fa-file-contract:before{content:""}
.fa-file-csv:before{content:""}
.fa-file-download:before{content:""}
.fa-file-excel:before,.pi-file-excel:before{content:""}
.fa-file-export:before{content:""}
.fa-file-image:before{content:""}
.fa-file-import:before{content:""}
.fa-file-invoice:before{content:""}
.fa-file-invoice-dollar:before{content:""}
.fa-file-medical:before{content:""}
.fa-file-medical-alt:before{content:""}
.fa-file-pdf:before,.pi-file-pdf:before{content:""}
.fa-file-powerpoint:before{content:""}
.fa-file-prescription:before{content:""}
.fa-file-signature:before{content:""}
.fa-file-upload:before{content:""}
.fa-file-video:before{content:""}
.fa-file-word:before{content:""}
.fa-fill:before{content:""}
.fa-fill-drip:before{content:""}
.fa-film:before{content:""}
.fa-filter:before{content:""}
.fa-fingerprint:before{content:""}
.fa-fire:before{content:""}
.fa-fire-alt:before{content:""}
.fa-fire-extinguisher:before{content:""}
.fa-firefox:before{content:""}
.fa-firefox-browser:before{content:""}
.fa-first-aid:before{content:""}
.fa-first-order:before{content:""}
.fa-first-order-alt:before{content:""}
.fa-firstdraft:before{content:""}
.fa-fish:before{content:""}
.fa-fist-raised:before{content:""}
.fa-flag:before{content:""}
.fa-flag-checkered:before{content:""}
.fa-flag-usa:before{content:""}
.fa-flask:before{content:""}
.fa-flickr:before{content:""}
.fa-flipboard:before{content:""}
.fa-flushed:before{content:""}
.fa-fly:before{content:""}
.fa-folder:before{content:""}
.fa-folder-minus:before{content:""}
.fa-folder-open:before{content:""}
.fa-folder-plus:before{content:""}
.fa-font:before{content:""}
.fa-font-awesome:before{content:""}
.fa-font-awesome-alt:before{content:""}
.fa-font-awesome-flag:before{content:""}
.fa-font-awesome-logo-full:before{content:""}
.fa-fonticons:before{content:""}
.fa-fonticons-fi:before{content:""}
.fa-football-ball:before{content:""}
.fa-fort-awesome:before{content:""}
.fa-fort-awesome-alt:before{content:""}
.fa-forumbee:before{content:""}
.fa-forward:before{content:""}
.fa-foursquare:before{content:""}
.fa-free-code-camp:before{content:""}
.fa-freebsd:before{content:""}
.fa-frog:before{content:""}
.fa-frown:before{content:""}
.fa-frown-open:before{content:""}
.fa-fulcrum:before{content:""}
.fa-funnel-dollar:before{content:""}
.fa-futbol:before{content:""}
.fa-galactic-republic:before{content:""}
.fa-galactic-senate:before{content:""}
.fa-gamepad:before{content:""}
.fa-gas-pump:before{content:""}
.fa-gavel:before{content:""}
.fa-gem:before{content:""}
.fa-genderless:before{content:""}
.fa-get-pocket:before{content:""}
.fa-gg:before{content:""}
.fa-gg-circle:before{content:""}
.fa-ghost:before{content:""}
.fa-gift:before{content:""}
.fa-gifts:before{content:""}
.fa-git:before{content:""}
.fa-git-alt:before{content:""}
.fa-git-square:before{content:""}
.fa-github:before{content:""}
.fa-github-alt:before{content:""}
.fa-github-square:before{content:""}
.fa-gitkraken:before{content:""}
.fa-gitlab:before{content:""}
.fa-gitter:before{content:""}
.fa-glass-cheers:before{content:""}
.fa-glass-martini:before{content:""}
.fa-glass-martini-alt:before{content:""}
.fa-glass-whiskey:before{content:""}
.fa-glasses:before{content:""}
.fa-glide:before{content:""}
.fa-glide-g:before{content:""}
.fa-globe:before{content:""}
.fa-globe-africa:before{content:""}
.fa-globe-americas:before{content:""}
.fa-globe-asia:before{content:""}
.fa-globe-europe:before{content:""}
.fa-gofore:before{content:""}
.fa-golf-ball:before{content:""}
.fa-goodreads:before{content:""}
.fa-goodreads-g:before{content:""}
.fa-google:before{content:""}
.fa-google-drive:before{content:""}
.fa-google-pay:before{content:""}
.fa-google-play:before{content:""}
.fa-google-plus:before{content:""}
.fa-google-plus-g:before{content:""}
.fa-google-plus-square:before{content:""}
.fa-google-wallet:before{content:""}
.fa-gopuram:before{content:""}
.fa-graduation-cap:before{content:""}
.fa-gratipay:before{content:""}
.fa-grav:before{content:""}
.fa-greater-than:before{content:""}
.fa-greater-than-equal:before{content:""}
.fa-grimace:before{content:""}
.fa-grin:before{content:""}
.fa-grin-alt:before{content:""}
.fa-grin-beam:before{content:""}
.fa-grin-beam-sweat:before{content:""}
.fa-grin-hearts:before{content:""}
.fa-grin-squint:before{content:""}
.fa-grin-squint-tears:before{content:""}
.fa-grin-stars:before{content:""}
.fa-grin-tears:before{content:""}
.fa-grin-tongue:before{content:""}
.fa-grin-tongue-squint:before{content:""}
.fa-grin-tongue-wink:before{content:""}
.fa-grin-wink:before{content:""}
.fa-grip-horizontal:before{content:""}
.fa-grip-lines:before{content:""}
.fa-grip-lines-vertical:before{content:""}
.fa-grip-vertical:before{content:""}
.fa-gripfire:before{content:""}
.fa-grunt:before{content:""}
.fa-guilded:before{content:""}
.fa-guitar:before{content:""}
.fa-gulp:before{content:""}
.fa-h-square:before{content:""}
.fa-hacker-news:before{content:""}
.fa-hacker-news-square:before{content:""}
.fa-hackerrank:before{content:""}
.fa-hamburger:before{content:""}
.fa-hammer:before{content:""}
.fa-hamsa:before{content:""}
.fa-hand-holding:before{content:""}
.fa-hand-holding-heart:before{content:""}
.fa-hand-holding-medical:before{content:""}
.fa-hand-holding-usd:before{content:""}
.fa-hand-holding-water:before{content:""}
.fa-hand-lizard:before{content:""}
.fa-hand-middle-finger:before{content:""}
.fa-hand-paper:before{content:""}
.fa-hand-peace:before{content:""}
.fa-hand-point-down:before{content:""}
.fa-hand-point-left:before{content:""}
.fa-hand-point-right:before{content:""}
.fa-hand-point-up:before{content:""}
.fa-hand-pointer:before{content:""}
.fa-hand-rock:before{content:""}
.fa-hand-scissors:before{content:""}
.fa-hand-sparkles:before{content:""}
.fa-hand-spock:before{content:""}
.fa-hands:before{content:""}
.fa-hands-helping:before{content:""}
.fa-hands-wash:before{content:""}
.fa-handshake:before{content:""}
.fa-handshake-alt-slash:before{content:""}
.fa-handshake-slash:before{content:""}
.fa-hanukiah:before{content:""}
.fa-hard-hat:before{content:""}
.fa-hashtag:before{content:""}
.fa-hat-cowboy:before{content:""}
.fa-hat-cowboy-side:before{content:""}
.fa-hat-wizard:before{content:""}
.fa-hdd:before{content:""}
.fa-head-side-cough:before{content:""}
.fa-head-side-cough-slash:before{content:""}
.fa-head-side-mask:before{content:""}
.fa-head-side-virus:before{content:""}
.fa-heading:before{content:""}
.fa-headphones:before{content:""}
.fa-headphones-alt:before{content:""}
.fa-headset:before{content:""}
.fa-heart:before{content:""}
.fa-heart-broken:before{content:""}
.fa-heartbeat:before{content:""}
.fa-helicopter:before{content:""}
.fa-highlighter:before{content:""}
.fa-hiking:before{content:""}
.fa-hippo:before{content:""}
.fa-hips:before{content:""}
.fa-hire-a-helper:before{content:""}
.fa-history:before{content:""}
.fa-hive:before{content:""}
.fa-hockey-puck:before{content:""}
.fa-holly-berry:before{content:""}
.fa-home:before,.pi-home:before{content:""}
.fa-hooli:before{content:""}
.fa-hornbill:before{content:""}
.fa-horse:before{content:""}
.fa-horse-head:before{content:""}
.fa-hospital:before{content:""}
.fa-hospital-alt:before{content:""}
.fa-hospital-symbol:before{content:""}
.fa-hospital-user:before{content:""}
.fa-hot-tub:before{content:""}
.fa-hotdog:before{content:""}
.fa-hotel:before{content:""}
.fa-hotjar:before{content:""}
.fa-hourglass:before{content:""}
.fa-hourglass-end:before{content:""}
.fa-hourglass-half:before{content:""}
.fa-hourglass-start:before{content:""}
.fa-house-damage:before{content:""}
.fa-house-user:before{content:""}
.fa-houzz:before{content:""}
.fa-hryvnia:before{content:""}
.fa-html5:before{content:""}
.fa-hubspot:before{content:""}
.fa-i-cursor:before{content:""}
.fa-ice-cream:before{content:""}
.fa-icicles:before{content:""}
.fa-icons:before{content:""}
.fa-id-badge:before{content:""}
.fa-id-card:before{content:""}
.fa-id-card-alt:before{content:""}
.fa-ideal:before{content:""}
.fa-igloo:before{content:""}
.fa-image:before{content:""}
.fa-images:before{content:""}
.fa-imdb:before{content:""}
.fa-inbox:before{content:""}
.fa-indent:before{content:""}
.fa-industry:before{content:""}
.fa-infinity:before{content:""}
.fa-info:before{content:""}
.fa-info-circle:before,.pi-info-circle:before{content:""}
.fa-innosoft:before{content:""}
.fa-instagram:before{content:""}
.fa-instagram-square:before{content:""}
.fa-instalod:before{content:""}
.fa-intercom:before{content:""}
.fa-internet-explorer:before{content:""}
.fa-invision:before{content:""}
.fa-ioxhost:before{content:""}
.fa-italic:before{content:""}
.fa-itch-io:before{content:""}
.fa-itunes:before{content:""}
.fa-itunes-note:before{content:""}
.fa-java:before{content:""}
.fa-jedi:before{content:""}
.fa-jedi-order:before{content:""}
.fa-jenkins:before{content:""}
.fa-jira:before{content:""}
.fa-joget:before{content:""}
.fa-joint:before{content:""}
.fa-joomla:before{content:""}
.fa-journal-whills:before{content:""}
.fa-js:before{content:""}
.fa-js-square:before{content:""}
.fa-jsfiddle:before{content:""}
.fa-kaaba:before{content:""}
.fa-kaggle:before{content:""}
.fa-key:before{content:""}
.fa-keybase:before{content:""}
.fa-keyboard:before{content:""}
.fa-keycdn:before{content:""}
.fa-khanda:before{content:""}
.fa-kickstarter:before{content:""}
.fa-kickstarter-k:before{content:""}
.fa-kiss:before{content:""}
.fa-kiss-beam:before{content:""}
.fa-kiss-wink-heart:before{content:""}
.fa-kiwi-bird:before{content:""}
.fa-korvue:before{content:""}
.fa-landmark:before{content:""}
.fa-language:before{content:""}
.fa-laptop:before{content:""}
.fa-laptop-code:before{content:""}
.fa-laptop-house:before{content:""}
.fa-laptop-medical:before{content:""}
.fa-laravel:before{content:""}
.fa-lastfm:before{content:""}
.fa-lastfm-square:before{content:""}
.fa-laugh:before{content:""}
.fa-laugh-beam:before{content:""}
.fa-laugh-squint:before{content:""}
.fa-laugh-wink:before{content:""}
.fa-layer-group:before{content:""}
.fa-leaf:before{content:""}
.fa-leanpub:before{content:""}
.fa-lemon:before{content:""}
.fa-less:before{content:""}
.fa-less-than:before{content:""}
.fa-less-than-equal:before{content:""}
.fa-level-down-alt:before{content:""}
.fa-level-up-alt:before{content:""}
.fa-life-ring:before{content:""}
.fa-lightbulb:before{content:""}
.fa-line:before{content:""}
.fa-link:before{content:""}
.fa-linkedin:before{content:""}
.fa-linkedin-in:before{content:""}
.fa-linode:before{content:""}
.fa-linux:before{content:""}
.fa-lira-sign:before{content:""}
.fa-list:before{content:""}
.fa-list-alt:before{content:""}
.fa-list-ol:before{content:""}
.fa-list-ul:before{content:""}
.fa-location-arrow:before{content:""}
.fa-lock:before{content:""}
.fa-lock-open:before{content:""}
.fa-long-arrow-alt-down:before{content:""}
.fa-long-arrow-alt-left:before{content:""}
.fa-long-arrow-alt-right:before{content:""}
.fa-long-arrow-alt-up:before{content:""}
.fa-low-vision:before{content:""}
.fa-luggage-cart:before{content:""}
.fa-lungs:before{content:""}
.fa-lungs-virus:before{content:""}
.fa-lyft:before{content:""}
.fa-magento:before{content:""}
.fa-magic:before{content:""}
.fa-magnet:before{content:""}
.fa-mail-bulk:before{content:""}
.fa-mailchimp:before{content:""}
.fa-male:before{content:""}
.fa-mandalorian:before{content:""}
.fa-map:before{content:""}
.fa-map-marked:before{content:""}
.fa-map-marked-alt:before{content:""}
.fa-map-marker:before{content:""}
.fa-map-marker-alt:before{content:""}
.fa-map-pin:before{content:""}
.fa-map-signs:before{content:""}
.fa-markdown:before{content:""}
.fa-marker:before{content:""}
.fa-mars:before{content:""}
.fa-mars-double:before{content:""}
.fa-mars-stroke:before{content:""}
.fa-mars-stroke-h:before{content:""}
.fa-mars-stroke-v:before{content:""}
.fa-mask:before{content:""}
.fa-mastodon:before{content:""}
.fa-maxcdn:before{content:""}
.fa-mdb:before{content:""}
.fa-medal:before{content:""}
.fa-medapps:before{content:""}
.fa-medium:before{content:""}
.fa-medium-m:before{content:""}
.fa-medkit:before{content:""}
.fa-medrt:before{content:""}
.fa-meetup:before{content:""}
.fa-megaport:before{content:""}
.fa-meh:before{content:""}
.fa-meh-blank:before{content:""}
.fa-meh-rolling-eyes:before{content:""}
.fa-memory:before{content:""}
.fa-mendeley:before{content:""}
.fa-menorah:before{content:""}
.fa-mercury:before{content:""}
.fa-meteor:before{content:""}
.fa-microblog:before{content:""}
.fa-microchip:before{content:""}
.fa-microphone:before{content:""}
.fa-microphone-alt:before{content:""}
.fa-microphone-alt-slash:before{content:""}
.fa-microphone-slash:before{content:""}
.fa-microscope:before{content:""}
.fa-microsoft:before{content:""}
.fa-minus:before,.pi-minus:before{content:""}
.fa-minus-circle:before{content:""}
.fa-minus-square:before{content:""}
.fa-mitten:before{content:""}
.fa-mix:before{content:""}
.fa-mixcloud:before{content:""}
.fa-mixer:before{content:""}
.fa-mizuni:before{content:""}
.fa-mobile:before{content:""}
.fa-mobile-alt:before{content:""}
.fa-modx:before{content:""}
.fa-monero:before{content:""}
.fa-money-bill:before{content:""}
.fa-money-bill-alt:before{content:""}
.fa-money-bill-wave:before{content:""}
.fa-money-bill-wave-alt:before{content:""}
.fa-money-check:before{content:""}
.fa-money-check-alt:before{content:""}
.fa-monument:before{content:""}
.fa-moon:before{content:""}
.fa-mortar-pestle:before{content:""}
.fa-mosque:before{content:""}
.fa-motorcycle:before{content:""}
.fa-mountain:before{content:""}
.fa-mouse:before{content:""}
.fa-mouse-pointer:before{content:""}
.fa-mug-hot:before{content:""}
.fa-music:before{content:""}
.fa-napster:before{content:""}
.fa-neos:before{content:""}
.fa-network-wired:before{content:""}
.fa-neuter:before{content:""}
.fa-newspaper:before{content:""}
.fa-nimblr:before{content:""}
.fa-node:before{content:""}
.fa-node-js:before{content:""}
.fa-not-equal:before{content:""}
.fa-notes-medical:before{content:""}
.fa-npm:before{content:""}
.fa-ns8:before{content:""}
.fa-nutritionix:before{content:""}
.fa-object-group:before{content:""}
.fa-object-ungroup:before{content:""}
.fa-octopus-deploy:before{content:""}
.fa-odnoklassniki:before{content:""}
.fa-odnoklassniki-square:before{content:""}
.fa-oil-can:before{content:""}
.fa-old-republic:before{content:""}
.fa-om:before{content:""}
.fa-opencart:before{content:""}
.fa-openid:before{content:""}
.fa-opera:before{content:""}
.fa-optin-monster:before{content:""}
.fa-orcid:before{content:""}
.fa-osi:before{content:""}
.fa-otter:before{content:""}
.fa-outdent:before{content:""}
.fa-page4:before{content:""}
.fa-pagelines:before{content:""}
.fa-pager:before{content:""}
.fa-paint-brush:before{content:""}
.fa-paint-roller:before{content:""}
.fa-palette:before{content:""}
.fa-palfed:before{content:""}
.fa-pallet:before{content:""}
.fa-paper-plane:before{content:""}
.fa-paperclip:before{content:""}
.fa-parachute-box:before{content:""}
.fa-paragraph:before{content:""}
.fa-parking:before{content:""}
.fa-passport:before{content:""}
.fa-pastafarianism:before{content:""}
.fa-paste:before{content:""}
.fa-patreon:before{content:""}
.fa-pause:before{content:""}
.fa-pause-circle:before{content:""}
.fa-paw:before{content:""}
.fa-paypal:before{content:""}
.fa-peace:before{content:""}
.fa-pen:before{content:""}
.fa-pen-alt:before{content:""}
.fa-pen-fancy:before{content:""}
.fa-pen-nib:before{content:""}
.fa-pen-square:before{content:""}
.fa-pencil-alt:before,.pi-pencil:before{content:""}
.fa-pencil-ruler:before{content:""}
.fa-penny-arcade:before{content:""}
.fa-people-arrows:before{content:""}
.fa-people-carry:before{content:""}
.fa-pepper-hot:before{content:""}
.fa-perbyte:before{content:""}
.fa-percent:before{content:""}
.fa-percentage:before{content:""}
.fa-periscope:before{content:""}
.fa-person-booth:before{content:""}
.fa-phabricator:before{content:""}
.fa-phoenix-framework:before{content:""}
.fa-phoenix-squadron:before{content:""}
.fa-phone:before{content:""}
.fa-phone-alt:before{content:""}
.fa-phone-slash:before{content:""}
.fa-phone-square:before{content:""}
.fa-phone-square-alt:before{content:""}
.fa-phone-volume:before{content:""}
.fa-photo-video:before{content:""}
.fa-php:before{content:""}
.fa-pied-piper:before{content:""}
.fa-pied-piper-alt:before{content:""}
.fa-pied-piper-hat:before{content:""}
.fa-pied-piper-pp:before{content:""}
.fa-pied-piper-square:before{content:""}
.fa-piggy-bank:before{content:""}
.fa-pills:before{content:""}
.fa-pinterest:before{content:""}
.fa-pinterest-p:before{content:""}
.fa-pinterest-square:before{content:""}
.fa-pizza-slice:before{content:""}
.fa-place-of-worship:before{content:""}
.fa-plane:before{content:""}
.fa-plane-arrival:before{content:""}
.fa-plane-departure:before{content:""}
.fa-plane-slash:before{content:""}
.fa-play:before{content:""}
.fa-play-circle:before{content:""}
.fa-playstation:before{content:""}
.fa-plug:before{content:""}
.fa-plus:before,.pi-plus:before{content:""}
.fa-plus-circle:before{content:""}
.fa-plus-square:before{content:""}
.fa-podcast:before{content:""}
.fa-poll:before{content:""}
.fa-poll-h:before{content:""}
.fa-poo:before{content:""}
.fa-poo-storm:before{content:""}
.fa-poop:before{content:""}
.fa-portrait:before{content:""}
.fa-pound-sign:before{content:""}
.fa-power-off:before,.pi-power-off:before{content:""}
.fa-pray:before{content:""}
.fa-praying-hands:before{content:""}
.fa-prescription:before{content:""}
.fa-prescription-bottle:before{content:""}
.fa-prescription-bottle-alt:before{content:""}
.fa-print:before{content:""}
.fa-procedures:before{content:""}
.fa-product-hunt:before{content:""}
.fa-project-diagram:before{content:""}
.fa-pump-medical:before{content:""}
.fa-pump-soap:before{content:""}
.fa-pushed:before{content:""}
.fa-puzzle-piece:before{content:""}
.fa-python:before{content:""}
.fa-qq:before{content:""}
.fa-qrcode:before{content:""}
.fa-question:before,.pi-question:before{content:""}
.fa-question-circle:before{content:""}
.fa-quidditch:before{content:""}
.fa-quinscape:before{content:""}
.fa-quora:before{content:""}
.fa-quote-left:before{content:""}
.fa-quote-right:before{content:""}
.fa-quran:before{content:""}
.fa-r-project:before{content:""}
.fa-radiation:before{content:""}
.fa-radiation-alt:before{content:""}
.fa-rainbow:before{content:""}
.fa-random:before{content:""}
.fa-raspberry-pi:before{content:""}
.fa-ravelry:before{content:""}
.fa-react:before{content:""}
.fa-reacteurope:before{content:""}
.fa-readme:before{content:""}
.fa-rebel:before{content:""}
.fa-receipt:before{content:""}
.fa-record-vinyl:before{content:""}
.fa-recycle:before{content:""}
.fa-red-river:before{content:""}
.fa-reddit:before{content:""}
.fa-reddit-alien:before{content:""}
.fa-reddit-square:before{content:""}
.fa-redhat:before{content:""}
.fa-redo:before{content:""}
.fa-redo-alt:before{content:""}
.fa-registered:before{content:""}
.fa-remove-format:before{content:""}
.fa-renren:before{content:""}
.fa-reply:before{content:""}
.fa-reply-all:before{content:""}
.fa-replyd:before{content:""}
.fa-republican:before{content:""}
.fa-researchgate:before{content:""}
.fa-resolving:before{content:""}
.fa-restroom:before{content:""}
.fa-retweet:before{content:""}
.fa-rev:before{content:""}
.fa-ribbon:before{content:""}
.fa-ring:before{content:""}
.fa-road:before{content:""}
.fa-robot:before{content:""}
.fa-rocket:before{content:""}
.fa-rocketchat:before{content:""}
.fa-rockrms:before{content:""}
.fa-route:before{content:""}
.fa-rss:before{content:""}
.fa-rss-square:before{content:""}
.fa-ruble-sign:before{content:""}
.fa-ruler:before{content:""}
.fa-ruler-combined:before{content:""}
.fa-ruler-horizontal:before{content:""}
.fa-ruler-vertical:before{content:""}
.fa-running:before{content:""}
.fa-rupee-sign:before{content:""}
.fa-rust:before{content:""}
.fa-sad-cry:before{content:""}
.fa-sad-tear:before{content:""}
.fa-safari:before{content:""}
.fa-salesforce:before{content:""}
.fa-sass:before{content:""}
.fa-satellite:before{content:""}
.fa-satellite-dish:before{content:""}
.fa-save:before,.pi-save:before{content:""}
.fa-schlix:before{content:""}
.fa-school:before{content:""}
.fa-screwdriver:before{content:""}
.fa-scribd:before{content:""}
.fa-scroll:before{content:""}
.fa-sd-card:before{content:""}
.fa-search:before,.pi-search:before{content:""}
.fa-search-dollar:before{content:""}
.fa-search-location:before{content:""}
.fa-search-minus:before{content:""}
.fa-search-plus:before{content:""}
.fa-searchengin:before{content:""}
.fa-seedling:before{content:""}
.fa-sellcast:before{content:""}
.fa-sellsy:before{content:""}
.fa-server:before{content:""}
.fa-servicestack:before{content:""}
.fa-shapes:before{content:""}
.fa-share:before{content:""}
.fa-share-alt:before{content:""}
.fa-share-alt-square:before{content:""}
.fa-share-square:before{content:""}
.fa-shekel-sign:before{content:""}
.fa-shield-alt:before{content:""}
.fa-shield-virus:before{content:""}
.fa-ship:before{content:""}
.fa-shipping-fast:before{content:""}
.fa-shirtsinbulk:before{content:""}
.fa-shoe-prints:before{content:""}
.fa-shopify:before{content:""}
.fa-shopping-bag:before{content:""}
.fa-shopping-basket:before{content:""}
.fa-shopping-cart:before{content:""}
.fa-shopware:before{content:""}
.fa-shower:before{content:""}
.fa-shuttle-van:before{content:""}
.fa-sign:before{content:""}
.fa-sign-in-alt:before{content:""}
.fa-sign-language:before{content:""}
.fa-sign-out-alt:before{content:""}
.fa-signal:before{content:""}
.fa-signature:before{content:""}
.fa-sim-card:before{content:""}
.fa-simplybuilt:before{content:""}
.fa-sink:before{content:""}
.fa-sistrix:before{content:""}
.fa-sitemap:before{content:""}
.fa-sith:before{content:""}
.fa-skating:before{content:""}
.fa-sketch:before{content:""}
.fa-skiing:before{content:""}
.fa-skiing-nordic:before{content:""}
.fa-skull:before{content:""}
.fa-skull-crossbones:before{content:""}
.fa-skyatlas:before{content:""}
.fa-skype:before{content:""}
.fa-slack:before{content:""}
.fa-slack-hash:before{content:""}
.fa-slash:before{content:""}
.fa-sleigh:before{content:""}
.fa-sliders-h:before{content:""}
.fa-slideshare:before{content:""}
.fa-smile:before{content:""}
.fa-smile-beam:before{content:""}
.fa-smile-wink:before{content:""}
.fa-smog:before{content:""}
.fa-smoking:before{content:""}
.fa-smoking-ban:before{content:""}
.fa-sms:before{content:""}
.fa-snapchat:before{content:""}
.fa-snapchat-ghost:before{content:""}
.fa-snapchat-square:before{content:""}
.fa-snowboarding:before{content:""}
.fa-snowflake:before{content:""}
.fa-snowman:before{content:""}
.fa-snowplow:before{content:""}
.fa-soap:before{content:""}
.fa-socks:before{content:""}
.fa-solar-panel:before{content:""}
.fa-sort:before,.pi-sort-alt:before{content:""}
.fa-sort-alpha-down:before{content:""}
.fa-sort-alpha-down-alt:before{content:""}
.fa-sort-alpha-up:before{content:""}
.fa-sort-alpha-up-alt:before{content:""}
.fa-sort-amount-down:before{content:""}
.fa-sort-amount-down-alt:before{content:""}
.fa-sort-amount-up:before{content:""}
.fa-sort-amount-up-alt:before{content:""}
.fa-sort-down:before{content:""}
.fa-sort-numeric-down:before{content:""}
.fa-sort-numeric-down-alt:before{content:""}
.fa-sort-numeric-up:before{content:""}
.fa-sort-numeric-up-alt:before{content:""}
.fa-sort-up:before{content:""}
.fa-soundcloud:before{content:""}
.fa-sourcetree:before{content:""}
.fa-spa:before{content:""}
.fa-space-shuttle:before{content:""}
.fa-speakap:before{content:""}
.fa-speaker-deck:before{content:""}
.fa-spell-check:before{content:""}
.fa-spider:before{content:""}
.fa-spinner:before{content:""}
.fa-splotch:before{content:""}
.fa-spotify:before{content:""}
.fa-spray-can:before{content:""}
.fa-square:before{content:""}
.fa-square-full:before{content:""}
.fa-square-root-alt:before{content:""}
.fa-squarespace:before{content:""}
.fa-stack-exchange:before{content:""}
.fa-stack-overflow:before{content:""}
.fa-stackpath:before{content:""}
.fa-stamp:before{content:""}
.fa-star:before{content:""}
.fa-star-and-crescent:before{content:""}
.fa-star-half:before{content:""}
.fa-star-half-alt:before{content:""}
.fa-star-of-david:before{content:""}
.fa-star-of-life:before{content:""}
.fa-staylinked:before{content:""}
.fa-steam:before{content:""}
.fa-steam-square:before{content:""}
.fa-steam-symbol:before{content:""}
.fa-step-backward:before,.pi-step-backward:before{content:""}
.fa-step-forward:before,.pi-step-forward:before{content:""}
.fa-stethoscope:before{content:""}
.fa-sticker-mule:before{content:""}
.fa-sticky-note:before{content:""}
.fa-stop:before{content:""}
.fa-stop-circle:before{content:""}
.fa-stopwatch:before{content:""}
.fa-stopwatch-20:before{content:""}
.fa-store:before{content:""}
.fa-store-alt:before{content:""}
.fa-store-alt-slash:before{content:""}
.fa-store-slash:before{content:""}
.fa-strava:before{content:""}
.fa-stream:before{content:""}
.fa-street-view:before{content:""}
.fa-strikethrough:before{content:""}
.fa-stripe:before{content:""}
.fa-stripe-s:before{content:""}
.fa-stroopwafel:before{content:""}
.fa-studiovinari:before{content:""}
.fa-stumbleupon:before{content:""}
.fa-stumbleupon-circle:before{content:""}
.fa-subscript:before{content:""}
.fa-subway:before{content:""}
.fa-suitcase:before{content:""}
.fa-suitcase-rolling:before{content:""}
.fa-sun:before{content:""}
.fa-superpowers:before{content:""}
.fa-superscript:before{content:""}
.fa-supple:before{content:""}
.fa-surprise:before{content:""}
.fa-suse:before{content:""}
.fa-swatchbook:before{content:""}
.fa-swift:before{content:""}
.fa-swimmer:before{content:""}
.fa-swimming-pool:before{content:""}
.fa-symfony:before{content:""}
.fa-synagogue:before{content:""}
.fa-sync:before,.pi-refresh:before{content:""}
.fa-sync-alt:before{content:""}
.fa-syringe:before{content:""}
.fa-table:before{content:""}
.fa-table-tennis:before{content:""}
.fa-tablet:before{content:""}
.fa-tablet-alt:before{content:""}
.fa-tablets:before{content:""}
.fa-tachometer-alt:before{content:""}
.fa-tag:before{content:""}
.fa-tags:before,.pi-tags:before{content:""}
.fa-tape:before{content:""}
.fa-tasks:before{content:""}
.fa-taxi:before{content:""}
.fa-teamspeak:before{content:""}
.fa-teeth:before{content:""}
.fa-teeth-open:before{content:""}
.fa-telegram:before{content:""}
.fa-telegram-plane:before{content:""}
.fa-temperature-high:before{content:""}
.fa-temperature-low:before{content:""}
.fa-tencent-weibo:before{content:""}
.fa-tenge:before{content:""}
.fa-terminal:before{content:""}
.fa-text-height:before{content:""}
.fa-text-width:before{content:""}
.fa-th:before{content:""}
.fa-th-large:before{content:""}
.fa-th-list:before{content:""}
.fa-the-red-yeti:before{content:""}
.fa-theater-masks:before{content:""}
.fa-themeco:before{content:""}
.fa-themeisle:before{content:""}
.fa-thermometer:before{content:""}
.fa-thermometer-empty:before{content:""}
.fa-thermometer-full:before{content:""}
.fa-thermometer-half:before{content:""}
.fa-thermometer-quarter:before{content:""}
.fa-thermometer-three-quarters:before{content:""}
.fa-think-peaks:before{content:""}
.fa-thumbs-down:before{content:""}
.fa-thumbs-up:before{content:""}
.fa-thumbtack:before{content:""}
.fa-ticket-alt:before{content:""}
.fa-tiktok:before{content:""}
.fa-times:before,.pi-times-circle:before,.pi-times:before{content:""}
.fa-times-circle:before,body .ui-message-icon.pi-times:before,body .ui-messages-icon.pi-times:before{content:""}
.fa-tint:before{content:""}
.fa-tint-slash:before{content:""}
.fa-tired:before{content:""}
.fa-toggle-off:before{content:""}
.fa-toggle-on:before{content:""}
.fa-toilet:before{content:""}
.fa-toilet-paper:before{content:""}
.fa-toilet-paper-slash:before{content:""}
.fa-toolbox:before{content:""}
.fa-tools:before{content:""}
.fa-tooth:before{content:""}
.fa-torah:before{content:""}
.fa-torii-gate:before{content:""}
.fa-tractor:before{content:""}
.fa-trade-federation:before{content:""}
.fa-trademark:before{content:""}
.fa-traffic-light:before{content:""}
.fa-trailer:before{content:""}
.fa-train:before{content:""}
.fa-tram:before{content:""}
.fa-transgender:before{content:""}
.fa-transgender-alt:before{content:""}
.fa-trash:before{content:""}
.fa-trash-alt:before,.pi-trash:before{content:""}
.fa-trash-restore:before{content:""}
.fa-trash-restore-alt:before{content:""}
.fa-tree:before{content:""}
.fa-trello:before{content:""}
.fa-tripadvisor:before{content:""}
.fa-trophy:before{content:""}
.fa-truck:before{content:""}
.fa-truck-loading:before{content:""}
.fa-truck-monster:before{content:""}
.fa-truck-moving:before{content:""}
.fa-truck-pickup:before{content:""}
.fa-tshirt:before{content:""}
.fa-tty:before{content:""}
.fa-tumblr:before{content:""}
.fa-tumblr-square:before{content:""}
.fa-tv:before{content:""}
.fa-twitch:before{content:""}
.fa-twitter:before{content:""}
.fa-twitter-square:before{content:""}
.fa-typo3:before{content:""}
.fa-uber:before{content:""}
.fa-ubuntu:before{content:""}
.fa-uikit:before{content:""}
.fa-umbraco:before{content:""}
.fa-umbrella:before{content:""}
.fa-umbrella-beach:before{content:""}
.fa-uncharted:before{content:""}
.fa-underline:before{content:""}
.fa-undo:before{content:""}
.fa-undo-alt:before{content:""}
.fa-uniregistry:before{content:""}
.fa-unity:before{content:""}
.fa-universal-access:before{content:""}
.fa-university:before{content:""}
.fa-unlink:before{content:""}
.fa-unlock:before{content:""}
.fa-unlock-alt:before{content:""}
.fa-unsplash:before{content:""}
.fa-untappd:before{content:""}
.fa-upload:before{content:""}
.fa-ups:before{content:""}
.fa-usb:before{content:""}
.fa-user:before{content:""}
.fa-user-alt:before{content:""}
.fa-user-alt-slash:before{content:""}
.fa-user-astronaut:before{content:""}
.fa-user-check:before{content:""}
.fa-user-circle:before{content:""}
.fa-user-clock:before{content:""}
.fa-user-cog:before{content:""}
.fa-user-edit:before{content:""}
.fa-user-friends:before{content:""}
.fa-user-graduate:before{content:""}
.fa-user-injured:before{content:""}
.fa-user-lock:before{content:""}
.fa-user-md:before{content:""}
.fa-user-minus:before{content:""}
.fa-user-ninja:before{content:""}
.fa-user-nurse:before{content:""}
.fa-user-plus:before{content:""}
.fa-user-secret:before{content:""}
.fa-user-shield:before{content:""}
.fa-user-slash:before{content:""}
.fa-user-tag:before{content:""}
.fa-user-tie:before{content:""}
.fa-user-times:before{content:""}
.fa-users:before,.pi-users:before{content:""}
.fa-users-cog:before{content:""}
.fa-users-slash:before{content:""}
.fa-usps:before{content:""}
.fa-ussunnah:before{content:""}
.fa-utensil-spoon:before{content:""}
.fa-utensils:before{content:""}
.fa-vaadin:before{content:""}
.fa-vector-square:before{content:""}
.fa-venus:before{content:""}
.fa-venus-double:before{content:""}
.fa-venus-mars:before{content:""}
.fa-vest:before{content:""}
.fa-vest-patches:before{content:""}
.fa-viacoin:before{content:""}
.fa-viadeo:before{content:""}
.fa-viadeo-square:before{content:""}
.fa-vial:before{content:""}
.fa-vials:before{content:""}
.fa-viber:before{content:""}
.fa-video:before,.pi-video:before{content:""}
.fa-video-slash:before{content:""}
.fa-vihara:before{content:""}
.fa-vimeo:before{content:""}
.fa-vimeo-square:before{content:""}
.fa-vimeo-v:before{content:""}
.fa-vine:before{content:""}
.fa-virus:before{content:""}
.fa-virus-slash:before{content:""}
.fa-viruses:before{content:""}
.fa-vk:before{content:""}
.fa-vnv:before{content:""}
.fa-voicemail:before{content:""}
.fa-volleyball-ball:before{content:""}
.fa-volume-down:before{content:""}
.fa-volume-mute:before{content:""}
.fa-volume-off:before{content:""}
.fa-volume-up:before{content:""}
.fa-vote-yea:before{content:""}
.fa-vr-cardboard:before{content:""}
.fa-vuejs:before{content:""}
.fa-walking:before{content:""}
.fa-wallet:before{content:""}
.fa-warehouse:before{content:""}
.fa-watchman-monitoring:before{content:""}
.fa-water:before{content:""}
.fa-wave-square:before{content:""}
.fa-waze:before{content:""}
.fa-weebly:before{content:""}
.fa-weibo:before{content:""}
.fa-weight:before{content:""}
.fa-weight-hanging:before{content:""}
.fa-weixin:before{content:""}
.fa-whatsapp:before{content:""}
.fa-whatsapp-square:before{content:""}
.fa-wheelchair:before{content:""}
.fa-whmcs:before{content:""}
.fa-wifi:before{content:""}
.fa-wikipedia-w:before{content:""}
.fa-wind:before{content:""}
.fa-window-close:before{content:""}
.fa-window-maximize:before,.pi-window-maximize:before{content:""}
.fa-window-minimize:before,.pi-window-minimize:before{content:""}
.fa-window-restore:before{content:""}
.fa-windows:before{content:""}
.fa-wine-bottle:before{content:""}
.fa-wine-glass:before{content:""}
.fa-wine-glass-alt:before{content:""}
.fa-wix:before{content:""}
.fa-wizards-of-the-coast:before{content:""}
.fa-wodu:before{content:""}
.fa-wolf-pack-battalion:before{content:""}
.fa-won-sign:before{content:""}
.fa-wordpress:before{content:""}
.fa-wordpress-simple:before{content:""}
.fa-wpbeginner:before{content:""}
.fa-wpexplorer:before{content:""}
.fa-wpforms:before{content:""}
.fa-wpressr:before{content:""}
.fa-wrench:before{content:""}
.fa-x-ray:before{content:""}
.fa-xbox:before{content:""}
.fa-xing:before{content:""}
.fa-xing-square:before{content:""}
.fa-y-combinator:before{content:""}
.fa-yahoo:before{content:""}
.fa-yammer:before{content:""}
.fa-yandex:before{content:""}
.fa-yandex-international:before{content:""}
.fa-yarn:before{content:""}
.fa-yelp:before{content:""}
.fa-yen-sign:before{content:""}
.fa-yin-yang:before{content:""}
.fa-yoast:before{content:""}
.fa-youtube:before{content:""}
.fa-youtube-square:before{content:""}
.fa-zhihu:before{content:""}
.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;font-display:block;src:url('fa-regular-400.08f9891a6f44d9546678.eot');src:url('fa-regular-400.08f9891a6f44d9546678.eot?#iefix') format("embedded-opentype"),url('fa-regular-400.1008b5226941c24f4468.woff2') format("woff2"),url('fa-regular-400.1069ea55beaa01060302.woff') format("woff"),url('fa-regular-400.1495f578452eb676f730.ttf') format("truetype"),url('fa-regular-400.06b9d19ced8d17f3d5cb.svg#fontawesome') format("svg")}
.far{font-weight:400}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;font-display:block;src:url('fa-solid-900.3a24a60e7f9c6574864a.eot');src:url('fa-solid-900.3a24a60e7f9c6574864a.eot?#iefix') format("embedded-opentype"),url('fa-solid-900.3ceb50e7bcafb577367c.woff2') format("woff2"),url('fa-solid-900.46fdbd2d897f8824e63c.woff') format("woff"),url('fa-solid-900.10ecefc282f2761808bf.ttf') format("truetype"),url('fa-solid-900.371dbce0dd46bd4d2033.svg#fontawesome') format("svg")}
.fa,.far,.fas,.pi{font-family:Font Awesome\ 5 Free}
.fa,.fas,.pi{font-weight:900}
/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;font-display:block;src:url('fa-brands-400.0fea24969112a781acd2.eot');src:url('fa-brands-400.0fea24969112a781acd2.eot?#iefix') format("embedded-opentype"),url('fa-brands-400.c967a94cfbe2b06627ff.woff2') format("woff2"),url('fa-brands-400.dc2cbadd690e1d4b2c9c.woff') format("woff"),url('fa-brands-400.ec82f282c7f54b637098.ttf') format("truetype"),url('fa-brands-400.e33e2cf6e02cac2ccb77.svg#fontawesome') format("svg")}
.fab{font-family:Font Awesome\ 5 Brands;font-weight:400}
@font-face{font-family:simple-line-icons;src:url('Simple-Line-Icons.85e8c542d5e137beecf9.eot');src:url('Simple-Line-Icons.85e8c542d5e137beecf9.eot#iefix') format("embedded-opentype"),url('Simple-Line-Icons.3826fa1cb2348dd93948.woff2') format("woff2"),url('Simple-Line-Icons.3ec13a24af3fdda11107.ttf') format("truetype"),url('Simple-Line-Icons.5c9febce52054ae0b96d.woff') format("woff"),url('Simple-Line-Icons.f1515a459c8850890812.svg#simple-line-icons') format("svg");font-weight:400;font-style:normal}
.si-action-redo,.si-action-undo,.si-anchor,.si-arrow-down,.si-arrow-down-circle,.si-arrow-left,.si-arrow-left-circle,.si-arrow-right,.si-arrow-right-circle,.si-arrow-up,.si-arrow-up-circle,.si-badge,.si-bag,.si-ban,.si-basket,.si-basket-loaded,.si-bell,.si-book-open,.si-briefcase,.si-bubble,.si-bubbles,.si-bulb,.si-calculator,.si-calendar,.si-call-end,.si-call-in,.si-call-out,.si-camera,.si-camrecorder,.si-chart,.si-check,.si-chemistry,.si-clock,.si-close,.si-cloud-download,.si-cloud-upload,.si-compass,.si-control-end,.si-control-forward,.si-control-pause,.si-control-play,.si-control-rewind,.si-control-start,.si-credit-card,.si-crop,.si-cup,.si-cursor,.si-cursor-move,.si-diamond,.si-direction,.si-directions,.si-disc,.si-dislike,.si-doc,.si-docs,.si-drawer,.si-drop,.si-earphones,.si-earphones-alt,.si-emotsmile,.si-energy,.si-envelope,.si-envelope-letter,.si-envelope-open,.si-equalizer,.si-event,.si-exclamation,.si-eye,.si-eyeglass,.si-feed,.si-film,.si-fire,.si-flag,.si-folder,.si-folder-alt,.si-frame,.si-game-controller,.si-ghost,.si-globe,.si-globe-alt,.si-graduation,.si-graph,.si-grid,.si-handbag,.si-heart,.si-home,.si-hourglass,.si-info,.si-key,.si-layers,.si-like,.si-link,.si-list,.si-location-pin,.si-lock,.si-lock-open,.si-login,.si-logout,.si-loop,.si-magic-wand,.si-magnet,.si-magnifier,.si-magnifier-add,.si-magnifier-remove,.si-map,.si-menu,.si-microphone,.si-minus,.si-mouse,.si-music-tone,.si-music-tone-alt,.si-mustache,.si-note,.si-notebook,.si-options,.si-options-vertical,.si-organization,.si-paper-clip,.si-paper-plane,.si-paypal,.si-pencil,.si-people,.si-phone,.si-picture,.si-pie-chart,.si-pin,.si-plane,.si-playlist,.si-plus,.si-power,.si-present,.si-printer,.si-puzzle,.si-question,.si-refresh,.si-reload,.si-rocket,.si-screen-desktop,.si-screen-smartphone,.si-screen-tablet,.si-settings,.si-share,.si-share-alt,.si-shield,.si-shuffle,.si-size-actual,.si-size-fullscreen,.si-social-behance,.si-social-dribbble,.si-social-dropbox,.si-social-facebook,.si-social-foursqare,.si-social-github,.si-social-google,.si-social-instagram,.si-social-linkedin,.si-social-pinterest,.si-social-reddit,.si-social-skype,.si-social-soundcloud,.si-social-spotify,.si-social-steam,.si-social-stumbleupon,.si-social-tumblr,.si-social-twitter,.si-social-vkontakte,.si-social-youtube,.si-speech,.si-speedometer,.si-star,.si-support,.si-symbol-female,.si-symbol-male,.si-tag,.si-target,.si-trash,.si-trophy,.si-umbrella,.si-user,.si-user-female,.si-user-follow,.si-user-following,.si-user-unfollow,.si-vector,.si-volume-1,.si-volume-2,.si-volume-off,.si-wallet,.si-wrench{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.si-user:before{content:""}
.si-people:before{content:""}
.si-user-female:before{content:""}
.si-user-follow:before{content:""}
.si-user-following:before{content:""}
.si-user-unfollow:before{content:""}
.si-login:before{content:""}
.si-logout:before{content:""}
.si-emotsmile:before{content:""}
.si-phone:before{content:""}
.si-call-end:before{content:""}
.si-call-in:before{content:""}
.si-call-out:before{content:""}
.si-map:before{content:""}
.si-location-pin:before{content:""}
.si-direction:before{content:""}
.si-directions:before{content:""}
.si-compass:before{content:""}
.si-layers:before{content:""}
.si-menu:before{content:""}
.si-list:before{content:""}
.si-options-vertical:before{content:""}
.si-options:before{content:""}
.si-arrow-down:before{content:""}
.si-arrow-left:before{content:""}
.si-arrow-right:before{content:""}
.si-arrow-up:before{content:""}
.si-arrow-up-circle:before{content:""}
.si-arrow-left-circle:before{content:""}
.si-arrow-right-circle:before{content:""}
.si-arrow-down-circle:before{content:""}
.si-check:before{content:""}
.si-clock:before{content:""}
.si-plus:before{content:""}
.si-minus:before{content:""}
.si-close:before{content:""}
.si-event:before{content:""}
.si-exclamation:before{content:""}
.si-organization:before{content:""}
.si-trophy:before{content:""}
.si-screen-smartphone:before{content:""}
.si-screen-desktop:before{content:""}
.si-plane:before{content:""}
.si-notebook:before{content:""}
.si-mustache:before{content:""}
.si-mouse:before{content:""}
.si-magnet:before{content:""}
.si-energy:before{content:""}
.si-disc:before{content:""}
.si-cursor:before{content:""}
.si-cursor-move:before{content:""}
.si-crop:before{content:""}
.si-chemistry:before{content:""}
.si-speedometer:before{content:""}
.si-shield:before{content:""}
.si-screen-tablet:before{content:""}
.si-magic-wand:before{content:""}
.si-hourglass:before{content:""}
.si-graduation:before{content:""}
.si-ghost:before{content:""}
.si-game-controller:before{content:""}
.si-fire:before{content:""}
.si-eyeglass:before{content:""}
.si-envelope-open:before{content:""}
.si-envelope-letter:before{content:""}
.si-bell:before{content:""}
.si-badge:before{content:""}
.si-anchor:before{content:""}
.si-wallet:before{content:""}
.si-vector:before{content:""}
.si-speech:before{content:""}
.si-puzzle:before{content:""}
.si-printer:before{content:""}
.si-present:before{content:""}
.si-playlist:before{content:""}
.si-pin:before{content:""}
.si-picture:before{content:""}
.si-handbag:before{content:""}
.si-globe-alt:before{content:""}
.si-globe:before{content:""}
.si-folder-alt:before{content:""}
.si-folder:before{content:""}
.si-film:before{content:""}
.si-feed:before{content:""}
.si-drop:before{content:""}
.si-drawer:before{content:""}
.si-docs:before{content:""}
.si-doc:before{content:""}
.si-diamond:before{content:""}
.si-cup:before{content:""}
.si-calculator:before{content:""}
.si-bubbles:before{content:""}
.si-briefcase:before{content:""}
.si-book-open:before{content:""}
.si-basket-loaded:before{content:""}
.si-basket:before{content:""}
.si-bag:before{content:""}
.si-action-undo:before{content:""}
.si-action-redo:before{content:""}
.si-wrench:before{content:""}
.si-umbrella:before{content:""}
.si-trash:before{content:""}
.si-tag:before{content:""}
.si-support:before{content:""}
.si-frame:before{content:""}
.si-size-fullscreen:before{content:""}
.si-size-actual:before{content:""}
.si-shuffle:before{content:""}
.si-share-alt:before{content:""}
.si-share:before{content:""}
.si-rocket:before{content:""}
.si-question:before{content:""}
.si-pie-chart:before{content:""}
.si-pencil:before{content:""}
.si-note:before{content:""}
.si-loop:before{content:""}
.si-home:before{content:""}
.si-grid:before{content:""}
.si-graph:before{content:""}
.si-microphone:before{content:""}
.si-music-tone-alt:before{content:""}
.si-music-tone:before{content:""}
.si-earphones-alt:before{content:""}
.si-earphones:before{content:""}
.si-equalizer:before{content:""}
.si-like:before{content:""}
.si-dislike:before{content:""}
.si-control-start:before{content:""}
.si-control-rewind:before{content:""}
.si-control-play:before{content:""}
.si-control-pause:before{content:""}
.si-control-forward:before{content:""}
.si-control-end:before{content:""}
.si-volume-1:before{content:""}
.si-volume-2:before{content:""}
.si-volume-off:before{content:""}
.si-calendar:before{content:""}
.si-bulb:before{content:""}
.si-chart:before{content:""}
.si-ban:before{content:""}
.si-bubble:before{content:""}
.si-camrecorder:before{content:""}
.si-camera:before{content:""}
.si-cloud-download:before{content:""}
.si-cloud-upload:before{content:""}
.si-envelope:before{content:""}
.si-eye:before{content:""}
.si-flag:before{content:""}
.si-heart:before{content:""}
.si-info:before{content:""}
.si-key:before{content:""}
.si-link:before{content:""}
.si-lock:before{content:""}
.si-lock-open:before{content:""}
.si-magnifier:before{content:""}
.si-magnifier-add:before{content:""}
.si-magnifier-remove:before{content:""}
.si-paper-clip:before{content:""}
.si-paper-plane:before{content:""}
.si-power:before{content:""}
.si-refresh:before{content:""}
.si-reload:before{content:""}
.si-settings:before{content:""}
.si-star:before{content:""}
.si-symbol-female:before{content:""}
.si-symbol-male:before{content:""}
.si-target:before{content:""}
.si-credit-card:before{content:""}
.si-paypal:before{content:""}
.si-social-tumblr:before{content:""}
.si-social-twitter:before{content:""}
.si-social-facebook:before{content:""}
.si-social-instagram:before{content:""}
.si-social-linkedin:before{content:""}
.si-social-pinterest:before{content:""}
.si-social-github:before{content:""}
.si-social-google:before{content:""}
.si-social-reddit:before{content:""}
.si-social-skype:before{content:""}
.si-social-dribbble:before{content:""}
.si-social-behance:before{content:""}
.si-social-foursqare:before{content:""}
.si-social-soundcloud:before{content:""}
.si-social-spotify:before{content:""}
.si-social-stumbleupon:before{content:""}
.si-social-youtube:before{content:""}
.si-social-dropbox:before{content:""}
.si-social-vkontakte:before{content:""}
.si-social-steam:before{content:""}
body .ui-widget,body .ui-widget .ui-widget{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;text-decoration:none}
body .ui-widget-content{font-size:14px;background-color:#fff;border:1px solid #ddd}
body .ui-widget-header{color:#292b2c;font-weight:700;font-size:14px;background:#f5f5f5;border:1px solid #ddd}
body .ui-state-active,body .ui-state-highlight{color:#fff;background-color:#007bff}
body .ui-state-error,body .ui-widget.ui-state-error{border:1px solid #a94442}
body .ui-state-disabled,body .ui-widget:disabled{background-color:#eee;cursor:default!important;opacity:.5}
body .ui-state-disabled *,body .ui-widget:disabled *{cursor:default!important}
body .ui-corner-all{border-radius:4px}
body .ui-corner-top{border-top-left-radius:4px;border-top-right-radius:4px}
body .ui-corner-bottom{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
body .ui-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}
body .ui-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}
body .ui-widget-overlay{background-color:rgba(0,0,0,.4)}
body .ui-shadow{box-shadow:none}
body a{color:#0062cc;text-decoration:none}
body a:hover{color:#006fe6}
body .ajax-loader{color:#007bff;font-size:28px}
body .ui-inputtext{padding:6px 12px;color:#495057;font-size:14px;background:#fff;border:1px solid #e1e1e1;border-radius:4px;transition:box-shadow .3s,border-color .3s;-webkit-appearance:none;-moz-appearance:none;appearance:none}
body .ui-inputtext:enabled:focus:not(.ui-state-error){border:1px solid #80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
body .ui-inputtext.ng-dirty.ng-invalid{background-color:#fff}
body .ui-inputtext.ng-dirty.ng-invalid:hover{border-color:#b94a48}
body .ui-inputtext.ng-dirty.ng-invalid:focus{border-color:#b94a48;box-shadow:none}
body .ui-inputtext.ng-dirty.ng-invalid:active{border-color:#b94a48}
body .ui-inputtext.ui-state-disabled,body .ui-inputtext:disabled{background-color:#eee;opacity:1;filter:alpha(opacity=100)}
body .ui-button{color:#fff;font-size:14px;background-color:#007bff;border:1px solid transparent;transition:background-color .3s}
body .ui-button:enabled:focus{outline:0 none;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}
body .ui-button:enabled:active{background-color:#0062cc;border-color:#005cbf}
body .ui-button:enabled:hover{background-color:#0069d9;border-color:#0062cc}
body .ui-button.ui-state-disabled,body .ui-button:disabled{background-color:#007bff;opacity:.65;filter:alpha(opacity=65)}
body .ui-button.ui-button-text-only .ui-button-text{padding:6px 12px}
body .ui-button.ui-button-text-icon-left .ui-button-text{padding:6px 12px 6px 28px}
body .ui-button.ui-button-text-icon-right .ui-button-text{padding:6px 28px 6px 12px}
body .ui-button.ui-button-icon-only{width:2.143em}
body .ui-button.ui-button-icon-only .ui-button-text{padding:6px}
body .ui-button.secondary-btn{color:#fff;background-color:#6c757d;border-color:#6c757d}
body .ui-button.secondary-btn:enabled:hover{background-color:#5a6268;border-color:#545b62}
body .ui-button.secondary-btn:enabled:focus{outline:0 none;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
body .ui-button.secondary-btn:enabled:active{background-color:#545b62;border-color:#545b62}
body .ui-button.ui-state-default.ui-button-secondary,body .ui-buttonset.ui-button-secondary>.ui-button.ui-state-default{color:#fff;background-color:#6c757d;border-color:#6c757d}
body .ui-button.ui-state-default.ui-button-secondary:enabled:hover,body .ui-buttonset.ui-button-secondary>.ui-button.ui-state-default:enabled:hover{background-color:#5a6268;border-color:#545b62}
body .ui-button.ui-state-default.ui-button-secondary:enabled:focus,body .ui-buttonset.ui-button-secondary>.ui-button.ui-state-default:enabled:focus{outline:0 none;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
body .ui-button.ui-state-default.ui-button-secondary:enabled:active,body .ui-buttonset.ui-button-secondary>.ui-button.ui-state-default:enabled:active{background-color:#545b62;border-color:#545b62}
body .success-btn.ui-button,body .success-btn>.ui-button,body .ui-button.ui-state-default.ui-button-success,body .ui-buttonset.ui-button-success>.ui-button.ui-state-default,body .ui-splitbutton.success-btn>.ui-button{background-color:#28a745;border-color:#28a745}
body .success-btn.ui-button:enabled:hover,body .success-btn>.ui-button:enabled:hover,body .ui-button.ui-state-default.ui-button-success:enabled:hover,body .ui-buttonset.ui-button-success>.ui-button.ui-state-default:enabled:hover,body .ui-splitbutton.success-btn>.ui-button:enabled:hover{background-color:#218838;border-color:#1e7e34}
body .success-btn.ui-button:enabled:focus,body .success-btn>.ui-button:enabled:focus,body .ui-button.ui-state-default.ui-button-success:enabled:focus,body .ui-buttonset.ui-button-success>.ui-button.ui-state-default:enabled:focus,body .ui-splitbutton.success-btn>.ui-button:enabled:focus{outline:0 none;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
body .success-btn.ui-button:enabled:active,body .success-btn>.ui-button:enabled:active,body .ui-button.ui-state-default.ui-button-success:enabled:active,body .ui-buttonset.ui-button-success>.ui-button.ui-state-default:enabled:active,body .ui-splitbutton.success-btn>.ui-button:enabled:active{background-color:#1e7e34;border-color:#1c7430}
body .info-btn.ui-button,body .info-btn>.ui-button,body .ui-button.ui-state-default.ui-button-info,body .ui-buttonset.ui-button-info>.ui-button.ui-state-default,body .ui-splitbutton.info-btn>.ui-button{background-color:#17a2b8;border-color:#17a2b8}
body .info-btn.ui-button:enabled:hover,body .info-btn>.ui-button:enabled:hover,body .ui-button.ui-state-default.ui-button-info:enabled:hover,body .ui-buttonset.ui-button-info>.ui-button.ui-state-default:enabled:hover,body .ui-splitbutton.info-btn>.ui-button:enabled:hover{background-color:#138496;border-color:#117a8b}
body .info-btn.ui-button:enabled:focus,body .info-btn>.ui-button:enabled:focus,body .ui-button.ui-state-default.ui-button-info:enabled:focus,body .ui-buttonset.ui-button-info>.ui-button.ui-state-default:enabled:focus,body .ui-splitbutton.info-btn>.ui-button:enabled:focus{outline:0 none;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}
body .info-btn.ui-button:enabled:active,body .info-btn>.ui-button:enabled:active,body .ui-button.ui-state-default.ui-button-info:enabled:active,body .ui-buttonset.ui-button-info>.ui-button.ui-state-default:enabled:active,body .ui-splitbutton.info-btn>.ui-button:enabled:active{background-color:#117a8b;border-color:#10707f}
body .ui-button.ui-state-default.ui-button-warning,body .ui-buttonset.ui-button-warning>.ui-button.ui-state-default,body .ui-splitbutton.warning-btn>.ui-button,body .warning-btn.ui-button,body .warning-btn>.ui-button{color:#212529;background-color:#ffc107;border-color:#ffc107}
body .ui-button.ui-state-default.ui-button-warning:enabled:hover,body .ui-buttonset.ui-button-warning>.ui-button.ui-state-default:enabled:hover,body .ui-splitbutton.warning-btn>.ui-button:enabled:hover,body .warning-btn.ui-button:enabled:hover,body .warning-btn>.ui-button:enabled:hover{background-color:#e0a800;border-color:#d39e00}
body .ui-button.ui-state-default.ui-button-warning:enabled:focus,body .ui-buttonset.ui-button-warning>.ui-button.ui-state-default:enabled:focus,body .ui-splitbutton.warning-btn>.ui-button:enabled:focus,body .warning-btn.ui-button:enabled:focus,body .warning-btn>.ui-button:enabled:focus{outline:0 none;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}
body .ui-button.ui-state-default.ui-button-warning:enabled:active,body .ui-buttonset.ui-button-warning>.ui-button.ui-state-default:enabled:active,body .ui-splitbutton.warning-btn>.ui-button:enabled:active,body .warning-btn.ui-button:enabled:active,body .warning-btn>.ui-button:enabled:active{background-color:#d39e00;border-color:#c69500}
body .danger-btn.ui-button,body .danger-btn>.ui-button,body .ui-button.ui-state-default.ui-button-danger,body .ui-buttonset.ui-button-danger>.ui-button.ui-state-default,body .ui-splitbutton.danger-btn>.ui-button{background-color:#dc3545;border-color:#dc3545}
body .danger-btn.ui-button:enabled:hover,body .danger-btn>.ui-button:enabled:hover,body .ui-button.ui-state-default.ui-button-danger:enabled:hover,body .ui-buttonset.ui-button-danger>.ui-button.ui-state-default:enabled:hover,body .ui-splitbutton.danger-btn>.ui-button:enabled:hover{background-color:#c82333;border-color:#bd2130}
body .danger-btn.ui-button:enabled:focus,body .danger-btn>.ui-button:enabled:focus,body .ui-button.ui-state-default.ui-button-danger:enabled:focus,body .ui-buttonset.ui-button-danger>.ui-button.ui-state-default:enabled:focus,body .ui-splitbutton.danger-btn>.ui-button:enabled:focus{outline:0 none;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
body .danger-btn.ui-button:enabled:active,body .danger-btn>.ui-button:enabled:active,body .ui-button.ui-state-default.ui-button-danger:enabled:active,body .ui-buttonset.ui-button-danger>.ui-button.ui-state-default:enabled:active,body .ui-splitbutton.danger-btn>.ui-button:enabled:active{background-color:#bd2130;border-color:#b21f2d}
body .light-btn.ui-button,body .light-btn>.ui-button,body .ui-button.ui-state-default.ui-button-light,body .ui-buttonset.ui-button-light>.ui-button.ui-state-default,body .ui-splitbutton.light-btn>.ui-button{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
body .light-btn.ui-button:enabled:hover,body .light-btn>.ui-button:enabled:hover,body .ui-button.ui-state-default.ui-button-light:enabled:hover,body .ui-buttonset.ui-button-light>.ui-button.ui-state-default:enabled:hover,body .ui-splitbutton.light-btn>.ui-button:enabled:hover{background-color:#e2e6ea;border-color:#dae0e5}
body .light-btn.ui-button:enabled:focus,body .light-btn>.ui-button:enabled:focus,body .ui-button.ui-state-default.ui-button-light:enabled:focus,body .ui-buttonset.ui-button-light>.ui-button.ui-state-default:enabled:focus,body .ui-splitbutton.light-btn>.ui-button:enabled:focus{outline:0 none;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}
body .light-btn.ui-button:enabled:active,body .light-btn>.ui-button:enabled:active,body .ui-button.ui-state-default.ui-button-light:enabled:active,body .ui-buttonset.ui-button-light>.ui-button.ui-state-default:enabled:active,body .ui-splitbutton.light-btn>.ui-button:enabled:active{background-color:#dae0e5;border-color:#d3d9df}
body .dark-btn.ui-button,body .dark-btn>.ui-button,body .ui-button.ui-state-default.ui-button-dark,body .ui-buttonset.ui-button-dark>.ui-button.ui-state-default,body .ui-splitbutton.dark-btn>.ui-button{background-color:#343a40;border-color:#343a40}
body .dark-btn.ui-button:enabled:hover,body .dark-btn>.ui-button:enabled:hover,body .ui-button.ui-state-default.ui-button-dark:enabled:hover,body .ui-buttonset.ui-button-dark>.ui-button.ui-state-default:enabled:hover,body .ui-splitbutton.dark-btn>.ui-button:enabled:hover{background-color:#23272b;border-color:#1d2124}
body .dark-btn.ui-button:enabled:focus,body .dark-btn>.ui-button:enabled:focus,body .ui-button.ui-state-default.ui-button-dark:enabled:focus,body .ui-buttonset.ui-button-dark>.ui-button.ui-state-default:enabled:focus,body .ui-splitbutton.dark-btn>.ui-button:enabled:focus{outline:0 none;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
body .dark-btn.ui-button:enabled:active,body .dark-btn>.ui-button:enabled:active,body .ui-button.ui-state-default.ui-button-dark:enabled:active,body .ui-buttonset.ui-button-dark>.ui-button.ui-state-default:enabled:active,body .ui-splitbutton.dark-btn>.ui-button:enabled:active{background-color:#1d2124;border-color:#171a1d}
body .ui-fluid .ui-button-icon-only{width:2.143em}
body .ui-chkbox{display:inline-block;width:auto;height:auto;margin:0;vertical-align:middle}
body .ui-chkbox .ui-chkbox-box{width:20px;height:20px;text-align:center;background-color:#fff;border:1px solid #ccc;transition:border-color .3s,background-color .3s,box-shadow .3s}
body .ui-chkbox .ui-chkbox-box.ui-state-hover{border:1px solid #ccc}
body .ui-chkbox .ui-chkbox-box.ui-state-focus{color:#007bff;border:1px solid #80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
body .ui-chkbox .ui-chkbox-box.ui-state-active{color:#fff;background-color:#007bff;border:1px solid #007bff;box-shadow:none}
body .ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-focus{color:#fff}
body .ui-chkbox .ui-chkbox-box.ui-state-disabled{color:#777;background-color:#eee;border-color:#ccc}
body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon{display:inline-block;margin-top:1px;margin-left:1px}
body .ui-chkbox .ui-chkbox-box .ui-chkbox-icon.ui-icon-check{font-size:16px}
body .ui-chkbox-label{margin:0 0 0 .5em}
body .ui-chips>ul.ui-inputtext{display:inline-block;padding:.286em .857em}
body .ui-chips>ul.ui-inputtext:not(.ui-state-disabled).ui-state-focus{border:1px solid #007bff;box-shadow:0 0 4px 0 rgba(0,0,0,.2)}
body .ui-chips>ul.ui-inputtext .ui-chips-input-token{padding:.143em .857em .143em 0;vertical-align:top}
body .ui-chips>ul.ui-inputtext .ui-chips-input-token input{margin:0;padding:0;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}
body .ui-chips>ul.ui-inputtext .ui-chips-input-token input:hover{border:0}
body .ui-chips>ul.ui-inputtext .ui-chips-input-token input:focus{border:0;box-shadow:none}
body .ui-chips>ul.ui-inputtext .ui-chips-token{margin-right:.25em;font-size:14px}
body .ui-radiobutton{display:inline-block;width:auto;height:auto;margin:0;vertical-align:middle}
body .ui-radiobutton .ui-radiobutton-box{width:20px;height:20px;line-height:18px;text-align:center;background-color:#fff;border:1px solid #ccc;border-radius:50%;transition:border-color .3s,box-shadow .3s}
body .ui-radiobutton .ui-radiobutton-box.ui-state-hover{border:1px solid #ccc}
body .ui-radiobutton .ui-radiobutton-box.ui-state-active{border:1px solid #007bff}
body .ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-radiobutton-icon{background-color:#007bff}
body .ui-radiobutton .ui-radiobutton-box.ui-state-focus{border:1px solid #80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
body .ui-radiobutton .ui-radiobutton-box.ui-state-focus .ui-radiobutton-icon.ui-icon-bullet{background-color:#007bff}
body .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon{position:static;display:inline-block;width:10px;height:10px;margin-left:0;background-color:transparent;border-radius:50%;transition:background-color .3s}
body .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon:before{display:none}
body .ui-radiobutton .ui-radiobutton-box.ui-state-disabled{background-color:#eee;border-color:#ccc}
body .ui-radiobutton .ui-radiobutton-box.ui-state-disabled.ui-state-active .ui-radiobutton-icon{background-color:#777}
body .ui-radiobutton-label{margin:0 0 0 .5em}
body .ui-inputswitch{height:2em;transition:background-color .3s,border-color .3s,box-shadow .3s}
body .ui-inputswitch .ui-inputswitch-slider{color:#fff;background-color:#fff;border:1px solid #ddd;border-radius:4px;transition:background-color .3s}
body .ui-inputswitch .ui-inputswitch-slider:before{bottom:0;left:0;width:1.429em;height:1.7em;background-color:#a8acb1;border:1px solid transparent;border-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px;transition:.3s}
body .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider:before{transform:translateX(1.28em)}
body .ui-inputswitch.ui-inputswitch-focus .ui-inputswitch-slider{background-color:#fff;border:1px solid #80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
body .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider,body .ui-inputswitch:not(.ui-state-disabled):hover .ui-inputswitch-slider{background-color:#fff}
body .ui-inputswitch.ui-inputswitch-checked .ui-inputswitch-slider:before{background-color:#007bff;border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px}
body .ui-inputswitch.ui-inputswitch-checked.ui-inputswitch-focus .ui-inputswitch-slider,body .ui-inputswitch.ui-inputswitch-checked:not(.ui-state-disabled):hover .ui-inputswitch-slider{background-color:#fff}
body .ui-dropdown-panel{border:1px solid #ccc}
body .ui-dropdown-panel .ui-dropdown-filter-container{padding:10px 15px}
body .ui-dropdown-panel .ui-dropdown-filter-container .ui-dropdown-filter{box-sizing:border-box;padding-right:20px}
body .ui-dropdown-panel .ui-dropdown-filter-container .pi{top:12px;right:15px}
body .ui-dropdown-panel .ui-dropdown-items{padding:.357em 0}
body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item{margin:0;padding:8px 20px;line-height:1;border-radius:0}
body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item:not(.ui-state-highlight):not(.ui-state-disabled):hover{color:#1d1e1f;background-color:#f7f7f9}
body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item>td{padding:8px 20px}
body .ui-multiselect{background:#fff;border:1px solid #ccc;transition:border-color .3s,box-shadow .3s}
body .ui-multiselect .ui-multiselect-label{padding:6px 2.3em 6px 12px;color:#292b2c}
body .ui-multiselect .ui-multiselect-trigger{box-sizing:border-box;width:2em;padding:0;line-height:2em;text-align:center}
body .ui-multiselect .ui-multiselect-trigger .pi{color:#777}
body .ui-multiselect:not(.ui-state-disabled).ui-state-focus{border:1px solid #007bff;box-shadow:0 0 4px 0 rgba(0,0,0,.2)}
body .ui-multiselect:not(.ui-state-disabled).ui-state-focus .ui-multiselect-trigger .pi{color:#007bff}
body .ui-multiselect.ui-state-disabled>*{background-color:#eee;opacity:1;filter:alpha(opacity=100)}
body .ui-multiselect-panel{min-width:12em;padding:0;border:1px solid #ccc}
body .ui-multiselect-panel .ui-multiselect-header{margin-bottom:0 none;padding:8px 20px;border:0;border-bottom:1px solid #ddd;border-bottom-right-radius:0;border-bottom-left-radius:0}
body .ui-multiselect-panel .ui-multiselect-header .ui-multiselect-filter-container{display:inline-block;float:none;width:70%;margin-left:0;vertical-align:middle}
body .ui-multiselect-panel .ui-multiselect-header .ui-multiselect-filter-container .ui-inputtext{box-sizing:border-box;width:100%;padding:.2em;text-indent:1.5em}
body .ui-multiselect-panel .ui-multiselect-header .ui-multiselect-filter-container .pi{top:.3em;left:.2em;color:#777}
body .ui-multiselect-panel .ui-multiselect-header .ui-chkbox{float:none;margin-right:8px;vertical-align:middle}
body .ui-multiselect-panel .ui-multiselect-header .ui-chkbox .ui-chkbox-box.ui-state-active{border-color:#fff}
body .ui-multiselect-panel .ui-multiselect-header .ui-multiselect-close{margin:-.1em 0 0;padding:0;color:#999;font-size:18px;transition:color .3s}
body .ui-multiselect-panel .ui-multiselect-header .ui-multiselect-close:hover{padding:0;color:#bd9090}
body .ui-multiselect-panel .ui-multiselect-header .ui-multiselect-close:focus{color:#bd9090;outline:0 none}
body .ui-multiselect-panel .ui-multiselect-items-wrapper{padding:0}
body .ui-multiselect-panel .ui-multiselect-items{padding:.357em 0}
body .ui-multiselect-panel .ui-multiselect-items .ui-multiselect-item{padding:8px 20px;border-radius:0}
body .ui-multiselect-panel .ui-multiselect-items .ui-multiselect-item .ui-chkbox{position:static;display:inline-block;margin-top:0;vertical-align:middle}
body .ui-multiselect-panel .ui-multiselect-items .ui-multiselect-item .ui-chkbox .ui-chkbox-box.ui-state-active{border-color:#fff}
body .ui-multiselect-panel .ui-multiselect-items .ui-multiselect-item>span{display:inline-block;margin:0 0 0 .615em;padding:0;vertical-align:middle}
body .ui-multiselect-panel .ui-multiselect-items .ui-multiselect-item:not(.ui-state-highlight):not(.ui-state-disabled):hover{color:#1d1e1f;background-color:#f7f7f9;border-radius:0}
body .ui-listbox{min-width:12em;padding:0}
body .ui-listbox .ui-corner-all{border-radius:0}
body .ui-listbox .ui-chkbox{margin-right:.2em}
body .ui-listbox .ui-chkbox .ui-chkbox-box.ui-state-active{border-color:#fff}
body .ui-listbox .ui-listbox-header{margin:0;padding:10px 15px;background:#f5f5f5;border-bottom:1px solid #ccc;border-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
body .ui-listbox .ui-listbox-header .ui-chkbox{margin-left:.358em}
body .ui-listbox .ui-listbox-header .ui-listbox-filter-container{width:calc(100% - 3em)}
body .ui-listbox .ui-listbox-header .ui-listbox-filter-container .pi{top:.5em;color:#777}
body .ui-listbox .ui-listbox-header .ui-listbox-filter-container input{width:100%;padding:6px 12px;text-indent:1em}
body .ui-listbox .ui-listbox-list{padding:.357em 0}
body .ui-listbox .ui-listbox-item{margin:0;padding:8px 20px;border-radius:0}
body .ui-listbox .ui-listbox-item.ui-state-highlight{color:#fff;background-color:#007bff}
body .ui-listbox .ui-listbox-item>td{padding:8px 20px}
body .ui-listbox:not(.ui-state-disabled) .ui-listbox-item:not(.ui-state-highlight):hover{color:#1d1e1f;background-color:#f7f7f9}
body .ui-listbox.ui-state-disabled .ui-chkbox-box{color:#777;background-color:#eee;border-color:#ccc}
body .ui-listbox.ui-state-disabled .ui-chkbox-box:not(.ui-state-disabled):not(.ui-state-active):hover{border:1px solid #ccc}
body .ui-editor-container .ui-editor-toolbar{background-color:#f5f5f5}
body .ui-editor-container .ql-picker.ql-expanded .ql-picker-label{color:#444}
body .ui-rating a{display:inline-block;color:#007bff;text-align:center;border-bottom:1px solid transparent}
body .ui-rating a:focus{outline:0 none}
body .ui-rating a .pi{width:20px;height:20px;font-size:20px}
body .ui-rating a .pi.pi-ban{color:#f790c8}
body .ui-rating a .pi.pi-ban:hover{color:#f9a8d4}
body .ui-rating.ui-state-disabled{background:transparent}
body .ui-rating.ui-state-disabled a,body .ui-rating.ui-state-disabled a .pi.pi-ban{color:#eee}
body .ui-spinner input{padding-right:1.8em}
body .ui-spinner .ui-spinner-button.ui-button{z-index:auto;color:#999;background-color:transparent}
body .ui-spinner .ui-spinner-button.ui-button:not(.ui-state-disabled):focus,body .ui-spinner .ui-spinner-button.ui-button:not(.ui-state-disabled):hover{color:#bd9090}
body .ui-spinner .ui-spinner-button.ui-button:not(.ui-state-disabled):active{color:#bd9090;box-shadow:none}
body .ui-spinner .ui-spinner-button.ui-button.ui-spinner-up{top:1px;right:1px}
body .ui-spinner .ui-spinner-button.ui-button.ui-spinner-down{right:1px;bottom:1px}
body .ui-slider{background-color:#e5e5e5;border-color:#e5e5e5}
body .ui-slider.ui-slider-horizontal .ui-slider-handle{top:-.25em}
body .ui-slider.ui-slider-vertical .ui-slider-handle{left:-.25em}
body .ui-slider .ui-slider-handle{background-color:#007bff;border-radius:50%;transition:background-color .3s}
body .ui-slider .ui-slider-range{background-color:#4da3ff}
body .ui-slider:not(.ui-state-disabled) .ui-slider-handle:hover{background-color:#006fe6;border:0;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);transition:box-shadow .3s}
body .ui-slider.ui-state-disabled .ui-slider-handle{background-color:#eee}
body .ui-slider.ui-state-disabled .ui-slider-range{background-color:#d8d8d8}
body .ui-togglebutton{color:#292b2c;background-color:#fff;border:1px solid #ccc;transition:border-color .3s}
body .ui-togglebutton:not(.ui-state-disabled):not(.ui-state-active).ui-state-focus,body .ui-togglebutton:not(.ui-state-disabled):not(.ui-state-active):hover{background-color:#e6e6e6;border-color:#adadad}
body .ui-togglebutton.ui-state-active{color:#fff;background-color:#007bff;border-color:#006fe6}
body .ui-togglebutton.ui-state-active.ui-state-focus{background-color:#006fe6}
body .ui-togglebutton.ui-state-disabled{background-color:#fff;opacity:.65;filter:alpha(opacity=65)}
body .ui-togglebutton.ui-state-disabled.ui-state-active{background-color:#007bff}
body .ui-selectbutton .ui-button{color:#292b2c;background-color:#fff;border:1px solid #ccc;border-right-width:0;border-radius:0;transition:border-color .3s}
body .ui-selectbutton .ui-button:not(.ui-state-disabled):not(.ui-state-active).ui-state-focus,body .ui-selectbutton .ui-button:not(.ui-state-disabled):not(.ui-state-active):hover{background-color:#e6e6e6;border-color:#adadad}
body .ui-selectbutton .ui-button:not(.ui-state-disabled):not(.ui-state-active).ui-state-focus+.ui-button:not(.ui-state-disabled):not(.ui-state-active),body .ui-selectbutton .ui-button:not(.ui-state-disabled):not(.ui-state-active):hover+.ui-button:not(.ui-state-disabled):not(.ui-state-active){border-left-color:#adadad}
body .ui-selectbutton .ui-button.ui-state-active{color:#fff;background-color:#007bff;border-color:#006fe6}
body .ui-selectbutton .ui-button.ui-state-active.ui-state-focus{background-color:#006fe6}
body .ui-selectbutton .ui-button:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}
body .ui-selectbutton .ui-button:last-child{border-right-width:1px;border-top-right-radius:4px;border-bottom-right-radius:4px}
body .ui-splitbutton.ui-buttonset{border-radius:4px}
body .ui-splitbutton.ui-buttonset .ui-button{border:1px solid transparent}
body .ui-splitbutton.ui-buttonset .ui-menu{min-width:12.5em}
body .ui-inplace .ui-inplace-display{padding:6px 12px;border-radius:4px}
body .ui-inplace .ui-inplace-display:not(.ui-state-disabled):hover{color:#1d1e1f;background-color:#f7f7f9}
body .ui-fileupload .ui-fileupload-buttonbar{padding:10px 15px;border-bottom:0}
body .ui-fileupload .ui-fileupload-buttonbar .ui-button{margin-right:8px}
body .ui-fileupload .ui-progressbar{top:0}
body .ui-fileupload-choose.ui-state-focus,body .ui-fileupload-choose:not(.ui-state-disabled):hover{background-color:#006fe6}
body .ui-fileupload-choose:not(.ui-state-disabled):active{background-color:#0062cc}
body .ui-password-panel{border:1px solid #ccc}
body .ui-inputgroup .ui-inputgroup-addon{padding:6px 12px;background-color:#fff;border-color:#ccc}
body .ui-inputgroup .ui-inputgroup-addon:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}
body .ui-inputgroup .ui-inputgroup-addon:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}
body .ui-inputgroup .ui-inputgroup-addon.ui-inputgroup-addon-checkbox,body .ui-inputgroup .ui-inputgroup-addon.ui-inputgroup-addon-radiobutton{padding:.286em .857em}
body .ui-inputgroup .ui-button:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}
body .ui-inputgroup .ui-button:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}
body :-moz-placeholder,body :-ms-input-placeholder,body ::-moz-placeholder,body ::-webkit-input-placeholder{color:#777}
body .ui-inputtext.ng-dirty.ng-invalid,body p-calendar.ng-dirty.ng-invalid>.ui-calendar>.ui-inputtext,body p-checkbox.ng-dirty.ng-invalid .ui-chkbox-box,body p-chips.ng-dirty.ng-invalid>.ui-inputtext,body p-dropdown.ng-dirty.ng-invalid>.ui-dropdown,body p-inputmask.ng-dirty.ng-invalid>.ui-inputtext,body p-inputswitch.ng-dirty.ng-invalid .ui-inputswitch,body p-listbox.ng-dirty.ng-invalid .ui-inputtext,body p-multiselect.ng-dirty.ng-invalid>.ui-multiselect,body p-radiobutton.ng-dirty.ng-invalid .ui-radiobutton-box,body p-selectbutton.ng-dirty.ng-invalid .ui-button,body p-spinner.ng-dirty.ng-invalid>.ui-inputtext,body p-togglebutton.ng-dirty.ng-invalid .ui-button{border-color:#b94a48}
body .ui-panel{padding:0;border:0}
body .ui-panel .ui-panel-titlebar{padding:10px 15px;border:1px solid #ddd;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
body .ui-panel .ui-panel-titlebar .ui-panel-title{margin:0;font-size:1.143em;line-height:1.5em}
body .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon{margin:0;color:#999;font-size:17px;border:1px solid transparent;transition:color .3s}
body .ui-panel .ui-panel-content{padding:15px;line-height:1.43;border:1px solid #dce1e7;border-top:0}
body .ui-panel .ui-panel-footer{margin:0;padding:10px 15px;border:1px solid #ddd;border-top:0}
body .ui-panel.ui-panel-collapsed-h .ui-panel-titlebar{padding-left:40px}
body .ui-fieldset{padding:0 0 .5em}
body .ui-fieldset .ui-fieldset-legend{margin-left:.714em;color:#292b2c;background-color:#f5f5f5;border:1px solid #ddd}
body .ui-fieldset .ui-fieldset-legend .ui-fieldset-toggler{display:inline-block;float:none;height:14px;margin:0 .286em;padding:0;color:#292b2c;vertical-align:middle}
body .ui-fieldset .ui-fieldset-legend .ui-fieldset-legend-text{color:#292b2c}
body .ui-fieldset.ui-fieldset-toggleable .ui-fieldset-legend:focus,body .ui-fieldset.ui-fieldset-toggleable .ui-fieldset-legend:hover{background-color:#dcdcdc;border-color:#c4c4c4}
body .ui-fieldset .ui-fieldset-content{padding:15px}
body .ui-notificationbar{color:#fff;background-color:#007bff}
body .ui-toolbar{padding:10px 15px;background-color:#f5f5f5;border-color:#ddd}
body .ui-toolbar .ui-toolbar-seperator{margin:0 .5em;vertical-align:middle}
body .ui-datatable .ui-datatable-footer,body .ui-datatable .ui-datatable-header{padding:10px 15px}
body .ui-datatable .ui-datatable-header{border-top-left-radius:4px;border-top-right-radius:4px}
body .ui-datatable .ui-datatable-footer{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
body .ui-datatable .ui-paginator{padding:10px 15px}
body .ui-datatable .ui-datatable-thead>tr>th{padding:8px;background:#fff;border-color:#ddd;outline:0 none}
body .ui-datatable .ui-datatable-thead>tr>th.ui-selection-column{padding:.286em .857em}
body .ui-datatable .ui-datatable-thead>tr>th.ui-sortable-column:not(.ui-state-active):hover{background-color:#f5f5f5}
body .ui-datatable .ui-datatable-thead>tr>th.ui-state-active{color:#fff;background-color:#007bff;border-color:#006fe6}
body .ui-datatable .ui-datatable-thead>tr>th .ui-column-title{font-weight:700}
body .ui-datatable .ui-datatable-thead>tr>th .ui-sortable-column-icon{margin:-2px 0 0 4px;vertical-align:middle}
body .ui-datatable .ui-datatable-tfoot>tr>td{padding:8px;font-weight:700;background-color:#fff;border-color:#ddd}
body .ui-datatable .ui-datatable-data tr{background-color:#fff;border-color:#ddd}
body .ui-datatable .ui-datatable-data tr.ui-rowgroup-header{background-color:#f5f5f5}
body .ui-datatable .ui-datatable-data tr.ui-rowgroup-header .pi{color:#999}
body .ui-datatable .ui-datatable-data tr.ui-rowgroup-header .pi:hover{color:#bd9090}
body .ui-datatable .ui-datatable-data tr.ui-widget-header td{border-color:#ddd}
body .ui-datatable .ui-datatable-data tr.ui-datatable-even{background-color:#f9f9f9}
body .ui-datatable .ui-datatable-data tr.ui-datatable-even.ui-state-highlight{color:#fff;background-color:#007bff;border-color:#006fe6}
body .ui-datatable .ui-datatable-data tr.ui-datatable-odd{background-color:#fff}
body .ui-datatable .ui-datatable-data tr.ui-datatable-odd.ui-state-highlight{color:#fff;background-color:#007bff;border-color:#006fe6}
body .ui-datatable .ui-datatable-data tr.ui-state-highlight{border-color:#006fe6}
body .ui-datatable .ui-datatable-data tr td{padding:8px}
body .ui-datatable .ui-datatable-data tr td.ui-selection-column{padding:.286em .857em}
body .ui-datatable .ui-datatable-data tr td .ui-row-toggler{color:#777;transition:color .3s}
body .ui-datatable .ui-datatable-data tr td .ui-row-toggler:hover{color:#292b2c}
body .ui-datatable .ui-datatable-data tr.ui-widget-header{border:1px solid #ddd}
body .ui-datatable .ui-datatable-data tr.ui-widget-header a{color:#999;transition:color .3s}
body .ui-datatable .ui-datatable-data tr.ui-widget-header a:hover{color:#bd9090}
body .ui-datatable .ui-datatable-data.ui-datatable-hoverable-rows>tr.ui-widget-content:not(.ui-state-highlight):hover{background-color:#f5f5f5;cursor:pointer}
body .ui-datatable .ui-datatable-scrollable-footer,body .ui-datatable .ui-datatable-scrollable-header{background-color:#f5f5f5}
body .ui-datatable .ui-datatable-scrollable-footer .ui-datatable-scrollable-header-box td,body .ui-datatable .ui-datatable-scrollable-header .ui-datatable-scrollable-header-box td{color:#292b2c}
body .ui-dataview .ui-dataview-content{border-bottom:none}
body .ui-datagrid .ui-datagrid-header,body .ui-datagrid .ui-paginator,body .ui-datalist .ui-datalist-header,body .ui-datalist .ui-paginator,body .ui-datascroller .ui-datascroller-footer,body .ui-datascroller .ui-datascroller-header,body .ui-dataview .ui-paginator{padding:10px 15px}
body .ui-virtualscroller .ui-virtualscroller-list li{border-bottom:1px solid #ddd}
body .ui-picklist .ui-picklist-buttons{padding:15px}
body .ui-picklist .ui-picklist-buttons button{font-size:16px}
body .ui-picklist .ui-picklist-caption{padding:10px 15px;border-top-left-radius:4px;border-top-right-radius:4px}
body .ui-picklist .ui-picklist-filter-container .pi{margin-top:-.5em;margin-left:.286em;color:#777}
body .ui-picklist .ui-picklist-list{padding:.357em 0}
body .ui-picklist .ui-picklist-list .ui-picklist-item{margin:0;padding:8px 20px;border-radius:0}
body .ui-picklist .ui-picklist-list .ui-picklist-item:not(.ui-state-highlight):hover{color:#1d1e1f;background-color:#f7f7f9}
body .ui-picklist .ui-picklist-list .ui-picklist-item.ui-state-highlight{background-color:#007bff}
body .ui-orderlist .ui-orderlist-controls{margin-right:0}
body .ui-orderlist .ui-orderlist-controls button{font-size:16px}
body .ui-orderlist .ui-orderlist-caption{padding:10px 15px;border-top-left-radius:4px;border-top-right-radius:4px}
body .ui-orderlist .ui-orderlist-filter-container .pi{margin-top:-.5em;margin-left:.286em;color:#777}
body .ui-orderlist .ui-orderlist-list{padding:.357em 0}
body .ui-orderlist .ui-orderlist-list .ui-orderlist-item{margin:0;padding:8px 20px;border-radius:0}
body .ui-orderlist .ui-orderlist-list .ui-orderlist-item:not(.ui-state-highlight):hover{color:#1d1e1f;background-color:#f7f7f9}
body .ui-orderlist .ui-orderlist-list .ui-orderlist-item.ui-state-highlight{background-color:#007bff}
body .ui-orderlist.ui-grid-responsive .ui-grid-row .ui-orderlist-controls{margin-right:0;padding-right:10px}
body .ui-organizationchart .ui-organizationchart-node-content.ui-organizationchart-selectable-node:not(.ui-state-highlight):hover{color:#1d1e1f;background-color:#f7f7f9}
body .ui-organizationchart .ui-organizationchart-line-down{background-color:#c4c4c4}
body .ui-organizationchart .ui-organizationchart-line-left{border-right:1px solid #c4c4c4}
body .ui-organizationchart .ui-organizationchart-line-top{border-top:1px solid #c4c4c4}
body .ui-organizationchart .ui-organizationchart-node-content{border-color:#c4c4c4}
body .ui-organizationchart .ui-organizationchart-node-content .ui-node-toggler{bottom:-.7em;margin-left:-.46em;color:#007bff}
body .ui-treetable .ui-paginator{padding:10px 15px}
body .ui-treetable .ui-treetable-caption,body .ui-treetable .ui-treetable-summary{padding:10px 15px;font-weight:700;text-align:center}
body .ui-treetable .ui-treetable-caption{border-bottom:0}
body .ui-treetable .ui-treetable-summary{border-top:0}
body .ui-treetable .ui-treetable-tbody>tr>td,body .ui-treetable .ui-treetable-tfoot>tr>td,body .ui-treetable .ui-treetable-thead>tr>th{padding:8px}
body .ui-treetable .ui-treetable-tfoot>tr>td,body .ui-treetable .ui-treetable-thead>tr>th{color:#292b2c;border:1px solid #ddd}
body .ui-treetable .ui-treetable-thead tr .ui-inputtext{width:100%}
body .ui-treetable .ui-treetable-scrollable-header{border:none}
body .ui-treetable .ui-treetable-loading-content .pi-spin{color:#fff;-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}
body .ui-treetable p-treetabletoggler{vertical-align:middle}
body .ui-treetable .ui-sortable-column{color:#292b2c}
body .ui-treetable .ui-sortable-column .ui-sortable-column-icon{color:#777}
body .ui-treetable .ui-sortable-column:not(.ui-state-highlight):hover,body .ui-treetable .ui-sortable-column:not(.ui-state-highlight):hover .ui-sortable-column-icon{color:#1d1e1f;background-color:#f7f7f9}
body .ui-treetable .ui-sortable-column.ui-state-highlight{color:#fff;background-color:#007bff;border-top-color:#007bff}
body .ui-treetable .ui-sortable-column.ui-state-highlight .ui-sortable-column-icon{color:#fff}
body .ui-treetable .ui-sortable-column .ui-sortable-column-icon{vertical-align:middle}
body .ui-treetable .ui-treetable-tbody>tr{background:#fff}
body .ui-treetable .ui-treetable-tbody>tr>td{background:inherit;border:1px solid #ddd}
body .ui-treetable .ui-treetable-tbody>tr>td .ui-treetable-toggler{color:#777}
body .ui-treetable .ui-treetable-tbody>tr>td .ui-treetable-toggler .pi.pi-chevron-down{vertical-align:middle}
body .ui-treetable .ui-treetable-tbody>tr>td .ui-treetable-chkbox{margin-right:.4em;vertical-align:middle}
body .ui-treetable .ui-treetable-tbody>tr.ui-state-highlight{color:#fff;background-color:#007bff}
body .ui-treetable .ui-treetable-tbody>tr.ui-state-highlight>td{background:inherit;border:#e5e5e5}
body .ui-treetable .ui-treetable-tbody>tr.ui-state-highlight>td .ui-treetable-toggler{color:#fff}
body .ui-treetable .ui-treetable-tbody>tr.ui-state-highlight.ui-contextmenu-selected{color:#fff;background-color:#007bff}
body .ui-treetable.ui-treetable-hoverable-rows .ui-treetable-tbody>tr:not(.ui-state-highlight):not(.ui-contextmenu-selected):hover{color:#1d1e1f;background-color:#f7f7f9;cursor:pointer}
body .fc .fc-button{height:2.25em;padding:0 1em;color:#fff;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;background-color:#007bff;border:0}
body .fc .fc-button:enabled:not(:focus):not(.fc-button-active):hover{background-color:#006fe6}
body .fc .fc-button:enabled:not(.fc-button-active):focus{background-color:#006fe6;outline:0 none}
body .fc .fc-button.fc-button-active{background-color:#0062cc;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
body .fc .fc-button.fc-button-active:focus{box-shadow:none}
body .fc .fc-head .fc-row{color:#292b2c;background-color:#f5f5f5}
body .fc .fc-toolbar .ui-state-active,body .fc td.fc-today{color:#fff;background-color:#007bff}
body .fc .fc-event{color:#fff;background-color:#006fe6}
body .fc table{box-sizing:border-box}
body .fc div.ui-widget-content{padding-right:0;padding-left:0}
body .ui-growl{top:85px}
body .ui-growl .ui-growl-item-container{border:1px solid;opacity:.95;filter:alpha(opacity=95)}
body .ui-growl .ui-growl-item-container .ui-growl-message{margin-left:4em}
body .ui-growl .ui-growl-item-container .ui-growl-image{font-size:2.769em}
body .ui-growl .ui-growl-item-container .ui-growl-icon-close{opacity:.2;filter:alpha(opacity=20)}
body .ui-growl .ui-growl-item-container .ui-growl-icon-close:hover{opacity:.5;filter:alpha(opacity=50)}
body .ui-growl .ui-growl-item-container.ui-growl-message-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}
body .ui-growl .ui-growl-item-container.ui-growl-message-info .ui-growl-image{color:#5bb1dc}
body .ui-growl .ui-growl-item-container.ui-growl-message-warn{color:#8a6d3b;background-color:#fcf8e3;border-color:#faf2cc}
body .ui-growl .ui-growl-item-container.ui-growl-message-warn .ui-growl-image{color:#edd559}
body .ui-growl .ui-growl-item-container.ui-growl-message-error{color:#a94442;background-color:#f2dede;border-color:#ebcccc}
body .ui-growl .ui-growl-item-container.ui-growl-message-error .ui-growl-image{color:#c77070}
body .ui-growl .ui-growl-item-container.ui-growl-message-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
body .ui-growl .ui-growl-item-container.ui-growl-message-success .ui-growl-image{color:#a3d48e}
body .ui-lightbox .ui-lightbox-caption{padding:10px 15px}
body .ui-lightbox .ui-lightbox-caption .ui-lightbox-caption-text{margin:0;color:#292b2c}
body .ui-lightbox .ui-lightbox-caption .ui-lightbox-close{padding:0;color:#999;transition:color .3s}
body .ui-lightbox .ui-lightbox-caption .ui-lightbox-close:hover{color:#bd9090}
body .ui-lightbox .ui-lightbox-content-wrapper{overflow:hidden}
body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-left{margin-left:4px;color:#fff;font-size:24px;opacity:1;transition:all .3s}
body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-left:hover{color:#007bff;transform:scale(1.2)}
body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-left span{display:none}
body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-right{margin-right:4px;color:#fff;font-size:24px;opacity:1;transition:all .3s}
body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-right:hover{color:#007bff;transform:scale(1.2)}
body .ui-lightbox .ui-lightbox-content-wrapper .ui-lightbox-nav-right span,body .ui-lightbox.ui-lightbox-loading .ui-lightbox-content-wrapper>.ui-lightbox-nav-left,body .ui-lightbox.ui-lightbox-loading .ui-lightbox-content-wrapper>.ui-lightbox-nav-right{display:none}
body .ui-menu-separator.ui-widget-content{border-color:#e5e5e5;border-width:1px 0 0}
body .ui-menu{min-width:12.5em;padding:.357em 0}
body .ui-menu .ui-menuitem .ui-menuitem-link .ui-menuitem-icon{vertical-align:middle}
body .ui-galleria .ui-galleria-nav-prev{margin-bottom:-5px;margin-left:-5px;color:#777;font-size:18px}
body .ui-galleria .ui-galleria-nav-prev:hover{color:#292b2c}
body .ui-galleria .ui-galleria-nav-next{margin-right:-5px;margin-bottom:-5px;color:#777;font-size:18px}
body .ui-galleria .ui-galleria-nav-next:hover{color:#292b2c}
body .ui-terminal input{font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}
@media(max-width:640px){body .ui-buttonset .ui-button{margin-bottom:1px;border-radius:4px}}
@media(max-width:640px){body .ui-panelgrid .ui-grid-responsive .ui-grid-row{border:0}}
.ui-autocomplete .ui-autocomplete-input{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;color:#575757;font-weight:400;font-size:1rem;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #e1e1e1;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.ui-autocomplete .ui-autocomplete-input:enabled:focus:not(.ui-state-error){position:relative;z-index:3;color:#575757;background-color:#fff;border:1px solid #007fe5;outline:0;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
.ui-autocomplete .ui-autocomplete-dropdown.ui-button-icon-only{width:2rem;margin-left:-1px;padding:0;background-color:#003865}
.ui-autocomplete .ui-autocomplete-dropdown.ui-button-icon-only:enabled:active,.ui-autocomplete .ui-autocomplete-dropdown.ui-button-icon-only:enabled:hover{background-color:#00233f;border-color:#001c32}
.ui-autocomplete .ui-autocomplete-dropdown.ui-button-icon-only:enabled:active,.ui-autocomplete .ui-autocomplete-dropdown.ui-button-icon-only:enabled:focus{outline:none;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
.ui-autocomplete .ui-autocomplete-dropdown.ui-button-icon-only .ui-button-text{padding:.46rem}
.ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container{padding:.3rem .857rem;border:1px solid #e1e1e1;box-shadow:none}
.ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container:not(.ui-state-disabled).ui-state-focus{color:#575757;background-color:#fff;border:1px solid #007fe5;outline:0;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
.ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-input-token{padding:.143rem .857rem .143rem 0;vertical-align:top}
.ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-input-token input{margin:0;padding:0;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}
.ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-token{margin-right:.25rem;font-size:1rem;background-color:#00233f;border-color:#001c32}
.ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-token .ui-autocomplete-token-icon{opacity:.3;transition:opacity .2s}
.ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-token .ui-autocomplete-token-icon:hover{opacity:1}
.ui-autocomplete.ui-autocomplete-multiple .ui-autocomplete-multiple-container .ui-autocomplete-token-label{margin-right:1.25rem}
.ui-autocomplete.ui-autocomplete-multiple.ui-autocomplete-dd.ui-autocomplete-multiple-container,.ui-autocomplete.ui-autocomplete-multiple.ui-autocomplete-dd.ui-autocomplete-multiple-container:not(.ui-state-disabled).ui-state-focus{border-right:none}
.ui-autocomplete-panel{border:1px solid #e1e1e1}
.ui-autocomplete-panel .ui-autocomplete-items.ui-autocomplete-list{padding:.5rem 0}
.ui-autocomplete-panel .ui-autocomplete-items.ui-autocomplete-list .ui-autocomplete-list-item{margin:0;padding:.5rem .75rem;color:#575757;border-radius:0}
.ui-autocomplete-panel .ui-autocomplete-items.ui-autocomplete-list .ui-autocomplete-list-item.ui-state-active,.ui-autocomplete-panel .ui-autocomplete-items.ui-autocomplete-list .ui-autocomplete-list-item.ui-state-highlight,.ui-autocomplete-panel .ui-autocomplete-items.ui-autocomplete-list .ui-autocomplete-list-item:hover{color:#000;background-color:#f5f5f5}
.ui-autocomplete-panel .ui-autocomplete-items.ui-autocomplete-list .ui-autocomplete-group{padding:.3rem .857rem;color:#575757;background-color:#e5e5e5}
body .ui-autocomplete{display:inline-flex}
.ui-fluid .ui-autocomplete-dd .ui-inputtext,.ui-fluid .ui-autocomplete-multiple-container,.ui-fluid .ui-autocomplete-multiple.ui-autocomplete-dd{width:calc(100% - 2rem);border-right:none}
body p-autocomplete:focus{border:none;outline:none;box-shadow:none}
p-autocomplete.ng-dirty.ng-invalid>.ui-autocomplete>.ui-inputtext{border-color:#b94a48}
body .ui-dropdown{display:block;width:100%;height:calc(1.5em + .75rem + 2px);color:#575757;font-weight:400;font-size:1rem;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #e1e1e1;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
body .ui-dropdown:not(.ui-state-disabled):hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}
body .ui-dropdown:not(.ui-state-disabled).ui-state-focus{border:1px solid #007fe5;outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
body .ui-dropdown .ui-dropdown-label{padding-right:2rem}
body .ui-dropdown .ui-dropdown-label .ui-placeholder{color:#575757}
body .ui-dropdown .ui-dropdown-trigger{width:2rem;padding:0;color:#495057;line-height:2rem;text-align:center;background-color:#fff;box-shadow:none}
body .ui-dropdown .ui-dropdown-label-container,body .ui-dropdown .ui-dropdown-label-container .ui-inputtext{height:100%}
body .ui-dropdown .ui-dropdown-clear-icon{color:#495057}
body .ui-dropdown.ui-dropdown-clearable .ui-dropdown-label{padding-right:4rem}
body .ui-dropdown-panel{padding:0;background-color:#fff;border:1px solid #e1e1e1}
body .ui-dropdown-panel .ui-dropdown-filter-container{margin:0;padding:.5rem .8rem;color:#575757;background-color:#fff;border-bottom:1px solid #e1e1e1}
body .ui-dropdown-panel .ui-dropdown-filter-container .ui-dropdown-filter{width:100%;padding-right:2rem}
body .ui-dropdown-panel .ui-dropdown-filter-container .ui-dropdown-filter-icon{top:50%;right:1.3rem;margin-top:-.5rem;color:#999}
body .ui-dropdown-panel .ui-dropdown-items{padding:0}
body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item,body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item-group{margin:0;padding:.5rem .8rem;color:#575757;background-color:transparent;border:0;border-radius:0}
body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item-group.ui-state-highlight,body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item.ui-state-highlight{color:#000;background-color:#ebf5ff}
body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item-group:not(.ui-state-highlight):not(.ui-state-disabled):hover,body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item:not(.ui-state-highlight):not(.ui-state-disabled):hover{color:#000;background-color:#f5f5f5}
body p-dropdown.ng-dirty.ng-invalid>.ui-dropdown{border:1px solid #68251d}
.ui-calendar .ui-datepicker:not(.ui-datepicker-touch-ui){min-width:auto}
.ui-calendar .ui-inputtext{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;color:#575757;font-weight:400;font-size:1rem;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #e1e1e1;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.ui-calendar .ui-inputtext:enabled:focus:not(.ui-state-error){position:relative;z-index:3;color:#575757;background-color:#fff;border:1px solid #007fe5;outline:0;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
body .ui-datepicker{padding:1rem;color:#575757;font-size:1rem;background-color:#fff;border:none}
.ui-datepicker:not(.ui-datepicker-inline){border:1px solid #e1e1e1;box-shadow:0 .25rem 2rem rgba(0,0,0,.08)}
.ui-datepicker:not(.ui-state-disabled) .ui-datepicker-header .ui-datepicker-next:hover,.ui-datepicker:not(.ui-state-disabled) .ui-datepicker-header .ui-datepicker-prev:hover{color:#575757;opacity:1}
.ui-datepicker:not(.ui-state-disabled) .ui-datepicker-header .ui-datepicker-next:focus,.ui-datepicker:not(.ui-state-disabled) .ui-datepicker-header .ui-datepicker-prev:focus{outline:none}
.ui-datepicker:not(.ui-state-disabled) .ui-datepicker-calendar td a:not(.ui-state-active):not(.ui-state-highlight):hover,.ui-datepicker:not(.ui-state-disabled) .ui-monthpicker a.ui-monthpicker-month:not(.ui-state-active):hover{background-color:#eee;border-radius:4px}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header{padding:.375rem;color:#575757;background-color:#fff;border:none}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-next,.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-prev{top:0;color:#575757;cursor:pointer;opacity:.7}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title{margin:0;padding:0;font-weight:700;line-height:1}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title select{display:inline-block;flex:1 1 auto;width:auto;height:1.5rem;margin-top:-.25rem;padding:0 .75rem;color:#575757;font-weight:400;font-size:.8rem;line-height:1.5;vertical-align:middle;background-color:#fff;border:1px solid #e1e1e1;border-radius:.25rem}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title select:focus{border-color:#007fe5;outline:none;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
.ui-datepicker .ui-datepicker-calendar{margin:.5rem 0 0;font-size:1rem}
.ui-datepicker .ui-datepicker-calendar td,.ui-datepicker .ui-datepicker-calendar th{padding:.1rem;line-height:1.5}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled,.ui-datepicker .ui-datepicker-calendar td>a.ui-state-disabled,.ui-datepicker .ui-datepicker-calendar td>span.ui-state-disabled{background-color:#fff;cursor:default;opacity:.5}
.ui-datepicker .ui-datepicker-calendar td>a,.ui-datepicker .ui-datepicker-calendar td>span{display:block;padding:.375rem;color:#575757;text-align:center;border-radius:4px}
.ui-datepicker .ui-datepicker-calendar td>a.ui-state-active,.ui-datepicker .ui-datepicker-calendar td>span.ui-state-active{color:#fff;background-color:#003865;border-color:#003865}
.ui-datepicker .ui-datepicker-calendar td>a:focus{outline:none}
.ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled)>a,.ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled)>span{cursor:pointer}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today>a,.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today>span{color:#000;background-color:#faeab9;border-color:#faeab9}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today>a.ui-state-active,.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today>span.ui-state-active{color:#fff;background-color:#003865;border-color:#003865}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today>a:active{color:#000;background-color:#ffc966;border-color:#f59e00}
.ui-datepicker .ui-datepicker-weekheader,.ui-datepicker .ui-datepicker-weeknumber{border-right:1px solid #e1e1e1}
.ui-datepicker .ui-datepicker-buttonbar{padding-bottom:0;background-color:#fff;border-top:1px solid #e1e1e1}
.ui-datepicker .ui-timepicker{padding:1rem 0 0;color:#575757;font-size:1rem;background-color:#fff;border:none;border-top:1px solid #e1e1e1}
.ui-datepicker .ui-timepicker:not(:last-child){padding-bottom:1rem}
.ui-datepicker .ui-timepicker>div{margin:0}
.ui-datepicker .ui-timepicker a{color:#575757;font-size:1.25em}
.ui-datepicker .ui-timepicker a:hover{color:#575757;opacity:1}
.ui-datepicker .ui-timepicker a:active,.ui-datepicker .ui-timepicker a:focus{outline:none}
.ui-datepicker .ui-timepicker span{font-size:1rem}
.ui-datepicker .ui-monthpicker .ui-monthpicker-month{color:#575757}
.ui-datepicker .ui-monthpicker .ui-monthpicker-month:active,.ui-datepicker .ui-monthpicker .ui-monthpicker-month:focus{outline:none}
.ui-datepicker .ui-monthpicker .ui-monthpicker-month.ui-state-active{color:#fff;background-color:#003865;border-color:#003865;border-radius:4px;outline:none}
.ui-datepicker .ui-button.ui-state-default.ui-button-secondary,.ui-datepicker .ui-buttonset.ui-button-secondary>.ui-button.ui-state-default{color:#575757;font-weight:700;background-color:#fff;border:1px solid #fff}
.ui-datepicker .ui-button.ui-state-default.ui-button-secondary:enabled:active,.ui-datepicker .ui-button.ui-state-default.ui-button-secondary:enabled:focus,.ui-datepicker .ui-buttonset.ui-button-secondary>.ui-button.ui-state-default:enabled:active,.ui-datepicker .ui-buttonset.ui-button-secondary>.ui-button.ui-state-default:enabled:focus{outline:none}
.ui-datepicker .ui-button.ui-state-default.ui-button-secondary:enabled:hover,.ui-datepicker .ui-buttonset.ui-button-secondary>.ui-button.ui-state-default:enabled:hover{background-color:#eee;border-color:#eee}
.ui-datepicker.ui-datepicker-timeonly{padding:0}
.ui-datepicker.ui-datepicker-timeonly .ui-timepicker{padding:1rem;border-top:none}
.ui-datepicker.ui-datepicker-multiple-month .ui-datepicker-group{padding:0 1rem;border-right:1px solid #e1e1e1}
.ui-datepicker.ui-datepicker-multiple-month .ui-datepicker-group:first-child{padding-left:0}
.ui-datepicker.ui-datepicker-multiple-month .ui-datepicker-group:last-child{padding-right:0;border-right:none}
.ui-calendar.ui-calendar-w-btn{display:inline-flex}
.ui-calendar.ui-calendar-w-btn .ui-datepicker-trigger.ui-button.ui-button-icon-only{width:2rem;margin-left:-1px;padding:0;background-color:#003865}
.ui-calendar.ui-calendar-w-btn .ui-datepicker-trigger.ui-button.ui-button-icon-only:enabled:active,.ui-calendar.ui-calendar-w-btn .ui-datepicker-trigger.ui-button.ui-button-icon-only:enabled:hover{background-color:#00233f;border-color:#001c32}
.ui-calendar.ui-calendar-w-btn .ui-datepicker-trigger.ui-button.ui-button-icon-only:enabled:active,.ui-calendar.ui-calendar-w-btn .ui-datepicker-trigger.ui-button.ui-button-icon-only:enabled:focus{outline:none;box-shadow:0 0 0 .2rem rgba(0,56,101,.25)}
.ui-calendar.ui-calendar-w-btn .ui-datepicker-trigger.ui-button.ui-button-icon-only .ui-button-text{padding:.46rem}
.ui-fluid .ui-calendar.ui-calendar-w-btn input.ui-inputtext{width:calc(100% - 2rem)}
.ui-carousel .ui-carousel-content .ui-carousel-next,.ui-carousel .ui-carousel-content .ui-carousel-prev{width:2.5em;height:3.5em;margin:.2em;padding:0;color:#fff;background-color:rgba(0,0,0,.03);border:none;border-radius:4px;transition:color .3s}
.ui-carousel .ui-carousel-content .ui-carousel-next span,.ui-carousel .ui-carousel-content .ui-carousel-prev span{color:#3e4a59;font-size:14px;vertical-align:middle}
.ui-carousel .ui-carousel-content .ui-carousel-next:not(.ui-state-disabled):hover,.ui-carousel .ui-carousel-content .ui-carousel-prev:not(.ui-state-disabled):hover{background-color:rgba(0,0,0,.15);border-color:rgba(0,0,0,.15)}
.ui-carousel .ui-carousel-content .ui-carousel-next:not(.ui-state-disabled):focus,.ui-carousel .ui-carousel-content .ui-carousel-prev:not(.ui-state-disabled):focus{outline:0 none;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
.ui-carousel .ui-carousel-dots-container .ui-carousel-dot-item>.ui-button{padding:0;background-color:transparent;border-color:transparent;box-shadow:none}
.ui-carousel .ui-carousel-dots-container .ui-carousel-dot-item .ui-carousel-dot-icon{width:6px;height:6px;margin:1em;background-color:#b2c1cd;border-radius:6px}
.ui-carousel .ui-carousel-dots-container .ui-carousel-dot-item .ui-carousel-dot-icon:before{content:" "}
.ui-carousel .ui-carousel-dots-container .ui-carousel-dot-item.ui-state-highlight{background-color:#fff}
.ui-carousel .ui-carousel-dots-container .ui-carousel-dot-item.ui-state-highlight .ui-carousel-dot-icon{background-color:#007bff}
.custom-scrollbar-dark,.custom-scrollbar-light{scrollbar-width:thin;scrollbar-color:rgba(87,87,87,.5) #fff}
.custom-scrollbar-dark::-webkit-scrollbar,.custom-scrollbar-light::-webkit-scrollbar{width:11px}
.custom-scrollbar-dark::-webkit-scrollbar-track,.custom-scrollbar-light::-webkit-scrollbar-track{background:#fff}
.custom-scrollbar-dark::-webkit-scrollbar-thumb,.custom-scrollbar-light::-webkit-scrollbar-thumb{background-color:rgba(87,87,87,.5);border:2px solid #fff;border-radius:7px}
.custom-scrollbar-dark{scrollbar-color:rgba(0,135,244,.5) #002b49}
.custom-scrollbar-dark::-webkit-scrollbar-track{background:#002b49}
.custom-scrollbar-dark::-webkit-scrollbar-thumb{background-color:rgba(0,135,244,.5);border-color:#002b49}
.ui-messages{display:flex}
.ui-messages .ui-messages-icon{display:inline-block;padding:0;font-size:1.5rem;vertical-align:middle}
.ui-messages .ui-messages-summary{margin-left:.25rem;font-weight:700}
.ui-messages .ui-messages-detail{margin-left:.25rem}
.ui-messages ul{display:inline-block;display:flex;flex-direction:column;margin:0;padding:0;vertical-align:middle;list-style-type:none}
.ui-messages ul>li{padding:.25rem}
.ui-messages .ui-messages-close{position:absolute;top:5px;right:5px;cursor:pointer}
.ui-messages.ui-messages-noicon ul{margin:0 1.5rem 0 0}
body .ui-message{position:relative;margin-bottom:.5rem;padding:.5rem .75rem;border:0 solid transparent;border-radius:0}
body .ui-message .ui-message-icon{display:none;margin-right:.75rem;font-size:1.25rem}
body .ui-message .ui-message-text{font-size:1rem}
body .ui-message.ui-message-info{color:#285778;background-color:#dbeefa;border-color:#cde7f8;box-shadow:0 .125rem #c5e3f7}
body .ui-message.ui-message-info .ui-message-icon{color:#285778}
body .ui-message.ui-message-success{color:#1f5e39;background-color:#d8f0e2;border-color:#c8ead6;box-shadow:0 .125rem #c6e9d4}
body .ui-message.ui-message-success .ui-message-icon{color:#1f5e39}
body .ui-message.ui-message-warn{color:#76430c;background-color:#f9e6d1;border-color:#f7dcbe;box-shadow:0 .125rem #f6daba}
body .ui-message.ui-message-warn .ui-message-icon{color:#76430c}
body .ui-message.ui-message-error{color:#68251d;background-color:#f4dad7;border-color:#f0ccc7;box-shadow:0 .125rem #efc8c3}
body .ui-message.ui-message-error .ui-message-icon{color:#68251d}
body p-message[class~=ui-message-show-severity-icon] .ui-message-icon{display:inline;display:initial}
body p-message[class~=ui-message-severity-primary] .ui-message{color:#001d35;background-color:#ccd7e0;border-color:#b8c7d4;box-shadow:0 .125rem #bccbd6}
body p-message[class~=ui-message-severity-primary] .ui-message .ui-message-icon{color:#001d35}
body p-message[class~=ui-message-severity-secondary] .ui-message{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db;box-shadow:0 .125rem #d5d6d9}
body p-message[class~=ui-message-severity-secondary] .ui-message .ui-message-icon{color:#383d41}
body p-message[class~=ui-message-severity-light] .ui-message{color:#818182;background-color:#fefefe;border-color:#fdfdfe;box-shadow:0 .125rem #f1f1f1}
body p-message[class~=ui-message-severity-light] .ui-message .ui-message-icon{color:#818182}
body p-message[class~=ui-message-severity-dark] .ui-message{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca;box-shadow:0 .125rem #c9cbcd}
body p-message[class~=ui-message-severity-dark] .ui-message .ui-message-icon{color:#1b1e21}
body .ui-messages{position:relative;margin-bottom:1rem;padding:.75rem 1.25rem;border:0 solid transparent;border-radius:0}
body .ui-messages .ui-messages-icon{display:none;font-size:1.5rem;line-height:1.3}
body .ui-messages .ui-messages-link{font-weight:700}
body .ui-messages .ui-messages-heading{display:block;margin:10px 0;color:inherit}
body .ui-messages .ui-messages-close{top:.25rem;right:.5rem;overflow:hidden;font-size:1.5rem;line-height:1;border-radius:3px;transition:box-shadow .2s}
body .ui-messages .ui-messages-close:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #ffe8b3}
body .ui-messages.ui-messages-show-severity-icon .ui-messages-icon{display:inline;display:initial}
body .ui-messages.ui-messages-block{display:block}
body .ui-messages.ui-messages-info{color:#285778;background-color:#dbeefa;border-color:#cde7f8;box-shadow:0 .125rem #c5e3f7}
body .ui-messages.ui-messages-info .ui-messages-close,body .ui-messages.ui-messages-info .ui-messages-icon{color:#285778}
body .ui-messages.ui-messages-info .ui-messages-link{color:#1b3b52}
body .ui-messages.ui-messages-success{color:#1f5e39;background-color:#d8f0e2;border-color:#c8ead6;box-shadow:0 .125rem #c6e9d4}
body .ui-messages.ui-messages-success .ui-messages-close,body .ui-messages.ui-messages-success .ui-messages-icon{color:#1f5e39}
body .ui-messages.ui-messages-success .ui-messages-link{color:#123822}
body .ui-messages.ui-messages-warn{color:#76430c;background-color:#f9e6d1;border-color:#f7dcbe;box-shadow:0 .125rem #f6daba}
body .ui-messages.ui-messages-warn .ui-messages-close,body .ui-messages.ui-messages-warn .ui-messages-icon{color:#76430c}
body .ui-messages.ui-messages-warn .ui-messages-link{color:#482907}
body .ui-messages.ui-messages-error{color:#68251d;background-color:#f4dad7;border-color:#f0ccc7;box-shadow:0 .125rem #efc8c3}
body .ui-messages.ui-messages-error .ui-messages-close,body .ui-messages.ui-messages-error .ui-messages-icon{color:#68251d}
body .ui-messages.ui-messages-error .ui-messages-link{color:#401712}
body .ui-messages.ui-messages-error.ui-messages-severity-primary,body .ui-messages.ui-messages-info.ui-messages-severity-primary,body .ui-messages.ui-messages-success.ui-messages-severity-primary,body .ui-messages.ui-messages-warn.ui-messages-severity-primary{color:#001d35;background-color:#ccd7e0;border-color:#b8c7d4;box-shadow:0 .125rem #bccbd6}
body .ui-messages.ui-messages-error.ui-messages-severity-primary .ui-messages-close,body .ui-messages.ui-messages-error.ui-messages-severity-primary .ui-messages-icon,body .ui-messages.ui-messages-info.ui-messages-severity-primary .ui-messages-close,body .ui-messages.ui-messages-info.ui-messages-severity-primary .ui-messages-icon,body .ui-messages.ui-messages-success.ui-messages-severity-primary .ui-messages-close,body .ui-messages.ui-messages-success.ui-messages-severity-primary .ui-messages-icon,body .ui-messages.ui-messages-warn.ui-messages-severity-primary .ui-messages-close,body .ui-messages.ui-messages-warn.ui-messages-severity-primary .ui-messages-icon{color:#001d35}
body .ui-messages.ui-messages-error.ui-messages-severity-primary .ui-messages-link,body .ui-messages.ui-messages-info.ui-messages-severity-primary .ui-messages-link,body .ui-messages.ui-messages-success.ui-messages-severity-primary .ui-messages-link,body .ui-messages.ui-messages-warn.ui-messages-severity-primary .ui-messages-link{color:#000102}
body .ui-messages.ui-messages-error.ui-messages-severity-secondary,body .ui-messages.ui-messages-info.ui-messages-severity-secondary,body .ui-messages.ui-messages-success.ui-messages-severity-secondary,body .ui-messages.ui-messages-warn.ui-messages-severity-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db;box-shadow:0 .125rem #d5d6d9}
body .ui-messages.ui-messages-error.ui-messages-severity-secondary .ui-messages-close,body .ui-messages.ui-messages-error.ui-messages-severity-secondary .ui-messages-icon,body .ui-messages.ui-messages-info.ui-messages-severity-secondary .ui-messages-close,body .ui-messages.ui-messages-info.ui-messages-severity-secondary .ui-messages-icon,body .ui-messages.ui-messages-success.ui-messages-severity-secondary .ui-messages-close,body .ui-messages.ui-messages-success.ui-messages-severity-secondary .ui-messages-icon,body .ui-messages.ui-messages-warn.ui-messages-severity-secondary .ui-messages-close,body .ui-messages.ui-messages-warn.ui-messages-severity-secondary .ui-messages-icon{color:#383d41}
body .ui-messages.ui-messages-error.ui-messages-severity-secondary .ui-messages-link,body .ui-messages.ui-messages-info.ui-messages-severity-secondary .ui-messages-link,body .ui-messages.ui-messages-success.ui-messages-severity-secondary .ui-messages-link,body .ui-messages.ui-messages-warn.ui-messages-severity-secondary .ui-messages-link{color:#202326}
body .ui-messages.ui-messages-error.ui-messages-severity-light,body .ui-messages.ui-messages-info.ui-messages-severity-light,body .ui-messages.ui-messages-success.ui-messages-severity-light,body .ui-messages.ui-messages-warn.ui-messages-severity-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe;box-shadow:0 .125rem #f1f1f1}
body .ui-messages.ui-messages-error.ui-messages-severity-light .ui-messages-close,body .ui-messages.ui-messages-error.ui-messages-severity-light .ui-messages-icon,body .ui-messages.ui-messages-info.ui-messages-severity-light .ui-messages-close,body .ui-messages.ui-messages-info.ui-messages-severity-light .ui-messages-icon,body .ui-messages.ui-messages-success.ui-messages-severity-light .ui-messages-close,body .ui-messages.ui-messages-success.ui-messages-severity-light .ui-messages-icon,body .ui-messages.ui-messages-warn.ui-messages-severity-light .ui-messages-close,body .ui-messages.ui-messages-warn.ui-messages-severity-light .ui-messages-icon{color:#818182}
body .ui-messages.ui-messages-error.ui-messages-severity-light .ui-messages-link,body .ui-messages.ui-messages-info.ui-messages-severity-light .ui-messages-link,body .ui-messages.ui-messages-success.ui-messages-severity-light .ui-messages-link,body .ui-messages.ui-messages-warn.ui-messages-severity-light .ui-messages-link{color:#686868}
body .ui-messages.ui-messages-error.ui-messages-severity-dark,body .ui-messages.ui-messages-info.ui-messages-severity-dark,body .ui-messages.ui-messages-success.ui-messages-severity-dark,body .ui-messages.ui-messages-warn.ui-messages-severity-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca;box-shadow:0 .125rem #c9cbcd}
body .ui-messages.ui-messages-error.ui-messages-severity-dark .ui-messages-close,body .ui-messages.ui-messages-error.ui-messages-severity-dark .ui-messages-icon,body .ui-messages.ui-messages-info.ui-messages-severity-dark .ui-messages-close,body .ui-messages.ui-messages-info.ui-messages-severity-dark .ui-messages-icon,body .ui-messages.ui-messages-success.ui-messages-severity-dark .ui-messages-close,body .ui-messages.ui-messages-success.ui-messages-severity-dark .ui-messages-icon,body .ui-messages.ui-messages-warn.ui-messages-severity-dark .ui-messages-close,body .ui-messages.ui-messages-warn.ui-messages-severity-dark .ui-messages-icon{color:#1b1e21}
body .ui-messages.ui-messages-error.ui-messages-severity-dark .ui-messages-link,body .ui-messages.ui-messages-info.ui-messages-severity-dark .ui-messages-link,body .ui-messages.ui-messages-success.ui-messages-severity-dark .ui-messages-link,body .ui-messages.ui-messages-warn.ui-messages-severity-dark .ui-messages-link{color:#040505}
.ui-dialog{color:#575757;font-weight:400;line-height:1.5;background-color:#fff;box-shadow:none}
.ui-dialog.ui-widget-content{border:none;border-radius:0}
.ui-dialog .ui-dialog-titlebar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#fff;font-weight:700;background-color:#003865;border-bottom:none;border-radius:0}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title{flex:1 1 auto;min-height:1.75rem;margin:0;font-weight:600;font-size:1rem;line-height:1.75}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon{flex:0 0 auto;margin-left:1.25rem;color:#fff;font-size:1.25rem;border:none;outline:none;opacity:.7;transition:opacity .2s}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-icon:hover{opacity:1}
.ui-dialog .ui-dialog-content p{margin-top:0}
.ui-dialog .ui-dialog-footer{padding:1.25rem;border:none;border-top:1px solid #ebebeb}
.ui-dialog-mask.ui-widget-overlay{background-color:rgba(0,0,0,.25)}
body .ui-dialog .ui-dialog-titlebar{padding:.625rem 1.25rem}
body .ui-dialog .ui-dialog-content{padding:1.25rem 1.25rem 1px;overflow-x:visible}
body .ui-dialog .ui-dialog-content:last-child{padding-bottom:1.25rem}
body .ui-dialog .ui-dialog-footer button{font-weight:700;border-radius:.2rem;outline:none}
body .ui-dialog .ui-dialog-footer button:active,body .ui-dialog .ui-dialog-footer button:focus,body .ui-dialog .ui-dialog-footer button:hover{outline:none}
body .ui-tabmenu{margin-bottom:1.75rem;color:#575757;font-size:1rem;background-color:#fff;box-shadow:0 .125rem rgba(0,0,0,.01)}
body .ui-tabmenu,body .ui-tabmenu .ui-tabmenu-nav{padding:0;line-height:1.5;border:none;border-radius:0}
body .ui-tabmenu .ui-tabmenu-nav{background-color:#f9f9f9}
body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem{top:0;margin:0;border-radius:0}
body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link{padding:.75rem 1.25rem;color:#575757;font-weight:700;border:1px solid transparent}
body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link .ui-menuitem-icon{margin-right:.5rem}
body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem .ui-menuitem-link:focus{outline:none}
body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem:not(.ui-state-active):not(.ui-state-disabled):hover .ui-menuitem-link{color:#003865}
body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active{background-color:#fff}
.ui-tabview.ui-tabview-bottom,.ui-tabview.ui-tabview-left,.ui-tabview.ui-tabview-right,.ui-tabview.ui-tabview-top{margin-bottom:1.75rem;padding:0;color:#575757;font-size:1rem;line-height:1.5;background-color:#fff;border:none;border-radius:0;box-shadow:0 .125rem rgba(0,0,0,.01)}
.ui-tabview.ui-tabview-bottom ul.ui-tabview-nav,.ui-tabview.ui-tabview-left ul.ui-tabview-nav,.ui-tabview.ui-tabview-right ul.ui-tabview-nav,.ui-tabview.ui-tabview-top ul.ui-tabview-nav{display:flex;flex-wrap:wrap;padding:0;line-height:1.5;background-color:#f9f9f9;border:none;border-radius:0}
.ui-tabview.ui-tabview-bottom .ui-tabview-nav li .ui-tabview-close,.ui-tabview.ui-tabview-left .ui-tabview-nav li .ui-tabview-close,.ui-tabview.ui-tabview-right .ui-tabview-nav li .ui-tabview-close,.ui-tabview.ui-tabview-top .ui-tabview-nav li .ui-tabview-close{opacity:.3}
.ui-tabview.ui-tabview-bottom .ui-tabview-nav li:focus,.ui-tabview.ui-tabview-left .ui-tabview-nav li:focus,.ui-tabview.ui-tabview-right .ui-tabview-nav li:focus,.ui-tabview.ui-tabview-top .ui-tabview-nav li:focus{outline:none}
.ui-tabview.ui-tabview-bottom .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover a,.ui-tabview.ui-tabview-left .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover a,.ui-tabview.ui-tabview-right .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover a,.ui-tabview.ui-tabview-top .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover a{color:#003865}
.ui-tabview.ui-tabview-bottom .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover .ui-tabview-close,.ui-tabview.ui-tabview-left .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover .ui-tabview-close,.ui-tabview.ui-tabview-right .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover .ui-tabview-close,.ui-tabview.ui-tabview-top .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover .ui-tabview-close{opacity:1}
.ui-tabview.ui-tabview-bottom .ui-tabview-nav li.ui-state-active,.ui-tabview.ui-tabview-left .ui-tabview-nav li.ui-state-active,.ui-tabview.ui-tabview-right .ui-tabview-nav li.ui-state-active,.ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-state-active{color:#575757;background-color:#fff}
.ui-tabview.ui-tabview-bottom .ui-tabview-nav li.ui-state-active:hover .ui-tabview-close,.ui-tabview.ui-tabview-left .ui-tabview-nav li.ui-state-active:hover .ui-tabview-close,.ui-tabview.ui-tabview-right .ui-tabview-nav li.ui-state-active:hover .ui-tabview-close,.ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-state-active:hover .ui-tabview-close{opacity:1}
.ui-tabview.ui-tabview-bottom .ui-tabview-nav li.ui-tabview-selected a,.ui-tabview.ui-tabview-left .ui-tabview-nav li.ui-tabview-selected a,.ui-tabview.ui-tabview-right .ui-tabview-nav li.ui-tabview-selected a,.ui-tabview.ui-tabview-top .ui-tabview-nav li.ui-tabview-selected a{cursor:pointer}
.ui-tabview.ui-tabview-left ul.ui-tabview-nav,.ui-tabview.ui-tabview-right ul.ui-tabview-nav{flex-direction:column}
body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li,body .ui-tabview.ui-tabview-left .ui-tabview-nav li,body .ui-tabview.ui-tabview-right .ui-tabview-nav li,body .ui-tabview.ui-tabview-top .ui-tabview-nav li{margin:0;border-radius:0}
body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li a,body .ui-tabview.ui-tabview-left .ui-tabview-nav li a,body .ui-tabview.ui-tabview-right .ui-tabview-nav li a,body .ui-tabview.ui-tabview-top .ui-tabview-nav li a{display:inline-block;float:none;padding:.75rem 1.25rem;color:#575757;font-weight:700;font-size:.875rem;border:1px solid transparent}
body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li .ui-tabview-close:focus,body .ui-tabview.ui-tabview-left .ui-tabview-nav li .ui-tabview-close:focus,body .ui-tabview.ui-tabview-right .ui-tabview-nav li .ui-tabview-close:focus,body .ui-tabview.ui-tabview-top .ui-tabview-nav li .ui-tabview-close:focus{outline:none}
body .ui-tabview.ui-tabview-left .ui-tabview-nav li,body .ui-tabview.ui-tabview-right .ui-tabview-nav li{width:100%}
body .ui-tabview.ui-tabview-top .ui-tabview-nav li{top:0}
body .ui-tabview.ui-tabview-bottom .ui-tabview-nav li{bottom:0}
body .ui-tabview.ui-tabview-left .ui-tabview-nav li{left:0}
body .ui-tabview.ui-tabview-right .ui-tabview-nav li{right:0}
.ui-tabview .ui-tabview-panels{padding:1.25rem 1.25rem 1px;overflow-x:visible;background-color:#fff}
.ui-tabview .ui-tabview-panels .ui-tabview-panel{padding:0}
.ui-tabview .ui-tabview-panels .ui-tabview-panel p{margin:0 0 1.25rem}
body .ui-toast{max-width:33.33333%}
body .ui-toast .ui-toast-message{margin-bottom:.75rem}
.ui-toast .ui-toast-message .ui-toast-message-content{padding:.75rem 1.25rem}
.ui-toast .ui-toast-message-content .ui-toast-message-text-content{margin-left:1.75rem;padding-bottom:.25rem}
.ui-toast .ui-toast-message-content .ui-toast-message-text-content .ui-toast-summary{padding:0}
.ui-toast .ui-toast-message-content .ui-toast-icon{top:.625rem;left:1.25rem;font-size:1rem;line-height:1.75rem}
.ui-toast .ui-toast-message-content .ui-toast-close-icon{top:.625rem;right:.625rem;color:#000;opacity:.5;transition:opacity .2s}
.ui-toast .ui-toast-message-content .ui-toast-close-icon:hover{opacity:1}
.ui-toast-message-info{color:#285778;background-color:#dbeefa;box-shadow:0 .125rem #c5e3f7}
.ui-toast-message-success{color:#1f5e39;background-color:#d8f0e2;box-shadow:0 .125rem #c6e9d4}
.ui-toast-message-warn{color:#76430c;background-color:#f9e6d1;box-shadow:0 .125rem #f6daba}
.ui-toast-message-error{color:#68251d;background-color:#f4dad7;box-shadow:0 .125rem #efc8c3}
body .ui-tooltip.ui-state-error{border:0}
body .ui-tooltip .ui-tooltip .ui-tooltip-text{color:#6c757d;background-color:#6c757d}
body .ui-tooltip .ui-tooltip.ui-state-error{border:0}
body .ui-tooltip .ui-tooltip.ui-tooltip-right .ui-tooltip-arrow{border-right-color:#6c757d}
body .ui-tooltip .ui-tooltip.ui-tooltip-left .ui-tooltip-arrow{border-left-color:#6c757d}
body .ui-tooltip .ui-tooltip.ui-tooltip-top .ui-tooltip-arrow{border-top-color:#6c757d}
body .ui-tooltip .ui-tooltip.ui-tooltip-bottom .ui-tooltip-arrow{border-bottom-color:#6c757d}
body .ui-paginator .ui-paginator-current{margin:0 auto 0 0}
body .ui-paginator .ui-paginator-pages{display:flex;height:auto;margin:0;padding:0}
body .ui-paginator .ui-paginator-pages .ui-paginator-element{margin:0 .25rem 0 0}
body .ui-paginator .ui-paginator-pages .ui-paginator-element.ui-paginator-page{height:auto}
.ui-paginator{display:flex;align-items:center;justify-content:center}
.ui-paginator.ui-widget-header{background-color:transparent;border:none}
.ui-paginator .ui-paginator-element{margin-left:.25rem;padding:.5rem .75rem;color:#575757;font-weight:700;font-size:1rem;line-height:1.25;background-color:#fff;border-bottom:2px solid transparent;border-radius:0}
.ui-paginator .ui-paginator-element.ui-paginator-first,.ui-paginator .ui-paginator-element.ui-paginator-last,.ui-paginator .ui-paginator-element.ui-paginator-next,.ui-paginator .ui-paginator-element.ui-paginator-prev{margin:0 .25rem 0 0;padding:1.25rem 1rem}
.ui-paginator .ui-paginator-element:not(.ui-state-disabled):not(.ui-state-active):hover{color:#003865;text-decoration:none;background-color:transparent;border-color:#003865}
.ui-paginator .ui-paginator-element.ui-state-active:not(.ui-state-disabled),.ui-paginator .ui-paginator-element:active:not(.ui-state-disabled),.ui-paginator .ui-paginator-element:focus:not(.ui-state-disabled){color:#003865;background-color:#f9f9f9;border-color:#003865;outline:none}
.ui-paginator .ui-paginator-element.ui-state-disabled{color:#adb5bd;background-color:#fff;border-color:transparent;pointer-events:none}
body .ui-table .ui-paginator{padding:.85rem .75rem}
body .ui-table .ui-table-caption,body .ui-table .ui-table-summary{padding:.85rem .75rem;color:#575757;text-align:center;background:#f5f5f5;border:1px solid #ddd}
body .ui-table .ui-table-caption{border-bottom:0}
body .ui-table .ui-table-caption.ui-widget-header{font-weight:400}
body .ui-table .ui-table-summary{border-top:0}
body .ui-table .ui-table-thead>tr>th{padding:.75rem;color:#575757;font-weight:700;background-color:#fff;border:1px solid #ddd}
body .ui-table .ui-table-tbody>tr{color:#575757;background-color:#f5f5f5}
body .ui-table .ui-table-tbody>tr>td{padding:.75rem;background-color:inherit;border:1px solid #ddd}
body .ui-table .ui-table-tbody>tr.ui-state-highlight{color:#fff;background-color:#007bff}
body .ui-table .ui-table-tbody>tr.ui-state-highlight a{color:#fff}
body .ui-table .ui-table-tbody>tr.ui-contextmenu-selected{color:#fff;background-color:#66b0ff}
body .ui-table .ui-table-tbody>tr.ui-table-dragpoint-top>td{box-shadow:inset 0 2rem 0 0 #8dcdff}
body .ui-table .ui-table-tbody>tr.ui-table-dragpoint-bottom>td{box-shadow:inset 0 -2rem 0 0 #8dcdff}
body .ui-table .ui-table-tbody>tr:focus{outline:none}
body .ui-table .ui-table-tbody>tr:focus+tr>td{box-shadow:0 -.2rem 0 0 #8dcdff}
body .ui-table .ui-table-tbody>tr:focus>td{box-shadow:0 -.2rem 0 0 #8dcdff,0 .2rem 0 0 #8dcdff}
body .ui-table .ui-table-tbody>tr:focus>td:first-child{box-shadow:0 -.2rem 0 0 #8dcdff,0 .2rem 0 0 #8dcdff,-.1em -.1em 0 .1em #8dcdff}
body .ui-table .ui-table-tbody>tr:focus>td:last-child{box-shadow:0 -.2rem 0 0 #8dcdff,0 .2rem 0 0 #8dcdff,.1em -.1em 0 .1em #8dcdff}
body .ui-table .ui-table-tbody>tr:nth-child(2n){background-color:#fff}
body .ui-table .ui-table-tbody>tr:nth-child(2n).ui-state-highlight{color:#fff;background-color:#007bff}
body .ui-table .ui-table-tbody>tr:nth-child(2n).ui-state-highlight a{color:#fff}
body .ui-table .ui-table-tbody>tr:nth-child(2n).ui-contextmenu-selected{color:#fff;background-color:#66b0ff}
body .ui-table .ui-table-tfoot>tr>td{padding:.75rem;color:#575757;font-weight:700;background-color:#fff;border:1px solid #ddd}
body .ui-table .ui-sortable-column{color:#575757;transition:box-shadow .2s}
body .ui-table .ui-sortable-column:focus{outline:0 none;outline-offset:0;box-shadow:inset 0 0 0 .2rem #8dcdff}
body .ui-table .ui-sortable-column .ui-sortable-column-icon{color:#777;vertical-align:middle}
body .ui-table .ui-sortable-column:not(.ui-state-highlight):hover,body .ui-table .ui-sortable-column:not(.ui-state-highlight):hover .ui-sortable-column-icon{color:#1d1e1f;background-color:#f5f5f5}
body .ui-table .ui-sortable-column.ui-state-highlight{color:#fff;background-color:#007bff;border-top-color:#007bff}
body .ui-table .ui-sortable-column.ui-state-highlight .ui-sortable-column-icon{color:#fff}
body .ui-table p-sorticon{vertical-align:baseline}
body .ui-table .ui-editable-column input{font-size:1rem;font-family:Open Sans,Helvetica Neue,sans-serif}
body .ui-table .ui-editable-column input:focus{outline:1px solid #8dcdff;outline-offset:2px}
body .ui-table .ui-table-virtual-scrollable-body .ui-table-tbody>tr:nth-child(2n){background-color:#fff}
body .ui-table .ui-table-virtual-scrollable-body .ui-table-tbody>tr:nth-child(2n).ui-state-highlight{color:#fff;background-color:#007bff}
body .ui-table .ui-table-virtual-scrollable-body .ui-table-tbody>tr:nth-child(2n).ui-state-highlight a{color:#fff}
body .ui-table.ui-table-hoverable-rows .ui-table-tbody>tr.ui-selectable-row:not(.ui-state-highlight):hover{color:#575757;background-color:#2b2626;cursor:pointer}
body .ui-table.ui-table-hoverable-rows .ui-table-tbody>tr.ui-selectable-row:not(.ui-state-highlight):not(.ui-contextmenu-selected):hover{color:#1d1e1f;background-color:#f5f5f5;cursor:pointer}
body .ui-table .ui-column-resizer-helper{background-color:#007bff}
body .ui-table .ui-dropdown{min-width:8.5rem}
@media screen and (max-width:40rem){body .ui-table.ui-table-responsive .ui-paginator-top{border-bottom:1px solid #ddd}body .ui-table.ui-table-responsive .ui-paginator-bottom{border-top:1px solid #ddd}body .ui-table.ui-table-responsive .ui-table-tbody>tr td{border:0}body .ui-table.ui-table-responsive .ui-table-tbody>tr:focus+tr>td,body .ui-table.ui-table-responsive .ui-table-tbody>tr:focus>td,body .ui-table.ui-table-responsive .ui-table-tbody>tr:focus>td:first-child,body .ui-table.ui-table-responsive .ui-table-tbody>tr:focus>td:last-child{box-shadow:none}}
body .ui-progressbar{display:flex;height:1.5rem;overflow:hidden;font-size:1rem;background-color:#ddd;border-radius:0}
body .ui-progressbar .ui-progressbar-value{display:flex;flex-direction:column;justify-content:center;white-space:nowrap;text-align:center;background-color:#003865;border-radius:0;transition:width .6s ease}
body .ui-progressbar .ui-progressbar-label{margin-top:0;color:#fff;line-height:1.5rem}
body p-progressbar.progressbar-warning .ui-progressbar-value{background-color:#e28118}
body p-progressbar.progressbar-danger .ui-progressbar-value{background-color:#c84837}
body p-progressbar.progressbar-info .ui-progressbar-value{background-color:#4ca8e6}
body p-progressbar.progressbar-success .ui-progressbar-value{background-color:#3bb56e}
body p-progressbar.progressbar-striped .ui-progressbar-value{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1.5rem 1.5rem}
body p-progressbar.progressbar-mini .ui-progressbar{height:.8rem}
body p-progressbar.progressbar-mini .ui-progressbar .ui-progressbar-label{color:transparent}
body .ui-contextmenu .ui-menuitem-link,body .ui-megamenu .ui-menuitem-link,body .ui-menu .ui-menuitem-link,body .ui-menubar .ui-menuitem-link,body .ui-slidemenu .ui-menuitem-link,body .ui-tieredmenu .ui-menuitem-link{padding:8px 20px;color:#575757;border-radius:0}
body .ui-contextmenu .ui-menuitem-link:focus,body .ui-contextmenu .ui-menuitem-link:hover,body .ui-megamenu .ui-menuitem-link:focus,body .ui-megamenu .ui-menuitem-link:hover,body .ui-menu .ui-menuitem-link:focus,body .ui-menu .ui-menuitem-link:hover,body .ui-menubar .ui-menuitem-link:focus,body .ui-menubar .ui-menuitem-link:hover,body .ui-slidemenu .ui-menuitem-link:focus,body .ui-slidemenu .ui-menuitem-link:hover,body .ui-tieredmenu .ui-menuitem-link:focus,body .ui-tieredmenu .ui-menuitem-link:hover{color:#575757;background-color:#f5f5f5}
body .ui-contextmenu .ui-menuitem-link .ui-menuitem-text,body .ui-megamenu .ui-menuitem-link .ui-menuitem-text,body .ui-menu .ui-menuitem-link .ui-menuitem-text,body .ui-menubar .ui-menuitem-link .ui-menuitem-text,body .ui-slidemenu .ui-menuitem-link .ui-menuitem-text,body .ui-tieredmenu .ui-menuitem-link .ui-menuitem-text{vertical-align:middle}
body .ui-contextmenu .ui-menuitem-link .ui-submenu-icon,body .ui-megamenu .ui-menuitem-link .ui-submenu-icon,body .ui-menu .ui-menuitem-link .ui-submenu-icon,body .ui-menubar .ui-menuitem-link .ui-submenu-icon,body .ui-slidemenu .ui-menuitem-link .ui-submenu-icon,body .ui-tieredmenu .ui-menuitem-link .ui-submenu-icon{right:1.5rem}
body .ui-contextmenu .ui-submenu-list,body .ui-menubar .ui-submenu-list,body .ui-slidemenu .ui-submenu-list,body .ui-tieredmenu .ui-submenu-list{padding:0}
body .ui-contextmenu .ui-submenu-list.ui-shadow,body .ui-contextmenu .ui-submenu-list .ui-shadow,body .ui-menubar .ui-submenu-list.ui-shadow,body .ui-menubar .ui-submenu-list .ui-shadow,body .ui-slidemenu .ui-submenu-list.ui-shadow,body .ui-slidemenu .ui-submenu-list .ui-shadow,body .ui-tieredmenu .ui-submenu-list.ui-shadow,body .ui-tieredmenu .ui-submenu-list .ui-shadow{border:1px solid #ccc}
body .ui-contextmenu .ui-submenu-list .ui-menuitem,body .ui-menubar .ui-submenu-list .ui-menuitem,body .ui-slidemenu .ui-submenu-list .ui-menuitem,body .ui-tieredmenu .ui-submenu-list .ui-menuitem{margin:0}
body .ui-contextmenu,body .ui-tieredmenu{padding:.4rem 0}
body .ui-contextmenu .ui-menuitem .ui-menuitem-link .ui-menuitem-icon,body .ui-tieredmenu .ui-menuitem .ui-menuitem-link .ui-menuitem-icon{vertical-align:middle}
body .ui-contextmenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link,body .ui-tieredmenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link{color:#575757;background-color:#f5f5f5}
body .ui-splitbutton.ui-buttonset .ui-menu{width:100%;min-width:11.25rem}
body .ui-menu{min-width:11.25rem;margin:.125rem 0 0;padding:.5rem 0;color:#575757;font-size:1rem;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #e1e1e1;border-radius:0;box-shadow:0 .25rem 2rem rgba(0,0,0,.08)}
body .ui-menu .ui-menu-dynamic{position:absolute}
body .ui-menu .ui-menuitem-link{display:block;clear:both;width:100%;padding:.5rem .75rem;color:#575757;font-weight:400;white-space:nowrap;text-align:inherit;background-color:transparent;border:0}
body .ui-menu .ui-menuitem-link .ui-menuitem-text{color:#575757}
body .ui-menu .ui-menuitem-link .ui-menuitem-icon{display:inline-block;min-width:20px;margin-right:.5rem;color:#575757;text-align:center}
body .ui-menu .ui-menuitem-link.ui-state-disabled{color:#6c757d;background-color:transparent;pointer-events:none}
body .ui-menu .ui-menuitem-link:not(.ui-state-disabled):hover{color:#575757;text-decoration:none;background-color:#f5f5f5}
body .ui-menu .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-icon,body .ui-menu .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-text{color:#575757}
body .ui-menu .ui-menuitem-link:not(.ui-state-disabled):active{color:#fff;text-decoration:none;background-color:#003865}
body .ui-menu .ui-menuitem-link:not(.ui-state-disabled):active .ui-menuitem-icon,body .ui-menu .ui-menuitem-link:not(.ui-state-disabled):active .ui-menuitem-text{color:#fff}
body .ui-menu .ui-menuitem-link:focus{color:#575757;text-decoration:none;background-color:#f5f5f5;outline:0 none;outline-offset:0}
body .ui-menu .ui-menuitem-link.ui-menuitem-link-active{color:#fff;text-decoration:none;background-color:#003865}
body .ui-menu .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-text{color:#fff}
body .ui-menu .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-icon{color:#fff;vertical-align:middle}
body .ui-menu .ui-menuitem{margin:0}
body .ui-menu.ui-shadow{box-shadow:0 0 6px 0 rgba(0,0,0,.16)}
body .ui-menu .ui-submenu-header{margin:0;padding:8px 20px;background-color:#e5e5e5;border:0;border-radius:0}
body .ui-menu .ui-menu-separator{border:solid #ccc;border-width:1px 0 0}
body .ui-menu.ui-shadow,body .ui-menu .ui-shadow{border:1px solid #ccc}
body .ui-overlaypanel{padding:0;color:#575757;background-color:#fff;border:1px solid #ccc;border-radius:0}
body .ui-overlaypanel .ui-overlaypanel-content{padding:.571em 1em}
body .ui-overlaypanel.popover .ui-overlaypanel-content{padding:0}
body .ui-overlaypanel.popover .ui-overlaypanel-content .popover-header{margin:0;padding:.75rem .625rem;color:#575757;font-size:1rem;line-height:1.25;background-color:#fff;border-bottom:1px solid #ccc}
body .ui-overlaypanel.popover .ui-overlaypanel-content .popover-body{padding:.625rem;color:#575757}
body .ui-overlaypanel .ui-overlaypanel-close{top:-.6rem;right:-.6rem;width:1.2rem;height:1.2rem;color:#fff;line-height:1.2rem;text-align:center;background-color:#007bff;transition:background-color .3s}
body .ui-overlaypanel .ui-overlaypanel-close span{display:inline-block;margin-top:-1px;font-size:inherit;line-height:inherit}
body .ui-overlaypanel .ui-overlaypanel-close .ui-overlaypanel-close-icon{line-height:inherit}
body .ui-overlaypanel .ui-overlaypanel-close:hover{color:#fff;background-color:#006fe6}
body .ui-overlaypanel .ui-overlaypanel-close:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .2rem #8dcdff}
body .ui-overlaypanel:after{border-color:transparent transparent #fff}
body .ui-overlaypanel:before{border-color:transparent transparent #ccc}
body .ui-overlaypanel.ui-overlaypanel-flipped:after{border-top-color:#fff}
body .ui-overlaypanel.ui-overlaypanel-flipped:before{border-top-color:#ccc}
body .ui-accordion .ui-accordion-header{margin-top:.357em;margin-bottom:0;padding:0;color:#6c757d;font-weight:700;font-size:14px;background-color:#f9f9f9;border:1px solid #ddd;border-radius:0}
body .ui-accordion .ui-accordion-header>a{padding:.625rem 1.25rem;color:#6c757d;font-weight:400;font-size:1rem;line-height:1.5;outline:0 none}
body .ui-accordion .ui-accordion-header>a .ui-accordion-header-text{vertical-align:middle}
body .ui-accordion .ui-accordion-header>a .ui-accordion-toggle-icon{display:none;color:#6c757d;vertical-align:middle}
body .ui-accordion .ui-accordion-header>a .ui-accordion-toggle-icon.pi{font-size:1rem}
body .ui-accordion.ui-accordion-show-icon .ui-accordion-header>a .ui-accordion-toggle-icon{display:inline;display:initial}
body .ui-accordion .ui-accordion-content{padding:1.25rem;color:#575757;font-size:1rem;background-color:#fff;border:1px solid #ddd}
body .ui-breadcrumb{margin-bottom:0;padding:.75rem 0;background-color:transparent;border:0;border-radius:.25rem}
body .ui-breadcrumb ul li{display:inline-block;float:none;font-weight:700;font-size:1rem;line-height:1.2;vertical-align:middle}
body .ui-breadcrumb ul li .ui-menuitem-link{position:relative;top:-1px;margin:0;color:#003865}
body .ui-breadcrumb ul li.ui-breadcrumb-chevron{margin:-2px 6px 0;color:#ced4da;font-size:1rem}
body .ui-breadcrumb ul li:first-child{font-size:1.2rem}
body .ui-breadcrumb ul li:first-child.pi-home{margin:0;color:#003865;font-size:1.1rem}
body .ui-breadcrumb ul li:first-child.pi-home span{display:none}
body .ui-breadcrumb ul li:last-child .ui-menuitem-link{color:#6c757d}
body .ui-breadcrumb.ui-breadcrumbs-light ul li.ui-breadcrumb-chevron{font-size:1.4rem}
body .ui-breadcrumb.ui-breadcrumbs-light ul li.ui-breadcrumb-chevron:before{content:"/"}
body .ui-contextmenu .ui-submenu-list.ui-shadow,body .ui-contextmenu .ui-submenu-list .ui-shadow{border:1px solid #ccc}
body .ui-megamenu{padding:0;background-color:#f9f9f9;border:1px solid #ddd}
body .ui-megamenu.ui-megamenu-white{background-color:#fff}
body .ui-megamenu.ui-megamenu-white .ui-menuitem.ui-menuitem-active>.ui-menuitem-link{background-color:#f5f5f5}
body .ui-megamenu .ui-menuitem-link{padding:.5rem .75rem;color:#575757;font-weight:400;border-radius:0;transition:box-shadow .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
body .ui-megamenu .ui-menuitem-link .ui-menuitem-text{color:#575757}
body .ui-megamenu .ui-menuitem-link .ui-menuitem-icon{min-width:20px;margin-right:.5rem;color:#575757}
body .ui-megamenu .ui-menuitem-link:not(.ui-state-disabled):hover{color:#575757;text-decoration:none;background-color:#f5f5f5}
body .ui-megamenu .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-icon,body .ui-megamenu .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-text{color:#575757}
body .ui-megamenu .ui-menuitem-link:focus{color:#575757;text-decoration:none;background-color:#f9f9f9;outline:0 none;outline-offset:0}
body .ui-megamenu .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-icon,body .ui-megamenu .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-text{color:#fff}
body .ui-megamenu .ui-megamenu-panel{background-color:#fff;background-clip:padding-box;border:1px solid #ddd;border-radius:0;box-shadow:0 .25rem 2rem rgba(0,0,0,.08)}
body .ui-megamenu .ui-megamenu-panel .ui-menuitem-link:not(.ui-state-disabled):active{color:#fff;text-decoration:none;background-color:#003865}
body .ui-megamenu .ui-megamenu-panel .ui-menuitem-link:not(.ui-state-disabled):active .ui-menuitem-icon,body .ui-megamenu .ui-megamenu-panel .ui-menuitem-link:not(.ui-state-disabled):active .ui-menuitem-text{color:#fff}
body .ui-megamenu .ui-megamenu-panel .ui-menuitem-link.ui-menuitem-link-active{color:#fff;text-decoration:none;background-color:#003865}
body .ui-megamenu .ui-megamenu-submenu-header{margin:0;padding:.5rem 1.2rem;background-color:#e5e5e5;border:0;border-radius:0}
body .ui-megamenu .ui-menuitem{margin:0}
body .ui-megamenu .ui-menuitem .ui-menuitem-link .ui-submenu-icon{right:.5rem}
body .ui-megamenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link{background-color:#eaeaea}
body .ui-megamenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-menuitem-text{color:#575757}
body .ui-megamenu.ui-megamenu-vertical .ui-megamenu-root-list>.ui-menuitem>.ui-menuitem-link>.ui-submenu-icon{right:.5rem}
body .ui-megamenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-menuitem-icon,body .ui-megamenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-submenu-icon{color:#575757}
body .ui-menubar{padding:0;background-color:#f9f9f9;border:1px solid #ddd}
body .ui-menubar.ui-menubar-white{background-color:#fff}
body .ui-menubar.ui-menubar-white .ui-menubar-root-list>.ui-menuitem>.ui-menuitem-link:not(.ui-state-disabled):hover{background-color:#f5f5f5}
body .ui-menubar .ui-menuitem-link{padding:.5rem .75rem;color:#575757;font-weight:400;border-radius:0;transition:box-shadow .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
body .ui-menubar .ui-menuitem-link .ui-menuitem-text{color:#575757}
body .ui-menubar .ui-menuitem-link .ui-menuitem-icon{min-width:20px;margin-right:.5rem;color:#575757}
body .ui-menubar .ui-menuitem-link:not(.ui-state-disabled):hover{color:#575757;text-decoration:none;background-color:#f5f5f5}
body .ui-menubar .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-icon,body .ui-menubar .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-text{color:#575757}
body .ui-menubar .ui-menuitem-link:focus{color:#575757;text-decoration:none;background-color:#f9f9f9;outline:0 none;outline-offset:0}
body .ui-menubar .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-icon,body .ui-menubar .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-text{color:#fff}
body .ui-menubar .ui-submenu-list{padding:0;background-color:#fff;border:1px solid #ddd;box-shadow:0 .25rem 2rem rgba(0,0,0,.08)}
body .ui-menubar .ui-submenu-list .ui-menuitem-link:not(.ui-state-disabled):active{color:#fff;text-decoration:none;background-color:#003865}
body .ui-menubar .ui-submenu-list .ui-menuitem-link:not(.ui-state-disabled):active .ui-menuitem-icon,body .ui-menubar .ui-submenu-list .ui-menuitem-link:not(.ui-state-disabled):active .ui-menuitem-text,body .ui-menubar .ui-submenu-list .ui-menuitem-link:not(.ui-state-disabled):active .ui-submenu-icon{color:#fff}
body .ui-menubar .ui-submenu-list .ui-menuitem-link.ui-menuitem-link-active{color:#fff;text-decoration:none;background-color:#003865}
body .ui-menubar .ui-submenu-list .ui-menuitem{margin:0}
body .ui-menubar .ui-submenu-list .ui-menu-separator{border:solid #ddd;border-width:1px 0 0}
body .ui-menubar .ui-menubar-root-list>.ui-menuitem>.ui-menuitem-link{padding:.7rem .8rem}
body .ui-menubar .ui-menubar-root-list>.ui-menuitem>.ui-menuitem-link:not(.ui-state-disabled):hover{background-color:#eaeaea}
body .ui-menubar .ui-menubar-root-list>.ui-menu-separator{border:solid #ddd;border-width:0 0 0 1px}
body .ui-menubar .ui-menuitem{margin:0}
body .ui-menubar .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-menuitem-icon,body .ui-menubar .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-menuitem-text,body .ui-menubar .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-submenu-icon{color:#575757}
body .ui-panelmenu .ui-icon{position:static}
body .ui-panelmenu .ui-panelmenu-header{padding:0}
body .ui-panelmenu .ui-panelmenu-header .pi-chevron-down,body .ui-panelmenu .ui-panelmenu-header .pi-chevron-right{display:none}
body .ui-panelmenu .ui-panelmenu-header>a{position:static;padding:.5rem .75rem;color:#575757;font-weight:400;font-size:1rem;background-color:#f5f5f5;border:1px solid #ddd;border-radius:0;transition:background-color .2s}
body .ui-panelmenu .ui-panelmenu-header>a .ui-panelmenu-icon{color:#575757}
body .ui-panelmenu .ui-panelmenu-header>a:focus{outline:0 none;outline-offset:0}
body .ui-panelmenu .ui-panelmenu-header:not(.ui-state-active)>a:hover{color:#575757;background-color:#dbdbdb;border:1px solid #dbdbdb;outline:0 none}
body .ui-panelmenu .ui-panelmenu-header:not(.ui-state-active)>a:hover .ui-panelmenu-icon{color:#575757}
body .ui-panelmenu .ui-panelmenu-header.ui-state-active>a{color:#fff;background-color:#003865;border:1px solid #003865}
body .ui-panelmenu .ui-panelmenu-header.ui-state-active>a .ui-panelmenu-icon{color:#fff}
body .ui-panelmenu .ui-panelmenu-header.ui-state-active>a:hover{color:#fff;background-color:#002b49;border:1px solid #002b49;outline:0 none}
body .ui-panelmenu .ui-panelmenu-header.ui-state-active>a:hover .ui-panelmenu-icon{color:#fff}
body .ui-panelmenu.ui-panelmenu-show-icon .ui-panelmenu-header .pi-chevron-down,body .ui-panelmenu.ui-panelmenu-show-icon .ui-panelmenu-header .pi-chevron-right{display:inline;display:initial}
body .ui-panelmenu .ui-menuitem-link .ui-menuitem-icon{min-width:20px;margin-right:.5rem}
body .ui-panelmenu .ui-panelmenu-header-link .ui-menuitem-icon{min-width:20px;margin-right:.5rem;text-align:center}
body .ui-panelmenu.ui-panelmenu-white .ui-panelmenu-header>a{background-color:#fff}
body .ui-panelmenu.ui-panelmenu-white .ui-panelmenu-header.ui-state-active>a{background-color:#003865}
body .ui-panelmenu.ui-panelmenu-white .ui-panelmenu-header:not(.ui-state-active)>a:hover{background-color:#f5f5f5;border:1px solid #ddd}
body .ui-panelmenu .ui-panelmenu-panel{margin-top:2px}
body .ui-panelmenu .ui-panelmenu-panel:first-child{margin-top:0}
body .ui-panelmenu .ui-panelmenu-content{position:static;margin-top:0;padding:0;background-color:#fff;border:1px solid #ddd;border-top:0}
body .ui-panelmenu .ui-panelmenu-content .ui-menuitem{margin:0}
body .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link{padding:.5rem .75rem;color:#575757;font-weight:400;border-radius:0;transition:box-shadow .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
body .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link .ui-menuitem-text{color:#575757}
body .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link .ui-menuitem-icon{margin-right:.5em;color:#575757}
body .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link.ui-state-active,body .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link.ui-state-active:not(.ui-state-disabled):hover{background-color:#e5e5e5}
body .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link:not(.ui-state-disabled):hover{background-color:#f5f5f5}
body .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-icon,body .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-text{color:#575757}
body .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link:focus{outline:0 none;outline-offset:0}
body .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-icon,body .ui-panelmenu .ui-panelmenu-content .ui-menuitem .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-text{color:#003865}
body .ui-slidemenu{padding:0;background-color:#fff;border:1px solid #ddd}
body .ui-slidemenu .ui-menuitem-link{padding:.5rem .75rem;color:#575757;font-weight:400;border-radius:0;transition:box-shadow .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
body .ui-slidemenu .ui-menuitem-link .ui-menuitem-text{color:#575757}
body .ui-slidemenu .ui-menuitem-link .ui-menuitem-icon{margin-right:.5rem;color:#575757}
body .ui-slidemenu .ui-menuitem-link:not(.ui-state-disabled):hover{background-color:#f5f5f5}
body .ui-slidemenu .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-icon,body .ui-slidemenu .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-text{color:#575757}
body .ui-slidemenu .ui-menuitem-link:not(.ui-state-disabled):active{color:#fff;text-decoration:none;background-color:#003865}
body .ui-slidemenu .ui-menuitem-link:not(.ui-state-disabled):active .ui-menuitem-icon,body .ui-slidemenu .ui-menuitem-link:not(.ui-state-disabled):active .ui-menuitem-text{color:#fff}
body .ui-slidemenu .ui-menuitem-link:focus{color:#575757;text-decoration:none;background-color:#f5f5f5;outline:0 none;outline-offset:0}
body .ui-slidemenu .ui-menuitem-link.ui-menuitem-link-active{color:#fff;text-decoration:none;background-color:#003865}
body .ui-slidemenu .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-text{color:#fff}
body .ui-slidemenu .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-icon{color:#fff;vertical-align:middle}
body .ui-slidemenu .ui-submenu-list{padding:0;background-color:#fff;border:0}
body .ui-slidemenu .ui-menuitem{margin:0}
body .ui-slidemenu .ui-menuitem .ui-menuitem-link .ui-submenu-icon{right:.4rem}
body .ui-slidemenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link{background-color:#eaeaea}
body .ui-slidemenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-menuitem-text{color:#575757}
body .ui-slidemenu .ui-slidemenu-backward{margin:0;padding:.5rem 1rem;color:#575757;font-weight:700;background-color:#f5f5f5;border:0}
body .ui-slidemenu .ui-slidemenu-backward:hover{color:#575757;background-color:#ddd}
body .ui-slidemenu .ui-menu-separator{border:solid #ddd;border-width:1px 0 0}
body .ui-slidemenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-menuitem-icon,body .ui-slidemenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-submenu-icon{color:#575757}
body .ui-steps{position:relative}
body .ui-steps .ui-steps-item{text-align:center;background-color:transparent}
body .ui-steps .ui-steps-item .ui-menuitem-link{display:inline-block;overflow:hidden;text-align:center;background-color:transparent;border-radius:3px}
body .ui-steps .ui-steps-item .ui-menuitem-link:focus{outline:0 none;outline-offset:0;box-shadow:0 0 0 .1rem #8dcdff}
body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number{position:relative;top:1rem;display:inline-block;width:2.2rem;height:2.2rem;margin-bottom:1rem;color:#575757;font-size:1rem;line-height:2.2rem;text-align:center;background-color:#f5f5f5;border:1px solid #ddd;border-radius:50%}
body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title{display:block;margin-top:6px;color:#575757}
body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number{color:#fff;background:#003865;border:1px solid #003865}
body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title{color:#575757;font-weight:700}
body .ui-steps.ui-steps-white .ui-steps-item .ui-menuitem-link .ui-steps-number{background-color:#fff}
body .ui-steps:before{position:absolute;top:45%;left:0;display:block;width:100%;border-top:1px solid #ddd;content:" "}
body .ui-tieredmenu{min-width:11.25rem;margin:.125rem 0 0;padding:.5rem 0;color:#575757;font-size:1rem;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #e1e1e1;border-radius:0;box-shadow:0 .25rem 2rem rgba(0,0,0,.08)}
body .ui-tieredmenu .ui-menuitem-link{display:block;clear:both;width:100%;padding:.5rem .75rem;color:#575757;font-weight:400;white-space:nowrap;text-align:inherit;background-color:transparent;border:0}
body .ui-tieredmenu .ui-menuitem-link .ui-menuitem-text{color:#575757}
body .ui-tieredmenu .ui-menuitem-link .ui-menuitem-icon{margin-right:.5em;color:#575757}
body .ui-tieredmenu .ui-menuitem-link.ui-state-disabled{color:#6c757d;background-color:transparent;pointer-events:none}
body .ui-tieredmenu .ui-menuitem-link:not(.ui-state-disabled):hover{color:#575757;text-decoration:none;background-color:#f5f5f5}
body .ui-tieredmenu .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-icon,body .ui-tieredmenu .ui-menuitem-link:not(.ui-state-disabled):hover .ui-menuitem-text{color:#575757}
body .ui-tieredmenu .ui-menuitem-link:focus{color:#575757;text-decoration:none;background-color:#f5f5f5;outline:0 none;outline-offset:0}
body .ui-tieredmenu .ui-menuitem-link.ui-menuitem-link-active{color:#fff;text-decoration:none;background-color:#003865}
body .ui-tieredmenu .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-icon,body .ui-tieredmenu .ui-menuitem-link.ui-menuitem-link-active .ui-menuitem-text{color:#fff}
body .ui-tieredmenu .ui-submenu-list{padding:0;background-color:#fff;border:1px solid #ddd;box-shadow:0 0 6px 0 rgba(0,0,0,.16)}
body .ui-tieredmenu .ui-submenu-list.ui-shadow,body .ui-tieredmenu .ui-submenu-list .ui-shadow{border:1px solid #ccc}
body .ui-tieredmenu .ui-menuitem{margin:0}
body .ui-tieredmenu .ui-menuitem .ui-menuitem-link .ui-submenu-icon{right:.4rem}
body .ui-tieredmenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link{background-color:#f5f5f5}
body .ui-tieredmenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-menuitem-text{color:#575757}
body .ui-tieredmenu .ui-menu-separator{border:solid #ddd;border-width:1px 0 0}
body .ui-tieredmenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-menuitem-icon,body .ui-tieredmenu .ui-menuitem.ui-menuitem-active>.ui-menuitem-link .ui-submenu-icon{color:#575757}
body .ui-tree{width:100%;padding:.5rem 1rem;color:#575757;background-color:#fff;border:1px solid #ddd}
body .ui-tree.tree-white.no-border{padding:.5rem 0}
body .ui-tree.tree-white.no-border .ui-tree-container .ui-treenode{border:none}
body .ui-tree.tree-white.no-border .ui-tree-filter-container{padding:0 1rem 1rem}
body .ui-tree.tree-white.no-border .ui-tree-filter-container .ui-tree-filter-icon{right:1.8rem}
body .ui-tree .ui-tree-container{margin:0;padding:0}
body .ui-tree .ui-tree-container>p-treenode:not(:last-child) .ui-treenode{border-bottom:none}
body .ui-tree .ui-tree-container .ui-treenode{padding:0;border:1px solid #ddd}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode{margin-left:calc(1rem + 14px);border-right:0;border-bottom:0}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content{padding:.5rem 0;padding-left:0!important}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-tree-toggler{display:inline-block;float:none;width:calc(1rem + 14px);margin:0;padding:3px 5px;color:#073f75;text-align:center;vertical-align:middle}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-treenode-icon{display:inline-block;margin:0 .1rem 0 0;vertical-align:middle}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-treenode-label{display:inline-block;margin:0;padding:.25rem;vertical-align:middle}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-treenode-label.ui-state-highlight{background-color:transparent}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-chkbox{margin:0 .5rem 0 0}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-chkbox .ui-chkbox-icon{margin:1px 0 0}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content>span{line-height:inherit}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content.ui-treenode-dragover{color:#575757;background-color:#eaeaea}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content:focus{outline:0 none;outline-offset:0}
body .ui-tree .ui-tree-container .ui-treenode.ui-treenode-leaf .ui-treenode-content{padding-left:28px!important}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content-selected .ui-chkbox .ui-chkbox-box{background-color:#003865;border:1px solid #003865}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content-selected .ui-chkbox .ui-chkbox-icon{color:#fff}
body .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content-selected:hover .ui-chkbox .ui-chkbox-box{background-color:#00233f;border:1px solid #001c32}
body .ui-tree .ui-tree-container .ui-treenode-droppoint.ui-treenode-droppoint-active{background-color:#007ad9}
body .ui-tree:not(.ui-tree-selectable) .ui-tree-container{padding:.2rem}
body .ui-tree:not(.ui-tree-selectable) .ui-tree-container .ui-treenode .ui-treenode-content:focus{border-radius:3px;outline:0 none;outline-offset:0;box-shadow:0 0 0 .2em #8dcdff}
body .ui-tree:not(.ui-tree-selectable) .ui-tree-filter-container{padding:0 .2rem 1rem}
body .ui-tree:not(.ui-tree-selectable) .ui-tree-filter-container .ui-tree-filter-icon{right:1rem}
body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode{background:rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.2)}
body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode .ui-treenode{border-right:0;border-bottom:0}
body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode .ui-treenode-content-selected{background-color:#007c59}
body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode .ui-treenode-content-selected .ui-treenode-label{color:#fff}
body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode .ui-treenode-content-selected+.ui-treenode-children{background-color:#007c59}
body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode .ui-treenode-content-selected+.ui-treenode-children .ui-tree-toggler,body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode .ui-treenode-content-selected+.ui-treenode-children .ui-treenode-icon,body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode .ui-treenode-content-selected+.ui-treenode-children .ui-treenode-label{color:#fff}
body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode .ui-treenode-content-selected+.ui-treenode-children .ui-treenode-content-selected,body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode .ui-treenode-content-selected+.ui-treenode-children .ui-treenode-content-selected+.ui-treenode-children{background:rgba(0,0,0,.1)}
body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode .ui-treenode-content-selected .ui-tree-toggler,body .ui-tree:not(.tree-white) .ui-tree-container .ui-treenode .ui-treenode-content-selected .ui-treenode-icon{color:#fff}
body .ui-tree.ui-tree-horizontal{padding-right:0;padding-left:0}
body .ui-tree.ui-tree-horizontal .ui-treenode .ui-treenode-content{padding:.55rem 1rem;color:#575757;background-color:#fff;border:1px solid #ddd;transition:background-color .2s,box-shadow .2s}
body .ui-tree.ui-tree-horizontal .ui-treenode .ui-treenode-content.ui-state-highlight{color:#fff;background-color:#007ad9}
body .ui-tree.ui-tree-horizontal .ui-treenode .ui-treenode-content .ui-chkbox .ui-icon{color:#007ad9}
body .ui-tree.ui-tree-horizontal .ui-treenode .ui-treenode-content .ui-treenode-label:not(.ui-state-highlight):hover{color:inherit;background-color:inherit}
body .ui-tree.ui-tree-horizontal .ui-treenode .ui-treenode-content.ui-treenode-selectable:not(.ui-state-highlight):hover{color:#575757;background-color:#eaeaea}
body .ui-tree.ui-tree-horizontal .ui-treenode .ui-treenode-content:focus{outline:0 none;outline-offset:0}
body .ui-tree .ui-tree-filter-container{padding:0 0 1rem}
body .ui-tree .ui-tree-filter-container .ui-tree-filter{width:100%;padding-right:2rem}
body .ui-tree .ui-tree-filter-container .ui-tree-filter.ui-inputtext{color:#2d2e2f;font-size:13px;border:1px solid #ddd;border-radius:4px}
body .ui-tree .ui-tree-filter-container .ui-tree-filter.ui-inputtext:hover{border:1px solid #ddd}
body .ui-tree .ui-tree-filter-container .ui-tree-filter.ui-inputtext:focus{border-color:#abc0d2;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(102,175,233,.4)}
body .ui-tree .ui-tree-filter-container .ui-tree-filter-icon{top:50%;right:.8rem;left:auto;margin-top:-1rem;color:#073f75}
.layout-page-wrap{display:flex;align-items:stretch;height:auto;min-height:100%}
.layout-page-wrap .layout-central-container,.layout-page-wrap .layout-left-container,.layout-page-wrap .layout-right-container{display:flex;flex:0 0 auto;flex-direction:column;box-sizing:border-box;height:auto}
.layout-page-wrap .layout-left-container{width:14.375rem}
.layout-page-wrap .layout-left-container .layout-left-container-content{display:flex;flex:1 1 auto;height:100%;transition:transform .28s ease-out}
.layout-page-wrap .layout-right-container{width:320px}
.layout-page-wrap .layout-right-container .layout-right-container-content{display:flex;flex:1 1 auto;height:100%;transition:transform .28s ease-out}
.layout-page-wrap .layout-central-container{flex:1 1 auto;flex-direction:column}
.layout-page-wrap .layout-central-container .layout-bottom-container,.layout-page-wrap .layout-central-container .layout-top-container{display:flex;flex:0 0 auto}
.layout-page-wrap .layout-central-container .layout-main-container{flex:1 1 auto}
.layout-page-wrap .layout-central-container .layout-top-container{height:3.75rem}
.layout-page-wrap.top-fixed .layout-main-container{padding-top:3.75rem}
.layout-page-wrap.top-fixed .layout-top-container{position:fixed;top:0;right:320px;left:14.375rem;z-index:1;height:3.75rem}
.layout-page-wrap.top-fixed.right-fixed .layout-top-container{right:320px}
.layout-page-wrap.top-fixed.right-hidden .layout-top-container{right:0}
.layout-page-wrap.top-fixed.right-hover .layout-top-container{right:15px}
.layout-page-wrap.top-fixed.left-fixed .layout-top-container{left:14.375rem}
.layout-page-wrap.top-fixed.left-hidden .layout-top-container{left:0}
.layout-page-wrap.top-fixed.left-hover .layout-top-container{left:3.75rem}
.layout-page-wrap .right-container-fixed,.layout-page-wrap.right-fixed .layout-right-container,.layout-page-wrap.right-hidden .layout-right-container,.layout-page-wrap.right-hidden.right-opened .layout-right-container,.layout-page-wrap.right-hover .layout-right-container,.layout-page-wrap.switch-side-containers.right-fixed .layout-right-container,.layout-page-wrap.switch-side-containers.right-hidden .layout-right-container,.layout-page-wrap.switch-side-containers.right-hover .layout-right-container{position:fixed;top:0;right:0;bottom:0;z-index:1034;width:320px;overflow:hidden;transition:transform .28s ease-out,opacity .28s ease-out}
.layout-page-wrap.right-fixed .layout-central-container{margin-right:320px}
.layout-page-wrap.right-hidden .layout-right-container{transform:translateX(110%) translateY(0) translateZ(0)}
.layout-page-wrap.right-hover .layout-right-container{transform:translateX(305px) translateY(0) translateZ(0);opacity:1}
.layout-page-wrap.right-hover .layout-right-container:hover{box-shadow:0 0 1.25rem rgba(0,0,0,.3);transform:translateX(0) translateY(0) translateZ(0);opacity:1}
.layout-page-wrap.right-hover .layout-central-container{margin-right:15px}
.layout-page-wrap.right-hidden.right-opened .layout-right-container{transform:translateX(0) translateY(0) translateZ(0)}
.layout-page-wrap.right-hidden.fixed-full-screen-on-small-resolution .layout-right-container{width:100%}
@media(min-width:992px){.layout-page-wrap.right-hidden.fixed-full-screen-on-small-resolution .layout-right-container{width:320px}}
.layout-page-wrap .left-container-fixed,.layout-page-wrap.left-fixed .layout-left-container,.layout-page-wrap.left-hidden .layout-left-container,.layout-page-wrap.left-hidden.left-opened .layout-left-container,.layout-page-wrap.left-hover .layout-left-container,.layout-page-wrap.switch-side-containers.left-fixed .layout-left-container,.layout-page-wrap.switch-side-containers.left-hidden .layout-left-container,.layout-page-wrap.switch-side-containers.left-hover .layout-left-container{position:fixed;top:0;bottom:0;left:0;z-index:1032;width:14.375rem;overflow:hidden;transition:transform .28s ease-out,opacity .28s ease-out}
.layout-page-wrap.left-fixed .layout-central-container{margin-left:14.375rem}
.layout-page-wrap.left-hidden .layout-left-container{transform:translateX(-110%) translateY(0) translateZ(0)}
.layout-page-wrap.left-hover .layout-left-container{transform:translateX(-10.625rem) translateY(0) translateZ(0);opacity:1}
.layout-page-wrap.left-hover .layout-left-container:hover{box-shadow:0 0 1.25rem rgba(0,0,0,.3);transform:translateX(0) translateY(0) translateZ(0);opacity:1}
.layout-page-wrap.left-hover .layout-central-container{margin-left:3.75rem}
.layout-page-wrap.left-hover.left-shift-content .layout-left-container-content{transform:translateX(10.625rem) translateY(0) translateZ(0)}
.layout-page-wrap.left-hidden.left-opened .layout-left-container{transform:translateX(0) translateY(0) translateZ(0)}
.layout-page-wrap.left-hidden.fixed-full-screen-on-small-resolution .layout-left-container{width:100%}
@media(min-width:992px){.layout-page-wrap.left-hidden.fixed-full-screen-on-small-resolution .layout-left-container{width:14.375rem}}
.layout-page-wrap.right-fixed .layout-page-wrap.switch-side-containers .layout-right-container,.layout-page-wrap.right-hidden .layout-page-wrap.switch-side-containers .layout-right-container,.layout-page-wrap.right-hover .layout-page-wrap.switch-side-containers .layout-right-container,.layout-page-wrap.switch-side-containers .layout-page-wrap.right-fixed .layout-right-container,.layout-page-wrap.switch-side-containers .layout-page-wrap.right-hidden .layout-right-container,.layout-page-wrap.switch-side-containers .layout-page-wrap.right-hover .layout-right-container,.layout-page-wrap.switch-side-containers .right-container-fixed,.layout-page-wrap.switch-side-containers.right-fixed .layout-right-container,.layout-page-wrap.switch-side-containers.right-hidden .layout-right-container,.layout-page-wrap.switch-side-containers.right-hover .layout-right-container{right:auto;left:0}
.layout-page-wrap.switch-side-containers.right-hidden .layout-right-container{transform:translateX(-110%) translateY(0) translateZ(0)}
.layout-page-wrap.switch-side-containers.right-fixed .layout-central-container{margin-right:0;margin-left:320px}
.layout-page-wrap.switch-side-containers.right-hover .layout-central-container{margin-right:0;margin-left:15px}
.layout-page-wrap.switch-side-containers.left-hover .layout-central-container{margin-right:3.75rem}
.layout-page-wrap.switch-side-containers.left-fixed .layout-central-container,.layout-page-wrap.switch-side-containers.right-fixed.left-fixed .layout-central-container{margin-right:14.375rem}
.layout-page-wrap.switch-side-containers.right-hover .layout-right-container{transform:translateX(-305px) translateY(0) translateZ(0)}
.layout-page-wrap.switch-side-containers.right-hover .layout-right-container:hover{transform:translateX(0) translateY(0) translateZ(0)}
.layout-page-wrap.switch-side-containers.right-hover.left-hover .layout-central-container{margin-right:3.75rem}
.layout-page-wrap.switch-side-containers.right-hover.right-shift-content .layout-right-container-content{transform:translateX(305px) translateY(0) translateZ(0)}
.layout-page-wrap.switch-side-containers.right-hidden.right-opened .layout-right-container{transform:translateX(0) translateY(0) translateZ(0)}
.layout-page-wrap.left-fixed .layout-page-wrap.switch-side-containers .layout-left-container,.layout-page-wrap.left-hidden .layout-page-wrap.switch-side-containers .layout-left-container,.layout-page-wrap.left-hover .layout-page-wrap.switch-side-containers .layout-left-container,.layout-page-wrap.switch-side-containers .layout-page-wrap.left-fixed .layout-left-container,.layout-page-wrap.switch-side-containers .layout-page-wrap.left-hidden .layout-left-container,.layout-page-wrap.switch-side-containers .layout-page-wrap.left-hover .layout-left-container,.layout-page-wrap.switch-side-containers .left-container-fixed,.layout-page-wrap.switch-side-containers.left-fixed .layout-left-container,.layout-page-wrap.switch-side-containers.left-hidden .layout-left-container,.layout-page-wrap.switch-side-containers.left-hover .layout-left-container{right:0;left:auto}
.layout-page-wrap.switch-side-containers.left-hidden .layout-left-container{transform:translateX(110%) translateY(0) translateZ(0)}
.layout-page-wrap.switch-side-containers.left-hover .layout-left-container{transform:translateX(10.625rem) translateY(0) translateZ(0)}
.layout-page-wrap.switch-side-containers.left-hover .layout-left-container:hover{transform:translateX(0) translateY(0) translateZ(0)}
.layout-page-wrap.switch-side-containers.left-hover.right-hover .layout-central-container{margin-left:15px}
.layout-page-wrap.switch-side-containers.left-fixed.right-fixed .layout-central-container{margin-left:320px}
.layout-page-wrap.switch-side-containers.left-hidden.left-opened .layout-left-container{transform:translateX(0) translateY(0) translateZ(0)}
.layout-page-wrap.switch-side-containers.top-fixed.right-fixed .layout-top-container{left:320px}
.layout-page-wrap.switch-side-containers.top-fixed.right-hidden .layout-top-container{left:0}
.layout-page-wrap.switch-side-containers.top-fixed.right-hover .layout-top-container{left:15px}
.layout-page-wrap.switch-side-containers.top-fixed.left-fixed .layout-top-container{right:14.375rem}
.layout-page-wrap.switch-side-containers.top-fixed.left-hidden .layout-top-container{right:0}
.layout-page-wrap.switch-side-containers.top-fixed.left-hover .layout-top-container{right:3.75rem}
.layout-page-wrap .layout-page-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:rgba(0,0,0,.6);transform:translateY(-100%);opacity:0;transition:opacity .28s ease-out;content:""}
.layout-page-wrap.show-overlay .layout-page-overlay{transform:translateY(0);opacity:1}
@media(max-width:991.98px){.layout-page-wrap.fixed-full-screen-on-small-resolution.left-fixed:not(.left-opened-xs) .layout-left-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.left-hover:not(.left-opened-xs) .layout-left-container{transform:translateX(-14.375rem) translateY(0) translateZ(0)}.layout-page-wrap.fixed-full-screen-on-small-resolution.left-fixed:not(.left-opened-xs) .layout-central-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.left-hover:not(.left-opened-xs) .layout-central-container{margin-left:0}.layout-page-wrap.fixed-full-screen-on-small-resolution.left-fixed.left-opened-xs .layout-left-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.left-hidden.left-opened-xs .layout-left-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.left-hover.left-opened-xs .layout-left-container{width:100%;transform:translateX(0) translateY(0) translateZ(0)}.layout-page-wrap.fixed-full-screen-on-small-resolution.right-fixed:not(.right-opened-xs) .layout-right-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.right-hover:not(.right-opened-xs) .layout-right-container{transform:translateX(320px) translateY(0) translateZ(0)}.layout-page-wrap.fixed-full-screen-on-small-resolution.right-fixed:not(.right-opened-xs) .layout-central-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.right-hover:not(.right-opened-xs) .layout-central-container{margin-right:0}.layout-page-wrap.fixed-full-screen-on-small-resolution.right-fixed.right-opened-xs .layout-right-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.right-hidden.right-opened-xs .layout-right-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.right-hover.right-opened-xs .layout-right-container{width:100%;transform:translateX(0) translateY(0) translateZ(0)}.layout-page-wrap.fixed-full-screen-on-small-resolution.top-fixed.right-hover .layout-top-container{right:0}.layout-page-wrap.fixed-full-screen-on-small-resolution.top-fixed.left-fixed .layout-top-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.top-fixed.left-hover .layout-top-container{left:0}.layout-page-wrap.fixed-full-screen-on-small-resolution.top-fixed.right-fixed .layout-top-container{right:0}.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.right-fixed.left-fixed .layout-central-container{margin-right:0}.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.left-fixed.right-fixed .layout-central-container{margin-left:0}.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.left-fixed:not(.left-opened-xs) .layout-left-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.left-hover:not(.left-opened-xs) .layout-left-container{transform:translateX(14.375rem) translateY(0) translateZ(0)}.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.left-fixed:not(.left-opened-xs) .layout-central-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.left-hover:not(.left-opened-xs) .layout-central-container{margin-right:0;margin-left:0}.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.right-fixed:not(.right-opened-xs) .layout-right-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.right-hover:not(.right-opened-xs) .layout-right-container{transform:translateX(-320px) translateY(0) translateZ(0)}.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.left-fixed .layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.left-hover .layout-central-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.right-fixed .layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.right-hover .layout-central-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.right-fixed:not(.right-opened-xs) .layout-central-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.right-hover:not(.right-opened-xs) .layout-central-container{margin-right:0;margin-left:0}.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.top-fixed.right-hover .layout-top-container{left:0}.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.top-fixed.left-fixed .layout-top-container,.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.top-fixed.left-hover .layout-top-container{right:0}.layout-page-wrap.fixed-full-screen-on-small-resolution.switch-side-containers.top-fixed.right-fixed .layout-top-container{left:0}}
.pi-fw{width:1.2rem;text-align:center}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    grid-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.ngx-datatable.material {
  background: #FFF;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  /**
  * Shared Styles
  */
  /**
  * Global Row Styles
  */
  /**
  * Header Styles
  */
  /**
  * Body Styles
  */
  /**
  * Footer Styles
  */
}
.ngx-datatable.material.striped .datatable-row-odd {
  background: #eee;
}
.ngx-datatable.material.single-selection .datatable-body-row.active,
.ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active,
.ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background-color: #304FFE;
  color: #FFF;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:hover,
.ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #193AE4;
  color: #FFF;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:focus,
.ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group, .ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #2041EF;
  color: #FFF;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: #304FFE;
  color: #FFF;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: #193AE4;
  color: #FFF;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #2041EF;
  color: #FFF;
}
.ngx-datatable.material .empty-row {
  height: 50px;
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .loading-row {
  text-align: left;
  padding: 0.5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: #FFF;
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
  background-position: 0 0;
  background-color: #fff;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  vertical-align: bottom;
  font-size: 12px;
  font-weight: 500;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
  position: relative;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
  transition: transform 400ms ease, opacity 400ms ease;
  opacity: 0.5;
  transform: scale(1);
}
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  background: #eee;
  border-radius: 100%;
  opacity: 1;
  filter: none;
  transform: scale(0);
  z-index: 9999;
  pointer-events: none;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
  border-right: none;
}
.ngx-datatable.material .datatable-header .resize-handle {
  border-right: solid 1px #eee;
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
  background: #f5f5f5;
  padding: 10px;
}
.ngx-datatable.material .datatable-body .datatable-group-header {
  background: #f5f5f5;
  border-bottom: solid 1px #D9D8D9;
  border-top: solid 1px #D9D8D9;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-group-cell {
  text-align: left;
  padding: 0.9rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  color: rgba(0, 0, 0, 0.87);
  transition: width 0.3s ease;
  font-size: 14px;
  font-weight: 400;
}
.ngx-datatable.material .datatable-body .progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  position: absolute;
}
.ngx-datatable.material .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  transform: translate(0, 0) scale(1, 1);
  background-color: #aad1f9;
}
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
  transition: all 0.2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.2s linear;
  background-color: #106cc8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
.ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
.ngx-datatable.material .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.material .datatable-footer .datatable-pager {
  margin: 0 10px;
}
.ngx-datatable.material .datatable-footer .datatable-pager li {
  vertical-align: middle;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: transparent !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: rgba(158, 158, 158, 0.2);
  font-weight: bold;
}
.ngx-datatable.material .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  margin: 6px 3px;
  text-align: center;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  vertical-align: bottom;
}
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(158, 158, 158, 0.2);
}
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 20px;
  line-height: 20px;
  padding: 0 3px;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row:hover {
  background-color: #ddd;
}
.ngx-datatable.material .datatable-summary-row .datatable-body-row .datatable-body-cell {
  font-weight: bold;
}
/**
 * Checkboxes
**/
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
}
.datatable-checkbox input[type=checkbox] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: none;
}
.datatable-checkbox input[type=checkbox]:before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f2f2f2;
}
.datatable-checkbox input[type=checkbox]:checked:before {
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
.datatable-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  cursor: pointer;
}
/**
 * Progress bar animations
 */
@-webkit-keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography 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;
}
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;
}
@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation: cdk-text-field-autofill-start 0s 1ms;
          animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation: cdk-text-field-autofill-end 0s 1ms;
          animation: cdk-text-field-autofill-end 0s 1ms;
}
.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: #3c4252;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #039be5;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3c4252;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #039be5;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-badge-content {
  color: rgba(255, 255, 255, 0.87);
  background: #3c4252;
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-accent .mat-badge-content {
  background: #039be5;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #3c4252;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #039be5;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
}
.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #3c4252;
}
.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: #039be5;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
.mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: rgba(255, 255, 255, 0.87);
}
.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: #3c4252;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #039be5;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
.mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone,
.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: #3c4252;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #039be5;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.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: #3c4252;
}
.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: #039be5;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #3c4252;
  color: rgba(255, 255, 255, 0.87);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: rgba(255, 255, 255, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #039be5;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  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(60, 66, 82, 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(60, 66, 82, 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(60, 66, 82, 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: #3c4252;
  color: rgba(255, 255, 255, 0.87);
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(60, 66, 82, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.87);
}
.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(60, 66, 82, 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(3, 155, 229, 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(3, 155, 229, 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(3, 155, 229, 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: #039be5;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(3, 155, 229, 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(3, 155, 229, 0.3);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .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(244, 67, 54, 0.3);
}
.mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #3c4252;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #039be5;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-expansion-panel-header {
  height: 48px;
}
.mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #3c4252;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #039be5;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
.mat-focused .mat-form-field-required-marker {
  color: #039be5;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #3c4252;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #039be5;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #3c4252;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #039be5;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
.mat-error {
  color: #f44336;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #3c4252;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #039be5;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #3c4252;
}
.mat-icon.mat-accent {
  color: #039be5;
}
.mat-icon.mat-warn {
  color: #f44336;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #3c4252;
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-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: #039be5;
}
.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-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] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-paginator-container {
  min-height: 56px;
}
.mat-progress-bar-background {
  fill: #cbccd0;
}
.mat-progress-bar-buffer {
  background-color: #cbccd0;
}
.mat-progress-bar-fill::after {
  background-color: #3c4252;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #bce2f5;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #bce2f5;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #039be5;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f9ccc9;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f9ccc9;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #3c4252;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #039be5;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3c4252;
}
.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: #3c4252;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #039be5;
}
.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: #039be5;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3c4252;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #039be5;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #039be5;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(3, 155, 229, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #039be5;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #3c4252;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(60, 66, 82, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #3c4252;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #3c4252;
}
.mat-primary .mat-slider-thumb-label-text {
  color: rgba(255, 255, 255, 0.87);
}
.mat-primary .mat-slider-focus-ring {
  background-color: rgba(60, 66, 82, 0.2);
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #039be5;
}
.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-accent .mat-slider-focus-ring {
  background-color: rgba(3, 155, 229, 0.2);
}
.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-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:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: rgba(255, 255, 255, 0.87);
}
.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: #3c4252;
  color: rgba(255, 255, 255, 0.87);
}
.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: #039be5;
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
.mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header {
  height: 72px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
}
.mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 198, 203, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3c4252;
}
.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: rgba(255, 255, 255, 0.87);
}
.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(41, 182, 246, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #039be5;
}
.mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
.mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 198, 203, 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: #3c4252;
}
.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: rgba(255, 255, 255, 0.87);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: rgba(255, 255, 255, 0.87);
}
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: 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-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: 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(41, 182, 246, 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: #039be5;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: 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-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: 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: #f44336;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
}
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: 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-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #3c4252;
  color: rgba(255, 255, 255, 0.87);
}
.mat-toolbar.mat-accent {
  background: #039be5;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-toolbar-multiple-rows {
  min-height: 64px;
}
.mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }

  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tree-node {
  min-height: 48px;
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #039be5;
}
/*----------------------------------------------------------------*/
/*  Reset
/*----------------------------------------------------------------*/
* {
  text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/**:not(mat-input-container) {

    > input {
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }

    > input[type="text"],
    > input[type="tel"],
    > input[type="email"],
    > input[type="search"],
    > input[type="password"],
    > input[type="button"],
    > button,
    > input[type="submit"],
    > input[type="image"],
    > textarea {
        appearance: none;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }
}*/
*:not(mat-input-container) > input[type=button],
*:not(mat-input-container) > button,
*:not(mat-input-container) > input[type=submit] {
  background: none;
}
/*button {
    border-radius: 0;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FF0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
body:not(.is-mobile) ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}
body:not(.is-mobile) ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 24px rgba(0, 0, 0, 0.37);
  border-radius: 24px;
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb:active {
  box-shadow: inset 0 0 0 24px rgba(0, 0, 0, 0.54);
  border-radius: 24px;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-static {
  position: static;
}
@media (min-width: 576px) {
  .position-sm-relative {
    position: relative;
  }

  .position-sm-absolute {
    position: absolute;
  }

  .position-sm-static {
    position: static;
  }
}
@media (min-width: 768px) {
  .position-md-relative {
    position: relative;
  }

  .position-md-absolute {
    position: absolute;
  }

  .position-md-static {
    position: static;
  }
}
@media (min-width: 992px) {
  .position-lg-relative {
    position: relative;
  }

  .position-lg-absolute {
    position: absolute;
  }

  .position-lg-static {
    position: static;
  }
}
@media (min-width: 1200px) {
  .position-xl-relative {
    position: relative;
  }

  .position-xl-absolute {
    position: absolute;
  }

  .position-xl-static {
    position: static;
  }
}
.align-top {
  top: 0;
}
.align-right {
  right: 0;
}
.align-bottom {
  bottom: 0;
}
.align-left {
  left: 0;
}
@media (min-width: 576px) {
  .align-sm-top {
    top: 0;
  }

  .align-sm-right {
    right: 0;
  }

  .align-sm-bottom {
    bottom: 0;
  }

  .align-sm-left {
    left: 0;
  }
}
@media (min-width: 768px) {
  .align-md-top {
    top: 0;
  }

  .align-md-right {
    right: 0;
  }

  .align-md-bottom {
    bottom: 0;
  }

  .align-md-left {
    left: 0;
  }
}
@media (min-width: 992px) {
  .align-lg-top {
    top: 0;
  }

  .align-lg-right {
    right: 0;
  }

  .align-lg-bottom {
    bottom: 0;
  }

  .align-lg-left {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .align-xl-top {
    top: 0;
  }

  .align-xl-right {
    right: 0;
  }

  .align-xl-bottom {
    bottom: 0;
  }

  .align-xl-left {
    left: 0;
  }
}
.h-0 {
  height: 0px !important;
  min-height: 0px !important;
  max-height: 0px !important;
}
.h-4 {
  height: 4px !important;
  min-height: 4px !important;
  max-height: 4px !important;
}
.h-8 {
  height: 8px !important;
  min-height: 8px !important;
  max-height: 8px !important;
}
.h-12 {
  height: 12px !important;
  min-height: 12px !important;
  max-height: 12px !important;
}
.h-16 {
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
}
.h-20 {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
}
.h-24 {
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
}
.h-28 {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}
.h-32 {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
}
.h-36 {
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
}
.h-40 {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}
.h-44 {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
}
.h-48 {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}
.h-52 {
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
}
.h-56 {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
}
.h-60 {
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
}
.h-64 {
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
}
.h-68 {
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
}
.h-72 {
  height: 72px !important;
  min-height: 72px !important;
  max-height: 72px !important;
}
.h-76 {
  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;
}
.h-80 {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
}
.h-84 {
  height: 84px !important;
  min-height: 84px !important;
  max-height: 84px !important;
}
.h-88 {
  height: 88px !important;
  min-height: 88px !important;
  max-height: 88px !important;
}
.h-92 {
  height: 92px !important;
  min-height: 92px !important;
  max-height: 92px !important;
}
.h-96 {
  height: 96px !important;
  min-height: 96px !important;
  max-height: 96px !important;
}
.h-100 {
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
}
.h-104 {
  height: 104px !important;
  min-height: 104px !important;
  max-height: 104px !important;
}
.h-108 {
  height: 108px !important;
  min-height: 108px !important;
  max-height: 108px !important;
}
.h-112 {
  height: 112px !important;
  min-height: 112px !important;
  max-height: 112px !important;
}
.h-116 {
  height: 116px !important;
  min-height: 116px !important;
  max-height: 116px !important;
}
.h-120 {
  height: 120px !important;
  min-height: 120px !important;
  max-height: 120px !important;
}
.h-124 {
  height: 124px !important;
  min-height: 124px !important;
  max-height: 124px !important;
}
.h-128 {
  height: 128px !important;
  min-height: 128px !important;
  max-height: 128px !important;
}
.h-132 {
  height: 132px !important;
  min-height: 132px !important;
  max-height: 132px !important;
}
.h-136 {
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important;
}
.h-140 {
  height: 140px !important;
  min-height: 140px !important;
  max-height: 140px !important;
}
.h-144 {
  height: 144px !important;
  min-height: 144px !important;
  max-height: 144px !important;
}
.h-148 {
  height: 148px !important;
  min-height: 148px !important;
  max-height: 148px !important;
}
.h-152 {
  height: 152px !important;
  min-height: 152px !important;
  max-height: 152px !important;
}
.h-156 {
  height: 156px !important;
  min-height: 156px !important;
  max-height: 156px !important;
}
.h-160 {
  height: 160px !important;
  min-height: 160px !important;
  max-height: 160px !important;
}
.h-164 {
  height: 164px !important;
  min-height: 164px !important;
  max-height: 164px !important;
}
.h-168 {
  height: 168px !important;
  min-height: 168px !important;
  max-height: 168px !important;
}
.h-172 {
  height: 172px !important;
  min-height: 172px !important;
  max-height: 172px !important;
}
.h-176 {
  height: 176px !important;
  min-height: 176px !important;
  max-height: 176px !important;
}
.h-180 {
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
}
.h-184 {
  height: 184px !important;
  min-height: 184px !important;
  max-height: 184px !important;
}
.h-188 {
  height: 188px !important;
  min-height: 188px !important;
  max-height: 188px !important;
}
.h-192 {
  height: 192px !important;
  min-height: 192px !important;
  max-height: 192px !important;
}
.h-196 {
  height: 196px !important;
  min-height: 196px !important;
  max-height: 196px !important;
}
.h-200 {
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
}
.h-204 {
  height: 204px !important;
  min-height: 204px !important;
  max-height: 204px !important;
}
.h-208 {
  height: 208px !important;
  min-height: 208px !important;
  max-height: 208px !important;
}
.h-212 {
  height: 212px !important;
  min-height: 212px !important;
  max-height: 212px !important;
}
.h-216 {
  height: 216px !important;
  min-height: 216px !important;
  max-height: 216px !important;
}
.h-220 {
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
}
.h-224 {
  height: 224px !important;
  min-height: 224px !important;
  max-height: 224px !important;
}
.h-228 {
  height: 228px !important;
  min-height: 228px !important;
  max-height: 228px !important;
}
.h-232 {
  height: 232px !important;
  min-height: 232px !important;
  max-height: 232px !important;
}
.h-236 {
  height: 236px !important;
  min-height: 236px !important;
  max-height: 236px !important;
}
.h-240 {
  height: 240px !important;
  min-height: 240px !important;
  max-height: 240px !important;
}
.h-244 {
  height: 244px !important;
  min-height: 244px !important;
  max-height: 244px !important;
}
.h-248 {
  height: 248px !important;
  min-height: 248px !important;
  max-height: 248px !important;
}
.h-252 {
  height: 252px !important;
  min-height: 252px !important;
  max-height: 252px !important;
}
.h-256 {
  height: 256px !important;
  min-height: 256px !important;
  max-height: 256px !important;
}
.h-260 {
  height: 260px !important;
  min-height: 260px !important;
  max-height: 260px !important;
}
.h-264 {
  height: 264px !important;
  min-height: 264px !important;
  max-height: 264px !important;
}
.h-268 {
  height: 268px !important;
  min-height: 268px !important;
  max-height: 268px !important;
}
.h-272 {
  height: 272px !important;
  min-height: 272px !important;
  max-height: 272px !important;
}
.h-276 {
  height: 276px !important;
  min-height: 276px !important;
  max-height: 276px !important;
}
.h-280 {
  height: 280px !important;
  min-height: 280px !important;
  max-height: 280px !important;
}
.h-284 {
  height: 284px !important;
  min-height: 284px !important;
  max-height: 284px !important;
}
.h-288 {
  height: 288px !important;
  min-height: 288px !important;
  max-height: 288px !important;
}
.h-292 {
  height: 292px !important;
  min-height: 292px !important;
  max-height: 292px !important;
}
.h-296 {
  height: 296px !important;
  min-height: 296px !important;
  max-height: 296px !important;
}
.h-300 {
  height: 300px !important;
  min-height: 300px !important;
  max-height: 300px !important;
}
.h-304 {
  height: 304px !important;
  min-height: 304px !important;
  max-height: 304px !important;
}
.h-308 {
  height: 308px !important;
  min-height: 308px !important;
  max-height: 308px !important;
}
.h-312 {
  height: 312px !important;
  min-height: 312px !important;
  max-height: 312px !important;
}
.h-316 {
  height: 316px !important;
  min-height: 316px !important;
  max-height: 316px !important;
}
.h-320 {
  height: 320px !important;
  min-height: 320px !important;
  max-height: 320px !important;
}
.h-324 {
  height: 324px !important;
  min-height: 324px !important;
  max-height: 324px !important;
}
.h-328 {
  height: 328px !important;
  min-height: 328px !important;
  max-height: 328px !important;
}
.h-332 {
  height: 332px !important;
  min-height: 332px !important;
  max-height: 332px !important;
}
.h-336 {
  height: 336px !important;
  min-height: 336px !important;
  max-height: 336px !important;
}
.h-340 {
  height: 340px !important;
  min-height: 340px !important;
  max-height: 340px !important;
}
.h-344 {
  height: 344px !important;
  min-height: 344px !important;
  max-height: 344px !important;
}
.h-348 {
  height: 348px !important;
  min-height: 348px !important;
  max-height: 348px !important;
}
.h-352 {
  height: 352px !important;
  min-height: 352px !important;
  max-height: 352px !important;
}
.h-356 {
  height: 356px !important;
  min-height: 356px !important;
  max-height: 356px !important;
}
.h-360 {
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
}
.h-364 {
  height: 364px !important;
  min-height: 364px !important;
  max-height: 364px !important;
}
.h-368 {
  height: 368px !important;
  min-height: 368px !important;
  max-height: 368px !important;
}
.h-372 {
  height: 372px !important;
  min-height: 372px !important;
  max-height: 372px !important;
}
.h-376 {
  height: 376px !important;
  min-height: 376px !important;
  max-height: 376px !important;
}
.h-380 {
  height: 380px !important;
  min-height: 380px !important;
  max-height: 380px !important;
}
.h-384 {
  height: 384px !important;
  min-height: 384px !important;
  max-height: 384px !important;
}
.h-388 {
  height: 388px !important;
  min-height: 388px !important;
  max-height: 388px !important;
}
.h-392 {
  height: 392px !important;
  min-height: 392px !important;
  max-height: 392px !important;
}
.h-396 {
  height: 396px !important;
  min-height: 396px !important;
  max-height: 396px !important;
}
.h-400 {
  height: 400px !important;
  min-height: 400px !important;
  max-height: 400px !important;
}
.h-404 {
  height: 404px !important;
  min-height: 404px !important;
  max-height: 404px !important;
}
.h-408 {
  height: 408px !important;
  min-height: 408px !important;
  max-height: 408px !important;
}
.h-412 {
  height: 412px !important;
  min-height: 412px !important;
  max-height: 412px !important;
}
.h-416 {
  height: 416px !important;
  min-height: 416px !important;
  max-height: 416px !important;
}
.h-420 {
  height: 420px !important;
  min-height: 420px !important;
  max-height: 420px !important;
}
.h-424 {
  height: 424px !important;
  min-height: 424px !important;
  max-height: 424px !important;
}
.h-428 {
  height: 428px !important;
  min-height: 428px !important;
  max-height: 428px !important;
}
.h-432 {
  height: 432px !important;
  min-height: 432px !important;
  max-height: 432px !important;
}
.h-436 {
  height: 436px !important;
  min-height: 436px !important;
  max-height: 436px !important;
}
.h-440 {
  height: 440px !important;
  min-height: 440px !important;
  max-height: 440px !important;
}
.h-444 {
  height: 444px !important;
  min-height: 444px !important;
  max-height: 444px !important;
}
.h-448 {
  height: 448px !important;
  min-height: 448px !important;
  max-height: 448px !important;
}
.h-452 {
  height: 452px !important;
  min-height: 452px !important;
  max-height: 452px !important;
}
.h-456 {
  height: 456px !important;
  min-height: 456px !important;
  max-height: 456px !important;
}
.h-460 {
  height: 460px !important;
  min-height: 460px !important;
  max-height: 460px !important;
}
.h-464 {
  height: 464px !important;
  min-height: 464px !important;
  max-height: 464px !important;
}
.h-468 {
  height: 468px !important;
  min-height: 468px !important;
  max-height: 468px !important;
}
.h-472 {
  height: 472px !important;
  min-height: 472px !important;
  max-height: 472px !important;
}
.h-476 {
  height: 476px !important;
  min-height: 476px !important;
  max-height: 476px !important;
}
.h-480 {
  height: 480px !important;
  min-height: 480px !important;
  max-height: 480px !important;
}
.h-484 {
  height: 484px !important;
  min-height: 484px !important;
  max-height: 484px !important;
}
.h-488 {
  height: 488px !important;
  min-height: 488px !important;
  max-height: 488px !important;
}
.h-492 {
  height: 492px !important;
  min-height: 492px !important;
  max-height: 492px !important;
}
.h-496 {
  height: 496px !important;
  min-height: 496px !important;
  max-height: 496px !important;
}
.h-500 {
  height: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
}
.h-504 {
  height: 504px !important;
  min-height: 504px !important;
  max-height: 504px !important;
}
.h-508 {
  height: 508px !important;
  min-height: 508px !important;
  max-height: 508px !important;
}
.h-512 {
  height: 512px !important;
  min-height: 512px !important;
  max-height: 512px !important;
}
.h-516 {
  height: 516px !important;
  min-height: 516px !important;
  max-height: 516px !important;
}
.h-520 {
  height: 520px !important;
  min-height: 520px !important;
  max-height: 520px !important;
}
.h-524 {
  height: 524px !important;
  min-height: 524px !important;
  max-height: 524px !important;
}
.h-528 {
  height: 528px !important;
  min-height: 528px !important;
  max-height: 528px !important;
}
.h-532 {
  height: 532px !important;
  min-height: 532px !important;
  max-height: 532px !important;
}
.h-536 {
  height: 536px !important;
  min-height: 536px !important;
  max-height: 536px !important;
}
.h-540 {
  height: 540px !important;
  min-height: 540px !important;
  max-height: 540px !important;
}
.h-544 {
  height: 544px !important;
  min-height: 544px !important;
  max-height: 544px !important;
}
.h-548 {
  height: 548px !important;
  min-height: 548px !important;
  max-height: 548px !important;
}
.h-552 {
  height: 552px !important;
  min-height: 552px !important;
  max-height: 552px !important;
}
.h-556 {
  height: 556px !important;
  min-height: 556px !important;
  max-height: 556px !important;
}
.h-560 {
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;
}
.h-564 {
  height: 564px !important;
  min-height: 564px !important;
  max-height: 564px !important;
}
.h-568 {
  height: 568px !important;
  min-height: 568px !important;
  max-height: 568px !important;
}
.h-572 {
  height: 572px !important;
  min-height: 572px !important;
  max-height: 572px !important;
}
.h-576 {
  height: 576px !important;
  min-height: 576px !important;
  max-height: 576px !important;
}
.h-580 {
  height: 580px !important;
  min-height: 580px !important;
  max-height: 580px !important;
}
.h-584 {
  height: 584px !important;
  min-height: 584px !important;
  max-height: 584px !important;
}
.h-588 {
  height: 588px !important;
  min-height: 588px !important;
  max-height: 588px !important;
}
.h-592 {
  height: 592px !important;
  min-height: 592px !important;
  max-height: 592px !important;
}
.h-596 {
  height: 596px !important;
  min-height: 596px !important;
  max-height: 596px !important;
}
.h-600 {
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
}
.h-604 {
  height: 604px !important;
  min-height: 604px !important;
  max-height: 604px !important;
}
.h-608 {
  height: 608px !important;
  min-height: 608px !important;
  max-height: 608px !important;
}
.h-612 {
  height: 612px !important;
  min-height: 612px !important;
  max-height: 612px !important;
}
.h-616 {
  height: 616px !important;
  min-height: 616px !important;
  max-height: 616px !important;
}
.h-620 {
  height: 620px !important;
  min-height: 620px !important;
  max-height: 620px !important;
}
.h-624 {
  height: 624px !important;
  min-height: 624px !important;
  max-height: 624px !important;
}
.h-628 {
  height: 628px !important;
  min-height: 628px !important;
  max-height: 628px !important;
}
.h-632 {
  height: 632px !important;
  min-height: 632px !important;
  max-height: 632px !important;
}
.h-636 {
  height: 636px !important;
  min-height: 636px !important;
  max-height: 636px !important;
}
.h-640 {
  height: 640px !important;
  min-height: 640px !important;
  max-height: 640px !important;
}
.h-644 {
  height: 644px !important;
  min-height: 644px !important;
  max-height: 644px !important;
}
.h-648 {
  height: 648px !important;
  min-height: 648px !important;
  max-height: 648px !important;
}
.h-652 {
  height: 652px !important;
  min-height: 652px !important;
  max-height: 652px !important;
}
.h-656 {
  height: 656px !important;
  min-height: 656px !important;
  max-height: 656px !important;
}
.h-660 {
  height: 660px !important;
  min-height: 660px !important;
  max-height: 660px !important;
}
.h-664 {
  height: 664px !important;
  min-height: 664px !important;
  max-height: 664px !important;
}
.h-668 {
  height: 668px !important;
  min-height: 668px !important;
  max-height: 668px !important;
}
.h-672 {
  height: 672px !important;
  min-height: 672px !important;
  max-height: 672px !important;
}
.h-676 {
  height: 676px !important;
  min-height: 676px !important;
  max-height: 676px !important;
}
.h-680 {
  height: 680px !important;
  min-height: 680px !important;
  max-height: 680px !important;
}
.h-684 {
  height: 684px !important;
  min-height: 684px !important;
  max-height: 684px !important;
}
.h-688 {
  height: 688px !important;
  min-height: 688px !important;
  max-height: 688px !important;
}
.h-692 {
  height: 692px !important;
  min-height: 692px !important;
  max-height: 692px !important;
}
.h-696 {
  height: 696px !important;
  min-height: 696px !important;
  max-height: 696px !important;
}
.h-700 {
  height: 700px !important;
  min-height: 700px !important;
  max-height: 700px !important;
}
.h-704 {
  height: 704px !important;
  min-height: 704px !important;
  max-height: 704px !important;
}
.h-708 {
  height: 708px !important;
  min-height: 708px !important;
  max-height: 708px !important;
}
.h-712 {
  height: 712px !important;
  min-height: 712px !important;
  max-height: 712px !important;
}
.h-716 {
  height: 716px !important;
  min-height: 716px !important;
  max-height: 716px !important;
}
.h-720 {
  height: 720px !important;
  min-height: 720px !important;
  max-height: 720px !important;
}
.h-0-p {
  height: 0% !important;
}
.h-5-p {
  height: 5% !important;
}
.h-10-p {
  height: 10% !important;
}
.h-15-p {
  height: 15% !important;
}
.h-20-p {
  height: 20% !important;
}
.h-25-p {
  height: 25% !important;
}
.h-30-p {
  height: 30% !important;
}
.h-35-p {
  height: 35% !important;
}
.h-40-p {
  height: 40% !important;
}
.h-45-p {
  height: 45% !important;
}
.h-50-p {
  height: 50% !important;
}
.h-55-p {
  height: 55% !important;
}
.h-60-p {
  height: 60% !important;
}
.h-65-p {
  height: 65% !important;
}
.h-70-p {
  height: 70% !important;
}
.h-75-p {
  height: 75% !important;
}
.h-80-p {
  height: 80% !important;
}
.h-85-p {
  height: 85% !important;
}
.h-90-p {
  height: 90% !important;
}
.h-95-p {
  height: 95% !important;
}
.h-100-p {
  height: 100% !important;
}
.w-0 {
  width: 0px !important;
  min-width: 0px !important;
  max-width: 0px !important;
}
.w-4 {
  width: 4px !important;
  min-width: 4px !important;
  max-width: 4px !important;
}
.w-8 {
  width: 8px !important;
  min-width: 8px !important;
  max-width: 8px !important;
}
.w-12 {
  width: 12px !important;
  min-width: 12px !important;
  max-width: 12px !important;
}
.w-16 {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
}
.w-20 {
  width: 20px !important;
  min-width: 20px !important;
  max-width: 20px !important;
}
.w-24 {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
}
.w-28 {
  width: 28px !important;
  min-width: 28px !important;
  max-width: 28px !important;
}
.w-32 {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
}
.w-36 {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
}
.w-40 {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}
.w-44 {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
}
.w-48 {
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
}
.w-52 {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
}
.w-56 {
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
}
.w-60 {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
}
.w-64 {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
}
.w-68 {
  width: 68px !important;
  min-width: 68px !important;
  max-width: 68px !important;
}
.w-72 {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
}
.w-76 {
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
}
.w-80 {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
}
.w-84 {
  width: 84px !important;
  min-width: 84px !important;
  max-width: 84px !important;
}
.w-88 {
  width: 88px !important;
  min-width: 88px !important;
  max-width: 88px !important;
}
.w-92 {
  width: 92px !important;
  min-width: 92px !important;
  max-width: 92px !important;
}
.w-96 {
  width: 96px !important;
  min-width: 96px !important;
  max-width: 96px !important;
}
.w-100 {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}
.w-104 {
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
}
.w-108 {
  width: 108px !important;
  min-width: 108px !important;
  max-width: 108px !important;
}
.w-112 {
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
}
.w-116 {
  width: 116px !important;
  min-width: 116px !important;
  max-width: 116px !important;
}
.w-120 {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
}
.w-124 {
  width: 124px !important;
  min-width: 124px !important;
  max-width: 124px !important;
}
.w-128 {
  width: 128px !important;
  min-width: 128px !important;
  max-width: 128px !important;
}
.w-132 {
  width: 132px !important;
  min-width: 132px !important;
  max-width: 132px !important;
}
.w-136 {
  width: 136px !important;
  min-width: 136px !important;
  max-width: 136px !important;
}
.w-140 {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
}
.w-144 {
  width: 144px !important;
  min-width: 144px !important;
  max-width: 144px !important;
}
.w-148 {
  width: 148px !important;
  min-width: 148px !important;
  max-width: 148px !important;
}
.w-152 {
  width: 152px !important;
  min-width: 152px !important;
  max-width: 152px !important;
}
.w-156 {
  width: 156px !important;
  min-width: 156px !important;
  max-width: 156px !important;
}
.w-160 {
  width: 160px !important;
  min-width: 160px !important;
  max-width: 160px !important;
}
.w-164 {
  width: 164px !important;
  min-width: 164px !important;
  max-width: 164px !important;
}
.w-168 {
  width: 168px !important;
  min-width: 168px !important;
  max-width: 168px !important;
}
.w-172 {
  width: 172px !important;
  min-width: 172px !important;
  max-width: 172px !important;
}
.w-176 {
  width: 176px !important;
  min-width: 176px !important;
  max-width: 176px !important;
}
.w-180 {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
}
.w-184 {
  width: 184px !important;
  min-width: 184px !important;
  max-width: 184px !important;
}
.w-188 {
  width: 188px !important;
  min-width: 188px !important;
  max-width: 188px !important;
}
.w-192 {
  width: 192px !important;
  min-width: 192px !important;
  max-width: 192px !important;
}
.w-196 {
  width: 196px !important;
  min-width: 196px !important;
  max-width: 196px !important;
}
.w-200 {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}
.w-204 {
  width: 204px !important;
  min-width: 204px !important;
  max-width: 204px !important;
}
.w-208 {
  width: 208px !important;
  min-width: 208px !important;
  max-width: 208px !important;
}
.w-212 {
  width: 212px !important;
  min-width: 212px !important;
  max-width: 212px !important;
}
.w-216 {
  width: 216px !important;
  min-width: 216px !important;
  max-width: 216px !important;
}
.w-220 {
  width: 220px !important;
  min-width: 220px !important;
  max-width: 220px !important;
}
.w-224 {
  width: 224px !important;
  min-width: 224px !important;
  max-width: 224px !important;
}
.w-228 {
  width: 228px !important;
  min-width: 228px !important;
  max-width: 228px !important;
}
.w-232 {
  width: 232px !important;
  min-width: 232px !important;
  max-width: 232px !important;
}
.w-236 {
  width: 236px !important;
  min-width: 236px !important;
  max-width: 236px !important;
}
.w-240 {
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
}
.w-244 {
  width: 244px !important;
  min-width: 244px !important;
  max-width: 244px !important;
}
.w-248 {
  width: 248px !important;
  min-width: 248px !important;
  max-width: 248px !important;
}
.w-252 {
  width: 252px !important;
  min-width: 252px !important;
  max-width: 252px !important;
}
.w-256 {
  width: 256px !important;
  min-width: 256px !important;
  max-width: 256px !important;
}
.w-260 {
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
}
.w-264 {
  width: 264px !important;
  min-width: 264px !important;
  max-width: 264px !important;
}
.w-268 {
  width: 268px !important;
  min-width: 268px !important;
  max-width: 268px !important;
}
.w-272 {
  width: 272px !important;
  min-width: 272px !important;
  max-width: 272px !important;
}
.w-276 {
  width: 276px !important;
  min-width: 276px !important;
  max-width: 276px !important;
}
.w-280 {
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
}
.w-284 {
  width: 284px !important;
  min-width: 284px !important;
  max-width: 284px !important;
}
.w-288 {
  width: 288px !important;
  min-width: 288px !important;
  max-width: 288px !important;
}
.w-292 {
  width: 292px !important;
  min-width: 292px !important;
  max-width: 292px !important;
}
.w-296 {
  width: 296px !important;
  min-width: 296px !important;
  max-width: 296px !important;
}
.w-300 {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}
.w-304 {
  width: 304px !important;
  min-width: 304px !important;
  max-width: 304px !important;
}
.w-308 {
  width: 308px !important;
  min-width: 308px !important;
  max-width: 308px !important;
}
.w-312 {
  width: 312px !important;
  min-width: 312px !important;
  max-width: 312px !important;
}
.w-316 {
  width: 316px !important;
  min-width: 316px !important;
  max-width: 316px !important;
}
.w-320 {
  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important;
}
.w-324 {
  width: 324px !important;
  min-width: 324px !important;
  max-width: 324px !important;
}
.w-328 {
  width: 328px !important;
  min-width: 328px !important;
  max-width: 328px !important;
}
.w-332 {
  width: 332px !important;
  min-width: 332px !important;
  max-width: 332px !important;
}
.w-336 {
  width: 336px !important;
  min-width: 336px !important;
  max-width: 336px !important;
}
.w-340 {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
}
.w-344 {
  width: 344px !important;
  min-width: 344px !important;
  max-width: 344px !important;
}
.w-348 {
  width: 348px !important;
  min-width: 348px !important;
  max-width: 348px !important;
}
.w-352 {
  width: 352px !important;
  min-width: 352px !important;
  max-width: 352px !important;
}
.w-356 {
  width: 356px !important;
  min-width: 356px !important;
  max-width: 356px !important;
}
.w-360 {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
}
.w-364 {
  width: 364px !important;
  min-width: 364px !important;
  max-width: 364px !important;
}
.w-368 {
  width: 368px !important;
  min-width: 368px !important;
  max-width: 368px !important;
}
.w-372 {
  width: 372px !important;
  min-width: 372px !important;
  max-width: 372px !important;
}
.w-376 {
  width: 376px !important;
  min-width: 376px !important;
  max-width: 376px !important;
}
.w-380 {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
}
.w-384 {
  width: 384px !important;
  min-width: 384px !important;
  max-width: 384px !important;
}
.w-388 {
  width: 388px !important;
  min-width: 388px !important;
  max-width: 388px !important;
}
.w-392 {
  width: 392px !important;
  min-width: 392px !important;
  max-width: 392px !important;
}
.w-396 {
  width: 396px !important;
  min-width: 396px !important;
  max-width: 396px !important;
}
.w-400 {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
}
.w-404 {
  width: 404px !important;
  min-width: 404px !important;
  max-width: 404px !important;
}
.w-408 {
  width: 408px !important;
  min-width: 408px !important;
  max-width: 408px !important;
}
.w-412 {
  width: 412px !important;
  min-width: 412px !important;
  max-width: 412px !important;
}
.w-416 {
  width: 416px !important;
  min-width: 416px !important;
  max-width: 416px !important;
}
.w-420 {
  width: 420px !important;
  min-width: 420px !important;
  max-width: 420px !important;
}
.w-424 {
  width: 424px !important;
  min-width: 424px !important;
  max-width: 424px !important;
}
.w-428 {
  width: 428px !important;
  min-width: 428px !important;
  max-width: 428px !important;
}
.w-432 {
  width: 432px !important;
  min-width: 432px !important;
  max-width: 432px !important;
}
.w-436 {
  width: 436px !important;
  min-width: 436px !important;
  max-width: 436px !important;
}
.w-440 {
  width: 440px !important;
  min-width: 440px !important;
  max-width: 440px !important;
}
.w-444 {
  width: 444px !important;
  min-width: 444px !important;
  max-width: 444px !important;
}
.w-448 {
  width: 448px !important;
  min-width: 448px !important;
  max-width: 448px !important;
}
.w-452 {
  width: 452px !important;
  min-width: 452px !important;
  max-width: 452px !important;
}
.w-456 {
  width: 456px !important;
  min-width: 456px !important;
  max-width: 456px !important;
}
.w-460 {
  width: 460px !important;
  min-width: 460px !important;
  max-width: 460px !important;
}
.w-464 {
  width: 464px !important;
  min-width: 464px !important;
  max-width: 464px !important;
}
.w-468 {
  width: 468px !important;
  min-width: 468px !important;
  max-width: 468px !important;
}
.w-472 {
  width: 472px !important;
  min-width: 472px !important;
  max-width: 472px !important;
}
.w-476 {
  width: 476px !important;
  min-width: 476px !important;
  max-width: 476px !important;
}
.w-480 {
  width: 480px !important;
  min-width: 480px !important;
  max-width: 480px !important;
}
.w-484 {
  width: 484px !important;
  min-width: 484px !important;
  max-width: 484px !important;
}
.w-488 {
  width: 488px !important;
  min-width: 488px !important;
  max-width: 488px !important;
}
.w-492 {
  width: 492px !important;
  min-width: 492px !important;
  max-width: 492px !important;
}
.w-496 {
  width: 496px !important;
  min-width: 496px !important;
  max-width: 496px !important;
}
.w-500 {
  width: 500px !important;
  min-width: 500px !important;
  max-width: 500px !important;
}
.w-504 {
  width: 504px !important;
  min-width: 504px !important;
  max-width: 504px !important;
}
.w-508 {
  width: 508px !important;
  min-width: 508px !important;
  max-width: 508px !important;
}
.w-512 {
  width: 512px !important;
  min-width: 512px !important;
  max-width: 512px !important;
}
.w-516 {
  width: 516px !important;
  min-width: 516px !important;
  max-width: 516px !important;
}
.w-520 {
  width: 520px !important;
  min-width: 520px !important;
  max-width: 520px !important;
}
.w-524 {
  width: 524px !important;
  min-width: 524px !important;
  max-width: 524px !important;
}
.w-528 {
  width: 528px !important;
  min-width: 528px !important;
  max-width: 528px !important;
}
.w-532 {
  width: 532px !important;
  min-width: 532px !important;
  max-width: 532px !important;
}
.w-536 {
  width: 536px !important;
  min-width: 536px !important;
  max-width: 536px !important;
}
.w-540 {
  width: 540px !important;
  min-width: 540px !important;
  max-width: 540px !important;
}
.w-544 {
  width: 544px !important;
  min-width: 544px !important;
  max-width: 544px !important;
}
.w-548 {
  width: 548px !important;
  min-width: 548px !important;
  max-width: 548px !important;
}
.w-552 {
  width: 552px !important;
  min-width: 552px !important;
  max-width: 552px !important;
}
.w-556 {
  width: 556px !important;
  min-width: 556px !important;
  max-width: 556px !important;
}
.w-560 {
  width: 560px !important;
  min-width: 560px !important;
  max-width: 560px !important;
}
.w-564 {
  width: 564px !important;
  min-width: 564px !important;
  max-width: 564px !important;
}
.w-568 {
  width: 568px !important;
  min-width: 568px !important;
  max-width: 568px !important;
}
.w-572 {
  width: 572px !important;
  min-width: 572px !important;
  max-width: 572px !important;
}
.w-576 {
  width: 576px !important;
  min-width: 576px !important;
  max-width: 576px !important;
}
.w-580 {
  width: 580px !important;
  min-width: 580px !important;
  max-width: 580px !important;
}
.w-584 {
  width: 584px !important;
  min-width: 584px !important;
  max-width: 584px !important;
}
.w-588 {
  width: 588px !important;
  min-width: 588px !important;
  max-width: 588px !important;
}
.w-592 {
  width: 592px !important;
  min-width: 592px !important;
  max-width: 592px !important;
}
.w-596 {
  width: 596px !important;
  min-width: 596px !important;
  max-width: 596px !important;
}
.w-600 {
  width: 600px !important;
  min-width: 600px !important;
  max-width: 600px !important;
}
.w-604 {
  width: 604px !important;
  min-width: 604px !important;
  max-width: 604px !important;
}
.w-608 {
  width: 608px !important;
  min-width: 608px !important;
  max-width: 608px !important;
}
.w-612 {
  width: 612px !important;
  min-width: 612px !important;
  max-width: 612px !important;
}
.w-616 {
  width: 616px !important;
  min-width: 616px !important;
  max-width: 616px !important;
}
.w-620 {
  width: 620px !important;
  min-width: 620px !important;
  max-width: 620px !important;
}
.w-624 {
  width: 624px !important;
  min-width: 624px !important;
  max-width: 624px !important;
}
.w-628 {
  width: 628px !important;
  min-width: 628px !important;
  max-width: 628px !important;
}
.w-632 {
  width: 632px !important;
  min-width: 632px !important;
  max-width: 632px !important;
}
.w-636 {
  width: 636px !important;
  min-width: 636px !important;
  max-width: 636px !important;
}
.w-640 {
  width: 640px !important;
  min-width: 640px !important;
  max-width: 640px !important;
}
.w-644 {
  width: 644px !important;
  min-width: 644px !important;
  max-width: 644px !important;
}
.w-648 {
  width: 648px !important;
  min-width: 648px !important;
  max-width: 648px !important;
}
.w-652 {
  width: 652px !important;
  min-width: 652px !important;
  max-width: 652px !important;
}
.w-656 {
  width: 656px !important;
  min-width: 656px !important;
  max-width: 656px !important;
}
.w-660 {
  width: 660px !important;
  min-width: 660px !important;
  max-width: 660px !important;
}
.w-664 {
  width: 664px !important;
  min-width: 664px !important;
  max-width: 664px !important;
}
.w-668 {
  width: 668px !important;
  min-width: 668px !important;
  max-width: 668px !important;
}
.w-672 {
  width: 672px !important;
  min-width: 672px !important;
  max-width: 672px !important;
}
.w-676 {
  width: 676px !important;
  min-width: 676px !important;
  max-width: 676px !important;
}
.w-680 {
  width: 680px !important;
  min-width: 680px !important;
  max-width: 680px !important;
}
.w-684 {
  width: 684px !important;
  min-width: 684px !important;
  max-width: 684px !important;
}
.w-688 {
  width: 688px !important;
  min-width: 688px !important;
  max-width: 688px !important;
}
.w-692 {
  width: 692px !important;
  min-width: 692px !important;
  max-width: 692px !important;
}
.w-696 {
  width: 696px !important;
  min-width: 696px !important;
  max-width: 696px !important;
}
.w-700 {
  width: 700px !important;
  min-width: 700px !important;
  max-width: 700px !important;
}
.w-704 {
  width: 704px !important;
  min-width: 704px !important;
  max-width: 704px !important;
}
.w-708 {
  width: 708px !important;
  min-width: 708px !important;
  max-width: 708px !important;
}
.w-712 {
  width: 712px !important;
  min-width: 712px !important;
  max-width: 712px !important;
}
.w-716 {
  width: 716px !important;
  min-width: 716px !important;
  max-width: 716px !important;
}
.w-720 {
  width: 720px !important;
  min-width: 720px !important;
  max-width: 720px !important;
}
.w-0-p {
  width: 0% !important;
}
.w-5-p {
  width: 5% !important;
}
.w-10-p {
  width: 10% !important;
}
.w-15-p {
  width: 15% !important;
}
.w-20-p {
  width: 20% !important;
}
.w-25-p {
  width: 25% !important;
}
.w-30-p {
  width: 30% !important;
}
.w-35-p {
  width: 35% !important;
}
.w-40-p {
  width: 40% !important;
}
.w-45-p {
  width: 45% !important;
}
.w-50-p {
  width: 50% !important;
}
.w-55-p {
  width: 55% !important;
}
.w-60-p {
  width: 60% !important;
}
.w-65-p {
  width: 65% !important;
}
.w-70-p {
  width: 70% !important;
}
.w-75-p {
  width: 75% !important;
}
.w-80-p {
  width: 80% !important;
}
.w-85-p {
  width: 85% !important;
}
.w-90-p {
  width: 90% !important;
}
.w-95-p {
  width: 95% !important;
}
.w-100-p {
  width: 100% !important;
}
.m-0 {
  margin: 0px !important;
}
.m-4 {
  margin: 4px !important;
}
.m-8 {
  margin: 8px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-28 {
  margin: 28px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-36 {
  margin: 36px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-44 {
  margin: 44px !important;
}
.m-48 {
  margin: 48px !important;
}
.m-52 {
  margin: 52px !important;
}
.m-56 {
  margin: 56px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-64 {
  margin: 64px !important;
}
.m-68 {
  margin: 68px !important;
}
.m-72 {
  margin: 72px !important;
}
.m-76 {
  margin: 76px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-84 {
  margin: 84px !important;
}
.m-88 {
  margin: 88px !important;
}
.m-92 {
  margin: 92px !important;
}
.m-96 {
  margin: 96px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-104 {
  margin: 104px !important;
}
.m-108 {
  margin: 108px !important;
}
.m-112 {
  margin: 112px !important;
}
.m-116 {
  margin: 116px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-124 {
  margin: 124px !important;
}
.m-128 {
  margin: 128px !important;
}
.m-132 {
  margin: 132px !important;
}
.m-136 {
  margin: 136px !important;
}
.m-140 {
  margin: 140px !important;
}
.m-144 {
  margin: 144px !important;
}
.m-148 {
  margin: 148px !important;
}
.m-152 {
  margin: 152px !important;
}
.m-156 {
  margin: 156px !important;
}
.m-160 {
  margin: 160px !important;
}
.m-164 {
  margin: 164px !important;
}
.m-168 {
  margin: 168px !important;
}
.m-172 {
  margin: 172px !important;
}
.m-176 {
  margin: 176px !important;
}
.m-180 {
  margin: 180px !important;
}
.m-184 {
  margin: 184px !important;
}
.m-188 {
  margin: 188px !important;
}
.m-192 {
  margin: 192px !important;
}
.m-196 {
  margin: 196px !important;
}
.m-200 {
  margin: 200px !important;
}
.m-204 {
  margin: 204px !important;
}
.m-208 {
  margin: 208px !important;
}
.m-212 {
  margin: 212px !important;
}
.m-216 {
  margin: 216px !important;
}
.m-220 {
  margin: 220px !important;
}
.m-224 {
  margin: 224px !important;
}
.m-228 {
  margin: 228px !important;
}
.m-232 {
  margin: 232px !important;
}
.m-236 {
  margin: 236px !important;
}
.m-240 {
  margin: 240px !important;
}
.m-244 {
  margin: 244px !important;
}
.m-248 {
  margin: 248px !important;
}
.m-252 {
  margin: 252px !important;
}
.m-256 {
  margin: 256px !important;
}
.mx-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mx-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mx-28 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}
.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.mx-32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.mx-36 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}
.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mx-44 {
  margin-right: 44px !important;
  margin-left: 44px !important;
}
.my-44 {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.mx-48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mx-52 {
  margin-right: 52px !important;
  margin-left: 52px !important;
}
.my-52 {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.mx-56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}
.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mx-64 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}
.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.mx-68 {
  margin-right: 68px !important;
  margin-left: 68px !important;
}
.my-68 {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.mx-72 {
  margin-right: 72px !important;
  margin-left: 72px !important;
}
.my-72 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.mx-76 {
  margin-right: 76px !important;
  margin-left: 76px !important;
}
.my-76 {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mx-84 {
  margin-right: 84px !important;
  margin-left: 84px !important;
}
.my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.mx-88 {
  margin-right: 88px !important;
  margin-left: 88px !important;
}
.my-88 {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.mx-92 {
  margin-right: 92px !important;
  margin-left: 92px !important;
}
.my-92 {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.mx-96 {
  margin-right: 96px !important;
  margin-left: 96px !important;
}
.my-96 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}
.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.mx-104 {
  margin-right: 104px !important;
  margin-left: 104px !important;
}
.my-104 {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}
.mx-108 {
  margin-right: 108px !important;
  margin-left: 108px !important;
}
.my-108 {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}
.mx-112 {
  margin-right: 112px !important;
  margin-left: 112px !important;
}
.my-112 {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}
.mx-116 {
  margin-right: 116px !important;
  margin-left: 116px !important;
}
.my-116 {
  margin-top: 116px !important;
  margin-bottom: 116px !important;
}
.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}
.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.mx-124 {
  margin-right: 124px !important;
  margin-left: 124px !important;
}
.my-124 {
  margin-top: 124px !important;
  margin-bottom: 124px !important;
}
.mx-128 {
  margin-right: 128px !important;
  margin-left: 128px !important;
}
.my-128 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}
.mx-132 {
  margin-right: 132px !important;
  margin-left: 132px !important;
}
.my-132 {
  margin-top: 132px !important;
  margin-bottom: 132px !important;
}
.mx-136 {
  margin-right: 136px !important;
  margin-left: 136px !important;
}
.my-136 {
  margin-top: 136px !important;
  margin-bottom: 136px !important;
}
.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}
.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}
.mx-144 {
  margin-right: 144px !important;
  margin-left: 144px !important;
}
.my-144 {
  margin-top: 144px !important;
  margin-bottom: 144px !important;
}
.mx-148 {
  margin-right: 148px !important;
  margin-left: 148px !important;
}
.my-148 {
  margin-top: 148px !important;
  margin-bottom: 148px !important;
}
.mx-152 {
  margin-right: 152px !important;
  margin-left: 152px !important;
}
.my-152 {
  margin-top: 152px !important;
  margin-bottom: 152px !important;
}
.mx-156 {
  margin-right: 156px !important;
  margin-left: 156px !important;
}
.my-156 {
  margin-top: 156px !important;
  margin-bottom: 156px !important;
}
.mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}
.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}
.mx-164 {
  margin-right: 164px !important;
  margin-left: 164px !important;
}
.my-164 {
  margin-top: 164px !important;
  margin-bottom: 164px !important;
}
.mx-168 {
  margin-right: 168px !important;
  margin-left: 168px !important;
}
.my-168 {
  margin-top: 168px !important;
  margin-bottom: 168px !important;
}
.mx-172 {
  margin-right: 172px !important;
  margin-left: 172px !important;
}
.my-172 {
  margin-top: 172px !important;
  margin-bottom: 172px !important;
}
.mx-176 {
  margin-right: 176px !important;
  margin-left: 176px !important;
}
.my-176 {
  margin-top: 176px !important;
  margin-bottom: 176px !important;
}
.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}
.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}
.mx-184 {
  margin-right: 184px !important;
  margin-left: 184px !important;
}
.my-184 {
  margin-top: 184px !important;
  margin-bottom: 184px !important;
}
.mx-188 {
  margin-right: 188px !important;
  margin-left: 188px !important;
}
.my-188 {
  margin-top: 188px !important;
  margin-bottom: 188px !important;
}
.mx-192 {
  margin-right: 192px !important;
  margin-left: 192px !important;
}
.my-192 {
  margin-top: 192px !important;
  margin-bottom: 192px !important;
}
.mx-196 {
  margin-right: 196px !important;
  margin-left: 196px !important;
}
.my-196 {
  margin-top: 196px !important;
  margin-bottom: 196px !important;
}
.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}
.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}
.mx-204 {
  margin-right: 204px !important;
  margin-left: 204px !important;
}
.my-204 {
  margin-top: 204px !important;
  margin-bottom: 204px !important;
}
.mx-208 {
  margin-right: 208px !important;
  margin-left: 208px !important;
}
.my-208 {
  margin-top: 208px !important;
  margin-bottom: 208px !important;
}
.mx-212 {
  margin-right: 212px !important;
  margin-left: 212px !important;
}
.my-212 {
  margin-top: 212px !important;
  margin-bottom: 212px !important;
}
.mx-216 {
  margin-right: 216px !important;
  margin-left: 216px !important;
}
.my-216 {
  margin-top: 216px !important;
  margin-bottom: 216px !important;
}
.mx-220 {
  margin-right: 220px !important;
  margin-left: 220px !important;
}
.my-220 {
  margin-top: 220px !important;
  margin-bottom: 220px !important;
}
.mx-224 {
  margin-right: 224px !important;
  margin-left: 224px !important;
}
.my-224 {
  margin-top: 224px !important;
  margin-bottom: 224px !important;
}
.mx-228 {
  margin-right: 228px !important;
  margin-left: 228px !important;
}
.my-228 {
  margin-top: 228px !important;
  margin-bottom: 228px !important;
}
.mx-232 {
  margin-right: 232px !important;
  margin-left: 232px !important;
}
.my-232 {
  margin-top: 232px !important;
  margin-bottom: 232px !important;
}
.mx-236 {
  margin-right: 236px !important;
  margin-left: 236px !important;
}
.my-236 {
  margin-top: 236px !important;
  margin-bottom: 236px !important;
}
.mx-240 {
  margin-right: 240px !important;
  margin-left: 240px !important;
}
.my-240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}
.mx-244 {
  margin-right: 244px !important;
  margin-left: 244px !important;
}
.my-244 {
  margin-top: 244px !important;
  margin-bottom: 244px !important;
}
.mx-248 {
  margin-right: 248px !important;
  margin-left: 248px !important;
}
.my-248 {
  margin-top: 248px !important;
  margin-bottom: 248px !important;
}
.mx-252 {
  margin-right: 252px !important;
  margin-left: 252px !important;
}
.my-252 {
  margin-top: 252px !important;
  margin-bottom: 252px !important;
}
.mx-256 {
  margin-right: 256px !important;
  margin-left: 256px !important;
}
.my-256 {
  margin-top: 256px !important;
  margin-bottom: 256px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mr-28 {
  margin-right: 28px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.ml-28 {
  margin-left: 28px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mr-36 {
  margin-right: 36px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.ml-36 {
  margin-left: 36px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mt-44 {
  margin-top: 44px !important;
}
.mr-44 {
  margin-right: 44px !important;
}
.mb-44 {
  margin-bottom: 44px !important;
}
.ml-44 {
  margin-left: 44px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.mt-52 {
  margin-top: 52px !important;
}
.mr-52 {
  margin-right: 52px !important;
}
.mb-52 {
  margin-bottom: 52px !important;
}
.ml-52 {
  margin-left: 52px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mr-56 {
  margin-right: 56px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mr-64 {
  margin-right: 64px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.ml-64 {
  margin-left: 64px !important;
}
.mt-68 {
  margin-top: 68px !important;
}
.mr-68 {
  margin-right: 68px !important;
}
.mb-68 {
  margin-bottom: 68px !important;
}
.ml-68 {
  margin-left: 68px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mr-72 {
  margin-right: 72px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.ml-72 {
  margin-left: 72px !important;
}
.mt-76 {
  margin-top: 76px !important;
}
.mr-76 {
  margin-right: 76px !important;
}
.mb-76 {
  margin-bottom: 76px !important;
}
.ml-76 {
  margin-left: 76px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mt-84 {
  margin-top: 84px !important;
}
.mr-84 {
  margin-right: 84px !important;
}
.mb-84 {
  margin-bottom: 84px !important;
}
.ml-84 {
  margin-left: 84px !important;
}
.mt-88 {
  margin-top: 88px !important;
}
.mr-88 {
  margin-right: 88px !important;
}
.mb-88 {
  margin-bottom: 88px !important;
}
.ml-88 {
  margin-left: 88px !important;
}
.mt-92 {
  margin-top: 92px !important;
}
.mr-92 {
  margin-right: 92px !important;
}
.mb-92 {
  margin-bottom: 92px !important;
}
.ml-92 {
  margin-left: 92px !important;
}
.mt-96 {
  margin-top: 96px !important;
}
.mr-96 {
  margin-right: 96px !important;
}
.mb-96 {
  margin-bottom: 96px !important;
}
.ml-96 {
  margin-left: 96px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mt-104 {
  margin-top: 104px !important;
}
.mr-104 {
  margin-right: 104px !important;
}
.mb-104 {
  margin-bottom: 104px !important;
}
.ml-104 {
  margin-left: 104px !important;
}
.mt-108 {
  margin-top: 108px !important;
}
.mr-108 {
  margin-right: 108px !important;
}
.mb-108 {
  margin-bottom: 108px !important;
}
.ml-108 {
  margin-left: 108px !important;
}
.mt-112 {
  margin-top: 112px !important;
}
.mr-112 {
  margin-right: 112px !important;
}
.mb-112 {
  margin-bottom: 112px !important;
}
.ml-112 {
  margin-left: 112px !important;
}
.mt-116 {
  margin-top: 116px !important;
}
.mr-116 {
  margin-right: 116px !important;
}
.mb-116 {
  margin-bottom: 116px !important;
}
.ml-116 {
  margin-left: 116px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mr-120 {
  margin-right: 120px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.ml-120 {
  margin-left: 120px !important;
}
.mt-124 {
  margin-top: 124px !important;
}
.mr-124 {
  margin-right: 124px !important;
}
.mb-124 {
  margin-bottom: 124px !important;
}
.ml-124 {
  margin-left: 124px !important;
}
.mt-128 {
  margin-top: 128px !important;
}
.mr-128 {
  margin-right: 128px !important;
}
.mb-128 {
  margin-bottom: 128px !important;
}
.ml-128 {
  margin-left: 128px !important;
}
.mt-132 {
  margin-top: 132px !important;
}
.mr-132 {
  margin-right: 132px !important;
}
.mb-132 {
  margin-bottom: 132px !important;
}
.ml-132 {
  margin-left: 132px !important;
}
.mt-136 {
  margin-top: 136px !important;
}
.mr-136 {
  margin-right: 136px !important;
}
.mb-136 {
  margin-bottom: 136px !important;
}
.ml-136 {
  margin-left: 136px !important;
}
.mt-140 {
  margin-top: 140px !important;
}
.mr-140 {
  margin-right: 140px !important;
}
.mb-140 {
  margin-bottom: 140px !important;
}
.ml-140 {
  margin-left: 140px !important;
}
.mt-144 {
  margin-top: 144px !important;
}
.mr-144 {
  margin-right: 144px !important;
}
.mb-144 {
  margin-bottom: 144px !important;
}
.ml-144 {
  margin-left: 144px !important;
}
.mt-148 {
  margin-top: 148px !important;
}
.mr-148 {
  margin-right: 148px !important;
}
.mb-148 {
  margin-bottom: 148px !important;
}
.ml-148 {
  margin-left: 148px !important;
}
.mt-152 {
  margin-top: 152px !important;
}
.mr-152 {
  margin-right: 152px !important;
}
.mb-152 {
  margin-bottom: 152px !important;
}
.ml-152 {
  margin-left: 152px !important;
}
.mt-156 {
  margin-top: 156px !important;
}
.mr-156 {
  margin-right: 156px !important;
}
.mb-156 {
  margin-bottom: 156px !important;
}
.ml-156 {
  margin-left: 156px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.mr-160 {
  margin-right: 160px !important;
}
.mb-160 {
  margin-bottom: 160px !important;
}
.ml-160 {
  margin-left: 160px !important;
}
.mt-164 {
  margin-top: 164px !important;
}
.mr-164 {
  margin-right: 164px !important;
}
.mb-164 {
  margin-bottom: 164px !important;
}
.ml-164 {
  margin-left: 164px !important;
}
.mt-168 {
  margin-top: 168px !important;
}
.mr-168 {
  margin-right: 168px !important;
}
.mb-168 {
  margin-bottom: 168px !important;
}
.ml-168 {
  margin-left: 168px !important;
}
.mt-172 {
  margin-top: 172px !important;
}
.mr-172 {
  margin-right: 172px !important;
}
.mb-172 {
  margin-bottom: 172px !important;
}
.ml-172 {
  margin-left: 172px !important;
}
.mt-176 {
  margin-top: 176px !important;
}
.mr-176 {
  margin-right: 176px !important;
}
.mb-176 {
  margin-bottom: 176px !important;
}
.ml-176 {
  margin-left: 176px !important;
}
.mt-180 {
  margin-top: 180px !important;
}
.mr-180 {
  margin-right: 180px !important;
}
.mb-180 {
  margin-bottom: 180px !important;
}
.ml-180 {
  margin-left: 180px !important;
}
.mt-184 {
  margin-top: 184px !important;
}
.mr-184 {
  margin-right: 184px !important;
}
.mb-184 {
  margin-bottom: 184px !important;
}
.ml-184 {
  margin-left: 184px !important;
}
.mt-188 {
  margin-top: 188px !important;
}
.mr-188 {
  margin-right: 188px !important;
}
.mb-188 {
  margin-bottom: 188px !important;
}
.ml-188 {
  margin-left: 188px !important;
}
.mt-192 {
  margin-top: 192px !important;
}
.mr-192 {
  margin-right: 192px !important;
}
.mb-192 {
  margin-bottom: 192px !important;
}
.ml-192 {
  margin-left: 192px !important;
}
.mt-196 {
  margin-top: 196px !important;
}
.mr-196 {
  margin-right: 196px !important;
}
.mb-196 {
  margin-bottom: 196px !important;
}
.ml-196 {
  margin-left: 196px !important;
}
.mt-200 {
  margin-top: 200px !important;
}
.mr-200 {
  margin-right: 200px !important;
}
.mb-200 {
  margin-bottom: 200px !important;
}
.ml-200 {
  margin-left: 200px !important;
}
.mt-204 {
  margin-top: 204px !important;
}
.mr-204 {
  margin-right: 204px !important;
}
.mb-204 {
  margin-bottom: 204px !important;
}
.ml-204 {
  margin-left: 204px !important;
}
.mt-208 {
  margin-top: 208px !important;
}
.mr-208 {
  margin-right: 208px !important;
}
.mb-208 {
  margin-bottom: 208px !important;
}
.ml-208 {
  margin-left: 208px !important;
}
.mt-212 {
  margin-top: 212px !important;
}
.mr-212 {
  margin-right: 212px !important;
}
.mb-212 {
  margin-bottom: 212px !important;
}
.ml-212 {
  margin-left: 212px !important;
}
.mt-216 {
  margin-top: 216px !important;
}
.mr-216 {
  margin-right: 216px !important;
}
.mb-216 {
  margin-bottom: 216px !important;
}
.ml-216 {
  margin-left: 216px !important;
}
.mt-220 {
  margin-top: 220px !important;
}
.mr-220 {
  margin-right: 220px !important;
}
.mb-220 {
  margin-bottom: 220px !important;
}
.ml-220 {
  margin-left: 220px !important;
}
.mt-224 {
  margin-top: 224px !important;
}
.mr-224 {
  margin-right: 224px !important;
}
.mb-224 {
  margin-bottom: 224px !important;
}
.ml-224 {
  margin-left: 224px !important;
}
.mt-228 {
  margin-top: 228px !important;
}
.mr-228 {
  margin-right: 228px !important;
}
.mb-228 {
  margin-bottom: 228px !important;
}
.ml-228 {
  margin-left: 228px !important;
}
.mt-232 {
  margin-top: 232px !important;
}
.mr-232 {
  margin-right: 232px !important;
}
.mb-232 {
  margin-bottom: 232px !important;
}
.ml-232 {
  margin-left: 232px !important;
}
.mt-236 {
  margin-top: 236px !important;
}
.mr-236 {
  margin-right: 236px !important;
}
.mb-236 {
  margin-bottom: 236px !important;
}
.ml-236 {
  margin-left: 236px !important;
}
.mt-240 {
  margin-top: 240px !important;
}
.mr-240 {
  margin-right: 240px !important;
}
.mb-240 {
  margin-bottom: 240px !important;
}
.ml-240 {
  margin-left: 240px !important;
}
.mt-244 {
  margin-top: 244px !important;
}
.mr-244 {
  margin-right: 244px !important;
}
.mb-244 {
  margin-bottom: 244px !important;
}
.ml-244 {
  margin-left: 244px !important;
}
.mt-248 {
  margin-top: 248px !important;
}
.mr-248 {
  margin-right: 248px !important;
}
.mb-248 {
  margin-bottom: 248px !important;
}
.ml-248 {
  margin-left: 248px !important;
}
.mt-252 {
  margin-top: 252px !important;
}
.mr-252 {
  margin-right: 252px !important;
}
.mb-252 {
  margin-bottom: 252px !important;
}
.ml-252 {
  margin-left: 252px !important;
}
.mt-256 {
  margin-top: 256px !important;
}
.mr-256 {
  margin-right: 256px !important;
}
.mb-256 {
  margin-bottom: 256px !important;
}
.ml-256 {
  margin-left: 256px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-0 {
  padding: 0px !important;
}
.p-4 {
  padding: 4px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-28 {
  padding: 28px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-36 {
  padding: 36px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-44 {
  padding: 44px !important;
}
.p-48 {
  padding: 48px !important;
}
.p-52 {
  padding: 52px !important;
}
.p-56 {
  padding: 56px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-64 {
  padding: 64px !important;
}
.p-68 {
  padding: 68px !important;
}
.p-72 {
  padding: 72px !important;
}
.p-76 {
  padding: 76px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-84 {
  padding: 84px !important;
}
.p-88 {
  padding: 88px !important;
}
.p-92 {
  padding: 92px !important;
}
.p-96 {
  padding: 96px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-104 {
  padding: 104px !important;
}
.p-108 {
  padding: 108px !important;
}
.p-112 {
  padding: 112px !important;
}
.p-116 {
  padding: 116px !important;
}
.p-120 {
  padding: 120px !important;
}
.p-124 {
  padding: 124px !important;
}
.p-128 {
  padding: 128px !important;
}
.p-132 {
  padding: 132px !important;
}
.p-136 {
  padding: 136px !important;
}
.p-140 {
  padding: 140px !important;
}
.p-144 {
  padding: 144px !important;
}
.p-148 {
  padding: 148px !important;
}
.p-152 {
  padding: 152px !important;
}
.p-156 {
  padding: 156px !important;
}
.p-160 {
  padding: 160px !important;
}
.p-164 {
  padding: 164px !important;
}
.p-168 {
  padding: 168px !important;
}
.p-172 {
  padding: 172px !important;
}
.p-176 {
  padding: 176px !important;
}
.p-180 {
  padding: 180px !important;
}
.p-184 {
  padding: 184px !important;
}
.p-188 {
  padding: 188px !important;
}
.p-192 {
  padding: 192px !important;
}
.p-196 {
  padding: 196px !important;
}
.p-200 {
  padding: 200px !important;
}
.p-204 {
  padding: 204px !important;
}
.p-208 {
  padding: 208px !important;
}
.p-212 {
  padding: 212px !important;
}
.p-216 {
  padding: 216px !important;
}
.p-220 {
  padding: 220px !important;
}
.p-224 {
  padding: 224px !important;
}
.p-228 {
  padding: 228px !important;
}
.p-232 {
  padding: 232px !important;
}
.p-236 {
  padding: 236px !important;
}
.p-240 {
  padding: 240px !important;
}
.p-244 {
  padding: 244px !important;
}
.p-248 {
  padding: 248px !important;
}
.p-252 {
  padding: 252px !important;
}
.p-256 {
  padding: 256px !important;
}
.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px-8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.px-28 {
  padding-right: 28px !important;
  padding-left: 28px !important;
}
.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.px-32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.px-36 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}
.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.px-44 {
  padding-right: 44px !important;
  padding-left: 44px !important;
}
.py-44 {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.px-48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.px-52 {
  padding-right: 52px !important;
  padding-left: 52px !important;
}
.py-52 {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.px-56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}
.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.px-64 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}
.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.px-68 {
  padding-right: 68px !important;
  padding-left: 68px !important;
}
.py-68 {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.px-72 {
  padding-right: 72px !important;
  padding-left: 72px !important;
}
.py-72 {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.px-76 {
  padding-right: 76px !important;
  padding-left: 76px !important;
}
.py-76 {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.px-84 {
  padding-right: 84px !important;
  padding-left: 84px !important;
}
.py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.px-88 {
  padding-right: 88px !important;
  padding-left: 88px !important;
}
.py-88 {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.px-92 {
  padding-right: 92px !important;
  padding-left: 92px !important;
}
.py-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.px-96 {
  padding-right: 96px !important;
  padding-left: 96px !important;
}
.py-96 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.px-104 {
  padding-right: 104px !important;
  padding-left: 104px !important;
}
.py-104 {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}
.px-108 {
  padding-right: 108px !important;
  padding-left: 108px !important;
}
.py-108 {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}
.px-112 {
  padding-right: 112px !important;
  padding-left: 112px !important;
}
.py-112 {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}
.px-116 {
  padding-right: 116px !important;
  padding-left: 116px !important;
}
.py-116 {
  padding-top: 116px !important;
  padding-bottom: 116px !important;
}
.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.px-124 {
  padding-right: 124px !important;
  padding-left: 124px !important;
}
.py-124 {
  padding-top: 124px !important;
  padding-bottom: 124px !important;
}
.px-128 {
  padding-right: 128px !important;
  padding-left: 128px !important;
}
.py-128 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}
.px-132 {
  padding-right: 132px !important;
  padding-left: 132px !important;
}
.py-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important;
}
.px-136 {
  padding-right: 136px !important;
  padding-left: 136px !important;
}
.py-136 {
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}
.px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}
.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.px-144 {
  padding-right: 144px !important;
  padding-left: 144px !important;
}
.py-144 {
  padding-top: 144px !important;
  padding-bottom: 144px !important;
}
.px-148 {
  padding-right: 148px !important;
  padding-left: 148px !important;
}
.py-148 {
  padding-top: 148px !important;
  padding-bottom: 148px !important;
}
.px-152 {
  padding-right: 152px !important;
  padding-left: 152px !important;
}
.py-152 {
  padding-top: 152px !important;
  padding-bottom: 152px !important;
}
.px-156 {
  padding-right: 156px !important;
  padding-left: 156px !important;
}
.py-156 {
  padding-top: 156px !important;
  padding-bottom: 156px !important;
}
.px-160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}
.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.px-164 {
  padding-right: 164px !important;
  padding-left: 164px !important;
}
.py-164 {
  padding-top: 164px !important;
  padding-bottom: 164px !important;
}
.px-168 {
  padding-right: 168px !important;
  padding-left: 168px !important;
}
.py-168 {
  padding-top: 168px !important;
  padding-bottom: 168px !important;
}
.px-172 {
  padding-right: 172px !important;
  padding-left: 172px !important;
}
.py-172 {
  padding-top: 172px !important;
  padding-bottom: 172px !important;
}
.px-176 {
  padding-right: 176px !important;
  padding-left: 176px !important;
}
.py-176 {
  padding-top: 176px !important;
  padding-bottom: 176px !important;
}
.px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important;
}
.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.px-184 {
  padding-right: 184px !important;
  padding-left: 184px !important;
}
.py-184 {
  padding-top: 184px !important;
  padding-bottom: 184px !important;
}
.px-188 {
  padding-right: 188px !important;
  padding-left: 188px !important;
}
.py-188 {
  padding-top: 188px !important;
  padding-bottom: 188px !important;
}
.px-192 {
  padding-right: 192px !important;
  padding-left: 192px !important;
}
.py-192 {
  padding-top: 192px !important;
  padding-bottom: 192px !important;
}
.px-196 {
  padding-right: 196px !important;
  padding-left: 196px !important;
}
.py-196 {
  padding-top: 196px !important;
  padding-bottom: 196px !important;
}
.px-200 {
  padding-right: 200px !important;
  padding-left: 200px !important;
}
.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.px-204 {
  padding-right: 204px !important;
  padding-left: 204px !important;
}
.py-204 {
  padding-top: 204px !important;
  padding-bottom: 204px !important;
}
.px-208 {
  padding-right: 208px !important;
  padding-left: 208px !important;
}
.py-208 {
  padding-top: 208px !important;
  padding-bottom: 208px !important;
}
.px-212 {
  padding-right: 212px !important;
  padding-left: 212px !important;
}
.py-212 {
  padding-top: 212px !important;
  padding-bottom: 212px !important;
}
.px-216 {
  padding-right: 216px !important;
  padding-left: 216px !important;
}
.py-216 {
  padding-top: 216px !important;
  padding-bottom: 216px !important;
}
.px-220 {
  padding-right: 220px !important;
  padding-left: 220px !important;
}
.py-220 {
  padding-top: 220px !important;
  padding-bottom: 220px !important;
}
.px-224 {
  padding-right: 224px !important;
  padding-left: 224px !important;
}
.py-224 {
  padding-top: 224px !important;
  padding-bottom: 224px !important;
}
.px-228 {
  padding-right: 228px !important;
  padding-left: 228px !important;
}
.py-228 {
  padding-top: 228px !important;
  padding-bottom: 228px !important;
}
.px-232 {
  padding-right: 232px !important;
  padding-left: 232px !important;
}
.py-232 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}
.px-236 {
  padding-right: 236px !important;
  padding-left: 236px !important;
}
.py-236 {
  padding-top: 236px !important;
  padding-bottom: 236px !important;
}
.px-240 {
  padding-right: 240px !important;
  padding-left: 240px !important;
}
.py-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}
.px-244 {
  padding-right: 244px !important;
  padding-left: 244px !important;
}
.py-244 {
  padding-top: 244px !important;
  padding-bottom: 244px !important;
}
.px-248 {
  padding-right: 248px !important;
  padding-left: 248px !important;
}
.py-248 {
  padding-top: 248px !important;
  padding-bottom: 248px !important;
}
.px-252 {
  padding-right: 252px !important;
  padding-left: 252px !important;
}
.py-252 {
  padding-top: 252px !important;
  padding-bottom: 252px !important;
}
.px-256 {
  padding-right: 256px !important;
  padding-left: 256px !important;
}
.py-256 {
  padding-top: 256px !important;
  padding-bottom: 256px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pt-28 {
  padding-top: 28px !important;
}
.pr-28 {
  padding-right: 28px !important;
}
.pb-28 {
  padding-bottom: 28px !important;
}
.pl-28 {
  padding-left: 28px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pt-36 {
  padding-top: 36px !important;
}
.pr-36 {
  padding-right: 36px !important;
}
.pb-36 {
  padding-bottom: 36px !important;
}
.pl-36 {
  padding-left: 36px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pt-44 {
  padding-top: 44px !important;
}
.pr-44 {
  padding-right: 44px !important;
}
.pb-44 {
  padding-bottom: 44px !important;
}
.pl-44 {
  padding-left: 44px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pt-52 {
  padding-top: 52px !important;
}
.pr-52 {
  padding-right: 52px !important;
}
.pb-52 {
  padding-bottom: 52px !important;
}
.pl-52 {
  padding-left: 52px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pt-68 {
  padding-top: 68px !important;
}
.pr-68 {
  padding-right: 68px !important;
}
.pb-68 {
  padding-bottom: 68px !important;
}
.pl-68 {
  padding-left: 68px !important;
}
.pt-72 {
  padding-top: 72px !important;
}
.pr-72 {
  padding-right: 72px !important;
}
.pb-72 {
  padding-bottom: 72px !important;
}
.pl-72 {
  padding-left: 72px !important;
}
.pt-76 {
  padding-top: 76px !important;
}
.pr-76 {
  padding-right: 76px !important;
}
.pb-76 {
  padding-bottom: 76px !important;
}
.pl-76 {
  padding-left: 76px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pt-84 {
  padding-top: 84px !important;
}
.pr-84 {
  padding-right: 84px !important;
}
.pb-84 {
  padding-bottom: 84px !important;
}
.pl-84 {
  padding-left: 84px !important;
}
.pt-88 {
  padding-top: 88px !important;
}
.pr-88 {
  padding-right: 88px !important;
}
.pb-88 {
  padding-bottom: 88px !important;
}
.pl-88 {
  padding-left: 88px !important;
}
.pt-92 {
  padding-top: 92px !important;
}
.pr-92 {
  padding-right: 92px !important;
}
.pb-92 {
  padding-bottom: 92px !important;
}
.pl-92 {
  padding-left: 92px !important;
}
.pt-96 {
  padding-top: 96px !important;
}
.pr-96 {
  padding-right: 96px !important;
}
.pb-96 {
  padding-bottom: 96px !important;
}
.pl-96 {
  padding-left: 96px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pt-104 {
  padding-top: 104px !important;
}
.pr-104 {
  padding-right: 104px !important;
}
.pb-104 {
  padding-bottom: 104px !important;
}
.pl-104 {
  padding-left: 104px !important;
}
.pt-108 {
  padding-top: 108px !important;
}
.pr-108 {
  padding-right: 108px !important;
}
.pb-108 {
  padding-bottom: 108px !important;
}
.pl-108 {
  padding-left: 108px !important;
}
.pt-112 {
  padding-top: 112px !important;
}
.pr-112 {
  padding-right: 112px !important;
}
.pb-112 {
  padding-bottom: 112px !important;
}
.pl-112 {
  padding-left: 112px !important;
}
.pt-116 {
  padding-top: 116px !important;
}
.pr-116 {
  padding-right: 116px !important;
}
.pb-116 {
  padding-bottom: 116px !important;
}
.pl-116 {
  padding-left: 116px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pr-120 {
  padding-right: 120px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pl-120 {
  padding-left: 120px !important;
}
.pt-124 {
  padding-top: 124px !important;
}
.pr-124 {
  padding-right: 124px !important;
}
.pb-124 {
  padding-bottom: 124px !important;
}
.pl-124 {
  padding-left: 124px !important;
}
.pt-128 {
  padding-top: 128px !important;
}
.pr-128 {
  padding-right: 128px !important;
}
.pb-128 {
  padding-bottom: 128px !important;
}
.pl-128 {
  padding-left: 128px !important;
}
.pt-132 {
  padding-top: 132px !important;
}
.pr-132 {
  padding-right: 132px !important;
}
.pb-132 {
  padding-bottom: 132px !important;
}
.pl-132 {
  padding-left: 132px !important;
}
.pt-136 {
  padding-top: 136px !important;
}
.pr-136 {
  padding-right: 136px !important;
}
.pb-136 {
  padding-bottom: 136px !important;
}
.pl-136 {
  padding-left: 136px !important;
}
.pt-140 {
  padding-top: 140px !important;
}
.pr-140 {
  padding-right: 140px !important;
}
.pb-140 {
  padding-bottom: 140px !important;
}
.pl-140 {
  padding-left: 140px !important;
}
.pt-144 {
  padding-top: 144px !important;
}
.pr-144 {
  padding-right: 144px !important;
}
.pb-144 {
  padding-bottom: 144px !important;
}
.pl-144 {
  padding-left: 144px !important;
}
.pt-148 {
  padding-top: 148px !important;
}
.pr-148 {
  padding-right: 148px !important;
}
.pb-148 {
  padding-bottom: 148px !important;
}
.pl-148 {
  padding-left: 148px !important;
}
.pt-152 {
  padding-top: 152px !important;
}
.pr-152 {
  padding-right: 152px !important;
}
.pb-152 {
  padding-bottom: 152px !important;
}
.pl-152 {
  padding-left: 152px !important;
}
.pt-156 {
  padding-top: 156px !important;
}
.pr-156 {
  padding-right: 156px !important;
}
.pb-156 {
  padding-bottom: 156px !important;
}
.pl-156 {
  padding-left: 156px !important;
}
.pt-160 {
  padding-top: 160px !important;
}
.pr-160 {
  padding-right: 160px !important;
}
.pb-160 {
  padding-bottom: 160px !important;
}
.pl-160 {
  padding-left: 160px !important;
}
.pt-164 {
  padding-top: 164px !important;
}
.pr-164 {
  padding-right: 164px !important;
}
.pb-164 {
  padding-bottom: 164px !important;
}
.pl-164 {
  padding-left: 164px !important;
}
.pt-168 {
  padding-top: 168px !important;
}
.pr-168 {
  padding-right: 168px !important;
}
.pb-168 {
  padding-bottom: 168px !important;
}
.pl-168 {
  padding-left: 168px !important;
}
.pt-172 {
  padding-top: 172px !important;
}
.pr-172 {
  padding-right: 172px !important;
}
.pb-172 {
  padding-bottom: 172px !important;
}
.pl-172 {
  padding-left: 172px !important;
}
.pt-176 {
  padding-top: 176px !important;
}
.pr-176 {
  padding-right: 176px !important;
}
.pb-176 {
  padding-bottom: 176px !important;
}
.pl-176 {
  padding-left: 176px !important;
}
.pt-180 {
  padding-top: 180px !important;
}
.pr-180 {
  padding-right: 180px !important;
}
.pb-180 {
  padding-bottom: 180px !important;
}
.pl-180 {
  padding-left: 180px !important;
}
.pt-184 {
  padding-top: 184px !important;
}
.pr-184 {
  padding-right: 184px !important;
}
.pb-184 {
  padding-bottom: 184px !important;
}
.pl-184 {
  padding-left: 184px !important;
}
.pt-188 {
  padding-top: 188px !important;
}
.pr-188 {
  padding-right: 188px !important;
}
.pb-188 {
  padding-bottom: 188px !important;
}
.pl-188 {
  padding-left: 188px !important;
}
.pt-192 {
  padding-top: 192px !important;
}
.pr-192 {
  padding-right: 192px !important;
}
.pb-192 {
  padding-bottom: 192px !important;
}
.pl-192 {
  padding-left: 192px !important;
}
.pt-196 {
  padding-top: 196px !important;
}
.pr-196 {
  padding-right: 196px !important;
}
.pb-196 {
  padding-bottom: 196px !important;
}
.pl-196 {
  padding-left: 196px !important;
}
.pt-200 {
  padding-top: 200px !important;
}
.pr-200 {
  padding-right: 200px !important;
}
.pb-200 {
  padding-bottom: 200px !important;
}
.pl-200 {
  padding-left: 200px !important;
}
.pt-204 {
  padding-top: 204px !important;
}
.pr-204 {
  padding-right: 204px !important;
}
.pb-204 {
  padding-bottom: 204px !important;
}
.pl-204 {
  padding-left: 204px !important;
}
.pt-208 {
  padding-top: 208px !important;
}
.pr-208 {
  padding-right: 208px !important;
}
.pb-208 {
  padding-bottom: 208px !important;
}
.pl-208 {
  padding-left: 208px !important;
}
.pt-212 {
  padding-top: 212px !important;
}
.pr-212 {
  padding-right: 212px !important;
}
.pb-212 {
  padding-bottom: 212px !important;
}
.pl-212 {
  padding-left: 212px !important;
}
.pt-216 {
  padding-top: 216px !important;
}
.pr-216 {
  padding-right: 216px !important;
}
.pb-216 {
  padding-bottom: 216px !important;
}
.pl-216 {
  padding-left: 216px !important;
}
.pt-220 {
  padding-top: 220px !important;
}
.pr-220 {
  padding-right: 220px !important;
}
.pb-220 {
  padding-bottom: 220px !important;
}
.pl-220 {
  padding-left: 220px !important;
}
.pt-224 {
  padding-top: 224px !important;
}
.pr-224 {
  padding-right: 224px !important;
}
.pb-224 {
  padding-bottom: 224px !important;
}
.pl-224 {
  padding-left: 224px !important;
}
.pt-228 {
  padding-top: 228px !important;
}
.pr-228 {
  padding-right: 228px !important;
}
.pb-228 {
  padding-bottom: 228px !important;
}
.pl-228 {
  padding-left: 228px !important;
}
.pt-232 {
  padding-top: 232px !important;
}
.pr-232 {
  padding-right: 232px !important;
}
.pb-232 {
  padding-bottom: 232px !important;
}
.pl-232 {
  padding-left: 232px !important;
}
.pt-236 {
  padding-top: 236px !important;
}
.pr-236 {
  padding-right: 236px !important;
}
.pb-236 {
  padding-bottom: 236px !important;
}
.pl-236 {
  padding-left: 236px !important;
}
.pt-240 {
  padding-top: 240px !important;
}
.pr-240 {
  padding-right: 240px !important;
}
.pb-240 {
  padding-bottom: 240px !important;
}
.pl-240 {
  padding-left: 240px !important;
}
.pt-244 {
  padding-top: 244px !important;
}
.pr-244 {
  padding-right: 244px !important;
}
.pb-244 {
  padding-bottom: 244px !important;
}
.pl-244 {
  padding-left: 244px !important;
}
.pt-248 {
  padding-top: 248px !important;
}
.pr-248 {
  padding-right: 248px !important;
}
.pb-248 {
  padding-bottom: 248px !important;
}
.pl-248 {
  padding-left: 248px !important;
}
.pt-252 {
  padding-top: 252px !important;
}
.pr-252 {
  padding-right: 252px !important;
}
.pb-252 {
  padding-bottom: 252px !important;
}
.pl-252 {
  padding-left: 252px !important;
}
.pt-256 {
  padding-top: 256px !important;
}
.pr-256 {
  padding-right: 256px !important;
}
.pb-256 {
  padding-bottom: 256px !important;
}
.pl-256 {
  padding-left: 256px !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0px !important;
  }

  .m-sm-4 {
    margin: 4px !important;
  }

  .m-sm-8 {
    margin: 8px !important;
  }

  .m-sm-12 {
    margin: 12px !important;
  }

  .m-sm-16 {
    margin: 16px !important;
  }

  .m-sm-20 {
    margin: 20px !important;
  }

  .m-sm-24 {
    margin: 24px !important;
  }

  .m-sm-28 {
    margin: 28px !important;
  }

  .m-sm-32 {
    margin: 32px !important;
  }

  .m-sm-36 {
    margin: 36px !important;
  }

  .m-sm-40 {
    margin: 40px !important;
  }

  .m-sm-44 {
    margin: 44px !important;
  }

  .m-sm-48 {
    margin: 48px !important;
  }

  .m-sm-52 {
    margin: 52px !important;
  }

  .m-sm-56 {
    margin: 56px !important;
  }

  .m-sm-60 {
    margin: 60px !important;
  }

  .m-sm-64 {
    margin: 64px !important;
  }

  .m-sm-68 {
    margin: 68px !important;
  }

  .m-sm-72 {
    margin: 72px !important;
  }

  .m-sm-76 {
    margin: 76px !important;
  }

  .m-sm-80 {
    margin: 80px !important;
  }

  .m-sm-84 {
    margin: 84px !important;
  }

  .m-sm-88 {
    margin: 88px !important;
  }

  .m-sm-92 {
    margin: 92px !important;
  }

  .m-sm-96 {
    margin: 96px !important;
  }

  .m-sm-100 {
    margin: 100px !important;
  }

  .m-sm-104 {
    margin: 104px !important;
  }

  .m-sm-108 {
    margin: 108px !important;
  }

  .m-sm-112 {
    margin: 112px !important;
  }

  .m-sm-116 {
    margin: 116px !important;
  }

  .m-sm-120 {
    margin: 120px !important;
  }

  .m-sm-124 {
    margin: 124px !important;
  }

  .m-sm-128 {
    margin: 128px !important;
  }

  .m-sm-132 {
    margin: 132px !important;
  }

  .m-sm-136 {
    margin: 136px !important;
  }

  .m-sm-140 {
    margin: 140px !important;
  }

  .m-sm-144 {
    margin: 144px !important;
  }

  .m-sm-148 {
    margin: 148px !important;
  }

  .m-sm-152 {
    margin: 152px !important;
  }

  .m-sm-156 {
    margin: 156px !important;
  }

  .m-sm-160 {
    margin: 160px !important;
  }

  .m-sm-164 {
    margin: 164px !important;
  }

  .m-sm-168 {
    margin: 168px !important;
  }

  .m-sm-172 {
    margin: 172px !important;
  }

  .m-sm-176 {
    margin: 176px !important;
  }

  .m-sm-180 {
    margin: 180px !important;
  }

  .m-sm-184 {
    margin: 184px !important;
  }

  .m-sm-188 {
    margin: 188px !important;
  }

  .m-sm-192 {
    margin: 192px !important;
  }

  .m-sm-196 {
    margin: 196px !important;
  }

  .m-sm-200 {
    margin: 200px !important;
  }

  .m-sm-204 {
    margin: 204px !important;
  }

  .m-sm-208 {
    margin: 208px !important;
  }

  .m-sm-212 {
    margin: 212px !important;
  }

  .m-sm-216 {
    margin: 216px !important;
  }

  .m-sm-220 {
    margin: 220px !important;
  }

  .m-sm-224 {
    margin: 224px !important;
  }

  .m-sm-228 {
    margin: 228px !important;
  }

  .m-sm-232 {
    margin: 232px !important;
  }

  .m-sm-236 {
    margin: 236px !important;
  }

  .m-sm-240 {
    margin: 240px !important;
  }

  .m-sm-244 {
    margin: 244px !important;
  }

  .m-sm-248 {
    margin: 248px !important;
  }

  .m-sm-252 {
    margin: 252px !important;
  }

  .m-sm-256 {
    margin: 256px !important;
  }

  .mx-sm-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mx-sm-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .my-sm-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .mx-sm-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .my-sm-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .mx-sm-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .my-sm-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .mx-sm-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .my-sm-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mx-sm-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .my-sm-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .mx-sm-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }

  .my-sm-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .mx-sm-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .my-sm-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .mx-sm-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }

  .my-sm-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mx-sm-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .my-sm-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .mx-sm-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .my-sm-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .mx-sm-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }

  .my-sm-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .mx-sm-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .my-sm-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mx-sm-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .my-sm-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .mx-sm-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }

  .my-sm-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }

  .mx-sm-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }

  .my-sm-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .mx-sm-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }

  .my-sm-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }

  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mx-sm-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }

  .my-sm-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .mx-sm-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .my-sm-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .mx-sm-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }

  .my-sm-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }

  .mx-sm-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }

  .my-sm-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mx-sm-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }

  .my-sm-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .mx-sm-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }

  .my-sm-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }

  .mx-sm-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }

  .my-sm-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  .mx-sm-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }

  .my-sm-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }

  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mx-sm-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }

  .my-sm-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }

  .mx-sm-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }

  .my-sm-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .mx-sm-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }

  .my-sm-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }

  .mx-sm-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }

  .my-sm-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }

  .mx-sm-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mx-sm-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }

  .my-sm-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }

  .mx-sm-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }

  .my-sm-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }

  .mx-sm-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }

  .my-sm-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }

  .mx-sm-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }

  .my-sm-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .mx-sm-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .mx-sm-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }

  .my-sm-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }

  .mx-sm-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }

  .my-sm-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }

  .mx-sm-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }

  .my-sm-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }

  .mx-sm-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }

  .my-sm-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }

  .mx-sm-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .mx-sm-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }

  .my-sm-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }

  .mx-sm-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }

  .my-sm-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }

  .mx-sm-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }

  .my-sm-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }

  .mx-sm-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }

  .my-sm-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }

  .mx-sm-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .mx-sm-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }

  .my-sm-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }

  .mx-sm-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }

  .my-sm-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }

  .mx-sm-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }

  .my-sm-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }

  .mx-sm-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }

  .my-sm-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }

  .mx-sm-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }

  .my-sm-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .mx-sm-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }

  .my-sm-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }

  .mx-sm-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }

  .my-sm-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }

  .mx-sm-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }

  .my-sm-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }

  .mx-sm-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }

  .my-sm-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }

  .mx-sm-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }

  .my-sm-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }

  .mx-sm-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }

  .my-sm-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }

  .mx-sm-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }

  .my-sm-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }

  .mx-sm-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }

  .my-sm-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }

  .mx-sm-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }

  .my-sm-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .mt-sm-0 {
    margin-top: 0px !important;
  }

  .mr-sm-0 {
    margin-right: 0px !important;
  }

  .mb-sm-0 {
    margin-bottom: 0px !important;
  }

  .ml-sm-0 {
    margin-left: 0px !important;
  }

  .mt-sm-4 {
    margin-top: 4px !important;
  }

  .mr-sm-4 {
    margin-right: 4px !important;
  }

  .mb-sm-4 {
    margin-bottom: 4px !important;
  }

  .ml-sm-4 {
    margin-left: 4px !important;
  }

  .mt-sm-8 {
    margin-top: 8px !important;
  }

  .mr-sm-8 {
    margin-right: 8px !important;
  }

  .mb-sm-8 {
    margin-bottom: 8px !important;
  }

  .ml-sm-8 {
    margin-left: 8px !important;
  }

  .mt-sm-12 {
    margin-top: 12px !important;
  }

  .mr-sm-12 {
    margin-right: 12px !important;
  }

  .mb-sm-12 {
    margin-bottom: 12px !important;
  }

  .ml-sm-12 {
    margin-left: 12px !important;
  }

  .mt-sm-16 {
    margin-top: 16px !important;
  }

  .mr-sm-16 {
    margin-right: 16px !important;
  }

  .mb-sm-16 {
    margin-bottom: 16px !important;
  }

  .ml-sm-16 {
    margin-left: 16px !important;
  }

  .mt-sm-20 {
    margin-top: 20px !important;
  }

  .mr-sm-20 {
    margin-right: 20px !important;
  }

  .mb-sm-20 {
    margin-bottom: 20px !important;
  }

  .ml-sm-20 {
    margin-left: 20px !important;
  }

  .mt-sm-24 {
    margin-top: 24px !important;
  }

  .mr-sm-24 {
    margin-right: 24px !important;
  }

  .mb-sm-24 {
    margin-bottom: 24px !important;
  }

  .ml-sm-24 {
    margin-left: 24px !important;
  }

  .mt-sm-28 {
    margin-top: 28px !important;
  }

  .mr-sm-28 {
    margin-right: 28px !important;
  }

  .mb-sm-28 {
    margin-bottom: 28px !important;
  }

  .ml-sm-28 {
    margin-left: 28px !important;
  }

  .mt-sm-32 {
    margin-top: 32px !important;
  }

  .mr-sm-32 {
    margin-right: 32px !important;
  }

  .mb-sm-32 {
    margin-bottom: 32px !important;
  }

  .ml-sm-32 {
    margin-left: 32px !important;
  }

  .mt-sm-36 {
    margin-top: 36px !important;
  }

  .mr-sm-36 {
    margin-right: 36px !important;
  }

  .mb-sm-36 {
    margin-bottom: 36px !important;
  }

  .ml-sm-36 {
    margin-left: 36px !important;
  }

  .mt-sm-40 {
    margin-top: 40px !important;
  }

  .mr-sm-40 {
    margin-right: 40px !important;
  }

  .mb-sm-40 {
    margin-bottom: 40px !important;
  }

  .ml-sm-40 {
    margin-left: 40px !important;
  }

  .mt-sm-44 {
    margin-top: 44px !important;
  }

  .mr-sm-44 {
    margin-right: 44px !important;
  }

  .mb-sm-44 {
    margin-bottom: 44px !important;
  }

  .ml-sm-44 {
    margin-left: 44px !important;
  }

  .mt-sm-48 {
    margin-top: 48px !important;
  }

  .mr-sm-48 {
    margin-right: 48px !important;
  }

  .mb-sm-48 {
    margin-bottom: 48px !important;
  }

  .ml-sm-48 {
    margin-left: 48px !important;
  }

  .mt-sm-52 {
    margin-top: 52px !important;
  }

  .mr-sm-52 {
    margin-right: 52px !important;
  }

  .mb-sm-52 {
    margin-bottom: 52px !important;
  }

  .ml-sm-52 {
    margin-left: 52px !important;
  }

  .mt-sm-56 {
    margin-top: 56px !important;
  }

  .mr-sm-56 {
    margin-right: 56px !important;
  }

  .mb-sm-56 {
    margin-bottom: 56px !important;
  }

  .ml-sm-56 {
    margin-left: 56px !important;
  }

  .mt-sm-60 {
    margin-top: 60px !important;
  }

  .mr-sm-60 {
    margin-right: 60px !important;
  }

  .mb-sm-60 {
    margin-bottom: 60px !important;
  }

  .ml-sm-60 {
    margin-left: 60px !important;
  }

  .mt-sm-64 {
    margin-top: 64px !important;
  }

  .mr-sm-64 {
    margin-right: 64px !important;
  }

  .mb-sm-64 {
    margin-bottom: 64px !important;
  }

  .ml-sm-64 {
    margin-left: 64px !important;
  }

  .mt-sm-68 {
    margin-top: 68px !important;
  }

  .mr-sm-68 {
    margin-right: 68px !important;
  }

  .mb-sm-68 {
    margin-bottom: 68px !important;
  }

  .ml-sm-68 {
    margin-left: 68px !important;
  }

  .mt-sm-72 {
    margin-top: 72px !important;
  }

  .mr-sm-72 {
    margin-right: 72px !important;
  }

  .mb-sm-72 {
    margin-bottom: 72px !important;
  }

  .ml-sm-72 {
    margin-left: 72px !important;
  }

  .mt-sm-76 {
    margin-top: 76px !important;
  }

  .mr-sm-76 {
    margin-right: 76px !important;
  }

  .mb-sm-76 {
    margin-bottom: 76px !important;
  }

  .ml-sm-76 {
    margin-left: 76px !important;
  }

  .mt-sm-80 {
    margin-top: 80px !important;
  }

  .mr-sm-80 {
    margin-right: 80px !important;
  }

  .mb-sm-80 {
    margin-bottom: 80px !important;
  }

  .ml-sm-80 {
    margin-left: 80px !important;
  }

  .mt-sm-84 {
    margin-top: 84px !important;
  }

  .mr-sm-84 {
    margin-right: 84px !important;
  }

  .mb-sm-84 {
    margin-bottom: 84px !important;
  }

  .ml-sm-84 {
    margin-left: 84px !important;
  }

  .mt-sm-88 {
    margin-top: 88px !important;
  }

  .mr-sm-88 {
    margin-right: 88px !important;
  }

  .mb-sm-88 {
    margin-bottom: 88px !important;
  }

  .ml-sm-88 {
    margin-left: 88px !important;
  }

  .mt-sm-92 {
    margin-top: 92px !important;
  }

  .mr-sm-92 {
    margin-right: 92px !important;
  }

  .mb-sm-92 {
    margin-bottom: 92px !important;
  }

  .ml-sm-92 {
    margin-left: 92px !important;
  }

  .mt-sm-96 {
    margin-top: 96px !important;
  }

  .mr-sm-96 {
    margin-right: 96px !important;
  }

  .mb-sm-96 {
    margin-bottom: 96px !important;
  }

  .ml-sm-96 {
    margin-left: 96px !important;
  }

  .mt-sm-100 {
    margin-top: 100px !important;
  }

  .mr-sm-100 {
    margin-right: 100px !important;
  }

  .mb-sm-100 {
    margin-bottom: 100px !important;
  }

  .ml-sm-100 {
    margin-left: 100px !important;
  }

  .mt-sm-104 {
    margin-top: 104px !important;
  }

  .mr-sm-104 {
    margin-right: 104px !important;
  }

  .mb-sm-104 {
    margin-bottom: 104px !important;
  }

  .ml-sm-104 {
    margin-left: 104px !important;
  }

  .mt-sm-108 {
    margin-top: 108px !important;
  }

  .mr-sm-108 {
    margin-right: 108px !important;
  }

  .mb-sm-108 {
    margin-bottom: 108px !important;
  }

  .ml-sm-108 {
    margin-left: 108px !important;
  }

  .mt-sm-112 {
    margin-top: 112px !important;
  }

  .mr-sm-112 {
    margin-right: 112px !important;
  }

  .mb-sm-112 {
    margin-bottom: 112px !important;
  }

  .ml-sm-112 {
    margin-left: 112px !important;
  }

  .mt-sm-116 {
    margin-top: 116px !important;
  }

  .mr-sm-116 {
    margin-right: 116px !important;
  }

  .mb-sm-116 {
    margin-bottom: 116px !important;
  }

  .ml-sm-116 {
    margin-left: 116px !important;
  }

  .mt-sm-120 {
    margin-top: 120px !important;
  }

  .mr-sm-120 {
    margin-right: 120px !important;
  }

  .mb-sm-120 {
    margin-bottom: 120px !important;
  }

  .ml-sm-120 {
    margin-left: 120px !important;
  }

  .mt-sm-124 {
    margin-top: 124px !important;
  }

  .mr-sm-124 {
    margin-right: 124px !important;
  }

  .mb-sm-124 {
    margin-bottom: 124px !important;
  }

  .ml-sm-124 {
    margin-left: 124px !important;
  }

  .mt-sm-128 {
    margin-top: 128px !important;
  }

  .mr-sm-128 {
    margin-right: 128px !important;
  }

  .mb-sm-128 {
    margin-bottom: 128px !important;
  }

  .ml-sm-128 {
    margin-left: 128px !important;
  }

  .mt-sm-132 {
    margin-top: 132px !important;
  }

  .mr-sm-132 {
    margin-right: 132px !important;
  }

  .mb-sm-132 {
    margin-bottom: 132px !important;
  }

  .ml-sm-132 {
    margin-left: 132px !important;
  }

  .mt-sm-136 {
    margin-top: 136px !important;
  }

  .mr-sm-136 {
    margin-right: 136px !important;
  }

  .mb-sm-136 {
    margin-bottom: 136px !important;
  }

  .ml-sm-136 {
    margin-left: 136px !important;
  }

  .mt-sm-140 {
    margin-top: 140px !important;
  }

  .mr-sm-140 {
    margin-right: 140px !important;
  }

  .mb-sm-140 {
    margin-bottom: 140px !important;
  }

  .ml-sm-140 {
    margin-left: 140px !important;
  }

  .mt-sm-144 {
    margin-top: 144px !important;
  }

  .mr-sm-144 {
    margin-right: 144px !important;
  }

  .mb-sm-144 {
    margin-bottom: 144px !important;
  }

  .ml-sm-144 {
    margin-left: 144px !important;
  }

  .mt-sm-148 {
    margin-top: 148px !important;
  }

  .mr-sm-148 {
    margin-right: 148px !important;
  }

  .mb-sm-148 {
    margin-bottom: 148px !important;
  }

  .ml-sm-148 {
    margin-left: 148px !important;
  }

  .mt-sm-152 {
    margin-top: 152px !important;
  }

  .mr-sm-152 {
    margin-right: 152px !important;
  }

  .mb-sm-152 {
    margin-bottom: 152px !important;
  }

  .ml-sm-152 {
    margin-left: 152px !important;
  }

  .mt-sm-156 {
    margin-top: 156px !important;
  }

  .mr-sm-156 {
    margin-right: 156px !important;
  }

  .mb-sm-156 {
    margin-bottom: 156px !important;
  }

  .ml-sm-156 {
    margin-left: 156px !important;
  }

  .mt-sm-160 {
    margin-top: 160px !important;
  }

  .mr-sm-160 {
    margin-right: 160px !important;
  }

  .mb-sm-160 {
    margin-bottom: 160px !important;
  }

  .ml-sm-160 {
    margin-left: 160px !important;
  }

  .mt-sm-164 {
    margin-top: 164px !important;
  }

  .mr-sm-164 {
    margin-right: 164px !important;
  }

  .mb-sm-164 {
    margin-bottom: 164px !important;
  }

  .ml-sm-164 {
    margin-left: 164px !important;
  }

  .mt-sm-168 {
    margin-top: 168px !important;
  }

  .mr-sm-168 {
    margin-right: 168px !important;
  }

  .mb-sm-168 {
    margin-bottom: 168px !important;
  }

  .ml-sm-168 {
    margin-left: 168px !important;
  }

  .mt-sm-172 {
    margin-top: 172px !important;
  }

  .mr-sm-172 {
    margin-right: 172px !important;
  }

  .mb-sm-172 {
    margin-bottom: 172px !important;
  }

  .ml-sm-172 {
    margin-left: 172px !important;
  }

  .mt-sm-176 {
    margin-top: 176px !important;
  }

  .mr-sm-176 {
    margin-right: 176px !important;
  }

  .mb-sm-176 {
    margin-bottom: 176px !important;
  }

  .ml-sm-176 {
    margin-left: 176px !important;
  }

  .mt-sm-180 {
    margin-top: 180px !important;
  }

  .mr-sm-180 {
    margin-right: 180px !important;
  }

  .mb-sm-180 {
    margin-bottom: 180px !important;
  }

  .ml-sm-180 {
    margin-left: 180px !important;
  }

  .mt-sm-184 {
    margin-top: 184px !important;
  }

  .mr-sm-184 {
    margin-right: 184px !important;
  }

  .mb-sm-184 {
    margin-bottom: 184px !important;
  }

  .ml-sm-184 {
    margin-left: 184px !important;
  }

  .mt-sm-188 {
    margin-top: 188px !important;
  }

  .mr-sm-188 {
    margin-right: 188px !important;
  }

  .mb-sm-188 {
    margin-bottom: 188px !important;
  }

  .ml-sm-188 {
    margin-left: 188px !important;
  }

  .mt-sm-192 {
    margin-top: 192px !important;
  }

  .mr-sm-192 {
    margin-right: 192px !important;
  }

  .mb-sm-192 {
    margin-bottom: 192px !important;
  }

  .ml-sm-192 {
    margin-left: 192px !important;
  }

  .mt-sm-196 {
    margin-top: 196px !important;
  }

  .mr-sm-196 {
    margin-right: 196px !important;
  }

  .mb-sm-196 {
    margin-bottom: 196px !important;
  }

  .ml-sm-196 {
    margin-left: 196px !important;
  }

  .mt-sm-200 {
    margin-top: 200px !important;
  }

  .mr-sm-200 {
    margin-right: 200px !important;
  }

  .mb-sm-200 {
    margin-bottom: 200px !important;
  }

  .ml-sm-200 {
    margin-left: 200px !important;
  }

  .mt-sm-204 {
    margin-top: 204px !important;
  }

  .mr-sm-204 {
    margin-right: 204px !important;
  }

  .mb-sm-204 {
    margin-bottom: 204px !important;
  }

  .ml-sm-204 {
    margin-left: 204px !important;
  }

  .mt-sm-208 {
    margin-top: 208px !important;
  }

  .mr-sm-208 {
    margin-right: 208px !important;
  }

  .mb-sm-208 {
    margin-bottom: 208px !important;
  }

  .ml-sm-208 {
    margin-left: 208px !important;
  }

  .mt-sm-212 {
    margin-top: 212px !important;
  }

  .mr-sm-212 {
    margin-right: 212px !important;
  }

  .mb-sm-212 {
    margin-bottom: 212px !important;
  }

  .ml-sm-212 {
    margin-left: 212px !important;
  }

  .mt-sm-216 {
    margin-top: 216px !important;
  }

  .mr-sm-216 {
    margin-right: 216px !important;
  }

  .mb-sm-216 {
    margin-bottom: 216px !important;
  }

  .ml-sm-216 {
    margin-left: 216px !important;
  }

  .mt-sm-220 {
    margin-top: 220px !important;
  }

  .mr-sm-220 {
    margin-right: 220px !important;
  }

  .mb-sm-220 {
    margin-bottom: 220px !important;
  }

  .ml-sm-220 {
    margin-left: 220px !important;
  }

  .mt-sm-224 {
    margin-top: 224px !important;
  }

  .mr-sm-224 {
    margin-right: 224px !important;
  }

  .mb-sm-224 {
    margin-bottom: 224px !important;
  }

  .ml-sm-224 {
    margin-left: 224px !important;
  }

  .mt-sm-228 {
    margin-top: 228px !important;
  }

  .mr-sm-228 {
    margin-right: 228px !important;
  }

  .mb-sm-228 {
    margin-bottom: 228px !important;
  }

  .ml-sm-228 {
    margin-left: 228px !important;
  }

  .mt-sm-232 {
    margin-top: 232px !important;
  }

  .mr-sm-232 {
    margin-right: 232px !important;
  }

  .mb-sm-232 {
    margin-bottom: 232px !important;
  }

  .ml-sm-232 {
    margin-left: 232px !important;
  }

  .mt-sm-236 {
    margin-top: 236px !important;
  }

  .mr-sm-236 {
    margin-right: 236px !important;
  }

  .mb-sm-236 {
    margin-bottom: 236px !important;
  }

  .ml-sm-236 {
    margin-left: 236px !important;
  }

  .mt-sm-240 {
    margin-top: 240px !important;
  }

  .mr-sm-240 {
    margin-right: 240px !important;
  }

  .mb-sm-240 {
    margin-bottom: 240px !important;
  }

  .ml-sm-240 {
    margin-left: 240px !important;
  }

  .mt-sm-244 {
    margin-top: 244px !important;
  }

  .mr-sm-244 {
    margin-right: 244px !important;
  }

  .mb-sm-244 {
    margin-bottom: 244px !important;
  }

  .ml-sm-244 {
    margin-left: 244px !important;
  }

  .mt-sm-248 {
    margin-top: 248px !important;
  }

  .mr-sm-248 {
    margin-right: 248px !important;
  }

  .mb-sm-248 {
    margin-bottom: 248px !important;
  }

  .ml-sm-248 {
    margin-left: 248px !important;
  }

  .mt-sm-252 {
    margin-top: 252px !important;
  }

  .mr-sm-252 {
    margin-right: 252px !important;
  }

  .mb-sm-252 {
    margin-bottom: 252px !important;
  }

  .ml-sm-252 {
    margin-left: 252px !important;
  }

  .mt-sm-256 {
    margin-top: 256px !important;
  }

  .mr-sm-256 {
    margin-right: 256px !important;
  }

  .mb-sm-256 {
    margin-bottom: 256px !important;
  }

  .ml-sm-256 {
    margin-left: 256px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-sm-0 {
    padding: 0px !important;
  }

  .p-sm-4 {
    padding: 4px !important;
  }

  .p-sm-8 {
    padding: 8px !important;
  }

  .p-sm-12 {
    padding: 12px !important;
  }

  .p-sm-16 {
    padding: 16px !important;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .p-sm-24 {
    padding: 24px !important;
  }

  .p-sm-28 {
    padding: 28px !important;
  }

  .p-sm-32 {
    padding: 32px !important;
  }

  .p-sm-36 {
    padding: 36px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .p-sm-44 {
    padding: 44px !important;
  }

  .p-sm-48 {
    padding: 48px !important;
  }

  .p-sm-52 {
    padding: 52px !important;
  }

  .p-sm-56 {
    padding: 56px !important;
  }

  .p-sm-60 {
    padding: 60px !important;
  }

  .p-sm-64 {
    padding: 64px !important;
  }

  .p-sm-68 {
    padding: 68px !important;
  }

  .p-sm-72 {
    padding: 72px !important;
  }

  .p-sm-76 {
    padding: 76px !important;
  }

  .p-sm-80 {
    padding: 80px !important;
  }

  .p-sm-84 {
    padding: 84px !important;
  }

  .p-sm-88 {
    padding: 88px !important;
  }

  .p-sm-92 {
    padding: 92px !important;
  }

  .p-sm-96 {
    padding: 96px !important;
  }

  .p-sm-100 {
    padding: 100px !important;
  }

  .p-sm-104 {
    padding: 104px !important;
  }

  .p-sm-108 {
    padding: 108px !important;
  }

  .p-sm-112 {
    padding: 112px !important;
  }

  .p-sm-116 {
    padding: 116px !important;
  }

  .p-sm-120 {
    padding: 120px !important;
  }

  .p-sm-124 {
    padding: 124px !important;
  }

  .p-sm-128 {
    padding: 128px !important;
  }

  .p-sm-132 {
    padding: 132px !important;
  }

  .p-sm-136 {
    padding: 136px !important;
  }

  .p-sm-140 {
    padding: 140px !important;
  }

  .p-sm-144 {
    padding: 144px !important;
  }

  .p-sm-148 {
    padding: 148px !important;
  }

  .p-sm-152 {
    padding: 152px !important;
  }

  .p-sm-156 {
    padding: 156px !important;
  }

  .p-sm-160 {
    padding: 160px !important;
  }

  .p-sm-164 {
    padding: 164px !important;
  }

  .p-sm-168 {
    padding: 168px !important;
  }

  .p-sm-172 {
    padding: 172px !important;
  }

  .p-sm-176 {
    padding: 176px !important;
  }

  .p-sm-180 {
    padding: 180px !important;
  }

  .p-sm-184 {
    padding: 184px !important;
  }

  .p-sm-188 {
    padding: 188px !important;
  }

  .p-sm-192 {
    padding: 192px !important;
  }

  .p-sm-196 {
    padding: 196px !important;
  }

  .p-sm-200 {
    padding: 200px !important;
  }

  .p-sm-204 {
    padding: 204px !important;
  }

  .p-sm-208 {
    padding: 208px !important;
  }

  .p-sm-212 {
    padding: 212px !important;
  }

  .p-sm-216 {
    padding: 216px !important;
  }

  .p-sm-220 {
    padding: 220px !important;
  }

  .p-sm-224 {
    padding: 224px !important;
  }

  .p-sm-228 {
    padding: 228px !important;
  }

  .p-sm-232 {
    padding: 232px !important;
  }

  .p-sm-236 {
    padding: 236px !important;
  }

  .p-sm-240 {
    padding: 240px !important;
  }

  .p-sm-244 {
    padding: 244px !important;
  }

  .p-sm-248 {
    padding: 248px !important;
  }

  .p-sm-252 {
    padding: 252px !important;
  }

  .p-sm-256 {
    padding: 256px !important;
  }

  .px-sm-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .px-sm-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .py-sm-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .px-sm-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .py-sm-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .px-sm-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .py-sm-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .px-sm-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .py-sm-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .px-sm-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .py-sm-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .px-sm-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  .py-sm-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .px-sm-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .py-sm-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .px-sm-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  .py-sm-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .px-sm-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .py-sm-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .px-sm-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .py-sm-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .px-sm-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }

  .py-sm-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .px-sm-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .py-sm-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .px-sm-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .py-sm-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .px-sm-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }

  .py-sm-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .px-sm-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }

  .py-sm-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .px-sm-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }

  .py-sm-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .px-sm-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }

  .py-sm-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .px-sm-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .py-sm-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .px-sm-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }

  .py-sm-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  .px-sm-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }

  .py-sm-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .px-sm-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }

  .py-sm-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .px-sm-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }

  .py-sm-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .px-sm-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }

  .py-sm-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  .px-sm-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }

  .py-sm-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }

  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .px-sm-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }

  .py-sm-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }

  .px-sm-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }

  .py-sm-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .px-sm-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }

  .py-sm-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }

  .px-sm-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }

  .py-sm-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }

  .px-sm-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .px-sm-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }

  .py-sm-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }

  .px-sm-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }

  .py-sm-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }

  .px-sm-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }

  .py-sm-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }

  .px-sm-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }

  .py-sm-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .px-sm-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .px-sm-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }

  .py-sm-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }

  .px-sm-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }

  .py-sm-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }

  .px-sm-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }

  .py-sm-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }

  .px-sm-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }

  .py-sm-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }

  .px-sm-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }

  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .px-sm-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }

  .py-sm-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }

  .px-sm-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }

  .py-sm-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }

  .px-sm-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }

  .py-sm-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }

  .px-sm-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }

  .py-sm-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }

  .px-sm-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .px-sm-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }

  .py-sm-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }

  .px-sm-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }

  .py-sm-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }

  .px-sm-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }

  .py-sm-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }

  .px-sm-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }

  .py-sm-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }

  .px-sm-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }

  .py-sm-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .px-sm-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }

  .py-sm-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }

  .px-sm-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }

  .py-sm-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }

  .px-sm-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }

  .py-sm-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }

  .px-sm-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }

  .py-sm-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }

  .px-sm-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }

  .py-sm-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }

  .px-sm-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }

  .py-sm-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }

  .px-sm-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }

  .py-sm-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }

  .px-sm-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }

  .py-sm-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }

  .px-sm-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }

  .py-sm-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .pt-sm-0 {
    padding-top: 0px !important;
  }

  .pr-sm-0 {
    padding-right: 0px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0px !important;
  }

  .pl-sm-0 {
    padding-left: 0px !important;
  }

  .pt-sm-4 {
    padding-top: 4px !important;
  }

  .pr-sm-4 {
    padding-right: 4px !important;
  }

  .pb-sm-4 {
    padding-bottom: 4px !important;
  }

  .pl-sm-4 {
    padding-left: 4px !important;
  }

  .pt-sm-8 {
    padding-top: 8px !important;
  }

  .pr-sm-8 {
    padding-right: 8px !important;
  }

  .pb-sm-8 {
    padding-bottom: 8px !important;
  }

  .pl-sm-8 {
    padding-left: 8px !important;
  }

  .pt-sm-12 {
    padding-top: 12px !important;
  }

  .pr-sm-12 {
    padding-right: 12px !important;
  }

  .pb-sm-12 {
    padding-bottom: 12px !important;
  }

  .pl-sm-12 {
    padding-left: 12px !important;
  }

  .pt-sm-16 {
    padding-top: 16px !important;
  }

  .pr-sm-16 {
    padding-right: 16px !important;
  }

  .pb-sm-16 {
    padding-bottom: 16px !important;
  }

  .pl-sm-16 {
    padding-left: 16px !important;
  }

  .pt-sm-20 {
    padding-top: 20px !important;
  }

  .pr-sm-20 {
    padding-right: 20px !important;
  }

  .pb-sm-20 {
    padding-bottom: 20px !important;
  }

  .pl-sm-20 {
    padding-left: 20px !important;
  }

  .pt-sm-24 {
    padding-top: 24px !important;
  }

  .pr-sm-24 {
    padding-right: 24px !important;
  }

  .pb-sm-24 {
    padding-bottom: 24px !important;
  }

  .pl-sm-24 {
    padding-left: 24px !important;
  }

  .pt-sm-28 {
    padding-top: 28px !important;
  }

  .pr-sm-28 {
    padding-right: 28px !important;
  }

  .pb-sm-28 {
    padding-bottom: 28px !important;
  }

  .pl-sm-28 {
    padding-left: 28px !important;
  }

  .pt-sm-32 {
    padding-top: 32px !important;
  }

  .pr-sm-32 {
    padding-right: 32px !important;
  }

  .pb-sm-32 {
    padding-bottom: 32px !important;
  }

  .pl-sm-32 {
    padding-left: 32px !important;
  }

  .pt-sm-36 {
    padding-top: 36px !important;
  }

  .pr-sm-36 {
    padding-right: 36px !important;
  }

  .pb-sm-36 {
    padding-bottom: 36px !important;
  }

  .pl-sm-36 {
    padding-left: 36px !important;
  }

  .pt-sm-40 {
    padding-top: 40px !important;
  }

  .pr-sm-40 {
    padding-right: 40px !important;
  }

  .pb-sm-40 {
    padding-bottom: 40px !important;
  }

  .pl-sm-40 {
    padding-left: 40px !important;
  }

  .pt-sm-44 {
    padding-top: 44px !important;
  }

  .pr-sm-44 {
    padding-right: 44px !important;
  }

  .pb-sm-44 {
    padding-bottom: 44px !important;
  }

  .pl-sm-44 {
    padding-left: 44px !important;
  }

  .pt-sm-48 {
    padding-top: 48px !important;
  }

  .pr-sm-48 {
    padding-right: 48px !important;
  }

  .pb-sm-48 {
    padding-bottom: 48px !important;
  }

  .pl-sm-48 {
    padding-left: 48px !important;
  }

  .pt-sm-52 {
    padding-top: 52px !important;
  }

  .pr-sm-52 {
    padding-right: 52px !important;
  }

  .pb-sm-52 {
    padding-bottom: 52px !important;
  }

  .pl-sm-52 {
    padding-left: 52px !important;
  }

  .pt-sm-56 {
    padding-top: 56px !important;
  }

  .pr-sm-56 {
    padding-right: 56px !important;
  }

  .pb-sm-56 {
    padding-bottom: 56px !important;
  }

  .pl-sm-56 {
    padding-left: 56px !important;
  }

  .pt-sm-60 {
    padding-top: 60px !important;
  }

  .pr-sm-60 {
    padding-right: 60px !important;
  }

  .pb-sm-60 {
    padding-bottom: 60px !important;
  }

  .pl-sm-60 {
    padding-left: 60px !important;
  }

  .pt-sm-64 {
    padding-top: 64px !important;
  }

  .pr-sm-64 {
    padding-right: 64px !important;
  }

  .pb-sm-64 {
    padding-bottom: 64px !important;
  }

  .pl-sm-64 {
    padding-left: 64px !important;
  }

  .pt-sm-68 {
    padding-top: 68px !important;
  }

  .pr-sm-68 {
    padding-right: 68px !important;
  }

  .pb-sm-68 {
    padding-bottom: 68px !important;
  }

  .pl-sm-68 {
    padding-left: 68px !important;
  }

  .pt-sm-72 {
    padding-top: 72px !important;
  }

  .pr-sm-72 {
    padding-right: 72px !important;
  }

  .pb-sm-72 {
    padding-bottom: 72px !important;
  }

  .pl-sm-72 {
    padding-left: 72px !important;
  }

  .pt-sm-76 {
    padding-top: 76px !important;
  }

  .pr-sm-76 {
    padding-right: 76px !important;
  }

  .pb-sm-76 {
    padding-bottom: 76px !important;
  }

  .pl-sm-76 {
    padding-left: 76px !important;
  }

  .pt-sm-80 {
    padding-top: 80px !important;
  }

  .pr-sm-80 {
    padding-right: 80px !important;
  }

  .pb-sm-80 {
    padding-bottom: 80px !important;
  }

  .pl-sm-80 {
    padding-left: 80px !important;
  }

  .pt-sm-84 {
    padding-top: 84px !important;
  }

  .pr-sm-84 {
    padding-right: 84px !important;
  }

  .pb-sm-84 {
    padding-bottom: 84px !important;
  }

  .pl-sm-84 {
    padding-left: 84px !important;
  }

  .pt-sm-88 {
    padding-top: 88px !important;
  }

  .pr-sm-88 {
    padding-right: 88px !important;
  }

  .pb-sm-88 {
    padding-bottom: 88px !important;
  }

  .pl-sm-88 {
    padding-left: 88px !important;
  }

  .pt-sm-92 {
    padding-top: 92px !important;
  }

  .pr-sm-92 {
    padding-right: 92px !important;
  }

  .pb-sm-92 {
    padding-bottom: 92px !important;
  }

  .pl-sm-92 {
    padding-left: 92px !important;
  }

  .pt-sm-96 {
    padding-top: 96px !important;
  }

  .pr-sm-96 {
    padding-right: 96px !important;
  }

  .pb-sm-96 {
    padding-bottom: 96px !important;
  }

  .pl-sm-96 {
    padding-left: 96px !important;
  }

  .pt-sm-100 {
    padding-top: 100px !important;
  }

  .pr-sm-100 {
    padding-right: 100px !important;
  }

  .pb-sm-100 {
    padding-bottom: 100px !important;
  }

  .pl-sm-100 {
    padding-left: 100px !important;
  }

  .pt-sm-104 {
    padding-top: 104px !important;
  }

  .pr-sm-104 {
    padding-right: 104px !important;
  }

  .pb-sm-104 {
    padding-bottom: 104px !important;
  }

  .pl-sm-104 {
    padding-left: 104px !important;
  }

  .pt-sm-108 {
    padding-top: 108px !important;
  }

  .pr-sm-108 {
    padding-right: 108px !important;
  }

  .pb-sm-108 {
    padding-bottom: 108px !important;
  }

  .pl-sm-108 {
    padding-left: 108px !important;
  }

  .pt-sm-112 {
    padding-top: 112px !important;
  }

  .pr-sm-112 {
    padding-right: 112px !important;
  }

  .pb-sm-112 {
    padding-bottom: 112px !important;
  }

  .pl-sm-112 {
    padding-left: 112px !important;
  }

  .pt-sm-116 {
    padding-top: 116px !important;
  }

  .pr-sm-116 {
    padding-right: 116px !important;
  }

  .pb-sm-116 {
    padding-bottom: 116px !important;
  }

  .pl-sm-116 {
    padding-left: 116px !important;
  }

  .pt-sm-120 {
    padding-top: 120px !important;
  }

  .pr-sm-120 {
    padding-right: 120px !important;
  }

  .pb-sm-120 {
    padding-bottom: 120px !important;
  }

  .pl-sm-120 {
    padding-left: 120px !important;
  }

  .pt-sm-124 {
    padding-top: 124px !important;
  }

  .pr-sm-124 {
    padding-right: 124px !important;
  }

  .pb-sm-124 {
    padding-bottom: 124px !important;
  }

  .pl-sm-124 {
    padding-left: 124px !important;
  }

  .pt-sm-128 {
    padding-top: 128px !important;
  }

  .pr-sm-128 {
    padding-right: 128px !important;
  }

  .pb-sm-128 {
    padding-bottom: 128px !important;
  }

  .pl-sm-128 {
    padding-left: 128px !important;
  }

  .pt-sm-132 {
    padding-top: 132px !important;
  }

  .pr-sm-132 {
    padding-right: 132px !important;
  }

  .pb-sm-132 {
    padding-bottom: 132px !important;
  }

  .pl-sm-132 {
    padding-left: 132px !important;
  }

  .pt-sm-136 {
    padding-top: 136px !important;
  }

  .pr-sm-136 {
    padding-right: 136px !important;
  }

  .pb-sm-136 {
    padding-bottom: 136px !important;
  }

  .pl-sm-136 {
    padding-left: 136px !important;
  }

  .pt-sm-140 {
    padding-top: 140px !important;
  }

  .pr-sm-140 {
    padding-right: 140px !important;
  }

  .pb-sm-140 {
    padding-bottom: 140px !important;
  }

  .pl-sm-140 {
    padding-left: 140px !important;
  }

  .pt-sm-144 {
    padding-top: 144px !important;
  }

  .pr-sm-144 {
    padding-right: 144px !important;
  }

  .pb-sm-144 {
    padding-bottom: 144px !important;
  }

  .pl-sm-144 {
    padding-left: 144px !important;
  }

  .pt-sm-148 {
    padding-top: 148px !important;
  }

  .pr-sm-148 {
    padding-right: 148px !important;
  }

  .pb-sm-148 {
    padding-bottom: 148px !important;
  }

  .pl-sm-148 {
    padding-left: 148px !important;
  }

  .pt-sm-152 {
    padding-top: 152px !important;
  }

  .pr-sm-152 {
    padding-right: 152px !important;
  }

  .pb-sm-152 {
    padding-bottom: 152px !important;
  }

  .pl-sm-152 {
    padding-left: 152px !important;
  }

  .pt-sm-156 {
    padding-top: 156px !important;
  }

  .pr-sm-156 {
    padding-right: 156px !important;
  }

  .pb-sm-156 {
    padding-bottom: 156px !important;
  }

  .pl-sm-156 {
    padding-left: 156px !important;
  }

  .pt-sm-160 {
    padding-top: 160px !important;
  }

  .pr-sm-160 {
    padding-right: 160px !important;
  }

  .pb-sm-160 {
    padding-bottom: 160px !important;
  }

  .pl-sm-160 {
    padding-left: 160px !important;
  }

  .pt-sm-164 {
    padding-top: 164px !important;
  }

  .pr-sm-164 {
    padding-right: 164px !important;
  }

  .pb-sm-164 {
    padding-bottom: 164px !important;
  }

  .pl-sm-164 {
    padding-left: 164px !important;
  }

  .pt-sm-168 {
    padding-top: 168px !important;
  }

  .pr-sm-168 {
    padding-right: 168px !important;
  }

  .pb-sm-168 {
    padding-bottom: 168px !important;
  }

  .pl-sm-168 {
    padding-left: 168px !important;
  }

  .pt-sm-172 {
    padding-top: 172px !important;
  }

  .pr-sm-172 {
    padding-right: 172px !important;
  }

  .pb-sm-172 {
    padding-bottom: 172px !important;
  }

  .pl-sm-172 {
    padding-left: 172px !important;
  }

  .pt-sm-176 {
    padding-top: 176px !important;
  }

  .pr-sm-176 {
    padding-right: 176px !important;
  }

  .pb-sm-176 {
    padding-bottom: 176px !important;
  }

  .pl-sm-176 {
    padding-left: 176px !important;
  }

  .pt-sm-180 {
    padding-top: 180px !important;
  }

  .pr-sm-180 {
    padding-right: 180px !important;
  }

  .pb-sm-180 {
    padding-bottom: 180px !important;
  }

  .pl-sm-180 {
    padding-left: 180px !important;
  }

  .pt-sm-184 {
    padding-top: 184px !important;
  }

  .pr-sm-184 {
    padding-right: 184px !important;
  }

  .pb-sm-184 {
    padding-bottom: 184px !important;
  }

  .pl-sm-184 {
    padding-left: 184px !important;
  }

  .pt-sm-188 {
    padding-top: 188px !important;
  }

  .pr-sm-188 {
    padding-right: 188px !important;
  }

  .pb-sm-188 {
    padding-bottom: 188px !important;
  }

  .pl-sm-188 {
    padding-left: 188px !important;
  }

  .pt-sm-192 {
    padding-top: 192px !important;
  }

  .pr-sm-192 {
    padding-right: 192px !important;
  }

  .pb-sm-192 {
    padding-bottom: 192px !important;
  }

  .pl-sm-192 {
    padding-left: 192px !important;
  }

  .pt-sm-196 {
    padding-top: 196px !important;
  }

  .pr-sm-196 {
    padding-right: 196px !important;
  }

  .pb-sm-196 {
    padding-bottom: 196px !important;
  }

  .pl-sm-196 {
    padding-left: 196px !important;
  }

  .pt-sm-200 {
    padding-top: 200px !important;
  }

  .pr-sm-200 {
    padding-right: 200px !important;
  }

  .pb-sm-200 {
    padding-bottom: 200px !important;
  }

  .pl-sm-200 {
    padding-left: 200px !important;
  }

  .pt-sm-204 {
    padding-top: 204px !important;
  }

  .pr-sm-204 {
    padding-right: 204px !important;
  }

  .pb-sm-204 {
    padding-bottom: 204px !important;
  }

  .pl-sm-204 {
    padding-left: 204px !important;
  }

  .pt-sm-208 {
    padding-top: 208px !important;
  }

  .pr-sm-208 {
    padding-right: 208px !important;
  }

  .pb-sm-208 {
    padding-bottom: 208px !important;
  }

  .pl-sm-208 {
    padding-left: 208px !important;
  }

  .pt-sm-212 {
    padding-top: 212px !important;
  }

  .pr-sm-212 {
    padding-right: 212px !important;
  }

  .pb-sm-212 {
    padding-bottom: 212px !important;
  }

  .pl-sm-212 {
    padding-left: 212px !important;
  }

  .pt-sm-216 {
    padding-top: 216px !important;
  }

  .pr-sm-216 {
    padding-right: 216px !important;
  }

  .pb-sm-216 {
    padding-bottom: 216px !important;
  }

  .pl-sm-216 {
    padding-left: 216px !important;
  }

  .pt-sm-220 {
    padding-top: 220px !important;
  }

  .pr-sm-220 {
    padding-right: 220px !important;
  }

  .pb-sm-220 {
    padding-bottom: 220px !important;
  }

  .pl-sm-220 {
    padding-left: 220px !important;
  }

  .pt-sm-224 {
    padding-top: 224px !important;
  }

  .pr-sm-224 {
    padding-right: 224px !important;
  }

  .pb-sm-224 {
    padding-bottom: 224px !important;
  }

  .pl-sm-224 {
    padding-left: 224px !important;
  }

  .pt-sm-228 {
    padding-top: 228px !important;
  }

  .pr-sm-228 {
    padding-right: 228px !important;
  }

  .pb-sm-228 {
    padding-bottom: 228px !important;
  }

  .pl-sm-228 {
    padding-left: 228px !important;
  }

  .pt-sm-232 {
    padding-top: 232px !important;
  }

  .pr-sm-232 {
    padding-right: 232px !important;
  }

  .pb-sm-232 {
    padding-bottom: 232px !important;
  }

  .pl-sm-232 {
    padding-left: 232px !important;
  }

  .pt-sm-236 {
    padding-top: 236px !important;
  }

  .pr-sm-236 {
    padding-right: 236px !important;
  }

  .pb-sm-236 {
    padding-bottom: 236px !important;
  }

  .pl-sm-236 {
    padding-left: 236px !important;
  }

  .pt-sm-240 {
    padding-top: 240px !important;
  }

  .pr-sm-240 {
    padding-right: 240px !important;
  }

  .pb-sm-240 {
    padding-bottom: 240px !important;
  }

  .pl-sm-240 {
    padding-left: 240px !important;
  }

  .pt-sm-244 {
    padding-top: 244px !important;
  }

  .pr-sm-244 {
    padding-right: 244px !important;
  }

  .pb-sm-244 {
    padding-bottom: 244px !important;
  }

  .pl-sm-244 {
    padding-left: 244px !important;
  }

  .pt-sm-248 {
    padding-top: 248px !important;
  }

  .pr-sm-248 {
    padding-right: 248px !important;
  }

  .pb-sm-248 {
    padding-bottom: 248px !important;
  }

  .pl-sm-248 {
    padding-left: 248px !important;
  }

  .pt-sm-252 {
    padding-top: 252px !important;
  }

  .pr-sm-252 {
    padding-right: 252px !important;
  }

  .pb-sm-252 {
    padding-bottom: 252px !important;
  }

  .pl-sm-252 {
    padding-left: 252px !important;
  }

  .pt-sm-256 {
    padding-top: 256px !important;
  }

  .pr-sm-256 {
    padding-right: 256px !important;
  }

  .pb-sm-256 {
    padding-bottom: 256px !important;
  }

  .pl-sm-256 {
    padding-left: 256px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0px !important;
  }

  .m-md-4 {
    margin: 4px !important;
  }

  .m-md-8 {
    margin: 8px !important;
  }

  .m-md-12 {
    margin: 12px !important;
  }

  .m-md-16 {
    margin: 16px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .m-md-24 {
    margin: 24px !important;
  }

  .m-md-28 {
    margin: 28px !important;
  }

  .m-md-32 {
    margin: 32px !important;
  }

  .m-md-36 {
    margin: 36px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .m-md-44 {
    margin: 44px !important;
  }

  .m-md-48 {
    margin: 48px !important;
  }

  .m-md-52 {
    margin: 52px !important;
  }

  .m-md-56 {
    margin: 56px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .m-md-64 {
    margin: 64px !important;
  }

  .m-md-68 {
    margin: 68px !important;
  }

  .m-md-72 {
    margin: 72px !important;
  }

  .m-md-76 {
    margin: 76px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .m-md-84 {
    margin: 84px !important;
  }

  .m-md-88 {
    margin: 88px !important;
  }

  .m-md-92 {
    margin: 92px !important;
  }

  .m-md-96 {
    margin: 96px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

  .m-md-104 {
    margin: 104px !important;
  }

  .m-md-108 {
    margin: 108px !important;
  }

  .m-md-112 {
    margin: 112px !important;
  }

  .m-md-116 {
    margin: 116px !important;
  }

  .m-md-120 {
    margin: 120px !important;
  }

  .m-md-124 {
    margin: 124px !important;
  }

  .m-md-128 {
    margin: 128px !important;
  }

  .m-md-132 {
    margin: 132px !important;
  }

  .m-md-136 {
    margin: 136px !important;
  }

  .m-md-140 {
    margin: 140px !important;
  }

  .m-md-144 {
    margin: 144px !important;
  }

  .m-md-148 {
    margin: 148px !important;
  }

  .m-md-152 {
    margin: 152px !important;
  }

  .m-md-156 {
    margin: 156px !important;
  }

  .m-md-160 {
    margin: 160px !important;
  }

  .m-md-164 {
    margin: 164px !important;
  }

  .m-md-168 {
    margin: 168px !important;
  }

  .m-md-172 {
    margin: 172px !important;
  }

  .m-md-176 {
    margin: 176px !important;
  }

  .m-md-180 {
    margin: 180px !important;
  }

  .m-md-184 {
    margin: 184px !important;
  }

  .m-md-188 {
    margin: 188px !important;
  }

  .m-md-192 {
    margin: 192px !important;
  }

  .m-md-196 {
    margin: 196px !important;
  }

  .m-md-200 {
    margin: 200px !important;
  }

  .m-md-204 {
    margin: 204px !important;
  }

  .m-md-208 {
    margin: 208px !important;
  }

  .m-md-212 {
    margin: 212px !important;
  }

  .m-md-216 {
    margin: 216px !important;
  }

  .m-md-220 {
    margin: 220px !important;
  }

  .m-md-224 {
    margin: 224px !important;
  }

  .m-md-228 {
    margin: 228px !important;
  }

  .m-md-232 {
    margin: 232px !important;
  }

  .m-md-236 {
    margin: 236px !important;
  }

  .m-md-240 {
    margin: 240px !important;
  }

  .m-md-244 {
    margin: 244px !important;
  }

  .m-md-248 {
    margin: 248px !important;
  }

  .m-md-252 {
    margin: 252px !important;
  }

  .m-md-256 {
    margin: 256px !important;
  }

  .mx-md-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mx-md-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .my-md-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .mx-md-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .my-md-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .mx-md-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .my-md-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .mx-md-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .my-md-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mx-md-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .my-md-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .mx-md-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }

  .my-md-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .mx-md-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .my-md-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .mx-md-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }

  .my-md-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mx-md-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .my-md-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .mx-md-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .my-md-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .mx-md-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }

  .my-md-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .mx-md-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .my-md-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mx-md-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .my-md-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .mx-md-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }

  .my-md-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }

  .mx-md-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }

  .my-md-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .mx-md-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }

  .my-md-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }

  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mx-md-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }

  .my-md-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .mx-md-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .my-md-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .mx-md-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }

  .my-md-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }

  .mx-md-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }

  .my-md-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mx-md-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }

  .my-md-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .mx-md-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }

  .my-md-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }

  .mx-md-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }

  .my-md-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  .mx-md-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }

  .my-md-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }

  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mx-md-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }

  .my-md-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }

  .mx-md-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }

  .my-md-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .mx-md-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }

  .my-md-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }

  .mx-md-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }

  .my-md-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }

  .mx-md-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mx-md-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }

  .my-md-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }

  .mx-md-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }

  .my-md-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }

  .mx-md-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }

  .my-md-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }

  .mx-md-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }

  .my-md-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .mx-md-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .mx-md-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }

  .my-md-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }

  .mx-md-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }

  .my-md-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }

  .mx-md-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }

  .my-md-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }

  .mx-md-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }

  .my-md-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }

  .mx-md-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .mx-md-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }

  .my-md-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }

  .mx-md-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }

  .my-md-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }

  .mx-md-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }

  .my-md-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }

  .mx-md-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }

  .my-md-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }

  .mx-md-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .mx-md-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }

  .my-md-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }

  .mx-md-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }

  .my-md-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }

  .mx-md-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }

  .my-md-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }

  .mx-md-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }

  .my-md-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }

  .mx-md-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }

  .my-md-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .mx-md-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }

  .my-md-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }

  .mx-md-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }

  .my-md-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }

  .mx-md-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }

  .my-md-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }

  .mx-md-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }

  .my-md-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }

  .mx-md-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }

  .my-md-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }

  .mx-md-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }

  .my-md-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }

  .mx-md-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }

  .my-md-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }

  .mx-md-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }

  .my-md-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }

  .mx-md-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }

  .my-md-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .mt-md-0 {
    margin-top: 0px !important;
  }

  .mr-md-0 {
    margin-right: 0px !important;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .ml-md-0 {
    margin-left: 0px !important;
  }

  .mt-md-4 {
    margin-top: 4px !important;
  }

  .mr-md-4 {
    margin-right: 4px !important;
  }

  .mb-md-4 {
    margin-bottom: 4px !important;
  }

  .ml-md-4 {
    margin-left: 4px !important;
  }

  .mt-md-8 {
    margin-top: 8px !important;
  }

  .mr-md-8 {
    margin-right: 8px !important;
  }

  .mb-md-8 {
    margin-bottom: 8px !important;
  }

  .ml-md-8 {
    margin-left: 8px !important;
  }

  .mt-md-12 {
    margin-top: 12px !important;
  }

  .mr-md-12 {
    margin-right: 12px !important;
  }

  .mb-md-12 {
    margin-bottom: 12px !important;
  }

  .ml-md-12 {
    margin-left: 12px !important;
  }

  .mt-md-16 {
    margin-top: 16px !important;
  }

  .mr-md-16 {
    margin-right: 16px !important;
  }

  .mb-md-16 {
    margin-bottom: 16px !important;
  }

  .ml-md-16 {
    margin-left: 16px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mr-md-20 {
    margin-right: 20px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .ml-md-20 {
    margin-left: 20px !important;
  }

  .mt-md-24 {
    margin-top: 24px !important;
  }

  .mr-md-24 {
    margin-right: 24px !important;
  }

  .mb-md-24 {
    margin-bottom: 24px !important;
  }

  .ml-md-24 {
    margin-left: 24px !important;
  }

  .mt-md-28 {
    margin-top: 28px !important;
  }

  .mr-md-28 {
    margin-right: 28px !important;
  }

  .mb-md-28 {
    margin-bottom: 28px !important;
  }

  .ml-md-28 {
    margin-left: 28px !important;
  }

  .mt-md-32 {
    margin-top: 32px !important;
  }

  .mr-md-32 {
    margin-right: 32px !important;
  }

  .mb-md-32 {
    margin-bottom: 32px !important;
  }

  .ml-md-32 {
    margin-left: 32px !important;
  }

  .mt-md-36 {
    margin-top: 36px !important;
  }

  .mr-md-36 {
    margin-right: 36px !important;
  }

  .mb-md-36 {
    margin-bottom: 36px !important;
  }

  .ml-md-36 {
    margin-left: 36px !important;
  }

  .mt-md-40 {
    margin-top: 40px !important;
  }

  .mr-md-40 {
    margin-right: 40px !important;
  }

  .mb-md-40 {
    margin-bottom: 40px !important;
  }

  .ml-md-40 {
    margin-left: 40px !important;
  }

  .mt-md-44 {
    margin-top: 44px !important;
  }

  .mr-md-44 {
    margin-right: 44px !important;
  }

  .mb-md-44 {
    margin-bottom: 44px !important;
  }

  .ml-md-44 {
    margin-left: 44px !important;
  }

  .mt-md-48 {
    margin-top: 48px !important;
  }

  .mr-md-48 {
    margin-right: 48px !important;
  }

  .mb-md-48 {
    margin-bottom: 48px !important;
  }

  .ml-md-48 {
    margin-left: 48px !important;
  }

  .mt-md-52 {
    margin-top: 52px !important;
  }

  .mr-md-52 {
    margin-right: 52px !important;
  }

  .mb-md-52 {
    margin-bottom: 52px !important;
  }

  .ml-md-52 {
    margin-left: 52px !important;
  }

  .mt-md-56 {
    margin-top: 56px !important;
  }

  .mr-md-56 {
    margin-right: 56px !important;
  }

  .mb-md-56 {
    margin-bottom: 56px !important;
  }

  .ml-md-56 {
    margin-left: 56px !important;
  }

  .mt-md-60 {
    margin-top: 60px !important;
  }

  .mr-md-60 {
    margin-right: 60px !important;
  }

  .mb-md-60 {
    margin-bottom: 60px !important;
  }

  .ml-md-60 {
    margin-left: 60px !important;
  }

  .mt-md-64 {
    margin-top: 64px !important;
  }

  .mr-md-64 {
    margin-right: 64px !important;
  }

  .mb-md-64 {
    margin-bottom: 64px !important;
  }

  .ml-md-64 {
    margin-left: 64px !important;
  }

  .mt-md-68 {
    margin-top: 68px !important;
  }

  .mr-md-68 {
    margin-right: 68px !important;
  }

  .mb-md-68 {
    margin-bottom: 68px !important;
  }

  .ml-md-68 {
    margin-left: 68px !important;
  }

  .mt-md-72 {
    margin-top: 72px !important;
  }

  .mr-md-72 {
    margin-right: 72px !important;
  }

  .mb-md-72 {
    margin-bottom: 72px !important;
  }

  .ml-md-72 {
    margin-left: 72px !important;
  }

  .mt-md-76 {
    margin-top: 76px !important;
  }

  .mr-md-76 {
    margin-right: 76px !important;
  }

  .mb-md-76 {
    margin-bottom: 76px !important;
  }

  .ml-md-76 {
    margin-left: 76px !important;
  }

  .mt-md-80 {
    margin-top: 80px !important;
  }

  .mr-md-80 {
    margin-right: 80px !important;
  }

  .mb-md-80 {
    margin-bottom: 80px !important;
  }

  .ml-md-80 {
    margin-left: 80px !important;
  }

  .mt-md-84 {
    margin-top: 84px !important;
  }

  .mr-md-84 {
    margin-right: 84px !important;
  }

  .mb-md-84 {
    margin-bottom: 84px !important;
  }

  .ml-md-84 {
    margin-left: 84px !important;
  }

  .mt-md-88 {
    margin-top: 88px !important;
  }

  .mr-md-88 {
    margin-right: 88px !important;
  }

  .mb-md-88 {
    margin-bottom: 88px !important;
  }

  .ml-md-88 {
    margin-left: 88px !important;
  }

  .mt-md-92 {
    margin-top: 92px !important;
  }

  .mr-md-92 {
    margin-right: 92px !important;
  }

  .mb-md-92 {
    margin-bottom: 92px !important;
  }

  .ml-md-92 {
    margin-left: 92px !important;
  }

  .mt-md-96 {
    margin-top: 96px !important;
  }

  .mr-md-96 {
    margin-right: 96px !important;
  }

  .mb-md-96 {
    margin-bottom: 96px !important;
  }

  .ml-md-96 {
    margin-left: 96px !important;
  }

  .mt-md-100 {
    margin-top: 100px !important;
  }

  .mr-md-100 {
    margin-right: 100px !important;
  }

  .mb-md-100 {
    margin-bottom: 100px !important;
  }

  .ml-md-100 {
    margin-left: 100px !important;
  }

  .mt-md-104 {
    margin-top: 104px !important;
  }

  .mr-md-104 {
    margin-right: 104px !important;
  }

  .mb-md-104 {
    margin-bottom: 104px !important;
  }

  .ml-md-104 {
    margin-left: 104px !important;
  }

  .mt-md-108 {
    margin-top: 108px !important;
  }

  .mr-md-108 {
    margin-right: 108px !important;
  }

  .mb-md-108 {
    margin-bottom: 108px !important;
  }

  .ml-md-108 {
    margin-left: 108px !important;
  }

  .mt-md-112 {
    margin-top: 112px !important;
  }

  .mr-md-112 {
    margin-right: 112px !important;
  }

  .mb-md-112 {
    margin-bottom: 112px !important;
  }

  .ml-md-112 {
    margin-left: 112px !important;
  }

  .mt-md-116 {
    margin-top: 116px !important;
  }

  .mr-md-116 {
    margin-right: 116px !important;
  }

  .mb-md-116 {
    margin-bottom: 116px !important;
  }

  .ml-md-116 {
    margin-left: 116px !important;
  }

  .mt-md-120 {
    margin-top: 120px !important;
  }

  .mr-md-120 {
    margin-right: 120px !important;
  }

  .mb-md-120 {
    margin-bottom: 120px !important;
  }

  .ml-md-120 {
    margin-left: 120px !important;
  }

  .mt-md-124 {
    margin-top: 124px !important;
  }

  .mr-md-124 {
    margin-right: 124px !important;
  }

  .mb-md-124 {
    margin-bottom: 124px !important;
  }

  .ml-md-124 {
    margin-left: 124px !important;
  }

  .mt-md-128 {
    margin-top: 128px !important;
  }

  .mr-md-128 {
    margin-right: 128px !important;
  }

  .mb-md-128 {
    margin-bottom: 128px !important;
  }

  .ml-md-128 {
    margin-left: 128px !important;
  }

  .mt-md-132 {
    margin-top: 132px !important;
  }

  .mr-md-132 {
    margin-right: 132px !important;
  }

  .mb-md-132 {
    margin-bottom: 132px !important;
  }

  .ml-md-132 {
    margin-left: 132px !important;
  }

  .mt-md-136 {
    margin-top: 136px !important;
  }

  .mr-md-136 {
    margin-right: 136px !important;
  }

  .mb-md-136 {
    margin-bottom: 136px !important;
  }

  .ml-md-136 {
    margin-left: 136px !important;
  }

  .mt-md-140 {
    margin-top: 140px !important;
  }

  .mr-md-140 {
    margin-right: 140px !important;
  }

  .mb-md-140 {
    margin-bottom: 140px !important;
  }

  .ml-md-140 {
    margin-left: 140px !important;
  }

  .mt-md-144 {
    margin-top: 144px !important;
  }

  .mr-md-144 {
    margin-right: 144px !important;
  }

  .mb-md-144 {
    margin-bottom: 144px !important;
  }

  .ml-md-144 {
    margin-left: 144px !important;
  }

  .mt-md-148 {
    margin-top: 148px !important;
  }

  .mr-md-148 {
    margin-right: 148px !important;
  }

  .mb-md-148 {
    margin-bottom: 148px !important;
  }

  .ml-md-148 {
    margin-left: 148px !important;
  }

  .mt-md-152 {
    margin-top: 152px !important;
  }

  .mr-md-152 {
    margin-right: 152px !important;
  }

  .mb-md-152 {
    margin-bottom: 152px !important;
  }

  .ml-md-152 {
    margin-left: 152px !important;
  }

  .mt-md-156 {
    margin-top: 156px !important;
  }

  .mr-md-156 {
    margin-right: 156px !important;
  }

  .mb-md-156 {
    margin-bottom: 156px !important;
  }

  .ml-md-156 {
    margin-left: 156px !important;
  }

  .mt-md-160 {
    margin-top: 160px !important;
  }

  .mr-md-160 {
    margin-right: 160px !important;
  }

  .mb-md-160 {
    margin-bottom: 160px !important;
  }

  .ml-md-160 {
    margin-left: 160px !important;
  }

  .mt-md-164 {
    margin-top: 164px !important;
  }

  .mr-md-164 {
    margin-right: 164px !important;
  }

  .mb-md-164 {
    margin-bottom: 164px !important;
  }

  .ml-md-164 {
    margin-left: 164px !important;
  }

  .mt-md-168 {
    margin-top: 168px !important;
  }

  .mr-md-168 {
    margin-right: 168px !important;
  }

  .mb-md-168 {
    margin-bottom: 168px !important;
  }

  .ml-md-168 {
    margin-left: 168px !important;
  }

  .mt-md-172 {
    margin-top: 172px !important;
  }

  .mr-md-172 {
    margin-right: 172px !important;
  }

  .mb-md-172 {
    margin-bottom: 172px !important;
  }

  .ml-md-172 {
    margin-left: 172px !important;
  }

  .mt-md-176 {
    margin-top: 176px !important;
  }

  .mr-md-176 {
    margin-right: 176px !important;
  }

  .mb-md-176 {
    margin-bottom: 176px !important;
  }

  .ml-md-176 {
    margin-left: 176px !important;
  }

  .mt-md-180 {
    margin-top: 180px !important;
  }

  .mr-md-180 {
    margin-right: 180px !important;
  }

  .mb-md-180 {
    margin-bottom: 180px !important;
  }

  .ml-md-180 {
    margin-left: 180px !important;
  }

  .mt-md-184 {
    margin-top: 184px !important;
  }

  .mr-md-184 {
    margin-right: 184px !important;
  }

  .mb-md-184 {
    margin-bottom: 184px !important;
  }

  .ml-md-184 {
    margin-left: 184px !important;
  }

  .mt-md-188 {
    margin-top: 188px !important;
  }

  .mr-md-188 {
    margin-right: 188px !important;
  }

  .mb-md-188 {
    margin-bottom: 188px !important;
  }

  .ml-md-188 {
    margin-left: 188px !important;
  }

  .mt-md-192 {
    margin-top: 192px !important;
  }

  .mr-md-192 {
    margin-right: 192px !important;
  }

  .mb-md-192 {
    margin-bottom: 192px !important;
  }

  .ml-md-192 {
    margin-left: 192px !important;
  }

  .mt-md-196 {
    margin-top: 196px !important;
  }

  .mr-md-196 {
    margin-right: 196px !important;
  }

  .mb-md-196 {
    margin-bottom: 196px !important;
  }

  .ml-md-196 {
    margin-left: 196px !important;
  }

  .mt-md-200 {
    margin-top: 200px !important;
  }

  .mr-md-200 {
    margin-right: 200px !important;
  }

  .mb-md-200 {
    margin-bottom: 200px !important;
  }

  .ml-md-200 {
    margin-left: 200px !important;
  }

  .mt-md-204 {
    margin-top: 204px !important;
  }

  .mr-md-204 {
    margin-right: 204px !important;
  }

  .mb-md-204 {
    margin-bottom: 204px !important;
  }

  .ml-md-204 {
    margin-left: 204px !important;
  }

  .mt-md-208 {
    margin-top: 208px !important;
  }

  .mr-md-208 {
    margin-right: 208px !important;
  }

  .mb-md-208 {
    margin-bottom: 208px !important;
  }

  .ml-md-208 {
    margin-left: 208px !important;
  }

  .mt-md-212 {
    margin-top: 212px !important;
  }

  .mr-md-212 {
    margin-right: 212px !important;
  }

  .mb-md-212 {
    margin-bottom: 212px !important;
  }

  .ml-md-212 {
    margin-left: 212px !important;
  }

  .mt-md-216 {
    margin-top: 216px !important;
  }

  .mr-md-216 {
    margin-right: 216px !important;
  }

  .mb-md-216 {
    margin-bottom: 216px !important;
  }

  .ml-md-216 {
    margin-left: 216px !important;
  }

  .mt-md-220 {
    margin-top: 220px !important;
  }

  .mr-md-220 {
    margin-right: 220px !important;
  }

  .mb-md-220 {
    margin-bottom: 220px !important;
  }

  .ml-md-220 {
    margin-left: 220px !important;
  }

  .mt-md-224 {
    margin-top: 224px !important;
  }

  .mr-md-224 {
    margin-right: 224px !important;
  }

  .mb-md-224 {
    margin-bottom: 224px !important;
  }

  .ml-md-224 {
    margin-left: 224px !important;
  }

  .mt-md-228 {
    margin-top: 228px !important;
  }

  .mr-md-228 {
    margin-right: 228px !important;
  }

  .mb-md-228 {
    margin-bottom: 228px !important;
  }

  .ml-md-228 {
    margin-left: 228px !important;
  }

  .mt-md-232 {
    margin-top: 232px !important;
  }

  .mr-md-232 {
    margin-right: 232px !important;
  }

  .mb-md-232 {
    margin-bottom: 232px !important;
  }

  .ml-md-232 {
    margin-left: 232px !important;
  }

  .mt-md-236 {
    margin-top: 236px !important;
  }

  .mr-md-236 {
    margin-right: 236px !important;
  }

  .mb-md-236 {
    margin-bottom: 236px !important;
  }

  .ml-md-236 {
    margin-left: 236px !important;
  }

  .mt-md-240 {
    margin-top: 240px !important;
  }

  .mr-md-240 {
    margin-right: 240px !important;
  }

  .mb-md-240 {
    margin-bottom: 240px !important;
  }

  .ml-md-240 {
    margin-left: 240px !important;
  }

  .mt-md-244 {
    margin-top: 244px !important;
  }

  .mr-md-244 {
    margin-right: 244px !important;
  }

  .mb-md-244 {
    margin-bottom: 244px !important;
  }

  .ml-md-244 {
    margin-left: 244px !important;
  }

  .mt-md-248 {
    margin-top: 248px !important;
  }

  .mr-md-248 {
    margin-right: 248px !important;
  }

  .mb-md-248 {
    margin-bottom: 248px !important;
  }

  .ml-md-248 {
    margin-left: 248px !important;
  }

  .mt-md-252 {
    margin-top: 252px !important;
  }

  .mr-md-252 {
    margin-right: 252px !important;
  }

  .mb-md-252 {
    margin-bottom: 252px !important;
  }

  .ml-md-252 {
    margin-left: 252px !important;
  }

  .mt-md-256 {
    margin-top: 256px !important;
  }

  .mr-md-256 {
    margin-right: 256px !important;
  }

  .mb-md-256 {
    margin-bottom: 256px !important;
  }

  .ml-md-256 {
    margin-left: 256px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-md-0 {
    padding: 0px !important;
  }

  .p-md-4 {
    padding: 4px !important;
  }

  .p-md-8 {
    padding: 8px !important;
  }

  .p-md-12 {
    padding: 12px !important;
  }

  .p-md-16 {
    padding: 16px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .p-md-24 {
    padding: 24px !important;
  }

  .p-md-28 {
    padding: 28px !important;
  }

  .p-md-32 {
    padding: 32px !important;
  }

  .p-md-36 {
    padding: 36px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .p-md-44 {
    padding: 44px !important;
  }

  .p-md-48 {
    padding: 48px !important;
  }

  .p-md-52 {
    padding: 52px !important;
  }

  .p-md-56 {
    padding: 56px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .p-md-64 {
    padding: 64px !important;
  }

  .p-md-68 {
    padding: 68px !important;
  }

  .p-md-72 {
    padding: 72px !important;
  }

  .p-md-76 {
    padding: 76px !important;
  }

  .p-md-80 {
    padding: 80px !important;
  }

  .p-md-84 {
    padding: 84px !important;
  }

  .p-md-88 {
    padding: 88px !important;
  }

  .p-md-92 {
    padding: 92px !important;
  }

  .p-md-96 {
    padding: 96px !important;
  }

  .p-md-100 {
    padding: 100px !important;
  }

  .p-md-104 {
    padding: 104px !important;
  }

  .p-md-108 {
    padding: 108px !important;
  }

  .p-md-112 {
    padding: 112px !important;
  }

  .p-md-116 {
    padding: 116px !important;
  }

  .p-md-120 {
    padding: 120px !important;
  }

  .p-md-124 {
    padding: 124px !important;
  }

  .p-md-128 {
    padding: 128px !important;
  }

  .p-md-132 {
    padding: 132px !important;
  }

  .p-md-136 {
    padding: 136px !important;
  }

  .p-md-140 {
    padding: 140px !important;
  }

  .p-md-144 {
    padding: 144px !important;
  }

  .p-md-148 {
    padding: 148px !important;
  }

  .p-md-152 {
    padding: 152px !important;
  }

  .p-md-156 {
    padding: 156px !important;
  }

  .p-md-160 {
    padding: 160px !important;
  }

  .p-md-164 {
    padding: 164px !important;
  }

  .p-md-168 {
    padding: 168px !important;
  }

  .p-md-172 {
    padding: 172px !important;
  }

  .p-md-176 {
    padding: 176px !important;
  }

  .p-md-180 {
    padding: 180px !important;
  }

  .p-md-184 {
    padding: 184px !important;
  }

  .p-md-188 {
    padding: 188px !important;
  }

  .p-md-192 {
    padding: 192px !important;
  }

  .p-md-196 {
    padding: 196px !important;
  }

  .p-md-200 {
    padding: 200px !important;
  }

  .p-md-204 {
    padding: 204px !important;
  }

  .p-md-208 {
    padding: 208px !important;
  }

  .p-md-212 {
    padding: 212px !important;
  }

  .p-md-216 {
    padding: 216px !important;
  }

  .p-md-220 {
    padding: 220px !important;
  }

  .p-md-224 {
    padding: 224px !important;
  }

  .p-md-228 {
    padding: 228px !important;
  }

  .p-md-232 {
    padding: 232px !important;
  }

  .p-md-236 {
    padding: 236px !important;
  }

  .p-md-240 {
    padding: 240px !important;
  }

  .p-md-244 {
    padding: 244px !important;
  }

  .p-md-248 {
    padding: 248px !important;
  }

  .p-md-252 {
    padding: 252px !important;
  }

  .p-md-256 {
    padding: 256px !important;
  }

  .px-md-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .px-md-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .py-md-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .px-md-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .py-md-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .px-md-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .py-md-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .px-md-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .py-md-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .px-md-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .py-md-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .px-md-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  .py-md-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .px-md-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .py-md-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .px-md-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  .py-md-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .px-md-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .py-md-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .px-md-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .py-md-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .px-md-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }

  .py-md-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .px-md-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .py-md-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .px-md-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .py-md-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .px-md-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }

  .py-md-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .px-md-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }

  .py-md-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .px-md-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }

  .py-md-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .px-md-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }

  .py-md-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .px-md-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .py-md-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .px-md-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }

  .py-md-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  .px-md-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }

  .py-md-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .px-md-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }

  .py-md-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .px-md-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }

  .py-md-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .px-md-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }

  .py-md-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  .px-md-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }

  .py-md-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }

  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .px-md-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }

  .py-md-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }

  .px-md-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }

  .py-md-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .px-md-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }

  .py-md-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }

  .px-md-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }

  .py-md-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }

  .px-md-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .px-md-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }

  .py-md-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }

  .px-md-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }

  .py-md-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }

  .px-md-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }

  .py-md-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }

  .px-md-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }

  .py-md-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .px-md-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .px-md-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }

  .py-md-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }

  .px-md-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }

  .py-md-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }

  .px-md-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }

  .py-md-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }

  .px-md-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }

  .py-md-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }

  .px-md-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }

  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .px-md-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }

  .py-md-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }

  .px-md-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }

  .py-md-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }

  .px-md-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }

  .py-md-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }

  .px-md-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }

  .py-md-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }

  .px-md-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .px-md-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }

  .py-md-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }

  .px-md-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }

  .py-md-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }

  .px-md-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }

  .py-md-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }

  .px-md-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }

  .py-md-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }

  .px-md-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }

  .py-md-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .px-md-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }

  .py-md-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }

  .px-md-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }

  .py-md-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }

  .px-md-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }

  .py-md-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }

  .px-md-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }

  .py-md-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }

  .px-md-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }

  .py-md-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }

  .px-md-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }

  .py-md-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }

  .px-md-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }

  .py-md-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }

  .px-md-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }

  .py-md-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }

  .px-md-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }

  .py-md-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .pt-md-0 {
    padding-top: 0px !important;
  }

  .pr-md-0 {
    padding-right: 0px !important;
  }

  .pb-md-0 {
    padding-bottom: 0px !important;
  }

  .pl-md-0 {
    padding-left: 0px !important;
  }

  .pt-md-4 {
    padding-top: 4px !important;
  }

  .pr-md-4 {
    padding-right: 4px !important;
  }

  .pb-md-4 {
    padding-bottom: 4px !important;
  }

  .pl-md-4 {
    padding-left: 4px !important;
  }

  .pt-md-8 {
    padding-top: 8px !important;
  }

  .pr-md-8 {
    padding-right: 8px !important;
  }

  .pb-md-8 {
    padding-bottom: 8px !important;
  }

  .pl-md-8 {
    padding-left: 8px !important;
  }

  .pt-md-12 {
    padding-top: 12px !important;
  }

  .pr-md-12 {
    padding-right: 12px !important;
  }

  .pb-md-12 {
    padding-bottom: 12px !important;
  }

  .pl-md-12 {
    padding-left: 12px !important;
  }

  .pt-md-16 {
    padding-top: 16px !important;
  }

  .pr-md-16 {
    padding-right: 16px !important;
  }

  .pb-md-16 {
    padding-bottom: 16px !important;
  }

  .pl-md-16 {
    padding-left: 16px !important;
  }

  .pt-md-20 {
    padding-top: 20px !important;
  }

  .pr-md-20 {
    padding-right: 20px !important;
  }

  .pb-md-20 {
    padding-bottom: 20px !important;
  }

  .pl-md-20 {
    padding-left: 20px !important;
  }

  .pt-md-24 {
    padding-top: 24px !important;
  }

  .pr-md-24 {
    padding-right: 24px !important;
  }

  .pb-md-24 {
    padding-bottom: 24px !important;
  }

  .pl-md-24 {
    padding-left: 24px !important;
  }

  .pt-md-28 {
    padding-top: 28px !important;
  }

  .pr-md-28 {
    padding-right: 28px !important;
  }

  .pb-md-28 {
    padding-bottom: 28px !important;
  }

  .pl-md-28 {
    padding-left: 28px !important;
  }

  .pt-md-32 {
    padding-top: 32px !important;
  }

  .pr-md-32 {
    padding-right: 32px !important;
  }

  .pb-md-32 {
    padding-bottom: 32px !important;
  }

  .pl-md-32 {
    padding-left: 32px !important;
  }

  .pt-md-36 {
    padding-top: 36px !important;
  }

  .pr-md-36 {
    padding-right: 36px !important;
  }

  .pb-md-36 {
    padding-bottom: 36px !important;
  }

  .pl-md-36 {
    padding-left: 36px !important;
  }

  .pt-md-40 {
    padding-top: 40px !important;
  }

  .pr-md-40 {
    padding-right: 40px !important;
  }

  .pb-md-40 {
    padding-bottom: 40px !important;
  }

  .pl-md-40 {
    padding-left: 40px !important;
  }

  .pt-md-44 {
    padding-top: 44px !important;
  }

  .pr-md-44 {
    padding-right: 44px !important;
  }

  .pb-md-44 {
    padding-bottom: 44px !important;
  }

  .pl-md-44 {
    padding-left: 44px !important;
  }

  .pt-md-48 {
    padding-top: 48px !important;
  }

  .pr-md-48 {
    padding-right: 48px !important;
  }

  .pb-md-48 {
    padding-bottom: 48px !important;
  }

  .pl-md-48 {
    padding-left: 48px !important;
  }

  .pt-md-52 {
    padding-top: 52px !important;
  }

  .pr-md-52 {
    padding-right: 52px !important;
  }

  .pb-md-52 {
    padding-bottom: 52px !important;
  }

  .pl-md-52 {
    padding-left: 52px !important;
  }

  .pt-md-56 {
    padding-top: 56px !important;
  }

  .pr-md-56 {
    padding-right: 56px !important;
  }

  .pb-md-56 {
    padding-bottom: 56px !important;
  }

  .pl-md-56 {
    padding-left: 56px !important;
  }

  .pt-md-60 {
    padding-top: 60px !important;
  }

  .pr-md-60 {
    padding-right: 60px !important;
  }

  .pb-md-60 {
    padding-bottom: 60px !important;
  }

  .pl-md-60 {
    padding-left: 60px !important;
  }

  .pt-md-64 {
    padding-top: 64px !important;
  }

  .pr-md-64 {
    padding-right: 64px !important;
  }

  .pb-md-64 {
    padding-bottom: 64px !important;
  }

  .pl-md-64 {
    padding-left: 64px !important;
  }

  .pt-md-68 {
    padding-top: 68px !important;
  }

  .pr-md-68 {
    padding-right: 68px !important;
  }

  .pb-md-68 {
    padding-bottom: 68px !important;
  }

  .pl-md-68 {
    padding-left: 68px !important;
  }

  .pt-md-72 {
    padding-top: 72px !important;
  }

  .pr-md-72 {
    padding-right: 72px !important;
  }

  .pb-md-72 {
    padding-bottom: 72px !important;
  }

  .pl-md-72 {
    padding-left: 72px !important;
  }

  .pt-md-76 {
    padding-top: 76px !important;
  }

  .pr-md-76 {
    padding-right: 76px !important;
  }

  .pb-md-76 {
    padding-bottom: 76px !important;
  }

  .pl-md-76 {
    padding-left: 76px !important;
  }

  .pt-md-80 {
    padding-top: 80px !important;
  }

  .pr-md-80 {
    padding-right: 80px !important;
  }

  .pb-md-80 {
    padding-bottom: 80px !important;
  }

  .pl-md-80 {
    padding-left: 80px !important;
  }

  .pt-md-84 {
    padding-top: 84px !important;
  }

  .pr-md-84 {
    padding-right: 84px !important;
  }

  .pb-md-84 {
    padding-bottom: 84px !important;
  }

  .pl-md-84 {
    padding-left: 84px !important;
  }

  .pt-md-88 {
    padding-top: 88px !important;
  }

  .pr-md-88 {
    padding-right: 88px !important;
  }

  .pb-md-88 {
    padding-bottom: 88px !important;
  }

  .pl-md-88 {
    padding-left: 88px !important;
  }

  .pt-md-92 {
    padding-top: 92px !important;
  }

  .pr-md-92 {
    padding-right: 92px !important;
  }

  .pb-md-92 {
    padding-bottom: 92px !important;
  }

  .pl-md-92 {
    padding-left: 92px !important;
  }

  .pt-md-96 {
    padding-top: 96px !important;
  }

  .pr-md-96 {
    padding-right: 96px !important;
  }

  .pb-md-96 {
    padding-bottom: 96px !important;
  }

  .pl-md-96 {
    padding-left: 96px !important;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .pr-md-100 {
    padding-right: 100px !important;
  }

  .pb-md-100 {
    padding-bottom: 100px !important;
  }

  .pl-md-100 {
    padding-left: 100px !important;
  }

  .pt-md-104 {
    padding-top: 104px !important;
  }

  .pr-md-104 {
    padding-right: 104px !important;
  }

  .pb-md-104 {
    padding-bottom: 104px !important;
  }

  .pl-md-104 {
    padding-left: 104px !important;
  }

  .pt-md-108 {
    padding-top: 108px !important;
  }

  .pr-md-108 {
    padding-right: 108px !important;
  }

  .pb-md-108 {
    padding-bottom: 108px !important;
  }

  .pl-md-108 {
    padding-left: 108px !important;
  }

  .pt-md-112 {
    padding-top: 112px !important;
  }

  .pr-md-112 {
    padding-right: 112px !important;
  }

  .pb-md-112 {
    padding-bottom: 112px !important;
  }

  .pl-md-112 {
    padding-left: 112px !important;
  }

  .pt-md-116 {
    padding-top: 116px !important;
  }

  .pr-md-116 {
    padding-right: 116px !important;
  }

  .pb-md-116 {
    padding-bottom: 116px !important;
  }

  .pl-md-116 {
    padding-left: 116px !important;
  }

  .pt-md-120 {
    padding-top: 120px !important;
  }

  .pr-md-120 {
    padding-right: 120px !important;
  }

  .pb-md-120 {
    padding-bottom: 120px !important;
  }

  .pl-md-120 {
    padding-left: 120px !important;
  }

  .pt-md-124 {
    padding-top: 124px !important;
  }

  .pr-md-124 {
    padding-right: 124px !important;
  }

  .pb-md-124 {
    padding-bottom: 124px !important;
  }

  .pl-md-124 {
    padding-left: 124px !important;
  }

  .pt-md-128 {
    padding-top: 128px !important;
  }

  .pr-md-128 {
    padding-right: 128px !important;
  }

  .pb-md-128 {
    padding-bottom: 128px !important;
  }

  .pl-md-128 {
    padding-left: 128px !important;
  }

  .pt-md-132 {
    padding-top: 132px !important;
  }

  .pr-md-132 {
    padding-right: 132px !important;
  }

  .pb-md-132 {
    padding-bottom: 132px !important;
  }

  .pl-md-132 {
    padding-left: 132px !important;
  }

  .pt-md-136 {
    padding-top: 136px !important;
  }

  .pr-md-136 {
    padding-right: 136px !important;
  }

  .pb-md-136 {
    padding-bottom: 136px !important;
  }

  .pl-md-136 {
    padding-left: 136px !important;
  }

  .pt-md-140 {
    padding-top: 140px !important;
  }

  .pr-md-140 {
    padding-right: 140px !important;
  }

  .pb-md-140 {
    padding-bottom: 140px !important;
  }

  .pl-md-140 {
    padding-left: 140px !important;
  }

  .pt-md-144 {
    padding-top: 144px !important;
  }

  .pr-md-144 {
    padding-right: 144px !important;
  }

  .pb-md-144 {
    padding-bottom: 144px !important;
  }

  .pl-md-144 {
    padding-left: 144px !important;
  }

  .pt-md-148 {
    padding-top: 148px !important;
  }

  .pr-md-148 {
    padding-right: 148px !important;
  }

  .pb-md-148 {
    padding-bottom: 148px !important;
  }

  .pl-md-148 {
    padding-left: 148px !important;
  }

  .pt-md-152 {
    padding-top: 152px !important;
  }

  .pr-md-152 {
    padding-right: 152px !important;
  }

  .pb-md-152 {
    padding-bottom: 152px !important;
  }

  .pl-md-152 {
    padding-left: 152px !important;
  }

  .pt-md-156 {
    padding-top: 156px !important;
  }

  .pr-md-156 {
    padding-right: 156px !important;
  }

  .pb-md-156 {
    padding-bottom: 156px !important;
  }

  .pl-md-156 {
    padding-left: 156px !important;
  }

  .pt-md-160 {
    padding-top: 160px !important;
  }

  .pr-md-160 {
    padding-right: 160px !important;
  }

  .pb-md-160 {
    padding-bottom: 160px !important;
  }

  .pl-md-160 {
    padding-left: 160px !important;
  }

  .pt-md-164 {
    padding-top: 164px !important;
  }

  .pr-md-164 {
    padding-right: 164px !important;
  }

  .pb-md-164 {
    padding-bottom: 164px !important;
  }

  .pl-md-164 {
    padding-left: 164px !important;
  }

  .pt-md-168 {
    padding-top: 168px !important;
  }

  .pr-md-168 {
    padding-right: 168px !important;
  }

  .pb-md-168 {
    padding-bottom: 168px !important;
  }

  .pl-md-168 {
    padding-left: 168px !important;
  }

  .pt-md-172 {
    padding-top: 172px !important;
  }

  .pr-md-172 {
    padding-right: 172px !important;
  }

  .pb-md-172 {
    padding-bottom: 172px !important;
  }

  .pl-md-172 {
    padding-left: 172px !important;
  }

  .pt-md-176 {
    padding-top: 176px !important;
  }

  .pr-md-176 {
    padding-right: 176px !important;
  }

  .pb-md-176 {
    padding-bottom: 176px !important;
  }

  .pl-md-176 {
    padding-left: 176px !important;
  }

  .pt-md-180 {
    padding-top: 180px !important;
  }

  .pr-md-180 {
    padding-right: 180px !important;
  }

  .pb-md-180 {
    padding-bottom: 180px !important;
  }

  .pl-md-180 {
    padding-left: 180px !important;
  }

  .pt-md-184 {
    padding-top: 184px !important;
  }

  .pr-md-184 {
    padding-right: 184px !important;
  }

  .pb-md-184 {
    padding-bottom: 184px !important;
  }

  .pl-md-184 {
    padding-left: 184px !important;
  }

  .pt-md-188 {
    padding-top: 188px !important;
  }

  .pr-md-188 {
    padding-right: 188px !important;
  }

  .pb-md-188 {
    padding-bottom: 188px !important;
  }

  .pl-md-188 {
    padding-left: 188px !important;
  }

  .pt-md-192 {
    padding-top: 192px !important;
  }

  .pr-md-192 {
    padding-right: 192px !important;
  }

  .pb-md-192 {
    padding-bottom: 192px !important;
  }

  .pl-md-192 {
    padding-left: 192px !important;
  }

  .pt-md-196 {
    padding-top: 196px !important;
  }

  .pr-md-196 {
    padding-right: 196px !important;
  }

  .pb-md-196 {
    padding-bottom: 196px !important;
  }

  .pl-md-196 {
    padding-left: 196px !important;
  }

  .pt-md-200 {
    padding-top: 200px !important;
  }

  .pr-md-200 {
    padding-right: 200px !important;
  }

  .pb-md-200 {
    padding-bottom: 200px !important;
  }

  .pl-md-200 {
    padding-left: 200px !important;
  }

  .pt-md-204 {
    padding-top: 204px !important;
  }

  .pr-md-204 {
    padding-right: 204px !important;
  }

  .pb-md-204 {
    padding-bottom: 204px !important;
  }

  .pl-md-204 {
    padding-left: 204px !important;
  }

  .pt-md-208 {
    padding-top: 208px !important;
  }

  .pr-md-208 {
    padding-right: 208px !important;
  }

  .pb-md-208 {
    padding-bottom: 208px !important;
  }

  .pl-md-208 {
    padding-left: 208px !important;
  }

  .pt-md-212 {
    padding-top: 212px !important;
  }

  .pr-md-212 {
    padding-right: 212px !important;
  }

  .pb-md-212 {
    padding-bottom: 212px !important;
  }

  .pl-md-212 {
    padding-left: 212px !important;
  }

  .pt-md-216 {
    padding-top: 216px !important;
  }

  .pr-md-216 {
    padding-right: 216px !important;
  }

  .pb-md-216 {
    padding-bottom: 216px !important;
  }

  .pl-md-216 {
    padding-left: 216px !important;
  }

  .pt-md-220 {
    padding-top: 220px !important;
  }

  .pr-md-220 {
    padding-right: 220px !important;
  }

  .pb-md-220 {
    padding-bottom: 220px !important;
  }

  .pl-md-220 {
    padding-left: 220px !important;
  }

  .pt-md-224 {
    padding-top: 224px !important;
  }

  .pr-md-224 {
    padding-right: 224px !important;
  }

  .pb-md-224 {
    padding-bottom: 224px !important;
  }

  .pl-md-224 {
    padding-left: 224px !important;
  }

  .pt-md-228 {
    padding-top: 228px !important;
  }

  .pr-md-228 {
    padding-right: 228px !important;
  }

  .pb-md-228 {
    padding-bottom: 228px !important;
  }

  .pl-md-228 {
    padding-left: 228px !important;
  }

  .pt-md-232 {
    padding-top: 232px !important;
  }

  .pr-md-232 {
    padding-right: 232px !important;
  }

  .pb-md-232 {
    padding-bottom: 232px !important;
  }

  .pl-md-232 {
    padding-left: 232px !important;
  }

  .pt-md-236 {
    padding-top: 236px !important;
  }

  .pr-md-236 {
    padding-right: 236px !important;
  }

  .pb-md-236 {
    padding-bottom: 236px !important;
  }

  .pl-md-236 {
    padding-left: 236px !important;
  }

  .pt-md-240 {
    padding-top: 240px !important;
  }

  .pr-md-240 {
    padding-right: 240px !important;
  }

  .pb-md-240 {
    padding-bottom: 240px !important;
  }

  .pl-md-240 {
    padding-left: 240px !important;
  }

  .pt-md-244 {
    padding-top: 244px !important;
  }

  .pr-md-244 {
    padding-right: 244px !important;
  }

  .pb-md-244 {
    padding-bottom: 244px !important;
  }

  .pl-md-244 {
    padding-left: 244px !important;
  }

  .pt-md-248 {
    padding-top: 248px !important;
  }

  .pr-md-248 {
    padding-right: 248px !important;
  }

  .pb-md-248 {
    padding-bottom: 248px !important;
  }

  .pl-md-248 {
    padding-left: 248px !important;
  }

  .pt-md-252 {
    padding-top: 252px !important;
  }

  .pr-md-252 {
    padding-right: 252px !important;
  }

  .pb-md-252 {
    padding-bottom: 252px !important;
  }

  .pl-md-252 {
    padding-left: 252px !important;
  }

  .pt-md-256 {
    padding-top: 256px !important;
  }

  .pr-md-256 {
    padding-right: 256px !important;
  }

  .pb-md-256 {
    padding-bottom: 256px !important;
  }

  .pl-md-256 {
    padding-left: 256px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0px !important;
  }

  .m-lg-4 {
    margin: 4px !important;
  }

  .m-lg-8 {
    margin: 8px !important;
  }

  .m-lg-12 {
    margin: 12px !important;
  }

  .m-lg-16 {
    margin: 16px !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .m-lg-24 {
    margin: 24px !important;
  }

  .m-lg-28 {
    margin: 28px !important;
  }

  .m-lg-32 {
    margin: 32px !important;
  }

  .m-lg-36 {
    margin: 36px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .m-lg-44 {
    margin: 44px !important;
  }

  .m-lg-48 {
    margin: 48px !important;
  }

  .m-lg-52 {
    margin: 52px !important;
  }

  .m-lg-56 {
    margin: 56px !important;
  }

  .m-lg-60 {
    margin: 60px !important;
  }

  .m-lg-64 {
    margin: 64px !important;
  }

  .m-lg-68 {
    margin: 68px !important;
  }

  .m-lg-72 {
    margin: 72px !important;
  }

  .m-lg-76 {
    margin: 76px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

  .m-lg-84 {
    margin: 84px !important;
  }

  .m-lg-88 {
    margin: 88px !important;
  }

  .m-lg-92 {
    margin: 92px !important;
  }

  .m-lg-96 {
    margin: 96px !important;
  }

  .m-lg-100 {
    margin: 100px !important;
  }

  .m-lg-104 {
    margin: 104px !important;
  }

  .m-lg-108 {
    margin: 108px !important;
  }

  .m-lg-112 {
    margin: 112px !important;
  }

  .m-lg-116 {
    margin: 116px !important;
  }

  .m-lg-120 {
    margin: 120px !important;
  }

  .m-lg-124 {
    margin: 124px !important;
  }

  .m-lg-128 {
    margin: 128px !important;
  }

  .m-lg-132 {
    margin: 132px !important;
  }

  .m-lg-136 {
    margin: 136px !important;
  }

  .m-lg-140 {
    margin: 140px !important;
  }

  .m-lg-144 {
    margin: 144px !important;
  }

  .m-lg-148 {
    margin: 148px !important;
  }

  .m-lg-152 {
    margin: 152px !important;
  }

  .m-lg-156 {
    margin: 156px !important;
  }

  .m-lg-160 {
    margin: 160px !important;
  }

  .m-lg-164 {
    margin: 164px !important;
  }

  .m-lg-168 {
    margin: 168px !important;
  }

  .m-lg-172 {
    margin: 172px !important;
  }

  .m-lg-176 {
    margin: 176px !important;
  }

  .m-lg-180 {
    margin: 180px !important;
  }

  .m-lg-184 {
    margin: 184px !important;
  }

  .m-lg-188 {
    margin: 188px !important;
  }

  .m-lg-192 {
    margin: 192px !important;
  }

  .m-lg-196 {
    margin: 196px !important;
  }

  .m-lg-200 {
    margin: 200px !important;
  }

  .m-lg-204 {
    margin: 204px !important;
  }

  .m-lg-208 {
    margin: 208px !important;
  }

  .m-lg-212 {
    margin: 212px !important;
  }

  .m-lg-216 {
    margin: 216px !important;
  }

  .m-lg-220 {
    margin: 220px !important;
  }

  .m-lg-224 {
    margin: 224px !important;
  }

  .m-lg-228 {
    margin: 228px !important;
  }

  .m-lg-232 {
    margin: 232px !important;
  }

  .m-lg-236 {
    margin: 236px !important;
  }

  .m-lg-240 {
    margin: 240px !important;
  }

  .m-lg-244 {
    margin: 244px !important;
  }

  .m-lg-248 {
    margin: 248px !important;
  }

  .m-lg-252 {
    margin: 252px !important;
  }

  .m-lg-256 {
    margin: 256px !important;
  }

  .mx-lg-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mx-lg-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .my-lg-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .mx-lg-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .my-lg-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .mx-lg-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .my-lg-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .mx-lg-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .my-lg-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mx-lg-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .my-lg-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .mx-lg-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }

  .my-lg-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .mx-lg-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .my-lg-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .mx-lg-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }

  .my-lg-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mx-lg-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .my-lg-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .mx-lg-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .my-lg-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .mx-lg-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }

  .my-lg-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .mx-lg-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .my-lg-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mx-lg-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .my-lg-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .mx-lg-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }

  .my-lg-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }

  .mx-lg-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }

  .my-lg-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .mx-lg-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }

  .my-lg-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }

  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mx-lg-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }

  .my-lg-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .mx-lg-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .my-lg-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .mx-lg-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }

  .my-lg-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }

  .mx-lg-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }

  .my-lg-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mx-lg-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }

  .my-lg-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .mx-lg-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }

  .my-lg-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }

  .mx-lg-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }

  .my-lg-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  .mx-lg-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }

  .my-lg-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }

  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mx-lg-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }

  .my-lg-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }

  .mx-lg-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }

  .my-lg-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .mx-lg-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }

  .my-lg-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }

  .mx-lg-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }

  .my-lg-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }

  .mx-lg-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mx-lg-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }

  .my-lg-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }

  .mx-lg-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }

  .my-lg-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }

  .mx-lg-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }

  .my-lg-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }

  .mx-lg-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }

  .my-lg-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .mx-lg-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .mx-lg-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }

  .my-lg-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }

  .mx-lg-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }

  .my-lg-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }

  .mx-lg-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }

  .my-lg-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }

  .mx-lg-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }

  .my-lg-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }

  .mx-lg-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .mx-lg-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }

  .my-lg-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }

  .mx-lg-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }

  .my-lg-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }

  .mx-lg-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }

  .my-lg-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }

  .mx-lg-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }

  .my-lg-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }

  .mx-lg-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .mx-lg-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }

  .my-lg-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }

  .mx-lg-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }

  .my-lg-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }

  .mx-lg-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }

  .my-lg-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }

  .mx-lg-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }

  .my-lg-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }

  .mx-lg-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }

  .my-lg-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .mx-lg-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }

  .my-lg-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }

  .mx-lg-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }

  .my-lg-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }

  .mx-lg-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }

  .my-lg-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }

  .mx-lg-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }

  .my-lg-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }

  .mx-lg-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }

  .my-lg-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }

  .mx-lg-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }

  .my-lg-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }

  .mx-lg-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }

  .my-lg-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }

  .mx-lg-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }

  .my-lg-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }

  .mx-lg-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }

  .my-lg-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .mt-lg-0 {
    margin-top: 0px !important;
  }

  .mr-lg-0 {
    margin-right: 0px !important;
  }

  .mb-lg-0 {
    margin-bottom: 0px !important;
  }

  .ml-lg-0 {
    margin-left: 0px !important;
  }

  .mt-lg-4 {
    margin-top: 4px !important;
  }

  .mr-lg-4 {
    margin-right: 4px !important;
  }

  .mb-lg-4 {
    margin-bottom: 4px !important;
  }

  .ml-lg-4 {
    margin-left: 4px !important;
  }

  .mt-lg-8 {
    margin-top: 8px !important;
  }

  .mr-lg-8 {
    margin-right: 8px !important;
  }

  .mb-lg-8 {
    margin-bottom: 8px !important;
  }

  .ml-lg-8 {
    margin-left: 8px !important;
  }

  .mt-lg-12 {
    margin-top: 12px !important;
  }

  .mr-lg-12 {
    margin-right: 12px !important;
  }

  .mb-lg-12 {
    margin-bottom: 12px !important;
  }

  .ml-lg-12 {
    margin-left: 12px !important;
  }

  .mt-lg-16 {
    margin-top: 16px !important;
  }

  .mr-lg-16 {
    margin-right: 16px !important;
  }

  .mb-lg-16 {
    margin-bottom: 16px !important;
  }

  .ml-lg-16 {
    margin-left: 16px !important;
  }

  .mt-lg-20 {
    margin-top: 20px !important;
  }

  .mr-lg-20 {
    margin-right: 20px !important;
  }

  .mb-lg-20 {
    margin-bottom: 20px !important;
  }

  .ml-lg-20 {
    margin-left: 20px !important;
  }

  .mt-lg-24 {
    margin-top: 24px !important;
  }

  .mr-lg-24 {
    margin-right: 24px !important;
  }

  .mb-lg-24 {
    margin-bottom: 24px !important;
  }

  .ml-lg-24 {
    margin-left: 24px !important;
  }

  .mt-lg-28 {
    margin-top: 28px !important;
  }

  .mr-lg-28 {
    margin-right: 28px !important;
  }

  .mb-lg-28 {
    margin-bottom: 28px !important;
  }

  .ml-lg-28 {
    margin-left: 28px !important;
  }

  .mt-lg-32 {
    margin-top: 32px !important;
  }

  .mr-lg-32 {
    margin-right: 32px !important;
  }

  .mb-lg-32 {
    margin-bottom: 32px !important;
  }

  .ml-lg-32 {
    margin-left: 32px !important;
  }

  .mt-lg-36 {
    margin-top: 36px !important;
  }

  .mr-lg-36 {
    margin-right: 36px !important;
  }

  .mb-lg-36 {
    margin-bottom: 36px !important;
  }

  .ml-lg-36 {
    margin-left: 36px !important;
  }

  .mt-lg-40 {
    margin-top: 40px !important;
  }

  .mr-lg-40 {
    margin-right: 40px !important;
  }

  .mb-lg-40 {
    margin-bottom: 40px !important;
  }

  .ml-lg-40 {
    margin-left: 40px !important;
  }

  .mt-lg-44 {
    margin-top: 44px !important;
  }

  .mr-lg-44 {
    margin-right: 44px !important;
  }

  .mb-lg-44 {
    margin-bottom: 44px !important;
  }

  .ml-lg-44 {
    margin-left: 44px !important;
  }

  .mt-lg-48 {
    margin-top: 48px !important;
  }

  .mr-lg-48 {
    margin-right: 48px !important;
  }

  .mb-lg-48 {
    margin-bottom: 48px !important;
  }

  .ml-lg-48 {
    margin-left: 48px !important;
  }

  .mt-lg-52 {
    margin-top: 52px !important;
  }

  .mr-lg-52 {
    margin-right: 52px !important;
  }

  .mb-lg-52 {
    margin-bottom: 52px !important;
  }

  .ml-lg-52 {
    margin-left: 52px !important;
  }

  .mt-lg-56 {
    margin-top: 56px !important;
  }

  .mr-lg-56 {
    margin-right: 56px !important;
  }

  .mb-lg-56 {
    margin-bottom: 56px !important;
  }

  .ml-lg-56 {
    margin-left: 56px !important;
  }

  .mt-lg-60 {
    margin-top: 60px !important;
  }

  .mr-lg-60 {
    margin-right: 60px !important;
  }

  .mb-lg-60 {
    margin-bottom: 60px !important;
  }

  .ml-lg-60 {
    margin-left: 60px !important;
  }

  .mt-lg-64 {
    margin-top: 64px !important;
  }

  .mr-lg-64 {
    margin-right: 64px !important;
  }

  .mb-lg-64 {
    margin-bottom: 64px !important;
  }

  .ml-lg-64 {
    margin-left: 64px !important;
  }

  .mt-lg-68 {
    margin-top: 68px !important;
  }

  .mr-lg-68 {
    margin-right: 68px !important;
  }

  .mb-lg-68 {
    margin-bottom: 68px !important;
  }

  .ml-lg-68 {
    margin-left: 68px !important;
  }

  .mt-lg-72 {
    margin-top: 72px !important;
  }

  .mr-lg-72 {
    margin-right: 72px !important;
  }

  .mb-lg-72 {
    margin-bottom: 72px !important;
  }

  .ml-lg-72 {
    margin-left: 72px !important;
  }

  .mt-lg-76 {
    margin-top: 76px !important;
  }

  .mr-lg-76 {
    margin-right: 76px !important;
  }

  .mb-lg-76 {
    margin-bottom: 76px !important;
  }

  .ml-lg-76 {
    margin-left: 76px !important;
  }

  .mt-lg-80 {
    margin-top: 80px !important;
  }

  .mr-lg-80 {
    margin-right: 80px !important;
  }

  .mb-lg-80 {
    margin-bottom: 80px !important;
  }

  .ml-lg-80 {
    margin-left: 80px !important;
  }

  .mt-lg-84 {
    margin-top: 84px !important;
  }

  .mr-lg-84 {
    margin-right: 84px !important;
  }

  .mb-lg-84 {
    margin-bottom: 84px !important;
  }

  .ml-lg-84 {
    margin-left: 84px !important;
  }

  .mt-lg-88 {
    margin-top: 88px !important;
  }

  .mr-lg-88 {
    margin-right: 88px !important;
  }

  .mb-lg-88 {
    margin-bottom: 88px !important;
  }

  .ml-lg-88 {
    margin-left: 88px !important;
  }

  .mt-lg-92 {
    margin-top: 92px !important;
  }

  .mr-lg-92 {
    margin-right: 92px !important;
  }

  .mb-lg-92 {
    margin-bottom: 92px !important;
  }

  .ml-lg-92 {
    margin-left: 92px !important;
  }

  .mt-lg-96 {
    margin-top: 96px !important;
  }

  .mr-lg-96 {
    margin-right: 96px !important;
  }

  .mb-lg-96 {
    margin-bottom: 96px !important;
  }

  .ml-lg-96 {
    margin-left: 96px !important;
  }

  .mt-lg-100 {
    margin-top: 100px !important;
  }

  .mr-lg-100 {
    margin-right: 100px !important;
  }

  .mb-lg-100 {
    margin-bottom: 100px !important;
  }

  .ml-lg-100 {
    margin-left: 100px !important;
  }

  .mt-lg-104 {
    margin-top: 104px !important;
  }

  .mr-lg-104 {
    margin-right: 104px !important;
  }

  .mb-lg-104 {
    margin-bottom: 104px !important;
  }

  .ml-lg-104 {
    margin-left: 104px !important;
  }

  .mt-lg-108 {
    margin-top: 108px !important;
  }

  .mr-lg-108 {
    margin-right: 108px !important;
  }

  .mb-lg-108 {
    margin-bottom: 108px !important;
  }

  .ml-lg-108 {
    margin-left: 108px !important;
  }

  .mt-lg-112 {
    margin-top: 112px !important;
  }

  .mr-lg-112 {
    margin-right: 112px !important;
  }

  .mb-lg-112 {
    margin-bottom: 112px !important;
  }

  .ml-lg-112 {
    margin-left: 112px !important;
  }

  .mt-lg-116 {
    margin-top: 116px !important;
  }

  .mr-lg-116 {
    margin-right: 116px !important;
  }

  .mb-lg-116 {
    margin-bottom: 116px !important;
  }

  .ml-lg-116 {
    margin-left: 116px !important;
  }

  .mt-lg-120 {
    margin-top: 120px !important;
  }

  .mr-lg-120 {
    margin-right: 120px !important;
  }

  .mb-lg-120 {
    margin-bottom: 120px !important;
  }

  .ml-lg-120 {
    margin-left: 120px !important;
  }

  .mt-lg-124 {
    margin-top: 124px !important;
  }

  .mr-lg-124 {
    margin-right: 124px !important;
  }

  .mb-lg-124 {
    margin-bottom: 124px !important;
  }

  .ml-lg-124 {
    margin-left: 124px !important;
  }

  .mt-lg-128 {
    margin-top: 128px !important;
  }

  .mr-lg-128 {
    margin-right: 128px !important;
  }

  .mb-lg-128 {
    margin-bottom: 128px !important;
  }

  .ml-lg-128 {
    margin-left: 128px !important;
  }

  .mt-lg-132 {
    margin-top: 132px !important;
  }

  .mr-lg-132 {
    margin-right: 132px !important;
  }

  .mb-lg-132 {
    margin-bottom: 132px !important;
  }

  .ml-lg-132 {
    margin-left: 132px !important;
  }

  .mt-lg-136 {
    margin-top: 136px !important;
  }

  .mr-lg-136 {
    margin-right: 136px !important;
  }

  .mb-lg-136 {
    margin-bottom: 136px !important;
  }

  .ml-lg-136 {
    margin-left: 136px !important;
  }

  .mt-lg-140 {
    margin-top: 140px !important;
  }

  .mr-lg-140 {
    margin-right: 140px !important;
  }

  .mb-lg-140 {
    margin-bottom: 140px !important;
  }

  .ml-lg-140 {
    margin-left: 140px !important;
  }

  .mt-lg-144 {
    margin-top: 144px !important;
  }

  .mr-lg-144 {
    margin-right: 144px !important;
  }

  .mb-lg-144 {
    margin-bottom: 144px !important;
  }

  .ml-lg-144 {
    margin-left: 144px !important;
  }

  .mt-lg-148 {
    margin-top: 148px !important;
  }

  .mr-lg-148 {
    margin-right: 148px !important;
  }

  .mb-lg-148 {
    margin-bottom: 148px !important;
  }

  .ml-lg-148 {
    margin-left: 148px !important;
  }

  .mt-lg-152 {
    margin-top: 152px !important;
  }

  .mr-lg-152 {
    margin-right: 152px !important;
  }

  .mb-lg-152 {
    margin-bottom: 152px !important;
  }

  .ml-lg-152 {
    margin-left: 152px !important;
  }

  .mt-lg-156 {
    margin-top: 156px !important;
  }

  .mr-lg-156 {
    margin-right: 156px !important;
  }

  .mb-lg-156 {
    margin-bottom: 156px !important;
  }

  .ml-lg-156 {
    margin-left: 156px !important;
  }

  .mt-lg-160 {
    margin-top: 160px !important;
  }

  .mr-lg-160 {
    margin-right: 160px !important;
  }

  .mb-lg-160 {
    margin-bottom: 160px !important;
  }

  .ml-lg-160 {
    margin-left: 160px !important;
  }

  .mt-lg-164 {
    margin-top: 164px !important;
  }

  .mr-lg-164 {
    margin-right: 164px !important;
  }

  .mb-lg-164 {
    margin-bottom: 164px !important;
  }

  .ml-lg-164 {
    margin-left: 164px !important;
  }

  .mt-lg-168 {
    margin-top: 168px !important;
  }

  .mr-lg-168 {
    margin-right: 168px !important;
  }

  .mb-lg-168 {
    margin-bottom: 168px !important;
  }

  .ml-lg-168 {
    margin-left: 168px !important;
  }

  .mt-lg-172 {
    margin-top: 172px !important;
  }

  .mr-lg-172 {
    margin-right: 172px !important;
  }

  .mb-lg-172 {
    margin-bottom: 172px !important;
  }

  .ml-lg-172 {
    margin-left: 172px !important;
  }

  .mt-lg-176 {
    margin-top: 176px !important;
  }

  .mr-lg-176 {
    margin-right: 176px !important;
  }

  .mb-lg-176 {
    margin-bottom: 176px !important;
  }

  .ml-lg-176 {
    margin-left: 176px !important;
  }

  .mt-lg-180 {
    margin-top: 180px !important;
  }

  .mr-lg-180 {
    margin-right: 180px !important;
  }

  .mb-lg-180 {
    margin-bottom: 180px !important;
  }

  .ml-lg-180 {
    margin-left: 180px !important;
  }

  .mt-lg-184 {
    margin-top: 184px !important;
  }

  .mr-lg-184 {
    margin-right: 184px !important;
  }

  .mb-lg-184 {
    margin-bottom: 184px !important;
  }

  .ml-lg-184 {
    margin-left: 184px !important;
  }

  .mt-lg-188 {
    margin-top: 188px !important;
  }

  .mr-lg-188 {
    margin-right: 188px !important;
  }

  .mb-lg-188 {
    margin-bottom: 188px !important;
  }

  .ml-lg-188 {
    margin-left: 188px !important;
  }

  .mt-lg-192 {
    margin-top: 192px !important;
  }

  .mr-lg-192 {
    margin-right: 192px !important;
  }

  .mb-lg-192 {
    margin-bottom: 192px !important;
  }

  .ml-lg-192 {
    margin-left: 192px !important;
  }

  .mt-lg-196 {
    margin-top: 196px !important;
  }

  .mr-lg-196 {
    margin-right: 196px !important;
  }

  .mb-lg-196 {
    margin-bottom: 196px !important;
  }

  .ml-lg-196 {
    margin-left: 196px !important;
  }

  .mt-lg-200 {
    margin-top: 200px !important;
  }

  .mr-lg-200 {
    margin-right: 200px !important;
  }

  .mb-lg-200 {
    margin-bottom: 200px !important;
  }

  .ml-lg-200 {
    margin-left: 200px !important;
  }

  .mt-lg-204 {
    margin-top: 204px !important;
  }

  .mr-lg-204 {
    margin-right: 204px !important;
  }

  .mb-lg-204 {
    margin-bottom: 204px !important;
  }

  .ml-lg-204 {
    margin-left: 204px !important;
  }

  .mt-lg-208 {
    margin-top: 208px !important;
  }

  .mr-lg-208 {
    margin-right: 208px !important;
  }

  .mb-lg-208 {
    margin-bottom: 208px !important;
  }

  .ml-lg-208 {
    margin-left: 208px !important;
  }

  .mt-lg-212 {
    margin-top: 212px !important;
  }

  .mr-lg-212 {
    margin-right: 212px !important;
  }

  .mb-lg-212 {
    margin-bottom: 212px !important;
  }

  .ml-lg-212 {
    margin-left: 212px !important;
  }

  .mt-lg-216 {
    margin-top: 216px !important;
  }

  .mr-lg-216 {
    margin-right: 216px !important;
  }

  .mb-lg-216 {
    margin-bottom: 216px !important;
  }

  .ml-lg-216 {
    margin-left: 216px !important;
  }

  .mt-lg-220 {
    margin-top: 220px !important;
  }

  .mr-lg-220 {
    margin-right: 220px !important;
  }

  .mb-lg-220 {
    margin-bottom: 220px !important;
  }

  .ml-lg-220 {
    margin-left: 220px !important;
  }

  .mt-lg-224 {
    margin-top: 224px !important;
  }

  .mr-lg-224 {
    margin-right: 224px !important;
  }

  .mb-lg-224 {
    margin-bottom: 224px !important;
  }

  .ml-lg-224 {
    margin-left: 224px !important;
  }

  .mt-lg-228 {
    margin-top: 228px !important;
  }

  .mr-lg-228 {
    margin-right: 228px !important;
  }

  .mb-lg-228 {
    margin-bottom: 228px !important;
  }

  .ml-lg-228 {
    margin-left: 228px !important;
  }

  .mt-lg-232 {
    margin-top: 232px !important;
  }

  .mr-lg-232 {
    margin-right: 232px !important;
  }

  .mb-lg-232 {
    margin-bottom: 232px !important;
  }

  .ml-lg-232 {
    margin-left: 232px !important;
  }

  .mt-lg-236 {
    margin-top: 236px !important;
  }

  .mr-lg-236 {
    margin-right: 236px !important;
  }

  .mb-lg-236 {
    margin-bottom: 236px !important;
  }

  .ml-lg-236 {
    margin-left: 236px !important;
  }

  .mt-lg-240 {
    margin-top: 240px !important;
  }

  .mr-lg-240 {
    margin-right: 240px !important;
  }

  .mb-lg-240 {
    margin-bottom: 240px !important;
  }

  .ml-lg-240 {
    margin-left: 240px !important;
  }

  .mt-lg-244 {
    margin-top: 244px !important;
  }

  .mr-lg-244 {
    margin-right: 244px !important;
  }

  .mb-lg-244 {
    margin-bottom: 244px !important;
  }

  .ml-lg-244 {
    margin-left: 244px !important;
  }

  .mt-lg-248 {
    margin-top: 248px !important;
  }

  .mr-lg-248 {
    margin-right: 248px !important;
  }

  .mb-lg-248 {
    margin-bottom: 248px !important;
  }

  .ml-lg-248 {
    margin-left: 248px !important;
  }

  .mt-lg-252 {
    margin-top: 252px !important;
  }

  .mr-lg-252 {
    margin-right: 252px !important;
  }

  .mb-lg-252 {
    margin-bottom: 252px !important;
  }

  .ml-lg-252 {
    margin-left: 252px !important;
  }

  .mt-lg-256 {
    margin-top: 256px !important;
  }

  .mr-lg-256 {
    margin-right: 256px !important;
  }

  .mb-lg-256 {
    margin-bottom: 256px !important;
  }

  .ml-lg-256 {
    margin-left: 256px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-lg-0 {
    padding: 0px !important;
  }

  .p-lg-4 {
    padding: 4px !important;
  }

  .p-lg-8 {
    padding: 8px !important;
  }

  .p-lg-12 {
    padding: 12px !important;
  }

  .p-lg-16 {
    padding: 16px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .p-lg-24 {
    padding: 24px !important;
  }

  .p-lg-28 {
    padding: 28px !important;
  }

  .p-lg-32 {
    padding: 32px !important;
  }

  .p-lg-36 {
    padding: 36px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .p-lg-44 {
    padding: 44px !important;
  }

  .p-lg-48 {
    padding: 48px !important;
  }

  .p-lg-52 {
    padding: 52px !important;
  }

  .p-lg-56 {
    padding: 56px !important;
  }

  .p-lg-60 {
    padding: 60px !important;
  }

  .p-lg-64 {
    padding: 64px !important;
  }

  .p-lg-68 {
    padding: 68px !important;
  }

  .p-lg-72 {
    padding: 72px !important;
  }

  .p-lg-76 {
    padding: 76px !important;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

  .p-lg-84 {
    padding: 84px !important;
  }

  .p-lg-88 {
    padding: 88px !important;
  }

  .p-lg-92 {
    padding: 92px !important;
  }

  .p-lg-96 {
    padding: 96px !important;
  }

  .p-lg-100 {
    padding: 100px !important;
  }

  .p-lg-104 {
    padding: 104px !important;
  }

  .p-lg-108 {
    padding: 108px !important;
  }

  .p-lg-112 {
    padding: 112px !important;
  }

  .p-lg-116 {
    padding: 116px !important;
  }

  .p-lg-120 {
    padding: 120px !important;
  }

  .p-lg-124 {
    padding: 124px !important;
  }

  .p-lg-128 {
    padding: 128px !important;
  }

  .p-lg-132 {
    padding: 132px !important;
  }

  .p-lg-136 {
    padding: 136px !important;
  }

  .p-lg-140 {
    padding: 140px !important;
  }

  .p-lg-144 {
    padding: 144px !important;
  }

  .p-lg-148 {
    padding: 148px !important;
  }

  .p-lg-152 {
    padding: 152px !important;
  }

  .p-lg-156 {
    padding: 156px !important;
  }

  .p-lg-160 {
    padding: 160px !important;
  }

  .p-lg-164 {
    padding: 164px !important;
  }

  .p-lg-168 {
    padding: 168px !important;
  }

  .p-lg-172 {
    padding: 172px !important;
  }

  .p-lg-176 {
    padding: 176px !important;
  }

  .p-lg-180 {
    padding: 180px !important;
  }

  .p-lg-184 {
    padding: 184px !important;
  }

  .p-lg-188 {
    padding: 188px !important;
  }

  .p-lg-192 {
    padding: 192px !important;
  }

  .p-lg-196 {
    padding: 196px !important;
  }

  .p-lg-200 {
    padding: 200px !important;
  }

  .p-lg-204 {
    padding: 204px !important;
  }

  .p-lg-208 {
    padding: 208px !important;
  }

  .p-lg-212 {
    padding: 212px !important;
  }

  .p-lg-216 {
    padding: 216px !important;
  }

  .p-lg-220 {
    padding: 220px !important;
  }

  .p-lg-224 {
    padding: 224px !important;
  }

  .p-lg-228 {
    padding: 228px !important;
  }

  .p-lg-232 {
    padding: 232px !important;
  }

  .p-lg-236 {
    padding: 236px !important;
  }

  .p-lg-240 {
    padding: 240px !important;
  }

  .p-lg-244 {
    padding: 244px !important;
  }

  .p-lg-248 {
    padding: 248px !important;
  }

  .p-lg-252 {
    padding: 252px !important;
  }

  .p-lg-256 {
    padding: 256px !important;
  }

  .px-lg-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .px-lg-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .py-lg-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .px-lg-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .py-lg-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .px-lg-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .py-lg-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .px-lg-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .py-lg-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .px-lg-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .py-lg-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .px-lg-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  .py-lg-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .px-lg-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .py-lg-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .px-lg-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  .py-lg-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .px-lg-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .py-lg-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .px-lg-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .py-lg-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .px-lg-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }

  .py-lg-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .px-lg-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .py-lg-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .px-lg-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .py-lg-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .px-lg-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }

  .py-lg-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .px-lg-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }

  .py-lg-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .px-lg-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }

  .py-lg-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .px-lg-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }

  .py-lg-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .px-lg-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .py-lg-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .px-lg-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }

  .py-lg-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  .px-lg-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }

  .py-lg-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .px-lg-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }

  .py-lg-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .px-lg-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }

  .py-lg-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .px-lg-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }

  .py-lg-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  .px-lg-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }

  .py-lg-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }

  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .px-lg-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }

  .py-lg-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }

  .px-lg-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }

  .py-lg-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .px-lg-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }

  .py-lg-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }

  .px-lg-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }

  .py-lg-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }

  .px-lg-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .px-lg-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }

  .py-lg-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }

  .px-lg-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }

  .py-lg-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }

  .px-lg-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }

  .py-lg-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }

  .px-lg-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }

  .py-lg-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .px-lg-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .px-lg-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }

  .py-lg-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }

  .px-lg-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }

  .py-lg-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }

  .px-lg-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }

  .py-lg-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }

  .px-lg-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }

  .py-lg-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }

  .px-lg-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }

  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .px-lg-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }

  .py-lg-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }

  .px-lg-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }

  .py-lg-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }

  .px-lg-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }

  .py-lg-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }

  .px-lg-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }

  .py-lg-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }

  .px-lg-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .px-lg-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }

  .py-lg-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }

  .px-lg-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }

  .py-lg-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }

  .px-lg-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }

  .py-lg-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }

  .px-lg-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }

  .py-lg-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }

  .px-lg-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }

  .py-lg-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .px-lg-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }

  .py-lg-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }

  .px-lg-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }

  .py-lg-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }

  .px-lg-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }

  .py-lg-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }

  .px-lg-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }

  .py-lg-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }

  .px-lg-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }

  .py-lg-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }

  .px-lg-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }

  .py-lg-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }

  .px-lg-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }

  .py-lg-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }

  .px-lg-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }

  .py-lg-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }

  .px-lg-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }

  .py-lg-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .pt-lg-0 {
    padding-top: 0px !important;
  }

  .pr-lg-0 {
    padding-right: 0px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0px !important;
  }

  .pl-lg-0 {
    padding-left: 0px !important;
  }

  .pt-lg-4 {
    padding-top: 4px !important;
  }

  .pr-lg-4 {
    padding-right: 4px !important;
  }

  .pb-lg-4 {
    padding-bottom: 4px !important;
  }

  .pl-lg-4 {
    padding-left: 4px !important;
  }

  .pt-lg-8 {
    padding-top: 8px !important;
  }

  .pr-lg-8 {
    padding-right: 8px !important;
  }

  .pb-lg-8 {
    padding-bottom: 8px !important;
  }

  .pl-lg-8 {
    padding-left: 8px !important;
  }

  .pt-lg-12 {
    padding-top: 12px !important;
  }

  .pr-lg-12 {
    padding-right: 12px !important;
  }

  .pb-lg-12 {
    padding-bottom: 12px !important;
  }

  .pl-lg-12 {
    padding-left: 12px !important;
  }

  .pt-lg-16 {
    padding-top: 16px !important;
  }

  .pr-lg-16 {
    padding-right: 16px !important;
  }

  .pb-lg-16 {
    padding-bottom: 16px !important;
  }

  .pl-lg-16 {
    padding-left: 16px !important;
  }

  .pt-lg-20 {
    padding-top: 20px !important;
  }

  .pr-lg-20 {
    padding-right: 20px !important;
  }

  .pb-lg-20 {
    padding-bottom: 20px !important;
  }

  .pl-lg-20 {
    padding-left: 20px !important;
  }

  .pt-lg-24 {
    padding-top: 24px !important;
  }

  .pr-lg-24 {
    padding-right: 24px !important;
  }

  .pb-lg-24 {
    padding-bottom: 24px !important;
  }

  .pl-lg-24 {
    padding-left: 24px !important;
  }

  .pt-lg-28 {
    padding-top: 28px !important;
  }

  .pr-lg-28 {
    padding-right: 28px !important;
  }

  .pb-lg-28 {
    padding-bottom: 28px !important;
  }

  .pl-lg-28 {
    padding-left: 28px !important;
  }

  .pt-lg-32 {
    padding-top: 32px !important;
  }

  .pr-lg-32 {
    padding-right: 32px !important;
  }

  .pb-lg-32 {
    padding-bottom: 32px !important;
  }

  .pl-lg-32 {
    padding-left: 32px !important;
  }

  .pt-lg-36 {
    padding-top: 36px !important;
  }

  .pr-lg-36 {
    padding-right: 36px !important;
  }

  .pb-lg-36 {
    padding-bottom: 36px !important;
  }

  .pl-lg-36 {
    padding-left: 36px !important;
  }

  .pt-lg-40 {
    padding-top: 40px !important;
  }

  .pr-lg-40 {
    padding-right: 40px !important;
  }

  .pb-lg-40 {
    padding-bottom: 40px !important;
  }

  .pl-lg-40 {
    padding-left: 40px !important;
  }

  .pt-lg-44 {
    padding-top: 44px !important;
  }

  .pr-lg-44 {
    padding-right: 44px !important;
  }

  .pb-lg-44 {
    padding-bottom: 44px !important;
  }

  .pl-lg-44 {
    padding-left: 44px !important;
  }

  .pt-lg-48 {
    padding-top: 48px !important;
  }

  .pr-lg-48 {
    padding-right: 48px !important;
  }

  .pb-lg-48 {
    padding-bottom: 48px !important;
  }

  .pl-lg-48 {
    padding-left: 48px !important;
  }

  .pt-lg-52 {
    padding-top: 52px !important;
  }

  .pr-lg-52 {
    padding-right: 52px !important;
  }

  .pb-lg-52 {
    padding-bottom: 52px !important;
  }

  .pl-lg-52 {
    padding-left: 52px !important;
  }

  .pt-lg-56 {
    padding-top: 56px !important;
  }

  .pr-lg-56 {
    padding-right: 56px !important;
  }

  .pb-lg-56 {
    padding-bottom: 56px !important;
  }

  .pl-lg-56 {
    padding-left: 56px !important;
  }

  .pt-lg-60 {
    padding-top: 60px !important;
  }

  .pr-lg-60 {
    padding-right: 60px !important;
  }

  .pb-lg-60 {
    padding-bottom: 60px !important;
  }

  .pl-lg-60 {
    padding-left: 60px !important;
  }

  .pt-lg-64 {
    padding-top: 64px !important;
  }

  .pr-lg-64 {
    padding-right: 64px !important;
  }

  .pb-lg-64 {
    padding-bottom: 64px !important;
  }

  .pl-lg-64 {
    padding-left: 64px !important;
  }

  .pt-lg-68 {
    padding-top: 68px !important;
  }

  .pr-lg-68 {
    padding-right: 68px !important;
  }

  .pb-lg-68 {
    padding-bottom: 68px !important;
  }

  .pl-lg-68 {
    padding-left: 68px !important;
  }

  .pt-lg-72 {
    padding-top: 72px !important;
  }

  .pr-lg-72 {
    padding-right: 72px !important;
  }

  .pb-lg-72 {
    padding-bottom: 72px !important;
  }

  .pl-lg-72 {
    padding-left: 72px !important;
  }

  .pt-lg-76 {
    padding-top: 76px !important;
  }

  .pr-lg-76 {
    padding-right: 76px !important;
  }

  .pb-lg-76 {
    padding-bottom: 76px !important;
  }

  .pl-lg-76 {
    padding-left: 76px !important;
  }

  .pt-lg-80 {
    padding-top: 80px !important;
  }

  .pr-lg-80 {
    padding-right: 80px !important;
  }

  .pb-lg-80 {
    padding-bottom: 80px !important;
  }

  .pl-lg-80 {
    padding-left: 80px !important;
  }

  .pt-lg-84 {
    padding-top: 84px !important;
  }

  .pr-lg-84 {
    padding-right: 84px !important;
  }

  .pb-lg-84 {
    padding-bottom: 84px !important;
  }

  .pl-lg-84 {
    padding-left: 84px !important;
  }

  .pt-lg-88 {
    padding-top: 88px !important;
  }

  .pr-lg-88 {
    padding-right: 88px !important;
  }

  .pb-lg-88 {
    padding-bottom: 88px !important;
  }

  .pl-lg-88 {
    padding-left: 88px !important;
  }

  .pt-lg-92 {
    padding-top: 92px !important;
  }

  .pr-lg-92 {
    padding-right: 92px !important;
  }

  .pb-lg-92 {
    padding-bottom: 92px !important;
  }

  .pl-lg-92 {
    padding-left: 92px !important;
  }

  .pt-lg-96 {
    padding-top: 96px !important;
  }

  .pr-lg-96 {
    padding-right: 96px !important;
  }

  .pb-lg-96 {
    padding-bottom: 96px !important;
  }

  .pl-lg-96 {
    padding-left: 96px !important;
  }

  .pt-lg-100 {
    padding-top: 100px !important;
  }

  .pr-lg-100 {
    padding-right: 100px !important;
  }

  .pb-lg-100 {
    padding-bottom: 100px !important;
  }

  .pl-lg-100 {
    padding-left: 100px !important;
  }

  .pt-lg-104 {
    padding-top: 104px !important;
  }

  .pr-lg-104 {
    padding-right: 104px !important;
  }

  .pb-lg-104 {
    padding-bottom: 104px !important;
  }

  .pl-lg-104 {
    padding-left: 104px !important;
  }

  .pt-lg-108 {
    padding-top: 108px !important;
  }

  .pr-lg-108 {
    padding-right: 108px !important;
  }

  .pb-lg-108 {
    padding-bottom: 108px !important;
  }

  .pl-lg-108 {
    padding-left: 108px !important;
  }

  .pt-lg-112 {
    padding-top: 112px !important;
  }

  .pr-lg-112 {
    padding-right: 112px !important;
  }

  .pb-lg-112 {
    padding-bottom: 112px !important;
  }

  .pl-lg-112 {
    padding-left: 112px !important;
  }

  .pt-lg-116 {
    padding-top: 116px !important;
  }

  .pr-lg-116 {
    padding-right: 116px !important;
  }

  .pb-lg-116 {
    padding-bottom: 116px !important;
  }

  .pl-lg-116 {
    padding-left: 116px !important;
  }

  .pt-lg-120 {
    padding-top: 120px !important;
  }

  .pr-lg-120 {
    padding-right: 120px !important;
  }

  .pb-lg-120 {
    padding-bottom: 120px !important;
  }

  .pl-lg-120 {
    padding-left: 120px !important;
  }

  .pt-lg-124 {
    padding-top: 124px !important;
  }

  .pr-lg-124 {
    padding-right: 124px !important;
  }

  .pb-lg-124 {
    padding-bottom: 124px !important;
  }

  .pl-lg-124 {
    padding-left: 124px !important;
  }

  .pt-lg-128 {
    padding-top: 128px !important;
  }

  .pr-lg-128 {
    padding-right: 128px !important;
  }

  .pb-lg-128 {
    padding-bottom: 128px !important;
  }

  .pl-lg-128 {
    padding-left: 128px !important;
  }

  .pt-lg-132 {
    padding-top: 132px !important;
  }

  .pr-lg-132 {
    padding-right: 132px !important;
  }

  .pb-lg-132 {
    padding-bottom: 132px !important;
  }

  .pl-lg-132 {
    padding-left: 132px !important;
  }

  .pt-lg-136 {
    padding-top: 136px !important;
  }

  .pr-lg-136 {
    padding-right: 136px !important;
  }

  .pb-lg-136 {
    padding-bottom: 136px !important;
  }

  .pl-lg-136 {
    padding-left: 136px !important;
  }

  .pt-lg-140 {
    padding-top: 140px !important;
  }

  .pr-lg-140 {
    padding-right: 140px !important;
  }

  .pb-lg-140 {
    padding-bottom: 140px !important;
  }

  .pl-lg-140 {
    padding-left: 140px !important;
  }

  .pt-lg-144 {
    padding-top: 144px !important;
  }

  .pr-lg-144 {
    padding-right: 144px !important;
  }

  .pb-lg-144 {
    padding-bottom: 144px !important;
  }

  .pl-lg-144 {
    padding-left: 144px !important;
  }

  .pt-lg-148 {
    padding-top: 148px !important;
  }

  .pr-lg-148 {
    padding-right: 148px !important;
  }

  .pb-lg-148 {
    padding-bottom: 148px !important;
  }

  .pl-lg-148 {
    padding-left: 148px !important;
  }

  .pt-lg-152 {
    padding-top: 152px !important;
  }

  .pr-lg-152 {
    padding-right: 152px !important;
  }

  .pb-lg-152 {
    padding-bottom: 152px !important;
  }

  .pl-lg-152 {
    padding-left: 152px !important;
  }

  .pt-lg-156 {
    padding-top: 156px !important;
  }

  .pr-lg-156 {
    padding-right: 156px !important;
  }

  .pb-lg-156 {
    padding-bottom: 156px !important;
  }

  .pl-lg-156 {
    padding-left: 156px !important;
  }

  .pt-lg-160 {
    padding-top: 160px !important;
  }

  .pr-lg-160 {
    padding-right: 160px !important;
  }

  .pb-lg-160 {
    padding-bottom: 160px !important;
  }

  .pl-lg-160 {
    padding-left: 160px !important;
  }

  .pt-lg-164 {
    padding-top: 164px !important;
  }

  .pr-lg-164 {
    padding-right: 164px !important;
  }

  .pb-lg-164 {
    padding-bottom: 164px !important;
  }

  .pl-lg-164 {
    padding-left: 164px !important;
  }

  .pt-lg-168 {
    padding-top: 168px !important;
  }

  .pr-lg-168 {
    padding-right: 168px !important;
  }

  .pb-lg-168 {
    padding-bottom: 168px !important;
  }

  .pl-lg-168 {
    padding-left: 168px !important;
  }

  .pt-lg-172 {
    padding-top: 172px !important;
  }

  .pr-lg-172 {
    padding-right: 172px !important;
  }

  .pb-lg-172 {
    padding-bottom: 172px !important;
  }

  .pl-lg-172 {
    padding-left: 172px !important;
  }

  .pt-lg-176 {
    padding-top: 176px !important;
  }

  .pr-lg-176 {
    padding-right: 176px !important;
  }

  .pb-lg-176 {
    padding-bottom: 176px !important;
  }

  .pl-lg-176 {
    padding-left: 176px !important;
  }

  .pt-lg-180 {
    padding-top: 180px !important;
  }

  .pr-lg-180 {
    padding-right: 180px !important;
  }

  .pb-lg-180 {
    padding-bottom: 180px !important;
  }

  .pl-lg-180 {
    padding-left: 180px !important;
  }

  .pt-lg-184 {
    padding-top: 184px !important;
  }

  .pr-lg-184 {
    padding-right: 184px !important;
  }

  .pb-lg-184 {
    padding-bottom: 184px !important;
  }

  .pl-lg-184 {
    padding-left: 184px !important;
  }

  .pt-lg-188 {
    padding-top: 188px !important;
  }

  .pr-lg-188 {
    padding-right: 188px !important;
  }

  .pb-lg-188 {
    padding-bottom: 188px !important;
  }

  .pl-lg-188 {
    padding-left: 188px !important;
  }

  .pt-lg-192 {
    padding-top: 192px !important;
  }

  .pr-lg-192 {
    padding-right: 192px !important;
  }

  .pb-lg-192 {
    padding-bottom: 192px !important;
  }

  .pl-lg-192 {
    padding-left: 192px !important;
  }

  .pt-lg-196 {
    padding-top: 196px !important;
  }

  .pr-lg-196 {
    padding-right: 196px !important;
  }

  .pb-lg-196 {
    padding-bottom: 196px !important;
  }

  .pl-lg-196 {
    padding-left: 196px !important;
  }

  .pt-lg-200 {
    padding-top: 200px !important;
  }

  .pr-lg-200 {
    padding-right: 200px !important;
  }

  .pb-lg-200 {
    padding-bottom: 200px !important;
  }

  .pl-lg-200 {
    padding-left: 200px !important;
  }

  .pt-lg-204 {
    padding-top: 204px !important;
  }

  .pr-lg-204 {
    padding-right: 204px !important;
  }

  .pb-lg-204 {
    padding-bottom: 204px !important;
  }

  .pl-lg-204 {
    padding-left: 204px !important;
  }

  .pt-lg-208 {
    padding-top: 208px !important;
  }

  .pr-lg-208 {
    padding-right: 208px !important;
  }

  .pb-lg-208 {
    padding-bottom: 208px !important;
  }

  .pl-lg-208 {
    padding-left: 208px !important;
  }

  .pt-lg-212 {
    padding-top: 212px !important;
  }

  .pr-lg-212 {
    padding-right: 212px !important;
  }

  .pb-lg-212 {
    padding-bottom: 212px !important;
  }

  .pl-lg-212 {
    padding-left: 212px !important;
  }

  .pt-lg-216 {
    padding-top: 216px !important;
  }

  .pr-lg-216 {
    padding-right: 216px !important;
  }

  .pb-lg-216 {
    padding-bottom: 216px !important;
  }

  .pl-lg-216 {
    padding-left: 216px !important;
  }

  .pt-lg-220 {
    padding-top: 220px !important;
  }

  .pr-lg-220 {
    padding-right: 220px !important;
  }

  .pb-lg-220 {
    padding-bottom: 220px !important;
  }

  .pl-lg-220 {
    padding-left: 220px !important;
  }

  .pt-lg-224 {
    padding-top: 224px !important;
  }

  .pr-lg-224 {
    padding-right: 224px !important;
  }

  .pb-lg-224 {
    padding-bottom: 224px !important;
  }

  .pl-lg-224 {
    padding-left: 224px !important;
  }

  .pt-lg-228 {
    padding-top: 228px !important;
  }

  .pr-lg-228 {
    padding-right: 228px !important;
  }

  .pb-lg-228 {
    padding-bottom: 228px !important;
  }

  .pl-lg-228 {
    padding-left: 228px !important;
  }

  .pt-lg-232 {
    padding-top: 232px !important;
  }

  .pr-lg-232 {
    padding-right: 232px !important;
  }

  .pb-lg-232 {
    padding-bottom: 232px !important;
  }

  .pl-lg-232 {
    padding-left: 232px !important;
  }

  .pt-lg-236 {
    padding-top: 236px !important;
  }

  .pr-lg-236 {
    padding-right: 236px !important;
  }

  .pb-lg-236 {
    padding-bottom: 236px !important;
  }

  .pl-lg-236 {
    padding-left: 236px !important;
  }

  .pt-lg-240 {
    padding-top: 240px !important;
  }

  .pr-lg-240 {
    padding-right: 240px !important;
  }

  .pb-lg-240 {
    padding-bottom: 240px !important;
  }

  .pl-lg-240 {
    padding-left: 240px !important;
  }

  .pt-lg-244 {
    padding-top: 244px !important;
  }

  .pr-lg-244 {
    padding-right: 244px !important;
  }

  .pb-lg-244 {
    padding-bottom: 244px !important;
  }

  .pl-lg-244 {
    padding-left: 244px !important;
  }

  .pt-lg-248 {
    padding-top: 248px !important;
  }

  .pr-lg-248 {
    padding-right: 248px !important;
  }

  .pb-lg-248 {
    padding-bottom: 248px !important;
  }

  .pl-lg-248 {
    padding-left: 248px !important;
  }

  .pt-lg-252 {
    padding-top: 252px !important;
  }

  .pr-lg-252 {
    padding-right: 252px !important;
  }

  .pb-lg-252 {
    padding-bottom: 252px !important;
  }

  .pl-lg-252 {
    padding-left: 252px !important;
  }

  .pt-lg-256 {
    padding-top: 256px !important;
  }

  .pr-lg-256 {
    padding-right: 256px !important;
  }

  .pb-lg-256 {
    padding-bottom: 256px !important;
  }

  .pl-lg-256 {
    padding-left: 256px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0px !important;
  }

  .m-xl-4 {
    margin: 4px !important;
  }

  .m-xl-8 {
    margin: 8px !important;
  }

  .m-xl-12 {
    margin: 12px !important;
  }

  .m-xl-16 {
    margin: 16px !important;
  }

  .m-xl-20 {
    margin: 20px !important;
  }

  .m-xl-24 {
    margin: 24px !important;
  }

  .m-xl-28 {
    margin: 28px !important;
  }

  .m-xl-32 {
    margin: 32px !important;
  }

  .m-xl-36 {
    margin: 36px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .m-xl-44 {
    margin: 44px !important;
  }

  .m-xl-48 {
    margin: 48px !important;
  }

  .m-xl-52 {
    margin: 52px !important;
  }

  .m-xl-56 {
    margin: 56px !important;
  }

  .m-xl-60 {
    margin: 60px !important;
  }

  .m-xl-64 {
    margin: 64px !important;
  }

  .m-xl-68 {
    margin: 68px !important;
  }

  .m-xl-72 {
    margin: 72px !important;
  }

  .m-xl-76 {
    margin: 76px !important;
  }

  .m-xl-80 {
    margin: 80px !important;
  }

  .m-xl-84 {
    margin: 84px !important;
  }

  .m-xl-88 {
    margin: 88px !important;
  }

  .m-xl-92 {
    margin: 92px !important;
  }

  .m-xl-96 {
    margin: 96px !important;
  }

  .m-xl-100 {
    margin: 100px !important;
  }

  .m-xl-104 {
    margin: 104px !important;
  }

  .m-xl-108 {
    margin: 108px !important;
  }

  .m-xl-112 {
    margin: 112px !important;
  }

  .m-xl-116 {
    margin: 116px !important;
  }

  .m-xl-120 {
    margin: 120px !important;
  }

  .m-xl-124 {
    margin: 124px !important;
  }

  .m-xl-128 {
    margin: 128px !important;
  }

  .m-xl-132 {
    margin: 132px !important;
  }

  .m-xl-136 {
    margin: 136px !important;
  }

  .m-xl-140 {
    margin: 140px !important;
  }

  .m-xl-144 {
    margin: 144px !important;
  }

  .m-xl-148 {
    margin: 148px !important;
  }

  .m-xl-152 {
    margin: 152px !important;
  }

  .m-xl-156 {
    margin: 156px !important;
  }

  .m-xl-160 {
    margin: 160px !important;
  }

  .m-xl-164 {
    margin: 164px !important;
  }

  .m-xl-168 {
    margin: 168px !important;
  }

  .m-xl-172 {
    margin: 172px !important;
  }

  .m-xl-176 {
    margin: 176px !important;
  }

  .m-xl-180 {
    margin: 180px !important;
  }

  .m-xl-184 {
    margin: 184px !important;
  }

  .m-xl-188 {
    margin: 188px !important;
  }

  .m-xl-192 {
    margin: 192px !important;
  }

  .m-xl-196 {
    margin: 196px !important;
  }

  .m-xl-200 {
    margin: 200px !important;
  }

  .m-xl-204 {
    margin: 204px !important;
  }

  .m-xl-208 {
    margin: 208px !important;
  }

  .m-xl-212 {
    margin: 212px !important;
  }

  .m-xl-216 {
    margin: 216px !important;
  }

  .m-xl-220 {
    margin: 220px !important;
  }

  .m-xl-224 {
    margin: 224px !important;
  }

  .m-xl-228 {
    margin: 228px !important;
  }

  .m-xl-232 {
    margin: 232px !important;
  }

  .m-xl-236 {
    margin: 236px !important;
  }

  .m-xl-240 {
    margin: 240px !important;
  }

  .m-xl-244 {
    margin: 244px !important;
  }

  .m-xl-248 {
    margin: 248px !important;
  }

  .m-xl-252 {
    margin: 252px !important;
  }

  .m-xl-256 {
    margin: 256px !important;
  }

  .mx-xl-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .mx-xl-4 {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }

  .my-xl-4 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }

  .mx-xl-8 {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }

  .my-xl-8 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }

  .mx-xl-12 {
    margin-right: 12px !important;
    margin-left: 12px !important;
  }

  .my-xl-12 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }

  .mx-xl-16 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .my-xl-16 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .mx-xl-24 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .my-xl-24 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .mx-xl-28 {
    margin-right: 28px !important;
    margin-left: 28px !important;
  }

  .my-xl-28 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }

  .mx-xl-32 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .my-xl-32 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .mx-xl-36 {
    margin-right: 36px !important;
    margin-left: 36px !important;
  }

  .my-xl-36 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }

  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }

  .mx-xl-44 {
    margin-right: 44px !important;
    margin-left: 44px !important;
  }

  .my-xl-44 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
  }

  .mx-xl-48 {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }

  .my-xl-48 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }

  .mx-xl-52 {
    margin-right: 52px !important;
    margin-left: 52px !important;
  }

  .my-xl-52 {
    margin-top: 52px !important;
    margin-bottom: 52px !important;
  }

  .mx-xl-56 {
    margin-right: 56px !important;
    margin-left: 56px !important;
  }

  .my-xl-56 {
    margin-top: 56px !important;
    margin-bottom: 56px !important;
  }

  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }

  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .mx-xl-64 {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }

  .my-xl-64 {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }

  .mx-xl-68 {
    margin-right: 68px !important;
    margin-left: 68px !important;
  }

  .my-xl-68 {
    margin-top: 68px !important;
    margin-bottom: 68px !important;
  }

  .mx-xl-72 {
    margin-right: 72px !important;
    margin-left: 72px !important;
  }

  .my-xl-72 {
    margin-top: 72px !important;
    margin-bottom: 72px !important;
  }

  .mx-xl-76 {
    margin-right: 76px !important;
    margin-left: 76px !important;
  }

  .my-xl-76 {
    margin-top: 76px !important;
    margin-bottom: 76px !important;
  }

  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }

  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }

  .mx-xl-84 {
    margin-right: 84px !important;
    margin-left: 84px !important;
  }

  .my-xl-84 {
    margin-top: 84px !important;
    margin-bottom: 84px !important;
  }

  .mx-xl-88 {
    margin-right: 88px !important;
    margin-left: 88px !important;
  }

  .my-xl-88 {
    margin-top: 88px !important;
    margin-bottom: 88px !important;
  }

  .mx-xl-92 {
    margin-right: 92px !important;
    margin-left: 92px !important;
  }

  .my-xl-92 {
    margin-top: 92px !important;
    margin-bottom: 92px !important;
  }

  .mx-xl-96 {
    margin-right: 96px !important;
    margin-left: 96px !important;
  }

  .my-xl-96 {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }

  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }

  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }

  .mx-xl-104 {
    margin-right: 104px !important;
    margin-left: 104px !important;
  }

  .my-xl-104 {
    margin-top: 104px !important;
    margin-bottom: 104px !important;
  }

  .mx-xl-108 {
    margin-right: 108px !important;
    margin-left: 108px !important;
  }

  .my-xl-108 {
    margin-top: 108px !important;
    margin-bottom: 108px !important;
  }

  .mx-xl-112 {
    margin-right: 112px !important;
    margin-left: 112px !important;
  }

  .my-xl-112 {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }

  .mx-xl-116 {
    margin-right: 116px !important;
    margin-left: 116px !important;
  }

  .my-xl-116 {
    margin-top: 116px !important;
    margin-bottom: 116px !important;
  }

  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }

  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .mx-xl-124 {
    margin-right: 124px !important;
    margin-left: 124px !important;
  }

  .my-xl-124 {
    margin-top: 124px !important;
    margin-bottom: 124px !important;
  }

  .mx-xl-128 {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }

  .my-xl-128 {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }

  .mx-xl-132 {
    margin-right: 132px !important;
    margin-left: 132px !important;
  }

  .my-xl-132 {
    margin-top: 132px !important;
    margin-bottom: 132px !important;
  }

  .mx-xl-136 {
    margin-right: 136px !important;
    margin-left: 136px !important;
  }

  .my-xl-136 {
    margin-top: 136px !important;
    margin-bottom: 136px !important;
  }

  .mx-xl-140 {
    margin-right: 140px !important;
    margin-left: 140px !important;
  }

  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }

  .mx-xl-144 {
    margin-right: 144px !important;
    margin-left: 144px !important;
  }

  .my-xl-144 {
    margin-top: 144px !important;
    margin-bottom: 144px !important;
  }

  .mx-xl-148 {
    margin-right: 148px !important;
    margin-left: 148px !important;
  }

  .my-xl-148 {
    margin-top: 148px !important;
    margin-bottom: 148px !important;
  }

  .mx-xl-152 {
    margin-right: 152px !important;
    margin-left: 152px !important;
  }

  .my-xl-152 {
    margin-top: 152px !important;
    margin-bottom: 152px !important;
  }

  .mx-xl-156 {
    margin-right: 156px !important;
    margin-left: 156px !important;
  }

  .my-xl-156 {
    margin-top: 156px !important;
    margin-bottom: 156px !important;
  }

  .mx-xl-160 {
    margin-right: 160px !important;
    margin-left: 160px !important;
  }

  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }

  .mx-xl-164 {
    margin-right: 164px !important;
    margin-left: 164px !important;
  }

  .my-xl-164 {
    margin-top: 164px !important;
    margin-bottom: 164px !important;
  }

  .mx-xl-168 {
    margin-right: 168px !important;
    margin-left: 168px !important;
  }

  .my-xl-168 {
    margin-top: 168px !important;
    margin-bottom: 168px !important;
  }

  .mx-xl-172 {
    margin-right: 172px !important;
    margin-left: 172px !important;
  }

  .my-xl-172 {
    margin-top: 172px !important;
    margin-bottom: 172px !important;
  }

  .mx-xl-176 {
    margin-right: 176px !important;
    margin-left: 176px !important;
  }

  .my-xl-176 {
    margin-top: 176px !important;
    margin-bottom: 176px !important;
  }

  .mx-xl-180 {
    margin-right: 180px !important;
    margin-left: 180px !important;
  }

  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }

  .mx-xl-184 {
    margin-right: 184px !important;
    margin-left: 184px !important;
  }

  .my-xl-184 {
    margin-top: 184px !important;
    margin-bottom: 184px !important;
  }

  .mx-xl-188 {
    margin-right: 188px !important;
    margin-left: 188px !important;
  }

  .my-xl-188 {
    margin-top: 188px !important;
    margin-bottom: 188px !important;
  }

  .mx-xl-192 {
    margin-right: 192px !important;
    margin-left: 192px !important;
  }

  .my-xl-192 {
    margin-top: 192px !important;
    margin-bottom: 192px !important;
  }

  .mx-xl-196 {
    margin-right: 196px !important;
    margin-left: 196px !important;
  }

  .my-xl-196 {
    margin-top: 196px !important;
    margin-bottom: 196px !important;
  }

  .mx-xl-200 {
    margin-right: 200px !important;
    margin-left: 200px !important;
  }

  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }

  .mx-xl-204 {
    margin-right: 204px !important;
    margin-left: 204px !important;
  }

  .my-xl-204 {
    margin-top: 204px !important;
    margin-bottom: 204px !important;
  }

  .mx-xl-208 {
    margin-right: 208px !important;
    margin-left: 208px !important;
  }

  .my-xl-208 {
    margin-top: 208px !important;
    margin-bottom: 208px !important;
  }

  .mx-xl-212 {
    margin-right: 212px !important;
    margin-left: 212px !important;
  }

  .my-xl-212 {
    margin-top: 212px !important;
    margin-bottom: 212px !important;
  }

  .mx-xl-216 {
    margin-right: 216px !important;
    margin-left: 216px !important;
  }

  .my-xl-216 {
    margin-top: 216px !important;
    margin-bottom: 216px !important;
  }

  .mx-xl-220 {
    margin-right: 220px !important;
    margin-left: 220px !important;
  }

  .my-xl-220 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
  }

  .mx-xl-224 {
    margin-right: 224px !important;
    margin-left: 224px !important;
  }

  .my-xl-224 {
    margin-top: 224px !important;
    margin-bottom: 224px !important;
  }

  .mx-xl-228 {
    margin-right: 228px !important;
    margin-left: 228px !important;
  }

  .my-xl-228 {
    margin-top: 228px !important;
    margin-bottom: 228px !important;
  }

  .mx-xl-232 {
    margin-right: 232px !important;
    margin-left: 232px !important;
  }

  .my-xl-232 {
    margin-top: 232px !important;
    margin-bottom: 232px !important;
  }

  .mx-xl-236 {
    margin-right: 236px !important;
    margin-left: 236px !important;
  }

  .my-xl-236 {
    margin-top: 236px !important;
    margin-bottom: 236px !important;
  }

  .mx-xl-240 {
    margin-right: 240px !important;
    margin-left: 240px !important;
  }

  .my-xl-240 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }

  .mx-xl-244 {
    margin-right: 244px !important;
    margin-left: 244px !important;
  }

  .my-xl-244 {
    margin-top: 244px !important;
    margin-bottom: 244px !important;
  }

  .mx-xl-248 {
    margin-right: 248px !important;
    margin-left: 248px !important;
  }

  .my-xl-248 {
    margin-top: 248px !important;
    margin-bottom: 248px !important;
  }

  .mx-xl-252 {
    margin-right: 252px !important;
    margin-left: 252px !important;
  }

  .my-xl-252 {
    margin-top: 252px !important;
    margin-bottom: 252px !important;
  }

  .mx-xl-256 {
    margin-right: 256px !important;
    margin-left: 256px !important;
  }

  .my-xl-256 {
    margin-top: 256px !important;
    margin-bottom: 256px !important;
  }

  .mt-xl-0 {
    margin-top: 0px !important;
  }

  .mr-xl-0 {
    margin-right: 0px !important;
  }

  .mb-xl-0 {
    margin-bottom: 0px !important;
  }

  .ml-xl-0 {
    margin-left: 0px !important;
  }

  .mt-xl-4 {
    margin-top: 4px !important;
  }

  .mr-xl-4 {
    margin-right: 4px !important;
  }

  .mb-xl-4 {
    margin-bottom: 4px !important;
  }

  .ml-xl-4 {
    margin-left: 4px !important;
  }

  .mt-xl-8 {
    margin-top: 8px !important;
  }

  .mr-xl-8 {
    margin-right: 8px !important;
  }

  .mb-xl-8 {
    margin-bottom: 8px !important;
  }

  .ml-xl-8 {
    margin-left: 8px !important;
  }

  .mt-xl-12 {
    margin-top: 12px !important;
  }

  .mr-xl-12 {
    margin-right: 12px !important;
  }

  .mb-xl-12 {
    margin-bottom: 12px !important;
  }

  .ml-xl-12 {
    margin-left: 12px !important;
  }

  .mt-xl-16 {
    margin-top: 16px !important;
  }

  .mr-xl-16 {
    margin-right: 16px !important;
  }

  .mb-xl-16 {
    margin-bottom: 16px !important;
  }

  .ml-xl-16 {
    margin-left: 16px !important;
  }

  .mt-xl-20 {
    margin-top: 20px !important;
  }

  .mr-xl-20 {
    margin-right: 20px !important;
  }

  .mb-xl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xl-20 {
    margin-left: 20px !important;
  }

  .mt-xl-24 {
    margin-top: 24px !important;
  }

  .mr-xl-24 {
    margin-right: 24px !important;
  }

  .mb-xl-24 {
    margin-bottom: 24px !important;
  }

  .ml-xl-24 {
    margin-left: 24px !important;
  }

  .mt-xl-28 {
    margin-top: 28px !important;
  }

  .mr-xl-28 {
    margin-right: 28px !important;
  }

  .mb-xl-28 {
    margin-bottom: 28px !important;
  }

  .ml-xl-28 {
    margin-left: 28px !important;
  }

  .mt-xl-32 {
    margin-top: 32px !important;
  }

  .mr-xl-32 {
    margin-right: 32px !important;
  }

  .mb-xl-32 {
    margin-bottom: 32px !important;
  }

  .ml-xl-32 {
    margin-left: 32px !important;
  }

  .mt-xl-36 {
    margin-top: 36px !important;
  }

  .mr-xl-36 {
    margin-right: 36px !important;
  }

  .mb-xl-36 {
    margin-bottom: 36px !important;
  }

  .ml-xl-36 {
    margin-left: 36px !important;
  }

  .mt-xl-40 {
    margin-top: 40px !important;
  }

  .mr-xl-40 {
    margin-right: 40px !important;
  }

  .mb-xl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xl-40 {
    margin-left: 40px !important;
  }

  .mt-xl-44 {
    margin-top: 44px !important;
  }

  .mr-xl-44 {
    margin-right: 44px !important;
  }

  .mb-xl-44 {
    margin-bottom: 44px !important;
  }

  .ml-xl-44 {
    margin-left: 44px !important;
  }

  .mt-xl-48 {
    margin-top: 48px !important;
  }

  .mr-xl-48 {
    margin-right: 48px !important;
  }

  .mb-xl-48 {
    margin-bottom: 48px !important;
  }

  .ml-xl-48 {
    margin-left: 48px !important;
  }

  .mt-xl-52 {
    margin-top: 52px !important;
  }

  .mr-xl-52 {
    margin-right: 52px !important;
  }

  .mb-xl-52 {
    margin-bottom: 52px !important;
  }

  .ml-xl-52 {
    margin-left: 52px !important;
  }

  .mt-xl-56 {
    margin-top: 56px !important;
  }

  .mr-xl-56 {
    margin-right: 56px !important;
  }

  .mb-xl-56 {
    margin-bottom: 56px !important;
  }

  .ml-xl-56 {
    margin-left: 56px !important;
  }

  .mt-xl-60 {
    margin-top: 60px !important;
  }

  .mr-xl-60 {
    margin-right: 60px !important;
  }

  .mb-xl-60 {
    margin-bottom: 60px !important;
  }

  .ml-xl-60 {
    margin-left: 60px !important;
  }

  .mt-xl-64 {
    margin-top: 64px !important;
  }

  .mr-xl-64 {
    margin-right: 64px !important;
  }

  .mb-xl-64 {
    margin-bottom: 64px !important;
  }

  .ml-xl-64 {
    margin-left: 64px !important;
  }

  .mt-xl-68 {
    margin-top: 68px !important;
  }

  .mr-xl-68 {
    margin-right: 68px !important;
  }

  .mb-xl-68 {
    margin-bottom: 68px !important;
  }

  .ml-xl-68 {
    margin-left: 68px !important;
  }

  .mt-xl-72 {
    margin-top: 72px !important;
  }

  .mr-xl-72 {
    margin-right: 72px !important;
  }

  .mb-xl-72 {
    margin-bottom: 72px !important;
  }

  .ml-xl-72 {
    margin-left: 72px !important;
  }

  .mt-xl-76 {
    margin-top: 76px !important;
  }

  .mr-xl-76 {
    margin-right: 76px !important;
  }

  .mb-xl-76 {
    margin-bottom: 76px !important;
  }

  .ml-xl-76 {
    margin-left: 76px !important;
  }

  .mt-xl-80 {
    margin-top: 80px !important;
  }

  .mr-xl-80 {
    margin-right: 80px !important;
  }

  .mb-xl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xl-80 {
    margin-left: 80px !important;
  }

  .mt-xl-84 {
    margin-top: 84px !important;
  }

  .mr-xl-84 {
    margin-right: 84px !important;
  }

  .mb-xl-84 {
    margin-bottom: 84px !important;
  }

  .ml-xl-84 {
    margin-left: 84px !important;
  }

  .mt-xl-88 {
    margin-top: 88px !important;
  }

  .mr-xl-88 {
    margin-right: 88px !important;
  }

  .mb-xl-88 {
    margin-bottom: 88px !important;
  }

  .ml-xl-88 {
    margin-left: 88px !important;
  }

  .mt-xl-92 {
    margin-top: 92px !important;
  }

  .mr-xl-92 {
    margin-right: 92px !important;
  }

  .mb-xl-92 {
    margin-bottom: 92px !important;
  }

  .ml-xl-92 {
    margin-left: 92px !important;
  }

  .mt-xl-96 {
    margin-top: 96px !important;
  }

  .mr-xl-96 {
    margin-right: 96px !important;
  }

  .mb-xl-96 {
    margin-bottom: 96px !important;
  }

  .ml-xl-96 {
    margin-left: 96px !important;
  }

  .mt-xl-100 {
    margin-top: 100px !important;
  }

  .mr-xl-100 {
    margin-right: 100px !important;
  }

  .mb-xl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xl-100 {
    margin-left: 100px !important;
  }

  .mt-xl-104 {
    margin-top: 104px !important;
  }

  .mr-xl-104 {
    margin-right: 104px !important;
  }

  .mb-xl-104 {
    margin-bottom: 104px !important;
  }

  .ml-xl-104 {
    margin-left: 104px !important;
  }

  .mt-xl-108 {
    margin-top: 108px !important;
  }

  .mr-xl-108 {
    margin-right: 108px !important;
  }

  .mb-xl-108 {
    margin-bottom: 108px !important;
  }

  .ml-xl-108 {
    margin-left: 108px !important;
  }

  .mt-xl-112 {
    margin-top: 112px !important;
  }

  .mr-xl-112 {
    margin-right: 112px !important;
  }

  .mb-xl-112 {
    margin-bottom: 112px !important;
  }

  .ml-xl-112 {
    margin-left: 112px !important;
  }

  .mt-xl-116 {
    margin-top: 116px !important;
  }

  .mr-xl-116 {
    margin-right: 116px !important;
  }

  .mb-xl-116 {
    margin-bottom: 116px !important;
  }

  .ml-xl-116 {
    margin-left: 116px !important;
  }

  .mt-xl-120 {
    margin-top: 120px !important;
  }

  .mr-xl-120 {
    margin-right: 120px !important;
  }

  .mb-xl-120 {
    margin-bottom: 120px !important;
  }

  .ml-xl-120 {
    margin-left: 120px !important;
  }

  .mt-xl-124 {
    margin-top: 124px !important;
  }

  .mr-xl-124 {
    margin-right: 124px !important;
  }

  .mb-xl-124 {
    margin-bottom: 124px !important;
  }

  .ml-xl-124 {
    margin-left: 124px !important;
  }

  .mt-xl-128 {
    margin-top: 128px !important;
  }

  .mr-xl-128 {
    margin-right: 128px !important;
  }

  .mb-xl-128 {
    margin-bottom: 128px !important;
  }

  .ml-xl-128 {
    margin-left: 128px !important;
  }

  .mt-xl-132 {
    margin-top: 132px !important;
  }

  .mr-xl-132 {
    margin-right: 132px !important;
  }

  .mb-xl-132 {
    margin-bottom: 132px !important;
  }

  .ml-xl-132 {
    margin-left: 132px !important;
  }

  .mt-xl-136 {
    margin-top: 136px !important;
  }

  .mr-xl-136 {
    margin-right: 136px !important;
  }

  .mb-xl-136 {
    margin-bottom: 136px !important;
  }

  .ml-xl-136 {
    margin-left: 136px !important;
  }

  .mt-xl-140 {
    margin-top: 140px !important;
  }

  .mr-xl-140 {
    margin-right: 140px !important;
  }

  .mb-xl-140 {
    margin-bottom: 140px !important;
  }

  .ml-xl-140 {
    margin-left: 140px !important;
  }

  .mt-xl-144 {
    margin-top: 144px !important;
  }

  .mr-xl-144 {
    margin-right: 144px !important;
  }

  .mb-xl-144 {
    margin-bottom: 144px !important;
  }

  .ml-xl-144 {
    margin-left: 144px !important;
  }

  .mt-xl-148 {
    margin-top: 148px !important;
  }

  .mr-xl-148 {
    margin-right: 148px !important;
  }

  .mb-xl-148 {
    margin-bottom: 148px !important;
  }

  .ml-xl-148 {
    margin-left: 148px !important;
  }

  .mt-xl-152 {
    margin-top: 152px !important;
  }

  .mr-xl-152 {
    margin-right: 152px !important;
  }

  .mb-xl-152 {
    margin-bottom: 152px !important;
  }

  .ml-xl-152 {
    margin-left: 152px !important;
  }

  .mt-xl-156 {
    margin-top: 156px !important;
  }

  .mr-xl-156 {
    margin-right: 156px !important;
  }

  .mb-xl-156 {
    margin-bottom: 156px !important;
  }

  .ml-xl-156 {
    margin-left: 156px !important;
  }

  .mt-xl-160 {
    margin-top: 160px !important;
  }

  .mr-xl-160 {
    margin-right: 160px !important;
  }

  .mb-xl-160 {
    margin-bottom: 160px !important;
  }

  .ml-xl-160 {
    margin-left: 160px !important;
  }

  .mt-xl-164 {
    margin-top: 164px !important;
  }

  .mr-xl-164 {
    margin-right: 164px !important;
  }

  .mb-xl-164 {
    margin-bottom: 164px !important;
  }

  .ml-xl-164 {
    margin-left: 164px !important;
  }

  .mt-xl-168 {
    margin-top: 168px !important;
  }

  .mr-xl-168 {
    margin-right: 168px !important;
  }

  .mb-xl-168 {
    margin-bottom: 168px !important;
  }

  .ml-xl-168 {
    margin-left: 168px !important;
  }

  .mt-xl-172 {
    margin-top: 172px !important;
  }

  .mr-xl-172 {
    margin-right: 172px !important;
  }

  .mb-xl-172 {
    margin-bottom: 172px !important;
  }

  .ml-xl-172 {
    margin-left: 172px !important;
  }

  .mt-xl-176 {
    margin-top: 176px !important;
  }

  .mr-xl-176 {
    margin-right: 176px !important;
  }

  .mb-xl-176 {
    margin-bottom: 176px !important;
  }

  .ml-xl-176 {
    margin-left: 176px !important;
  }

  .mt-xl-180 {
    margin-top: 180px !important;
  }

  .mr-xl-180 {
    margin-right: 180px !important;
  }

  .mb-xl-180 {
    margin-bottom: 180px !important;
  }

  .ml-xl-180 {
    margin-left: 180px !important;
  }

  .mt-xl-184 {
    margin-top: 184px !important;
  }

  .mr-xl-184 {
    margin-right: 184px !important;
  }

  .mb-xl-184 {
    margin-bottom: 184px !important;
  }

  .ml-xl-184 {
    margin-left: 184px !important;
  }

  .mt-xl-188 {
    margin-top: 188px !important;
  }

  .mr-xl-188 {
    margin-right: 188px !important;
  }

  .mb-xl-188 {
    margin-bottom: 188px !important;
  }

  .ml-xl-188 {
    margin-left: 188px !important;
  }

  .mt-xl-192 {
    margin-top: 192px !important;
  }

  .mr-xl-192 {
    margin-right: 192px !important;
  }

  .mb-xl-192 {
    margin-bottom: 192px !important;
  }

  .ml-xl-192 {
    margin-left: 192px !important;
  }

  .mt-xl-196 {
    margin-top: 196px !important;
  }

  .mr-xl-196 {
    margin-right: 196px !important;
  }

  .mb-xl-196 {
    margin-bottom: 196px !important;
  }

  .ml-xl-196 {
    margin-left: 196px !important;
  }

  .mt-xl-200 {
    margin-top: 200px !important;
  }

  .mr-xl-200 {
    margin-right: 200px !important;
  }

  .mb-xl-200 {
    margin-bottom: 200px !important;
  }

  .ml-xl-200 {
    margin-left: 200px !important;
  }

  .mt-xl-204 {
    margin-top: 204px !important;
  }

  .mr-xl-204 {
    margin-right: 204px !important;
  }

  .mb-xl-204 {
    margin-bottom: 204px !important;
  }

  .ml-xl-204 {
    margin-left: 204px !important;
  }

  .mt-xl-208 {
    margin-top: 208px !important;
  }

  .mr-xl-208 {
    margin-right: 208px !important;
  }

  .mb-xl-208 {
    margin-bottom: 208px !important;
  }

  .ml-xl-208 {
    margin-left: 208px !important;
  }

  .mt-xl-212 {
    margin-top: 212px !important;
  }

  .mr-xl-212 {
    margin-right: 212px !important;
  }

  .mb-xl-212 {
    margin-bottom: 212px !important;
  }

  .ml-xl-212 {
    margin-left: 212px !important;
  }

  .mt-xl-216 {
    margin-top: 216px !important;
  }

  .mr-xl-216 {
    margin-right: 216px !important;
  }

  .mb-xl-216 {
    margin-bottom: 216px !important;
  }

  .ml-xl-216 {
    margin-left: 216px !important;
  }

  .mt-xl-220 {
    margin-top: 220px !important;
  }

  .mr-xl-220 {
    margin-right: 220px !important;
  }

  .mb-xl-220 {
    margin-bottom: 220px !important;
  }

  .ml-xl-220 {
    margin-left: 220px !important;
  }

  .mt-xl-224 {
    margin-top: 224px !important;
  }

  .mr-xl-224 {
    margin-right: 224px !important;
  }

  .mb-xl-224 {
    margin-bottom: 224px !important;
  }

  .ml-xl-224 {
    margin-left: 224px !important;
  }

  .mt-xl-228 {
    margin-top: 228px !important;
  }

  .mr-xl-228 {
    margin-right: 228px !important;
  }

  .mb-xl-228 {
    margin-bottom: 228px !important;
  }

  .ml-xl-228 {
    margin-left: 228px !important;
  }

  .mt-xl-232 {
    margin-top: 232px !important;
  }

  .mr-xl-232 {
    margin-right: 232px !important;
  }

  .mb-xl-232 {
    margin-bottom: 232px !important;
  }

  .ml-xl-232 {
    margin-left: 232px !important;
  }

  .mt-xl-236 {
    margin-top: 236px !important;
  }

  .mr-xl-236 {
    margin-right: 236px !important;
  }

  .mb-xl-236 {
    margin-bottom: 236px !important;
  }

  .ml-xl-236 {
    margin-left: 236px !important;
  }

  .mt-xl-240 {
    margin-top: 240px !important;
  }

  .mr-xl-240 {
    margin-right: 240px !important;
  }

  .mb-xl-240 {
    margin-bottom: 240px !important;
  }

  .ml-xl-240 {
    margin-left: 240px !important;
  }

  .mt-xl-244 {
    margin-top: 244px !important;
  }

  .mr-xl-244 {
    margin-right: 244px !important;
  }

  .mb-xl-244 {
    margin-bottom: 244px !important;
  }

  .ml-xl-244 {
    margin-left: 244px !important;
  }

  .mt-xl-248 {
    margin-top: 248px !important;
  }

  .mr-xl-248 {
    margin-right: 248px !important;
  }

  .mb-xl-248 {
    margin-bottom: 248px !important;
  }

  .ml-xl-248 {
    margin-left: 248px !important;
  }

  .mt-xl-252 {
    margin-top: 252px !important;
  }

  .mr-xl-252 {
    margin-right: 252px !important;
  }

  .mb-xl-252 {
    margin-bottom: 252px !important;
  }

  .ml-xl-252 {
    margin-left: 252px !important;
  }

  .mt-xl-256 {
    margin-top: 256px !important;
  }

  .mr-xl-256 {
    margin-right: 256px !important;
  }

  .mb-xl-256 {
    margin-bottom: 256px !important;
  }

  .ml-xl-256 {
    margin-left: 256px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .p-xl-0 {
    padding: 0px !important;
  }

  .p-xl-4 {
    padding: 4px !important;
  }

  .p-xl-8 {
    padding: 8px !important;
  }

  .p-xl-12 {
    padding: 12px !important;
  }

  .p-xl-16 {
    padding: 16px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .p-xl-24 {
    padding: 24px !important;
  }

  .p-xl-28 {
    padding: 28px !important;
  }

  .p-xl-32 {
    padding: 32px !important;
  }

  .p-xl-36 {
    padding: 36px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .p-xl-44 {
    padding: 44px !important;
  }

  .p-xl-48 {
    padding: 48px !important;
  }

  .p-xl-52 {
    padding: 52px !important;
  }

  .p-xl-56 {
    padding: 56px !important;
  }

  .p-xl-60 {
    padding: 60px !important;
  }

  .p-xl-64 {
    padding: 64px !important;
  }

  .p-xl-68 {
    padding: 68px !important;
  }

  .p-xl-72 {
    padding: 72px !important;
  }

  .p-xl-76 {
    padding: 76px !important;
  }

  .p-xl-80 {
    padding: 80px !important;
  }

  .p-xl-84 {
    padding: 84px !important;
  }

  .p-xl-88 {
    padding: 88px !important;
  }

  .p-xl-92 {
    padding: 92px !important;
  }

  .p-xl-96 {
    padding: 96px !important;
  }

  .p-xl-100 {
    padding: 100px !important;
  }

  .p-xl-104 {
    padding: 104px !important;
  }

  .p-xl-108 {
    padding: 108px !important;
  }

  .p-xl-112 {
    padding: 112px !important;
  }

  .p-xl-116 {
    padding: 116px !important;
  }

  .p-xl-120 {
    padding: 120px !important;
  }

  .p-xl-124 {
    padding: 124px !important;
  }

  .p-xl-128 {
    padding: 128px !important;
  }

  .p-xl-132 {
    padding: 132px !important;
  }

  .p-xl-136 {
    padding: 136px !important;
  }

  .p-xl-140 {
    padding: 140px !important;
  }

  .p-xl-144 {
    padding: 144px !important;
  }

  .p-xl-148 {
    padding: 148px !important;
  }

  .p-xl-152 {
    padding: 152px !important;
  }

  .p-xl-156 {
    padding: 156px !important;
  }

  .p-xl-160 {
    padding: 160px !important;
  }

  .p-xl-164 {
    padding: 164px !important;
  }

  .p-xl-168 {
    padding: 168px !important;
  }

  .p-xl-172 {
    padding: 172px !important;
  }

  .p-xl-176 {
    padding: 176px !important;
  }

  .p-xl-180 {
    padding: 180px !important;
  }

  .p-xl-184 {
    padding: 184px !important;
  }

  .p-xl-188 {
    padding: 188px !important;
  }

  .p-xl-192 {
    padding: 192px !important;
  }

  .p-xl-196 {
    padding: 196px !important;
  }

  .p-xl-200 {
    padding: 200px !important;
  }

  .p-xl-204 {
    padding: 204px !important;
  }

  .p-xl-208 {
    padding: 208px !important;
  }

  .p-xl-212 {
    padding: 212px !important;
  }

  .p-xl-216 {
    padding: 216px !important;
  }

  .p-xl-220 {
    padding: 220px !important;
  }

  .p-xl-224 {
    padding: 224px !important;
  }

  .p-xl-228 {
    padding: 228px !important;
  }

  .p-xl-232 {
    padding: 232px !important;
  }

  .p-xl-236 {
    padding: 236px !important;
  }

  .p-xl-240 {
    padding: 240px !important;
  }

  .p-xl-244 {
    padding: 244px !important;
  }

  .p-xl-248 {
    padding: 248px !important;
  }

  .p-xl-252 {
    padding: 252px !important;
  }

  .p-xl-256 {
    padding: 256px !important;
  }

  .px-xl-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .px-xl-4 {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }

  .py-xl-4 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  .px-xl-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .py-xl-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .px-xl-12 {
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .py-xl-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .px-xl-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .py-xl-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .px-xl-24 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .py-xl-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .px-xl-28 {
    padding-right: 28px !important;
    padding-left: 28px !important;
  }

  .py-xl-28 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .px-xl-32 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .py-xl-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .px-xl-36 {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  .py-xl-36 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }

  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .px-xl-44 {
    padding-right: 44px !important;
    padding-left: 44px !important;
  }

  .py-xl-44 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .px-xl-48 {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }

  .py-xl-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  .px-xl-52 {
    padding-right: 52px !important;
    padding-left: 52px !important;
  }

  .py-xl-52 {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .px-xl-56 {
    padding-right: 56px !important;
    padding-left: 56px !important;
  }

  .py-xl-56 {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }

  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .px-xl-64 {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }

  .py-xl-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .px-xl-68 {
    padding-right: 68px !important;
    padding-left: 68px !important;
  }

  .py-xl-68 {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
  }

  .px-xl-72 {
    padding-right: 72px !important;
    padding-left: 72px !important;
  }

  .py-xl-72 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .px-xl-76 {
    padding-right: 76px !important;
    padding-left: 76px !important;
  }

  .py-xl-76 {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }

  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .px-xl-84 {
    padding-right: 84px !important;
    padding-left: 84px !important;
  }

  .py-xl-84 {
    padding-top: 84px !important;
    padding-bottom: 84px !important;
  }

  .px-xl-88 {
    padding-right: 88px !important;
    padding-left: 88px !important;
  }

  .py-xl-88 {
    padding-top: 88px !important;
    padding-bottom: 88px !important;
  }

  .px-xl-92 {
    padding-right: 92px !important;
    padding-left: 92px !important;
  }

  .py-xl-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important;
  }

  .px-xl-96 {
    padding-right: 96px !important;
    padding-left: 96px !important;
  }

  .py-xl-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }

  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }

  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .px-xl-104 {
    padding-right: 104px !important;
    padding-left: 104px !important;
  }

  .py-xl-104 {
    padding-top: 104px !important;
    padding-bottom: 104px !important;
  }

  .px-xl-108 {
    padding-right: 108px !important;
    padding-left: 108px !important;
  }

  .py-xl-108 {
    padding-top: 108px !important;
    padding-bottom: 108px !important;
  }

  .px-xl-112 {
    padding-right: 112px !important;
    padding-left: 112px !important;
  }

  .py-xl-112 {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
  }

  .px-xl-116 {
    padding-right: 116px !important;
    padding-left: 116px !important;
  }

  .py-xl-116 {
    padding-top: 116px !important;
    padding-bottom: 116px !important;
  }

  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }

  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .px-xl-124 {
    padding-right: 124px !important;
    padding-left: 124px !important;
  }

  .py-xl-124 {
    padding-top: 124px !important;
    padding-bottom: 124px !important;
  }

  .px-xl-128 {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }

  .py-xl-128 {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }

  .px-xl-132 {
    padding-right: 132px !important;
    padding-left: 132px !important;
  }

  .py-xl-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important;
  }

  .px-xl-136 {
    padding-right: 136px !important;
    padding-left: 136px !important;
  }

  .py-xl-136 {
    padding-top: 136px !important;
    padding-bottom: 136px !important;
  }

  .px-xl-140 {
    padding-right: 140px !important;
    padding-left: 140px !important;
  }

  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .px-xl-144 {
    padding-right: 144px !important;
    padding-left: 144px !important;
  }

  .py-xl-144 {
    padding-top: 144px !important;
    padding-bottom: 144px !important;
  }

  .px-xl-148 {
    padding-right: 148px !important;
    padding-left: 148px !important;
  }

  .py-xl-148 {
    padding-top: 148px !important;
    padding-bottom: 148px !important;
  }

  .px-xl-152 {
    padding-right: 152px !important;
    padding-left: 152px !important;
  }

  .py-xl-152 {
    padding-top: 152px !important;
    padding-bottom: 152px !important;
  }

  .px-xl-156 {
    padding-right: 156px !important;
    padding-left: 156px !important;
  }

  .py-xl-156 {
    padding-top: 156px !important;
    padding-bottom: 156px !important;
  }

  .px-xl-160 {
    padding-right: 160px !important;
    padding-left: 160px !important;
  }

  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .px-xl-164 {
    padding-right: 164px !important;
    padding-left: 164px !important;
  }

  .py-xl-164 {
    padding-top: 164px !important;
    padding-bottom: 164px !important;
  }

  .px-xl-168 {
    padding-right: 168px !important;
    padding-left: 168px !important;
  }

  .py-xl-168 {
    padding-top: 168px !important;
    padding-bottom: 168px !important;
  }

  .px-xl-172 {
    padding-right: 172px !important;
    padding-left: 172px !important;
  }

  .py-xl-172 {
    padding-top: 172px !important;
    padding-bottom: 172px !important;
  }

  .px-xl-176 {
    padding-right: 176px !important;
    padding-left: 176px !important;
  }

  .py-xl-176 {
    padding-top: 176px !important;
    padding-bottom: 176px !important;
  }

  .px-xl-180 {
    padding-right: 180px !important;
    padding-left: 180px !important;
  }

  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .px-xl-184 {
    padding-right: 184px !important;
    padding-left: 184px !important;
  }

  .py-xl-184 {
    padding-top: 184px !important;
    padding-bottom: 184px !important;
  }

  .px-xl-188 {
    padding-right: 188px !important;
    padding-left: 188px !important;
  }

  .py-xl-188 {
    padding-top: 188px !important;
    padding-bottom: 188px !important;
  }

  .px-xl-192 {
    padding-right: 192px !important;
    padding-left: 192px !important;
  }

  .py-xl-192 {
    padding-top: 192px !important;
    padding-bottom: 192px !important;
  }

  .px-xl-196 {
    padding-right: 196px !important;
    padding-left: 196px !important;
  }

  .py-xl-196 {
    padding-top: 196px !important;
    padding-bottom: 196px !important;
  }

  .px-xl-200 {
    padding-right: 200px !important;
    padding-left: 200px !important;
  }

  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .px-xl-204 {
    padding-right: 204px !important;
    padding-left: 204px !important;
  }

  .py-xl-204 {
    padding-top: 204px !important;
    padding-bottom: 204px !important;
  }

  .px-xl-208 {
    padding-right: 208px !important;
    padding-left: 208px !important;
  }

  .py-xl-208 {
    padding-top: 208px !important;
    padding-bottom: 208px !important;
  }

  .px-xl-212 {
    padding-right: 212px !important;
    padding-left: 212px !important;
  }

  .py-xl-212 {
    padding-top: 212px !important;
    padding-bottom: 212px !important;
  }

  .px-xl-216 {
    padding-right: 216px !important;
    padding-left: 216px !important;
  }

  .py-xl-216 {
    padding-top: 216px !important;
    padding-bottom: 216px !important;
  }

  .px-xl-220 {
    padding-right: 220px !important;
    padding-left: 220px !important;
  }

  .py-xl-220 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
  }

  .px-xl-224 {
    padding-right: 224px !important;
    padding-left: 224px !important;
  }

  .py-xl-224 {
    padding-top: 224px !important;
    padding-bottom: 224px !important;
  }

  .px-xl-228 {
    padding-right: 228px !important;
    padding-left: 228px !important;
  }

  .py-xl-228 {
    padding-top: 228px !important;
    padding-bottom: 228px !important;
  }

  .px-xl-232 {
    padding-right: 232px !important;
    padding-left: 232px !important;
  }

  .py-xl-232 {
    padding-top: 232px !important;
    padding-bottom: 232px !important;
  }

  .px-xl-236 {
    padding-right: 236px !important;
    padding-left: 236px !important;
  }

  .py-xl-236 {
    padding-top: 236px !important;
    padding-bottom: 236px !important;
  }

  .px-xl-240 {
    padding-right: 240px !important;
    padding-left: 240px !important;
  }

  .py-xl-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }

  .px-xl-244 {
    padding-right: 244px !important;
    padding-left: 244px !important;
  }

  .py-xl-244 {
    padding-top: 244px !important;
    padding-bottom: 244px !important;
  }

  .px-xl-248 {
    padding-right: 248px !important;
    padding-left: 248px !important;
  }

  .py-xl-248 {
    padding-top: 248px !important;
    padding-bottom: 248px !important;
  }

  .px-xl-252 {
    padding-right: 252px !important;
    padding-left: 252px !important;
  }

  .py-xl-252 {
    padding-top: 252px !important;
    padding-bottom: 252px !important;
  }

  .px-xl-256 {
    padding-right: 256px !important;
    padding-left: 256px !important;
  }

  .py-xl-256 {
    padding-top: 256px !important;
    padding-bottom: 256px !important;
  }

  .pt-xl-0 {
    padding-top: 0px !important;
  }

  .pr-xl-0 {
    padding-right: 0px !important;
  }

  .pb-xl-0 {
    padding-bottom: 0px !important;
  }

  .pl-xl-0 {
    padding-left: 0px !important;
  }

  .pt-xl-4 {
    padding-top: 4px !important;
  }

  .pr-xl-4 {
    padding-right: 4px !important;
  }

  .pb-xl-4 {
    padding-bottom: 4px !important;
  }

  .pl-xl-4 {
    padding-left: 4px !important;
  }

  .pt-xl-8 {
    padding-top: 8px !important;
  }

  .pr-xl-8 {
    padding-right: 8px !important;
  }

  .pb-xl-8 {
    padding-bottom: 8px !important;
  }

  .pl-xl-8 {
    padding-left: 8px !important;
  }

  .pt-xl-12 {
    padding-top: 12px !important;
  }

  .pr-xl-12 {
    padding-right: 12px !important;
  }

  .pb-xl-12 {
    padding-bottom: 12px !important;
  }

  .pl-xl-12 {
    padding-left: 12px !important;
  }

  .pt-xl-16 {
    padding-top: 16px !important;
  }

  .pr-xl-16 {
    padding-right: 16px !important;
  }

  .pb-xl-16 {
    padding-bottom: 16px !important;
  }

  .pl-xl-16 {
    padding-left: 16px !important;
  }

  .pt-xl-20 {
    padding-top: 20px !important;
  }

  .pr-xl-20 {
    padding-right: 20px !important;
  }

  .pb-xl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xl-20 {
    padding-left: 20px !important;
  }

  .pt-xl-24 {
    padding-top: 24px !important;
  }

  .pr-xl-24 {
    padding-right: 24px !important;
  }

  .pb-xl-24 {
    padding-bottom: 24px !important;
  }

  .pl-xl-24 {
    padding-left: 24px !important;
  }

  .pt-xl-28 {
    padding-top: 28px !important;
  }

  .pr-xl-28 {
    padding-right: 28px !important;
  }

  .pb-xl-28 {
    padding-bottom: 28px !important;
  }

  .pl-xl-28 {
    padding-left: 28px !important;
  }

  .pt-xl-32 {
    padding-top: 32px !important;
  }

  .pr-xl-32 {
    padding-right: 32px !important;
  }

  .pb-xl-32 {
    padding-bottom: 32px !important;
  }

  .pl-xl-32 {
    padding-left: 32px !important;
  }

  .pt-xl-36 {
    padding-top: 36px !important;
  }

  .pr-xl-36 {
    padding-right: 36px !important;
  }

  .pb-xl-36 {
    padding-bottom: 36px !important;
  }

  .pl-xl-36 {
    padding-left: 36px !important;
  }

  .pt-xl-40 {
    padding-top: 40px !important;
  }

  .pr-xl-40 {
    padding-right: 40px !important;
  }

  .pb-xl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xl-40 {
    padding-left: 40px !important;
  }

  .pt-xl-44 {
    padding-top: 44px !important;
  }

  .pr-xl-44 {
    padding-right: 44px !important;
  }

  .pb-xl-44 {
    padding-bottom: 44px !important;
  }

  .pl-xl-44 {
    padding-left: 44px !important;
  }

  .pt-xl-48 {
    padding-top: 48px !important;
  }

  .pr-xl-48 {
    padding-right: 48px !important;
  }

  .pb-xl-48 {
    padding-bottom: 48px !important;
  }

  .pl-xl-48 {
    padding-left: 48px !important;
  }

  .pt-xl-52 {
    padding-top: 52px !important;
  }

  .pr-xl-52 {
    padding-right: 52px !important;
  }

  .pb-xl-52 {
    padding-bottom: 52px !important;
  }

  .pl-xl-52 {
    padding-left: 52px !important;
  }

  .pt-xl-56 {
    padding-top: 56px !important;
  }

  .pr-xl-56 {
    padding-right: 56px !important;
  }

  .pb-xl-56 {
    padding-bottom: 56px !important;
  }

  .pl-xl-56 {
    padding-left: 56px !important;
  }

  .pt-xl-60 {
    padding-top: 60px !important;
  }

  .pr-xl-60 {
    padding-right: 60px !important;
  }

  .pb-xl-60 {
    padding-bottom: 60px !important;
  }

  .pl-xl-60 {
    padding-left: 60px !important;
  }

  .pt-xl-64 {
    padding-top: 64px !important;
  }

  .pr-xl-64 {
    padding-right: 64px !important;
  }

  .pb-xl-64 {
    padding-bottom: 64px !important;
  }

  .pl-xl-64 {
    padding-left: 64px !important;
  }

  .pt-xl-68 {
    padding-top: 68px !important;
  }

  .pr-xl-68 {
    padding-right: 68px !important;
  }

  .pb-xl-68 {
    padding-bottom: 68px !important;
  }

  .pl-xl-68 {
    padding-left: 68px !important;
  }

  .pt-xl-72 {
    padding-top: 72px !important;
  }

  .pr-xl-72 {
    padding-right: 72px !important;
  }

  .pb-xl-72 {
    padding-bottom: 72px !important;
  }

  .pl-xl-72 {
    padding-left: 72px !important;
  }

  .pt-xl-76 {
    padding-top: 76px !important;
  }

  .pr-xl-76 {
    padding-right: 76px !important;
  }

  .pb-xl-76 {
    padding-bottom: 76px !important;
  }

  .pl-xl-76 {
    padding-left: 76px !important;
  }

  .pt-xl-80 {
    padding-top: 80px !important;
  }

  .pr-xl-80 {
    padding-right: 80px !important;
  }

  .pb-xl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xl-80 {
    padding-left: 80px !important;
  }

  .pt-xl-84 {
    padding-top: 84px !important;
  }

  .pr-xl-84 {
    padding-right: 84px !important;
  }

  .pb-xl-84 {
    padding-bottom: 84px !important;
  }

  .pl-xl-84 {
    padding-left: 84px !important;
  }

  .pt-xl-88 {
    padding-top: 88px !important;
  }

  .pr-xl-88 {
    padding-right: 88px !important;
  }

  .pb-xl-88 {
    padding-bottom: 88px !important;
  }

  .pl-xl-88 {
    padding-left: 88px !important;
  }

  .pt-xl-92 {
    padding-top: 92px !important;
  }

  .pr-xl-92 {
    padding-right: 92px !important;
  }

  .pb-xl-92 {
    padding-bottom: 92px !important;
  }

  .pl-xl-92 {
    padding-left: 92px !important;
  }

  .pt-xl-96 {
    padding-top: 96px !important;
  }

  .pr-xl-96 {
    padding-right: 96px !important;
  }

  .pb-xl-96 {
    padding-bottom: 96px !important;
  }

  .pl-xl-96 {
    padding-left: 96px !important;
  }

  .pt-xl-100 {
    padding-top: 100px !important;
  }

  .pr-xl-100 {
    padding-right: 100px !important;
  }

  .pb-xl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xl-100 {
    padding-left: 100px !important;
  }

  .pt-xl-104 {
    padding-top: 104px !important;
  }

  .pr-xl-104 {
    padding-right: 104px !important;
  }

  .pb-xl-104 {
    padding-bottom: 104px !important;
  }

  .pl-xl-104 {
    padding-left: 104px !important;
  }

  .pt-xl-108 {
    padding-top: 108px !important;
  }

  .pr-xl-108 {
    padding-right: 108px !important;
  }

  .pb-xl-108 {
    padding-bottom: 108px !important;
  }

  .pl-xl-108 {
    padding-left: 108px !important;
  }

  .pt-xl-112 {
    padding-top: 112px !important;
  }

  .pr-xl-112 {
    padding-right: 112px !important;
  }

  .pb-xl-112 {
    padding-bottom: 112px !important;
  }

  .pl-xl-112 {
    padding-left: 112px !important;
  }

  .pt-xl-116 {
    padding-top: 116px !important;
  }

  .pr-xl-116 {
    padding-right: 116px !important;
  }

  .pb-xl-116 {
    padding-bottom: 116px !important;
  }

  .pl-xl-116 {
    padding-left: 116px !important;
  }

  .pt-xl-120 {
    padding-top: 120px !important;
  }

  .pr-xl-120 {
    padding-right: 120px !important;
  }

  .pb-xl-120 {
    padding-bottom: 120px !important;
  }

  .pl-xl-120 {
    padding-left: 120px !important;
  }

  .pt-xl-124 {
    padding-top: 124px !important;
  }

  .pr-xl-124 {
    padding-right: 124px !important;
  }

  .pb-xl-124 {
    padding-bottom: 124px !important;
  }

  .pl-xl-124 {
    padding-left: 124px !important;
  }

  .pt-xl-128 {
    padding-top: 128px !important;
  }

  .pr-xl-128 {
    padding-right: 128px !important;
  }

  .pb-xl-128 {
    padding-bottom: 128px !important;
  }

  .pl-xl-128 {
    padding-left: 128px !important;
  }

  .pt-xl-132 {
    padding-top: 132px !important;
  }

  .pr-xl-132 {
    padding-right: 132px !important;
  }

  .pb-xl-132 {
    padding-bottom: 132px !important;
  }

  .pl-xl-132 {
    padding-left: 132px !important;
  }

  .pt-xl-136 {
    padding-top: 136px !important;
  }

  .pr-xl-136 {
    padding-right: 136px !important;
  }

  .pb-xl-136 {
    padding-bottom: 136px !important;
  }

  .pl-xl-136 {
    padding-left: 136px !important;
  }

  .pt-xl-140 {
    padding-top: 140px !important;
  }

  .pr-xl-140 {
    padding-right: 140px !important;
  }

  .pb-xl-140 {
    padding-bottom: 140px !important;
  }

  .pl-xl-140 {
    padding-left: 140px !important;
  }

  .pt-xl-144 {
    padding-top: 144px !important;
  }

  .pr-xl-144 {
    padding-right: 144px !important;
  }

  .pb-xl-144 {
    padding-bottom: 144px !important;
  }

  .pl-xl-144 {
    padding-left: 144px !important;
  }

  .pt-xl-148 {
    padding-top: 148px !important;
  }

  .pr-xl-148 {
    padding-right: 148px !important;
  }

  .pb-xl-148 {
    padding-bottom: 148px !important;
  }

  .pl-xl-148 {
    padding-left: 148px !important;
  }

  .pt-xl-152 {
    padding-top: 152px !important;
  }

  .pr-xl-152 {
    padding-right: 152px !important;
  }

  .pb-xl-152 {
    padding-bottom: 152px !important;
  }

  .pl-xl-152 {
    padding-left: 152px !important;
  }

  .pt-xl-156 {
    padding-top: 156px !important;
  }

  .pr-xl-156 {
    padding-right: 156px !important;
  }

  .pb-xl-156 {
    padding-bottom: 156px !important;
  }

  .pl-xl-156 {
    padding-left: 156px !important;
  }

  .pt-xl-160 {
    padding-top: 160px !important;
  }

  .pr-xl-160 {
    padding-right: 160px !important;
  }

  .pb-xl-160 {
    padding-bottom: 160px !important;
  }

  .pl-xl-160 {
    padding-left: 160px !important;
  }

  .pt-xl-164 {
    padding-top: 164px !important;
  }

  .pr-xl-164 {
    padding-right: 164px !important;
  }

  .pb-xl-164 {
    padding-bottom: 164px !important;
  }

  .pl-xl-164 {
    padding-left: 164px !important;
  }

  .pt-xl-168 {
    padding-top: 168px !important;
  }

  .pr-xl-168 {
    padding-right: 168px !important;
  }

  .pb-xl-168 {
    padding-bottom: 168px !important;
  }

  .pl-xl-168 {
    padding-left: 168px !important;
  }

  .pt-xl-172 {
    padding-top: 172px !important;
  }

  .pr-xl-172 {
    padding-right: 172px !important;
  }

  .pb-xl-172 {
    padding-bottom: 172px !important;
  }

  .pl-xl-172 {
    padding-left: 172px !important;
  }

  .pt-xl-176 {
    padding-top: 176px !important;
  }

  .pr-xl-176 {
    padding-right: 176px !important;
  }

  .pb-xl-176 {
    padding-bottom: 176px !important;
  }

  .pl-xl-176 {
    padding-left: 176px !important;
  }

  .pt-xl-180 {
    padding-top: 180px !important;
  }

  .pr-xl-180 {
    padding-right: 180px !important;
  }

  .pb-xl-180 {
    padding-bottom: 180px !important;
  }

  .pl-xl-180 {
    padding-left: 180px !important;
  }

  .pt-xl-184 {
    padding-top: 184px !important;
  }

  .pr-xl-184 {
    padding-right: 184px !important;
  }

  .pb-xl-184 {
    padding-bottom: 184px !important;
  }

  .pl-xl-184 {
    padding-left: 184px !important;
  }

  .pt-xl-188 {
    padding-top: 188px !important;
  }

  .pr-xl-188 {
    padding-right: 188px !important;
  }

  .pb-xl-188 {
    padding-bottom: 188px !important;
  }

  .pl-xl-188 {
    padding-left: 188px !important;
  }

  .pt-xl-192 {
    padding-top: 192px !important;
  }

  .pr-xl-192 {
    padding-right: 192px !important;
  }

  .pb-xl-192 {
    padding-bottom: 192px !important;
  }

  .pl-xl-192 {
    padding-left: 192px !important;
  }

  .pt-xl-196 {
    padding-top: 196px !important;
  }

  .pr-xl-196 {
    padding-right: 196px !important;
  }

  .pb-xl-196 {
    padding-bottom: 196px !important;
  }

  .pl-xl-196 {
    padding-left: 196px !important;
  }

  .pt-xl-200 {
    padding-top: 200px !important;
  }

  .pr-xl-200 {
    padding-right: 200px !important;
  }

  .pb-xl-200 {
    padding-bottom: 200px !important;
  }

  .pl-xl-200 {
    padding-left: 200px !important;
  }

  .pt-xl-204 {
    padding-top: 204px !important;
  }

  .pr-xl-204 {
    padding-right: 204px !important;
  }

  .pb-xl-204 {
    padding-bottom: 204px !important;
  }

  .pl-xl-204 {
    padding-left: 204px !important;
  }

  .pt-xl-208 {
    padding-top: 208px !important;
  }

  .pr-xl-208 {
    padding-right: 208px !important;
  }

  .pb-xl-208 {
    padding-bottom: 208px !important;
  }

  .pl-xl-208 {
    padding-left: 208px !important;
  }

  .pt-xl-212 {
    padding-top: 212px !important;
  }

  .pr-xl-212 {
    padding-right: 212px !important;
  }

  .pb-xl-212 {
    padding-bottom: 212px !important;
  }

  .pl-xl-212 {
    padding-left: 212px !important;
  }

  .pt-xl-216 {
    padding-top: 216px !important;
  }

  .pr-xl-216 {
    padding-right: 216px !important;
  }

  .pb-xl-216 {
    padding-bottom: 216px !important;
  }

  .pl-xl-216 {
    padding-left: 216px !important;
  }

  .pt-xl-220 {
    padding-top: 220px !important;
  }

  .pr-xl-220 {
    padding-right: 220px !important;
  }

  .pb-xl-220 {
    padding-bottom: 220px !important;
  }

  .pl-xl-220 {
    padding-left: 220px !important;
  }

  .pt-xl-224 {
    padding-top: 224px !important;
  }

  .pr-xl-224 {
    padding-right: 224px !important;
  }

  .pb-xl-224 {
    padding-bottom: 224px !important;
  }

  .pl-xl-224 {
    padding-left: 224px !important;
  }

  .pt-xl-228 {
    padding-top: 228px !important;
  }

  .pr-xl-228 {
    padding-right: 228px !important;
  }

  .pb-xl-228 {
    padding-bottom: 228px !important;
  }

  .pl-xl-228 {
    padding-left: 228px !important;
  }

  .pt-xl-232 {
    padding-top: 232px !important;
  }

  .pr-xl-232 {
    padding-right: 232px !important;
  }

  .pb-xl-232 {
    padding-bottom: 232px !important;
  }

  .pl-xl-232 {
    padding-left: 232px !important;
  }

  .pt-xl-236 {
    padding-top: 236px !important;
  }

  .pr-xl-236 {
    padding-right: 236px !important;
  }

  .pb-xl-236 {
    padding-bottom: 236px !important;
  }

  .pl-xl-236 {
    padding-left: 236px !important;
  }

  .pt-xl-240 {
    padding-top: 240px !important;
  }

  .pr-xl-240 {
    padding-right: 240px !important;
  }

  .pb-xl-240 {
    padding-bottom: 240px !important;
  }

  .pl-xl-240 {
    padding-left: 240px !important;
  }

  .pt-xl-244 {
    padding-top: 244px !important;
  }

  .pr-xl-244 {
    padding-right: 244px !important;
  }

  .pb-xl-244 {
    padding-bottom: 244px !important;
  }

  .pl-xl-244 {
    padding-left: 244px !important;
  }

  .pt-xl-248 {
    padding-top: 248px !important;
  }

  .pr-xl-248 {
    padding-right: 248px !important;
  }

  .pb-xl-248 {
    padding-bottom: 248px !important;
  }

  .pl-xl-248 {
    padding-left: 248px !important;
  }

  .pt-xl-252 {
    padding-top: 252px !important;
  }

  .pr-xl-252 {
    padding-right: 252px !important;
  }

  .pb-xl-252 {
    padding-bottom: 252px !important;
  }

  .pl-xl-252 {
    padding-left: 252px !important;
  }

  .pt-xl-256 {
    padding-top: 256px !important;
  }

  .pr-xl-256 {
    padding-right: 256px !important;
  }

  .pb-xl-256 {
    padding-bottom: 256px !important;
  }

  .pl-xl-256 {
    padding-left: 256px !important;
  }
}
.border,
.b {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.border-top,
.bt {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.border-right,
.br {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.border-bottom,
.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.border-left,
.bl {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.border-horizontal,
.b-x {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.border-vertical,
.by {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.border-radius-100 {
  border-radius: 100%;
}
body > mat-sidenav-container {
  height: 100%;
}
i,
mat-icon {
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  line-height: 24px;
}
i.s-4,
mat-icon.s-4 {
  font-size: 4px !important;
  width: 4px !important;
  height: 4px !important;
  min-width: 4px !important;
  min-height: 4px !important;
  line-height: 4px !important;
}
i.s-6,
mat-icon.s-6 {
  font-size: 6px !important;
  width: 6px !important;
  height: 6px !important;
  min-width: 6px !important;
  min-height: 6px !important;
  line-height: 6px !important;
}
i.s-8,
mat-icon.s-8 {
  font-size: 8px !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  line-height: 8px !important;
}
i.s-10,
mat-icon.s-10 {
  font-size: 10px !important;
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  line-height: 10px !important;
}
i.s-12,
mat-icon.s-12 {
  font-size: 12px !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  line-height: 12px !important;
}
i.s-14,
mat-icon.s-14 {
  font-size: 14px !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  line-height: 14px !important;
}
i.s-16,
mat-icon.s-16 {
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  line-height: 16px !important;
}
i.s-18,
mat-icon.s-18 {
  font-size: 18px !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  line-height: 18px !important;
}
i.s-20,
mat-icon.s-20 {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  line-height: 20px !important;
}
i.s-22,
mat-icon.s-22 {
  font-size: 22px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  line-height: 22px !important;
}
i.s-24,
mat-icon.s-24 {
  font-size: 24px !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  line-height: 24px !important;
}
i.s-26,
mat-icon.s-26 {
  font-size: 26px !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  line-height: 26px !important;
}
i.s-28,
mat-icon.s-28 {
  font-size: 28px !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  line-height: 28px !important;
}
i.s-30,
mat-icon.s-30 {
  font-size: 30px !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
}
i.s-32,
mat-icon.s-32 {
  font-size: 32px !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  line-height: 32px !important;
}
i.s-34,
mat-icon.s-34 {
  font-size: 34px !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  line-height: 34px !important;
}
i.s-36,
mat-icon.s-36 {
  font-size: 36px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  line-height: 36px !important;
}
i.s-38,
mat-icon.s-38 {
  font-size: 38px !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  line-height: 38px !important;
}
i.s-40,
mat-icon.s-40 {
  font-size: 40px !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  line-height: 40px !important;
}
i.s-42,
mat-icon.s-42 {
  font-size: 42px !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  line-height: 42px !important;
}
i.s-44,
mat-icon.s-44 {
  font-size: 44px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  line-height: 44px !important;
}
i.s-46,
mat-icon.s-46 {
  font-size: 46px !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  line-height: 46px !important;
}
i.s-48,
mat-icon.s-48 {
  font-size: 48px !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  line-height: 48px !important;
}
i.s-50,
mat-icon.s-50 {
  font-size: 50px !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  line-height: 50px !important;
}
i.s-52,
mat-icon.s-52 {
  font-size: 52px !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  line-height: 52px !important;
}
i.s-54,
mat-icon.s-54 {
  font-size: 54px !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  line-height: 54px !important;
}
i.s-56,
mat-icon.s-56 {
  font-size: 56px !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  line-height: 56px !important;
}
i.s-58,
mat-icon.s-58 {
  font-size: 58px !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  line-height: 58px !important;
}
i.s-60,
mat-icon.s-60 {
  font-size: 60px !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  line-height: 60px !important;
}
i.s-62,
mat-icon.s-62 {
  font-size: 62px !important;
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  line-height: 62px !important;
}
i.s-64,
mat-icon.s-64 {
  font-size: 64px !important;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  line-height: 64px !important;
}
i.s-66,
mat-icon.s-66 {
  font-size: 66px !important;
  width: 66px !important;
  height: 66px !important;
  min-width: 66px !important;
  min-height: 66px !important;
  line-height: 66px !important;
}
i.s-68,
mat-icon.s-68 {
  font-size: 68px !important;
  width: 68px !important;
  height: 68px !important;
  min-width: 68px !important;
  min-height: 68px !important;
  line-height: 68px !important;
}
i.s-70,
mat-icon.s-70 {
  font-size: 70px !important;
  width: 70px !important;
  height: 70px !important;
  min-width: 70px !important;
  min-height: 70px !important;
  line-height: 70px !important;
}
i.s-72,
mat-icon.s-72 {
  font-size: 72px !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;
  line-height: 72px !important;
}
i.s-74,
mat-icon.s-74 {
  font-size: 74px !important;
  width: 74px !important;
  height: 74px !important;
  min-width: 74px !important;
  min-height: 74px !important;
  line-height: 74px !important;
}
i.s-76,
mat-icon.s-76 {
  font-size: 76px !important;
  width: 76px !important;
  height: 76px !important;
  min-width: 76px !important;
  min-height: 76px !important;
  line-height: 76px !important;
}
i.s-78,
mat-icon.s-78 {
  font-size: 78px !important;
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
  min-height: 78px !important;
  line-height: 78px !important;
}
i.s-80,
mat-icon.s-80 {
  font-size: 80px !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  min-height: 80px !important;
  line-height: 80px !important;
}
i.s-82,
mat-icon.s-82 {
  font-size: 82px !important;
  width: 82px !important;
  height: 82px !important;
  min-width: 82px !important;
  min-height: 82px !important;
  line-height: 82px !important;
}
i.s-84,
mat-icon.s-84 {
  font-size: 84px !important;
  width: 84px !important;
  height: 84px !important;
  min-width: 84px !important;
  min-height: 84px !important;
  line-height: 84px !important;
}
i.s-86,
mat-icon.s-86 {
  font-size: 86px !important;
  width: 86px !important;
  height: 86px !important;
  min-width: 86px !important;
  min-height: 86px !important;
  line-height: 86px !important;
}
i.s-88,
mat-icon.s-88 {
  font-size: 88px !important;
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  min-height: 88px !important;
  line-height: 88px !important;
}
i.s-90,
mat-icon.s-90 {
  font-size: 90px !important;
  width: 90px !important;
  height: 90px !important;
  min-width: 90px !important;
  min-height: 90px !important;
  line-height: 90px !important;
}
i.s-92,
mat-icon.s-92 {
  font-size: 92px !important;
  width: 92px !important;
  height: 92px !important;
  min-width: 92px !important;
  min-height: 92px !important;
  line-height: 92px !important;
}
i.s-94,
mat-icon.s-94 {
  font-size: 94px !important;
  width: 94px !important;
  height: 94px !important;
  min-width: 94px !important;
  min-height: 94px !important;
  line-height: 94px !important;
}
i.s-96,
mat-icon.s-96 {
  font-size: 96px !important;
  width: 96px !important;
  height: 96px !important;
  min-width: 96px !important;
  min-height: 96px !important;
  line-height: 96px !important;
}
i.s-98,
mat-icon.s-98 {
  font-size: 98px !important;
  width: 98px !important;
  height: 98px !important;
  min-width: 98px !important;
  min-height: 98px !important;
  line-height: 98px !important;
}
i.s-100,
mat-icon.s-100 {
  font-size: 100px !important;
  width: 100px !important;
  height: 100px !important;
  min-width: 100px !important;
  min-height: 100px !important;
  line-height: 100px !important;
}
i.s-102,
mat-icon.s-102 {
  font-size: 102px !important;
  width: 102px !important;
  height: 102px !important;
  min-width: 102px !important;
  min-height: 102px !important;
  line-height: 102px !important;
}
i.s-104,
mat-icon.s-104 {
  font-size: 104px !important;
  width: 104px !important;
  height: 104px !important;
  min-width: 104px !important;
  min-height: 104px !important;
  line-height: 104px !important;
}
i.s-106,
mat-icon.s-106 {
  font-size: 106px !important;
  width: 106px !important;
  height: 106px !important;
  min-width: 106px !important;
  min-height: 106px !important;
  line-height: 106px !important;
}
i.s-108,
mat-icon.s-108 {
  font-size: 108px !important;
  width: 108px !important;
  height: 108px !important;
  min-width: 108px !important;
  min-height: 108px !important;
  line-height: 108px !important;
}
i.s-110,
mat-icon.s-110 {
  font-size: 110px !important;
  width: 110px !important;
  height: 110px !important;
  min-width: 110px !important;
  min-height: 110px !important;
  line-height: 110px !important;
}
i.s-112,
mat-icon.s-112 {
  font-size: 112px !important;
  width: 112px !important;
  height: 112px !important;
  min-width: 112px !important;
  min-height: 112px !important;
  line-height: 112px !important;
}
i.s-114,
mat-icon.s-114 {
  font-size: 114px !important;
  width: 114px !important;
  height: 114px !important;
  min-width: 114px !important;
  min-height: 114px !important;
  line-height: 114px !important;
}
i.s-116,
mat-icon.s-116 {
  font-size: 116px !important;
  width: 116px !important;
  height: 116px !important;
  min-width: 116px !important;
  min-height: 116px !important;
  line-height: 116px !important;
}
i.s-118,
mat-icon.s-118 {
  font-size: 118px !important;
  width: 118px !important;
  height: 118px !important;
  min-width: 118px !important;
  min-height: 118px !important;
  line-height: 118px !important;
}
i.s-120,
mat-icon.s-120 {
  font-size: 120px !important;
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
  min-height: 120px !important;
  line-height: 120px !important;
}
i.s-122,
mat-icon.s-122 {
  font-size: 122px !important;
  width: 122px !important;
  height: 122px !important;
  min-width: 122px !important;
  min-height: 122px !important;
  line-height: 122px !important;
}
i.s-124,
mat-icon.s-124 {
  font-size: 124px !important;
  width: 124px !important;
  height: 124px !important;
  min-width: 124px !important;
  min-height: 124px !important;
  line-height: 124px !important;
}
i.s-126,
mat-icon.s-126 {
  font-size: 126px !important;
  width: 126px !important;
  height: 126px !important;
  min-width: 126px !important;
  min-height: 126px !important;
  line-height: 126px !important;
}
i.s-128,
mat-icon.s-128 {
  font-size: 128px !important;
  width: 128px !important;
  height: 128px !important;
  min-width: 128px !important;
  min-height: 128px !important;
  line-height: 128px !important;
}
i.s-130,
mat-icon.s-130 {
  font-size: 130px !important;
  width: 130px !important;
  height: 130px !important;
  min-width: 130px !important;
  min-height: 130px !important;
  line-height: 130px !important;
}
i.s-132,
mat-icon.s-132 {
  font-size: 132px !important;
  width: 132px !important;
  height: 132px !important;
  min-width: 132px !important;
  min-height: 132px !important;
  line-height: 132px !important;
}
i.s-134,
mat-icon.s-134 {
  font-size: 134px !important;
  width: 134px !important;
  height: 134px !important;
  min-width: 134px !important;
  min-height: 134px !important;
  line-height: 134px !important;
}
i.s-136,
mat-icon.s-136 {
  font-size: 136px !important;
  width: 136px !important;
  height: 136px !important;
  min-width: 136px !important;
  min-height: 136px !important;
  line-height: 136px !important;
}
i.s-138,
mat-icon.s-138 {
  font-size: 138px !important;
  width: 138px !important;
  height: 138px !important;
  min-width: 138px !important;
  min-height: 138px !important;
  line-height: 138px !important;
}
i.s-140,
mat-icon.s-140 {
  font-size: 140px !important;
  width: 140px !important;
  height: 140px !important;
  min-width: 140px !important;
  min-height: 140px !important;
  line-height: 140px !important;
}
i.s-142,
mat-icon.s-142 {
  font-size: 142px !important;
  width: 142px !important;
  height: 142px !important;
  min-width: 142px !important;
  min-height: 142px !important;
  line-height: 142px !important;
}
i.s-144,
mat-icon.s-144 {
  font-size: 144px !important;
  width: 144px !important;
  height: 144px !important;
  min-width: 144px !important;
  min-height: 144px !important;
  line-height: 144px !important;
}
i.s-146,
mat-icon.s-146 {
  font-size: 146px !important;
  width: 146px !important;
  height: 146px !important;
  min-width: 146px !important;
  min-height: 146px !important;
  line-height: 146px !important;
}
i.s-148,
mat-icon.s-148 {
  font-size: 148px !important;
  width: 148px !important;
  height: 148px !important;
  min-width: 148px !important;
  min-height: 148px !important;
  line-height: 148px !important;
}
i.s-150,
mat-icon.s-150 {
  font-size: 150px !important;
  width: 150px !important;
  height: 150px !important;
  min-width: 150px !important;
  min-height: 150px !important;
  line-height: 150px !important;
}
i.s-152,
mat-icon.s-152 {
  font-size: 152px !important;
  width: 152px !important;
  height: 152px !important;
  min-width: 152px !important;
  min-height: 152px !important;
  line-height: 152px !important;
}
i.s-154,
mat-icon.s-154 {
  font-size: 154px !important;
  width: 154px !important;
  height: 154px !important;
  min-width: 154px !important;
  min-height: 154px !important;
  line-height: 154px !important;
}
i.s-156,
mat-icon.s-156 {
  font-size: 156px !important;
  width: 156px !important;
  height: 156px !important;
  min-width: 156px !important;
  min-height: 156px !important;
  line-height: 156px !important;
}
i.s-158,
mat-icon.s-158 {
  font-size: 158px !important;
  width: 158px !important;
  height: 158px !important;
  min-width: 158px !important;
  min-height: 158px !important;
  line-height: 158px !important;
}
i.s-160,
mat-icon.s-160 {
  font-size: 160px !important;
  width: 160px !important;
  height: 160px !important;
  min-width: 160px !important;
  min-height: 160px !important;
  line-height: 160px !important;
}
i.s-162,
mat-icon.s-162 {
  font-size: 162px !important;
  width: 162px !important;
  height: 162px !important;
  min-width: 162px !important;
  min-height: 162px !important;
  line-height: 162px !important;
}
i.s-164,
mat-icon.s-164 {
  font-size: 164px !important;
  width: 164px !important;
  height: 164px !important;
  min-width: 164px !important;
  min-height: 164px !important;
  line-height: 164px !important;
}
i.s-166,
mat-icon.s-166 {
  font-size: 166px !important;
  width: 166px !important;
  height: 166px !important;
  min-width: 166px !important;
  min-height: 166px !important;
  line-height: 166px !important;
}
i.s-168,
mat-icon.s-168 {
  font-size: 168px !important;
  width: 168px !important;
  height: 168px !important;
  min-width: 168px !important;
  min-height: 168px !important;
  line-height: 168px !important;
}
i.s-170,
mat-icon.s-170 {
  font-size: 170px !important;
  width: 170px !important;
  height: 170px !important;
  min-width: 170px !important;
  min-height: 170px !important;
  line-height: 170px !important;
}
i.s-172,
mat-icon.s-172 {
  font-size: 172px !important;
  width: 172px !important;
  height: 172px !important;
  min-width: 172px !important;
  min-height: 172px !important;
  line-height: 172px !important;
}
i.s-174,
mat-icon.s-174 {
  font-size: 174px !important;
  width: 174px !important;
  height: 174px !important;
  min-width: 174px !important;
  min-height: 174px !important;
  line-height: 174px !important;
}
i.s-176,
mat-icon.s-176 {
  font-size: 176px !important;
  width: 176px !important;
  height: 176px !important;
  min-width: 176px !important;
  min-height: 176px !important;
  line-height: 176px !important;
}
i.s-178,
mat-icon.s-178 {
  font-size: 178px !important;
  width: 178px !important;
  height: 178px !important;
  min-width: 178px !important;
  min-height: 178px !important;
  line-height: 178px !important;
}
i.s-180,
mat-icon.s-180 {
  font-size: 180px !important;
  width: 180px !important;
  height: 180px !important;
  min-width: 180px !important;
  min-height: 180px !important;
  line-height: 180px !important;
}
i.s-182,
mat-icon.s-182 {
  font-size: 182px !important;
  width: 182px !important;
  height: 182px !important;
  min-width: 182px !important;
  min-height: 182px !important;
  line-height: 182px !important;
}
i.s-184,
mat-icon.s-184 {
  font-size: 184px !important;
  width: 184px !important;
  height: 184px !important;
  min-width: 184px !important;
  min-height: 184px !important;
  line-height: 184px !important;
}
i.s-186,
mat-icon.s-186 {
  font-size: 186px !important;
  width: 186px !important;
  height: 186px !important;
  min-width: 186px !important;
  min-height: 186px !important;
  line-height: 186px !important;
}
i.s-188,
mat-icon.s-188 {
  font-size: 188px !important;
  width: 188px !important;
  height: 188px !important;
  min-width: 188px !important;
  min-height: 188px !important;
  line-height: 188px !important;
}
i.s-190,
mat-icon.s-190 {
  font-size: 190px !important;
  width: 190px !important;
  height: 190px !important;
  min-width: 190px !important;
  min-height: 190px !important;
  line-height: 190px !important;
}
i.s-192,
mat-icon.s-192 {
  font-size: 192px !important;
  width: 192px !important;
  height: 192px !important;
  min-width: 192px !important;
  min-height: 192px !important;
  line-height: 192px !important;
}
i.s-194,
mat-icon.s-194 {
  font-size: 194px !important;
  width: 194px !important;
  height: 194px !important;
  min-width: 194px !important;
  min-height: 194px !important;
  line-height: 194px !important;
}
i.s-196,
mat-icon.s-196 {
  font-size: 196px !important;
  width: 196px !important;
  height: 196px !important;
  min-width: 196px !important;
  min-height: 196px !important;
  line-height: 196px !important;
}
i.s-198,
mat-icon.s-198 {
  font-size: 198px !important;
  width: 198px !important;
  height: 198px !important;
  min-width: 198px !important;
  min-height: 198px !important;
  line-height: 198px !important;
}
i.s-200,
mat-icon.s-200 {
  font-size: 200px !important;
  width: 200px !important;
  height: 200px !important;
  min-width: 200px !important;
  min-height: 200px !important;
  line-height: 200px !important;
}
i.s-202,
mat-icon.s-202 {
  font-size: 202px !important;
  width: 202px !important;
  height: 202px !important;
  min-width: 202px !important;
  min-height: 202px !important;
  line-height: 202px !important;
}
i.s-204,
mat-icon.s-204 {
  font-size: 204px !important;
  width: 204px !important;
  height: 204px !important;
  min-width: 204px !important;
  min-height: 204px !important;
  line-height: 204px !important;
}
i.s-206,
mat-icon.s-206 {
  font-size: 206px !important;
  width: 206px !important;
  height: 206px !important;
  min-width: 206px !important;
  min-height: 206px !important;
  line-height: 206px !important;
}
i.s-208,
mat-icon.s-208 {
  font-size: 208px !important;
  width: 208px !important;
  height: 208px !important;
  min-width: 208px !important;
  min-height: 208px !important;
  line-height: 208px !important;
}
i.s-210,
mat-icon.s-210 {
  font-size: 210px !important;
  width: 210px !important;
  height: 210px !important;
  min-width: 210px !important;
  min-height: 210px !important;
  line-height: 210px !important;
}
i.s-212,
mat-icon.s-212 {
  font-size: 212px !important;
  width: 212px !important;
  height: 212px !important;
  min-width: 212px !important;
  min-height: 212px !important;
  line-height: 212px !important;
}
i.s-214,
mat-icon.s-214 {
  font-size: 214px !important;
  width: 214px !important;
  height: 214px !important;
  min-width: 214px !important;
  min-height: 214px !important;
  line-height: 214px !important;
}
i.s-216,
mat-icon.s-216 {
  font-size: 216px !important;
  width: 216px !important;
  height: 216px !important;
  min-width: 216px !important;
  min-height: 216px !important;
  line-height: 216px !important;
}
i.s-218,
mat-icon.s-218 {
  font-size: 218px !important;
  width: 218px !important;
  height: 218px !important;
  min-width: 218px !important;
  min-height: 218px !important;
  line-height: 218px !important;
}
i.s-220,
mat-icon.s-220 {
  font-size: 220px !important;
  width: 220px !important;
  height: 220px !important;
  min-width: 220px !important;
  min-height: 220px !important;
  line-height: 220px !important;
}
i.s-222,
mat-icon.s-222 {
  font-size: 222px !important;
  width: 222px !important;
  height: 222px !important;
  min-width: 222px !important;
  min-height: 222px !important;
  line-height: 222px !important;
}
i.s-224,
mat-icon.s-224 {
  font-size: 224px !important;
  width: 224px !important;
  height: 224px !important;
  min-width: 224px !important;
  min-height: 224px !important;
  line-height: 224px !important;
}
i.s-226,
mat-icon.s-226 {
  font-size: 226px !important;
  width: 226px !important;
  height: 226px !important;
  min-width: 226px !important;
  min-height: 226px !important;
  line-height: 226px !important;
}
i.s-228,
mat-icon.s-228 {
  font-size: 228px !important;
  width: 228px !important;
  height: 228px !important;
  min-width: 228px !important;
  min-height: 228px !important;
  line-height: 228px !important;
}
i.s-230,
mat-icon.s-230 {
  font-size: 230px !important;
  width: 230px !important;
  height: 230px !important;
  min-width: 230px !important;
  min-height: 230px !important;
  line-height: 230px !important;
}
i.s-232,
mat-icon.s-232 {
  font-size: 232px !important;
  width: 232px !important;
  height: 232px !important;
  min-width: 232px !important;
  min-height: 232px !important;
  line-height: 232px !important;
}
i.s-234,
mat-icon.s-234 {
  font-size: 234px !important;
  width: 234px !important;
  height: 234px !important;
  min-width: 234px !important;
  min-height: 234px !important;
  line-height: 234px !important;
}
i.s-236,
mat-icon.s-236 {
  font-size: 236px !important;
  width: 236px !important;
  height: 236px !important;
  min-width: 236px !important;
  min-height: 236px !important;
  line-height: 236px !important;
}
i.s-238,
mat-icon.s-238 {
  font-size: 238px !important;
  width: 238px !important;
  height: 238px !important;
  min-width: 238px !important;
  min-height: 238px !important;
  line-height: 238px !important;
}
i.s-240,
mat-icon.s-240 {
  font-size: 240px !important;
  width: 240px !important;
  height: 240px !important;
  min-width: 240px !important;
  min-height: 240px !important;
  line-height: 240px !important;
}
i.s-242,
mat-icon.s-242 {
  font-size: 242px !important;
  width: 242px !important;
  height: 242px !important;
  min-width: 242px !important;
  min-height: 242px !important;
  line-height: 242px !important;
}
i.s-244,
mat-icon.s-244 {
  font-size: 244px !important;
  width: 244px !important;
  height: 244px !important;
  min-width: 244px !important;
  min-height: 244px !important;
  line-height: 244px !important;
}
i.s-246,
mat-icon.s-246 {
  font-size: 246px !important;
  width: 246px !important;
  height: 246px !important;
  min-width: 246px !important;
  min-height: 246px !important;
  line-height: 246px !important;
}
i.s-248,
mat-icon.s-248 {
  font-size: 248px !important;
  width: 248px !important;
  height: 248px !important;
  min-width: 248px !important;
  min-height: 248px !important;
  line-height: 248px !important;
}
i.s-250,
mat-icon.s-250 {
  font-size: 250px !important;
  width: 250px !important;
  height: 250px !important;
  min-width: 250px !important;
  min-height: 250px !important;
  line-height: 250px !important;
}
i.s-252,
mat-icon.s-252 {
  font-size: 252px !important;
  width: 252px !important;
  height: 252px !important;
  min-width: 252px !important;
  min-height: 252px !important;
  line-height: 252px !important;
}
i.s-254,
mat-icon.s-254 {
  font-size: 254px !important;
  width: 254px !important;
  height: 254px !important;
  min-width: 254px !important;
  min-height: 254px !important;
  line-height: 254px !important;
}
i.s-256,
mat-icon.s-256 {
  font-size: 256px !important;
  width: 256px !important;
  height: 256px !important;
  min-width: 256px !important;
  min-height: 256px !important;
  line-height: 256px !important;
}
@media (min-width: 576px) {
  i.s-sm-4,
mat-icon.s-sm-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-sm-6,
mat-icon.s-sm-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-sm-8,
mat-icon.s-sm-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-sm-10,
mat-icon.s-sm-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-sm-12,
mat-icon.s-sm-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-sm-14,
mat-icon.s-sm-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-sm-16,
mat-icon.s-sm-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-sm-18,
mat-icon.s-sm-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-sm-20,
mat-icon.s-sm-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-sm-22,
mat-icon.s-sm-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-sm-24,
mat-icon.s-sm-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-sm-26,
mat-icon.s-sm-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-sm-28,
mat-icon.s-sm-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-sm-30,
mat-icon.s-sm-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-sm-32,
mat-icon.s-sm-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-sm-34,
mat-icon.s-sm-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-sm-36,
mat-icon.s-sm-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-sm-38,
mat-icon.s-sm-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-sm-40,
mat-icon.s-sm-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-sm-42,
mat-icon.s-sm-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-sm-44,
mat-icon.s-sm-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-sm-46,
mat-icon.s-sm-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-sm-48,
mat-icon.s-sm-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-sm-50,
mat-icon.s-sm-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-sm-52,
mat-icon.s-sm-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-sm-54,
mat-icon.s-sm-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-sm-56,
mat-icon.s-sm-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-sm-58,
mat-icon.s-sm-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-sm-60,
mat-icon.s-sm-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-sm-62,
mat-icon.s-sm-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-sm-64,
mat-icon.s-sm-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-sm-66,
mat-icon.s-sm-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-sm-68,
mat-icon.s-sm-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-sm-70,
mat-icon.s-sm-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-sm-72,
mat-icon.s-sm-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-sm-74,
mat-icon.s-sm-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-sm-76,
mat-icon.s-sm-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-sm-78,
mat-icon.s-sm-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-sm-80,
mat-icon.s-sm-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-sm-82,
mat-icon.s-sm-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-sm-84,
mat-icon.s-sm-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-sm-86,
mat-icon.s-sm-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-sm-88,
mat-icon.s-sm-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-sm-90,
mat-icon.s-sm-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-sm-92,
mat-icon.s-sm-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-sm-94,
mat-icon.s-sm-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-sm-96,
mat-icon.s-sm-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-sm-98,
mat-icon.s-sm-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-sm-100,
mat-icon.s-sm-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-sm-102,
mat-icon.s-sm-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-sm-104,
mat-icon.s-sm-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-sm-106,
mat-icon.s-sm-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-sm-108,
mat-icon.s-sm-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-sm-110,
mat-icon.s-sm-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-sm-112,
mat-icon.s-sm-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-sm-114,
mat-icon.s-sm-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-sm-116,
mat-icon.s-sm-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-sm-118,
mat-icon.s-sm-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-sm-120,
mat-icon.s-sm-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-sm-122,
mat-icon.s-sm-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-sm-124,
mat-icon.s-sm-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-sm-126,
mat-icon.s-sm-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-sm-128,
mat-icon.s-sm-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-sm-130,
mat-icon.s-sm-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-sm-132,
mat-icon.s-sm-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-sm-134,
mat-icon.s-sm-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-sm-136,
mat-icon.s-sm-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-sm-138,
mat-icon.s-sm-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-sm-140,
mat-icon.s-sm-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-sm-142,
mat-icon.s-sm-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-sm-144,
mat-icon.s-sm-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-sm-146,
mat-icon.s-sm-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-sm-148,
mat-icon.s-sm-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-sm-150,
mat-icon.s-sm-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-sm-152,
mat-icon.s-sm-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-sm-154,
mat-icon.s-sm-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-sm-156,
mat-icon.s-sm-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-sm-158,
mat-icon.s-sm-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-sm-160,
mat-icon.s-sm-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-sm-162,
mat-icon.s-sm-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-sm-164,
mat-icon.s-sm-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-sm-166,
mat-icon.s-sm-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-sm-168,
mat-icon.s-sm-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-sm-170,
mat-icon.s-sm-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-sm-172,
mat-icon.s-sm-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-sm-174,
mat-icon.s-sm-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-sm-176,
mat-icon.s-sm-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-sm-178,
mat-icon.s-sm-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-sm-180,
mat-icon.s-sm-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-sm-182,
mat-icon.s-sm-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-sm-184,
mat-icon.s-sm-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-sm-186,
mat-icon.s-sm-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-sm-188,
mat-icon.s-sm-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-sm-190,
mat-icon.s-sm-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-sm-192,
mat-icon.s-sm-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-sm-194,
mat-icon.s-sm-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-sm-196,
mat-icon.s-sm-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-sm-198,
mat-icon.s-sm-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-sm-200,
mat-icon.s-sm-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-sm-202,
mat-icon.s-sm-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-sm-204,
mat-icon.s-sm-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-sm-206,
mat-icon.s-sm-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-sm-208,
mat-icon.s-sm-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-sm-210,
mat-icon.s-sm-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-sm-212,
mat-icon.s-sm-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-sm-214,
mat-icon.s-sm-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-sm-216,
mat-icon.s-sm-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-sm-218,
mat-icon.s-sm-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-sm-220,
mat-icon.s-sm-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-sm-222,
mat-icon.s-sm-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-sm-224,
mat-icon.s-sm-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-sm-226,
mat-icon.s-sm-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-sm-228,
mat-icon.s-sm-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-sm-230,
mat-icon.s-sm-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-sm-232,
mat-icon.s-sm-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-sm-234,
mat-icon.s-sm-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-sm-236,
mat-icon.s-sm-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-sm-238,
mat-icon.s-sm-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-sm-240,
mat-icon.s-sm-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-sm-242,
mat-icon.s-sm-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-sm-244,
mat-icon.s-sm-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-sm-246,
mat-icon.s-sm-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-sm-248,
mat-icon.s-sm-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-sm-250,
mat-icon.s-sm-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-sm-252,
mat-icon.s-sm-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-sm-254,
mat-icon.s-sm-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-sm-256,
mat-icon.s-sm-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media (min-width: 768px) {
  i.s-md-4,
mat-icon.s-md-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-md-6,
mat-icon.s-md-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-md-8,
mat-icon.s-md-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-md-10,
mat-icon.s-md-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-md-12,
mat-icon.s-md-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-md-14,
mat-icon.s-md-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-md-16,
mat-icon.s-md-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-md-18,
mat-icon.s-md-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-md-20,
mat-icon.s-md-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-md-22,
mat-icon.s-md-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-md-24,
mat-icon.s-md-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-md-26,
mat-icon.s-md-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-md-28,
mat-icon.s-md-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-md-30,
mat-icon.s-md-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-md-32,
mat-icon.s-md-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-md-34,
mat-icon.s-md-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-md-36,
mat-icon.s-md-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-md-38,
mat-icon.s-md-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-md-40,
mat-icon.s-md-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-md-42,
mat-icon.s-md-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-md-44,
mat-icon.s-md-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-md-46,
mat-icon.s-md-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-md-48,
mat-icon.s-md-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-md-50,
mat-icon.s-md-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-md-52,
mat-icon.s-md-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-md-54,
mat-icon.s-md-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-md-56,
mat-icon.s-md-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-md-58,
mat-icon.s-md-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-md-60,
mat-icon.s-md-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-md-62,
mat-icon.s-md-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-md-64,
mat-icon.s-md-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-md-66,
mat-icon.s-md-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-md-68,
mat-icon.s-md-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-md-70,
mat-icon.s-md-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-md-72,
mat-icon.s-md-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-md-74,
mat-icon.s-md-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-md-76,
mat-icon.s-md-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-md-78,
mat-icon.s-md-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-md-80,
mat-icon.s-md-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-md-82,
mat-icon.s-md-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-md-84,
mat-icon.s-md-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-md-86,
mat-icon.s-md-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-md-88,
mat-icon.s-md-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-md-90,
mat-icon.s-md-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-md-92,
mat-icon.s-md-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-md-94,
mat-icon.s-md-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-md-96,
mat-icon.s-md-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-md-98,
mat-icon.s-md-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-md-100,
mat-icon.s-md-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-md-102,
mat-icon.s-md-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-md-104,
mat-icon.s-md-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-md-106,
mat-icon.s-md-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-md-108,
mat-icon.s-md-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-md-110,
mat-icon.s-md-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-md-112,
mat-icon.s-md-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-md-114,
mat-icon.s-md-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-md-116,
mat-icon.s-md-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-md-118,
mat-icon.s-md-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-md-120,
mat-icon.s-md-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-md-122,
mat-icon.s-md-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-md-124,
mat-icon.s-md-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-md-126,
mat-icon.s-md-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-md-128,
mat-icon.s-md-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-md-130,
mat-icon.s-md-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-md-132,
mat-icon.s-md-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-md-134,
mat-icon.s-md-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-md-136,
mat-icon.s-md-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-md-138,
mat-icon.s-md-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-md-140,
mat-icon.s-md-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-md-142,
mat-icon.s-md-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-md-144,
mat-icon.s-md-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-md-146,
mat-icon.s-md-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-md-148,
mat-icon.s-md-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-md-150,
mat-icon.s-md-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-md-152,
mat-icon.s-md-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-md-154,
mat-icon.s-md-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-md-156,
mat-icon.s-md-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-md-158,
mat-icon.s-md-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-md-160,
mat-icon.s-md-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-md-162,
mat-icon.s-md-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-md-164,
mat-icon.s-md-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-md-166,
mat-icon.s-md-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-md-168,
mat-icon.s-md-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-md-170,
mat-icon.s-md-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-md-172,
mat-icon.s-md-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-md-174,
mat-icon.s-md-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-md-176,
mat-icon.s-md-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-md-178,
mat-icon.s-md-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-md-180,
mat-icon.s-md-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-md-182,
mat-icon.s-md-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-md-184,
mat-icon.s-md-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-md-186,
mat-icon.s-md-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-md-188,
mat-icon.s-md-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-md-190,
mat-icon.s-md-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-md-192,
mat-icon.s-md-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-md-194,
mat-icon.s-md-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-md-196,
mat-icon.s-md-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-md-198,
mat-icon.s-md-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-md-200,
mat-icon.s-md-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-md-202,
mat-icon.s-md-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-md-204,
mat-icon.s-md-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-md-206,
mat-icon.s-md-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-md-208,
mat-icon.s-md-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-md-210,
mat-icon.s-md-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-md-212,
mat-icon.s-md-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-md-214,
mat-icon.s-md-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-md-216,
mat-icon.s-md-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-md-218,
mat-icon.s-md-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-md-220,
mat-icon.s-md-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-md-222,
mat-icon.s-md-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-md-224,
mat-icon.s-md-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-md-226,
mat-icon.s-md-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-md-228,
mat-icon.s-md-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-md-230,
mat-icon.s-md-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-md-232,
mat-icon.s-md-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-md-234,
mat-icon.s-md-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-md-236,
mat-icon.s-md-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-md-238,
mat-icon.s-md-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-md-240,
mat-icon.s-md-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-md-242,
mat-icon.s-md-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-md-244,
mat-icon.s-md-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-md-246,
mat-icon.s-md-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-md-248,
mat-icon.s-md-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-md-250,
mat-icon.s-md-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-md-252,
mat-icon.s-md-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-md-254,
mat-icon.s-md-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-md-256,
mat-icon.s-md-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media (min-width: 992px) {
  i.s-lg-4,
mat-icon.s-lg-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-lg-6,
mat-icon.s-lg-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-lg-8,
mat-icon.s-lg-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-lg-10,
mat-icon.s-lg-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-lg-12,
mat-icon.s-lg-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-lg-14,
mat-icon.s-lg-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-lg-16,
mat-icon.s-lg-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-lg-18,
mat-icon.s-lg-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-lg-20,
mat-icon.s-lg-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-lg-22,
mat-icon.s-lg-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-lg-24,
mat-icon.s-lg-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-lg-26,
mat-icon.s-lg-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-lg-28,
mat-icon.s-lg-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-lg-30,
mat-icon.s-lg-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-lg-32,
mat-icon.s-lg-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-lg-34,
mat-icon.s-lg-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-lg-36,
mat-icon.s-lg-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-lg-38,
mat-icon.s-lg-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-lg-40,
mat-icon.s-lg-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-lg-42,
mat-icon.s-lg-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-lg-44,
mat-icon.s-lg-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-lg-46,
mat-icon.s-lg-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-lg-48,
mat-icon.s-lg-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-lg-50,
mat-icon.s-lg-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-lg-52,
mat-icon.s-lg-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-lg-54,
mat-icon.s-lg-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-lg-56,
mat-icon.s-lg-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-lg-58,
mat-icon.s-lg-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-lg-60,
mat-icon.s-lg-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-lg-62,
mat-icon.s-lg-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-lg-64,
mat-icon.s-lg-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-lg-66,
mat-icon.s-lg-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-lg-68,
mat-icon.s-lg-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-lg-70,
mat-icon.s-lg-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-lg-72,
mat-icon.s-lg-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-lg-74,
mat-icon.s-lg-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-lg-76,
mat-icon.s-lg-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-lg-78,
mat-icon.s-lg-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-lg-80,
mat-icon.s-lg-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-lg-82,
mat-icon.s-lg-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-lg-84,
mat-icon.s-lg-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-lg-86,
mat-icon.s-lg-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-lg-88,
mat-icon.s-lg-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-lg-90,
mat-icon.s-lg-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-lg-92,
mat-icon.s-lg-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-lg-94,
mat-icon.s-lg-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-lg-96,
mat-icon.s-lg-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-lg-98,
mat-icon.s-lg-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-lg-100,
mat-icon.s-lg-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-lg-102,
mat-icon.s-lg-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-lg-104,
mat-icon.s-lg-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-lg-106,
mat-icon.s-lg-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-lg-108,
mat-icon.s-lg-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-lg-110,
mat-icon.s-lg-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-lg-112,
mat-icon.s-lg-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-lg-114,
mat-icon.s-lg-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-lg-116,
mat-icon.s-lg-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-lg-118,
mat-icon.s-lg-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-lg-120,
mat-icon.s-lg-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-lg-122,
mat-icon.s-lg-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-lg-124,
mat-icon.s-lg-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-lg-126,
mat-icon.s-lg-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-lg-128,
mat-icon.s-lg-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-lg-130,
mat-icon.s-lg-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-lg-132,
mat-icon.s-lg-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-lg-134,
mat-icon.s-lg-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-lg-136,
mat-icon.s-lg-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-lg-138,
mat-icon.s-lg-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-lg-140,
mat-icon.s-lg-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-lg-142,
mat-icon.s-lg-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-lg-144,
mat-icon.s-lg-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-lg-146,
mat-icon.s-lg-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-lg-148,
mat-icon.s-lg-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-lg-150,
mat-icon.s-lg-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-lg-152,
mat-icon.s-lg-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-lg-154,
mat-icon.s-lg-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-lg-156,
mat-icon.s-lg-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-lg-158,
mat-icon.s-lg-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-lg-160,
mat-icon.s-lg-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-lg-162,
mat-icon.s-lg-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-lg-164,
mat-icon.s-lg-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-lg-166,
mat-icon.s-lg-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-lg-168,
mat-icon.s-lg-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-lg-170,
mat-icon.s-lg-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-lg-172,
mat-icon.s-lg-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-lg-174,
mat-icon.s-lg-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-lg-176,
mat-icon.s-lg-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-lg-178,
mat-icon.s-lg-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-lg-180,
mat-icon.s-lg-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-lg-182,
mat-icon.s-lg-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-lg-184,
mat-icon.s-lg-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-lg-186,
mat-icon.s-lg-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-lg-188,
mat-icon.s-lg-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-lg-190,
mat-icon.s-lg-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-lg-192,
mat-icon.s-lg-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-lg-194,
mat-icon.s-lg-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-lg-196,
mat-icon.s-lg-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-lg-198,
mat-icon.s-lg-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-lg-200,
mat-icon.s-lg-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-lg-202,
mat-icon.s-lg-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-lg-204,
mat-icon.s-lg-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-lg-206,
mat-icon.s-lg-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-lg-208,
mat-icon.s-lg-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-lg-210,
mat-icon.s-lg-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-lg-212,
mat-icon.s-lg-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-lg-214,
mat-icon.s-lg-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-lg-216,
mat-icon.s-lg-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-lg-218,
mat-icon.s-lg-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-lg-220,
mat-icon.s-lg-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-lg-222,
mat-icon.s-lg-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-lg-224,
mat-icon.s-lg-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-lg-226,
mat-icon.s-lg-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-lg-228,
mat-icon.s-lg-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-lg-230,
mat-icon.s-lg-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-lg-232,
mat-icon.s-lg-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-lg-234,
mat-icon.s-lg-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-lg-236,
mat-icon.s-lg-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-lg-238,
mat-icon.s-lg-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-lg-240,
mat-icon.s-lg-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-lg-242,
mat-icon.s-lg-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-lg-244,
mat-icon.s-lg-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-lg-246,
mat-icon.s-lg-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-lg-248,
mat-icon.s-lg-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-lg-250,
mat-icon.s-lg-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-lg-252,
mat-icon.s-lg-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-lg-254,
mat-icon.s-lg-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-lg-256,
mat-icon.s-lg-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media (min-width: 1200px) {
  i.s-xl-4,
mat-icon.s-xl-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  i.s-xl-6,
mat-icon.s-xl-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  i.s-xl-8,
mat-icon.s-xl-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  i.s-xl-10,
mat-icon.s-xl-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  i.s-xl-12,
mat-icon.s-xl-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  i.s-xl-14,
mat-icon.s-xl-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  i.s-xl-16,
mat-icon.s-xl-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  i.s-xl-18,
mat-icon.s-xl-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  i.s-xl-20,
mat-icon.s-xl-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  i.s-xl-22,
mat-icon.s-xl-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  i.s-xl-24,
mat-icon.s-xl-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  i.s-xl-26,
mat-icon.s-xl-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  i.s-xl-28,
mat-icon.s-xl-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  i.s-xl-30,
mat-icon.s-xl-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  i.s-xl-32,
mat-icon.s-xl-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  i.s-xl-34,
mat-icon.s-xl-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  i.s-xl-36,
mat-icon.s-xl-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  i.s-xl-38,
mat-icon.s-xl-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  i.s-xl-40,
mat-icon.s-xl-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  i.s-xl-42,
mat-icon.s-xl-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  i.s-xl-44,
mat-icon.s-xl-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  i.s-xl-46,
mat-icon.s-xl-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  i.s-xl-48,
mat-icon.s-xl-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  i.s-xl-50,
mat-icon.s-xl-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  i.s-xl-52,
mat-icon.s-xl-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  i.s-xl-54,
mat-icon.s-xl-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  i.s-xl-56,
mat-icon.s-xl-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  i.s-xl-58,
mat-icon.s-xl-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  i.s-xl-60,
mat-icon.s-xl-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  i.s-xl-62,
mat-icon.s-xl-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  i.s-xl-64,
mat-icon.s-xl-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  i.s-xl-66,
mat-icon.s-xl-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  i.s-xl-68,
mat-icon.s-xl-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  i.s-xl-70,
mat-icon.s-xl-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  i.s-xl-72,
mat-icon.s-xl-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  i.s-xl-74,
mat-icon.s-xl-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  i.s-xl-76,
mat-icon.s-xl-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  i.s-xl-78,
mat-icon.s-xl-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  i.s-xl-80,
mat-icon.s-xl-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  i.s-xl-82,
mat-icon.s-xl-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  i.s-xl-84,
mat-icon.s-xl-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  i.s-xl-86,
mat-icon.s-xl-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  i.s-xl-88,
mat-icon.s-xl-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  i.s-xl-90,
mat-icon.s-xl-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  i.s-xl-92,
mat-icon.s-xl-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  i.s-xl-94,
mat-icon.s-xl-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  i.s-xl-96,
mat-icon.s-xl-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  i.s-xl-98,
mat-icon.s-xl-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  i.s-xl-100,
mat-icon.s-xl-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  i.s-xl-102,
mat-icon.s-xl-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  i.s-xl-104,
mat-icon.s-xl-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  i.s-xl-106,
mat-icon.s-xl-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  i.s-xl-108,
mat-icon.s-xl-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  i.s-xl-110,
mat-icon.s-xl-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  i.s-xl-112,
mat-icon.s-xl-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  i.s-xl-114,
mat-icon.s-xl-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  i.s-xl-116,
mat-icon.s-xl-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  i.s-xl-118,
mat-icon.s-xl-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  i.s-xl-120,
mat-icon.s-xl-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  i.s-xl-122,
mat-icon.s-xl-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  i.s-xl-124,
mat-icon.s-xl-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  i.s-xl-126,
mat-icon.s-xl-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  i.s-xl-128,
mat-icon.s-xl-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  i.s-xl-130,
mat-icon.s-xl-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  i.s-xl-132,
mat-icon.s-xl-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  i.s-xl-134,
mat-icon.s-xl-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  i.s-xl-136,
mat-icon.s-xl-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  i.s-xl-138,
mat-icon.s-xl-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  i.s-xl-140,
mat-icon.s-xl-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  i.s-xl-142,
mat-icon.s-xl-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  i.s-xl-144,
mat-icon.s-xl-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  i.s-xl-146,
mat-icon.s-xl-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  i.s-xl-148,
mat-icon.s-xl-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  i.s-xl-150,
mat-icon.s-xl-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  i.s-xl-152,
mat-icon.s-xl-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  i.s-xl-154,
mat-icon.s-xl-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  i.s-xl-156,
mat-icon.s-xl-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  i.s-xl-158,
mat-icon.s-xl-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  i.s-xl-160,
mat-icon.s-xl-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  i.s-xl-162,
mat-icon.s-xl-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  i.s-xl-164,
mat-icon.s-xl-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  i.s-xl-166,
mat-icon.s-xl-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  i.s-xl-168,
mat-icon.s-xl-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  i.s-xl-170,
mat-icon.s-xl-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  i.s-xl-172,
mat-icon.s-xl-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  i.s-xl-174,
mat-icon.s-xl-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  i.s-xl-176,
mat-icon.s-xl-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  i.s-xl-178,
mat-icon.s-xl-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  i.s-xl-180,
mat-icon.s-xl-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  i.s-xl-182,
mat-icon.s-xl-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  i.s-xl-184,
mat-icon.s-xl-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  i.s-xl-186,
mat-icon.s-xl-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  i.s-xl-188,
mat-icon.s-xl-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  i.s-xl-190,
mat-icon.s-xl-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  i.s-xl-192,
mat-icon.s-xl-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  i.s-xl-194,
mat-icon.s-xl-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  i.s-xl-196,
mat-icon.s-xl-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  i.s-xl-198,
mat-icon.s-xl-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  i.s-xl-200,
mat-icon.s-xl-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  i.s-xl-202,
mat-icon.s-xl-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  i.s-xl-204,
mat-icon.s-xl-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  i.s-xl-206,
mat-icon.s-xl-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  i.s-xl-208,
mat-icon.s-xl-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  i.s-xl-210,
mat-icon.s-xl-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  i.s-xl-212,
mat-icon.s-xl-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  i.s-xl-214,
mat-icon.s-xl-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  i.s-xl-216,
mat-icon.s-xl-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  i.s-xl-218,
mat-icon.s-xl-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  i.s-xl-220,
mat-icon.s-xl-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  i.s-xl-222,
mat-icon.s-xl-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  i.s-xl-224,
mat-icon.s-xl-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  i.s-xl-226,
mat-icon.s-xl-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  i.s-xl-228,
mat-icon.s-xl-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  i.s-xl-230,
mat-icon.s-xl-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  i.s-xl-232,
mat-icon.s-xl-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  i.s-xl-234,
mat-icon.s-xl-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  i.s-xl-236,
mat-icon.s-xl-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  i.s-xl-238,
mat-icon.s-xl-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  i.s-xl-240,
mat-icon.s-xl-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  i.s-xl-242,
mat-icon.s-xl-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  i.s-xl-244,
mat-icon.s-xl-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  i.s-xl-246,
mat-icon.s-xl-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  i.s-xl-248,
mat-icon.s-xl-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  i.s-xl-250,
mat-icon.s-xl-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  i.s-xl-252,
mat-icon.s-xl-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  i.s-xl-254,
mat-icon.s-xl-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  i.s-xl-256,
mat-icon.s-xl-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
.secondary-text,
.mat-icon,
.icon {
  color: rgba(0, 0, 0, 0.54);
}
.hint-text,
.disabled-text {
  color: rgba(0, 0, 0, 0.38);
}
.divider {
  color: rgba(0, 0, 0, 0.12);
}
.primary-50-bg {
  background-color: #ECECEE !important;
}
.mat-primary-50-bg {
  background-color: #ECECEE !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-primary-50-bg .mat-icon,
.mat-primary-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-primary-50-bg.secondary-text,
.mat-primary-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-primary-50-bg.hint-text,
.mat-primary-50-bg .hint-text, .mat-primary-50-bg.disabled-text,
.mat-primary-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-primary-50-bg.divider,
.mat-primary-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-primary-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-primary-50-bg input[type=text] {
  color: black;
}
.mat-primary-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-primary-50-bg .mat-select-trigger,
.mat-primary-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-primary-50-bg .mat-select-disabled .mat-select-value,
.mat-primary-50-bg .mat-select-arrow,
.mat-primary-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-50-bg .mat-select-content,
.mat-primary-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-50-bg[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.primary-50-fg {
  color: #ECECEE !important;
}
.primary-50-fg .mat-icon,
.primary-50-fg .icon {
  color: white;
}
.primary-50-fg.secondary-text,
.primary-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-50-fg.hint-text,
.primary-50-fg .hint-text, .primary-50-fg.disabled-text,
.primary-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-50-fg.divider,
.primary-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-50-fg input[type=text] {
  color: white;
}
.primary-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-50-fg .mat-select-trigger,
.primary-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-50-fg .mat-select-disabled .mat-select-value,
.primary-50-fg .mat-select-arrow,
.primary-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-50-fg .mat-select-content,
.primary-50-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-50-fg .mat-select-value {
  color: white;
}
.primary-50-border {
  border-color: #ECECEE !important;
}
.primary-50-border-top {
  border-top-color: #ECECEE !important;
}
.primary-50-border-right {
  border-right-color: #ECECEE !important;
}
.primary-50-border-bottom {
  border-bottom-color: #ECECEE !important;
}
.primary-50-border-left {
  border-left-color: #ECECEE !important;
}
.primary-100-bg {
  background-color: #C5C6CB !important;
}
.mat-primary-100-bg {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-primary-100-bg .mat-icon,
.mat-primary-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-primary-100-bg.secondary-text,
.mat-primary-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-primary-100-bg.hint-text,
.mat-primary-100-bg .hint-text, .mat-primary-100-bg.disabled-text,
.mat-primary-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-primary-100-bg.divider,
.mat-primary-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-primary-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-primary-100-bg input[type=text] {
  color: black;
}
.mat-primary-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-primary-100-bg .mat-select-trigger,
.mat-primary-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-primary-100-bg .mat-select-disabled .mat-select-value,
.mat-primary-100-bg .mat-select-arrow,
.mat-primary-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-100-bg .mat-select-content,
.mat-primary-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-100-bg[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.primary-100-fg {
  color: #C5C6CB !important;
}
.primary-100-fg .mat-icon,
.primary-100-fg .icon {
  color: white;
}
.primary-100-fg.secondary-text,
.primary-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-100-fg.hint-text,
.primary-100-fg .hint-text, .primary-100-fg.disabled-text,
.primary-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-100-fg.divider,
.primary-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-100-fg input[type=text] {
  color: white;
}
.primary-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-100-fg .mat-select-trigger,
.primary-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-100-fg .mat-select-disabled .mat-select-value,
.primary-100-fg .mat-select-arrow,
.primary-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-100-fg .mat-select-content,
.primary-100-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-100-fg .mat-select-value {
  color: white;
}
.primary-100-border {
  border-color: #C5C6CB !important;
}
.primary-100-border-top {
  border-top-color: #C5C6CB !important;
}
.primary-100-border-right {
  border-right-color: #C5C6CB !important;
}
.primary-100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
.primary-100-border-left {
  border-left-color: #C5C6CB !important;
}
.primary-200-bg {
  background-color: #9EA1A9 !important;
}
.mat-primary-200-bg {
  background-color: #9EA1A9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-primary-200-bg .mat-icon,
.mat-primary-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-primary-200-bg.secondary-text,
.mat-primary-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-primary-200-bg.hint-text,
.mat-primary-200-bg .hint-text, .mat-primary-200-bg.disabled-text,
.mat-primary-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-primary-200-bg.divider,
.mat-primary-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-primary-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-primary-200-bg input[type=text] {
  color: black;
}
.mat-primary-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-primary-200-bg .mat-select-trigger,
.mat-primary-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-primary-200-bg .mat-select-disabled .mat-select-value,
.mat-primary-200-bg .mat-select-arrow,
.mat-primary-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-200-bg .mat-select-content,
.mat-primary-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-200-bg[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.primary-200-fg {
  color: #9EA1A9 !important;
}
.primary-200-fg .mat-icon,
.primary-200-fg .icon {
  color: white;
}
.primary-200-fg.secondary-text,
.primary-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-200-fg.hint-text,
.primary-200-fg .hint-text, .primary-200-fg.disabled-text,
.primary-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-200-fg.divider,
.primary-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-200-fg input[type=text] {
  color: white;
}
.primary-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-200-fg .mat-select-trigger,
.primary-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-200-fg .mat-select-disabled .mat-select-value,
.primary-200-fg .mat-select-arrow,
.primary-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-200-fg .mat-select-content,
.primary-200-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-200-fg .mat-select-value {
  color: white;
}
.primary-200-border {
  border-color: #9EA1A9 !important;
}
.primary-200-border-top {
  border-top-color: #9EA1A9 !important;
}
.primary-200-border-right {
  border-right-color: #9EA1A9 !important;
}
.primary-200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
.primary-200-border-left {
  border-left-color: #9EA1A9 !important;
}
.primary-300-bg {
  background-color: #7D818C !important;
}
.mat-primary-300-bg {
  background-color: #7D818C !important;
  color: white !important;
}
.mat-primary-300-bg .mat-icon,
.mat-primary-300-bg .icon {
  color: white;
}
.mat-primary-300-bg.secondary-text,
.mat-primary-300-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-primary-300-bg.hint-text,
.mat-primary-300-bg .hint-text, .mat-primary-300-bg.disabled-text,
.mat-primary-300-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-primary-300-bg.divider,
.mat-primary-300-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-primary-300-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-primary-300-bg input[type=text] {
  color: white;
}
.mat-primary-300-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-300-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-300-bg .mat-select-trigger,
.mat-primary-300-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-300-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-300-bg .mat-select-disabled .mat-select-value,
.mat-primary-300-bg .mat-select-arrow,
.mat-primary-300-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-300-bg .mat-select-content,
.mat-primary-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-300-bg .mat-select-value {
  color: white;
}
.mat-primary-300-bg[disabled] {
  background-color: rgba(125, 129, 140, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.primary-300-fg {
  color: #7D818C !important;
}
.primary-300-fg .mat-icon,
.primary-300-fg .icon {
  color: white;
}
.primary-300-fg.secondary-text,
.primary-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-300-fg.hint-text,
.primary-300-fg .hint-text, .primary-300-fg.disabled-text,
.primary-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-300-fg.divider,
.primary-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-300-fg input[type=text] {
  color: white;
}
.primary-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-300-fg .mat-select-trigger,
.primary-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-300-fg .mat-select-disabled .mat-select-value,
.primary-300-fg .mat-select-arrow,
.primary-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-300-fg .mat-select-content,
.primary-300-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-300-fg .mat-select-value {
  color: white;
}
.primary-300-border {
  border-color: #7D818C !important;
}
.primary-300-border-top {
  border-top-color: #7D818C !important;
}
.primary-300-border-right {
  border-right-color: #7D818C !important;
}
.primary-300-border-bottom {
  border-bottom-color: #7D818C !important;
}
.primary-300-border-left {
  border-left-color: #7D818C !important;
}
.primary-400-bg {
  background-color: #5C616F !important;
}
.mat-primary-400-bg {
  background-color: #5C616F !important;
  color: white !important;
}
.mat-primary-400-bg .mat-icon,
.mat-primary-400-bg .icon {
  color: white;
}
.mat-primary-400-bg.secondary-text,
.mat-primary-400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-primary-400-bg.hint-text,
.mat-primary-400-bg .hint-text, .mat-primary-400-bg.disabled-text,
.mat-primary-400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-primary-400-bg.divider,
.mat-primary-400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-primary-400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-primary-400-bg input[type=text] {
  color: white;
}
.mat-primary-400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-400-bg .mat-select-trigger,
.mat-primary-400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-400-bg .mat-select-disabled .mat-select-value,
.mat-primary-400-bg .mat-select-arrow,
.mat-primary-400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-400-bg .mat-select-content,
.mat-primary-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-400-bg .mat-select-value {
  color: white;
}
.mat-primary-400-bg[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.primary-400-fg {
  color: #5C616F !important;
}
.primary-400-fg .mat-icon,
.primary-400-fg .icon {
  color: white;
}
.primary-400-fg.secondary-text,
.primary-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-400-fg.hint-text,
.primary-400-fg .hint-text, .primary-400-fg.disabled-text,
.primary-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-400-fg.divider,
.primary-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-400-fg input[type=text] {
  color: white;
}
.primary-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-400-fg .mat-select-trigger,
.primary-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-400-fg .mat-select-disabled .mat-select-value,
.primary-400-fg .mat-select-arrow,
.primary-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-400-fg .mat-select-content,
.primary-400-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-400-fg .mat-select-value {
  color: white;
}
.primary-400-border {
  border-color: #5C616F !important;
}
.primary-400-border-top {
  border-top-color: #5C616F !important;
}
.primary-400-border-right {
  border-right-color: #5C616F !important;
}
.primary-400-border-bottom {
  border-bottom-color: #5C616F !important;
}
.primary-400-border-left {
  border-left-color: #5C616F !important;
}
.primary-500-bg {
  background-color: #3C4252 !important;
}
.mat-primary-500-bg {
  background-color: #3C4252 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-primary-500-bg .mat-icon,
.mat-primary-500-bg .icon {
  color: white;
}
.mat-primary-500-bg.secondary-text,
.mat-primary-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-primary-500-bg.hint-text,
.mat-primary-500-bg .hint-text, .mat-primary-500-bg.disabled-text,
.mat-primary-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-primary-500-bg.divider,
.mat-primary-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-primary-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-primary-500-bg input[type=text] {
  color: white;
}
.mat-primary-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-500-bg .mat-select-trigger,
.mat-primary-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-500-bg .mat-select-disabled .mat-select-value,
.mat-primary-500-bg .mat-select-arrow,
.mat-primary-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-500-bg .mat-select-content,
.mat-primary-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-500-bg .mat-select-value {
  color: white;
}
.mat-primary-500-bg[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.primary-500-fg {
  color: #3C4252 !important;
}
.primary-500-fg .mat-icon,
.primary-500-fg .icon {
  color: white;
}
.primary-500-fg.secondary-text,
.primary-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-500-fg.hint-text,
.primary-500-fg .hint-text, .primary-500-fg.disabled-text,
.primary-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-500-fg.divider,
.primary-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-500-fg input[type=text] {
  color: white;
}
.primary-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-500-fg .mat-select-trigger,
.primary-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-500-fg .mat-select-disabled .mat-select-value,
.primary-500-fg .mat-select-arrow,
.primary-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-500-fg .mat-select-content,
.primary-500-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-500-fg .mat-select-value {
  color: white;
}
.primary-500-border {
  border-color: #3C4252 !important;
}
.primary-500-border-top {
  border-top-color: #3C4252 !important;
}
.primary-500-border-right {
  border-right-color: #3C4252 !important;
}
.primary-500-border-bottom {
  border-bottom-color: #3C4252 !important;
}
.primary-500-border-left {
  border-left-color: #3C4252 !important;
}
.primary-bg {
  background-color: #3C4252 !important;
}
.mat-primary-bg {
  background-color: #3C4252 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-primary-bg .mat-icon,
.mat-primary-bg .icon {
  color: white;
}
.mat-primary-bg.secondary-text,
.mat-primary-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-primary-bg.hint-text,
.mat-primary-bg .hint-text, .mat-primary-bg.disabled-text,
.mat-primary-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-primary-bg.divider,
.mat-primary-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-primary-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-primary-bg input[type=text] {
  color: white;
}
.mat-primary-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-bg .mat-select-trigger,
.mat-primary-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-bg .mat-select-disabled .mat-select-value,
.mat-primary-bg .mat-select-arrow,
.mat-primary-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-bg .mat-select-content,
.mat-primary-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-bg .mat-select-value {
  color: white;
}
.mat-primary-bg[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.primary-fg {
  color: #3C4252 !important;
}
.primary-fg .mat-icon,
.primary-fg .icon {
  color: white;
}
.primary-fg.secondary-text,
.primary-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-fg.hint-text,
.primary-fg .hint-text, .primary-fg.disabled-text,
.primary-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-fg.divider,
.primary-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-fg input[type=text] {
  color: white;
}
.primary-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-fg .mat-select-trigger,
.primary-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-fg .mat-select-disabled .mat-select-value,
.primary-fg .mat-select-arrow,
.primary-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-fg .mat-select-content,
.primary-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-fg .mat-select-value {
  color: white;
}
.primary-border {
  border-color: #3C4252 !important;
}
.primary-border-top {
  border-top-color: #3C4252 !important;
}
.primary-border-right {
  border-right-color: #3C4252 !important;
}
.primary-border-bottom {
  border-bottom-color: #3C4252 !important;
}
.primary-border-left {
  border-left-color: #3C4252 !important;
}
.primary-600-bg {
  background-color: #353A48 !important;
}
.mat-primary-600-bg {
  background-color: #353A48 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-primary-600-bg .mat-icon,
.mat-primary-600-bg .icon {
  color: white;
}
.mat-primary-600-bg.secondary-text,
.mat-primary-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-primary-600-bg.hint-text,
.mat-primary-600-bg .hint-text, .mat-primary-600-bg.disabled-text,
.mat-primary-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-primary-600-bg.divider,
.mat-primary-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-primary-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-primary-600-bg input[type=text] {
  color: white;
}
.mat-primary-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-600-bg .mat-select-trigger,
.mat-primary-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-600-bg .mat-select-disabled .mat-select-value,
.mat-primary-600-bg .mat-select-arrow,
.mat-primary-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-600-bg .mat-select-content,
.mat-primary-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-600-bg .mat-select-value {
  color: white;
}
.mat-primary-600-bg[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.primary-600-fg {
  color: #353A48 !important;
}
.primary-600-fg .mat-icon,
.primary-600-fg .icon {
  color: white;
}
.primary-600-fg.secondary-text,
.primary-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-600-fg.hint-text,
.primary-600-fg .hint-text, .primary-600-fg.disabled-text,
.primary-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-600-fg.divider,
.primary-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-600-fg input[type=text] {
  color: white;
}
.primary-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-600-fg .mat-select-trigger,
.primary-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-600-fg .mat-select-disabled .mat-select-value,
.primary-600-fg .mat-select-arrow,
.primary-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-600-fg .mat-select-content,
.primary-600-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-600-fg .mat-select-value {
  color: white;
}
.primary-600-border {
  border-color: #353A48 !important;
}
.primary-600-border-top {
  border-top-color: #353A48 !important;
}
.primary-600-border-right {
  border-right-color: #353A48 !important;
}
.primary-600-border-bottom {
  border-bottom-color: #353A48 !important;
}
.primary-600-border-left {
  border-left-color: #353A48 !important;
}
.primary-700-bg {
  background-color: #002b49 !important;
}
.mat-primary-700-bg {
  background-color: #002b49 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-primary-700-bg .mat-icon,
.mat-primary-700-bg .icon {
  color: white;
}
.mat-primary-700-bg.secondary-text,
.mat-primary-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-primary-700-bg.hint-text,
.mat-primary-700-bg .hint-text, .mat-primary-700-bg.disabled-text,
.mat-primary-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-primary-700-bg.divider,
.mat-primary-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-primary-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-primary-700-bg input[type=text] {
  color: white;
}
.mat-primary-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-700-bg .mat-select-trigger,
.mat-primary-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-700-bg .mat-select-disabled .mat-select-value,
.mat-primary-700-bg .mat-select-arrow,
.mat-primary-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-700-bg .mat-select-content,
.mat-primary-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-700-bg .mat-select-value {
  color: white;
}
.mat-primary-700-bg[disabled] {
  background-color: rgba(0, 43, 73, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.primary-700-fg {
  color: #002b49 !important;
}
.primary-700-fg .mat-icon,
.primary-700-fg .icon {
  color: white;
}
.primary-700-fg.secondary-text,
.primary-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-700-fg.hint-text,
.primary-700-fg .hint-text, .primary-700-fg.disabled-text,
.primary-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-700-fg.divider,
.primary-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-700-fg input[type=text] {
  color: white;
}
.primary-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-700-fg .mat-select-trigger,
.primary-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-700-fg .mat-select-disabled .mat-select-value,
.primary-700-fg .mat-select-arrow,
.primary-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-700-fg .mat-select-content,
.primary-700-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-700-fg .mat-select-value {
  color: white;
}
.primary-700-border {
  border-color: #002b49 !important;
}
.primary-700-border-top {
  border-top-color: #002b49 !important;
}
.primary-700-border-right {
  border-right-color: #002b49 !important;
}
.primary-700-border-bottom {
  border-bottom-color: #002b49 !important;
}
.primary-700-border-left {
  border-left-color: #002b49 !important;
}
.primary-800-bg {
  background-color: #262933 !important;
}
.mat-primary-800-bg {
  background-color: #262933 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-primary-800-bg .mat-icon,
.mat-primary-800-bg .icon {
  color: white;
}
.mat-primary-800-bg.secondary-text,
.mat-primary-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-primary-800-bg.hint-text,
.mat-primary-800-bg .hint-text, .mat-primary-800-bg.disabled-text,
.mat-primary-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-primary-800-bg.divider,
.mat-primary-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-primary-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-primary-800-bg input[type=text] {
  color: white;
}
.mat-primary-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-800-bg .mat-select-trigger,
.mat-primary-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-800-bg .mat-select-disabled .mat-select-value,
.mat-primary-800-bg .mat-select-arrow,
.mat-primary-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-800-bg .mat-select-content,
.mat-primary-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-800-bg .mat-select-value {
  color: white;
}
.mat-primary-800-bg[disabled] {
  background-color: rgba(38, 41, 51, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.primary-800-fg {
  color: #262933 !important;
}
.primary-800-fg .mat-icon,
.primary-800-fg .icon {
  color: white;
}
.primary-800-fg.secondary-text,
.primary-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-800-fg.hint-text,
.primary-800-fg .hint-text, .primary-800-fg.disabled-text,
.primary-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-800-fg.divider,
.primary-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-800-fg input[type=text] {
  color: white;
}
.primary-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-800-fg .mat-select-trigger,
.primary-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-800-fg .mat-select-disabled .mat-select-value,
.primary-800-fg .mat-select-arrow,
.primary-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-800-fg .mat-select-content,
.primary-800-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-800-fg .mat-select-value {
  color: white;
}
.primary-800-border {
  border-color: #262933 !important;
}
.primary-800-border-top {
  border-top-color: #262933 !important;
}
.primary-800-border-right {
  border-right-color: #262933 !important;
}
.primary-800-border-bottom {
  border-bottom-color: #262933 !important;
}
.primary-800-border-left {
  border-left-color: #262933 !important;
}
.primary-900-bg {
  background-color: #1E2129 !important;
}
.mat-primary-900-bg {
  background-color: #1E2129 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-primary-900-bg .mat-icon,
.mat-primary-900-bg .icon {
  color: white;
}
.mat-primary-900-bg.secondary-text,
.mat-primary-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-primary-900-bg.hint-text,
.mat-primary-900-bg .hint-text, .mat-primary-900-bg.disabled-text,
.mat-primary-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-primary-900-bg.divider,
.mat-primary-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-primary-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-primary-900-bg input[type=text] {
  color: white;
}
.mat-primary-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-900-bg .mat-select-trigger,
.mat-primary-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-900-bg .mat-select-disabled .mat-select-value,
.mat-primary-900-bg .mat-select-arrow,
.mat-primary-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-900-bg .mat-select-content,
.mat-primary-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-900-bg .mat-select-value {
  color: white;
}
.mat-primary-900-bg[disabled] {
  background-color: rgba(30, 33, 41, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.primary-900-fg {
  color: #1E2129 !important;
}
.primary-900-fg .mat-icon,
.primary-900-fg .icon {
  color: white;
}
.primary-900-fg.secondary-text,
.primary-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-900-fg.hint-text,
.primary-900-fg .hint-text, .primary-900-fg.disabled-text,
.primary-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-900-fg.divider,
.primary-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-900-fg input[type=text] {
  color: white;
}
.primary-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-900-fg .mat-select-trigger,
.primary-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-900-fg .mat-select-disabled .mat-select-value,
.primary-900-fg .mat-select-arrow,
.primary-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-900-fg .mat-select-content,
.primary-900-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-900-fg .mat-select-value {
  color: white;
}
.primary-900-border {
  border-color: #1E2129 !important;
}
.primary-900-border-top {
  border-top-color: #1E2129 !important;
}
.primary-900-border-right {
  border-right-color: #1E2129 !important;
}
.primary-900-border-bottom {
  border-bottom-color: #1E2129 !important;
}
.primary-900-border-left {
  border-left-color: #1E2129 !important;
}
.primary-A100-bg {
  background-color: #C5C6CB !important;
}
.mat-primary-A100-bg {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-primary-A100-bg .mat-icon,
.mat-primary-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-primary-A100-bg.secondary-text,
.mat-primary-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-primary-A100-bg.hint-text,
.mat-primary-A100-bg .hint-text, .mat-primary-A100-bg.disabled-text,
.mat-primary-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-primary-A100-bg.divider,
.mat-primary-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-primary-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-primary-A100-bg input[type=text] {
  color: black;
}
.mat-primary-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-primary-A100-bg .mat-select-trigger,
.mat-primary-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-primary-A100-bg .mat-select-disabled .mat-select-value,
.mat-primary-A100-bg .mat-select-arrow,
.mat-primary-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary-A100-bg .mat-select-content,
.mat-primary-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-A100-bg[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.primary-A100-fg {
  color: #C5C6CB !important;
}
.primary-A100-fg .mat-icon,
.primary-A100-fg .icon {
  color: white;
}
.primary-A100-fg.secondary-text,
.primary-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-A100-fg.hint-text,
.primary-A100-fg .hint-text, .primary-A100-fg.disabled-text,
.primary-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-A100-fg.divider,
.primary-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-A100-fg input[type=text] {
  color: white;
}
.primary-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-A100-fg .mat-select-trigger,
.primary-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-A100-fg .mat-select-disabled .mat-select-value,
.primary-A100-fg .mat-select-arrow,
.primary-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A100-fg .mat-select-content,
.primary-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-A100-fg .mat-select-value {
  color: white;
}
.primary-A100-border {
  border-color: #C5C6CB !important;
}
.primary-A100-border-top {
  border-top-color: #C5C6CB !important;
}
.primary-A100-border-right {
  border-right-color: #C5C6CB !important;
}
.primary-A100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
.primary-A100-border-left {
  border-left-color: #C5C6CB !important;
}
.primary-A200-bg {
  background-color: #9EA1A9 !important;
}
.mat-primary-A200-bg {
  background-color: #9EA1A9 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-primary-A200-bg .mat-icon,
.mat-primary-A200-bg .icon {
  color: white;
}
.mat-primary-A200-bg.secondary-text,
.mat-primary-A200-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-primary-A200-bg.hint-text,
.mat-primary-A200-bg .hint-text, .mat-primary-A200-bg.disabled-text,
.mat-primary-A200-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-primary-A200-bg.divider,
.mat-primary-A200-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-primary-A200-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-primary-A200-bg input[type=text] {
  color: white;
}
.mat-primary-A200-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-A200-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-A200-bg .mat-select-trigger,
.mat-primary-A200-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-A200-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-A200-bg .mat-select-disabled .mat-select-value,
.mat-primary-A200-bg .mat-select-arrow,
.mat-primary-A200-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-A200-bg .mat-select-content,
.mat-primary-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-A200-bg .mat-select-value {
  color: white;
}
.mat-primary-A200-bg[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.primary-A200-fg {
  color: #9EA1A9 !important;
}
.primary-A200-fg .mat-icon,
.primary-A200-fg .icon {
  color: white;
}
.primary-A200-fg.secondary-text,
.primary-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-A200-fg.hint-text,
.primary-A200-fg .hint-text, .primary-A200-fg.disabled-text,
.primary-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-A200-fg.divider,
.primary-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-A200-fg input[type=text] {
  color: white;
}
.primary-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-A200-fg .mat-select-trigger,
.primary-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-A200-fg .mat-select-disabled .mat-select-value,
.primary-A200-fg .mat-select-arrow,
.primary-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A200-fg .mat-select-content,
.primary-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-A200-fg .mat-select-value {
  color: white;
}
.primary-A200-border {
  border-color: #9EA1A9 !important;
}
.primary-A200-border-top {
  border-top-color: #9EA1A9 !important;
}
.primary-A200-border-right {
  border-right-color: #9EA1A9 !important;
}
.primary-A200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
.primary-A200-border-left {
  border-left-color: #9EA1A9 !important;
}
.primary-A400-bg {
  background-color: #5C616F !important;
}
.mat-primary-A400-bg {
  background-color: #5C616F !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-primary-A400-bg .mat-icon,
.mat-primary-A400-bg .icon {
  color: white;
}
.mat-primary-A400-bg.secondary-text,
.mat-primary-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-primary-A400-bg.hint-text,
.mat-primary-A400-bg .hint-text, .mat-primary-A400-bg.disabled-text,
.mat-primary-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-primary-A400-bg.divider,
.mat-primary-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-primary-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-primary-A400-bg input[type=text] {
  color: white;
}
.mat-primary-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-A400-bg .mat-select-trigger,
.mat-primary-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-A400-bg .mat-select-disabled .mat-select-value,
.mat-primary-A400-bg .mat-select-arrow,
.mat-primary-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-A400-bg .mat-select-content,
.mat-primary-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-A400-bg .mat-select-value {
  color: white;
}
.mat-primary-A400-bg[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.primary-A400-fg {
  color: #5C616F !important;
}
.primary-A400-fg .mat-icon,
.primary-A400-fg .icon {
  color: white;
}
.primary-A400-fg.secondary-text,
.primary-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-A400-fg.hint-text,
.primary-A400-fg .hint-text, .primary-A400-fg.disabled-text,
.primary-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-A400-fg.divider,
.primary-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-A400-fg input[type=text] {
  color: white;
}
.primary-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-A400-fg .mat-select-trigger,
.primary-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-A400-fg .mat-select-disabled .mat-select-value,
.primary-A400-fg .mat-select-arrow,
.primary-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A400-fg .mat-select-content,
.primary-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-A400-fg .mat-select-value {
  color: white;
}
.primary-A400-border {
  border-color: #5C616F !important;
}
.primary-A400-border-top {
  border-top-color: #5C616F !important;
}
.primary-A400-border-right {
  border-right-color: #5C616F !important;
}
.primary-A400-border-bottom {
  border-bottom-color: #5C616F !important;
}
.primary-A400-border-left {
  border-left-color: #5C616F !important;
}
.primary-A700-bg {
  background-color: #002b49 !important;
}
.mat-primary-A700-bg {
  background-color: #002b49 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-primary-A700-bg .mat-icon,
.mat-primary-A700-bg .icon {
  color: white;
}
.mat-primary-A700-bg.secondary-text,
.mat-primary-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-primary-A700-bg.hint-text,
.mat-primary-A700-bg .hint-text, .mat-primary-A700-bg.disabled-text,
.mat-primary-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-primary-A700-bg.divider,
.mat-primary-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-primary-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-primary-A700-bg input[type=text] {
  color: white;
}
.mat-primary-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-A700-bg .mat-select-trigger,
.mat-primary-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-primary-A700-bg .mat-select-disabled .mat-select-value,
.mat-primary-A700-bg .mat-select-arrow,
.mat-primary-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-primary-A700-bg .mat-select-content,
.mat-primary-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-primary-A700-bg .mat-select-value {
  color: white;
}
.mat-primary-A700-bg[disabled] {
  background-color: rgba(0, 43, 73, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.primary-A700-fg {
  color: #002b49 !important;
}
.primary-A700-fg .mat-icon,
.primary-A700-fg .icon {
  color: white;
}
.primary-A700-fg.secondary-text,
.primary-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.primary-A700-fg.hint-text,
.primary-A700-fg .hint-text, .primary-A700-fg.disabled-text,
.primary-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.primary-A700-fg.divider,
.primary-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.primary-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.primary-A700-fg input[type=text] {
  color: white;
}
.primary-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-A700-fg .mat-select-trigger,
.primary-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.primary-A700-fg .mat-select-disabled .mat-select-value,
.primary-A700-fg .mat-select-arrow,
.primary-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.primary-A700-fg .mat-select-content,
.primary-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.primary-A700-fg .mat-select-value {
  color: white;
}
.primary-A700-border {
  border-color: #002b49 !important;
}
.primary-A700-border-top {
  border-top-color: #002b49 !important;
}
.primary-A700-border-right {
  border-right-color: #002b49 !important;
}
.primary-A700-border-bottom {
  border-bottom-color: #002b49 !important;
}
.primary-A700-border-left {
  border-left-color: #002b49 !important;
}
.accent-50-bg {
  background-color: #e1f5fe !important;
}
.mat-accent-50-bg {
  background-color: #e1f5fe !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-accent-50-bg .mat-icon,
.mat-accent-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-accent-50-bg.secondary-text,
.mat-accent-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-accent-50-bg.hint-text,
.mat-accent-50-bg .hint-text, .mat-accent-50-bg.disabled-text,
.mat-accent-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-accent-50-bg.divider,
.mat-accent-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-accent-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-accent-50-bg input[type=text] {
  color: black;
}
.mat-accent-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-50-bg .mat-select-trigger,
.mat-accent-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-50-bg .mat-select-disabled .mat-select-value,
.mat-accent-50-bg .mat-select-arrow,
.mat-accent-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-50-bg .mat-select-content,
.mat-accent-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-50-bg[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.accent-50-fg {
  color: #e1f5fe !important;
}
.accent-50-fg .mat-icon,
.accent-50-fg .icon {
  color: white;
}
.accent-50-fg.secondary-text,
.accent-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-50-fg.hint-text,
.accent-50-fg .hint-text, .accent-50-fg.disabled-text,
.accent-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-50-fg.divider,
.accent-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-50-fg input[type=text] {
  color: white;
}
.accent-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-50-fg .mat-select-trigger,
.accent-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-50-fg .mat-select-disabled .mat-select-value,
.accent-50-fg .mat-select-arrow,
.accent-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-50-fg .mat-select-content,
.accent-50-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-50-fg .mat-select-value {
  color: white;
}
.accent-50-border {
  border-color: #e1f5fe !important;
}
.accent-50-border-top {
  border-top-color: #e1f5fe !important;
}
.accent-50-border-right {
  border-right-color: #e1f5fe !important;
}
.accent-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
.accent-50-border-left {
  border-left-color: #e1f5fe !important;
}
.accent-100-bg {
  background-color: #b3e5fc !important;
}
.mat-accent-100-bg {
  background-color: #b3e5fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-accent-100-bg .mat-icon,
.mat-accent-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-accent-100-bg.secondary-text,
.mat-accent-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-accent-100-bg.hint-text,
.mat-accent-100-bg .hint-text, .mat-accent-100-bg.disabled-text,
.mat-accent-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-accent-100-bg.divider,
.mat-accent-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-accent-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-accent-100-bg input[type=text] {
  color: black;
}
.mat-accent-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-100-bg .mat-select-trigger,
.mat-accent-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-100-bg .mat-select-disabled .mat-select-value,
.mat-accent-100-bg .mat-select-arrow,
.mat-accent-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-100-bg .mat-select-content,
.mat-accent-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-100-bg[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.accent-100-fg {
  color: #b3e5fc !important;
}
.accent-100-fg .mat-icon,
.accent-100-fg .icon {
  color: white;
}
.accent-100-fg.secondary-text,
.accent-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-100-fg.hint-text,
.accent-100-fg .hint-text, .accent-100-fg.disabled-text,
.accent-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-100-fg.divider,
.accent-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-100-fg input[type=text] {
  color: white;
}
.accent-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-100-fg .mat-select-trigger,
.accent-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-100-fg .mat-select-disabled .mat-select-value,
.accent-100-fg .mat-select-arrow,
.accent-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-100-fg .mat-select-content,
.accent-100-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-100-fg .mat-select-value {
  color: white;
}
.accent-100-border {
  border-color: #b3e5fc !important;
}
.accent-100-border-top {
  border-top-color: #b3e5fc !important;
}
.accent-100-border-right {
  border-right-color: #b3e5fc !important;
}
.accent-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
.accent-100-border-left {
  border-left-color: #b3e5fc !important;
}
.accent-200-bg {
  background-color: #81d4fa !important;
}
.mat-accent-200-bg {
  background-color: #81d4fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-accent-200-bg .mat-icon,
.mat-accent-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-accent-200-bg.secondary-text,
.mat-accent-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-accent-200-bg.hint-text,
.mat-accent-200-bg .hint-text, .mat-accent-200-bg.disabled-text,
.mat-accent-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-accent-200-bg.divider,
.mat-accent-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-accent-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-accent-200-bg input[type=text] {
  color: black;
}
.mat-accent-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-200-bg .mat-select-trigger,
.mat-accent-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-200-bg .mat-select-disabled .mat-select-value,
.mat-accent-200-bg .mat-select-arrow,
.mat-accent-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-200-bg .mat-select-content,
.mat-accent-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-200-bg[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.accent-200-fg {
  color: #81d4fa !important;
}
.accent-200-fg .mat-icon,
.accent-200-fg .icon {
  color: white;
}
.accent-200-fg.secondary-text,
.accent-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-200-fg.hint-text,
.accent-200-fg .hint-text, .accent-200-fg.disabled-text,
.accent-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-200-fg.divider,
.accent-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-200-fg input[type=text] {
  color: white;
}
.accent-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-200-fg .mat-select-trigger,
.accent-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-200-fg .mat-select-disabled .mat-select-value,
.accent-200-fg .mat-select-arrow,
.accent-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-200-fg .mat-select-content,
.accent-200-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-200-fg .mat-select-value {
  color: white;
}
.accent-200-border {
  border-color: #81d4fa !important;
}
.accent-200-border-top {
  border-top-color: #81d4fa !important;
}
.accent-200-border-right {
  border-right-color: #81d4fa !important;
}
.accent-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
.accent-200-border-left {
  border-left-color: #81d4fa !important;
}
.accent-300-bg {
  background-color: #4fc3f7 !important;
}
.mat-accent-300-bg {
  background-color: #4fc3f7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-accent-300-bg .mat-icon,
.mat-accent-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-accent-300-bg.secondary-text,
.mat-accent-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-accent-300-bg.hint-text,
.mat-accent-300-bg .hint-text, .mat-accent-300-bg.disabled-text,
.mat-accent-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-accent-300-bg.divider,
.mat-accent-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-accent-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-accent-300-bg input[type=text] {
  color: black;
}
.mat-accent-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-300-bg .mat-select-trigger,
.mat-accent-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-300-bg .mat-select-disabled .mat-select-value,
.mat-accent-300-bg .mat-select-arrow,
.mat-accent-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-300-bg .mat-select-content,
.mat-accent-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-300-bg[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.accent-300-fg {
  color: #4fc3f7 !important;
}
.accent-300-fg .mat-icon,
.accent-300-fg .icon {
  color: white;
}
.accent-300-fg.secondary-text,
.accent-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-300-fg.hint-text,
.accent-300-fg .hint-text, .accent-300-fg.disabled-text,
.accent-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-300-fg.divider,
.accent-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-300-fg input[type=text] {
  color: white;
}
.accent-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-300-fg .mat-select-trigger,
.accent-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-300-fg .mat-select-disabled .mat-select-value,
.accent-300-fg .mat-select-arrow,
.accent-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-300-fg .mat-select-content,
.accent-300-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-300-fg .mat-select-value {
  color: white;
}
.accent-300-border {
  border-color: #4fc3f7 !important;
}
.accent-300-border-top {
  border-top-color: #4fc3f7 !important;
}
.accent-300-border-right {
  border-right-color: #4fc3f7 !important;
}
.accent-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
.accent-300-border-left {
  border-left-color: #4fc3f7 !important;
}
.accent-400-bg {
  background-color: #29b6f6 !important;
}
.mat-accent-400-bg {
  background-color: #29b6f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-accent-400-bg .mat-icon,
.mat-accent-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-accent-400-bg.secondary-text,
.mat-accent-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-accent-400-bg.hint-text,
.mat-accent-400-bg .hint-text, .mat-accent-400-bg.disabled-text,
.mat-accent-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-accent-400-bg.divider,
.mat-accent-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-accent-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-accent-400-bg input[type=text] {
  color: black;
}
.mat-accent-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-400-bg .mat-select-trigger,
.mat-accent-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-400-bg .mat-select-disabled .mat-select-value,
.mat-accent-400-bg .mat-select-arrow,
.mat-accent-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-400-bg .mat-select-content,
.mat-accent-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-400-bg[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.accent-400-fg {
  color: #29b6f6 !important;
}
.accent-400-fg .mat-icon,
.accent-400-fg .icon {
  color: white;
}
.accent-400-fg.secondary-text,
.accent-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-400-fg.hint-text,
.accent-400-fg .hint-text, .accent-400-fg.disabled-text,
.accent-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-400-fg.divider,
.accent-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-400-fg input[type=text] {
  color: white;
}
.accent-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-400-fg .mat-select-trigger,
.accent-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-400-fg .mat-select-disabled .mat-select-value,
.accent-400-fg .mat-select-arrow,
.accent-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-400-fg .mat-select-content,
.accent-400-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-400-fg .mat-select-value {
  color: white;
}
.accent-400-border {
  border-color: #29b6f6 !important;
}
.accent-400-border-top {
  border-top-color: #29b6f6 !important;
}
.accent-400-border-right {
  border-right-color: #29b6f6 !important;
}
.accent-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
.accent-400-border-left {
  border-left-color: #29b6f6 !important;
}
.accent-500-bg {
  background-color: #03a9f4 !important;
}
.mat-accent-500-bg {
  background-color: #03a9f4 !important;
  color: white !important;
}
.mat-accent-500-bg .mat-icon,
.mat-accent-500-bg .icon {
  color: white;
}
.mat-accent-500-bg.secondary-text,
.mat-accent-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-accent-500-bg.hint-text,
.mat-accent-500-bg .hint-text, .mat-accent-500-bg.disabled-text,
.mat-accent-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-accent-500-bg.divider,
.mat-accent-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-accent-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-accent-500-bg input[type=text] {
  color: white;
}
.mat-accent-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-500-bg .mat-select-trigger,
.mat-accent-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-500-bg .mat-select-disabled .mat-select-value,
.mat-accent-500-bg .mat-select-arrow,
.mat-accent-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-500-bg .mat-select-content,
.mat-accent-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-500-bg .mat-select-value {
  color: white;
}
.mat-accent-500-bg[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.accent-500-fg {
  color: #03a9f4 !important;
}
.accent-500-fg .mat-icon,
.accent-500-fg .icon {
  color: white;
}
.accent-500-fg.secondary-text,
.accent-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-500-fg.hint-text,
.accent-500-fg .hint-text, .accent-500-fg.disabled-text,
.accent-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-500-fg.divider,
.accent-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-500-fg input[type=text] {
  color: white;
}
.accent-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-500-fg .mat-select-trigger,
.accent-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-500-fg .mat-select-disabled .mat-select-value,
.accent-500-fg .mat-select-arrow,
.accent-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-500-fg .mat-select-content,
.accent-500-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-500-fg .mat-select-value {
  color: white;
}
.accent-500-border {
  border-color: #03a9f4 !important;
}
.accent-500-border-top {
  border-top-color: #03a9f4 !important;
}
.accent-500-border-right {
  border-right-color: #03a9f4 !important;
}
.accent-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
.accent-500-border-left {
  border-left-color: #03a9f4 !important;
}
.accent-bg {
  background-color: #03a9f4 !important;
}
.mat-accent-bg {
  background-color: #03a9f4 !important;
  color: white !important;
}
.mat-accent-bg .mat-icon,
.mat-accent-bg .icon {
  color: white;
}
.mat-accent-bg.secondary-text,
.mat-accent-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-accent-bg.hint-text,
.mat-accent-bg .hint-text, .mat-accent-bg.disabled-text,
.mat-accent-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-accent-bg.divider,
.mat-accent-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-accent-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-accent-bg input[type=text] {
  color: white;
}
.mat-accent-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-bg .mat-select-trigger,
.mat-accent-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-bg .mat-select-disabled .mat-select-value,
.mat-accent-bg .mat-select-arrow,
.mat-accent-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-bg .mat-select-content,
.mat-accent-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-bg .mat-select-value {
  color: white;
}
.mat-accent-bg[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.accent-fg {
  color: #03a9f4 !important;
}
.accent-fg .mat-icon,
.accent-fg .icon {
  color: white;
}
.accent-fg.secondary-text,
.accent-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-fg.hint-text,
.accent-fg .hint-text, .accent-fg.disabled-text,
.accent-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-fg.divider,
.accent-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-fg input[type=text] {
  color: white;
}
.accent-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-fg .mat-select-trigger,
.accent-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-fg .mat-select-disabled .mat-select-value,
.accent-fg .mat-select-arrow,
.accent-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-fg .mat-select-content,
.accent-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-fg .mat-select-value {
  color: white;
}
.accent-border {
  border-color: #03a9f4 !important;
}
.accent-border-top {
  border-top-color: #03a9f4 !important;
}
.accent-border-right {
  border-right-color: #03a9f4 !important;
}
.accent-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
.accent-border-left {
  border-left-color: #03a9f4 !important;
}
.accent-600-bg {
  background-color: #039be5 !important;
}
.mat-accent-600-bg {
  background-color: #039be5 !important;
  color: white !important;
}
.mat-accent-600-bg .mat-icon,
.mat-accent-600-bg .icon {
  color: white;
}
.mat-accent-600-bg.secondary-text,
.mat-accent-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-accent-600-bg.hint-text,
.mat-accent-600-bg .hint-text, .mat-accent-600-bg.disabled-text,
.mat-accent-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-accent-600-bg.divider,
.mat-accent-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-accent-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-accent-600-bg input[type=text] {
  color: white;
}
.mat-accent-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-600-bg .mat-select-trigger,
.mat-accent-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-600-bg .mat-select-disabled .mat-select-value,
.mat-accent-600-bg .mat-select-arrow,
.mat-accent-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-600-bg .mat-select-content,
.mat-accent-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-600-bg .mat-select-value {
  color: white;
}
.mat-accent-600-bg[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.accent-600-fg {
  color: #039be5 !important;
}
.accent-600-fg .mat-icon,
.accent-600-fg .icon {
  color: white;
}
.accent-600-fg.secondary-text,
.accent-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-600-fg.hint-text,
.accent-600-fg .hint-text, .accent-600-fg.disabled-text,
.accent-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-600-fg.divider,
.accent-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-600-fg input[type=text] {
  color: white;
}
.accent-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-600-fg .mat-select-trigger,
.accent-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-600-fg .mat-select-disabled .mat-select-value,
.accent-600-fg .mat-select-arrow,
.accent-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-600-fg .mat-select-content,
.accent-600-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-600-fg .mat-select-value {
  color: white;
}
.accent-600-border {
  border-color: #039be5 !important;
}
.accent-600-border-top {
  border-top-color: #039be5 !important;
}
.accent-600-border-right {
  border-right-color: #039be5 !important;
}
.accent-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
.accent-600-border-left {
  border-left-color: #039be5 !important;
}
.accent-700-bg {
  background-color: #0288d1 !important;
}
.mat-accent-700-bg {
  background-color: #0288d1 !important;
  color: white !important;
}
.mat-accent-700-bg .mat-icon,
.mat-accent-700-bg .icon {
  color: white;
}
.mat-accent-700-bg.secondary-text,
.mat-accent-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-accent-700-bg.hint-text,
.mat-accent-700-bg .hint-text, .mat-accent-700-bg.disabled-text,
.mat-accent-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-accent-700-bg.divider,
.mat-accent-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-accent-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-accent-700-bg input[type=text] {
  color: white;
}
.mat-accent-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-700-bg .mat-select-trigger,
.mat-accent-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-700-bg .mat-select-disabled .mat-select-value,
.mat-accent-700-bg .mat-select-arrow,
.mat-accent-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-700-bg .mat-select-content,
.mat-accent-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-700-bg .mat-select-value {
  color: white;
}
.mat-accent-700-bg[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.accent-700-fg {
  color: #0288d1 !important;
}
.accent-700-fg .mat-icon,
.accent-700-fg .icon {
  color: white;
}
.accent-700-fg.secondary-text,
.accent-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-700-fg.hint-text,
.accent-700-fg .hint-text, .accent-700-fg.disabled-text,
.accent-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-700-fg.divider,
.accent-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-700-fg input[type=text] {
  color: white;
}
.accent-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-700-fg .mat-select-trigger,
.accent-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-700-fg .mat-select-disabled .mat-select-value,
.accent-700-fg .mat-select-arrow,
.accent-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-700-fg .mat-select-content,
.accent-700-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-700-fg .mat-select-value {
  color: white;
}
.accent-700-border {
  border-color: #0288d1 !important;
}
.accent-700-border-top {
  border-top-color: #0288d1 !important;
}
.accent-700-border-right {
  border-right-color: #0288d1 !important;
}
.accent-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
.accent-700-border-left {
  border-left-color: #0288d1 !important;
}
.accent-800-bg {
  background-color: #0277bd !important;
}
.mat-accent-800-bg {
  background-color: #0277bd !important;
  color: white !important;
}
.mat-accent-800-bg .mat-icon,
.mat-accent-800-bg .icon {
  color: white;
}
.mat-accent-800-bg.secondary-text,
.mat-accent-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-accent-800-bg.hint-text,
.mat-accent-800-bg .hint-text, .mat-accent-800-bg.disabled-text,
.mat-accent-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-accent-800-bg.divider,
.mat-accent-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-accent-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-accent-800-bg input[type=text] {
  color: white;
}
.mat-accent-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-800-bg .mat-select-trigger,
.mat-accent-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-800-bg .mat-select-disabled .mat-select-value,
.mat-accent-800-bg .mat-select-arrow,
.mat-accent-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-800-bg .mat-select-content,
.mat-accent-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-800-bg .mat-select-value {
  color: white;
}
.mat-accent-800-bg[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.accent-800-fg {
  color: #0277bd !important;
}
.accent-800-fg .mat-icon,
.accent-800-fg .icon {
  color: white;
}
.accent-800-fg.secondary-text,
.accent-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-800-fg.hint-text,
.accent-800-fg .hint-text, .accent-800-fg.disabled-text,
.accent-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-800-fg.divider,
.accent-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-800-fg input[type=text] {
  color: white;
}
.accent-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-800-fg .mat-select-trigger,
.accent-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-800-fg .mat-select-disabled .mat-select-value,
.accent-800-fg .mat-select-arrow,
.accent-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-800-fg .mat-select-content,
.accent-800-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-800-fg .mat-select-value {
  color: white;
}
.accent-800-border {
  border-color: #0277bd !important;
}
.accent-800-border-top {
  border-top-color: #0277bd !important;
}
.accent-800-border-right {
  border-right-color: #0277bd !important;
}
.accent-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
.accent-800-border-left {
  border-left-color: #0277bd !important;
}
.accent-900-bg {
  background-color: #01579b !important;
}
.mat-accent-900-bg {
  background-color: #01579b !important;
  color: white !important;
}
.mat-accent-900-bg .mat-icon,
.mat-accent-900-bg .icon {
  color: white;
}
.mat-accent-900-bg.secondary-text,
.mat-accent-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-accent-900-bg.hint-text,
.mat-accent-900-bg .hint-text, .mat-accent-900-bg.disabled-text,
.mat-accent-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-accent-900-bg.divider,
.mat-accent-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-accent-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-accent-900-bg input[type=text] {
  color: white;
}
.mat-accent-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-900-bg .mat-select-trigger,
.mat-accent-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-900-bg .mat-select-disabled .mat-select-value,
.mat-accent-900-bg .mat-select-arrow,
.mat-accent-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-900-bg .mat-select-content,
.mat-accent-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-900-bg .mat-select-value {
  color: white;
}
.mat-accent-900-bg[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.accent-900-fg {
  color: #01579b !important;
}
.accent-900-fg .mat-icon,
.accent-900-fg .icon {
  color: white;
}
.accent-900-fg.secondary-text,
.accent-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-900-fg.hint-text,
.accent-900-fg .hint-text, .accent-900-fg.disabled-text,
.accent-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-900-fg.divider,
.accent-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-900-fg input[type=text] {
  color: white;
}
.accent-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-900-fg .mat-select-trigger,
.accent-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-900-fg .mat-select-disabled .mat-select-value,
.accent-900-fg .mat-select-arrow,
.accent-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-900-fg .mat-select-content,
.accent-900-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-900-fg .mat-select-value {
  color: white;
}
.accent-900-border {
  border-color: #01579b !important;
}
.accent-900-border-top {
  border-top-color: #01579b !important;
}
.accent-900-border-right {
  border-right-color: #01579b !important;
}
.accent-900-border-bottom {
  border-bottom-color: #01579b !important;
}
.accent-900-border-left {
  border-left-color: #01579b !important;
}
.accent-A100-bg {
  background-color: #80d8ff !important;
}
.mat-accent-A100-bg {
  background-color: #80d8ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-accent-A100-bg .mat-icon,
.mat-accent-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-accent-A100-bg.secondary-text,
.mat-accent-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-accent-A100-bg.hint-text,
.mat-accent-A100-bg .hint-text, .mat-accent-A100-bg.disabled-text,
.mat-accent-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-accent-A100-bg.divider,
.mat-accent-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-accent-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-accent-A100-bg input[type=text] {
  color: black;
}
.mat-accent-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-A100-bg .mat-select-trigger,
.mat-accent-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-A100-bg .mat-select-disabled .mat-select-value,
.mat-accent-A100-bg .mat-select-arrow,
.mat-accent-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-A100-bg .mat-select-content,
.mat-accent-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-A100-bg[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.accent-A100-fg {
  color: #80d8ff !important;
}
.accent-A100-fg .mat-icon,
.accent-A100-fg .icon {
  color: white;
}
.accent-A100-fg.secondary-text,
.accent-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-A100-fg.hint-text,
.accent-A100-fg .hint-text, .accent-A100-fg.disabled-text,
.accent-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-A100-fg.divider,
.accent-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-A100-fg input[type=text] {
  color: white;
}
.accent-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-A100-fg .mat-select-trigger,
.accent-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-A100-fg .mat-select-disabled .mat-select-value,
.accent-A100-fg .mat-select-arrow,
.accent-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A100-fg .mat-select-content,
.accent-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-A100-fg .mat-select-value {
  color: white;
}
.accent-A100-border {
  border-color: #80d8ff !important;
}
.accent-A100-border-top {
  border-top-color: #80d8ff !important;
}
.accent-A100-border-right {
  border-right-color: #80d8ff !important;
}
.accent-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
.accent-A100-border-left {
  border-left-color: #80d8ff !important;
}
.accent-A200-bg {
  background-color: #40c4ff !important;
}
.mat-accent-A200-bg {
  background-color: #40c4ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-accent-A200-bg .mat-icon,
.mat-accent-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-accent-A200-bg.secondary-text,
.mat-accent-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-accent-A200-bg.hint-text,
.mat-accent-A200-bg .hint-text, .mat-accent-A200-bg.disabled-text,
.mat-accent-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-accent-A200-bg.divider,
.mat-accent-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-accent-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-accent-A200-bg input[type=text] {
  color: black;
}
.mat-accent-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-A200-bg .mat-select-trigger,
.mat-accent-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-A200-bg .mat-select-disabled .mat-select-value,
.mat-accent-A200-bg .mat-select-arrow,
.mat-accent-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-A200-bg .mat-select-content,
.mat-accent-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-A200-bg[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.accent-A200-fg {
  color: #40c4ff !important;
}
.accent-A200-fg .mat-icon,
.accent-A200-fg .icon {
  color: white;
}
.accent-A200-fg.secondary-text,
.accent-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-A200-fg.hint-text,
.accent-A200-fg .hint-text, .accent-A200-fg.disabled-text,
.accent-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-A200-fg.divider,
.accent-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-A200-fg input[type=text] {
  color: white;
}
.accent-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-A200-fg .mat-select-trigger,
.accent-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-A200-fg .mat-select-disabled .mat-select-value,
.accent-A200-fg .mat-select-arrow,
.accent-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A200-fg .mat-select-content,
.accent-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-A200-fg .mat-select-value {
  color: white;
}
.accent-A200-border {
  border-color: #40c4ff !important;
}
.accent-A200-border-top {
  border-top-color: #40c4ff !important;
}
.accent-A200-border-right {
  border-right-color: #40c4ff !important;
}
.accent-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
.accent-A200-border-left {
  border-left-color: #40c4ff !important;
}
.accent-A400-bg {
  background-color: #00b0ff !important;
}
.mat-accent-A400-bg {
  background-color: #00b0ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-accent-A400-bg .mat-icon,
.mat-accent-A400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-accent-A400-bg.secondary-text,
.mat-accent-A400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-accent-A400-bg.hint-text,
.mat-accent-A400-bg .hint-text, .mat-accent-A400-bg.disabled-text,
.mat-accent-A400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-accent-A400-bg.divider,
.mat-accent-A400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-accent-A400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-accent-A400-bg input[type=text] {
  color: black;
}
.mat-accent-A400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-A400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-A400-bg .mat-select-trigger,
.mat-accent-A400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-A400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-accent-A400-bg .mat-select-disabled .mat-select-value,
.mat-accent-A400-bg .mat-select-arrow,
.mat-accent-A400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-accent-A400-bg .mat-select-content,
.mat-accent-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-A400-bg[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.accent-A400-fg {
  color: #00b0ff !important;
}
.accent-A400-fg .mat-icon,
.accent-A400-fg .icon {
  color: white;
}
.accent-A400-fg.secondary-text,
.accent-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-A400-fg.hint-text,
.accent-A400-fg .hint-text, .accent-A400-fg.disabled-text,
.accent-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-A400-fg.divider,
.accent-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-A400-fg input[type=text] {
  color: white;
}
.accent-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-A400-fg .mat-select-trigger,
.accent-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-A400-fg .mat-select-disabled .mat-select-value,
.accent-A400-fg .mat-select-arrow,
.accent-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A400-fg .mat-select-content,
.accent-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-A400-fg .mat-select-value {
  color: white;
}
.accent-A400-border {
  border-color: #00b0ff !important;
}
.accent-A400-border-top {
  border-top-color: #00b0ff !important;
}
.accent-A400-border-right {
  border-right-color: #00b0ff !important;
}
.accent-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
.accent-A400-border-left {
  border-left-color: #00b0ff !important;
}
.accent-A700-bg {
  background-color: #0091ea !important;
}
.mat-accent-A700-bg {
  background-color: #0091ea !important;
  color: white !important;
}
.mat-accent-A700-bg .mat-icon,
.mat-accent-A700-bg .icon {
  color: white;
}
.mat-accent-A700-bg.secondary-text,
.mat-accent-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-accent-A700-bg.hint-text,
.mat-accent-A700-bg .hint-text, .mat-accent-A700-bg.disabled-text,
.mat-accent-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-accent-A700-bg.divider,
.mat-accent-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-accent-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-accent-A700-bg input[type=text] {
  color: white;
}
.mat-accent-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-A700-bg .mat-select-trigger,
.mat-accent-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-accent-A700-bg .mat-select-disabled .mat-select-value,
.mat-accent-A700-bg .mat-select-arrow,
.mat-accent-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-accent-A700-bg .mat-select-content,
.mat-accent-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-accent-A700-bg .mat-select-value {
  color: white;
}
.mat-accent-A700-bg[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.accent-A700-fg {
  color: #0091ea !important;
}
.accent-A700-fg .mat-icon,
.accent-A700-fg .icon {
  color: white;
}
.accent-A700-fg.secondary-text,
.accent-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.accent-A700-fg.hint-text,
.accent-A700-fg .hint-text, .accent-A700-fg.disabled-text,
.accent-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.accent-A700-fg.divider,
.accent-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.accent-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.accent-A700-fg input[type=text] {
  color: white;
}
.accent-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-A700-fg .mat-select-trigger,
.accent-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.accent-A700-fg .mat-select-disabled .mat-select-value,
.accent-A700-fg .mat-select-arrow,
.accent-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.accent-A700-fg .mat-select-content,
.accent-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.accent-A700-fg .mat-select-value {
  color: white;
}
.accent-A700-border {
  border-color: #0091ea !important;
}
.accent-A700-border-top {
  border-top-color: #0091ea !important;
}
.accent-A700-border-right {
  border-right-color: #0091ea !important;
}
.accent-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
.accent-A700-border-left {
  border-left-color: #0091ea !important;
}
.warn-50-bg {
  background-color: #ffebee !important;
}
.mat-warn-50-bg {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-warn-50-bg .mat-icon,
.mat-warn-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-warn-50-bg.secondary-text,
.mat-warn-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-warn-50-bg.hint-text,
.mat-warn-50-bg .hint-text, .mat-warn-50-bg.disabled-text,
.mat-warn-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-warn-50-bg.divider,
.mat-warn-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-warn-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-warn-50-bg input[type=text] {
  color: black;
}
.mat-warn-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-50-bg .mat-select-trigger,
.mat-warn-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-50-bg .mat-select-disabled .mat-select-value,
.mat-warn-50-bg .mat-select-arrow,
.mat-warn-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-50-bg .mat-select-content,
.mat-warn-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-50-bg[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.warn-50-fg {
  color: #ffebee !important;
}
.warn-50-fg .mat-icon,
.warn-50-fg .icon {
  color: white;
}
.warn-50-fg.secondary-text,
.warn-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-50-fg.hint-text,
.warn-50-fg .hint-text, .warn-50-fg.disabled-text,
.warn-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-50-fg.divider,
.warn-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-50-fg input[type=text] {
  color: white;
}
.warn-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-50-fg .mat-select-trigger,
.warn-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-50-fg .mat-select-disabled .mat-select-value,
.warn-50-fg .mat-select-arrow,
.warn-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-50-fg .mat-select-content,
.warn-50-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-50-fg .mat-select-value {
  color: white;
}
.warn-50-border {
  border-color: #ffebee !important;
}
.warn-50-border-top {
  border-top-color: #ffebee !important;
}
.warn-50-border-right {
  border-right-color: #ffebee !important;
}
.warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.warn-50-border-left {
  border-left-color: #ffebee !important;
}
.warn-100-bg {
  background-color: #ffcdd2 !important;
}
.mat-warn-100-bg {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-warn-100-bg .mat-icon,
.mat-warn-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-warn-100-bg.secondary-text,
.mat-warn-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-warn-100-bg.hint-text,
.mat-warn-100-bg .hint-text, .mat-warn-100-bg.disabled-text,
.mat-warn-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-warn-100-bg.divider,
.mat-warn-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-warn-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-warn-100-bg input[type=text] {
  color: black;
}
.mat-warn-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-100-bg .mat-select-trigger,
.mat-warn-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-100-bg .mat-select-disabled .mat-select-value,
.mat-warn-100-bg .mat-select-arrow,
.mat-warn-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-100-bg .mat-select-content,
.mat-warn-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-100-bg[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.warn-100-fg {
  color: #ffcdd2 !important;
}
.warn-100-fg .mat-icon,
.warn-100-fg .icon {
  color: white;
}
.warn-100-fg.secondary-text,
.warn-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-100-fg.hint-text,
.warn-100-fg .hint-text, .warn-100-fg.disabled-text,
.warn-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-100-fg.divider,
.warn-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-100-fg input[type=text] {
  color: white;
}
.warn-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-100-fg .mat-select-trigger,
.warn-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-100-fg .mat-select-disabled .mat-select-value,
.warn-100-fg .mat-select-arrow,
.warn-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-100-fg .mat-select-content,
.warn-100-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-100-fg .mat-select-value {
  color: white;
}
.warn-100-border {
  border-color: #ffcdd2 !important;
}
.warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.warn-200-bg {
  background-color: #ef9a9a !important;
}
.mat-warn-200-bg {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-warn-200-bg .mat-icon,
.mat-warn-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-warn-200-bg.secondary-text,
.mat-warn-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-warn-200-bg.hint-text,
.mat-warn-200-bg .hint-text, .mat-warn-200-bg.disabled-text,
.mat-warn-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-warn-200-bg.divider,
.mat-warn-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-warn-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-warn-200-bg input[type=text] {
  color: black;
}
.mat-warn-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-200-bg .mat-select-trigger,
.mat-warn-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-200-bg .mat-select-disabled .mat-select-value,
.mat-warn-200-bg .mat-select-arrow,
.mat-warn-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-200-bg .mat-select-content,
.mat-warn-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-200-bg[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.warn-200-fg {
  color: #ef9a9a !important;
}
.warn-200-fg .mat-icon,
.warn-200-fg .icon {
  color: white;
}
.warn-200-fg.secondary-text,
.warn-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-200-fg.hint-text,
.warn-200-fg .hint-text, .warn-200-fg.disabled-text,
.warn-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-200-fg.divider,
.warn-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-200-fg input[type=text] {
  color: white;
}
.warn-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-200-fg .mat-select-trigger,
.warn-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-200-fg .mat-select-disabled .mat-select-value,
.warn-200-fg .mat-select-arrow,
.warn-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-200-fg .mat-select-content,
.warn-200-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-200-fg .mat-select-value {
  color: white;
}
.warn-200-border {
  border-color: #ef9a9a !important;
}
.warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
.warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
.warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
.warn-300-bg {
  background-color: #e57373 !important;
}
.mat-warn-300-bg {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-warn-300-bg .mat-icon,
.mat-warn-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-warn-300-bg.secondary-text,
.mat-warn-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-warn-300-bg.hint-text,
.mat-warn-300-bg .hint-text, .mat-warn-300-bg.disabled-text,
.mat-warn-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-warn-300-bg.divider,
.mat-warn-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-warn-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-warn-300-bg input[type=text] {
  color: black;
}
.mat-warn-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-300-bg .mat-select-trigger,
.mat-warn-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-300-bg .mat-select-disabled .mat-select-value,
.mat-warn-300-bg .mat-select-arrow,
.mat-warn-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-300-bg .mat-select-content,
.mat-warn-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-300-bg[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.warn-300-fg {
  color: #e57373 !important;
}
.warn-300-fg .mat-icon,
.warn-300-fg .icon {
  color: white;
}
.warn-300-fg.secondary-text,
.warn-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-300-fg.hint-text,
.warn-300-fg .hint-text, .warn-300-fg.disabled-text,
.warn-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-300-fg.divider,
.warn-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-300-fg input[type=text] {
  color: white;
}
.warn-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-300-fg .mat-select-trigger,
.warn-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-300-fg .mat-select-disabled .mat-select-value,
.warn-300-fg .mat-select-arrow,
.warn-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-300-fg .mat-select-content,
.warn-300-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-300-fg .mat-select-value {
  color: white;
}
.warn-300-border {
  border-color: #e57373 !important;
}
.warn-300-border-top {
  border-top-color: #e57373 !important;
}
.warn-300-border-right {
  border-right-color: #e57373 !important;
}
.warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.warn-300-border-left {
  border-left-color: #e57373 !important;
}
.warn-400-bg {
  background-color: #ef5350 !important;
}
.mat-warn-400-bg {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-warn-400-bg .mat-icon,
.mat-warn-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-warn-400-bg.secondary-text,
.mat-warn-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-warn-400-bg.hint-text,
.mat-warn-400-bg .hint-text, .mat-warn-400-bg.disabled-text,
.mat-warn-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-warn-400-bg.divider,
.mat-warn-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-warn-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-warn-400-bg input[type=text] {
  color: black;
}
.mat-warn-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-400-bg .mat-select-trigger,
.mat-warn-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-400-bg .mat-select-disabled .mat-select-value,
.mat-warn-400-bg .mat-select-arrow,
.mat-warn-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-400-bg .mat-select-content,
.mat-warn-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-400-bg[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.warn-400-fg {
  color: #ef5350 !important;
}
.warn-400-fg .mat-icon,
.warn-400-fg .icon {
  color: white;
}
.warn-400-fg.secondary-text,
.warn-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-400-fg.hint-text,
.warn-400-fg .hint-text, .warn-400-fg.disabled-text,
.warn-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-400-fg.divider,
.warn-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-400-fg input[type=text] {
  color: white;
}
.warn-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-400-fg .mat-select-trigger,
.warn-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-400-fg .mat-select-disabled .mat-select-value,
.warn-400-fg .mat-select-arrow,
.warn-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-400-fg .mat-select-content,
.warn-400-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-400-fg .mat-select-value {
  color: white;
}
.warn-400-border {
  border-color: #ef5350 !important;
}
.warn-400-border-top {
  border-top-color: #ef5350 !important;
}
.warn-400-border-right {
  border-right-color: #ef5350 !important;
}
.warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.warn-400-border-left {
  border-left-color: #ef5350 !important;
}
.warn-500-bg {
  background-color: #f44336 !important;
}
.mat-warn-500-bg {
  background-color: #f44336 !important;
  color: white !important;
}
.mat-warn-500-bg .mat-icon,
.mat-warn-500-bg .icon {
  color: white;
}
.mat-warn-500-bg.secondary-text,
.mat-warn-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-warn-500-bg.hint-text,
.mat-warn-500-bg .hint-text, .mat-warn-500-bg.disabled-text,
.mat-warn-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-warn-500-bg.divider,
.mat-warn-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-warn-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-warn-500-bg input[type=text] {
  color: white;
}
.mat-warn-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-500-bg .mat-select-trigger,
.mat-warn-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-500-bg .mat-select-disabled .mat-select-value,
.mat-warn-500-bg .mat-select-arrow,
.mat-warn-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-500-bg .mat-select-content,
.mat-warn-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-500-bg .mat-select-value {
  color: white;
}
.mat-warn-500-bg[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.warn-500-fg {
  color: #f44336 !important;
}
.warn-500-fg .mat-icon,
.warn-500-fg .icon {
  color: white;
}
.warn-500-fg.secondary-text,
.warn-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-500-fg.hint-text,
.warn-500-fg .hint-text, .warn-500-fg.disabled-text,
.warn-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-500-fg.divider,
.warn-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-500-fg input[type=text] {
  color: white;
}
.warn-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-500-fg .mat-select-trigger,
.warn-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-500-fg .mat-select-disabled .mat-select-value,
.warn-500-fg .mat-select-arrow,
.warn-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-500-fg .mat-select-content,
.warn-500-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-500-fg .mat-select-value {
  color: white;
}
.warn-500-border {
  border-color: #f44336 !important;
}
.warn-500-border-top {
  border-top-color: #f44336 !important;
}
.warn-500-border-right {
  border-right-color: #f44336 !important;
}
.warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.warn-500-border-left {
  border-left-color: #f44336 !important;
}
.warn-bg {
  background-color: #f44336 !important;
}
.mat-warn-bg {
  background-color: #f44336 !important;
  color: white !important;
}
.mat-warn-bg .mat-icon,
.mat-warn-bg .icon {
  color: white;
}
.mat-warn-bg.secondary-text,
.mat-warn-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-warn-bg.hint-text,
.mat-warn-bg .hint-text, .mat-warn-bg.disabled-text,
.mat-warn-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-warn-bg.divider,
.mat-warn-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-warn-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-warn-bg input[type=text] {
  color: white;
}
.mat-warn-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-bg .mat-select-trigger,
.mat-warn-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-bg .mat-select-disabled .mat-select-value,
.mat-warn-bg .mat-select-arrow,
.mat-warn-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-bg .mat-select-content,
.mat-warn-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-bg .mat-select-value {
  color: white;
}
.mat-warn-bg[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.warn-fg {
  color: #f44336 !important;
}
.warn-fg .mat-icon,
.warn-fg .icon {
  color: white;
}
.warn-fg.secondary-text,
.warn-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-fg.hint-text,
.warn-fg .hint-text, .warn-fg.disabled-text,
.warn-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-fg.divider,
.warn-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-fg input[type=text] {
  color: white;
}
.warn-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-fg .mat-select-trigger,
.warn-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-fg .mat-select-disabled .mat-select-value,
.warn-fg .mat-select-arrow,
.warn-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-fg .mat-select-content,
.warn-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-fg .mat-select-value {
  color: white;
}
.warn-border {
  border-color: #f44336 !important;
}
.warn-border-top {
  border-top-color: #f44336 !important;
}
.warn-border-right {
  border-right-color: #f44336 !important;
}
.warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
.warn-border-left {
  border-left-color: #f44336 !important;
}
.warn-600-bg {
  background-color: #e53935 !important;
}
.mat-warn-600-bg {
  background-color: #e53935 !important;
  color: white !important;
}
.mat-warn-600-bg .mat-icon,
.mat-warn-600-bg .icon {
  color: white;
}
.mat-warn-600-bg.secondary-text,
.mat-warn-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-warn-600-bg.hint-text,
.mat-warn-600-bg .hint-text, .mat-warn-600-bg.disabled-text,
.mat-warn-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-warn-600-bg.divider,
.mat-warn-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-warn-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-warn-600-bg input[type=text] {
  color: white;
}
.mat-warn-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-600-bg .mat-select-trigger,
.mat-warn-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-600-bg .mat-select-disabled .mat-select-value,
.mat-warn-600-bg .mat-select-arrow,
.mat-warn-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-600-bg .mat-select-content,
.mat-warn-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-600-bg .mat-select-value {
  color: white;
}
.mat-warn-600-bg[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.warn-600-fg {
  color: #e53935 !important;
}
.warn-600-fg .mat-icon,
.warn-600-fg .icon {
  color: white;
}
.warn-600-fg.secondary-text,
.warn-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-600-fg.hint-text,
.warn-600-fg .hint-text, .warn-600-fg.disabled-text,
.warn-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-600-fg.divider,
.warn-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-600-fg input[type=text] {
  color: white;
}
.warn-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-600-fg .mat-select-trigger,
.warn-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-600-fg .mat-select-disabled .mat-select-value,
.warn-600-fg .mat-select-arrow,
.warn-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-600-fg .mat-select-content,
.warn-600-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-600-fg .mat-select-value {
  color: white;
}
.warn-600-border {
  border-color: #e53935 !important;
}
.warn-600-border-top {
  border-top-color: #e53935 !important;
}
.warn-600-border-right {
  border-right-color: #e53935 !important;
}
.warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.warn-600-border-left {
  border-left-color: #e53935 !important;
}
.warn-700-bg {
  background-color: #d32f2f !important;
}
.mat-warn-700-bg {
  background-color: #d32f2f !important;
  color: white !important;
}
.mat-warn-700-bg .mat-icon,
.mat-warn-700-bg .icon {
  color: white;
}
.mat-warn-700-bg.secondary-text,
.mat-warn-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-warn-700-bg.hint-text,
.mat-warn-700-bg .hint-text, .mat-warn-700-bg.disabled-text,
.mat-warn-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-warn-700-bg.divider,
.mat-warn-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-warn-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-warn-700-bg input[type=text] {
  color: white;
}
.mat-warn-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-700-bg .mat-select-trigger,
.mat-warn-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-700-bg .mat-select-disabled .mat-select-value,
.mat-warn-700-bg .mat-select-arrow,
.mat-warn-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-700-bg .mat-select-content,
.mat-warn-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-700-bg .mat-select-value {
  color: white;
}
.mat-warn-700-bg[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.warn-700-fg {
  color: #d32f2f !important;
}
.warn-700-fg .mat-icon,
.warn-700-fg .icon {
  color: white;
}
.warn-700-fg.secondary-text,
.warn-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-700-fg.hint-text,
.warn-700-fg .hint-text, .warn-700-fg.disabled-text,
.warn-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-700-fg.divider,
.warn-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-700-fg input[type=text] {
  color: white;
}
.warn-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-700-fg .mat-select-trigger,
.warn-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-700-fg .mat-select-disabled .mat-select-value,
.warn-700-fg .mat-select-arrow,
.warn-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-700-fg .mat-select-content,
.warn-700-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-700-fg .mat-select-value {
  color: white;
}
.warn-700-border {
  border-color: #d32f2f !important;
}
.warn-700-border-top {
  border-top-color: #d32f2f !important;
}
.warn-700-border-right {
  border-right-color: #d32f2f !important;
}
.warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.warn-700-border-left {
  border-left-color: #d32f2f !important;
}
.warn-800-bg {
  background-color: #c62828 !important;
}
.mat-warn-800-bg {
  background-color: #c62828 !important;
  color: white !important;
}
.mat-warn-800-bg .mat-icon,
.mat-warn-800-bg .icon {
  color: white;
}
.mat-warn-800-bg.secondary-text,
.mat-warn-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-warn-800-bg.hint-text,
.mat-warn-800-bg .hint-text, .mat-warn-800-bg.disabled-text,
.mat-warn-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-warn-800-bg.divider,
.mat-warn-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-warn-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-warn-800-bg input[type=text] {
  color: white;
}
.mat-warn-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-800-bg .mat-select-trigger,
.mat-warn-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-800-bg .mat-select-disabled .mat-select-value,
.mat-warn-800-bg .mat-select-arrow,
.mat-warn-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-800-bg .mat-select-content,
.mat-warn-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-800-bg .mat-select-value {
  color: white;
}
.mat-warn-800-bg[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.warn-800-fg {
  color: #c62828 !important;
}
.warn-800-fg .mat-icon,
.warn-800-fg .icon {
  color: white;
}
.warn-800-fg.secondary-text,
.warn-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-800-fg.hint-text,
.warn-800-fg .hint-text, .warn-800-fg.disabled-text,
.warn-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-800-fg.divider,
.warn-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-800-fg input[type=text] {
  color: white;
}
.warn-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-800-fg .mat-select-trigger,
.warn-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-800-fg .mat-select-disabled .mat-select-value,
.warn-800-fg .mat-select-arrow,
.warn-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-800-fg .mat-select-content,
.warn-800-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-800-fg .mat-select-value {
  color: white;
}
.warn-800-border {
  border-color: #c62828 !important;
}
.warn-800-border-top {
  border-top-color: #c62828 !important;
}
.warn-800-border-right {
  border-right-color: #c62828 !important;
}
.warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.warn-800-border-left {
  border-left-color: #c62828 !important;
}
.warn-900-bg {
  background-color: #b71c1c !important;
}
.mat-warn-900-bg {
  background-color: #b71c1c !important;
  color: white !important;
}
.mat-warn-900-bg .mat-icon,
.mat-warn-900-bg .icon {
  color: white;
}
.mat-warn-900-bg.secondary-text,
.mat-warn-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-warn-900-bg.hint-text,
.mat-warn-900-bg .hint-text, .mat-warn-900-bg.disabled-text,
.mat-warn-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-warn-900-bg.divider,
.mat-warn-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-warn-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-warn-900-bg input[type=text] {
  color: white;
}
.mat-warn-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-900-bg .mat-select-trigger,
.mat-warn-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-900-bg .mat-select-disabled .mat-select-value,
.mat-warn-900-bg .mat-select-arrow,
.mat-warn-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-900-bg .mat-select-content,
.mat-warn-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-900-bg .mat-select-value {
  color: white;
}
.mat-warn-900-bg[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.warn-900-fg {
  color: #b71c1c !important;
}
.warn-900-fg .mat-icon,
.warn-900-fg .icon {
  color: white;
}
.warn-900-fg.secondary-text,
.warn-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-900-fg.hint-text,
.warn-900-fg .hint-text, .warn-900-fg.disabled-text,
.warn-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-900-fg.divider,
.warn-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-900-fg input[type=text] {
  color: white;
}
.warn-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-900-fg .mat-select-trigger,
.warn-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-900-fg .mat-select-disabled .mat-select-value,
.warn-900-fg .mat-select-arrow,
.warn-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-900-fg .mat-select-content,
.warn-900-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-900-fg .mat-select-value {
  color: white;
}
.warn-900-border {
  border-color: #b71c1c !important;
}
.warn-900-border-top {
  border-top-color: #b71c1c !important;
}
.warn-900-border-right {
  border-right-color: #b71c1c !important;
}
.warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.warn-900-border-left {
  border-left-color: #b71c1c !important;
}
.warn-A100-bg {
  background-color: #ff8a80 !important;
}
.mat-warn-A100-bg {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-warn-A100-bg .mat-icon,
.mat-warn-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-warn-A100-bg.secondary-text,
.mat-warn-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-warn-A100-bg.hint-text,
.mat-warn-A100-bg .hint-text, .mat-warn-A100-bg.disabled-text,
.mat-warn-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-warn-A100-bg.divider,
.mat-warn-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-warn-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-warn-A100-bg input[type=text] {
  color: black;
}
.mat-warn-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-A100-bg .mat-select-trigger,
.mat-warn-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-warn-A100-bg .mat-select-disabled .mat-select-value,
.mat-warn-A100-bg .mat-select-arrow,
.mat-warn-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-warn-A100-bg .mat-select-content,
.mat-warn-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-A100-bg[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.warn-A100-fg {
  color: #ff8a80 !important;
}
.warn-A100-fg .mat-icon,
.warn-A100-fg .icon {
  color: white;
}
.warn-A100-fg.secondary-text,
.warn-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-A100-fg.hint-text,
.warn-A100-fg .hint-text, .warn-A100-fg.disabled-text,
.warn-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-A100-fg.divider,
.warn-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-A100-fg input[type=text] {
  color: white;
}
.warn-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-A100-fg .mat-select-trigger,
.warn-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-A100-fg .mat-select-disabled .mat-select-value,
.warn-A100-fg .mat-select-arrow,
.warn-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A100-fg .mat-select-content,
.warn-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-A100-fg .mat-select-value {
  color: white;
}
.warn-A100-border {
  border-color: #ff8a80 !important;
}
.warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.warn-A200-bg {
  background-color: #ff5252 !important;
}
.mat-warn-A200-bg {
  background-color: #ff5252 !important;
  color: white !important;
}
.mat-warn-A200-bg .mat-icon,
.mat-warn-A200-bg .icon {
  color: white;
}
.mat-warn-A200-bg.secondary-text,
.mat-warn-A200-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-warn-A200-bg.hint-text,
.mat-warn-A200-bg .hint-text, .mat-warn-A200-bg.disabled-text,
.mat-warn-A200-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-warn-A200-bg.divider,
.mat-warn-A200-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-warn-A200-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-warn-A200-bg input[type=text] {
  color: white;
}
.mat-warn-A200-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-A200-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-A200-bg .mat-select-trigger,
.mat-warn-A200-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-A200-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-A200-bg .mat-select-disabled .mat-select-value,
.mat-warn-A200-bg .mat-select-arrow,
.mat-warn-A200-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-A200-bg .mat-select-content,
.mat-warn-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-A200-bg .mat-select-value {
  color: white;
}
.mat-warn-A200-bg[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.warn-A200-fg {
  color: #ff5252 !important;
}
.warn-A200-fg .mat-icon,
.warn-A200-fg .icon {
  color: white;
}
.warn-A200-fg.secondary-text,
.warn-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-A200-fg.hint-text,
.warn-A200-fg .hint-text, .warn-A200-fg.disabled-text,
.warn-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-A200-fg.divider,
.warn-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-A200-fg input[type=text] {
  color: white;
}
.warn-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-A200-fg .mat-select-trigger,
.warn-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-A200-fg .mat-select-disabled .mat-select-value,
.warn-A200-fg .mat-select-arrow,
.warn-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A200-fg .mat-select-content,
.warn-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-A200-fg .mat-select-value {
  color: white;
}
.warn-A200-border {
  border-color: #ff5252 !important;
}
.warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
.warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
.warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
.warn-A400-bg {
  background-color: #ff1744 !important;
}
.mat-warn-A400-bg {
  background-color: #ff1744 !important;
  color: white !important;
}
.mat-warn-A400-bg .mat-icon,
.mat-warn-A400-bg .icon {
  color: white;
}
.mat-warn-A400-bg.secondary-text,
.mat-warn-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-warn-A400-bg.hint-text,
.mat-warn-A400-bg .hint-text, .mat-warn-A400-bg.disabled-text,
.mat-warn-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-warn-A400-bg.divider,
.mat-warn-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-warn-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-warn-A400-bg input[type=text] {
  color: white;
}
.mat-warn-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-A400-bg .mat-select-trigger,
.mat-warn-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-A400-bg .mat-select-disabled .mat-select-value,
.mat-warn-A400-bg .mat-select-arrow,
.mat-warn-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-A400-bg .mat-select-content,
.mat-warn-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-A400-bg .mat-select-value {
  color: white;
}
.mat-warn-A400-bg[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.warn-A400-fg {
  color: #ff1744 !important;
}
.warn-A400-fg .mat-icon,
.warn-A400-fg .icon {
  color: white;
}
.warn-A400-fg.secondary-text,
.warn-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-A400-fg.hint-text,
.warn-A400-fg .hint-text, .warn-A400-fg.disabled-text,
.warn-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-A400-fg.divider,
.warn-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-A400-fg input[type=text] {
  color: white;
}
.warn-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-A400-fg .mat-select-trigger,
.warn-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-A400-fg .mat-select-disabled .mat-select-value,
.warn-A400-fg .mat-select-arrow,
.warn-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A400-fg .mat-select-content,
.warn-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-A400-fg .mat-select-value {
  color: white;
}
.warn-A400-border {
  border-color: #ff1744 !important;
}
.warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
.warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
.warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
.warn-A700-bg {
  background-color: #d50000 !important;
}
.mat-warn-A700-bg {
  background-color: #d50000 !important;
  color: white !important;
}
.mat-warn-A700-bg .mat-icon,
.mat-warn-A700-bg .icon {
  color: white;
}
.mat-warn-A700-bg.secondary-text,
.mat-warn-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-warn-A700-bg.hint-text,
.mat-warn-A700-bg .hint-text, .mat-warn-A700-bg.disabled-text,
.mat-warn-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-warn-A700-bg.divider,
.mat-warn-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-warn-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-warn-A700-bg input[type=text] {
  color: white;
}
.mat-warn-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-A700-bg .mat-select-trigger,
.mat-warn-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-warn-A700-bg .mat-select-disabled .mat-select-value,
.mat-warn-A700-bg .mat-select-arrow,
.mat-warn-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-warn-A700-bg .mat-select-content,
.mat-warn-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-warn-A700-bg .mat-select-value {
  color: white;
}
.mat-warn-A700-bg[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.warn-A700-fg {
  color: #d50000 !important;
}
.warn-A700-fg .mat-icon,
.warn-A700-fg .icon {
  color: white;
}
.warn-A700-fg.secondary-text,
.warn-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.warn-A700-fg.hint-text,
.warn-A700-fg .hint-text, .warn-A700-fg.disabled-text,
.warn-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.warn-A700-fg.divider,
.warn-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.warn-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.warn-A700-fg input[type=text] {
  color: white;
}
.warn-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-A700-fg .mat-select-trigger,
.warn-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.warn-A700-fg .mat-select-disabled .mat-select-value,
.warn-A700-fg .mat-select-arrow,
.warn-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.warn-A700-fg .mat-select-content,
.warn-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.warn-A700-fg .mat-select-value {
  color: white;
}
.warn-A700-border {
  border-color: #d50000 !important;
}
.warn-A700-border-top {
  border-top-color: #d50000 !important;
}
.warn-A700-border-right {
  border-right-color: #d50000 !important;
}
.warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.warn-A700-border-left {
  border-left-color: #d50000 !important;
}
.red-50-bg {
  background-color: #ffebee !important;
}
.mat-red-50-bg {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-50-bg .mat-icon,
.mat-red-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-red-50-bg.secondary-text,
.mat-red-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-red-50-bg.hint-text,
.mat-red-50-bg .hint-text, .mat-red-50-bg.disabled-text,
.mat-red-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-red-50-bg.divider,
.mat-red-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-red-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-red-50-bg input[type=text] {
  color: black;
}
.mat-red-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-50-bg .mat-select-trigger,
.mat-red-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-50-bg .mat-select-disabled .mat-select-value,
.mat-red-50-bg .mat-select-arrow,
.mat-red-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-50-bg .mat-select-content,
.mat-red-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-50-bg[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-50-fg {
  color: #ffebee !important;
}
.red-50-fg .mat-icon,
.red-50-fg .icon {
  color: white;
}
.red-50-fg.secondary-text,
.red-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-50-fg.hint-text,
.red-50-fg .hint-text, .red-50-fg.disabled-text,
.red-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-50-fg.divider,
.red-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-50-fg input[type=text] {
  color: white;
}
.red-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-50-fg .mat-select-trigger,
.red-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-50-fg .mat-select-disabled .mat-select-value,
.red-50-fg .mat-select-arrow,
.red-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-50-fg .mat-select-content,
.red-50-fg .mat-select-panel-done-animating {
  background: white;
}
.red-50-fg .mat-select-value {
  color: white;
}
.red-50-border {
  border-color: #ffebee !important;
}
.red-50-border-top {
  border-top-color: #ffebee !important;
}
.red-50-border-right {
  border-right-color: #ffebee !important;
}
.red-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
.red-50-border-left {
  border-left-color: #ffebee !important;
}
.red-100-bg {
  background-color: #ffcdd2 !important;
}
.mat-red-100-bg {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-100-bg .mat-icon,
.mat-red-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-red-100-bg.secondary-text,
.mat-red-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-red-100-bg.hint-text,
.mat-red-100-bg .hint-text, .mat-red-100-bg.disabled-text,
.mat-red-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-red-100-bg.divider,
.mat-red-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-red-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-red-100-bg input[type=text] {
  color: black;
}
.mat-red-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-100-bg .mat-select-trigger,
.mat-red-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-100-bg .mat-select-disabled .mat-select-value,
.mat-red-100-bg .mat-select-arrow,
.mat-red-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-100-bg .mat-select-content,
.mat-red-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-100-bg[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-100-fg {
  color: #ffcdd2 !important;
}
.red-100-fg .mat-icon,
.red-100-fg .icon {
  color: white;
}
.red-100-fg.secondary-text,
.red-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-100-fg.hint-text,
.red-100-fg .hint-text, .red-100-fg.disabled-text,
.red-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-100-fg.divider,
.red-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-100-fg input[type=text] {
  color: white;
}
.red-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-100-fg .mat-select-trigger,
.red-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-100-fg .mat-select-disabled .mat-select-value,
.red-100-fg .mat-select-arrow,
.red-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-100-fg .mat-select-content,
.red-100-fg .mat-select-panel-done-animating {
  background: white;
}
.red-100-fg .mat-select-value {
  color: white;
}
.red-100-border {
  border-color: #ffcdd2 !important;
}
.red-100-border-top {
  border-top-color: #ffcdd2 !important;
}
.red-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.red-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
.red-100-border-left {
  border-left-color: #ffcdd2 !important;
}
.red-200-bg {
  background-color: #ef9a9a !important;
}
.mat-red-200-bg {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-200-bg .mat-icon,
.mat-red-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-red-200-bg.secondary-text,
.mat-red-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-red-200-bg.hint-text,
.mat-red-200-bg .hint-text, .mat-red-200-bg.disabled-text,
.mat-red-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-red-200-bg.divider,
.mat-red-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-red-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-red-200-bg input[type=text] {
  color: black;
}
.mat-red-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-200-bg .mat-select-trigger,
.mat-red-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-200-bg .mat-select-disabled .mat-select-value,
.mat-red-200-bg .mat-select-arrow,
.mat-red-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-200-bg .mat-select-content,
.mat-red-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-200-bg[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-200-fg {
  color: #ef9a9a !important;
}
.red-200-fg .mat-icon,
.red-200-fg .icon {
  color: white;
}
.red-200-fg.secondary-text,
.red-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-200-fg.hint-text,
.red-200-fg .hint-text, .red-200-fg.disabled-text,
.red-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-200-fg.divider,
.red-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-200-fg input[type=text] {
  color: white;
}
.red-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-200-fg .mat-select-trigger,
.red-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-200-fg .mat-select-disabled .mat-select-value,
.red-200-fg .mat-select-arrow,
.red-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-200-fg .mat-select-content,
.red-200-fg .mat-select-panel-done-animating {
  background: white;
}
.red-200-fg .mat-select-value {
  color: white;
}
.red-200-border {
  border-color: #ef9a9a !important;
}
.red-200-border-top {
  border-top-color: #ef9a9a !important;
}
.red-200-border-right {
  border-right-color: #ef9a9a !important;
}
.red-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
.red-200-border-left {
  border-left-color: #ef9a9a !important;
}
.red-300-bg {
  background-color: #e57373 !important;
}
.mat-red-300-bg {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-300-bg .mat-icon,
.mat-red-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-red-300-bg.secondary-text,
.mat-red-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-red-300-bg.hint-text,
.mat-red-300-bg .hint-text, .mat-red-300-bg.disabled-text,
.mat-red-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-red-300-bg.divider,
.mat-red-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-red-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-red-300-bg input[type=text] {
  color: black;
}
.mat-red-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-300-bg .mat-select-trigger,
.mat-red-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-300-bg .mat-select-disabled .mat-select-value,
.mat-red-300-bg .mat-select-arrow,
.mat-red-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-300-bg .mat-select-content,
.mat-red-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-300-bg[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-300-fg {
  color: #e57373 !important;
}
.red-300-fg .mat-icon,
.red-300-fg .icon {
  color: white;
}
.red-300-fg.secondary-text,
.red-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-300-fg.hint-text,
.red-300-fg .hint-text, .red-300-fg.disabled-text,
.red-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-300-fg.divider,
.red-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-300-fg input[type=text] {
  color: white;
}
.red-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-300-fg .mat-select-trigger,
.red-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-300-fg .mat-select-disabled .mat-select-value,
.red-300-fg .mat-select-arrow,
.red-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-300-fg .mat-select-content,
.red-300-fg .mat-select-panel-done-animating {
  background: white;
}
.red-300-fg .mat-select-value {
  color: white;
}
.red-300-border {
  border-color: #e57373 !important;
}
.red-300-border-top {
  border-top-color: #e57373 !important;
}
.red-300-border-right {
  border-right-color: #e57373 !important;
}
.red-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
.red-300-border-left {
  border-left-color: #e57373 !important;
}
.red-400-bg {
  background-color: #ef5350 !important;
}
.mat-red-400-bg {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-400-bg .mat-icon,
.mat-red-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-red-400-bg.secondary-text,
.mat-red-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-red-400-bg.hint-text,
.mat-red-400-bg .hint-text, .mat-red-400-bg.disabled-text,
.mat-red-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-red-400-bg.divider,
.mat-red-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-red-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-red-400-bg input[type=text] {
  color: black;
}
.mat-red-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-400-bg .mat-select-trigger,
.mat-red-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-400-bg .mat-select-disabled .mat-select-value,
.mat-red-400-bg .mat-select-arrow,
.mat-red-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-400-bg .mat-select-content,
.mat-red-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-400-bg[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-400-fg {
  color: #ef5350 !important;
}
.red-400-fg .mat-icon,
.red-400-fg .icon {
  color: white;
}
.red-400-fg.secondary-text,
.red-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-400-fg.hint-text,
.red-400-fg .hint-text, .red-400-fg.disabled-text,
.red-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-400-fg.divider,
.red-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-400-fg input[type=text] {
  color: white;
}
.red-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-400-fg .mat-select-trigger,
.red-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-400-fg .mat-select-disabled .mat-select-value,
.red-400-fg .mat-select-arrow,
.red-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-400-fg .mat-select-content,
.red-400-fg .mat-select-panel-done-animating {
  background: white;
}
.red-400-fg .mat-select-value {
  color: white;
}
.red-400-border {
  border-color: #ef5350 !important;
}
.red-400-border-top {
  border-top-color: #ef5350 !important;
}
.red-400-border-right {
  border-right-color: #ef5350 !important;
}
.red-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
.red-400-border-left {
  border-left-color: #ef5350 !important;
}
.red-500-bg {
  background-color: #f44336 !important;
}
.mat-red-500-bg {
  background-color: #f44336 !important;
  color: white !important;
}
.mat-red-500-bg .mat-icon,
.mat-red-500-bg .icon {
  color: white;
}
.mat-red-500-bg.secondary-text,
.mat-red-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-red-500-bg.hint-text,
.mat-red-500-bg .hint-text, .mat-red-500-bg.disabled-text,
.mat-red-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-red-500-bg.divider,
.mat-red-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-red-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-red-500-bg input[type=text] {
  color: white;
}
.mat-red-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-500-bg .mat-select-trigger,
.mat-red-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-500-bg .mat-select-disabled .mat-select-value,
.mat-red-500-bg .mat-select-arrow,
.mat-red-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-500-bg .mat-select-content,
.mat-red-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-500-bg .mat-select-value {
  color: white;
}
.mat-red-500-bg[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-500-fg {
  color: #f44336 !important;
}
.red-500-fg .mat-icon,
.red-500-fg .icon {
  color: white;
}
.red-500-fg.secondary-text,
.red-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-500-fg.hint-text,
.red-500-fg .hint-text, .red-500-fg.disabled-text,
.red-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-500-fg.divider,
.red-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-500-fg input[type=text] {
  color: white;
}
.red-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-500-fg .mat-select-trigger,
.red-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-500-fg .mat-select-disabled .mat-select-value,
.red-500-fg .mat-select-arrow,
.red-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-500-fg .mat-select-content,
.red-500-fg .mat-select-panel-done-animating {
  background: white;
}
.red-500-fg .mat-select-value {
  color: white;
}
.red-500-border {
  border-color: #f44336 !important;
}
.red-500-border-top {
  border-top-color: #f44336 !important;
}
.red-500-border-right {
  border-right-color: #f44336 !important;
}
.red-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
.red-500-border-left {
  border-left-color: #f44336 !important;
}
.red-bg {
  background-color: #f44336 !important;
}
.mat-red-bg {
  background-color: #f44336 !important;
  color: white !important;
}
.mat-red-bg .mat-icon,
.mat-red-bg .icon {
  color: white;
}
.mat-red-bg.secondary-text,
.mat-red-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-red-bg.hint-text,
.mat-red-bg .hint-text, .mat-red-bg.disabled-text,
.mat-red-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-red-bg.divider,
.mat-red-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-red-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-red-bg input[type=text] {
  color: white;
}
.mat-red-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-bg .mat-select-trigger,
.mat-red-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-bg .mat-select-disabled .mat-select-value,
.mat-red-bg .mat-select-arrow,
.mat-red-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-bg .mat-select-content,
.mat-red-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-bg .mat-select-value {
  color: white;
}
.mat-red-bg[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-fg {
  color: #f44336 !important;
}
.red-fg .mat-icon,
.red-fg .icon {
  color: white;
}
.red-fg.secondary-text,
.red-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-fg.hint-text,
.red-fg .hint-text, .red-fg.disabled-text,
.red-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-fg.divider,
.red-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-fg input[type=text] {
  color: white;
}
.red-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-fg .mat-select-trigger,
.red-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-fg .mat-select-disabled .mat-select-value,
.red-fg .mat-select-arrow,
.red-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-fg .mat-select-content,
.red-fg .mat-select-panel-done-animating {
  background: white;
}
.red-fg .mat-select-value {
  color: white;
}
.red-border {
  border-color: #f44336 !important;
}
.red-border-top {
  border-top-color: #f44336 !important;
}
.red-border-right {
  border-right-color: #f44336 !important;
}
.red-border-bottom {
  border-bottom-color: #f44336 !important;
}
.red-border-left {
  border-left-color: #f44336 !important;
}
.red-600-bg {
  background-color: #e53935 !important;
}
.mat-red-600-bg {
  background-color: #e53935 !important;
  color: white !important;
}
.mat-red-600-bg .mat-icon,
.mat-red-600-bg .icon {
  color: white;
}
.mat-red-600-bg.secondary-text,
.mat-red-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-red-600-bg.hint-text,
.mat-red-600-bg .hint-text, .mat-red-600-bg.disabled-text,
.mat-red-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-red-600-bg.divider,
.mat-red-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-red-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-red-600-bg input[type=text] {
  color: white;
}
.mat-red-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-600-bg .mat-select-trigger,
.mat-red-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-600-bg .mat-select-disabled .mat-select-value,
.mat-red-600-bg .mat-select-arrow,
.mat-red-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-600-bg .mat-select-content,
.mat-red-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-600-bg .mat-select-value {
  color: white;
}
.mat-red-600-bg[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-600-fg {
  color: #e53935 !important;
}
.red-600-fg .mat-icon,
.red-600-fg .icon {
  color: white;
}
.red-600-fg.secondary-text,
.red-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-600-fg.hint-text,
.red-600-fg .hint-text, .red-600-fg.disabled-text,
.red-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-600-fg.divider,
.red-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-600-fg input[type=text] {
  color: white;
}
.red-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-600-fg .mat-select-trigger,
.red-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-600-fg .mat-select-disabled .mat-select-value,
.red-600-fg .mat-select-arrow,
.red-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-600-fg .mat-select-content,
.red-600-fg .mat-select-panel-done-animating {
  background: white;
}
.red-600-fg .mat-select-value {
  color: white;
}
.red-600-border {
  border-color: #e53935 !important;
}
.red-600-border-top {
  border-top-color: #e53935 !important;
}
.red-600-border-right {
  border-right-color: #e53935 !important;
}
.red-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
.red-600-border-left {
  border-left-color: #e53935 !important;
}
.red-700-bg {
  background-color: #d32f2f !important;
}
.mat-red-700-bg {
  background-color: #d32f2f !important;
  color: white !important;
}
.mat-red-700-bg .mat-icon,
.mat-red-700-bg .icon {
  color: white;
}
.mat-red-700-bg.secondary-text,
.mat-red-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-red-700-bg.hint-text,
.mat-red-700-bg .hint-text, .mat-red-700-bg.disabled-text,
.mat-red-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-red-700-bg.divider,
.mat-red-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-red-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-red-700-bg input[type=text] {
  color: white;
}
.mat-red-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-700-bg .mat-select-trigger,
.mat-red-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-700-bg .mat-select-disabled .mat-select-value,
.mat-red-700-bg .mat-select-arrow,
.mat-red-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-700-bg .mat-select-content,
.mat-red-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-700-bg .mat-select-value {
  color: white;
}
.mat-red-700-bg[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-700-fg {
  color: #d32f2f !important;
}
.red-700-fg .mat-icon,
.red-700-fg .icon {
  color: white;
}
.red-700-fg.secondary-text,
.red-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-700-fg.hint-text,
.red-700-fg .hint-text, .red-700-fg.disabled-text,
.red-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-700-fg.divider,
.red-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-700-fg input[type=text] {
  color: white;
}
.red-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-700-fg .mat-select-trigger,
.red-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-700-fg .mat-select-disabled .mat-select-value,
.red-700-fg .mat-select-arrow,
.red-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-700-fg .mat-select-content,
.red-700-fg .mat-select-panel-done-animating {
  background: white;
}
.red-700-fg .mat-select-value {
  color: white;
}
.red-700-border {
  border-color: #d32f2f !important;
}
.red-700-border-top {
  border-top-color: #d32f2f !important;
}
.red-700-border-right {
  border-right-color: #d32f2f !important;
}
.red-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
.red-700-border-left {
  border-left-color: #d32f2f !important;
}
.red-800-bg {
  background-color: #c62828 !important;
}
.mat-red-800-bg {
  background-color: #c62828 !important;
  color: white !important;
}
.mat-red-800-bg .mat-icon,
.mat-red-800-bg .icon {
  color: white;
}
.mat-red-800-bg.secondary-text,
.mat-red-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-red-800-bg.hint-text,
.mat-red-800-bg .hint-text, .mat-red-800-bg.disabled-text,
.mat-red-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-red-800-bg.divider,
.mat-red-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-red-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-red-800-bg input[type=text] {
  color: white;
}
.mat-red-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-800-bg .mat-select-trigger,
.mat-red-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-800-bg .mat-select-disabled .mat-select-value,
.mat-red-800-bg .mat-select-arrow,
.mat-red-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-800-bg .mat-select-content,
.mat-red-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-800-bg .mat-select-value {
  color: white;
}
.mat-red-800-bg[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-800-fg {
  color: #c62828 !important;
}
.red-800-fg .mat-icon,
.red-800-fg .icon {
  color: white;
}
.red-800-fg.secondary-text,
.red-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-800-fg.hint-text,
.red-800-fg .hint-text, .red-800-fg.disabled-text,
.red-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-800-fg.divider,
.red-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-800-fg input[type=text] {
  color: white;
}
.red-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-800-fg .mat-select-trigger,
.red-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-800-fg .mat-select-disabled .mat-select-value,
.red-800-fg .mat-select-arrow,
.red-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-800-fg .mat-select-content,
.red-800-fg .mat-select-panel-done-animating {
  background: white;
}
.red-800-fg .mat-select-value {
  color: white;
}
.red-800-border {
  border-color: #c62828 !important;
}
.red-800-border-top {
  border-top-color: #c62828 !important;
}
.red-800-border-right {
  border-right-color: #c62828 !important;
}
.red-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
.red-800-border-left {
  border-left-color: #c62828 !important;
}
.red-900-bg {
  background-color: #b71c1c !important;
}
.mat-red-900-bg {
  background-color: #b71c1c !important;
  color: white !important;
}
.mat-red-900-bg .mat-icon,
.mat-red-900-bg .icon {
  color: white;
}
.mat-red-900-bg.secondary-text,
.mat-red-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-red-900-bg.hint-text,
.mat-red-900-bg .hint-text, .mat-red-900-bg.disabled-text,
.mat-red-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-red-900-bg.divider,
.mat-red-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-red-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-red-900-bg input[type=text] {
  color: white;
}
.mat-red-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-900-bg .mat-select-trigger,
.mat-red-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-900-bg .mat-select-disabled .mat-select-value,
.mat-red-900-bg .mat-select-arrow,
.mat-red-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-900-bg .mat-select-content,
.mat-red-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-900-bg .mat-select-value {
  color: white;
}
.mat-red-900-bg[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-900-fg {
  color: #b71c1c !important;
}
.red-900-fg .mat-icon,
.red-900-fg .icon {
  color: white;
}
.red-900-fg.secondary-text,
.red-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-900-fg.hint-text,
.red-900-fg .hint-text, .red-900-fg.disabled-text,
.red-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-900-fg.divider,
.red-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-900-fg input[type=text] {
  color: white;
}
.red-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-900-fg .mat-select-trigger,
.red-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-900-fg .mat-select-disabled .mat-select-value,
.red-900-fg .mat-select-arrow,
.red-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-900-fg .mat-select-content,
.red-900-fg .mat-select-panel-done-animating {
  background: white;
}
.red-900-fg .mat-select-value {
  color: white;
}
.red-900-border {
  border-color: #b71c1c !important;
}
.red-900-border-top {
  border-top-color: #b71c1c !important;
}
.red-900-border-right {
  border-right-color: #b71c1c !important;
}
.red-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
.red-900-border-left {
  border-left-color: #b71c1c !important;
}
.red-A100-bg {
  background-color: #ff8a80 !important;
}
.mat-red-A100-bg {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-red-A100-bg .mat-icon,
.mat-red-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-red-A100-bg.secondary-text,
.mat-red-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-red-A100-bg.hint-text,
.mat-red-A100-bg .hint-text, .mat-red-A100-bg.disabled-text,
.mat-red-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-red-A100-bg.divider,
.mat-red-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-red-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-red-A100-bg input[type=text] {
  color: black;
}
.mat-red-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-A100-bg .mat-select-trigger,
.mat-red-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-red-A100-bg .mat-select-disabled .mat-select-value,
.mat-red-A100-bg .mat-select-arrow,
.mat-red-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-red-A100-bg .mat-select-content,
.mat-red-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-A100-bg[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.red-A100-fg {
  color: #ff8a80 !important;
}
.red-A100-fg .mat-icon,
.red-A100-fg .icon {
  color: white;
}
.red-A100-fg.secondary-text,
.red-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-A100-fg.hint-text,
.red-A100-fg .hint-text, .red-A100-fg.disabled-text,
.red-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-A100-fg.divider,
.red-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-A100-fg input[type=text] {
  color: white;
}
.red-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-A100-fg .mat-select-trigger,
.red-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-A100-fg .mat-select-disabled .mat-select-value,
.red-A100-fg .mat-select-arrow,
.red-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-A100-fg .mat-select-content,
.red-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.red-A100-fg .mat-select-value {
  color: white;
}
.red-A100-border {
  border-color: #ff8a80 !important;
}
.red-A100-border-top {
  border-top-color: #ff8a80 !important;
}
.red-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.red-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
.red-A100-border-left {
  border-left-color: #ff8a80 !important;
}
.red-A200-bg {
  background-color: #ff5252 !important;
}
.mat-red-A200-bg {
  background-color: #ff5252 !important;
  color: white !important;
}
.mat-red-A200-bg .mat-icon,
.mat-red-A200-bg .icon {
  color: white;
}
.mat-red-A200-bg.secondary-text,
.mat-red-A200-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-red-A200-bg.hint-text,
.mat-red-A200-bg .hint-text, .mat-red-A200-bg.disabled-text,
.mat-red-A200-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-red-A200-bg.divider,
.mat-red-A200-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-red-A200-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-red-A200-bg input[type=text] {
  color: white;
}
.mat-red-A200-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-A200-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-A200-bg .mat-select-trigger,
.mat-red-A200-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-A200-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-A200-bg .mat-select-disabled .mat-select-value,
.mat-red-A200-bg .mat-select-arrow,
.mat-red-A200-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-A200-bg .mat-select-content,
.mat-red-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-A200-bg .mat-select-value {
  color: white;
}
.mat-red-A200-bg[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-A200-fg {
  color: #ff5252 !important;
}
.red-A200-fg .mat-icon,
.red-A200-fg .icon {
  color: white;
}
.red-A200-fg.secondary-text,
.red-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-A200-fg.hint-text,
.red-A200-fg .hint-text, .red-A200-fg.disabled-text,
.red-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-A200-fg.divider,
.red-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-A200-fg input[type=text] {
  color: white;
}
.red-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-A200-fg .mat-select-trigger,
.red-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-A200-fg .mat-select-disabled .mat-select-value,
.red-A200-fg .mat-select-arrow,
.red-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-A200-fg .mat-select-content,
.red-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.red-A200-fg .mat-select-value {
  color: white;
}
.red-A200-border {
  border-color: #ff5252 !important;
}
.red-A200-border-top {
  border-top-color: #ff5252 !important;
}
.red-A200-border-right {
  border-right-color: #ff5252 !important;
}
.red-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
.red-A200-border-left {
  border-left-color: #ff5252 !important;
}
.red-A400-bg {
  background-color: #ff1744 !important;
}
.mat-red-A400-bg {
  background-color: #ff1744 !important;
  color: white !important;
}
.mat-red-A400-bg .mat-icon,
.mat-red-A400-bg .icon {
  color: white;
}
.mat-red-A400-bg.secondary-text,
.mat-red-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-red-A400-bg.hint-text,
.mat-red-A400-bg .hint-text, .mat-red-A400-bg.disabled-text,
.mat-red-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-red-A400-bg.divider,
.mat-red-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-red-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-red-A400-bg input[type=text] {
  color: white;
}
.mat-red-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-A400-bg .mat-select-trigger,
.mat-red-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-A400-bg .mat-select-disabled .mat-select-value,
.mat-red-A400-bg .mat-select-arrow,
.mat-red-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-A400-bg .mat-select-content,
.mat-red-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-A400-bg .mat-select-value {
  color: white;
}
.mat-red-A400-bg[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-A400-fg {
  color: #ff1744 !important;
}
.red-A400-fg .mat-icon,
.red-A400-fg .icon {
  color: white;
}
.red-A400-fg.secondary-text,
.red-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-A400-fg.hint-text,
.red-A400-fg .hint-text, .red-A400-fg.disabled-text,
.red-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-A400-fg.divider,
.red-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-A400-fg input[type=text] {
  color: white;
}
.red-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-A400-fg .mat-select-trigger,
.red-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-A400-fg .mat-select-disabled .mat-select-value,
.red-A400-fg .mat-select-arrow,
.red-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-A400-fg .mat-select-content,
.red-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.red-A400-fg .mat-select-value {
  color: white;
}
.red-A400-border {
  border-color: #ff1744 !important;
}
.red-A400-border-top {
  border-top-color: #ff1744 !important;
}
.red-A400-border-right {
  border-right-color: #ff1744 !important;
}
.red-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
.red-A400-border-left {
  border-left-color: #ff1744 !important;
}
.red-A700-bg {
  background-color: #d50000 !important;
}
.mat-red-A700-bg {
  background-color: #d50000 !important;
  color: white !important;
}
.mat-red-A700-bg .mat-icon,
.mat-red-A700-bg .icon {
  color: white;
}
.mat-red-A700-bg.secondary-text,
.mat-red-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-red-A700-bg.hint-text,
.mat-red-A700-bg .hint-text, .mat-red-A700-bg.disabled-text,
.mat-red-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-red-A700-bg.divider,
.mat-red-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-red-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-red-A700-bg input[type=text] {
  color: white;
}
.mat-red-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-A700-bg .mat-select-trigger,
.mat-red-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-red-A700-bg .mat-select-disabled .mat-select-value,
.mat-red-A700-bg .mat-select-arrow,
.mat-red-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-red-A700-bg .mat-select-content,
.mat-red-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-red-A700-bg .mat-select-value {
  color: white;
}
.mat-red-A700-bg[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-A700-fg {
  color: #d50000 !important;
}
.red-A700-fg .mat-icon,
.red-A700-fg .icon {
  color: white;
}
.red-A700-fg.secondary-text,
.red-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-A700-fg.hint-text,
.red-A700-fg .hint-text, .red-A700-fg.disabled-text,
.red-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-A700-fg.divider,
.red-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-A700-fg input[type=text] {
  color: white;
}
.red-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.red-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-A700-fg .mat-select-trigger,
.red-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-A700-fg .mat-select-disabled .mat-select-value,
.red-A700-fg .mat-select-arrow,
.red-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-A700-fg .mat-select-content,
.red-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.red-A700-fg .mat-select-value {
  color: white;
}
.red-A700-border {
  border-color: #d50000 !important;
}
.red-A700-border-top {
  border-top-color: #d50000 !important;
}
.red-A700-border-right {
  border-right-color: #d50000 !important;
}
.red-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
.red-A700-border-left {
  border-left-color: #d50000 !important;
}
.pink-50-bg {
  background-color: #fce4ec !important;
}
.mat-pink-50-bg {
  background-color: #fce4ec !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-50-bg .mat-icon,
.mat-pink-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pink-50-bg.secondary-text,
.mat-pink-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-pink-50-bg.hint-text,
.mat-pink-50-bg .hint-text, .mat-pink-50-bg.disabled-text,
.mat-pink-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-pink-50-bg.divider,
.mat-pink-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-pink-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-pink-50-bg input[type=text] {
  color: black;
}
.mat-pink-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-50-bg .mat-select-trigger,
.mat-pink-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-50-bg .mat-select-disabled .mat-select-value,
.mat-pink-50-bg .mat-select-arrow,
.mat-pink-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-50-bg .mat-select-content,
.mat-pink-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-50-bg[disabled] {
  background-color: rgba(252, 228, 236, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-50-fg {
  color: #fce4ec !important;
}
.pink-50-fg .mat-icon,
.pink-50-fg .icon {
  color: white;
}
.pink-50-fg.secondary-text,
.pink-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-50-fg.hint-text,
.pink-50-fg .hint-text, .pink-50-fg.disabled-text,
.pink-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-50-fg.divider,
.pink-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-50-fg input[type=text] {
  color: white;
}
.pink-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-50-fg .mat-select-trigger,
.pink-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-50-fg .mat-select-disabled .mat-select-value,
.pink-50-fg .mat-select-arrow,
.pink-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-50-fg .mat-select-content,
.pink-50-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-50-fg .mat-select-value {
  color: white;
}
.pink-50-border {
  border-color: #fce4ec !important;
}
.pink-50-border-top {
  border-top-color: #fce4ec !important;
}
.pink-50-border-right {
  border-right-color: #fce4ec !important;
}
.pink-50-border-bottom {
  border-bottom-color: #fce4ec !important;
}
.pink-50-border-left {
  border-left-color: #fce4ec !important;
}
.pink-100-bg {
  background-color: #f8bbd0 !important;
}
.mat-pink-100-bg {
  background-color: #f8bbd0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-100-bg .mat-icon,
.mat-pink-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pink-100-bg.secondary-text,
.mat-pink-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-pink-100-bg.hint-text,
.mat-pink-100-bg .hint-text, .mat-pink-100-bg.disabled-text,
.mat-pink-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-pink-100-bg.divider,
.mat-pink-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-pink-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-pink-100-bg input[type=text] {
  color: black;
}
.mat-pink-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-100-bg .mat-select-trigger,
.mat-pink-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-100-bg .mat-select-disabled .mat-select-value,
.mat-pink-100-bg .mat-select-arrow,
.mat-pink-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-100-bg .mat-select-content,
.mat-pink-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-100-bg[disabled] {
  background-color: rgba(248, 187, 208, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-100-fg {
  color: #f8bbd0 !important;
}
.pink-100-fg .mat-icon,
.pink-100-fg .icon {
  color: white;
}
.pink-100-fg.secondary-text,
.pink-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-100-fg.hint-text,
.pink-100-fg .hint-text, .pink-100-fg.disabled-text,
.pink-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-100-fg.divider,
.pink-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-100-fg input[type=text] {
  color: white;
}
.pink-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-100-fg .mat-select-trigger,
.pink-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-100-fg .mat-select-disabled .mat-select-value,
.pink-100-fg .mat-select-arrow,
.pink-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-100-fg .mat-select-content,
.pink-100-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-100-fg .mat-select-value {
  color: white;
}
.pink-100-border {
  border-color: #f8bbd0 !important;
}
.pink-100-border-top {
  border-top-color: #f8bbd0 !important;
}
.pink-100-border-right {
  border-right-color: #f8bbd0 !important;
}
.pink-100-border-bottom {
  border-bottom-color: #f8bbd0 !important;
}
.pink-100-border-left {
  border-left-color: #f8bbd0 !important;
}
.pink-200-bg {
  background-color: #f48fb1 !important;
}
.mat-pink-200-bg {
  background-color: #f48fb1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-200-bg .mat-icon,
.mat-pink-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pink-200-bg.secondary-text,
.mat-pink-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-pink-200-bg.hint-text,
.mat-pink-200-bg .hint-text, .mat-pink-200-bg.disabled-text,
.mat-pink-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-pink-200-bg.divider,
.mat-pink-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-pink-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-pink-200-bg input[type=text] {
  color: black;
}
.mat-pink-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-200-bg .mat-select-trigger,
.mat-pink-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-200-bg .mat-select-disabled .mat-select-value,
.mat-pink-200-bg .mat-select-arrow,
.mat-pink-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-200-bg .mat-select-content,
.mat-pink-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-200-bg[disabled] {
  background-color: rgba(244, 143, 177, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-200-fg {
  color: #f48fb1 !important;
}
.pink-200-fg .mat-icon,
.pink-200-fg .icon {
  color: white;
}
.pink-200-fg.secondary-text,
.pink-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-200-fg.hint-text,
.pink-200-fg .hint-text, .pink-200-fg.disabled-text,
.pink-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-200-fg.divider,
.pink-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-200-fg input[type=text] {
  color: white;
}
.pink-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-200-fg .mat-select-trigger,
.pink-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-200-fg .mat-select-disabled .mat-select-value,
.pink-200-fg .mat-select-arrow,
.pink-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-200-fg .mat-select-content,
.pink-200-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-200-fg .mat-select-value {
  color: white;
}
.pink-200-border {
  border-color: #f48fb1 !important;
}
.pink-200-border-top {
  border-top-color: #f48fb1 !important;
}
.pink-200-border-right {
  border-right-color: #f48fb1 !important;
}
.pink-200-border-bottom {
  border-bottom-color: #f48fb1 !important;
}
.pink-200-border-left {
  border-left-color: #f48fb1 !important;
}
.pink-300-bg {
  background-color: #f06292 !important;
}
.mat-pink-300-bg {
  background-color: #f06292 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-300-bg .mat-icon,
.mat-pink-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pink-300-bg.secondary-text,
.mat-pink-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-pink-300-bg.hint-text,
.mat-pink-300-bg .hint-text, .mat-pink-300-bg.disabled-text,
.mat-pink-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-pink-300-bg.divider,
.mat-pink-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-pink-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-pink-300-bg input[type=text] {
  color: black;
}
.mat-pink-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-300-bg .mat-select-trigger,
.mat-pink-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-300-bg .mat-select-disabled .mat-select-value,
.mat-pink-300-bg .mat-select-arrow,
.mat-pink-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-300-bg .mat-select-content,
.mat-pink-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-300-bg[disabled] {
  background-color: rgba(240, 98, 146, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-300-fg {
  color: #f06292 !important;
}
.pink-300-fg .mat-icon,
.pink-300-fg .icon {
  color: white;
}
.pink-300-fg.secondary-text,
.pink-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-300-fg.hint-text,
.pink-300-fg .hint-text, .pink-300-fg.disabled-text,
.pink-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-300-fg.divider,
.pink-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-300-fg input[type=text] {
  color: white;
}
.pink-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-300-fg .mat-select-trigger,
.pink-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-300-fg .mat-select-disabled .mat-select-value,
.pink-300-fg .mat-select-arrow,
.pink-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-300-fg .mat-select-content,
.pink-300-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-300-fg .mat-select-value {
  color: white;
}
.pink-300-border {
  border-color: #f06292 !important;
}
.pink-300-border-top {
  border-top-color: #f06292 !important;
}
.pink-300-border-right {
  border-right-color: #f06292 !important;
}
.pink-300-border-bottom {
  border-bottom-color: #f06292 !important;
}
.pink-300-border-left {
  border-left-color: #f06292 !important;
}
.pink-400-bg {
  background-color: #ec407a !important;
}
.mat-pink-400-bg {
  background-color: #ec407a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-400-bg .mat-icon,
.mat-pink-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pink-400-bg.secondary-text,
.mat-pink-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-pink-400-bg.hint-text,
.mat-pink-400-bg .hint-text, .mat-pink-400-bg.disabled-text,
.mat-pink-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-pink-400-bg.divider,
.mat-pink-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-pink-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-pink-400-bg input[type=text] {
  color: black;
}
.mat-pink-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-400-bg .mat-select-trigger,
.mat-pink-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-400-bg .mat-select-disabled .mat-select-value,
.mat-pink-400-bg .mat-select-arrow,
.mat-pink-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-400-bg .mat-select-content,
.mat-pink-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-400-bg[disabled] {
  background-color: rgba(236, 64, 122, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-400-fg {
  color: #ec407a !important;
}
.pink-400-fg .mat-icon,
.pink-400-fg .icon {
  color: white;
}
.pink-400-fg.secondary-text,
.pink-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-400-fg.hint-text,
.pink-400-fg .hint-text, .pink-400-fg.disabled-text,
.pink-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-400-fg.divider,
.pink-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-400-fg input[type=text] {
  color: white;
}
.pink-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-400-fg .mat-select-trigger,
.pink-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-400-fg .mat-select-disabled .mat-select-value,
.pink-400-fg .mat-select-arrow,
.pink-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-400-fg .mat-select-content,
.pink-400-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-400-fg .mat-select-value {
  color: white;
}
.pink-400-border {
  border-color: #ec407a !important;
}
.pink-400-border-top {
  border-top-color: #ec407a !important;
}
.pink-400-border-right {
  border-right-color: #ec407a !important;
}
.pink-400-border-bottom {
  border-bottom-color: #ec407a !important;
}
.pink-400-border-left {
  border-left-color: #ec407a !important;
}
.pink-500-bg {
  background-color: #e91e63 !important;
}
.mat-pink-500-bg {
  background-color: #e91e63 !important;
  color: white !important;
}
.mat-pink-500-bg .mat-icon,
.mat-pink-500-bg .icon {
  color: white;
}
.mat-pink-500-bg.secondary-text,
.mat-pink-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-pink-500-bg.hint-text,
.mat-pink-500-bg .hint-text, .mat-pink-500-bg.disabled-text,
.mat-pink-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-pink-500-bg.divider,
.mat-pink-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-pink-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-pink-500-bg input[type=text] {
  color: white;
}
.mat-pink-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-500-bg .mat-select-trigger,
.mat-pink-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-500-bg .mat-select-disabled .mat-select-value,
.mat-pink-500-bg .mat-select-arrow,
.mat-pink-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-500-bg .mat-select-content,
.mat-pink-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-500-bg .mat-select-value {
  color: white;
}
.mat-pink-500-bg[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-500-fg {
  color: #e91e63 !important;
}
.pink-500-fg .mat-icon,
.pink-500-fg .icon {
  color: white;
}
.pink-500-fg.secondary-text,
.pink-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-500-fg.hint-text,
.pink-500-fg .hint-text, .pink-500-fg.disabled-text,
.pink-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-500-fg.divider,
.pink-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-500-fg input[type=text] {
  color: white;
}
.pink-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-500-fg .mat-select-trigger,
.pink-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-500-fg .mat-select-disabled .mat-select-value,
.pink-500-fg .mat-select-arrow,
.pink-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-500-fg .mat-select-content,
.pink-500-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-500-fg .mat-select-value {
  color: white;
}
.pink-500-border {
  border-color: #e91e63 !important;
}
.pink-500-border-top {
  border-top-color: #e91e63 !important;
}
.pink-500-border-right {
  border-right-color: #e91e63 !important;
}
.pink-500-border-bottom {
  border-bottom-color: #e91e63 !important;
}
.pink-500-border-left {
  border-left-color: #e91e63 !important;
}
.pink-bg {
  background-color: #e91e63 !important;
}
.mat-pink-bg {
  background-color: #e91e63 !important;
  color: white !important;
}
.mat-pink-bg .mat-icon,
.mat-pink-bg .icon {
  color: white;
}
.mat-pink-bg.secondary-text,
.mat-pink-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-pink-bg.hint-text,
.mat-pink-bg .hint-text, .mat-pink-bg.disabled-text,
.mat-pink-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-pink-bg.divider,
.mat-pink-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-pink-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-pink-bg input[type=text] {
  color: white;
}
.mat-pink-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-bg .mat-select-trigger,
.mat-pink-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-bg .mat-select-disabled .mat-select-value,
.mat-pink-bg .mat-select-arrow,
.mat-pink-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-bg .mat-select-content,
.mat-pink-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-bg .mat-select-value {
  color: white;
}
.mat-pink-bg[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-fg {
  color: #e91e63 !important;
}
.pink-fg .mat-icon,
.pink-fg .icon {
  color: white;
}
.pink-fg.secondary-text,
.pink-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-fg.hint-text,
.pink-fg .hint-text, .pink-fg.disabled-text,
.pink-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-fg.divider,
.pink-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-fg input[type=text] {
  color: white;
}
.pink-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-fg .mat-select-trigger,
.pink-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-fg .mat-select-disabled .mat-select-value,
.pink-fg .mat-select-arrow,
.pink-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-fg .mat-select-content,
.pink-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-fg .mat-select-value {
  color: white;
}
.pink-border {
  border-color: #e91e63 !important;
}
.pink-border-top {
  border-top-color: #e91e63 !important;
}
.pink-border-right {
  border-right-color: #e91e63 !important;
}
.pink-border-bottom {
  border-bottom-color: #e91e63 !important;
}
.pink-border-left {
  border-left-color: #e91e63 !important;
}
.pink-600-bg {
  background-color: #d81b60 !important;
}
.mat-pink-600-bg {
  background-color: #d81b60 !important;
  color: white !important;
}
.mat-pink-600-bg .mat-icon,
.mat-pink-600-bg .icon {
  color: white;
}
.mat-pink-600-bg.secondary-text,
.mat-pink-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-pink-600-bg.hint-text,
.mat-pink-600-bg .hint-text, .mat-pink-600-bg.disabled-text,
.mat-pink-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-pink-600-bg.divider,
.mat-pink-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-pink-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-pink-600-bg input[type=text] {
  color: white;
}
.mat-pink-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-600-bg .mat-select-trigger,
.mat-pink-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-600-bg .mat-select-disabled .mat-select-value,
.mat-pink-600-bg .mat-select-arrow,
.mat-pink-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-600-bg .mat-select-content,
.mat-pink-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-600-bg .mat-select-value {
  color: white;
}
.mat-pink-600-bg[disabled] {
  background-color: rgba(216, 27, 96, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-600-fg {
  color: #d81b60 !important;
}
.pink-600-fg .mat-icon,
.pink-600-fg .icon {
  color: white;
}
.pink-600-fg.secondary-text,
.pink-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-600-fg.hint-text,
.pink-600-fg .hint-text, .pink-600-fg.disabled-text,
.pink-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-600-fg.divider,
.pink-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-600-fg input[type=text] {
  color: white;
}
.pink-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-600-fg .mat-select-trigger,
.pink-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-600-fg .mat-select-disabled .mat-select-value,
.pink-600-fg .mat-select-arrow,
.pink-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-600-fg .mat-select-content,
.pink-600-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-600-fg .mat-select-value {
  color: white;
}
.pink-600-border {
  border-color: #d81b60 !important;
}
.pink-600-border-top {
  border-top-color: #d81b60 !important;
}
.pink-600-border-right {
  border-right-color: #d81b60 !important;
}
.pink-600-border-bottom {
  border-bottom-color: #d81b60 !important;
}
.pink-600-border-left {
  border-left-color: #d81b60 !important;
}
.pink-700-bg {
  background-color: #c2185b !important;
}
.mat-pink-700-bg {
  background-color: #c2185b !important;
  color: white !important;
}
.mat-pink-700-bg .mat-icon,
.mat-pink-700-bg .icon {
  color: white;
}
.mat-pink-700-bg.secondary-text,
.mat-pink-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-pink-700-bg.hint-text,
.mat-pink-700-bg .hint-text, .mat-pink-700-bg.disabled-text,
.mat-pink-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-pink-700-bg.divider,
.mat-pink-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-pink-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-pink-700-bg input[type=text] {
  color: white;
}
.mat-pink-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-700-bg .mat-select-trigger,
.mat-pink-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-700-bg .mat-select-disabled .mat-select-value,
.mat-pink-700-bg .mat-select-arrow,
.mat-pink-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-700-bg .mat-select-content,
.mat-pink-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-700-bg .mat-select-value {
  color: white;
}
.mat-pink-700-bg[disabled] {
  background-color: rgba(194, 24, 91, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-700-fg {
  color: #c2185b !important;
}
.pink-700-fg .mat-icon,
.pink-700-fg .icon {
  color: white;
}
.pink-700-fg.secondary-text,
.pink-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-700-fg.hint-text,
.pink-700-fg .hint-text, .pink-700-fg.disabled-text,
.pink-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-700-fg.divider,
.pink-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-700-fg input[type=text] {
  color: white;
}
.pink-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-700-fg .mat-select-trigger,
.pink-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-700-fg .mat-select-disabled .mat-select-value,
.pink-700-fg .mat-select-arrow,
.pink-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-700-fg .mat-select-content,
.pink-700-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-700-fg .mat-select-value {
  color: white;
}
.pink-700-border {
  border-color: #c2185b !important;
}
.pink-700-border-top {
  border-top-color: #c2185b !important;
}
.pink-700-border-right {
  border-right-color: #c2185b !important;
}
.pink-700-border-bottom {
  border-bottom-color: #c2185b !important;
}
.pink-700-border-left {
  border-left-color: #c2185b !important;
}
.pink-800-bg {
  background-color: #ad1457 !important;
}
.mat-pink-800-bg {
  background-color: #ad1457 !important;
  color: white !important;
}
.mat-pink-800-bg .mat-icon,
.mat-pink-800-bg .icon {
  color: white;
}
.mat-pink-800-bg.secondary-text,
.mat-pink-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-pink-800-bg.hint-text,
.mat-pink-800-bg .hint-text, .mat-pink-800-bg.disabled-text,
.mat-pink-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-pink-800-bg.divider,
.mat-pink-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-pink-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-pink-800-bg input[type=text] {
  color: white;
}
.mat-pink-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-800-bg .mat-select-trigger,
.mat-pink-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-800-bg .mat-select-disabled .mat-select-value,
.mat-pink-800-bg .mat-select-arrow,
.mat-pink-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-800-bg .mat-select-content,
.mat-pink-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-800-bg .mat-select-value {
  color: white;
}
.mat-pink-800-bg[disabled] {
  background-color: rgba(173, 20, 87, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-800-fg {
  color: #ad1457 !important;
}
.pink-800-fg .mat-icon,
.pink-800-fg .icon {
  color: white;
}
.pink-800-fg.secondary-text,
.pink-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-800-fg.hint-text,
.pink-800-fg .hint-text, .pink-800-fg.disabled-text,
.pink-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-800-fg.divider,
.pink-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-800-fg input[type=text] {
  color: white;
}
.pink-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-800-fg .mat-select-trigger,
.pink-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-800-fg .mat-select-disabled .mat-select-value,
.pink-800-fg .mat-select-arrow,
.pink-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-800-fg .mat-select-content,
.pink-800-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-800-fg .mat-select-value {
  color: white;
}
.pink-800-border {
  border-color: #ad1457 !important;
}
.pink-800-border-top {
  border-top-color: #ad1457 !important;
}
.pink-800-border-right {
  border-right-color: #ad1457 !important;
}
.pink-800-border-bottom {
  border-bottom-color: #ad1457 !important;
}
.pink-800-border-left {
  border-left-color: #ad1457 !important;
}
.pink-900-bg {
  background-color: #880e4f !important;
}
.mat-pink-900-bg {
  background-color: #880e4f !important;
  color: white !important;
}
.mat-pink-900-bg .mat-icon,
.mat-pink-900-bg .icon {
  color: white;
}
.mat-pink-900-bg.secondary-text,
.mat-pink-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-pink-900-bg.hint-text,
.mat-pink-900-bg .hint-text, .mat-pink-900-bg.disabled-text,
.mat-pink-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-pink-900-bg.divider,
.mat-pink-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-pink-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-pink-900-bg input[type=text] {
  color: white;
}
.mat-pink-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-900-bg .mat-select-trigger,
.mat-pink-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-900-bg .mat-select-disabled .mat-select-value,
.mat-pink-900-bg .mat-select-arrow,
.mat-pink-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-900-bg .mat-select-content,
.mat-pink-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-900-bg .mat-select-value {
  color: white;
}
.mat-pink-900-bg[disabled] {
  background-color: rgba(136, 14, 79, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-900-fg {
  color: #880e4f !important;
}
.pink-900-fg .mat-icon,
.pink-900-fg .icon {
  color: white;
}
.pink-900-fg.secondary-text,
.pink-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-900-fg.hint-text,
.pink-900-fg .hint-text, .pink-900-fg.disabled-text,
.pink-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-900-fg.divider,
.pink-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-900-fg input[type=text] {
  color: white;
}
.pink-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-900-fg .mat-select-trigger,
.pink-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-900-fg .mat-select-disabled .mat-select-value,
.pink-900-fg .mat-select-arrow,
.pink-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-900-fg .mat-select-content,
.pink-900-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-900-fg .mat-select-value {
  color: white;
}
.pink-900-border {
  border-color: #880e4f !important;
}
.pink-900-border-top {
  border-top-color: #880e4f !important;
}
.pink-900-border-right {
  border-right-color: #880e4f !important;
}
.pink-900-border-bottom {
  border-bottom-color: #880e4f !important;
}
.pink-900-border-left {
  border-left-color: #880e4f !important;
}
.pink-A100-bg {
  background-color: #ff80ab !important;
}
.mat-pink-A100-bg {
  background-color: #ff80ab !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-pink-A100-bg .mat-icon,
.mat-pink-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pink-A100-bg.secondary-text,
.mat-pink-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-pink-A100-bg.hint-text,
.mat-pink-A100-bg .hint-text, .mat-pink-A100-bg.disabled-text,
.mat-pink-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-pink-A100-bg.divider,
.mat-pink-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-pink-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-pink-A100-bg input[type=text] {
  color: black;
}
.mat-pink-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-A100-bg .mat-select-trigger,
.mat-pink-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-pink-A100-bg .mat-select-disabled .mat-select-value,
.mat-pink-A100-bg .mat-select-arrow,
.mat-pink-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pink-A100-bg .mat-select-content,
.mat-pink-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-A100-bg[disabled] {
  background-color: rgba(255, 128, 171, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-A100-fg {
  color: #ff80ab !important;
}
.pink-A100-fg .mat-icon,
.pink-A100-fg .icon {
  color: white;
}
.pink-A100-fg.secondary-text,
.pink-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-A100-fg.hint-text,
.pink-A100-fg .hint-text, .pink-A100-fg.disabled-text,
.pink-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-A100-fg.divider,
.pink-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-A100-fg input[type=text] {
  color: white;
}
.pink-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-A100-fg .mat-select-trigger,
.pink-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-A100-fg .mat-select-disabled .mat-select-value,
.pink-A100-fg .mat-select-arrow,
.pink-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A100-fg .mat-select-content,
.pink-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-A100-fg .mat-select-value {
  color: white;
}
.pink-A100-border {
  border-color: #ff80ab !important;
}
.pink-A100-border-top {
  border-top-color: #ff80ab !important;
}
.pink-A100-border-right {
  border-right-color: #ff80ab !important;
}
.pink-A100-border-bottom {
  border-bottom-color: #ff80ab !important;
}
.pink-A100-border-left {
  border-left-color: #ff80ab !important;
}
.pink-A200-bg {
  background-color: #ff4081 !important;
}
.mat-pink-A200-bg {
  background-color: #ff4081 !important;
  color: white !important;
}
.mat-pink-A200-bg .mat-icon,
.mat-pink-A200-bg .icon {
  color: white;
}
.mat-pink-A200-bg.secondary-text,
.mat-pink-A200-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-pink-A200-bg.hint-text,
.mat-pink-A200-bg .hint-text, .mat-pink-A200-bg.disabled-text,
.mat-pink-A200-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-pink-A200-bg.divider,
.mat-pink-A200-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-pink-A200-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-pink-A200-bg input[type=text] {
  color: white;
}
.mat-pink-A200-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-A200-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-A200-bg .mat-select-trigger,
.mat-pink-A200-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-A200-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-A200-bg .mat-select-disabled .mat-select-value,
.mat-pink-A200-bg .mat-select-arrow,
.mat-pink-A200-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-A200-bg .mat-select-content,
.mat-pink-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-A200-bg .mat-select-value {
  color: white;
}
.mat-pink-A200-bg[disabled] {
  background-color: rgba(255, 64, 129, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-A200-fg {
  color: #ff4081 !important;
}
.pink-A200-fg .mat-icon,
.pink-A200-fg .icon {
  color: white;
}
.pink-A200-fg.secondary-text,
.pink-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-A200-fg.hint-text,
.pink-A200-fg .hint-text, .pink-A200-fg.disabled-text,
.pink-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-A200-fg.divider,
.pink-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-A200-fg input[type=text] {
  color: white;
}
.pink-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-A200-fg .mat-select-trigger,
.pink-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-A200-fg .mat-select-disabled .mat-select-value,
.pink-A200-fg .mat-select-arrow,
.pink-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A200-fg .mat-select-content,
.pink-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-A200-fg .mat-select-value {
  color: white;
}
.pink-A200-border {
  border-color: #ff4081 !important;
}
.pink-A200-border-top {
  border-top-color: #ff4081 !important;
}
.pink-A200-border-right {
  border-right-color: #ff4081 !important;
}
.pink-A200-border-bottom {
  border-bottom-color: #ff4081 !important;
}
.pink-A200-border-left {
  border-left-color: #ff4081 !important;
}
.pink-A400-bg {
  background-color: #f50057 !important;
}
.mat-pink-A400-bg {
  background-color: #f50057 !important;
  color: white !important;
}
.mat-pink-A400-bg .mat-icon,
.mat-pink-A400-bg .icon {
  color: white;
}
.mat-pink-A400-bg.secondary-text,
.mat-pink-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-pink-A400-bg.hint-text,
.mat-pink-A400-bg .hint-text, .mat-pink-A400-bg.disabled-text,
.mat-pink-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-pink-A400-bg.divider,
.mat-pink-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-pink-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-pink-A400-bg input[type=text] {
  color: white;
}
.mat-pink-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-A400-bg .mat-select-trigger,
.mat-pink-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-A400-bg .mat-select-disabled .mat-select-value,
.mat-pink-A400-bg .mat-select-arrow,
.mat-pink-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-A400-bg .mat-select-content,
.mat-pink-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-A400-bg .mat-select-value {
  color: white;
}
.mat-pink-A400-bg[disabled] {
  background-color: rgba(245, 0, 87, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-A400-fg {
  color: #f50057 !important;
}
.pink-A400-fg .mat-icon,
.pink-A400-fg .icon {
  color: white;
}
.pink-A400-fg.secondary-text,
.pink-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-A400-fg.hint-text,
.pink-A400-fg .hint-text, .pink-A400-fg.disabled-text,
.pink-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-A400-fg.divider,
.pink-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-A400-fg input[type=text] {
  color: white;
}
.pink-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-A400-fg .mat-select-trigger,
.pink-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-A400-fg .mat-select-disabled .mat-select-value,
.pink-A400-fg .mat-select-arrow,
.pink-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A400-fg .mat-select-content,
.pink-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-A400-fg .mat-select-value {
  color: white;
}
.pink-A400-border {
  border-color: #f50057 !important;
}
.pink-A400-border-top {
  border-top-color: #f50057 !important;
}
.pink-A400-border-right {
  border-right-color: #f50057 !important;
}
.pink-A400-border-bottom {
  border-bottom-color: #f50057 !important;
}
.pink-A400-border-left {
  border-left-color: #f50057 !important;
}
.pink-A700-bg {
  background-color: #c51162 !important;
}
.mat-pink-A700-bg {
  background-color: #c51162 !important;
  color: white !important;
}
.mat-pink-A700-bg .mat-icon,
.mat-pink-A700-bg .icon {
  color: white;
}
.mat-pink-A700-bg.secondary-text,
.mat-pink-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-pink-A700-bg.hint-text,
.mat-pink-A700-bg .hint-text, .mat-pink-A700-bg.disabled-text,
.mat-pink-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-pink-A700-bg.divider,
.mat-pink-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-pink-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-pink-A700-bg input[type=text] {
  color: white;
}
.mat-pink-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-A700-bg .mat-select-trigger,
.mat-pink-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-pink-A700-bg .mat-select-disabled .mat-select-value,
.mat-pink-A700-bg .mat-select-arrow,
.mat-pink-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-pink-A700-bg .mat-select-content,
.mat-pink-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-pink-A700-bg .mat-select-value {
  color: white;
}
.mat-pink-A700-bg[disabled] {
  background-color: rgba(197, 17, 98, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-A700-fg {
  color: #c51162 !important;
}
.pink-A700-fg .mat-icon,
.pink-A700-fg .icon {
  color: white;
}
.pink-A700-fg.secondary-text,
.pink-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pink-A700-fg.hint-text,
.pink-A700-fg .hint-text, .pink-A700-fg.disabled-text,
.pink-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.pink-A700-fg.divider,
.pink-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.pink-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.pink-A700-fg input[type=text] {
  color: white;
}
.pink-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-A700-fg .mat-select-trigger,
.pink-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.pink-A700-fg .mat-select-disabled .mat-select-value,
.pink-A700-fg .mat-select-arrow,
.pink-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.pink-A700-fg .mat-select-content,
.pink-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.pink-A700-fg .mat-select-value {
  color: white;
}
.pink-A700-border {
  border-color: #c51162 !important;
}
.pink-A700-border-top {
  border-top-color: #c51162 !important;
}
.pink-A700-border-right {
  border-right-color: #c51162 !important;
}
.pink-A700-border-bottom {
  border-bottom-color: #c51162 !important;
}
.pink-A700-border-left {
  border-left-color: #c51162 !important;
}
.purple-50-bg {
  background-color: #f3e5f5 !important;
}
.mat-purple-50-bg {
  background-color: #f3e5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-purple-50-bg .mat-icon,
.mat-purple-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-purple-50-bg.secondary-text,
.mat-purple-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-purple-50-bg.hint-text,
.mat-purple-50-bg .hint-text, .mat-purple-50-bg.disabled-text,
.mat-purple-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-purple-50-bg.divider,
.mat-purple-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-purple-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-purple-50-bg input[type=text] {
  color: black;
}
.mat-purple-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-purple-50-bg .mat-select-trigger,
.mat-purple-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-purple-50-bg .mat-select-disabled .mat-select-value,
.mat-purple-50-bg .mat-select-arrow,
.mat-purple-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-50-bg .mat-select-content,
.mat-purple-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-50-bg[disabled] {
  background-color: rgba(243, 229, 245, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.purple-50-fg {
  color: #f3e5f5 !important;
}
.purple-50-fg .mat-icon,
.purple-50-fg .icon {
  color: white;
}
.purple-50-fg.secondary-text,
.purple-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-50-fg.hint-text,
.purple-50-fg .hint-text, .purple-50-fg.disabled-text,
.purple-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-50-fg.divider,
.purple-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-50-fg input[type=text] {
  color: white;
}
.purple-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-50-fg .mat-select-trigger,
.purple-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-50-fg .mat-select-disabled .mat-select-value,
.purple-50-fg .mat-select-arrow,
.purple-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-50-fg .mat-select-content,
.purple-50-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-50-fg .mat-select-value {
  color: white;
}
.purple-50-border {
  border-color: #f3e5f5 !important;
}
.purple-50-border-top {
  border-top-color: #f3e5f5 !important;
}
.purple-50-border-right {
  border-right-color: #f3e5f5 !important;
}
.purple-50-border-bottom {
  border-bottom-color: #f3e5f5 !important;
}
.purple-50-border-left {
  border-left-color: #f3e5f5 !important;
}
.purple-100-bg {
  background-color: #e1bee7 !important;
}
.mat-purple-100-bg {
  background-color: #e1bee7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-purple-100-bg .mat-icon,
.mat-purple-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-purple-100-bg.secondary-text,
.mat-purple-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-purple-100-bg.hint-text,
.mat-purple-100-bg .hint-text, .mat-purple-100-bg.disabled-text,
.mat-purple-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-purple-100-bg.divider,
.mat-purple-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-purple-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-purple-100-bg input[type=text] {
  color: black;
}
.mat-purple-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-purple-100-bg .mat-select-trigger,
.mat-purple-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-purple-100-bg .mat-select-disabled .mat-select-value,
.mat-purple-100-bg .mat-select-arrow,
.mat-purple-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-100-bg .mat-select-content,
.mat-purple-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-100-bg[disabled] {
  background-color: rgba(225, 190, 231, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.purple-100-fg {
  color: #e1bee7 !important;
}
.purple-100-fg .mat-icon,
.purple-100-fg .icon {
  color: white;
}
.purple-100-fg.secondary-text,
.purple-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-100-fg.hint-text,
.purple-100-fg .hint-text, .purple-100-fg.disabled-text,
.purple-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-100-fg.divider,
.purple-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-100-fg input[type=text] {
  color: white;
}
.purple-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-100-fg .mat-select-trigger,
.purple-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-100-fg .mat-select-disabled .mat-select-value,
.purple-100-fg .mat-select-arrow,
.purple-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-100-fg .mat-select-content,
.purple-100-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-100-fg .mat-select-value {
  color: white;
}
.purple-100-border {
  border-color: #e1bee7 !important;
}
.purple-100-border-top {
  border-top-color: #e1bee7 !important;
}
.purple-100-border-right {
  border-right-color: #e1bee7 !important;
}
.purple-100-border-bottom {
  border-bottom-color: #e1bee7 !important;
}
.purple-100-border-left {
  border-left-color: #e1bee7 !important;
}
.purple-200-bg {
  background-color: #ce93d8 !important;
}
.mat-purple-200-bg {
  background-color: #ce93d8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-purple-200-bg .mat-icon,
.mat-purple-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-purple-200-bg.secondary-text,
.mat-purple-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-purple-200-bg.hint-text,
.mat-purple-200-bg .hint-text, .mat-purple-200-bg.disabled-text,
.mat-purple-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-purple-200-bg.divider,
.mat-purple-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-purple-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-purple-200-bg input[type=text] {
  color: black;
}
.mat-purple-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-purple-200-bg .mat-select-trigger,
.mat-purple-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-purple-200-bg .mat-select-disabled .mat-select-value,
.mat-purple-200-bg .mat-select-arrow,
.mat-purple-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-200-bg .mat-select-content,
.mat-purple-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-200-bg[disabled] {
  background-color: rgba(206, 147, 216, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.purple-200-fg {
  color: #ce93d8 !important;
}
.purple-200-fg .mat-icon,
.purple-200-fg .icon {
  color: white;
}
.purple-200-fg.secondary-text,
.purple-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-200-fg.hint-text,
.purple-200-fg .hint-text, .purple-200-fg.disabled-text,
.purple-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-200-fg.divider,
.purple-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-200-fg input[type=text] {
  color: white;
}
.purple-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-200-fg .mat-select-trigger,
.purple-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-200-fg .mat-select-disabled .mat-select-value,
.purple-200-fg .mat-select-arrow,
.purple-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-200-fg .mat-select-content,
.purple-200-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-200-fg .mat-select-value {
  color: white;
}
.purple-200-border {
  border-color: #ce93d8 !important;
}
.purple-200-border-top {
  border-top-color: #ce93d8 !important;
}
.purple-200-border-right {
  border-right-color: #ce93d8 !important;
}
.purple-200-border-bottom {
  border-bottom-color: #ce93d8 !important;
}
.purple-200-border-left {
  border-left-color: #ce93d8 !important;
}
.purple-300-bg {
  background-color: #ba68c8 !important;
}
.mat-purple-300-bg {
  background-color: #ba68c8 !important;
  color: white !important;
}
.mat-purple-300-bg .mat-icon,
.mat-purple-300-bg .icon {
  color: white;
}
.mat-purple-300-bg.secondary-text,
.mat-purple-300-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-purple-300-bg.hint-text,
.mat-purple-300-bg .hint-text, .mat-purple-300-bg.disabled-text,
.mat-purple-300-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-purple-300-bg.divider,
.mat-purple-300-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-purple-300-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-purple-300-bg input[type=text] {
  color: white;
}
.mat-purple-300-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-300-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-300-bg .mat-select-trigger,
.mat-purple-300-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-300-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-300-bg .mat-select-disabled .mat-select-value,
.mat-purple-300-bg .mat-select-arrow,
.mat-purple-300-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-300-bg .mat-select-content,
.mat-purple-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-300-bg .mat-select-value {
  color: white;
}
.mat-purple-300-bg[disabled] {
  background-color: rgba(186, 104, 200, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-300-fg {
  color: #ba68c8 !important;
}
.purple-300-fg .mat-icon,
.purple-300-fg .icon {
  color: white;
}
.purple-300-fg.secondary-text,
.purple-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-300-fg.hint-text,
.purple-300-fg .hint-text, .purple-300-fg.disabled-text,
.purple-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-300-fg.divider,
.purple-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-300-fg input[type=text] {
  color: white;
}
.purple-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-300-fg .mat-select-trigger,
.purple-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-300-fg .mat-select-disabled .mat-select-value,
.purple-300-fg .mat-select-arrow,
.purple-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-300-fg .mat-select-content,
.purple-300-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-300-fg .mat-select-value {
  color: white;
}
.purple-300-border {
  border-color: #ba68c8 !important;
}
.purple-300-border-top {
  border-top-color: #ba68c8 !important;
}
.purple-300-border-right {
  border-right-color: #ba68c8 !important;
}
.purple-300-border-bottom {
  border-bottom-color: #ba68c8 !important;
}
.purple-300-border-left {
  border-left-color: #ba68c8 !important;
}
.purple-400-bg {
  background-color: #ab47bc !important;
}
.mat-purple-400-bg {
  background-color: #ab47bc !important;
  color: white !important;
}
.mat-purple-400-bg .mat-icon,
.mat-purple-400-bg .icon {
  color: white;
}
.mat-purple-400-bg.secondary-text,
.mat-purple-400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-purple-400-bg.hint-text,
.mat-purple-400-bg .hint-text, .mat-purple-400-bg.disabled-text,
.mat-purple-400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-purple-400-bg.divider,
.mat-purple-400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-purple-400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-purple-400-bg input[type=text] {
  color: white;
}
.mat-purple-400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-400-bg .mat-select-trigger,
.mat-purple-400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-400-bg .mat-select-disabled .mat-select-value,
.mat-purple-400-bg .mat-select-arrow,
.mat-purple-400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-400-bg .mat-select-content,
.mat-purple-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-400-bg .mat-select-value {
  color: white;
}
.mat-purple-400-bg[disabled] {
  background-color: rgba(171, 71, 188, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-400-fg {
  color: #ab47bc !important;
}
.purple-400-fg .mat-icon,
.purple-400-fg .icon {
  color: white;
}
.purple-400-fg.secondary-text,
.purple-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-400-fg.hint-text,
.purple-400-fg .hint-text, .purple-400-fg.disabled-text,
.purple-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-400-fg.divider,
.purple-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-400-fg input[type=text] {
  color: white;
}
.purple-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-400-fg .mat-select-trigger,
.purple-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-400-fg .mat-select-disabled .mat-select-value,
.purple-400-fg .mat-select-arrow,
.purple-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-400-fg .mat-select-content,
.purple-400-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-400-fg .mat-select-value {
  color: white;
}
.purple-400-border {
  border-color: #ab47bc !important;
}
.purple-400-border-top {
  border-top-color: #ab47bc !important;
}
.purple-400-border-right {
  border-right-color: #ab47bc !important;
}
.purple-400-border-bottom {
  border-bottom-color: #ab47bc !important;
}
.purple-400-border-left {
  border-left-color: #ab47bc !important;
}
.purple-500-bg {
  background-color: #9c27b0 !important;
}
.mat-purple-500-bg {
  background-color: #9c27b0 !important;
  color: white !important;
}
.mat-purple-500-bg .mat-icon,
.mat-purple-500-bg .icon {
  color: white;
}
.mat-purple-500-bg.secondary-text,
.mat-purple-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-purple-500-bg.hint-text,
.mat-purple-500-bg .hint-text, .mat-purple-500-bg.disabled-text,
.mat-purple-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-purple-500-bg.divider,
.mat-purple-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-purple-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-purple-500-bg input[type=text] {
  color: white;
}
.mat-purple-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-500-bg .mat-select-trigger,
.mat-purple-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-500-bg .mat-select-disabled .mat-select-value,
.mat-purple-500-bg .mat-select-arrow,
.mat-purple-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-500-bg .mat-select-content,
.mat-purple-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-500-bg .mat-select-value {
  color: white;
}
.mat-purple-500-bg[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-500-fg {
  color: #9c27b0 !important;
}
.purple-500-fg .mat-icon,
.purple-500-fg .icon {
  color: white;
}
.purple-500-fg.secondary-text,
.purple-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-500-fg.hint-text,
.purple-500-fg .hint-text, .purple-500-fg.disabled-text,
.purple-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-500-fg.divider,
.purple-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-500-fg input[type=text] {
  color: white;
}
.purple-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-500-fg .mat-select-trigger,
.purple-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-500-fg .mat-select-disabled .mat-select-value,
.purple-500-fg .mat-select-arrow,
.purple-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-500-fg .mat-select-content,
.purple-500-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-500-fg .mat-select-value {
  color: white;
}
.purple-500-border {
  border-color: #9c27b0 !important;
}
.purple-500-border-top {
  border-top-color: #9c27b0 !important;
}
.purple-500-border-right {
  border-right-color: #9c27b0 !important;
}
.purple-500-border-bottom {
  border-bottom-color: #9c27b0 !important;
}
.purple-500-border-left {
  border-left-color: #9c27b0 !important;
}
.purple-bg {
  background-color: #9c27b0 !important;
}
.mat-purple-bg {
  background-color: #9c27b0 !important;
  color: white !important;
}
.mat-purple-bg .mat-icon,
.mat-purple-bg .icon {
  color: white;
}
.mat-purple-bg.secondary-text,
.mat-purple-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-purple-bg.hint-text,
.mat-purple-bg .hint-text, .mat-purple-bg.disabled-text,
.mat-purple-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-purple-bg.divider,
.mat-purple-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-purple-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-purple-bg input[type=text] {
  color: white;
}
.mat-purple-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-bg .mat-select-trigger,
.mat-purple-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-bg .mat-select-disabled .mat-select-value,
.mat-purple-bg .mat-select-arrow,
.mat-purple-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-bg .mat-select-content,
.mat-purple-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-bg .mat-select-value {
  color: white;
}
.mat-purple-bg[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-fg {
  color: #9c27b0 !important;
}
.purple-fg .mat-icon,
.purple-fg .icon {
  color: white;
}
.purple-fg.secondary-text,
.purple-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-fg.hint-text,
.purple-fg .hint-text, .purple-fg.disabled-text,
.purple-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-fg.divider,
.purple-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-fg input[type=text] {
  color: white;
}
.purple-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-fg .mat-select-trigger,
.purple-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-fg .mat-select-disabled .mat-select-value,
.purple-fg .mat-select-arrow,
.purple-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-fg .mat-select-content,
.purple-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-fg .mat-select-value {
  color: white;
}
.purple-border {
  border-color: #9c27b0 !important;
}
.purple-border-top {
  border-top-color: #9c27b0 !important;
}
.purple-border-right {
  border-right-color: #9c27b0 !important;
}
.purple-border-bottom {
  border-bottom-color: #9c27b0 !important;
}
.purple-border-left {
  border-left-color: #9c27b0 !important;
}
.purple-600-bg {
  background-color: #8e24aa !important;
}
.mat-purple-600-bg {
  background-color: #8e24aa !important;
  color: white !important;
}
.mat-purple-600-bg .mat-icon,
.mat-purple-600-bg .icon {
  color: white;
}
.mat-purple-600-bg.secondary-text,
.mat-purple-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-purple-600-bg.hint-text,
.mat-purple-600-bg .hint-text, .mat-purple-600-bg.disabled-text,
.mat-purple-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-purple-600-bg.divider,
.mat-purple-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-purple-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-purple-600-bg input[type=text] {
  color: white;
}
.mat-purple-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-600-bg .mat-select-trigger,
.mat-purple-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-600-bg .mat-select-disabled .mat-select-value,
.mat-purple-600-bg .mat-select-arrow,
.mat-purple-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-600-bg .mat-select-content,
.mat-purple-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-600-bg .mat-select-value {
  color: white;
}
.mat-purple-600-bg[disabled] {
  background-color: rgba(142, 36, 170, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-600-fg {
  color: #8e24aa !important;
}
.purple-600-fg .mat-icon,
.purple-600-fg .icon {
  color: white;
}
.purple-600-fg.secondary-text,
.purple-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-600-fg.hint-text,
.purple-600-fg .hint-text, .purple-600-fg.disabled-text,
.purple-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-600-fg.divider,
.purple-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-600-fg input[type=text] {
  color: white;
}
.purple-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-600-fg .mat-select-trigger,
.purple-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-600-fg .mat-select-disabled .mat-select-value,
.purple-600-fg .mat-select-arrow,
.purple-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-600-fg .mat-select-content,
.purple-600-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-600-fg .mat-select-value {
  color: white;
}
.purple-600-border {
  border-color: #8e24aa !important;
}
.purple-600-border-top {
  border-top-color: #8e24aa !important;
}
.purple-600-border-right {
  border-right-color: #8e24aa !important;
}
.purple-600-border-bottom {
  border-bottom-color: #8e24aa !important;
}
.purple-600-border-left {
  border-left-color: #8e24aa !important;
}
.purple-700-bg {
  background-color: #7b1fa2 !important;
}
.mat-purple-700-bg {
  background-color: #7b1fa2 !important;
  color: white !important;
}
.mat-purple-700-bg .mat-icon,
.mat-purple-700-bg .icon {
  color: white;
}
.mat-purple-700-bg.secondary-text,
.mat-purple-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-purple-700-bg.hint-text,
.mat-purple-700-bg .hint-text, .mat-purple-700-bg.disabled-text,
.mat-purple-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-purple-700-bg.divider,
.mat-purple-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-purple-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-purple-700-bg input[type=text] {
  color: white;
}
.mat-purple-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-700-bg .mat-select-trigger,
.mat-purple-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-700-bg .mat-select-disabled .mat-select-value,
.mat-purple-700-bg .mat-select-arrow,
.mat-purple-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-700-bg .mat-select-content,
.mat-purple-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-700-bg .mat-select-value {
  color: white;
}
.mat-purple-700-bg[disabled] {
  background-color: rgba(123, 31, 162, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-700-fg {
  color: #7b1fa2 !important;
}
.purple-700-fg .mat-icon,
.purple-700-fg .icon {
  color: white;
}
.purple-700-fg.secondary-text,
.purple-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-700-fg.hint-text,
.purple-700-fg .hint-text, .purple-700-fg.disabled-text,
.purple-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-700-fg.divider,
.purple-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-700-fg input[type=text] {
  color: white;
}
.purple-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-700-fg .mat-select-trigger,
.purple-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-700-fg .mat-select-disabled .mat-select-value,
.purple-700-fg .mat-select-arrow,
.purple-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-700-fg .mat-select-content,
.purple-700-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-700-fg .mat-select-value {
  color: white;
}
.purple-700-border {
  border-color: #7b1fa2 !important;
}
.purple-700-border-top {
  border-top-color: #7b1fa2 !important;
}
.purple-700-border-right {
  border-right-color: #7b1fa2 !important;
}
.purple-700-border-bottom {
  border-bottom-color: #7b1fa2 !important;
}
.purple-700-border-left {
  border-left-color: #7b1fa2 !important;
}
.purple-800-bg {
  background-color: #6a1b9a !important;
}
.mat-purple-800-bg {
  background-color: #6a1b9a !important;
  color: white !important;
}
.mat-purple-800-bg .mat-icon,
.mat-purple-800-bg .icon {
  color: white;
}
.mat-purple-800-bg.secondary-text,
.mat-purple-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-purple-800-bg.hint-text,
.mat-purple-800-bg .hint-text, .mat-purple-800-bg.disabled-text,
.mat-purple-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-purple-800-bg.divider,
.mat-purple-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-purple-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-purple-800-bg input[type=text] {
  color: white;
}
.mat-purple-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-800-bg .mat-select-trigger,
.mat-purple-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-800-bg .mat-select-disabled .mat-select-value,
.mat-purple-800-bg .mat-select-arrow,
.mat-purple-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-800-bg .mat-select-content,
.mat-purple-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-800-bg .mat-select-value {
  color: white;
}
.mat-purple-800-bg[disabled] {
  background-color: rgba(106, 27, 154, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-800-fg {
  color: #6a1b9a !important;
}
.purple-800-fg .mat-icon,
.purple-800-fg .icon {
  color: white;
}
.purple-800-fg.secondary-text,
.purple-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-800-fg.hint-text,
.purple-800-fg .hint-text, .purple-800-fg.disabled-text,
.purple-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-800-fg.divider,
.purple-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-800-fg input[type=text] {
  color: white;
}
.purple-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-800-fg .mat-select-trigger,
.purple-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-800-fg .mat-select-disabled .mat-select-value,
.purple-800-fg .mat-select-arrow,
.purple-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-800-fg .mat-select-content,
.purple-800-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-800-fg .mat-select-value {
  color: white;
}
.purple-800-border {
  border-color: #6a1b9a !important;
}
.purple-800-border-top {
  border-top-color: #6a1b9a !important;
}
.purple-800-border-right {
  border-right-color: #6a1b9a !important;
}
.purple-800-border-bottom {
  border-bottom-color: #6a1b9a !important;
}
.purple-800-border-left {
  border-left-color: #6a1b9a !important;
}
.purple-900-bg {
  background-color: #4a148c !important;
}
.mat-purple-900-bg {
  background-color: #4a148c !important;
  color: white !important;
}
.mat-purple-900-bg .mat-icon,
.mat-purple-900-bg .icon {
  color: white;
}
.mat-purple-900-bg.secondary-text,
.mat-purple-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-purple-900-bg.hint-text,
.mat-purple-900-bg .hint-text, .mat-purple-900-bg.disabled-text,
.mat-purple-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-purple-900-bg.divider,
.mat-purple-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-purple-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-purple-900-bg input[type=text] {
  color: white;
}
.mat-purple-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-900-bg .mat-select-trigger,
.mat-purple-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-900-bg .mat-select-disabled .mat-select-value,
.mat-purple-900-bg .mat-select-arrow,
.mat-purple-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-900-bg .mat-select-content,
.mat-purple-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-900-bg .mat-select-value {
  color: white;
}
.mat-purple-900-bg[disabled] {
  background-color: rgba(74, 20, 140, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-900-fg {
  color: #4a148c !important;
}
.purple-900-fg .mat-icon,
.purple-900-fg .icon {
  color: white;
}
.purple-900-fg.secondary-text,
.purple-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-900-fg.hint-text,
.purple-900-fg .hint-text, .purple-900-fg.disabled-text,
.purple-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-900-fg.divider,
.purple-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-900-fg input[type=text] {
  color: white;
}
.purple-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-900-fg .mat-select-trigger,
.purple-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-900-fg .mat-select-disabled .mat-select-value,
.purple-900-fg .mat-select-arrow,
.purple-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-900-fg .mat-select-content,
.purple-900-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-900-fg .mat-select-value {
  color: white;
}
.purple-900-border {
  border-color: #4a148c !important;
}
.purple-900-border-top {
  border-top-color: #4a148c !important;
}
.purple-900-border-right {
  border-right-color: #4a148c !important;
}
.purple-900-border-bottom {
  border-bottom-color: #4a148c !important;
}
.purple-900-border-left {
  border-left-color: #4a148c !important;
}
.purple-A100-bg {
  background-color: #ea80fc !important;
}
.mat-purple-A100-bg {
  background-color: #ea80fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-purple-A100-bg .mat-icon,
.mat-purple-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-purple-A100-bg.secondary-text,
.mat-purple-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-purple-A100-bg.hint-text,
.mat-purple-A100-bg .hint-text, .mat-purple-A100-bg.disabled-text,
.mat-purple-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-purple-A100-bg.divider,
.mat-purple-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-purple-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-purple-A100-bg input[type=text] {
  color: black;
}
.mat-purple-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-purple-A100-bg .mat-select-trigger,
.mat-purple-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-purple-A100-bg .mat-select-disabled .mat-select-value,
.mat-purple-A100-bg .mat-select-arrow,
.mat-purple-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-purple-A100-bg .mat-select-content,
.mat-purple-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-A100-bg[disabled] {
  background-color: rgba(234, 128, 252, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.purple-A100-fg {
  color: #ea80fc !important;
}
.purple-A100-fg .mat-icon,
.purple-A100-fg .icon {
  color: white;
}
.purple-A100-fg.secondary-text,
.purple-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-A100-fg.hint-text,
.purple-A100-fg .hint-text, .purple-A100-fg.disabled-text,
.purple-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-A100-fg.divider,
.purple-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-A100-fg input[type=text] {
  color: white;
}
.purple-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-A100-fg .mat-select-trigger,
.purple-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-A100-fg .mat-select-disabled .mat-select-value,
.purple-A100-fg .mat-select-arrow,
.purple-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A100-fg .mat-select-content,
.purple-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-A100-fg .mat-select-value {
  color: white;
}
.purple-A100-border {
  border-color: #ea80fc !important;
}
.purple-A100-border-top {
  border-top-color: #ea80fc !important;
}
.purple-A100-border-right {
  border-right-color: #ea80fc !important;
}
.purple-A100-border-bottom {
  border-bottom-color: #ea80fc !important;
}
.purple-A100-border-left {
  border-left-color: #ea80fc !important;
}
.purple-A200-bg {
  background-color: #e040fb !important;
}
.mat-purple-A200-bg {
  background-color: #e040fb !important;
  color: white !important;
}
.mat-purple-A200-bg .mat-icon,
.mat-purple-A200-bg .icon {
  color: white;
}
.mat-purple-A200-bg.secondary-text,
.mat-purple-A200-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-purple-A200-bg.hint-text,
.mat-purple-A200-bg .hint-text, .mat-purple-A200-bg.disabled-text,
.mat-purple-A200-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-purple-A200-bg.divider,
.mat-purple-A200-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-purple-A200-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-purple-A200-bg input[type=text] {
  color: white;
}
.mat-purple-A200-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-A200-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-A200-bg .mat-select-trigger,
.mat-purple-A200-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-A200-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-A200-bg .mat-select-disabled .mat-select-value,
.mat-purple-A200-bg .mat-select-arrow,
.mat-purple-A200-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-A200-bg .mat-select-content,
.mat-purple-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-A200-bg .mat-select-value {
  color: white;
}
.mat-purple-A200-bg[disabled] {
  background-color: rgba(224, 64, 251, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-A200-fg {
  color: #e040fb !important;
}
.purple-A200-fg .mat-icon,
.purple-A200-fg .icon {
  color: white;
}
.purple-A200-fg.secondary-text,
.purple-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-A200-fg.hint-text,
.purple-A200-fg .hint-text, .purple-A200-fg.disabled-text,
.purple-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-A200-fg.divider,
.purple-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-A200-fg input[type=text] {
  color: white;
}
.purple-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-A200-fg .mat-select-trigger,
.purple-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-A200-fg .mat-select-disabled .mat-select-value,
.purple-A200-fg .mat-select-arrow,
.purple-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A200-fg .mat-select-content,
.purple-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-A200-fg .mat-select-value {
  color: white;
}
.purple-A200-border {
  border-color: #e040fb !important;
}
.purple-A200-border-top {
  border-top-color: #e040fb !important;
}
.purple-A200-border-right {
  border-right-color: #e040fb !important;
}
.purple-A200-border-bottom {
  border-bottom-color: #e040fb !important;
}
.purple-A200-border-left {
  border-left-color: #e040fb !important;
}
.purple-A400-bg {
  background-color: #d500f9 !important;
}
.mat-purple-A400-bg {
  background-color: #d500f9 !important;
  color: white !important;
}
.mat-purple-A400-bg .mat-icon,
.mat-purple-A400-bg .icon {
  color: white;
}
.mat-purple-A400-bg.secondary-text,
.mat-purple-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-purple-A400-bg.hint-text,
.mat-purple-A400-bg .hint-text, .mat-purple-A400-bg.disabled-text,
.mat-purple-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-purple-A400-bg.divider,
.mat-purple-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-purple-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-purple-A400-bg input[type=text] {
  color: white;
}
.mat-purple-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-A400-bg .mat-select-trigger,
.mat-purple-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-A400-bg .mat-select-disabled .mat-select-value,
.mat-purple-A400-bg .mat-select-arrow,
.mat-purple-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-A400-bg .mat-select-content,
.mat-purple-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-A400-bg .mat-select-value {
  color: white;
}
.mat-purple-A400-bg[disabled] {
  background-color: rgba(213, 0, 249, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-A400-fg {
  color: #d500f9 !important;
}
.purple-A400-fg .mat-icon,
.purple-A400-fg .icon {
  color: white;
}
.purple-A400-fg.secondary-text,
.purple-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-A400-fg.hint-text,
.purple-A400-fg .hint-text, .purple-A400-fg.disabled-text,
.purple-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-A400-fg.divider,
.purple-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-A400-fg input[type=text] {
  color: white;
}
.purple-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-A400-fg .mat-select-trigger,
.purple-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-A400-fg .mat-select-disabled .mat-select-value,
.purple-A400-fg .mat-select-arrow,
.purple-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A400-fg .mat-select-content,
.purple-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-A400-fg .mat-select-value {
  color: white;
}
.purple-A400-border {
  border-color: #d500f9 !important;
}
.purple-A400-border-top {
  border-top-color: #d500f9 !important;
}
.purple-A400-border-right {
  border-right-color: #d500f9 !important;
}
.purple-A400-border-bottom {
  border-bottom-color: #d500f9 !important;
}
.purple-A400-border-left {
  border-left-color: #d500f9 !important;
}
.purple-A700-bg {
  background-color: #aa00ff !important;
}
.mat-purple-A700-bg {
  background-color: #aa00ff !important;
  color: white !important;
}
.mat-purple-A700-bg .mat-icon,
.mat-purple-A700-bg .icon {
  color: white;
}
.mat-purple-A700-bg.secondary-text,
.mat-purple-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-purple-A700-bg.hint-text,
.mat-purple-A700-bg .hint-text, .mat-purple-A700-bg.disabled-text,
.mat-purple-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-purple-A700-bg.divider,
.mat-purple-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-purple-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-purple-A700-bg input[type=text] {
  color: white;
}
.mat-purple-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-A700-bg .mat-select-trigger,
.mat-purple-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-purple-A700-bg .mat-select-disabled .mat-select-value,
.mat-purple-A700-bg .mat-select-arrow,
.mat-purple-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-purple-A700-bg .mat-select-content,
.mat-purple-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-purple-A700-bg .mat-select-value {
  color: white;
}
.mat-purple-A700-bg[disabled] {
  background-color: rgba(170, 0, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-A700-fg {
  color: #aa00ff !important;
}
.purple-A700-fg .mat-icon,
.purple-A700-fg .icon {
  color: white;
}
.purple-A700-fg.secondary-text,
.purple-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.purple-A700-fg.hint-text,
.purple-A700-fg .hint-text, .purple-A700-fg.disabled-text,
.purple-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.purple-A700-fg.divider,
.purple-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.purple-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.purple-A700-fg input[type=text] {
  color: white;
}
.purple-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-A700-fg .mat-select-trigger,
.purple-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.purple-A700-fg .mat-select-disabled .mat-select-value,
.purple-A700-fg .mat-select-arrow,
.purple-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.purple-A700-fg .mat-select-content,
.purple-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.purple-A700-fg .mat-select-value {
  color: white;
}
.purple-A700-border {
  border-color: #aa00ff !important;
}
.purple-A700-border-top {
  border-top-color: #aa00ff !important;
}
.purple-A700-border-right {
  border-right-color: #aa00ff !important;
}
.purple-A700-border-bottom {
  border-bottom-color: #aa00ff !important;
}
.purple-A700-border-left {
  border-left-color: #aa00ff !important;
}
.deep-purple-50-bg {
  background-color: #ede7f6 !important;
}
.mat-deep-purple-50-bg {
  background-color: #ede7f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-purple-50-bg .mat-icon,
.mat-deep-purple-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-deep-purple-50-bg.secondary-text,
.mat-deep-purple-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-deep-purple-50-bg.hint-text,
.mat-deep-purple-50-bg .hint-text, .mat-deep-purple-50-bg.disabled-text,
.mat-deep-purple-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-deep-purple-50-bg.divider,
.mat-deep-purple-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-deep-purple-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-deep-purple-50-bg input[type=text] {
  color: black;
}
.mat-deep-purple-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-purple-50-bg .mat-select-trigger,
.mat-deep-purple-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-purple-50-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-50-bg .mat-select-arrow,
.mat-deep-purple-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-50-bg .mat-select-content,
.mat-deep-purple-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-50-bg[disabled] {
  background-color: rgba(237, 231, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-purple-50-fg {
  color: #ede7f6 !important;
}
.deep-purple-50-fg .mat-icon,
.deep-purple-50-fg .icon {
  color: white;
}
.deep-purple-50-fg.secondary-text,
.deep-purple-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-50-fg.hint-text,
.deep-purple-50-fg .hint-text, .deep-purple-50-fg.disabled-text,
.deep-purple-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-50-fg.divider,
.deep-purple-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-50-fg input[type=text] {
  color: white;
}
.deep-purple-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-50-fg .mat-select-trigger,
.deep-purple-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-50-fg .mat-select-disabled .mat-select-value,
.deep-purple-50-fg .mat-select-arrow,
.deep-purple-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-50-fg .mat-select-content,
.deep-purple-50-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-50-fg .mat-select-value {
  color: white;
}
.deep-purple-50-border {
  border-color: #ede7f6 !important;
}
.deep-purple-50-border-top {
  border-top-color: #ede7f6 !important;
}
.deep-purple-50-border-right {
  border-right-color: #ede7f6 !important;
}
.deep-purple-50-border-bottom {
  border-bottom-color: #ede7f6 !important;
}
.deep-purple-50-border-left {
  border-left-color: #ede7f6 !important;
}
.deep-purple-100-bg {
  background-color: #d1c4e9 !important;
}
.mat-deep-purple-100-bg {
  background-color: #d1c4e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-purple-100-bg .mat-icon,
.mat-deep-purple-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-deep-purple-100-bg.secondary-text,
.mat-deep-purple-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-deep-purple-100-bg.hint-text,
.mat-deep-purple-100-bg .hint-text, .mat-deep-purple-100-bg.disabled-text,
.mat-deep-purple-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-deep-purple-100-bg.divider,
.mat-deep-purple-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-deep-purple-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-deep-purple-100-bg input[type=text] {
  color: black;
}
.mat-deep-purple-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-purple-100-bg .mat-select-trigger,
.mat-deep-purple-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-purple-100-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-100-bg .mat-select-arrow,
.mat-deep-purple-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-100-bg .mat-select-content,
.mat-deep-purple-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-100-bg[disabled] {
  background-color: rgba(209, 196, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-purple-100-fg {
  color: #d1c4e9 !important;
}
.deep-purple-100-fg .mat-icon,
.deep-purple-100-fg .icon {
  color: white;
}
.deep-purple-100-fg.secondary-text,
.deep-purple-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-100-fg.hint-text,
.deep-purple-100-fg .hint-text, .deep-purple-100-fg.disabled-text,
.deep-purple-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-100-fg.divider,
.deep-purple-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-100-fg input[type=text] {
  color: white;
}
.deep-purple-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-100-fg .mat-select-trigger,
.deep-purple-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-100-fg .mat-select-disabled .mat-select-value,
.deep-purple-100-fg .mat-select-arrow,
.deep-purple-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-100-fg .mat-select-content,
.deep-purple-100-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-100-fg .mat-select-value {
  color: white;
}
.deep-purple-100-border {
  border-color: #d1c4e9 !important;
}
.deep-purple-100-border-top {
  border-top-color: #d1c4e9 !important;
}
.deep-purple-100-border-right {
  border-right-color: #d1c4e9 !important;
}
.deep-purple-100-border-bottom {
  border-bottom-color: #d1c4e9 !important;
}
.deep-purple-100-border-left {
  border-left-color: #d1c4e9 !important;
}
.deep-purple-200-bg {
  background-color: #b39ddb !important;
}
.mat-deep-purple-200-bg {
  background-color: #b39ddb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-purple-200-bg .mat-icon,
.mat-deep-purple-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-deep-purple-200-bg.secondary-text,
.mat-deep-purple-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-deep-purple-200-bg.hint-text,
.mat-deep-purple-200-bg .hint-text, .mat-deep-purple-200-bg.disabled-text,
.mat-deep-purple-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-deep-purple-200-bg.divider,
.mat-deep-purple-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-deep-purple-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-deep-purple-200-bg input[type=text] {
  color: black;
}
.mat-deep-purple-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-purple-200-bg .mat-select-trigger,
.mat-deep-purple-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-purple-200-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-200-bg .mat-select-arrow,
.mat-deep-purple-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-200-bg .mat-select-content,
.mat-deep-purple-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-200-bg[disabled] {
  background-color: rgba(179, 157, 219, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-purple-200-fg {
  color: #b39ddb !important;
}
.deep-purple-200-fg .mat-icon,
.deep-purple-200-fg .icon {
  color: white;
}
.deep-purple-200-fg.secondary-text,
.deep-purple-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-200-fg.hint-text,
.deep-purple-200-fg .hint-text, .deep-purple-200-fg.disabled-text,
.deep-purple-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-200-fg.divider,
.deep-purple-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-200-fg input[type=text] {
  color: white;
}
.deep-purple-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-200-fg .mat-select-trigger,
.deep-purple-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-200-fg .mat-select-disabled .mat-select-value,
.deep-purple-200-fg .mat-select-arrow,
.deep-purple-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-200-fg .mat-select-content,
.deep-purple-200-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-200-fg .mat-select-value {
  color: white;
}
.deep-purple-200-border {
  border-color: #b39ddb !important;
}
.deep-purple-200-border-top {
  border-top-color: #b39ddb !important;
}
.deep-purple-200-border-right {
  border-right-color: #b39ddb !important;
}
.deep-purple-200-border-bottom {
  border-bottom-color: #b39ddb !important;
}
.deep-purple-200-border-left {
  border-left-color: #b39ddb !important;
}
.deep-purple-300-bg {
  background-color: #9575cd !important;
}
.mat-deep-purple-300-bg {
  background-color: #9575cd !important;
  color: white !important;
}
.mat-deep-purple-300-bg .mat-icon,
.mat-deep-purple-300-bg .icon {
  color: white;
}
.mat-deep-purple-300-bg.secondary-text,
.mat-deep-purple-300-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-purple-300-bg.hint-text,
.mat-deep-purple-300-bg .hint-text, .mat-deep-purple-300-bg.disabled-text,
.mat-deep-purple-300-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-purple-300-bg.divider,
.mat-deep-purple-300-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-purple-300-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-purple-300-bg input[type=text] {
  color: white;
}
.mat-deep-purple-300-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-300-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-300-bg .mat-select-trigger,
.mat-deep-purple-300-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-300-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-300-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-300-bg .mat-select-arrow,
.mat-deep-purple-300-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-300-bg .mat-select-content,
.mat-deep-purple-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-300-bg .mat-select-value {
  color: white;
}
.mat-deep-purple-300-bg[disabled] {
  background-color: rgba(149, 117, 205, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-300-fg {
  color: #9575cd !important;
}
.deep-purple-300-fg .mat-icon,
.deep-purple-300-fg .icon {
  color: white;
}
.deep-purple-300-fg.secondary-text,
.deep-purple-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-300-fg.hint-text,
.deep-purple-300-fg .hint-text, .deep-purple-300-fg.disabled-text,
.deep-purple-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-300-fg.divider,
.deep-purple-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-300-fg input[type=text] {
  color: white;
}
.deep-purple-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-300-fg .mat-select-trigger,
.deep-purple-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-300-fg .mat-select-disabled .mat-select-value,
.deep-purple-300-fg .mat-select-arrow,
.deep-purple-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-300-fg .mat-select-content,
.deep-purple-300-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-300-fg .mat-select-value {
  color: white;
}
.deep-purple-300-border {
  border-color: #9575cd !important;
}
.deep-purple-300-border-top {
  border-top-color: #9575cd !important;
}
.deep-purple-300-border-right {
  border-right-color: #9575cd !important;
}
.deep-purple-300-border-bottom {
  border-bottom-color: #9575cd !important;
}
.deep-purple-300-border-left {
  border-left-color: #9575cd !important;
}
.deep-purple-400-bg {
  background-color: #7e57c2 !important;
}
.mat-deep-purple-400-bg {
  background-color: #7e57c2 !important;
  color: white !important;
}
.mat-deep-purple-400-bg .mat-icon,
.mat-deep-purple-400-bg .icon {
  color: white;
}
.mat-deep-purple-400-bg.secondary-text,
.mat-deep-purple-400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-purple-400-bg.hint-text,
.mat-deep-purple-400-bg .hint-text, .mat-deep-purple-400-bg.disabled-text,
.mat-deep-purple-400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-purple-400-bg.divider,
.mat-deep-purple-400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-purple-400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-purple-400-bg input[type=text] {
  color: white;
}
.mat-deep-purple-400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-400-bg .mat-select-trigger,
.mat-deep-purple-400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-400-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-400-bg .mat-select-arrow,
.mat-deep-purple-400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-400-bg .mat-select-content,
.mat-deep-purple-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-400-bg .mat-select-value {
  color: white;
}
.mat-deep-purple-400-bg[disabled] {
  background-color: rgba(126, 87, 194, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-400-fg {
  color: #7e57c2 !important;
}
.deep-purple-400-fg .mat-icon,
.deep-purple-400-fg .icon {
  color: white;
}
.deep-purple-400-fg.secondary-text,
.deep-purple-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-400-fg.hint-text,
.deep-purple-400-fg .hint-text, .deep-purple-400-fg.disabled-text,
.deep-purple-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-400-fg.divider,
.deep-purple-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-400-fg input[type=text] {
  color: white;
}
.deep-purple-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-400-fg .mat-select-trigger,
.deep-purple-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-400-fg .mat-select-disabled .mat-select-value,
.deep-purple-400-fg .mat-select-arrow,
.deep-purple-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-400-fg .mat-select-content,
.deep-purple-400-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-400-fg .mat-select-value {
  color: white;
}
.deep-purple-400-border {
  border-color: #7e57c2 !important;
}
.deep-purple-400-border-top {
  border-top-color: #7e57c2 !important;
}
.deep-purple-400-border-right {
  border-right-color: #7e57c2 !important;
}
.deep-purple-400-border-bottom {
  border-bottom-color: #7e57c2 !important;
}
.deep-purple-400-border-left {
  border-left-color: #7e57c2 !important;
}
.deep-purple-500-bg {
  background-color: #673ab7 !important;
}
.mat-deep-purple-500-bg {
  background-color: #673ab7 !important;
  color: white !important;
}
.mat-deep-purple-500-bg .mat-icon,
.mat-deep-purple-500-bg .icon {
  color: white;
}
.mat-deep-purple-500-bg.secondary-text,
.mat-deep-purple-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-purple-500-bg.hint-text,
.mat-deep-purple-500-bg .hint-text, .mat-deep-purple-500-bg.disabled-text,
.mat-deep-purple-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-purple-500-bg.divider,
.mat-deep-purple-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-purple-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-purple-500-bg input[type=text] {
  color: white;
}
.mat-deep-purple-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-500-bg .mat-select-trigger,
.mat-deep-purple-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-500-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-500-bg .mat-select-arrow,
.mat-deep-purple-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-500-bg .mat-select-content,
.mat-deep-purple-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-500-bg .mat-select-value {
  color: white;
}
.mat-deep-purple-500-bg[disabled] {
  background-color: rgba(103, 58, 183, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-500-fg {
  color: #673ab7 !important;
}
.deep-purple-500-fg .mat-icon,
.deep-purple-500-fg .icon {
  color: white;
}
.deep-purple-500-fg.secondary-text,
.deep-purple-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-500-fg.hint-text,
.deep-purple-500-fg .hint-text, .deep-purple-500-fg.disabled-text,
.deep-purple-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-500-fg.divider,
.deep-purple-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-500-fg input[type=text] {
  color: white;
}
.deep-purple-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-500-fg .mat-select-trigger,
.deep-purple-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-500-fg .mat-select-disabled .mat-select-value,
.deep-purple-500-fg .mat-select-arrow,
.deep-purple-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-500-fg .mat-select-content,
.deep-purple-500-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-500-fg .mat-select-value {
  color: white;
}
.deep-purple-500-border {
  border-color: #673ab7 !important;
}
.deep-purple-500-border-top {
  border-top-color: #673ab7 !important;
}
.deep-purple-500-border-right {
  border-right-color: #673ab7 !important;
}
.deep-purple-500-border-bottom {
  border-bottom-color: #673ab7 !important;
}
.deep-purple-500-border-left {
  border-left-color: #673ab7 !important;
}
.deep-purple-bg {
  background-color: #673ab7 !important;
}
.mat-deep-purple-bg {
  background-color: #673ab7 !important;
  color: white !important;
}
.mat-deep-purple-bg .mat-icon,
.mat-deep-purple-bg .icon {
  color: white;
}
.mat-deep-purple-bg.secondary-text,
.mat-deep-purple-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-purple-bg.hint-text,
.mat-deep-purple-bg .hint-text, .mat-deep-purple-bg.disabled-text,
.mat-deep-purple-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-purple-bg.divider,
.mat-deep-purple-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-purple-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-purple-bg input[type=text] {
  color: white;
}
.mat-deep-purple-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-bg .mat-select-trigger,
.mat-deep-purple-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-bg .mat-select-arrow,
.mat-deep-purple-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-bg .mat-select-content,
.mat-deep-purple-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-bg .mat-select-value {
  color: white;
}
.mat-deep-purple-bg[disabled] {
  background-color: rgba(103, 58, 183, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-fg {
  color: #673ab7 !important;
}
.deep-purple-fg .mat-icon,
.deep-purple-fg .icon {
  color: white;
}
.deep-purple-fg.secondary-text,
.deep-purple-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-fg.hint-text,
.deep-purple-fg .hint-text, .deep-purple-fg.disabled-text,
.deep-purple-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-fg.divider,
.deep-purple-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-fg input[type=text] {
  color: white;
}
.deep-purple-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-fg .mat-select-trigger,
.deep-purple-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-fg .mat-select-disabled .mat-select-value,
.deep-purple-fg .mat-select-arrow,
.deep-purple-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-fg .mat-select-content,
.deep-purple-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-fg .mat-select-value {
  color: white;
}
.deep-purple-border {
  border-color: #673ab7 !important;
}
.deep-purple-border-top {
  border-top-color: #673ab7 !important;
}
.deep-purple-border-right {
  border-right-color: #673ab7 !important;
}
.deep-purple-border-bottom {
  border-bottom-color: #673ab7 !important;
}
.deep-purple-border-left {
  border-left-color: #673ab7 !important;
}
.deep-purple-600-bg {
  background-color: #5e35b1 !important;
}
.mat-deep-purple-600-bg {
  background-color: #5e35b1 !important;
  color: white !important;
}
.mat-deep-purple-600-bg .mat-icon,
.mat-deep-purple-600-bg .icon {
  color: white;
}
.mat-deep-purple-600-bg.secondary-text,
.mat-deep-purple-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-purple-600-bg.hint-text,
.mat-deep-purple-600-bg .hint-text, .mat-deep-purple-600-bg.disabled-text,
.mat-deep-purple-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-purple-600-bg.divider,
.mat-deep-purple-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-purple-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-purple-600-bg input[type=text] {
  color: white;
}
.mat-deep-purple-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-600-bg .mat-select-trigger,
.mat-deep-purple-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-600-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-600-bg .mat-select-arrow,
.mat-deep-purple-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-600-bg .mat-select-content,
.mat-deep-purple-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-600-bg .mat-select-value {
  color: white;
}
.mat-deep-purple-600-bg[disabled] {
  background-color: rgba(94, 53, 177, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-600-fg {
  color: #5e35b1 !important;
}
.deep-purple-600-fg .mat-icon,
.deep-purple-600-fg .icon {
  color: white;
}
.deep-purple-600-fg.secondary-text,
.deep-purple-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-600-fg.hint-text,
.deep-purple-600-fg .hint-text, .deep-purple-600-fg.disabled-text,
.deep-purple-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-600-fg.divider,
.deep-purple-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-600-fg input[type=text] {
  color: white;
}
.deep-purple-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-600-fg .mat-select-trigger,
.deep-purple-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-600-fg .mat-select-disabled .mat-select-value,
.deep-purple-600-fg .mat-select-arrow,
.deep-purple-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-600-fg .mat-select-content,
.deep-purple-600-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-600-fg .mat-select-value {
  color: white;
}
.deep-purple-600-border {
  border-color: #5e35b1 !important;
}
.deep-purple-600-border-top {
  border-top-color: #5e35b1 !important;
}
.deep-purple-600-border-right {
  border-right-color: #5e35b1 !important;
}
.deep-purple-600-border-bottom {
  border-bottom-color: #5e35b1 !important;
}
.deep-purple-600-border-left {
  border-left-color: #5e35b1 !important;
}
.deep-purple-700-bg {
  background-color: #512da8 !important;
}
.mat-deep-purple-700-bg {
  background-color: #512da8 !important;
  color: white !important;
}
.mat-deep-purple-700-bg .mat-icon,
.mat-deep-purple-700-bg .icon {
  color: white;
}
.mat-deep-purple-700-bg.secondary-text,
.mat-deep-purple-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-purple-700-bg.hint-text,
.mat-deep-purple-700-bg .hint-text, .mat-deep-purple-700-bg.disabled-text,
.mat-deep-purple-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-purple-700-bg.divider,
.mat-deep-purple-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-purple-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-purple-700-bg input[type=text] {
  color: white;
}
.mat-deep-purple-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-700-bg .mat-select-trigger,
.mat-deep-purple-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-700-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-700-bg .mat-select-arrow,
.mat-deep-purple-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-700-bg .mat-select-content,
.mat-deep-purple-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-700-bg .mat-select-value {
  color: white;
}
.mat-deep-purple-700-bg[disabled] {
  background-color: rgba(81, 45, 168, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-700-fg {
  color: #512da8 !important;
}
.deep-purple-700-fg .mat-icon,
.deep-purple-700-fg .icon {
  color: white;
}
.deep-purple-700-fg.secondary-text,
.deep-purple-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-700-fg.hint-text,
.deep-purple-700-fg .hint-text, .deep-purple-700-fg.disabled-text,
.deep-purple-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-700-fg.divider,
.deep-purple-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-700-fg input[type=text] {
  color: white;
}
.deep-purple-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-700-fg .mat-select-trigger,
.deep-purple-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-700-fg .mat-select-disabled .mat-select-value,
.deep-purple-700-fg .mat-select-arrow,
.deep-purple-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-700-fg .mat-select-content,
.deep-purple-700-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-700-fg .mat-select-value {
  color: white;
}
.deep-purple-700-border {
  border-color: #512da8 !important;
}
.deep-purple-700-border-top {
  border-top-color: #512da8 !important;
}
.deep-purple-700-border-right {
  border-right-color: #512da8 !important;
}
.deep-purple-700-border-bottom {
  border-bottom-color: #512da8 !important;
}
.deep-purple-700-border-left {
  border-left-color: #512da8 !important;
}
.deep-purple-800-bg {
  background-color: #4527a0 !important;
}
.mat-deep-purple-800-bg {
  background-color: #4527a0 !important;
  color: white !important;
}
.mat-deep-purple-800-bg .mat-icon,
.mat-deep-purple-800-bg .icon {
  color: white;
}
.mat-deep-purple-800-bg.secondary-text,
.mat-deep-purple-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-purple-800-bg.hint-text,
.mat-deep-purple-800-bg .hint-text, .mat-deep-purple-800-bg.disabled-text,
.mat-deep-purple-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-purple-800-bg.divider,
.mat-deep-purple-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-purple-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-purple-800-bg input[type=text] {
  color: white;
}
.mat-deep-purple-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-800-bg .mat-select-trigger,
.mat-deep-purple-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-800-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-800-bg .mat-select-arrow,
.mat-deep-purple-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-800-bg .mat-select-content,
.mat-deep-purple-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-800-bg .mat-select-value {
  color: white;
}
.mat-deep-purple-800-bg[disabled] {
  background-color: rgba(69, 39, 160, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-800-fg {
  color: #4527a0 !important;
}
.deep-purple-800-fg .mat-icon,
.deep-purple-800-fg .icon {
  color: white;
}
.deep-purple-800-fg.secondary-text,
.deep-purple-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-800-fg.hint-text,
.deep-purple-800-fg .hint-text, .deep-purple-800-fg.disabled-text,
.deep-purple-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-800-fg.divider,
.deep-purple-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-800-fg input[type=text] {
  color: white;
}
.deep-purple-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-800-fg .mat-select-trigger,
.deep-purple-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-800-fg .mat-select-disabled .mat-select-value,
.deep-purple-800-fg .mat-select-arrow,
.deep-purple-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-800-fg .mat-select-content,
.deep-purple-800-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-800-fg .mat-select-value {
  color: white;
}
.deep-purple-800-border {
  border-color: #4527a0 !important;
}
.deep-purple-800-border-top {
  border-top-color: #4527a0 !important;
}
.deep-purple-800-border-right {
  border-right-color: #4527a0 !important;
}
.deep-purple-800-border-bottom {
  border-bottom-color: #4527a0 !important;
}
.deep-purple-800-border-left {
  border-left-color: #4527a0 !important;
}
.deep-purple-900-bg {
  background-color: #311b92 !important;
}
.mat-deep-purple-900-bg {
  background-color: #311b92 !important;
  color: white !important;
}
.mat-deep-purple-900-bg .mat-icon,
.mat-deep-purple-900-bg .icon {
  color: white;
}
.mat-deep-purple-900-bg.secondary-text,
.mat-deep-purple-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-purple-900-bg.hint-text,
.mat-deep-purple-900-bg .hint-text, .mat-deep-purple-900-bg.disabled-text,
.mat-deep-purple-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-purple-900-bg.divider,
.mat-deep-purple-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-purple-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-purple-900-bg input[type=text] {
  color: white;
}
.mat-deep-purple-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-900-bg .mat-select-trigger,
.mat-deep-purple-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-900-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-900-bg .mat-select-arrow,
.mat-deep-purple-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-900-bg .mat-select-content,
.mat-deep-purple-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-900-bg .mat-select-value {
  color: white;
}
.mat-deep-purple-900-bg[disabled] {
  background-color: rgba(49, 27, 146, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-900-fg {
  color: #311b92 !important;
}
.deep-purple-900-fg .mat-icon,
.deep-purple-900-fg .icon {
  color: white;
}
.deep-purple-900-fg.secondary-text,
.deep-purple-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-900-fg.hint-text,
.deep-purple-900-fg .hint-text, .deep-purple-900-fg.disabled-text,
.deep-purple-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-900-fg.divider,
.deep-purple-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-900-fg input[type=text] {
  color: white;
}
.deep-purple-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-900-fg .mat-select-trigger,
.deep-purple-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-900-fg .mat-select-disabled .mat-select-value,
.deep-purple-900-fg .mat-select-arrow,
.deep-purple-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-900-fg .mat-select-content,
.deep-purple-900-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-900-fg .mat-select-value {
  color: white;
}
.deep-purple-900-border {
  border-color: #311b92 !important;
}
.deep-purple-900-border-top {
  border-top-color: #311b92 !important;
}
.deep-purple-900-border-right {
  border-right-color: #311b92 !important;
}
.deep-purple-900-border-bottom {
  border-bottom-color: #311b92 !important;
}
.deep-purple-900-border-left {
  border-left-color: #311b92 !important;
}
.deep-purple-A100-bg {
  background-color: #b388ff !important;
}
.mat-deep-purple-A100-bg {
  background-color: #b388ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-purple-A100-bg .mat-icon,
.mat-deep-purple-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-deep-purple-A100-bg.secondary-text,
.mat-deep-purple-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-deep-purple-A100-bg.hint-text,
.mat-deep-purple-A100-bg .hint-text, .mat-deep-purple-A100-bg.disabled-text,
.mat-deep-purple-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-deep-purple-A100-bg.divider,
.mat-deep-purple-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-deep-purple-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-deep-purple-A100-bg input[type=text] {
  color: black;
}
.mat-deep-purple-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-purple-A100-bg .mat-select-trigger,
.mat-deep-purple-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-purple-A100-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-A100-bg .mat-select-arrow,
.mat-deep-purple-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-purple-A100-bg .mat-select-content,
.mat-deep-purple-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-A100-bg[disabled] {
  background-color: rgba(179, 136, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-purple-A100-fg {
  color: #b388ff !important;
}
.deep-purple-A100-fg .mat-icon,
.deep-purple-A100-fg .icon {
  color: white;
}
.deep-purple-A100-fg.secondary-text,
.deep-purple-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-A100-fg.hint-text,
.deep-purple-A100-fg .hint-text, .deep-purple-A100-fg.disabled-text,
.deep-purple-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-A100-fg.divider,
.deep-purple-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-A100-fg input[type=text] {
  color: white;
}
.deep-purple-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-A100-fg .mat-select-trigger,
.deep-purple-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-A100-fg .mat-select-disabled .mat-select-value,
.deep-purple-A100-fg .mat-select-arrow,
.deep-purple-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A100-fg .mat-select-content,
.deep-purple-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-A100-fg .mat-select-value {
  color: white;
}
.deep-purple-A100-border {
  border-color: #b388ff !important;
}
.deep-purple-A100-border-top {
  border-top-color: #b388ff !important;
}
.deep-purple-A100-border-right {
  border-right-color: #b388ff !important;
}
.deep-purple-A100-border-bottom {
  border-bottom-color: #b388ff !important;
}
.deep-purple-A100-border-left {
  border-left-color: #b388ff !important;
}
.deep-purple-A200-bg {
  background-color: #7c4dff !important;
}
.mat-deep-purple-A200-bg {
  background-color: #7c4dff !important;
  color: white !important;
}
.mat-deep-purple-A200-bg .mat-icon,
.mat-deep-purple-A200-bg .icon {
  color: white;
}
.mat-deep-purple-A200-bg.secondary-text,
.mat-deep-purple-A200-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-purple-A200-bg.hint-text,
.mat-deep-purple-A200-bg .hint-text, .mat-deep-purple-A200-bg.disabled-text,
.mat-deep-purple-A200-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-purple-A200-bg.divider,
.mat-deep-purple-A200-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-purple-A200-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-purple-A200-bg input[type=text] {
  color: white;
}
.mat-deep-purple-A200-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-A200-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-A200-bg .mat-select-trigger,
.mat-deep-purple-A200-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-A200-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-A200-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-A200-bg .mat-select-arrow,
.mat-deep-purple-A200-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-A200-bg .mat-select-content,
.mat-deep-purple-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-A200-bg .mat-select-value {
  color: white;
}
.mat-deep-purple-A200-bg[disabled] {
  background-color: rgba(124, 77, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-A200-fg {
  color: #7c4dff !important;
}
.deep-purple-A200-fg .mat-icon,
.deep-purple-A200-fg .icon {
  color: white;
}
.deep-purple-A200-fg.secondary-text,
.deep-purple-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-A200-fg.hint-text,
.deep-purple-A200-fg .hint-text, .deep-purple-A200-fg.disabled-text,
.deep-purple-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-A200-fg.divider,
.deep-purple-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-A200-fg input[type=text] {
  color: white;
}
.deep-purple-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-A200-fg .mat-select-trigger,
.deep-purple-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-A200-fg .mat-select-disabled .mat-select-value,
.deep-purple-A200-fg .mat-select-arrow,
.deep-purple-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A200-fg .mat-select-content,
.deep-purple-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-A200-fg .mat-select-value {
  color: white;
}
.deep-purple-A200-border {
  border-color: #7c4dff !important;
}
.deep-purple-A200-border-top {
  border-top-color: #7c4dff !important;
}
.deep-purple-A200-border-right {
  border-right-color: #7c4dff !important;
}
.deep-purple-A200-border-bottom {
  border-bottom-color: #7c4dff !important;
}
.deep-purple-A200-border-left {
  border-left-color: #7c4dff !important;
}
.deep-purple-A400-bg {
  background-color: #651fff !important;
}
.mat-deep-purple-A400-bg {
  background-color: #651fff !important;
  color: white !important;
}
.mat-deep-purple-A400-bg .mat-icon,
.mat-deep-purple-A400-bg .icon {
  color: white;
}
.mat-deep-purple-A400-bg.secondary-text,
.mat-deep-purple-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-purple-A400-bg.hint-text,
.mat-deep-purple-A400-bg .hint-text, .mat-deep-purple-A400-bg.disabled-text,
.mat-deep-purple-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-purple-A400-bg.divider,
.mat-deep-purple-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-purple-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-purple-A400-bg input[type=text] {
  color: white;
}
.mat-deep-purple-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-A400-bg .mat-select-trigger,
.mat-deep-purple-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-A400-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-A400-bg .mat-select-arrow,
.mat-deep-purple-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-A400-bg .mat-select-content,
.mat-deep-purple-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-A400-bg .mat-select-value {
  color: white;
}
.mat-deep-purple-A400-bg[disabled] {
  background-color: rgba(101, 31, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-A400-fg {
  color: #651fff !important;
}
.deep-purple-A400-fg .mat-icon,
.deep-purple-A400-fg .icon {
  color: white;
}
.deep-purple-A400-fg.secondary-text,
.deep-purple-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-A400-fg.hint-text,
.deep-purple-A400-fg .hint-text, .deep-purple-A400-fg.disabled-text,
.deep-purple-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-A400-fg.divider,
.deep-purple-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-A400-fg input[type=text] {
  color: white;
}
.deep-purple-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-A400-fg .mat-select-trigger,
.deep-purple-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-A400-fg .mat-select-disabled .mat-select-value,
.deep-purple-A400-fg .mat-select-arrow,
.deep-purple-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A400-fg .mat-select-content,
.deep-purple-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-A400-fg .mat-select-value {
  color: white;
}
.deep-purple-A400-border {
  border-color: #651fff !important;
}
.deep-purple-A400-border-top {
  border-top-color: #651fff !important;
}
.deep-purple-A400-border-right {
  border-right-color: #651fff !important;
}
.deep-purple-A400-border-bottom {
  border-bottom-color: #651fff !important;
}
.deep-purple-A400-border-left {
  border-left-color: #651fff !important;
}
.deep-purple-A700-bg {
  background-color: #6200ea !important;
}
.mat-deep-purple-A700-bg {
  background-color: #6200ea !important;
  color: white !important;
}
.mat-deep-purple-A700-bg .mat-icon,
.mat-deep-purple-A700-bg .icon {
  color: white;
}
.mat-deep-purple-A700-bg.secondary-text,
.mat-deep-purple-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-purple-A700-bg.hint-text,
.mat-deep-purple-A700-bg .hint-text, .mat-deep-purple-A700-bg.disabled-text,
.mat-deep-purple-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-purple-A700-bg.divider,
.mat-deep-purple-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-purple-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-purple-A700-bg input[type=text] {
  color: white;
}
.mat-deep-purple-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-A700-bg .mat-select-trigger,
.mat-deep-purple-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-purple-A700-bg .mat-select-disabled .mat-select-value,
.mat-deep-purple-A700-bg .mat-select-arrow,
.mat-deep-purple-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-purple-A700-bg .mat-select-content,
.mat-deep-purple-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-purple-A700-bg .mat-select-value {
  color: white;
}
.mat-deep-purple-A700-bg[disabled] {
  background-color: rgba(98, 0, 234, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-purple-A700-fg {
  color: #6200ea !important;
}
.deep-purple-A700-fg .mat-icon,
.deep-purple-A700-fg .icon {
  color: white;
}
.deep-purple-A700-fg.secondary-text,
.deep-purple-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-purple-A700-fg.hint-text,
.deep-purple-A700-fg .hint-text, .deep-purple-A700-fg.disabled-text,
.deep-purple-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-purple-A700-fg.divider,
.deep-purple-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-purple-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-purple-A700-fg input[type=text] {
  color: white;
}
.deep-purple-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-A700-fg .mat-select-trigger,
.deep-purple-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-purple-A700-fg .mat-select-disabled .mat-select-value,
.deep-purple-A700-fg .mat-select-arrow,
.deep-purple-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-purple-A700-fg .mat-select-content,
.deep-purple-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-purple-A700-fg .mat-select-value {
  color: white;
}
.deep-purple-A700-border {
  border-color: #6200ea !important;
}
.deep-purple-A700-border-top {
  border-top-color: #6200ea !important;
}
.deep-purple-A700-border-right {
  border-right-color: #6200ea !important;
}
.deep-purple-A700-border-bottom {
  border-bottom-color: #6200ea !important;
}
.deep-purple-A700-border-left {
  border-left-color: #6200ea !important;
}
.indigo-50-bg {
  background-color: #e8eaf6 !important;
}
.mat-indigo-50-bg {
  background-color: #e8eaf6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-indigo-50-bg .mat-icon,
.mat-indigo-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-indigo-50-bg.secondary-text,
.mat-indigo-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-indigo-50-bg.hint-text,
.mat-indigo-50-bg .hint-text, .mat-indigo-50-bg.disabled-text,
.mat-indigo-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-indigo-50-bg.divider,
.mat-indigo-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-indigo-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-indigo-50-bg input[type=text] {
  color: black;
}
.mat-indigo-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-indigo-50-bg .mat-select-trigger,
.mat-indigo-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-indigo-50-bg .mat-select-disabled .mat-select-value,
.mat-indigo-50-bg .mat-select-arrow,
.mat-indigo-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-50-bg .mat-select-content,
.mat-indigo-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-50-bg[disabled] {
  background-color: rgba(232, 234, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.indigo-50-fg {
  color: #e8eaf6 !important;
}
.indigo-50-fg .mat-icon,
.indigo-50-fg .icon {
  color: white;
}
.indigo-50-fg.secondary-text,
.indigo-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-50-fg.hint-text,
.indigo-50-fg .hint-text, .indigo-50-fg.disabled-text,
.indigo-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-50-fg.divider,
.indigo-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-50-fg input[type=text] {
  color: white;
}
.indigo-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-50-fg .mat-select-trigger,
.indigo-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-50-fg .mat-select-disabled .mat-select-value,
.indigo-50-fg .mat-select-arrow,
.indigo-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-50-fg .mat-select-content,
.indigo-50-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-50-fg .mat-select-value {
  color: white;
}
.indigo-50-border {
  border-color: #e8eaf6 !important;
}
.indigo-50-border-top {
  border-top-color: #e8eaf6 !important;
}
.indigo-50-border-right {
  border-right-color: #e8eaf6 !important;
}
.indigo-50-border-bottom {
  border-bottom-color: #e8eaf6 !important;
}
.indigo-50-border-left {
  border-left-color: #e8eaf6 !important;
}
.indigo-100-bg {
  background-color: #c5cae9 !important;
}
.mat-indigo-100-bg {
  background-color: #c5cae9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-indigo-100-bg .mat-icon,
.mat-indigo-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-indigo-100-bg.secondary-text,
.mat-indigo-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-indigo-100-bg.hint-text,
.mat-indigo-100-bg .hint-text, .mat-indigo-100-bg.disabled-text,
.mat-indigo-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-indigo-100-bg.divider,
.mat-indigo-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-indigo-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-indigo-100-bg input[type=text] {
  color: black;
}
.mat-indigo-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-indigo-100-bg .mat-select-trigger,
.mat-indigo-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-indigo-100-bg .mat-select-disabled .mat-select-value,
.mat-indigo-100-bg .mat-select-arrow,
.mat-indigo-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-100-bg .mat-select-content,
.mat-indigo-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-100-bg[disabled] {
  background-color: rgba(197, 202, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.indigo-100-fg {
  color: #c5cae9 !important;
}
.indigo-100-fg .mat-icon,
.indigo-100-fg .icon {
  color: white;
}
.indigo-100-fg.secondary-text,
.indigo-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-100-fg.hint-text,
.indigo-100-fg .hint-text, .indigo-100-fg.disabled-text,
.indigo-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-100-fg.divider,
.indigo-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-100-fg input[type=text] {
  color: white;
}
.indigo-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-100-fg .mat-select-trigger,
.indigo-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-100-fg .mat-select-disabled .mat-select-value,
.indigo-100-fg .mat-select-arrow,
.indigo-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-100-fg .mat-select-content,
.indigo-100-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-100-fg .mat-select-value {
  color: white;
}
.indigo-100-border {
  border-color: #c5cae9 !important;
}
.indigo-100-border-top {
  border-top-color: #c5cae9 !important;
}
.indigo-100-border-right {
  border-right-color: #c5cae9 !important;
}
.indigo-100-border-bottom {
  border-bottom-color: #c5cae9 !important;
}
.indigo-100-border-left {
  border-left-color: #c5cae9 !important;
}
.indigo-200-bg {
  background-color: #9fa8da !important;
}
.mat-indigo-200-bg {
  background-color: #9fa8da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-indigo-200-bg .mat-icon,
.mat-indigo-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-indigo-200-bg.secondary-text,
.mat-indigo-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-indigo-200-bg.hint-text,
.mat-indigo-200-bg .hint-text, .mat-indigo-200-bg.disabled-text,
.mat-indigo-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-indigo-200-bg.divider,
.mat-indigo-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-indigo-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-indigo-200-bg input[type=text] {
  color: black;
}
.mat-indigo-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-indigo-200-bg .mat-select-trigger,
.mat-indigo-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-indigo-200-bg .mat-select-disabled .mat-select-value,
.mat-indigo-200-bg .mat-select-arrow,
.mat-indigo-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-200-bg .mat-select-content,
.mat-indigo-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-200-bg[disabled] {
  background-color: rgba(159, 168, 218, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.indigo-200-fg {
  color: #9fa8da !important;
}
.indigo-200-fg .mat-icon,
.indigo-200-fg .icon {
  color: white;
}
.indigo-200-fg.secondary-text,
.indigo-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-200-fg.hint-text,
.indigo-200-fg .hint-text, .indigo-200-fg.disabled-text,
.indigo-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-200-fg.divider,
.indigo-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-200-fg input[type=text] {
  color: white;
}
.indigo-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-200-fg .mat-select-trigger,
.indigo-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-200-fg .mat-select-disabled .mat-select-value,
.indigo-200-fg .mat-select-arrow,
.indigo-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-200-fg .mat-select-content,
.indigo-200-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-200-fg .mat-select-value {
  color: white;
}
.indigo-200-border {
  border-color: #9fa8da !important;
}
.indigo-200-border-top {
  border-top-color: #9fa8da !important;
}
.indigo-200-border-right {
  border-right-color: #9fa8da !important;
}
.indigo-200-border-bottom {
  border-bottom-color: #9fa8da !important;
}
.indigo-200-border-left {
  border-left-color: #9fa8da !important;
}
.indigo-300-bg {
  background-color: #7986cb !important;
}
.mat-indigo-300-bg {
  background-color: #7986cb !important;
  color: white !important;
}
.mat-indigo-300-bg .mat-icon,
.mat-indigo-300-bg .icon {
  color: white;
}
.mat-indigo-300-bg.secondary-text,
.mat-indigo-300-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-indigo-300-bg.hint-text,
.mat-indigo-300-bg .hint-text, .mat-indigo-300-bg.disabled-text,
.mat-indigo-300-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-indigo-300-bg.divider,
.mat-indigo-300-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-indigo-300-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-indigo-300-bg input[type=text] {
  color: white;
}
.mat-indigo-300-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-300-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-300-bg .mat-select-trigger,
.mat-indigo-300-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-300-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-300-bg .mat-select-disabled .mat-select-value,
.mat-indigo-300-bg .mat-select-arrow,
.mat-indigo-300-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-300-bg .mat-select-content,
.mat-indigo-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-300-bg .mat-select-value {
  color: white;
}
.mat-indigo-300-bg[disabled] {
  background-color: rgba(121, 134, 203, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-300-fg {
  color: #7986cb !important;
}
.indigo-300-fg .mat-icon,
.indigo-300-fg .icon {
  color: white;
}
.indigo-300-fg.secondary-text,
.indigo-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-300-fg.hint-text,
.indigo-300-fg .hint-text, .indigo-300-fg.disabled-text,
.indigo-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-300-fg.divider,
.indigo-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-300-fg input[type=text] {
  color: white;
}
.indigo-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-300-fg .mat-select-trigger,
.indigo-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-300-fg .mat-select-disabled .mat-select-value,
.indigo-300-fg .mat-select-arrow,
.indigo-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-300-fg .mat-select-content,
.indigo-300-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-300-fg .mat-select-value {
  color: white;
}
.indigo-300-border {
  border-color: #7986cb !important;
}
.indigo-300-border-top {
  border-top-color: #7986cb !important;
}
.indigo-300-border-right {
  border-right-color: #7986cb !important;
}
.indigo-300-border-bottom {
  border-bottom-color: #7986cb !important;
}
.indigo-300-border-left {
  border-left-color: #7986cb !important;
}
.indigo-400-bg {
  background-color: #5c6bc0 !important;
}
.mat-indigo-400-bg {
  background-color: #5c6bc0 !important;
  color: white !important;
}
.mat-indigo-400-bg .mat-icon,
.mat-indigo-400-bg .icon {
  color: white;
}
.mat-indigo-400-bg.secondary-text,
.mat-indigo-400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-indigo-400-bg.hint-text,
.mat-indigo-400-bg .hint-text, .mat-indigo-400-bg.disabled-text,
.mat-indigo-400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-indigo-400-bg.divider,
.mat-indigo-400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-indigo-400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-indigo-400-bg input[type=text] {
  color: white;
}
.mat-indigo-400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-400-bg .mat-select-trigger,
.mat-indigo-400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-400-bg .mat-select-disabled .mat-select-value,
.mat-indigo-400-bg .mat-select-arrow,
.mat-indigo-400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-400-bg .mat-select-content,
.mat-indigo-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-400-bg .mat-select-value {
  color: white;
}
.mat-indigo-400-bg[disabled] {
  background-color: rgba(92, 107, 192, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-400-fg {
  color: #5c6bc0 !important;
}
.indigo-400-fg .mat-icon,
.indigo-400-fg .icon {
  color: white;
}
.indigo-400-fg.secondary-text,
.indigo-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-400-fg.hint-text,
.indigo-400-fg .hint-text, .indigo-400-fg.disabled-text,
.indigo-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-400-fg.divider,
.indigo-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-400-fg input[type=text] {
  color: white;
}
.indigo-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-400-fg .mat-select-trigger,
.indigo-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-400-fg .mat-select-disabled .mat-select-value,
.indigo-400-fg .mat-select-arrow,
.indigo-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-400-fg .mat-select-content,
.indigo-400-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-400-fg .mat-select-value {
  color: white;
}
.indigo-400-border {
  border-color: #5c6bc0 !important;
}
.indigo-400-border-top {
  border-top-color: #5c6bc0 !important;
}
.indigo-400-border-right {
  border-right-color: #5c6bc0 !important;
}
.indigo-400-border-bottom {
  border-bottom-color: #5c6bc0 !important;
}
.indigo-400-border-left {
  border-left-color: #5c6bc0 !important;
}
.indigo-500-bg {
  background-color: #3f51b5 !important;
}
.mat-indigo-500-bg {
  background-color: #3f51b5 !important;
  color: white !important;
}
.mat-indigo-500-bg .mat-icon,
.mat-indigo-500-bg .icon {
  color: white;
}
.mat-indigo-500-bg.secondary-text,
.mat-indigo-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-indigo-500-bg.hint-text,
.mat-indigo-500-bg .hint-text, .mat-indigo-500-bg.disabled-text,
.mat-indigo-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-indigo-500-bg.divider,
.mat-indigo-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-indigo-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-indigo-500-bg input[type=text] {
  color: white;
}
.mat-indigo-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-500-bg .mat-select-trigger,
.mat-indigo-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-500-bg .mat-select-disabled .mat-select-value,
.mat-indigo-500-bg .mat-select-arrow,
.mat-indigo-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-500-bg .mat-select-content,
.mat-indigo-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-500-bg .mat-select-value {
  color: white;
}
.mat-indigo-500-bg[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-500-fg {
  color: #3f51b5 !important;
}
.indigo-500-fg .mat-icon,
.indigo-500-fg .icon {
  color: white;
}
.indigo-500-fg.secondary-text,
.indigo-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-500-fg.hint-text,
.indigo-500-fg .hint-text, .indigo-500-fg.disabled-text,
.indigo-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-500-fg.divider,
.indigo-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-500-fg input[type=text] {
  color: white;
}
.indigo-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-500-fg .mat-select-trigger,
.indigo-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-500-fg .mat-select-disabled .mat-select-value,
.indigo-500-fg .mat-select-arrow,
.indigo-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-500-fg .mat-select-content,
.indigo-500-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-500-fg .mat-select-value {
  color: white;
}
.indigo-500-border {
  border-color: #3f51b5 !important;
}
.indigo-500-border-top {
  border-top-color: #3f51b5 !important;
}
.indigo-500-border-right {
  border-right-color: #3f51b5 !important;
}
.indigo-500-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
.indigo-500-border-left {
  border-left-color: #3f51b5 !important;
}
.indigo-bg {
  background-color: #3f51b5 !important;
}
.mat-indigo-bg {
  background-color: #3f51b5 !important;
  color: white !important;
}
.mat-indigo-bg .mat-icon,
.mat-indigo-bg .icon {
  color: white;
}
.mat-indigo-bg.secondary-text,
.mat-indigo-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-indigo-bg.hint-text,
.mat-indigo-bg .hint-text, .mat-indigo-bg.disabled-text,
.mat-indigo-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-indigo-bg.divider,
.mat-indigo-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-indigo-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-indigo-bg input[type=text] {
  color: white;
}
.mat-indigo-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-bg .mat-select-trigger,
.mat-indigo-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-bg .mat-select-disabled .mat-select-value,
.mat-indigo-bg .mat-select-arrow,
.mat-indigo-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-bg .mat-select-content,
.mat-indigo-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-bg .mat-select-value {
  color: white;
}
.mat-indigo-bg[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-fg {
  color: #3f51b5 !important;
}
.indigo-fg .mat-icon,
.indigo-fg .icon {
  color: white;
}
.indigo-fg.secondary-text,
.indigo-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-fg.hint-text,
.indigo-fg .hint-text, .indigo-fg.disabled-text,
.indigo-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-fg.divider,
.indigo-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-fg input[type=text] {
  color: white;
}
.indigo-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-fg .mat-select-trigger,
.indigo-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-fg .mat-select-disabled .mat-select-value,
.indigo-fg .mat-select-arrow,
.indigo-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-fg .mat-select-content,
.indigo-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-fg .mat-select-value {
  color: white;
}
.indigo-border {
  border-color: #3f51b5 !important;
}
.indigo-border-top {
  border-top-color: #3f51b5 !important;
}
.indigo-border-right {
  border-right-color: #3f51b5 !important;
}
.indigo-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
.indigo-border-left {
  border-left-color: #3f51b5 !important;
}
.indigo-600-bg {
  background-color: #3949ab !important;
}
.mat-indigo-600-bg {
  background-color: #3949ab !important;
  color: white !important;
}
.mat-indigo-600-bg .mat-icon,
.mat-indigo-600-bg .icon {
  color: white;
}
.mat-indigo-600-bg.secondary-text,
.mat-indigo-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-indigo-600-bg.hint-text,
.mat-indigo-600-bg .hint-text, .mat-indigo-600-bg.disabled-text,
.mat-indigo-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-indigo-600-bg.divider,
.mat-indigo-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-indigo-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-indigo-600-bg input[type=text] {
  color: white;
}
.mat-indigo-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-600-bg .mat-select-trigger,
.mat-indigo-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-600-bg .mat-select-disabled .mat-select-value,
.mat-indigo-600-bg .mat-select-arrow,
.mat-indigo-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-600-bg .mat-select-content,
.mat-indigo-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-600-bg .mat-select-value {
  color: white;
}
.mat-indigo-600-bg[disabled] {
  background-color: rgba(57, 73, 171, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-600-fg {
  color: #3949ab !important;
}
.indigo-600-fg .mat-icon,
.indigo-600-fg .icon {
  color: white;
}
.indigo-600-fg.secondary-text,
.indigo-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-600-fg.hint-text,
.indigo-600-fg .hint-text, .indigo-600-fg.disabled-text,
.indigo-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-600-fg.divider,
.indigo-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-600-fg input[type=text] {
  color: white;
}
.indigo-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-600-fg .mat-select-trigger,
.indigo-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-600-fg .mat-select-disabled .mat-select-value,
.indigo-600-fg .mat-select-arrow,
.indigo-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-600-fg .mat-select-content,
.indigo-600-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-600-fg .mat-select-value {
  color: white;
}
.indigo-600-border {
  border-color: #3949ab !important;
}
.indigo-600-border-top {
  border-top-color: #3949ab !important;
}
.indigo-600-border-right {
  border-right-color: #3949ab !important;
}
.indigo-600-border-bottom {
  border-bottom-color: #3949ab !important;
}
.indigo-600-border-left {
  border-left-color: #3949ab !important;
}
.indigo-700-bg {
  background-color: #303f9f !important;
}
.mat-indigo-700-bg {
  background-color: #303f9f !important;
  color: white !important;
}
.mat-indigo-700-bg .mat-icon,
.mat-indigo-700-bg .icon {
  color: white;
}
.mat-indigo-700-bg.secondary-text,
.mat-indigo-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-indigo-700-bg.hint-text,
.mat-indigo-700-bg .hint-text, .mat-indigo-700-bg.disabled-text,
.mat-indigo-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-indigo-700-bg.divider,
.mat-indigo-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-indigo-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-indigo-700-bg input[type=text] {
  color: white;
}
.mat-indigo-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-700-bg .mat-select-trigger,
.mat-indigo-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-700-bg .mat-select-disabled .mat-select-value,
.mat-indigo-700-bg .mat-select-arrow,
.mat-indigo-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-700-bg .mat-select-content,
.mat-indigo-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-700-bg .mat-select-value {
  color: white;
}
.mat-indigo-700-bg[disabled] {
  background-color: rgba(48, 63, 159, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-700-fg {
  color: #303f9f !important;
}
.indigo-700-fg .mat-icon,
.indigo-700-fg .icon {
  color: white;
}
.indigo-700-fg.secondary-text,
.indigo-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-700-fg.hint-text,
.indigo-700-fg .hint-text, .indigo-700-fg.disabled-text,
.indigo-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-700-fg.divider,
.indigo-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-700-fg input[type=text] {
  color: white;
}
.indigo-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-700-fg .mat-select-trigger,
.indigo-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-700-fg .mat-select-disabled .mat-select-value,
.indigo-700-fg .mat-select-arrow,
.indigo-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-700-fg .mat-select-content,
.indigo-700-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-700-fg .mat-select-value {
  color: white;
}
.indigo-700-border {
  border-color: #303f9f !important;
}
.indigo-700-border-top {
  border-top-color: #303f9f !important;
}
.indigo-700-border-right {
  border-right-color: #303f9f !important;
}
.indigo-700-border-bottom {
  border-bottom-color: #303f9f !important;
}
.indigo-700-border-left {
  border-left-color: #303f9f !important;
}
.indigo-800-bg {
  background-color: #283593 !important;
}
.mat-indigo-800-bg {
  background-color: #283593 !important;
  color: white !important;
}
.mat-indigo-800-bg .mat-icon,
.mat-indigo-800-bg .icon {
  color: white;
}
.mat-indigo-800-bg.secondary-text,
.mat-indigo-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-indigo-800-bg.hint-text,
.mat-indigo-800-bg .hint-text, .mat-indigo-800-bg.disabled-text,
.mat-indigo-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-indigo-800-bg.divider,
.mat-indigo-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-indigo-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-indigo-800-bg input[type=text] {
  color: white;
}
.mat-indigo-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-800-bg .mat-select-trigger,
.mat-indigo-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-800-bg .mat-select-disabled .mat-select-value,
.mat-indigo-800-bg .mat-select-arrow,
.mat-indigo-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-800-bg .mat-select-content,
.mat-indigo-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-800-bg .mat-select-value {
  color: white;
}
.mat-indigo-800-bg[disabled] {
  background-color: rgba(40, 53, 147, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-800-fg {
  color: #283593 !important;
}
.indigo-800-fg .mat-icon,
.indigo-800-fg .icon {
  color: white;
}
.indigo-800-fg.secondary-text,
.indigo-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-800-fg.hint-text,
.indigo-800-fg .hint-text, .indigo-800-fg.disabled-text,
.indigo-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-800-fg.divider,
.indigo-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-800-fg input[type=text] {
  color: white;
}
.indigo-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-800-fg .mat-select-trigger,
.indigo-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-800-fg .mat-select-disabled .mat-select-value,
.indigo-800-fg .mat-select-arrow,
.indigo-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-800-fg .mat-select-content,
.indigo-800-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-800-fg .mat-select-value {
  color: white;
}
.indigo-800-border {
  border-color: #283593 !important;
}
.indigo-800-border-top {
  border-top-color: #283593 !important;
}
.indigo-800-border-right {
  border-right-color: #283593 !important;
}
.indigo-800-border-bottom {
  border-bottom-color: #283593 !important;
}
.indigo-800-border-left {
  border-left-color: #283593 !important;
}
.indigo-900-bg {
  background-color: #1a237e !important;
}
.mat-indigo-900-bg {
  background-color: #1a237e !important;
  color: white !important;
}
.mat-indigo-900-bg .mat-icon,
.mat-indigo-900-bg .icon {
  color: white;
}
.mat-indigo-900-bg.secondary-text,
.mat-indigo-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-indigo-900-bg.hint-text,
.mat-indigo-900-bg .hint-text, .mat-indigo-900-bg.disabled-text,
.mat-indigo-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-indigo-900-bg.divider,
.mat-indigo-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-indigo-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-indigo-900-bg input[type=text] {
  color: white;
}
.mat-indigo-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-900-bg .mat-select-trigger,
.mat-indigo-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-900-bg .mat-select-disabled .mat-select-value,
.mat-indigo-900-bg .mat-select-arrow,
.mat-indigo-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-900-bg .mat-select-content,
.mat-indigo-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-900-bg .mat-select-value {
  color: white;
}
.mat-indigo-900-bg[disabled] {
  background-color: rgba(26, 35, 126, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-900-fg {
  color: #1a237e !important;
}
.indigo-900-fg .mat-icon,
.indigo-900-fg .icon {
  color: white;
}
.indigo-900-fg.secondary-text,
.indigo-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-900-fg.hint-text,
.indigo-900-fg .hint-text, .indigo-900-fg.disabled-text,
.indigo-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-900-fg.divider,
.indigo-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-900-fg input[type=text] {
  color: white;
}
.indigo-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-900-fg .mat-select-trigger,
.indigo-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-900-fg .mat-select-disabled .mat-select-value,
.indigo-900-fg .mat-select-arrow,
.indigo-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-900-fg .mat-select-content,
.indigo-900-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-900-fg .mat-select-value {
  color: white;
}
.indigo-900-border {
  border-color: #1a237e !important;
}
.indigo-900-border-top {
  border-top-color: #1a237e !important;
}
.indigo-900-border-right {
  border-right-color: #1a237e !important;
}
.indigo-900-border-bottom {
  border-bottom-color: #1a237e !important;
}
.indigo-900-border-left {
  border-left-color: #1a237e !important;
}
.indigo-A100-bg {
  background-color: #8c9eff !important;
}
.mat-indigo-A100-bg {
  background-color: #8c9eff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-indigo-A100-bg .mat-icon,
.mat-indigo-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-indigo-A100-bg.secondary-text,
.mat-indigo-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-indigo-A100-bg.hint-text,
.mat-indigo-A100-bg .hint-text, .mat-indigo-A100-bg.disabled-text,
.mat-indigo-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-indigo-A100-bg.divider,
.mat-indigo-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-indigo-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-indigo-A100-bg input[type=text] {
  color: black;
}
.mat-indigo-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-indigo-A100-bg .mat-select-trigger,
.mat-indigo-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-indigo-A100-bg .mat-select-disabled .mat-select-value,
.mat-indigo-A100-bg .mat-select-arrow,
.mat-indigo-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-indigo-A100-bg .mat-select-content,
.mat-indigo-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-A100-bg[disabled] {
  background-color: rgba(140, 158, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.indigo-A100-fg {
  color: #8c9eff !important;
}
.indigo-A100-fg .mat-icon,
.indigo-A100-fg .icon {
  color: white;
}
.indigo-A100-fg.secondary-text,
.indigo-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-A100-fg.hint-text,
.indigo-A100-fg .hint-text, .indigo-A100-fg.disabled-text,
.indigo-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-A100-fg.divider,
.indigo-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-A100-fg input[type=text] {
  color: white;
}
.indigo-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-A100-fg .mat-select-trigger,
.indigo-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-A100-fg .mat-select-disabled .mat-select-value,
.indigo-A100-fg .mat-select-arrow,
.indigo-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A100-fg .mat-select-content,
.indigo-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-A100-fg .mat-select-value {
  color: white;
}
.indigo-A100-border {
  border-color: #8c9eff !important;
}
.indigo-A100-border-top {
  border-top-color: #8c9eff !important;
}
.indigo-A100-border-right {
  border-right-color: #8c9eff !important;
}
.indigo-A100-border-bottom {
  border-bottom-color: #8c9eff !important;
}
.indigo-A100-border-left {
  border-left-color: #8c9eff !important;
}
.indigo-A200-bg {
  background-color: #536dfe !important;
}
.mat-indigo-A200-bg {
  background-color: #536dfe !important;
  color: white !important;
}
.mat-indigo-A200-bg .mat-icon,
.mat-indigo-A200-bg .icon {
  color: white;
}
.mat-indigo-A200-bg.secondary-text,
.mat-indigo-A200-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-indigo-A200-bg.hint-text,
.mat-indigo-A200-bg .hint-text, .mat-indigo-A200-bg.disabled-text,
.mat-indigo-A200-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-indigo-A200-bg.divider,
.mat-indigo-A200-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-indigo-A200-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-indigo-A200-bg input[type=text] {
  color: white;
}
.mat-indigo-A200-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-A200-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-A200-bg .mat-select-trigger,
.mat-indigo-A200-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-A200-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-A200-bg .mat-select-disabled .mat-select-value,
.mat-indigo-A200-bg .mat-select-arrow,
.mat-indigo-A200-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-A200-bg .mat-select-content,
.mat-indigo-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-A200-bg .mat-select-value {
  color: white;
}
.mat-indigo-A200-bg[disabled] {
  background-color: rgba(83, 109, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-A200-fg {
  color: #536dfe !important;
}
.indigo-A200-fg .mat-icon,
.indigo-A200-fg .icon {
  color: white;
}
.indigo-A200-fg.secondary-text,
.indigo-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-A200-fg.hint-text,
.indigo-A200-fg .hint-text, .indigo-A200-fg.disabled-text,
.indigo-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-A200-fg.divider,
.indigo-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-A200-fg input[type=text] {
  color: white;
}
.indigo-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-A200-fg .mat-select-trigger,
.indigo-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-A200-fg .mat-select-disabled .mat-select-value,
.indigo-A200-fg .mat-select-arrow,
.indigo-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A200-fg .mat-select-content,
.indigo-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-A200-fg .mat-select-value {
  color: white;
}
.indigo-A200-border {
  border-color: #536dfe !important;
}
.indigo-A200-border-top {
  border-top-color: #536dfe !important;
}
.indigo-A200-border-right {
  border-right-color: #536dfe !important;
}
.indigo-A200-border-bottom {
  border-bottom-color: #536dfe !important;
}
.indigo-A200-border-left {
  border-left-color: #536dfe !important;
}
.indigo-A400-bg {
  background-color: #3d5afe !important;
}
.mat-indigo-A400-bg {
  background-color: #3d5afe !important;
  color: white !important;
}
.mat-indigo-A400-bg .mat-icon,
.mat-indigo-A400-bg .icon {
  color: white;
}
.mat-indigo-A400-bg.secondary-text,
.mat-indigo-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-indigo-A400-bg.hint-text,
.mat-indigo-A400-bg .hint-text, .mat-indigo-A400-bg.disabled-text,
.mat-indigo-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-indigo-A400-bg.divider,
.mat-indigo-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-indigo-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-indigo-A400-bg input[type=text] {
  color: white;
}
.mat-indigo-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-A400-bg .mat-select-trigger,
.mat-indigo-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-A400-bg .mat-select-disabled .mat-select-value,
.mat-indigo-A400-bg .mat-select-arrow,
.mat-indigo-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-A400-bg .mat-select-content,
.mat-indigo-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-A400-bg .mat-select-value {
  color: white;
}
.mat-indigo-A400-bg[disabled] {
  background-color: rgba(61, 90, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-A400-fg {
  color: #3d5afe !important;
}
.indigo-A400-fg .mat-icon,
.indigo-A400-fg .icon {
  color: white;
}
.indigo-A400-fg.secondary-text,
.indigo-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-A400-fg.hint-text,
.indigo-A400-fg .hint-text, .indigo-A400-fg.disabled-text,
.indigo-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-A400-fg.divider,
.indigo-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-A400-fg input[type=text] {
  color: white;
}
.indigo-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-A400-fg .mat-select-trigger,
.indigo-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-A400-fg .mat-select-disabled .mat-select-value,
.indigo-A400-fg .mat-select-arrow,
.indigo-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A400-fg .mat-select-content,
.indigo-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-A400-fg .mat-select-value {
  color: white;
}
.indigo-A400-border {
  border-color: #3d5afe !important;
}
.indigo-A400-border-top {
  border-top-color: #3d5afe !important;
}
.indigo-A400-border-right {
  border-right-color: #3d5afe !important;
}
.indigo-A400-border-bottom {
  border-bottom-color: #3d5afe !important;
}
.indigo-A400-border-left {
  border-left-color: #3d5afe !important;
}
.indigo-A700-bg {
  background-color: #304ffe !important;
}
.mat-indigo-A700-bg {
  background-color: #304ffe !important;
  color: white !important;
}
.mat-indigo-A700-bg .mat-icon,
.mat-indigo-A700-bg .icon {
  color: white;
}
.mat-indigo-A700-bg.secondary-text,
.mat-indigo-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-indigo-A700-bg.hint-text,
.mat-indigo-A700-bg .hint-text, .mat-indigo-A700-bg.disabled-text,
.mat-indigo-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-indigo-A700-bg.divider,
.mat-indigo-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-indigo-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-indigo-A700-bg input[type=text] {
  color: white;
}
.mat-indigo-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-A700-bg .mat-select-trigger,
.mat-indigo-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-indigo-A700-bg .mat-select-disabled .mat-select-value,
.mat-indigo-A700-bg .mat-select-arrow,
.mat-indigo-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-indigo-A700-bg .mat-select-content,
.mat-indigo-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-indigo-A700-bg .mat-select-value {
  color: white;
}
.mat-indigo-A700-bg[disabled] {
  background-color: rgba(48, 79, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-A700-fg {
  color: #304ffe !important;
}
.indigo-A700-fg .mat-icon,
.indigo-A700-fg .icon {
  color: white;
}
.indigo-A700-fg.secondary-text,
.indigo-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.indigo-A700-fg.hint-text,
.indigo-A700-fg .hint-text, .indigo-A700-fg.disabled-text,
.indigo-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.indigo-A700-fg.divider,
.indigo-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.indigo-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.indigo-A700-fg input[type=text] {
  color: white;
}
.indigo-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-A700-fg .mat-select-trigger,
.indigo-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.indigo-A700-fg .mat-select-disabled .mat-select-value,
.indigo-A700-fg .mat-select-arrow,
.indigo-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.indigo-A700-fg .mat-select-content,
.indigo-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.indigo-A700-fg .mat-select-value {
  color: white;
}
.indigo-A700-border {
  border-color: #304ffe !important;
}
.indigo-A700-border-top {
  border-top-color: #304ffe !important;
}
.indigo-A700-border-right {
  border-right-color: #304ffe !important;
}
.indigo-A700-border-bottom {
  border-bottom-color: #304ffe !important;
}
.indigo-A700-border-left {
  border-left-color: #304ffe !important;
}
.blue-50-bg {
  background-color: #e3f2fd !important;
}
.mat-blue-50-bg {
  background-color: #e3f2fd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-50-bg .mat-icon,
.mat-blue-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-50-bg.secondary-text,
.mat-blue-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-50-bg.hint-text,
.mat-blue-50-bg .hint-text, .mat-blue-50-bg.disabled-text,
.mat-blue-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-50-bg.divider,
.mat-blue-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-50-bg input[type=text] {
  color: black;
}
.mat-blue-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-50-bg .mat-select-trigger,
.mat-blue-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-50-bg .mat-select-disabled .mat-select-value,
.mat-blue-50-bg .mat-select-arrow,
.mat-blue-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-50-bg .mat-select-content,
.mat-blue-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-50-bg[disabled] {
  background-color: rgba(227, 242, 253, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-50-fg {
  color: #e3f2fd !important;
}
.blue-50-fg .mat-icon,
.blue-50-fg .icon {
  color: white;
}
.blue-50-fg.secondary-text,
.blue-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-50-fg.hint-text,
.blue-50-fg .hint-text, .blue-50-fg.disabled-text,
.blue-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-50-fg.divider,
.blue-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-50-fg input[type=text] {
  color: white;
}
.blue-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-50-fg .mat-select-trigger,
.blue-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-50-fg .mat-select-disabled .mat-select-value,
.blue-50-fg .mat-select-arrow,
.blue-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-50-fg .mat-select-content,
.blue-50-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-50-fg .mat-select-value {
  color: white;
}
.blue-50-border {
  border-color: #e3f2fd !important;
}
.blue-50-border-top {
  border-top-color: #e3f2fd !important;
}
.blue-50-border-right {
  border-right-color: #e3f2fd !important;
}
.blue-50-border-bottom {
  border-bottom-color: #e3f2fd !important;
}
.blue-50-border-left {
  border-left-color: #e3f2fd !important;
}
.blue-100-bg {
  background-color: #bbdefb !important;
}
.mat-blue-100-bg {
  background-color: #bbdefb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-100-bg .mat-icon,
.mat-blue-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-100-bg.secondary-text,
.mat-blue-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-100-bg.hint-text,
.mat-blue-100-bg .hint-text, .mat-blue-100-bg.disabled-text,
.mat-blue-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-100-bg.divider,
.mat-blue-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-100-bg input[type=text] {
  color: black;
}
.mat-blue-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-100-bg .mat-select-trigger,
.mat-blue-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-100-bg .mat-select-disabled .mat-select-value,
.mat-blue-100-bg .mat-select-arrow,
.mat-blue-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-100-bg .mat-select-content,
.mat-blue-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-100-bg[disabled] {
  background-color: rgba(187, 222, 251, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-100-fg {
  color: #bbdefb !important;
}
.blue-100-fg .mat-icon,
.blue-100-fg .icon {
  color: white;
}
.blue-100-fg.secondary-text,
.blue-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-100-fg.hint-text,
.blue-100-fg .hint-text, .blue-100-fg.disabled-text,
.blue-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-100-fg.divider,
.blue-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-100-fg input[type=text] {
  color: white;
}
.blue-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-100-fg .mat-select-trigger,
.blue-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-100-fg .mat-select-disabled .mat-select-value,
.blue-100-fg .mat-select-arrow,
.blue-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-100-fg .mat-select-content,
.blue-100-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-100-fg .mat-select-value {
  color: white;
}
.blue-100-border {
  border-color: #bbdefb !important;
}
.blue-100-border-top {
  border-top-color: #bbdefb !important;
}
.blue-100-border-right {
  border-right-color: #bbdefb !important;
}
.blue-100-border-bottom {
  border-bottom-color: #bbdefb !important;
}
.blue-100-border-left {
  border-left-color: #bbdefb !important;
}
.blue-200-bg {
  background-color: #90caf9 !important;
}
.mat-blue-200-bg {
  background-color: #90caf9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-200-bg .mat-icon,
.mat-blue-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-200-bg.secondary-text,
.mat-blue-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-200-bg.hint-text,
.mat-blue-200-bg .hint-text, .mat-blue-200-bg.disabled-text,
.mat-blue-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-200-bg.divider,
.mat-blue-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-200-bg input[type=text] {
  color: black;
}
.mat-blue-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-200-bg .mat-select-trigger,
.mat-blue-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-200-bg .mat-select-disabled .mat-select-value,
.mat-blue-200-bg .mat-select-arrow,
.mat-blue-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-200-bg .mat-select-content,
.mat-blue-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-200-bg[disabled] {
  background-color: rgba(144, 202, 249, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-200-fg {
  color: #90caf9 !important;
}
.blue-200-fg .mat-icon,
.blue-200-fg .icon {
  color: white;
}
.blue-200-fg.secondary-text,
.blue-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-200-fg.hint-text,
.blue-200-fg .hint-text, .blue-200-fg.disabled-text,
.blue-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-200-fg.divider,
.blue-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-200-fg input[type=text] {
  color: white;
}
.blue-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-200-fg .mat-select-trigger,
.blue-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-200-fg .mat-select-disabled .mat-select-value,
.blue-200-fg .mat-select-arrow,
.blue-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-200-fg .mat-select-content,
.blue-200-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-200-fg .mat-select-value {
  color: white;
}
.blue-200-border {
  border-color: #90caf9 !important;
}
.blue-200-border-top {
  border-top-color: #90caf9 !important;
}
.blue-200-border-right {
  border-right-color: #90caf9 !important;
}
.blue-200-border-bottom {
  border-bottom-color: #90caf9 !important;
}
.blue-200-border-left {
  border-left-color: #90caf9 !important;
}
.blue-300-bg {
  background-color: #64b5f6 !important;
}
.mat-blue-300-bg {
  background-color: #64b5f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-300-bg .mat-icon,
.mat-blue-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-300-bg.secondary-text,
.mat-blue-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-300-bg.hint-text,
.mat-blue-300-bg .hint-text, .mat-blue-300-bg.disabled-text,
.mat-blue-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-300-bg.divider,
.mat-blue-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-300-bg input[type=text] {
  color: black;
}
.mat-blue-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-300-bg .mat-select-trigger,
.mat-blue-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-300-bg .mat-select-disabled .mat-select-value,
.mat-blue-300-bg .mat-select-arrow,
.mat-blue-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-300-bg .mat-select-content,
.mat-blue-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-300-bg[disabled] {
  background-color: rgba(100, 181, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-300-fg {
  color: #64b5f6 !important;
}
.blue-300-fg .mat-icon,
.blue-300-fg .icon {
  color: white;
}
.blue-300-fg.secondary-text,
.blue-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-300-fg.hint-text,
.blue-300-fg .hint-text, .blue-300-fg.disabled-text,
.blue-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-300-fg.divider,
.blue-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-300-fg input[type=text] {
  color: white;
}
.blue-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-300-fg .mat-select-trigger,
.blue-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-300-fg .mat-select-disabled .mat-select-value,
.blue-300-fg .mat-select-arrow,
.blue-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-300-fg .mat-select-content,
.blue-300-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-300-fg .mat-select-value {
  color: white;
}
.blue-300-border {
  border-color: #64b5f6 !important;
}
.blue-300-border-top {
  border-top-color: #64b5f6 !important;
}
.blue-300-border-right {
  border-right-color: #64b5f6 !important;
}
.blue-300-border-bottom {
  border-bottom-color: #64b5f6 !important;
}
.blue-300-border-left {
  border-left-color: #64b5f6 !important;
}
.blue-400-bg {
  background-color: #42a5f5 !important;
}
.mat-blue-400-bg {
  background-color: #42a5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-400-bg .mat-icon,
.mat-blue-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-400-bg.secondary-text,
.mat-blue-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-400-bg.hint-text,
.mat-blue-400-bg .hint-text, .mat-blue-400-bg.disabled-text,
.mat-blue-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-400-bg.divider,
.mat-blue-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-400-bg input[type=text] {
  color: black;
}
.mat-blue-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-400-bg .mat-select-trigger,
.mat-blue-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-400-bg .mat-select-disabled .mat-select-value,
.mat-blue-400-bg .mat-select-arrow,
.mat-blue-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-400-bg .mat-select-content,
.mat-blue-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-400-bg[disabled] {
  background-color: rgba(66, 165, 245, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-400-fg {
  color: #42a5f5 !important;
}
.blue-400-fg .mat-icon,
.blue-400-fg .icon {
  color: white;
}
.blue-400-fg.secondary-text,
.blue-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-400-fg.hint-text,
.blue-400-fg .hint-text, .blue-400-fg.disabled-text,
.blue-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-400-fg.divider,
.blue-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-400-fg input[type=text] {
  color: white;
}
.blue-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-400-fg .mat-select-trigger,
.blue-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-400-fg .mat-select-disabled .mat-select-value,
.blue-400-fg .mat-select-arrow,
.blue-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-400-fg .mat-select-content,
.blue-400-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-400-fg .mat-select-value {
  color: white;
}
.blue-400-border {
  border-color: #42a5f5 !important;
}
.blue-400-border-top {
  border-top-color: #42a5f5 !important;
}
.blue-400-border-right {
  border-right-color: #42a5f5 !important;
}
.blue-400-border-bottom {
  border-bottom-color: #42a5f5 !important;
}
.blue-400-border-left {
  border-left-color: #42a5f5 !important;
}
.blue-500-bg {
  background-color: #2196f3 !important;
}
.mat-blue-500-bg {
  background-color: #2196f3 !important;
  color: white !important;
}
.mat-blue-500-bg .mat-icon,
.mat-blue-500-bg .icon {
  color: white;
}
.mat-blue-500-bg.secondary-text,
.mat-blue-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-500-bg.hint-text,
.mat-blue-500-bg .hint-text, .mat-blue-500-bg.disabled-text,
.mat-blue-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-500-bg.divider,
.mat-blue-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-500-bg input[type=text] {
  color: white;
}
.mat-blue-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-500-bg .mat-select-trigger,
.mat-blue-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-500-bg .mat-select-disabled .mat-select-value,
.mat-blue-500-bg .mat-select-arrow,
.mat-blue-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-500-bg .mat-select-content,
.mat-blue-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-500-bg .mat-select-value {
  color: white;
}
.mat-blue-500-bg[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-500-fg {
  color: #2196f3 !important;
}
.blue-500-fg .mat-icon,
.blue-500-fg .icon {
  color: white;
}
.blue-500-fg.secondary-text,
.blue-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-500-fg.hint-text,
.blue-500-fg .hint-text, .blue-500-fg.disabled-text,
.blue-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-500-fg.divider,
.blue-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-500-fg input[type=text] {
  color: white;
}
.blue-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-500-fg .mat-select-trigger,
.blue-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-500-fg .mat-select-disabled .mat-select-value,
.blue-500-fg .mat-select-arrow,
.blue-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-500-fg .mat-select-content,
.blue-500-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-500-fg .mat-select-value {
  color: white;
}
.blue-500-border {
  border-color: #2196f3 !important;
}
.blue-500-border-top {
  border-top-color: #2196f3 !important;
}
.blue-500-border-right {
  border-right-color: #2196f3 !important;
}
.blue-500-border-bottom {
  border-bottom-color: #2196f3 !important;
}
.blue-500-border-left {
  border-left-color: #2196f3 !important;
}
.blue-bg {
  background-color: #2196f3 !important;
}
.mat-blue-bg {
  background-color: #2196f3 !important;
  color: white !important;
}
.mat-blue-bg .mat-icon,
.mat-blue-bg .icon {
  color: white;
}
.mat-blue-bg.secondary-text,
.mat-blue-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-bg.hint-text,
.mat-blue-bg .hint-text, .mat-blue-bg.disabled-text,
.mat-blue-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-bg.divider,
.mat-blue-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-bg input[type=text] {
  color: white;
}
.mat-blue-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-bg .mat-select-trigger,
.mat-blue-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-bg .mat-select-disabled .mat-select-value,
.mat-blue-bg .mat-select-arrow,
.mat-blue-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-bg .mat-select-content,
.mat-blue-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-bg .mat-select-value {
  color: white;
}
.mat-blue-bg[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-fg {
  color: #2196f3 !important;
}
.blue-fg .mat-icon,
.blue-fg .icon {
  color: white;
}
.blue-fg.secondary-text,
.blue-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-fg.hint-text,
.blue-fg .hint-text, .blue-fg.disabled-text,
.blue-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-fg.divider,
.blue-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-fg input[type=text] {
  color: white;
}
.blue-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-fg .mat-select-trigger,
.blue-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-fg .mat-select-disabled .mat-select-value,
.blue-fg .mat-select-arrow,
.blue-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-fg .mat-select-content,
.blue-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-fg .mat-select-value {
  color: white;
}
.blue-border {
  border-color: #2196f3 !important;
}
.blue-border-top {
  border-top-color: #2196f3 !important;
}
.blue-border-right {
  border-right-color: #2196f3 !important;
}
.blue-border-bottom {
  border-bottom-color: #2196f3 !important;
}
.blue-border-left {
  border-left-color: #2196f3 !important;
}
.blue-600-bg {
  background-color: #1e88e5 !important;
}
.mat-blue-600-bg {
  background-color: #1e88e5 !important;
  color: white !important;
}
.mat-blue-600-bg .mat-icon,
.mat-blue-600-bg .icon {
  color: white;
}
.mat-blue-600-bg.secondary-text,
.mat-blue-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-600-bg.hint-text,
.mat-blue-600-bg .hint-text, .mat-blue-600-bg.disabled-text,
.mat-blue-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-600-bg.divider,
.mat-blue-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-600-bg input[type=text] {
  color: white;
}
.mat-blue-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-600-bg .mat-select-trigger,
.mat-blue-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-600-bg .mat-select-disabled .mat-select-value,
.mat-blue-600-bg .mat-select-arrow,
.mat-blue-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-600-bg .mat-select-content,
.mat-blue-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-600-bg .mat-select-value {
  color: white;
}
.mat-blue-600-bg[disabled] {
  background-color: rgba(30, 136, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-600-fg {
  color: #1e88e5 !important;
}
.blue-600-fg .mat-icon,
.blue-600-fg .icon {
  color: white;
}
.blue-600-fg.secondary-text,
.blue-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-600-fg.hint-text,
.blue-600-fg .hint-text, .blue-600-fg.disabled-text,
.blue-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-600-fg.divider,
.blue-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-600-fg input[type=text] {
  color: white;
}
.blue-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-600-fg .mat-select-trigger,
.blue-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-600-fg .mat-select-disabled .mat-select-value,
.blue-600-fg .mat-select-arrow,
.blue-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-600-fg .mat-select-content,
.blue-600-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-600-fg .mat-select-value {
  color: white;
}
.blue-600-border {
  border-color: #1e88e5 !important;
}
.blue-600-border-top {
  border-top-color: #1e88e5 !important;
}
.blue-600-border-right {
  border-right-color: #1e88e5 !important;
}
.blue-600-border-bottom {
  border-bottom-color: #1e88e5 !important;
}
.blue-600-border-left {
  border-left-color: #1e88e5 !important;
}
.blue-700-bg {
  background-color: #1976d2 !important;
}
.mat-blue-700-bg {
  background-color: #1976d2 !important;
  color: white !important;
}
.mat-blue-700-bg .mat-icon,
.mat-blue-700-bg .icon {
  color: white;
}
.mat-blue-700-bg.secondary-text,
.mat-blue-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-700-bg.hint-text,
.mat-blue-700-bg .hint-text, .mat-blue-700-bg.disabled-text,
.mat-blue-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-700-bg.divider,
.mat-blue-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-700-bg input[type=text] {
  color: white;
}
.mat-blue-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-700-bg .mat-select-trigger,
.mat-blue-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-700-bg .mat-select-disabled .mat-select-value,
.mat-blue-700-bg .mat-select-arrow,
.mat-blue-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-700-bg .mat-select-content,
.mat-blue-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-700-bg .mat-select-value {
  color: white;
}
.mat-blue-700-bg[disabled] {
  background-color: rgba(25, 118, 210, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-700-fg {
  color: #1976d2 !important;
}
.blue-700-fg .mat-icon,
.blue-700-fg .icon {
  color: white;
}
.blue-700-fg.secondary-text,
.blue-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-700-fg.hint-text,
.blue-700-fg .hint-text, .blue-700-fg.disabled-text,
.blue-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-700-fg.divider,
.blue-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-700-fg input[type=text] {
  color: white;
}
.blue-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-700-fg .mat-select-trigger,
.blue-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-700-fg .mat-select-disabled .mat-select-value,
.blue-700-fg .mat-select-arrow,
.blue-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-700-fg .mat-select-content,
.blue-700-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-700-fg .mat-select-value {
  color: white;
}
.blue-700-border {
  border-color: #1976d2 !important;
}
.blue-700-border-top {
  border-top-color: #1976d2 !important;
}
.blue-700-border-right {
  border-right-color: #1976d2 !important;
}
.blue-700-border-bottom {
  border-bottom-color: #1976d2 !important;
}
.blue-700-border-left {
  border-left-color: #1976d2 !important;
}
.blue-800-bg {
  background-color: #1565c0 !important;
}
.mat-blue-800-bg {
  background-color: #1565c0 !important;
  color: white !important;
}
.mat-blue-800-bg .mat-icon,
.mat-blue-800-bg .icon {
  color: white;
}
.mat-blue-800-bg.secondary-text,
.mat-blue-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-800-bg.hint-text,
.mat-blue-800-bg .hint-text, .mat-blue-800-bg.disabled-text,
.mat-blue-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-800-bg.divider,
.mat-blue-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-800-bg input[type=text] {
  color: white;
}
.mat-blue-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-800-bg .mat-select-trigger,
.mat-blue-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-800-bg .mat-select-disabled .mat-select-value,
.mat-blue-800-bg .mat-select-arrow,
.mat-blue-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-800-bg .mat-select-content,
.mat-blue-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-800-bg .mat-select-value {
  color: white;
}
.mat-blue-800-bg[disabled] {
  background-color: rgba(21, 101, 192, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-800-fg {
  color: #1565c0 !important;
}
.blue-800-fg .mat-icon,
.blue-800-fg .icon {
  color: white;
}
.blue-800-fg.secondary-text,
.blue-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-800-fg.hint-text,
.blue-800-fg .hint-text, .blue-800-fg.disabled-text,
.blue-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-800-fg.divider,
.blue-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-800-fg input[type=text] {
  color: white;
}
.blue-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-800-fg .mat-select-trigger,
.blue-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-800-fg .mat-select-disabled .mat-select-value,
.blue-800-fg .mat-select-arrow,
.blue-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-800-fg .mat-select-content,
.blue-800-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-800-fg .mat-select-value {
  color: white;
}
.blue-800-border {
  border-color: #1565c0 !important;
}
.blue-800-border-top {
  border-top-color: #1565c0 !important;
}
.blue-800-border-right {
  border-right-color: #1565c0 !important;
}
.blue-800-border-bottom {
  border-bottom-color: #1565c0 !important;
}
.blue-800-border-left {
  border-left-color: #1565c0 !important;
}
.blue-900-bg {
  background-color: #0d47a1 !important;
}
.mat-blue-900-bg {
  background-color: #0d47a1 !important;
  color: white !important;
}
.mat-blue-900-bg .mat-icon,
.mat-blue-900-bg .icon {
  color: white;
}
.mat-blue-900-bg.secondary-text,
.mat-blue-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-900-bg.hint-text,
.mat-blue-900-bg .hint-text, .mat-blue-900-bg.disabled-text,
.mat-blue-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-900-bg.divider,
.mat-blue-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-900-bg input[type=text] {
  color: white;
}
.mat-blue-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-900-bg .mat-select-trigger,
.mat-blue-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-900-bg .mat-select-disabled .mat-select-value,
.mat-blue-900-bg .mat-select-arrow,
.mat-blue-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-900-bg .mat-select-content,
.mat-blue-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-900-bg .mat-select-value {
  color: white;
}
.mat-blue-900-bg[disabled] {
  background-color: rgba(13, 71, 161, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-900-fg {
  color: #0d47a1 !important;
}
.blue-900-fg .mat-icon,
.blue-900-fg .icon {
  color: white;
}
.blue-900-fg.secondary-text,
.blue-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-900-fg.hint-text,
.blue-900-fg .hint-text, .blue-900-fg.disabled-text,
.blue-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-900-fg.divider,
.blue-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-900-fg input[type=text] {
  color: white;
}
.blue-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-900-fg .mat-select-trigger,
.blue-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-900-fg .mat-select-disabled .mat-select-value,
.blue-900-fg .mat-select-arrow,
.blue-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-900-fg .mat-select-content,
.blue-900-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-900-fg .mat-select-value {
  color: white;
}
.blue-900-border {
  border-color: #0d47a1 !important;
}
.blue-900-border-top {
  border-top-color: #0d47a1 !important;
}
.blue-900-border-right {
  border-right-color: #0d47a1 !important;
}
.blue-900-border-bottom {
  border-bottom-color: #0d47a1 !important;
}
.blue-900-border-left {
  border-left-color: #0d47a1 !important;
}
.blue-A100-bg {
  background-color: #82b1ff !important;
}
.mat-blue-A100-bg {
  background-color: #82b1ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-A100-bg .mat-icon,
.mat-blue-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-A100-bg.secondary-text,
.mat-blue-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-A100-bg.hint-text,
.mat-blue-A100-bg .hint-text, .mat-blue-A100-bg.disabled-text,
.mat-blue-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-A100-bg.divider,
.mat-blue-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-A100-bg input[type=text] {
  color: black;
}
.mat-blue-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-A100-bg .mat-select-trigger,
.mat-blue-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-A100-bg .mat-select-disabled .mat-select-value,
.mat-blue-A100-bg .mat-select-arrow,
.mat-blue-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-A100-bg .mat-select-content,
.mat-blue-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-A100-bg[disabled] {
  background-color: rgba(130, 177, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-A100-fg {
  color: #82b1ff !important;
}
.blue-A100-fg .mat-icon,
.blue-A100-fg .icon {
  color: white;
}
.blue-A100-fg.secondary-text,
.blue-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-A100-fg.hint-text,
.blue-A100-fg .hint-text, .blue-A100-fg.disabled-text,
.blue-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-A100-fg.divider,
.blue-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-A100-fg input[type=text] {
  color: white;
}
.blue-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-A100-fg .mat-select-trigger,
.blue-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-A100-fg .mat-select-disabled .mat-select-value,
.blue-A100-fg .mat-select-arrow,
.blue-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A100-fg .mat-select-content,
.blue-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-A100-fg .mat-select-value {
  color: white;
}
.blue-A100-border {
  border-color: #82b1ff !important;
}
.blue-A100-border-top {
  border-top-color: #82b1ff !important;
}
.blue-A100-border-right {
  border-right-color: #82b1ff !important;
}
.blue-A100-border-bottom {
  border-bottom-color: #82b1ff !important;
}
.blue-A100-border-left {
  border-left-color: #82b1ff !important;
}
.blue-A200-bg {
  background-color: #448aff !important;
}
.mat-blue-A200-bg {
  background-color: #448aff !important;
  color: white !important;
}
.mat-blue-A200-bg .mat-icon,
.mat-blue-A200-bg .icon {
  color: white;
}
.mat-blue-A200-bg.secondary-text,
.mat-blue-A200-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-A200-bg.hint-text,
.mat-blue-A200-bg .hint-text, .mat-blue-A200-bg.disabled-text,
.mat-blue-A200-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-A200-bg.divider,
.mat-blue-A200-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-A200-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-A200-bg input[type=text] {
  color: white;
}
.mat-blue-A200-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-A200-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-A200-bg .mat-select-trigger,
.mat-blue-A200-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-A200-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-A200-bg .mat-select-disabled .mat-select-value,
.mat-blue-A200-bg .mat-select-arrow,
.mat-blue-A200-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-A200-bg .mat-select-content,
.mat-blue-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-A200-bg .mat-select-value {
  color: white;
}
.mat-blue-A200-bg[disabled] {
  background-color: rgba(68, 138, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-A200-fg {
  color: #448aff !important;
}
.blue-A200-fg .mat-icon,
.blue-A200-fg .icon {
  color: white;
}
.blue-A200-fg.secondary-text,
.blue-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-A200-fg.hint-text,
.blue-A200-fg .hint-text, .blue-A200-fg.disabled-text,
.blue-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-A200-fg.divider,
.blue-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-A200-fg input[type=text] {
  color: white;
}
.blue-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-A200-fg .mat-select-trigger,
.blue-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-A200-fg .mat-select-disabled .mat-select-value,
.blue-A200-fg .mat-select-arrow,
.blue-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A200-fg .mat-select-content,
.blue-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-A200-fg .mat-select-value {
  color: white;
}
.blue-A200-border {
  border-color: #448aff !important;
}
.blue-A200-border-top {
  border-top-color: #448aff !important;
}
.blue-A200-border-right {
  border-right-color: #448aff !important;
}
.blue-A200-border-bottom {
  border-bottom-color: #448aff !important;
}
.blue-A200-border-left {
  border-left-color: #448aff !important;
}
.blue-A400-bg {
  background-color: #2979ff !important;
}
.mat-blue-A400-bg {
  background-color: #2979ff !important;
  color: white !important;
}
.mat-blue-A400-bg .mat-icon,
.mat-blue-A400-bg .icon {
  color: white;
}
.mat-blue-A400-bg.secondary-text,
.mat-blue-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-A400-bg.hint-text,
.mat-blue-A400-bg .hint-text, .mat-blue-A400-bg.disabled-text,
.mat-blue-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-A400-bg.divider,
.mat-blue-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-A400-bg input[type=text] {
  color: white;
}
.mat-blue-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-A400-bg .mat-select-trigger,
.mat-blue-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-A400-bg .mat-select-disabled .mat-select-value,
.mat-blue-A400-bg .mat-select-arrow,
.mat-blue-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-A400-bg .mat-select-content,
.mat-blue-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-A400-bg .mat-select-value {
  color: white;
}
.mat-blue-A400-bg[disabled] {
  background-color: rgba(41, 121, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-A400-fg {
  color: #2979ff !important;
}
.blue-A400-fg .mat-icon,
.blue-A400-fg .icon {
  color: white;
}
.blue-A400-fg.secondary-text,
.blue-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-A400-fg.hint-text,
.blue-A400-fg .hint-text, .blue-A400-fg.disabled-text,
.blue-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-A400-fg.divider,
.blue-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-A400-fg input[type=text] {
  color: white;
}
.blue-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-A400-fg .mat-select-trigger,
.blue-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-A400-fg .mat-select-disabled .mat-select-value,
.blue-A400-fg .mat-select-arrow,
.blue-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A400-fg .mat-select-content,
.blue-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-A400-fg .mat-select-value {
  color: white;
}
.blue-A400-border {
  border-color: #2979ff !important;
}
.blue-A400-border-top {
  border-top-color: #2979ff !important;
}
.blue-A400-border-right {
  border-right-color: #2979ff !important;
}
.blue-A400-border-bottom {
  border-bottom-color: #2979ff !important;
}
.blue-A400-border-left {
  border-left-color: #2979ff !important;
}
.blue-A700-bg {
  background-color: #2962ff !important;
}
.mat-blue-A700-bg {
  background-color: #2962ff !important;
  color: white !important;
}
.mat-blue-A700-bg .mat-icon,
.mat-blue-A700-bg .icon {
  color: white;
}
.mat-blue-A700-bg.secondary-text,
.mat-blue-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-A700-bg.hint-text,
.mat-blue-A700-bg .hint-text, .mat-blue-A700-bg.disabled-text,
.mat-blue-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-A700-bg.divider,
.mat-blue-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-A700-bg input[type=text] {
  color: white;
}
.mat-blue-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-A700-bg .mat-select-trigger,
.mat-blue-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-A700-bg .mat-select-disabled .mat-select-value,
.mat-blue-A700-bg .mat-select-arrow,
.mat-blue-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-A700-bg .mat-select-content,
.mat-blue-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-A700-bg .mat-select-value {
  color: white;
}
.mat-blue-A700-bg[disabled] {
  background-color: rgba(41, 98, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-A700-fg {
  color: #2962ff !important;
}
.blue-A700-fg .mat-icon,
.blue-A700-fg .icon {
  color: white;
}
.blue-A700-fg.secondary-text,
.blue-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-A700-fg.hint-text,
.blue-A700-fg .hint-text, .blue-A700-fg.disabled-text,
.blue-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-A700-fg.divider,
.blue-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-A700-fg input[type=text] {
  color: white;
}
.blue-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-A700-fg .mat-select-trigger,
.blue-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-A700-fg .mat-select-disabled .mat-select-value,
.blue-A700-fg .mat-select-arrow,
.blue-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-A700-fg .mat-select-content,
.blue-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-A700-fg .mat-select-value {
  color: white;
}
.blue-A700-border {
  border-color: #2962ff !important;
}
.blue-A700-border-top {
  border-top-color: #2962ff !important;
}
.blue-A700-border-right {
  border-right-color: #2962ff !important;
}
.blue-A700-border-bottom {
  border-bottom-color: #2962ff !important;
}
.blue-A700-border-left {
  border-left-color: #2962ff !important;
}
.light-blue-50-bg {
  background-color: #e1f5fe !important;
}
.mat-light-blue-50-bg {
  background-color: #e1f5fe !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-50-bg .mat-icon,
.mat-light-blue-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-blue-50-bg.secondary-text,
.mat-light-blue-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-blue-50-bg.hint-text,
.mat-light-blue-50-bg .hint-text, .mat-light-blue-50-bg.disabled-text,
.mat-light-blue-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-blue-50-bg.divider,
.mat-light-blue-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-blue-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-blue-50-bg input[type=text] {
  color: black;
}
.mat-light-blue-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-50-bg .mat-select-trigger,
.mat-light-blue-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-50-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-50-bg .mat-select-arrow,
.mat-light-blue-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-50-bg .mat-select-content,
.mat-light-blue-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-50-bg[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-50-fg {
  color: #e1f5fe !important;
}
.light-blue-50-fg .mat-icon,
.light-blue-50-fg .icon {
  color: white;
}
.light-blue-50-fg.secondary-text,
.light-blue-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-50-fg.hint-text,
.light-blue-50-fg .hint-text, .light-blue-50-fg.disabled-text,
.light-blue-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-50-fg.divider,
.light-blue-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-50-fg input[type=text] {
  color: white;
}
.light-blue-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-50-fg .mat-select-trigger,
.light-blue-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-50-fg .mat-select-disabled .mat-select-value,
.light-blue-50-fg .mat-select-arrow,
.light-blue-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-50-fg .mat-select-content,
.light-blue-50-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-50-fg .mat-select-value {
  color: white;
}
.light-blue-50-border {
  border-color: #e1f5fe !important;
}
.light-blue-50-border-top {
  border-top-color: #e1f5fe !important;
}
.light-blue-50-border-right {
  border-right-color: #e1f5fe !important;
}
.light-blue-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
.light-blue-50-border-left {
  border-left-color: #e1f5fe !important;
}
.light-blue-100-bg {
  background-color: #b3e5fc !important;
}
.mat-light-blue-100-bg {
  background-color: #b3e5fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-100-bg .mat-icon,
.mat-light-blue-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-blue-100-bg.secondary-text,
.mat-light-blue-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-blue-100-bg.hint-text,
.mat-light-blue-100-bg .hint-text, .mat-light-blue-100-bg.disabled-text,
.mat-light-blue-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-blue-100-bg.divider,
.mat-light-blue-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-blue-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-blue-100-bg input[type=text] {
  color: black;
}
.mat-light-blue-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-100-bg .mat-select-trigger,
.mat-light-blue-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-100-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-100-bg .mat-select-arrow,
.mat-light-blue-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-100-bg .mat-select-content,
.mat-light-blue-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-100-bg[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-100-fg {
  color: #b3e5fc !important;
}
.light-blue-100-fg .mat-icon,
.light-blue-100-fg .icon {
  color: white;
}
.light-blue-100-fg.secondary-text,
.light-blue-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-100-fg.hint-text,
.light-blue-100-fg .hint-text, .light-blue-100-fg.disabled-text,
.light-blue-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-100-fg.divider,
.light-blue-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-100-fg input[type=text] {
  color: white;
}
.light-blue-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-100-fg .mat-select-trigger,
.light-blue-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-100-fg .mat-select-disabled .mat-select-value,
.light-blue-100-fg .mat-select-arrow,
.light-blue-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-100-fg .mat-select-content,
.light-blue-100-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-100-fg .mat-select-value {
  color: white;
}
.light-blue-100-border {
  border-color: #b3e5fc !important;
}
.light-blue-100-border-top {
  border-top-color: #b3e5fc !important;
}
.light-blue-100-border-right {
  border-right-color: #b3e5fc !important;
}
.light-blue-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
.light-blue-100-border-left {
  border-left-color: #b3e5fc !important;
}
.light-blue-200-bg {
  background-color: #81d4fa !important;
}
.mat-light-blue-200-bg {
  background-color: #81d4fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-200-bg .mat-icon,
.mat-light-blue-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-blue-200-bg.secondary-text,
.mat-light-blue-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-blue-200-bg.hint-text,
.mat-light-blue-200-bg .hint-text, .mat-light-blue-200-bg.disabled-text,
.mat-light-blue-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-blue-200-bg.divider,
.mat-light-blue-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-blue-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-blue-200-bg input[type=text] {
  color: black;
}
.mat-light-blue-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-200-bg .mat-select-trigger,
.mat-light-blue-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-200-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-200-bg .mat-select-arrow,
.mat-light-blue-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-200-bg .mat-select-content,
.mat-light-blue-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-200-bg[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-200-fg {
  color: #81d4fa !important;
}
.light-blue-200-fg .mat-icon,
.light-blue-200-fg .icon {
  color: white;
}
.light-blue-200-fg.secondary-text,
.light-blue-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-200-fg.hint-text,
.light-blue-200-fg .hint-text, .light-blue-200-fg.disabled-text,
.light-blue-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-200-fg.divider,
.light-blue-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-200-fg input[type=text] {
  color: white;
}
.light-blue-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-200-fg .mat-select-trigger,
.light-blue-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-200-fg .mat-select-disabled .mat-select-value,
.light-blue-200-fg .mat-select-arrow,
.light-blue-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-200-fg .mat-select-content,
.light-blue-200-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-200-fg .mat-select-value {
  color: white;
}
.light-blue-200-border {
  border-color: #81d4fa !important;
}
.light-blue-200-border-top {
  border-top-color: #81d4fa !important;
}
.light-blue-200-border-right {
  border-right-color: #81d4fa !important;
}
.light-blue-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
.light-blue-200-border-left {
  border-left-color: #81d4fa !important;
}
.light-blue-300-bg {
  background-color: #4fc3f7 !important;
}
.mat-light-blue-300-bg {
  background-color: #4fc3f7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-300-bg .mat-icon,
.mat-light-blue-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-blue-300-bg.secondary-text,
.mat-light-blue-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-blue-300-bg.hint-text,
.mat-light-blue-300-bg .hint-text, .mat-light-blue-300-bg.disabled-text,
.mat-light-blue-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-blue-300-bg.divider,
.mat-light-blue-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-blue-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-blue-300-bg input[type=text] {
  color: black;
}
.mat-light-blue-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-300-bg .mat-select-trigger,
.mat-light-blue-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-300-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-300-bg .mat-select-arrow,
.mat-light-blue-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-300-bg .mat-select-content,
.mat-light-blue-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-300-bg[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-300-fg {
  color: #4fc3f7 !important;
}
.light-blue-300-fg .mat-icon,
.light-blue-300-fg .icon {
  color: white;
}
.light-blue-300-fg.secondary-text,
.light-blue-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-300-fg.hint-text,
.light-blue-300-fg .hint-text, .light-blue-300-fg.disabled-text,
.light-blue-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-300-fg.divider,
.light-blue-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-300-fg input[type=text] {
  color: white;
}
.light-blue-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-300-fg .mat-select-trigger,
.light-blue-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-300-fg .mat-select-disabled .mat-select-value,
.light-blue-300-fg .mat-select-arrow,
.light-blue-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-300-fg .mat-select-content,
.light-blue-300-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-300-fg .mat-select-value {
  color: white;
}
.light-blue-300-border {
  border-color: #4fc3f7 !important;
}
.light-blue-300-border-top {
  border-top-color: #4fc3f7 !important;
}
.light-blue-300-border-right {
  border-right-color: #4fc3f7 !important;
}
.light-blue-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
.light-blue-300-border-left {
  border-left-color: #4fc3f7 !important;
}
.light-blue-400-bg {
  background-color: #29b6f6 !important;
}
.mat-light-blue-400-bg {
  background-color: #29b6f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-400-bg .mat-icon,
.mat-light-blue-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-blue-400-bg.secondary-text,
.mat-light-blue-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-blue-400-bg.hint-text,
.mat-light-blue-400-bg .hint-text, .mat-light-blue-400-bg.disabled-text,
.mat-light-blue-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-blue-400-bg.divider,
.mat-light-blue-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-blue-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-blue-400-bg input[type=text] {
  color: black;
}
.mat-light-blue-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-400-bg .mat-select-trigger,
.mat-light-blue-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-400-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-400-bg .mat-select-arrow,
.mat-light-blue-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-400-bg .mat-select-content,
.mat-light-blue-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-400-bg[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-400-fg {
  color: #29b6f6 !important;
}
.light-blue-400-fg .mat-icon,
.light-blue-400-fg .icon {
  color: white;
}
.light-blue-400-fg.secondary-text,
.light-blue-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-400-fg.hint-text,
.light-blue-400-fg .hint-text, .light-blue-400-fg.disabled-text,
.light-blue-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-400-fg.divider,
.light-blue-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-400-fg input[type=text] {
  color: white;
}
.light-blue-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-400-fg .mat-select-trigger,
.light-blue-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-400-fg .mat-select-disabled .mat-select-value,
.light-blue-400-fg .mat-select-arrow,
.light-blue-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-400-fg .mat-select-content,
.light-blue-400-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-400-fg .mat-select-value {
  color: white;
}
.light-blue-400-border {
  border-color: #29b6f6 !important;
}
.light-blue-400-border-top {
  border-top-color: #29b6f6 !important;
}
.light-blue-400-border-right {
  border-right-color: #29b6f6 !important;
}
.light-blue-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
.light-blue-400-border-left {
  border-left-color: #29b6f6 !important;
}
.light-blue-500-bg {
  background-color: #03a9f4 !important;
}
.mat-light-blue-500-bg {
  background-color: #03a9f4 !important;
  color: white !important;
}
.mat-light-blue-500-bg .mat-icon,
.mat-light-blue-500-bg .icon {
  color: white;
}
.mat-light-blue-500-bg.secondary-text,
.mat-light-blue-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-light-blue-500-bg.hint-text,
.mat-light-blue-500-bg .hint-text, .mat-light-blue-500-bg.disabled-text,
.mat-light-blue-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-light-blue-500-bg.divider,
.mat-light-blue-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-light-blue-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-light-blue-500-bg input[type=text] {
  color: white;
}
.mat-light-blue-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-500-bg .mat-select-trigger,
.mat-light-blue-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-500-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-500-bg .mat-select-arrow,
.mat-light-blue-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-500-bg .mat-select-content,
.mat-light-blue-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-500-bg .mat-select-value {
  color: white;
}
.mat-light-blue-500-bg[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-500-fg {
  color: #03a9f4 !important;
}
.light-blue-500-fg .mat-icon,
.light-blue-500-fg .icon {
  color: white;
}
.light-blue-500-fg.secondary-text,
.light-blue-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-500-fg.hint-text,
.light-blue-500-fg .hint-text, .light-blue-500-fg.disabled-text,
.light-blue-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-500-fg.divider,
.light-blue-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-500-fg input[type=text] {
  color: white;
}
.light-blue-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-500-fg .mat-select-trigger,
.light-blue-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-500-fg .mat-select-disabled .mat-select-value,
.light-blue-500-fg .mat-select-arrow,
.light-blue-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-500-fg .mat-select-content,
.light-blue-500-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-500-fg .mat-select-value {
  color: white;
}
.light-blue-500-border {
  border-color: #03a9f4 !important;
}
.light-blue-500-border-top {
  border-top-color: #03a9f4 !important;
}
.light-blue-500-border-right {
  border-right-color: #03a9f4 !important;
}
.light-blue-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
.light-blue-500-border-left {
  border-left-color: #03a9f4 !important;
}
.light-blue-bg {
  background-color: #03a9f4 !important;
}
.mat-light-blue-bg {
  background-color: #03a9f4 !important;
  color: white !important;
}
.mat-light-blue-bg .mat-icon,
.mat-light-blue-bg .icon {
  color: white;
}
.mat-light-blue-bg.secondary-text,
.mat-light-blue-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-light-blue-bg.hint-text,
.mat-light-blue-bg .hint-text, .mat-light-blue-bg.disabled-text,
.mat-light-blue-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-light-blue-bg.divider,
.mat-light-blue-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-light-blue-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-light-blue-bg input[type=text] {
  color: white;
}
.mat-light-blue-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-bg .mat-select-trigger,
.mat-light-blue-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-bg .mat-select-arrow,
.mat-light-blue-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-bg .mat-select-content,
.mat-light-blue-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-bg .mat-select-value {
  color: white;
}
.mat-light-blue-bg[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-fg {
  color: #03a9f4 !important;
}
.light-blue-fg .mat-icon,
.light-blue-fg .icon {
  color: white;
}
.light-blue-fg.secondary-text,
.light-blue-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-fg.hint-text,
.light-blue-fg .hint-text, .light-blue-fg.disabled-text,
.light-blue-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-fg.divider,
.light-blue-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-fg input[type=text] {
  color: white;
}
.light-blue-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-fg .mat-select-trigger,
.light-blue-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-fg .mat-select-disabled .mat-select-value,
.light-blue-fg .mat-select-arrow,
.light-blue-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-fg .mat-select-content,
.light-blue-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-fg .mat-select-value {
  color: white;
}
.light-blue-border {
  border-color: #03a9f4 !important;
}
.light-blue-border-top {
  border-top-color: #03a9f4 !important;
}
.light-blue-border-right {
  border-right-color: #03a9f4 !important;
}
.light-blue-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
.light-blue-border-left {
  border-left-color: #03a9f4 !important;
}
.light-blue-600-bg {
  background-color: #039be5 !important;
}
.mat-light-blue-600-bg {
  background-color: #039be5 !important;
  color: white !important;
}
.mat-light-blue-600-bg .mat-icon,
.mat-light-blue-600-bg .icon {
  color: white;
}
.mat-light-blue-600-bg.secondary-text,
.mat-light-blue-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-light-blue-600-bg.hint-text,
.mat-light-blue-600-bg .hint-text, .mat-light-blue-600-bg.disabled-text,
.mat-light-blue-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-light-blue-600-bg.divider,
.mat-light-blue-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-light-blue-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-light-blue-600-bg input[type=text] {
  color: white;
}
.mat-light-blue-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-600-bg .mat-select-trigger,
.mat-light-blue-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-600-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-600-bg .mat-select-arrow,
.mat-light-blue-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-600-bg .mat-select-content,
.mat-light-blue-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-600-bg .mat-select-value {
  color: white;
}
.mat-light-blue-600-bg[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-600-fg {
  color: #039be5 !important;
}
.light-blue-600-fg .mat-icon,
.light-blue-600-fg .icon {
  color: white;
}
.light-blue-600-fg.secondary-text,
.light-blue-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-600-fg.hint-text,
.light-blue-600-fg .hint-text, .light-blue-600-fg.disabled-text,
.light-blue-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-600-fg.divider,
.light-blue-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-600-fg input[type=text] {
  color: white;
}
.light-blue-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-600-fg .mat-select-trigger,
.light-blue-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-600-fg .mat-select-disabled .mat-select-value,
.light-blue-600-fg .mat-select-arrow,
.light-blue-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-600-fg .mat-select-content,
.light-blue-600-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-600-fg .mat-select-value {
  color: white;
}
.light-blue-600-border {
  border-color: #039be5 !important;
}
.light-blue-600-border-top {
  border-top-color: #039be5 !important;
}
.light-blue-600-border-right {
  border-right-color: #039be5 !important;
}
.light-blue-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
.light-blue-600-border-left {
  border-left-color: #039be5 !important;
}
.light-blue-700-bg {
  background-color: #0288d1 !important;
}
.mat-light-blue-700-bg {
  background-color: #0288d1 !important;
  color: white !important;
}
.mat-light-blue-700-bg .mat-icon,
.mat-light-blue-700-bg .icon {
  color: white;
}
.mat-light-blue-700-bg.secondary-text,
.mat-light-blue-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-light-blue-700-bg.hint-text,
.mat-light-blue-700-bg .hint-text, .mat-light-blue-700-bg.disabled-text,
.mat-light-blue-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-light-blue-700-bg.divider,
.mat-light-blue-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-light-blue-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-light-blue-700-bg input[type=text] {
  color: white;
}
.mat-light-blue-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-700-bg .mat-select-trigger,
.mat-light-blue-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-700-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-700-bg .mat-select-arrow,
.mat-light-blue-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-700-bg .mat-select-content,
.mat-light-blue-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-700-bg .mat-select-value {
  color: white;
}
.mat-light-blue-700-bg[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-700-fg {
  color: #0288d1 !important;
}
.light-blue-700-fg .mat-icon,
.light-blue-700-fg .icon {
  color: white;
}
.light-blue-700-fg.secondary-text,
.light-blue-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-700-fg.hint-text,
.light-blue-700-fg .hint-text, .light-blue-700-fg.disabled-text,
.light-blue-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-700-fg.divider,
.light-blue-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-700-fg input[type=text] {
  color: white;
}
.light-blue-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-700-fg .mat-select-trigger,
.light-blue-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-700-fg .mat-select-disabled .mat-select-value,
.light-blue-700-fg .mat-select-arrow,
.light-blue-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-700-fg .mat-select-content,
.light-blue-700-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-700-fg .mat-select-value {
  color: white;
}
.light-blue-700-border {
  border-color: #0288d1 !important;
}
.light-blue-700-border-top {
  border-top-color: #0288d1 !important;
}
.light-blue-700-border-right {
  border-right-color: #0288d1 !important;
}
.light-blue-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
.light-blue-700-border-left {
  border-left-color: #0288d1 !important;
}
.light-blue-800-bg {
  background-color: #0277bd !important;
}
.mat-light-blue-800-bg {
  background-color: #0277bd !important;
  color: white !important;
}
.mat-light-blue-800-bg .mat-icon,
.mat-light-blue-800-bg .icon {
  color: white;
}
.mat-light-blue-800-bg.secondary-text,
.mat-light-blue-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-light-blue-800-bg.hint-text,
.mat-light-blue-800-bg .hint-text, .mat-light-blue-800-bg.disabled-text,
.mat-light-blue-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-light-blue-800-bg.divider,
.mat-light-blue-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-light-blue-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-light-blue-800-bg input[type=text] {
  color: white;
}
.mat-light-blue-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-800-bg .mat-select-trigger,
.mat-light-blue-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-800-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-800-bg .mat-select-arrow,
.mat-light-blue-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-800-bg .mat-select-content,
.mat-light-blue-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-800-bg .mat-select-value {
  color: white;
}
.mat-light-blue-800-bg[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-800-fg {
  color: #0277bd !important;
}
.light-blue-800-fg .mat-icon,
.light-blue-800-fg .icon {
  color: white;
}
.light-blue-800-fg.secondary-text,
.light-blue-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-800-fg.hint-text,
.light-blue-800-fg .hint-text, .light-blue-800-fg.disabled-text,
.light-blue-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-800-fg.divider,
.light-blue-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-800-fg input[type=text] {
  color: white;
}
.light-blue-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-800-fg .mat-select-trigger,
.light-blue-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-800-fg .mat-select-disabled .mat-select-value,
.light-blue-800-fg .mat-select-arrow,
.light-blue-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-800-fg .mat-select-content,
.light-blue-800-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-800-fg .mat-select-value {
  color: white;
}
.light-blue-800-border {
  border-color: #0277bd !important;
}
.light-blue-800-border-top {
  border-top-color: #0277bd !important;
}
.light-blue-800-border-right {
  border-right-color: #0277bd !important;
}
.light-blue-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
.light-blue-800-border-left {
  border-left-color: #0277bd !important;
}
.light-blue-900-bg {
  background-color: #01579b !important;
}
.mat-light-blue-900-bg {
  background-color: #01579b !important;
  color: white !important;
}
.mat-light-blue-900-bg .mat-icon,
.mat-light-blue-900-bg .icon {
  color: white;
}
.mat-light-blue-900-bg.secondary-text,
.mat-light-blue-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-light-blue-900-bg.hint-text,
.mat-light-blue-900-bg .hint-text, .mat-light-blue-900-bg.disabled-text,
.mat-light-blue-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-light-blue-900-bg.divider,
.mat-light-blue-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-light-blue-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-light-blue-900-bg input[type=text] {
  color: white;
}
.mat-light-blue-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-900-bg .mat-select-trigger,
.mat-light-blue-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-900-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-900-bg .mat-select-arrow,
.mat-light-blue-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-900-bg .mat-select-content,
.mat-light-blue-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-900-bg .mat-select-value {
  color: white;
}
.mat-light-blue-900-bg[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-900-fg {
  color: #01579b !important;
}
.light-blue-900-fg .mat-icon,
.light-blue-900-fg .icon {
  color: white;
}
.light-blue-900-fg.secondary-text,
.light-blue-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-900-fg.hint-text,
.light-blue-900-fg .hint-text, .light-blue-900-fg.disabled-text,
.light-blue-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-900-fg.divider,
.light-blue-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-900-fg input[type=text] {
  color: white;
}
.light-blue-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-900-fg .mat-select-trigger,
.light-blue-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-900-fg .mat-select-disabled .mat-select-value,
.light-blue-900-fg .mat-select-arrow,
.light-blue-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-900-fg .mat-select-content,
.light-blue-900-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-900-fg .mat-select-value {
  color: white;
}
.light-blue-900-border {
  border-color: #01579b !important;
}
.light-blue-900-border-top {
  border-top-color: #01579b !important;
}
.light-blue-900-border-right {
  border-right-color: #01579b !important;
}
.light-blue-900-border-bottom {
  border-bottom-color: #01579b !important;
}
.light-blue-900-border-left {
  border-left-color: #01579b !important;
}
.light-blue-A100-bg {
  background-color: #80d8ff !important;
}
.mat-light-blue-A100-bg {
  background-color: #80d8ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-A100-bg .mat-icon,
.mat-light-blue-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-blue-A100-bg.secondary-text,
.mat-light-blue-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-blue-A100-bg.hint-text,
.mat-light-blue-A100-bg .hint-text, .mat-light-blue-A100-bg.disabled-text,
.mat-light-blue-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-blue-A100-bg.divider,
.mat-light-blue-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-blue-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-blue-A100-bg input[type=text] {
  color: black;
}
.mat-light-blue-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-A100-bg .mat-select-trigger,
.mat-light-blue-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-A100-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-A100-bg .mat-select-arrow,
.mat-light-blue-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-A100-bg .mat-select-content,
.mat-light-blue-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-A100-bg[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-A100-fg {
  color: #80d8ff !important;
}
.light-blue-A100-fg .mat-icon,
.light-blue-A100-fg .icon {
  color: white;
}
.light-blue-A100-fg.secondary-text,
.light-blue-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-A100-fg.hint-text,
.light-blue-A100-fg .hint-text, .light-blue-A100-fg.disabled-text,
.light-blue-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-A100-fg.divider,
.light-blue-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-A100-fg input[type=text] {
  color: white;
}
.light-blue-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-A100-fg .mat-select-trigger,
.light-blue-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-A100-fg .mat-select-disabled .mat-select-value,
.light-blue-A100-fg .mat-select-arrow,
.light-blue-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A100-fg .mat-select-content,
.light-blue-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-A100-fg .mat-select-value {
  color: white;
}
.light-blue-A100-border {
  border-color: #80d8ff !important;
}
.light-blue-A100-border-top {
  border-top-color: #80d8ff !important;
}
.light-blue-A100-border-right {
  border-right-color: #80d8ff !important;
}
.light-blue-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
.light-blue-A100-border-left {
  border-left-color: #80d8ff !important;
}
.light-blue-A200-bg {
  background-color: #40c4ff !important;
}
.mat-light-blue-A200-bg {
  background-color: #40c4ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-A200-bg .mat-icon,
.mat-light-blue-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-blue-A200-bg.secondary-text,
.mat-light-blue-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-blue-A200-bg.hint-text,
.mat-light-blue-A200-bg .hint-text, .mat-light-blue-A200-bg.disabled-text,
.mat-light-blue-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-blue-A200-bg.divider,
.mat-light-blue-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-blue-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-blue-A200-bg input[type=text] {
  color: black;
}
.mat-light-blue-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-A200-bg .mat-select-trigger,
.mat-light-blue-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-A200-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-A200-bg .mat-select-arrow,
.mat-light-blue-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-A200-bg .mat-select-content,
.mat-light-blue-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-A200-bg[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-A200-fg {
  color: #40c4ff !important;
}
.light-blue-A200-fg .mat-icon,
.light-blue-A200-fg .icon {
  color: white;
}
.light-blue-A200-fg.secondary-text,
.light-blue-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-A200-fg.hint-text,
.light-blue-A200-fg .hint-text, .light-blue-A200-fg.disabled-text,
.light-blue-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-A200-fg.divider,
.light-blue-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-A200-fg input[type=text] {
  color: white;
}
.light-blue-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-A200-fg .mat-select-trigger,
.light-blue-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-A200-fg .mat-select-disabled .mat-select-value,
.light-blue-A200-fg .mat-select-arrow,
.light-blue-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A200-fg .mat-select-content,
.light-blue-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-A200-fg .mat-select-value {
  color: white;
}
.light-blue-A200-border {
  border-color: #40c4ff !important;
}
.light-blue-A200-border-top {
  border-top-color: #40c4ff !important;
}
.light-blue-A200-border-right {
  border-right-color: #40c4ff !important;
}
.light-blue-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
.light-blue-A200-border-left {
  border-left-color: #40c4ff !important;
}
.light-blue-A400-bg {
  background-color: #00b0ff !important;
}
.mat-light-blue-A400-bg {
  background-color: #00b0ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-blue-A400-bg .mat-icon,
.mat-light-blue-A400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-blue-A400-bg.secondary-text,
.mat-light-blue-A400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-blue-A400-bg.hint-text,
.mat-light-blue-A400-bg .hint-text, .mat-light-blue-A400-bg.disabled-text,
.mat-light-blue-A400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-blue-A400-bg.divider,
.mat-light-blue-A400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-blue-A400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-blue-A400-bg input[type=text] {
  color: black;
}
.mat-light-blue-A400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-A400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-A400-bg .mat-select-trigger,
.mat-light-blue-A400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-A400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-blue-A400-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-A400-bg .mat-select-arrow,
.mat-light-blue-A400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-blue-A400-bg .mat-select-content,
.mat-light-blue-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-A400-bg[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-A400-fg {
  color: #00b0ff !important;
}
.light-blue-A400-fg .mat-icon,
.light-blue-A400-fg .icon {
  color: white;
}
.light-blue-A400-fg.secondary-text,
.light-blue-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-A400-fg.hint-text,
.light-blue-A400-fg .hint-text, .light-blue-A400-fg.disabled-text,
.light-blue-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-A400-fg.divider,
.light-blue-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-A400-fg input[type=text] {
  color: white;
}
.light-blue-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-A400-fg .mat-select-trigger,
.light-blue-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-A400-fg .mat-select-disabled .mat-select-value,
.light-blue-A400-fg .mat-select-arrow,
.light-blue-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A400-fg .mat-select-content,
.light-blue-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-A400-fg .mat-select-value {
  color: white;
}
.light-blue-A400-border {
  border-color: #00b0ff !important;
}
.light-blue-A400-border-top {
  border-top-color: #00b0ff !important;
}
.light-blue-A400-border-right {
  border-right-color: #00b0ff !important;
}
.light-blue-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
.light-blue-A400-border-left {
  border-left-color: #00b0ff !important;
}
.light-blue-A700-bg {
  background-color: #0091ea !important;
}
.mat-light-blue-A700-bg {
  background-color: #0091ea !important;
  color: white !important;
}
.mat-light-blue-A700-bg .mat-icon,
.mat-light-blue-A700-bg .icon {
  color: white;
}
.mat-light-blue-A700-bg.secondary-text,
.mat-light-blue-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-light-blue-A700-bg.hint-text,
.mat-light-blue-A700-bg .hint-text, .mat-light-blue-A700-bg.disabled-text,
.mat-light-blue-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-light-blue-A700-bg.divider,
.mat-light-blue-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-light-blue-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-light-blue-A700-bg input[type=text] {
  color: white;
}
.mat-light-blue-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-A700-bg .mat-select-trigger,
.mat-light-blue-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-blue-A700-bg .mat-select-disabled .mat-select-value,
.mat-light-blue-A700-bg .mat-select-arrow,
.mat-light-blue-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-blue-A700-bg .mat-select-content,
.mat-light-blue-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-blue-A700-bg .mat-select-value {
  color: white;
}
.mat-light-blue-A700-bg[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-A700-fg {
  color: #0091ea !important;
}
.light-blue-A700-fg .mat-icon,
.light-blue-A700-fg .icon {
  color: white;
}
.light-blue-A700-fg.secondary-text,
.light-blue-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-blue-A700-fg.hint-text,
.light-blue-A700-fg .hint-text, .light-blue-A700-fg.disabled-text,
.light-blue-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-blue-A700-fg.divider,
.light-blue-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-blue-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-blue-A700-fg input[type=text] {
  color: white;
}
.light-blue-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-A700-fg .mat-select-trigger,
.light-blue-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-blue-A700-fg .mat-select-disabled .mat-select-value,
.light-blue-A700-fg .mat-select-arrow,
.light-blue-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-blue-A700-fg .mat-select-content,
.light-blue-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.light-blue-A700-fg .mat-select-value {
  color: white;
}
.light-blue-A700-border {
  border-color: #0091ea !important;
}
.light-blue-A700-border-top {
  border-top-color: #0091ea !important;
}
.light-blue-A700-border-right {
  border-right-color: #0091ea !important;
}
.light-blue-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
.light-blue-A700-border-left {
  border-left-color: #0091ea !important;
}
.cyan-50-bg {
  background-color: #e0f7fa !important;
}
.mat-cyan-50-bg {
  background-color: #e0f7fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-50-bg .mat-icon,
.mat-cyan-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cyan-50-bg.secondary-text,
.mat-cyan-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-cyan-50-bg.hint-text,
.mat-cyan-50-bg .hint-text, .mat-cyan-50-bg.disabled-text,
.mat-cyan-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-cyan-50-bg.divider,
.mat-cyan-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-cyan-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-cyan-50-bg input[type=text] {
  color: black;
}
.mat-cyan-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-50-bg .mat-select-trigger,
.mat-cyan-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-50-bg .mat-select-disabled .mat-select-value,
.mat-cyan-50-bg .mat-select-arrow,
.mat-cyan-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-50-bg .mat-select-content,
.mat-cyan-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-50-bg[disabled] {
  background-color: rgba(224, 247, 250, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-50-fg {
  color: #e0f7fa !important;
}
.cyan-50-fg .mat-icon,
.cyan-50-fg .icon {
  color: white;
}
.cyan-50-fg.secondary-text,
.cyan-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-50-fg.hint-text,
.cyan-50-fg .hint-text, .cyan-50-fg.disabled-text,
.cyan-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-50-fg.divider,
.cyan-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-50-fg input[type=text] {
  color: white;
}
.cyan-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-50-fg .mat-select-trigger,
.cyan-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-50-fg .mat-select-disabled .mat-select-value,
.cyan-50-fg .mat-select-arrow,
.cyan-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-50-fg .mat-select-content,
.cyan-50-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-50-fg .mat-select-value {
  color: white;
}
.cyan-50-border {
  border-color: #e0f7fa !important;
}
.cyan-50-border-top {
  border-top-color: #e0f7fa !important;
}
.cyan-50-border-right {
  border-right-color: #e0f7fa !important;
}
.cyan-50-border-bottom {
  border-bottom-color: #e0f7fa !important;
}
.cyan-50-border-left {
  border-left-color: #e0f7fa !important;
}
.cyan-100-bg {
  background-color: #b2ebf2 !important;
}
.mat-cyan-100-bg {
  background-color: #b2ebf2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-100-bg .mat-icon,
.mat-cyan-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cyan-100-bg.secondary-text,
.mat-cyan-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-cyan-100-bg.hint-text,
.mat-cyan-100-bg .hint-text, .mat-cyan-100-bg.disabled-text,
.mat-cyan-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-cyan-100-bg.divider,
.mat-cyan-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-cyan-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-cyan-100-bg input[type=text] {
  color: black;
}
.mat-cyan-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-100-bg .mat-select-trigger,
.mat-cyan-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-100-bg .mat-select-disabled .mat-select-value,
.mat-cyan-100-bg .mat-select-arrow,
.mat-cyan-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-100-bg .mat-select-content,
.mat-cyan-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-100-bg[disabled] {
  background-color: rgba(178, 235, 242, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-100-fg {
  color: #b2ebf2 !important;
}
.cyan-100-fg .mat-icon,
.cyan-100-fg .icon {
  color: white;
}
.cyan-100-fg.secondary-text,
.cyan-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-100-fg.hint-text,
.cyan-100-fg .hint-text, .cyan-100-fg.disabled-text,
.cyan-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-100-fg.divider,
.cyan-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-100-fg input[type=text] {
  color: white;
}
.cyan-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-100-fg .mat-select-trigger,
.cyan-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-100-fg .mat-select-disabled .mat-select-value,
.cyan-100-fg .mat-select-arrow,
.cyan-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-100-fg .mat-select-content,
.cyan-100-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-100-fg .mat-select-value {
  color: white;
}
.cyan-100-border {
  border-color: #b2ebf2 !important;
}
.cyan-100-border-top {
  border-top-color: #b2ebf2 !important;
}
.cyan-100-border-right {
  border-right-color: #b2ebf2 !important;
}
.cyan-100-border-bottom {
  border-bottom-color: #b2ebf2 !important;
}
.cyan-100-border-left {
  border-left-color: #b2ebf2 !important;
}
.cyan-200-bg {
  background-color: #80deea !important;
}
.mat-cyan-200-bg {
  background-color: #80deea !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-200-bg .mat-icon,
.mat-cyan-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cyan-200-bg.secondary-text,
.mat-cyan-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-cyan-200-bg.hint-text,
.mat-cyan-200-bg .hint-text, .mat-cyan-200-bg.disabled-text,
.mat-cyan-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-cyan-200-bg.divider,
.mat-cyan-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-cyan-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-cyan-200-bg input[type=text] {
  color: black;
}
.mat-cyan-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-200-bg .mat-select-trigger,
.mat-cyan-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-200-bg .mat-select-disabled .mat-select-value,
.mat-cyan-200-bg .mat-select-arrow,
.mat-cyan-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-200-bg .mat-select-content,
.mat-cyan-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-200-bg[disabled] {
  background-color: rgba(128, 222, 234, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-200-fg {
  color: #80deea !important;
}
.cyan-200-fg .mat-icon,
.cyan-200-fg .icon {
  color: white;
}
.cyan-200-fg.secondary-text,
.cyan-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-200-fg.hint-text,
.cyan-200-fg .hint-text, .cyan-200-fg.disabled-text,
.cyan-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-200-fg.divider,
.cyan-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-200-fg input[type=text] {
  color: white;
}
.cyan-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-200-fg .mat-select-trigger,
.cyan-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-200-fg .mat-select-disabled .mat-select-value,
.cyan-200-fg .mat-select-arrow,
.cyan-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-200-fg .mat-select-content,
.cyan-200-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-200-fg .mat-select-value {
  color: white;
}
.cyan-200-border {
  border-color: #80deea !important;
}
.cyan-200-border-top {
  border-top-color: #80deea !important;
}
.cyan-200-border-right {
  border-right-color: #80deea !important;
}
.cyan-200-border-bottom {
  border-bottom-color: #80deea !important;
}
.cyan-200-border-left {
  border-left-color: #80deea !important;
}
.cyan-300-bg {
  background-color: #4dd0e1 !important;
}
.mat-cyan-300-bg {
  background-color: #4dd0e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-300-bg .mat-icon,
.mat-cyan-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cyan-300-bg.secondary-text,
.mat-cyan-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-cyan-300-bg.hint-text,
.mat-cyan-300-bg .hint-text, .mat-cyan-300-bg.disabled-text,
.mat-cyan-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-cyan-300-bg.divider,
.mat-cyan-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-cyan-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-cyan-300-bg input[type=text] {
  color: black;
}
.mat-cyan-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-300-bg .mat-select-trigger,
.mat-cyan-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-300-bg .mat-select-disabled .mat-select-value,
.mat-cyan-300-bg .mat-select-arrow,
.mat-cyan-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-300-bg .mat-select-content,
.mat-cyan-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-300-bg[disabled] {
  background-color: rgba(77, 208, 225, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-300-fg {
  color: #4dd0e1 !important;
}
.cyan-300-fg .mat-icon,
.cyan-300-fg .icon {
  color: white;
}
.cyan-300-fg.secondary-text,
.cyan-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-300-fg.hint-text,
.cyan-300-fg .hint-text, .cyan-300-fg.disabled-text,
.cyan-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-300-fg.divider,
.cyan-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-300-fg input[type=text] {
  color: white;
}
.cyan-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-300-fg .mat-select-trigger,
.cyan-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-300-fg .mat-select-disabled .mat-select-value,
.cyan-300-fg .mat-select-arrow,
.cyan-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-300-fg .mat-select-content,
.cyan-300-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-300-fg .mat-select-value {
  color: white;
}
.cyan-300-border {
  border-color: #4dd0e1 !important;
}
.cyan-300-border-top {
  border-top-color: #4dd0e1 !important;
}
.cyan-300-border-right {
  border-right-color: #4dd0e1 !important;
}
.cyan-300-border-bottom {
  border-bottom-color: #4dd0e1 !important;
}
.cyan-300-border-left {
  border-left-color: #4dd0e1 !important;
}
.cyan-400-bg {
  background-color: #26c6da !important;
}
.mat-cyan-400-bg {
  background-color: #26c6da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-400-bg .mat-icon,
.mat-cyan-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cyan-400-bg.secondary-text,
.mat-cyan-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-cyan-400-bg.hint-text,
.mat-cyan-400-bg .hint-text, .mat-cyan-400-bg.disabled-text,
.mat-cyan-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-cyan-400-bg.divider,
.mat-cyan-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-cyan-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-cyan-400-bg input[type=text] {
  color: black;
}
.mat-cyan-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-400-bg .mat-select-trigger,
.mat-cyan-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-400-bg .mat-select-disabled .mat-select-value,
.mat-cyan-400-bg .mat-select-arrow,
.mat-cyan-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-400-bg .mat-select-content,
.mat-cyan-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-400-bg[disabled] {
  background-color: rgba(38, 198, 218, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-400-fg {
  color: #26c6da !important;
}
.cyan-400-fg .mat-icon,
.cyan-400-fg .icon {
  color: white;
}
.cyan-400-fg.secondary-text,
.cyan-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-400-fg.hint-text,
.cyan-400-fg .hint-text, .cyan-400-fg.disabled-text,
.cyan-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-400-fg.divider,
.cyan-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-400-fg input[type=text] {
  color: white;
}
.cyan-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-400-fg .mat-select-trigger,
.cyan-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-400-fg .mat-select-disabled .mat-select-value,
.cyan-400-fg .mat-select-arrow,
.cyan-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-400-fg .mat-select-content,
.cyan-400-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-400-fg .mat-select-value {
  color: white;
}
.cyan-400-border {
  border-color: #26c6da !important;
}
.cyan-400-border-top {
  border-top-color: #26c6da !important;
}
.cyan-400-border-right {
  border-right-color: #26c6da !important;
}
.cyan-400-border-bottom {
  border-bottom-color: #26c6da !important;
}
.cyan-400-border-left {
  border-left-color: #26c6da !important;
}
.cyan-500-bg {
  background-color: #00bcd4 !important;
}
.mat-cyan-500-bg {
  background-color: #00bcd4 !important;
  color: white !important;
}
.mat-cyan-500-bg .mat-icon,
.mat-cyan-500-bg .icon {
  color: white;
}
.mat-cyan-500-bg.secondary-text,
.mat-cyan-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-cyan-500-bg.hint-text,
.mat-cyan-500-bg .hint-text, .mat-cyan-500-bg.disabled-text,
.mat-cyan-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-cyan-500-bg.divider,
.mat-cyan-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-cyan-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-cyan-500-bg input[type=text] {
  color: white;
}
.mat-cyan-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-500-bg .mat-select-trigger,
.mat-cyan-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-500-bg .mat-select-disabled .mat-select-value,
.mat-cyan-500-bg .mat-select-arrow,
.mat-cyan-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-500-bg .mat-select-content,
.mat-cyan-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-500-bg .mat-select-value {
  color: white;
}
.mat-cyan-500-bg[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-500-fg {
  color: #00bcd4 !important;
}
.cyan-500-fg .mat-icon,
.cyan-500-fg .icon {
  color: white;
}
.cyan-500-fg.secondary-text,
.cyan-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-500-fg.hint-text,
.cyan-500-fg .hint-text, .cyan-500-fg.disabled-text,
.cyan-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-500-fg.divider,
.cyan-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-500-fg input[type=text] {
  color: white;
}
.cyan-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-500-fg .mat-select-trigger,
.cyan-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-500-fg .mat-select-disabled .mat-select-value,
.cyan-500-fg .mat-select-arrow,
.cyan-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-500-fg .mat-select-content,
.cyan-500-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-500-fg .mat-select-value {
  color: white;
}
.cyan-500-border {
  border-color: #00bcd4 !important;
}
.cyan-500-border-top {
  border-top-color: #00bcd4 !important;
}
.cyan-500-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan-500-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
.cyan-500-border-left {
  border-left-color: #00bcd4 !important;
}
.cyan-bg {
  background-color: #00bcd4 !important;
}
.mat-cyan-bg {
  background-color: #00bcd4 !important;
  color: white !important;
}
.mat-cyan-bg .mat-icon,
.mat-cyan-bg .icon {
  color: white;
}
.mat-cyan-bg.secondary-text,
.mat-cyan-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-cyan-bg.hint-text,
.mat-cyan-bg .hint-text, .mat-cyan-bg.disabled-text,
.mat-cyan-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-cyan-bg.divider,
.mat-cyan-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-cyan-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-cyan-bg input[type=text] {
  color: white;
}
.mat-cyan-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-bg .mat-select-trigger,
.mat-cyan-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-bg .mat-select-disabled .mat-select-value,
.mat-cyan-bg .mat-select-arrow,
.mat-cyan-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-bg .mat-select-content,
.mat-cyan-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-bg .mat-select-value {
  color: white;
}
.mat-cyan-bg[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-fg {
  color: #00bcd4 !important;
}
.cyan-fg .mat-icon,
.cyan-fg .icon {
  color: white;
}
.cyan-fg.secondary-text,
.cyan-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-fg.hint-text,
.cyan-fg .hint-text, .cyan-fg.disabled-text,
.cyan-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-fg.divider,
.cyan-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-fg input[type=text] {
  color: white;
}
.cyan-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-fg .mat-select-trigger,
.cyan-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-fg .mat-select-disabled .mat-select-value,
.cyan-fg .mat-select-arrow,
.cyan-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-fg .mat-select-content,
.cyan-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-fg .mat-select-value {
  color: white;
}
.cyan-border {
  border-color: #00bcd4 !important;
}
.cyan-border-top {
  border-top-color: #00bcd4 !important;
}
.cyan-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan-border-bottom {
  border-bottom-color: #00bcd4 !important;
}
.cyan-border-left {
  border-left-color: #00bcd4 !important;
}
.cyan-600-bg {
  background-color: #00acc1 !important;
}
.mat-cyan-600-bg {
  background-color: #00acc1 !important;
  color: white !important;
}
.mat-cyan-600-bg .mat-icon,
.mat-cyan-600-bg .icon {
  color: white;
}
.mat-cyan-600-bg.secondary-text,
.mat-cyan-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-cyan-600-bg.hint-text,
.mat-cyan-600-bg .hint-text, .mat-cyan-600-bg.disabled-text,
.mat-cyan-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-cyan-600-bg.divider,
.mat-cyan-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-cyan-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-cyan-600-bg input[type=text] {
  color: white;
}
.mat-cyan-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-600-bg .mat-select-trigger,
.mat-cyan-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-600-bg .mat-select-disabled .mat-select-value,
.mat-cyan-600-bg .mat-select-arrow,
.mat-cyan-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-600-bg .mat-select-content,
.mat-cyan-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-600-bg .mat-select-value {
  color: white;
}
.mat-cyan-600-bg[disabled] {
  background-color: rgba(0, 172, 193, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-600-fg {
  color: #00acc1 !important;
}
.cyan-600-fg .mat-icon,
.cyan-600-fg .icon {
  color: white;
}
.cyan-600-fg.secondary-text,
.cyan-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-600-fg.hint-text,
.cyan-600-fg .hint-text, .cyan-600-fg.disabled-text,
.cyan-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-600-fg.divider,
.cyan-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-600-fg input[type=text] {
  color: white;
}
.cyan-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-600-fg .mat-select-trigger,
.cyan-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-600-fg .mat-select-disabled .mat-select-value,
.cyan-600-fg .mat-select-arrow,
.cyan-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-600-fg .mat-select-content,
.cyan-600-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-600-fg .mat-select-value {
  color: white;
}
.cyan-600-border {
  border-color: #00acc1 !important;
}
.cyan-600-border-top {
  border-top-color: #00acc1 !important;
}
.cyan-600-border-right {
  border-right-color: #00acc1 !important;
}
.cyan-600-border-bottom {
  border-bottom-color: #00acc1 !important;
}
.cyan-600-border-left {
  border-left-color: #00acc1 !important;
}
.cyan-700-bg {
  background-color: #0097a7 !important;
}
.mat-cyan-700-bg {
  background-color: #0097a7 !important;
  color: white !important;
}
.mat-cyan-700-bg .mat-icon,
.mat-cyan-700-bg .icon {
  color: white;
}
.mat-cyan-700-bg.secondary-text,
.mat-cyan-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-cyan-700-bg.hint-text,
.mat-cyan-700-bg .hint-text, .mat-cyan-700-bg.disabled-text,
.mat-cyan-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-cyan-700-bg.divider,
.mat-cyan-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-cyan-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-cyan-700-bg input[type=text] {
  color: white;
}
.mat-cyan-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-700-bg .mat-select-trigger,
.mat-cyan-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-700-bg .mat-select-disabled .mat-select-value,
.mat-cyan-700-bg .mat-select-arrow,
.mat-cyan-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-700-bg .mat-select-content,
.mat-cyan-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-700-bg .mat-select-value {
  color: white;
}
.mat-cyan-700-bg[disabled] {
  background-color: rgba(0, 151, 167, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-700-fg {
  color: #0097a7 !important;
}
.cyan-700-fg .mat-icon,
.cyan-700-fg .icon {
  color: white;
}
.cyan-700-fg.secondary-text,
.cyan-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-700-fg.hint-text,
.cyan-700-fg .hint-text, .cyan-700-fg.disabled-text,
.cyan-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-700-fg.divider,
.cyan-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-700-fg input[type=text] {
  color: white;
}
.cyan-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-700-fg .mat-select-trigger,
.cyan-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-700-fg .mat-select-disabled .mat-select-value,
.cyan-700-fg .mat-select-arrow,
.cyan-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-700-fg .mat-select-content,
.cyan-700-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-700-fg .mat-select-value {
  color: white;
}
.cyan-700-border {
  border-color: #0097a7 !important;
}
.cyan-700-border-top {
  border-top-color: #0097a7 !important;
}
.cyan-700-border-right {
  border-right-color: #0097a7 !important;
}
.cyan-700-border-bottom {
  border-bottom-color: #0097a7 !important;
}
.cyan-700-border-left {
  border-left-color: #0097a7 !important;
}
.cyan-800-bg {
  background-color: #00838f !important;
}
.mat-cyan-800-bg {
  background-color: #00838f !important;
  color: white !important;
}
.mat-cyan-800-bg .mat-icon,
.mat-cyan-800-bg .icon {
  color: white;
}
.mat-cyan-800-bg.secondary-text,
.mat-cyan-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-cyan-800-bg.hint-text,
.mat-cyan-800-bg .hint-text, .mat-cyan-800-bg.disabled-text,
.mat-cyan-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-cyan-800-bg.divider,
.mat-cyan-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-cyan-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-cyan-800-bg input[type=text] {
  color: white;
}
.mat-cyan-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-800-bg .mat-select-trigger,
.mat-cyan-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-800-bg .mat-select-disabled .mat-select-value,
.mat-cyan-800-bg .mat-select-arrow,
.mat-cyan-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-800-bg .mat-select-content,
.mat-cyan-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-800-bg .mat-select-value {
  color: white;
}
.mat-cyan-800-bg[disabled] {
  background-color: rgba(0, 131, 143, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-800-fg {
  color: #00838f !important;
}
.cyan-800-fg .mat-icon,
.cyan-800-fg .icon {
  color: white;
}
.cyan-800-fg.secondary-text,
.cyan-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-800-fg.hint-text,
.cyan-800-fg .hint-text, .cyan-800-fg.disabled-text,
.cyan-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-800-fg.divider,
.cyan-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-800-fg input[type=text] {
  color: white;
}
.cyan-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-800-fg .mat-select-trigger,
.cyan-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-800-fg .mat-select-disabled .mat-select-value,
.cyan-800-fg .mat-select-arrow,
.cyan-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-800-fg .mat-select-content,
.cyan-800-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-800-fg .mat-select-value {
  color: white;
}
.cyan-800-border {
  border-color: #00838f !important;
}
.cyan-800-border-top {
  border-top-color: #00838f !important;
}
.cyan-800-border-right {
  border-right-color: #00838f !important;
}
.cyan-800-border-bottom {
  border-bottom-color: #00838f !important;
}
.cyan-800-border-left {
  border-left-color: #00838f !important;
}
.cyan-900-bg {
  background-color: #006064 !important;
}
.mat-cyan-900-bg {
  background-color: #006064 !important;
  color: white !important;
}
.mat-cyan-900-bg .mat-icon,
.mat-cyan-900-bg .icon {
  color: white;
}
.mat-cyan-900-bg.secondary-text,
.mat-cyan-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-cyan-900-bg.hint-text,
.mat-cyan-900-bg .hint-text, .mat-cyan-900-bg.disabled-text,
.mat-cyan-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-cyan-900-bg.divider,
.mat-cyan-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-cyan-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-cyan-900-bg input[type=text] {
  color: white;
}
.mat-cyan-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-900-bg .mat-select-trigger,
.mat-cyan-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-cyan-900-bg .mat-select-disabled .mat-select-value,
.mat-cyan-900-bg .mat-select-arrow,
.mat-cyan-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-cyan-900-bg .mat-select-content,
.mat-cyan-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-900-bg .mat-select-value {
  color: white;
}
.mat-cyan-900-bg[disabled] {
  background-color: rgba(0, 96, 100, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-900-fg {
  color: #006064 !important;
}
.cyan-900-fg .mat-icon,
.cyan-900-fg .icon {
  color: white;
}
.cyan-900-fg.secondary-text,
.cyan-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-900-fg.hint-text,
.cyan-900-fg .hint-text, .cyan-900-fg.disabled-text,
.cyan-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-900-fg.divider,
.cyan-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-900-fg input[type=text] {
  color: white;
}
.cyan-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-900-fg .mat-select-trigger,
.cyan-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-900-fg .mat-select-disabled .mat-select-value,
.cyan-900-fg .mat-select-arrow,
.cyan-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-900-fg .mat-select-content,
.cyan-900-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-900-fg .mat-select-value {
  color: white;
}
.cyan-900-border {
  border-color: #006064 !important;
}
.cyan-900-border-top {
  border-top-color: #006064 !important;
}
.cyan-900-border-right {
  border-right-color: #006064 !important;
}
.cyan-900-border-bottom {
  border-bottom-color: #006064 !important;
}
.cyan-900-border-left {
  border-left-color: #006064 !important;
}
.cyan-A100-bg {
  background-color: #84ffff !important;
}
.mat-cyan-A100-bg {
  background-color: #84ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-A100-bg .mat-icon,
.mat-cyan-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cyan-A100-bg.secondary-text,
.mat-cyan-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-cyan-A100-bg.hint-text,
.mat-cyan-A100-bg .hint-text, .mat-cyan-A100-bg.disabled-text,
.mat-cyan-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-cyan-A100-bg.divider,
.mat-cyan-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-cyan-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-cyan-A100-bg input[type=text] {
  color: black;
}
.mat-cyan-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-A100-bg .mat-select-trigger,
.mat-cyan-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-A100-bg .mat-select-disabled .mat-select-value,
.mat-cyan-A100-bg .mat-select-arrow,
.mat-cyan-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A100-bg .mat-select-content,
.mat-cyan-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-A100-bg[disabled] {
  background-color: rgba(132, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-A100-fg {
  color: #84ffff !important;
}
.cyan-A100-fg .mat-icon,
.cyan-A100-fg .icon {
  color: white;
}
.cyan-A100-fg.secondary-text,
.cyan-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-A100-fg.hint-text,
.cyan-A100-fg .hint-text, .cyan-A100-fg.disabled-text,
.cyan-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-A100-fg.divider,
.cyan-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-A100-fg input[type=text] {
  color: white;
}
.cyan-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-A100-fg .mat-select-trigger,
.cyan-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-A100-fg .mat-select-disabled .mat-select-value,
.cyan-A100-fg .mat-select-arrow,
.cyan-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A100-fg .mat-select-content,
.cyan-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-A100-fg .mat-select-value {
  color: white;
}
.cyan-A100-border {
  border-color: #84ffff !important;
}
.cyan-A100-border-top {
  border-top-color: #84ffff !important;
}
.cyan-A100-border-right {
  border-right-color: #84ffff !important;
}
.cyan-A100-border-bottom {
  border-bottom-color: #84ffff !important;
}
.cyan-A100-border-left {
  border-left-color: #84ffff !important;
}
.cyan-A200-bg {
  background-color: #18ffff !important;
}
.mat-cyan-A200-bg {
  background-color: #18ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-A200-bg .mat-icon,
.mat-cyan-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cyan-A200-bg.secondary-text,
.mat-cyan-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-cyan-A200-bg.hint-text,
.mat-cyan-A200-bg .hint-text, .mat-cyan-A200-bg.disabled-text,
.mat-cyan-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-cyan-A200-bg.divider,
.mat-cyan-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-cyan-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-cyan-A200-bg input[type=text] {
  color: black;
}
.mat-cyan-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-A200-bg .mat-select-trigger,
.mat-cyan-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-A200-bg .mat-select-disabled .mat-select-value,
.mat-cyan-A200-bg .mat-select-arrow,
.mat-cyan-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A200-bg .mat-select-content,
.mat-cyan-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-A200-bg[disabled] {
  background-color: rgba(24, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-A200-fg {
  color: #18ffff !important;
}
.cyan-A200-fg .mat-icon,
.cyan-A200-fg .icon {
  color: white;
}
.cyan-A200-fg.secondary-text,
.cyan-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-A200-fg.hint-text,
.cyan-A200-fg .hint-text, .cyan-A200-fg.disabled-text,
.cyan-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-A200-fg.divider,
.cyan-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-A200-fg input[type=text] {
  color: white;
}
.cyan-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-A200-fg .mat-select-trigger,
.cyan-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-A200-fg .mat-select-disabled .mat-select-value,
.cyan-A200-fg .mat-select-arrow,
.cyan-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A200-fg .mat-select-content,
.cyan-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-A200-fg .mat-select-value {
  color: white;
}
.cyan-A200-border {
  border-color: #18ffff !important;
}
.cyan-A200-border-top {
  border-top-color: #18ffff !important;
}
.cyan-A200-border-right {
  border-right-color: #18ffff !important;
}
.cyan-A200-border-bottom {
  border-bottom-color: #18ffff !important;
}
.cyan-A200-border-left {
  border-left-color: #18ffff !important;
}
.cyan-A400-bg {
  background-color: #00e5ff !important;
}
.mat-cyan-A400-bg {
  background-color: #00e5ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-A400-bg .mat-icon,
.mat-cyan-A400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cyan-A400-bg.secondary-text,
.mat-cyan-A400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-cyan-A400-bg.hint-text,
.mat-cyan-A400-bg .hint-text, .mat-cyan-A400-bg.disabled-text,
.mat-cyan-A400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-cyan-A400-bg.divider,
.mat-cyan-A400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-cyan-A400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-cyan-A400-bg input[type=text] {
  color: black;
}
.mat-cyan-A400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-A400-bg .mat-select-trigger,
.mat-cyan-A400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-A400-bg .mat-select-disabled .mat-select-value,
.mat-cyan-A400-bg .mat-select-arrow,
.mat-cyan-A400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A400-bg .mat-select-content,
.mat-cyan-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-A400-bg[disabled] {
  background-color: rgba(0, 229, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-A400-fg {
  color: #00e5ff !important;
}
.cyan-A400-fg .mat-icon,
.cyan-A400-fg .icon {
  color: white;
}
.cyan-A400-fg.secondary-text,
.cyan-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-A400-fg.hint-text,
.cyan-A400-fg .hint-text, .cyan-A400-fg.disabled-text,
.cyan-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-A400-fg.divider,
.cyan-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-A400-fg input[type=text] {
  color: white;
}
.cyan-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-A400-fg .mat-select-trigger,
.cyan-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-A400-fg .mat-select-disabled .mat-select-value,
.cyan-A400-fg .mat-select-arrow,
.cyan-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A400-fg .mat-select-content,
.cyan-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-A400-fg .mat-select-value {
  color: white;
}
.cyan-A400-border {
  border-color: #00e5ff !important;
}
.cyan-A400-border-top {
  border-top-color: #00e5ff !important;
}
.cyan-A400-border-right {
  border-right-color: #00e5ff !important;
}
.cyan-A400-border-bottom {
  border-bottom-color: #00e5ff !important;
}
.cyan-A400-border-left {
  border-left-color: #00e5ff !important;
}
.cyan-A700-bg {
  background-color: #00b8d4 !important;
}
.mat-cyan-A700-bg {
  background-color: #00b8d4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-cyan-A700-bg .mat-icon,
.mat-cyan-A700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cyan-A700-bg.secondary-text,
.mat-cyan-A700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-cyan-A700-bg.hint-text,
.mat-cyan-A700-bg .hint-text, .mat-cyan-A700-bg.disabled-text,
.mat-cyan-A700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-cyan-A700-bg.divider,
.mat-cyan-A700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-cyan-A700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-cyan-A700-bg input[type=text] {
  color: black;
}
.mat-cyan-A700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-A700-bg .mat-select-trigger,
.mat-cyan-A700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-cyan-A700-bg .mat-select-disabled .mat-select-value,
.mat-cyan-A700-bg .mat-select-arrow,
.mat-cyan-A700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-cyan-A700-bg .mat-select-content,
.mat-cyan-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-cyan-A700-bg[disabled] {
  background-color: rgba(0, 184, 212, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.cyan-A700-fg {
  color: #00b8d4 !important;
}
.cyan-A700-fg .mat-icon,
.cyan-A700-fg .icon {
  color: white;
}
.cyan-A700-fg.secondary-text,
.cyan-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cyan-A700-fg.hint-text,
.cyan-A700-fg .hint-text, .cyan-A700-fg.disabled-text,
.cyan-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.cyan-A700-fg.divider,
.cyan-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.cyan-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.cyan-A700-fg input[type=text] {
  color: white;
}
.cyan-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-A700-fg .mat-select-trigger,
.cyan-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.cyan-A700-fg .mat-select-disabled .mat-select-value,
.cyan-A700-fg .mat-select-arrow,
.cyan-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.cyan-A700-fg .mat-select-content,
.cyan-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.cyan-A700-fg .mat-select-value {
  color: white;
}
.cyan-A700-border {
  border-color: #00b8d4 !important;
}
.cyan-A700-border-top {
  border-top-color: #00b8d4 !important;
}
.cyan-A700-border-right {
  border-right-color: #00b8d4 !important;
}
.cyan-A700-border-bottom {
  border-bottom-color: #00b8d4 !important;
}
.cyan-A700-border-left {
  border-left-color: #00b8d4 !important;
}
.teal-50-bg {
  background-color: #e0f2f1 !important;
}
.mat-teal-50-bg {
  background-color: #e0f2f1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-50-bg .mat-icon,
.mat-teal-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-teal-50-bg.secondary-text,
.mat-teal-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-teal-50-bg.hint-text,
.mat-teal-50-bg .hint-text, .mat-teal-50-bg.disabled-text,
.mat-teal-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-teal-50-bg.divider,
.mat-teal-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-teal-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-teal-50-bg input[type=text] {
  color: black;
}
.mat-teal-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-50-bg .mat-select-trigger,
.mat-teal-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-50-bg .mat-select-disabled .mat-select-value,
.mat-teal-50-bg .mat-select-arrow,
.mat-teal-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-50-bg .mat-select-content,
.mat-teal-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-50-bg[disabled] {
  background-color: rgba(224, 242, 241, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-50-fg {
  color: #e0f2f1 !important;
}
.teal-50-fg .mat-icon,
.teal-50-fg .icon {
  color: white;
}
.teal-50-fg.secondary-text,
.teal-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-50-fg.hint-text,
.teal-50-fg .hint-text, .teal-50-fg.disabled-text,
.teal-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-50-fg.divider,
.teal-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-50-fg input[type=text] {
  color: white;
}
.teal-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-50-fg .mat-select-trigger,
.teal-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-50-fg .mat-select-disabled .mat-select-value,
.teal-50-fg .mat-select-arrow,
.teal-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-50-fg .mat-select-content,
.teal-50-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-50-fg .mat-select-value {
  color: white;
}
.teal-50-border {
  border-color: #e0f2f1 !important;
}
.teal-50-border-top {
  border-top-color: #e0f2f1 !important;
}
.teal-50-border-right {
  border-right-color: #e0f2f1 !important;
}
.teal-50-border-bottom {
  border-bottom-color: #e0f2f1 !important;
}
.teal-50-border-left {
  border-left-color: #e0f2f1 !important;
}
.teal-100-bg {
  background-color: #b2dfdb !important;
}
.mat-teal-100-bg {
  background-color: #b2dfdb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-100-bg .mat-icon,
.mat-teal-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-teal-100-bg.secondary-text,
.mat-teal-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-teal-100-bg.hint-text,
.mat-teal-100-bg .hint-text, .mat-teal-100-bg.disabled-text,
.mat-teal-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-teal-100-bg.divider,
.mat-teal-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-teal-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-teal-100-bg input[type=text] {
  color: black;
}
.mat-teal-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-100-bg .mat-select-trigger,
.mat-teal-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-100-bg .mat-select-disabled .mat-select-value,
.mat-teal-100-bg .mat-select-arrow,
.mat-teal-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-100-bg .mat-select-content,
.mat-teal-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-100-bg[disabled] {
  background-color: rgba(178, 223, 219, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-100-fg {
  color: #b2dfdb !important;
}
.teal-100-fg .mat-icon,
.teal-100-fg .icon {
  color: white;
}
.teal-100-fg.secondary-text,
.teal-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-100-fg.hint-text,
.teal-100-fg .hint-text, .teal-100-fg.disabled-text,
.teal-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-100-fg.divider,
.teal-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-100-fg input[type=text] {
  color: white;
}
.teal-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-100-fg .mat-select-trigger,
.teal-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-100-fg .mat-select-disabled .mat-select-value,
.teal-100-fg .mat-select-arrow,
.teal-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-100-fg .mat-select-content,
.teal-100-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-100-fg .mat-select-value {
  color: white;
}
.teal-100-border {
  border-color: #b2dfdb !important;
}
.teal-100-border-top {
  border-top-color: #b2dfdb !important;
}
.teal-100-border-right {
  border-right-color: #b2dfdb !important;
}
.teal-100-border-bottom {
  border-bottom-color: #b2dfdb !important;
}
.teal-100-border-left {
  border-left-color: #b2dfdb !important;
}
.teal-200-bg {
  background-color: #80cbc4 !important;
}
.mat-teal-200-bg {
  background-color: #80cbc4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-200-bg .mat-icon,
.mat-teal-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-teal-200-bg.secondary-text,
.mat-teal-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-teal-200-bg.hint-text,
.mat-teal-200-bg .hint-text, .mat-teal-200-bg.disabled-text,
.mat-teal-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-teal-200-bg.divider,
.mat-teal-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-teal-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-teal-200-bg input[type=text] {
  color: black;
}
.mat-teal-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-200-bg .mat-select-trigger,
.mat-teal-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-200-bg .mat-select-disabled .mat-select-value,
.mat-teal-200-bg .mat-select-arrow,
.mat-teal-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-200-bg .mat-select-content,
.mat-teal-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-200-bg[disabled] {
  background-color: rgba(128, 203, 196, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-200-fg {
  color: #80cbc4 !important;
}
.teal-200-fg .mat-icon,
.teal-200-fg .icon {
  color: white;
}
.teal-200-fg.secondary-text,
.teal-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-200-fg.hint-text,
.teal-200-fg .hint-text, .teal-200-fg.disabled-text,
.teal-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-200-fg.divider,
.teal-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-200-fg input[type=text] {
  color: white;
}
.teal-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-200-fg .mat-select-trigger,
.teal-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-200-fg .mat-select-disabled .mat-select-value,
.teal-200-fg .mat-select-arrow,
.teal-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-200-fg .mat-select-content,
.teal-200-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-200-fg .mat-select-value {
  color: white;
}
.teal-200-border {
  border-color: #80cbc4 !important;
}
.teal-200-border-top {
  border-top-color: #80cbc4 !important;
}
.teal-200-border-right {
  border-right-color: #80cbc4 !important;
}
.teal-200-border-bottom {
  border-bottom-color: #80cbc4 !important;
}
.teal-200-border-left {
  border-left-color: #80cbc4 !important;
}
.teal-300-bg {
  background-color: #4db6ac !important;
}
.mat-teal-300-bg {
  background-color: #4db6ac !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-300-bg .mat-icon,
.mat-teal-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-teal-300-bg.secondary-text,
.mat-teal-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-teal-300-bg.hint-text,
.mat-teal-300-bg .hint-text, .mat-teal-300-bg.disabled-text,
.mat-teal-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-teal-300-bg.divider,
.mat-teal-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-teal-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-teal-300-bg input[type=text] {
  color: black;
}
.mat-teal-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-300-bg .mat-select-trigger,
.mat-teal-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-300-bg .mat-select-disabled .mat-select-value,
.mat-teal-300-bg .mat-select-arrow,
.mat-teal-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-300-bg .mat-select-content,
.mat-teal-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-300-bg[disabled] {
  background-color: rgba(77, 182, 172, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-300-fg {
  color: #4db6ac !important;
}
.teal-300-fg .mat-icon,
.teal-300-fg .icon {
  color: white;
}
.teal-300-fg.secondary-text,
.teal-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-300-fg.hint-text,
.teal-300-fg .hint-text, .teal-300-fg.disabled-text,
.teal-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-300-fg.divider,
.teal-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-300-fg input[type=text] {
  color: white;
}
.teal-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-300-fg .mat-select-trigger,
.teal-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-300-fg .mat-select-disabled .mat-select-value,
.teal-300-fg .mat-select-arrow,
.teal-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-300-fg .mat-select-content,
.teal-300-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-300-fg .mat-select-value {
  color: white;
}
.teal-300-border {
  border-color: #4db6ac !important;
}
.teal-300-border-top {
  border-top-color: #4db6ac !important;
}
.teal-300-border-right {
  border-right-color: #4db6ac !important;
}
.teal-300-border-bottom {
  border-bottom-color: #4db6ac !important;
}
.teal-300-border-left {
  border-left-color: #4db6ac !important;
}
.teal-400-bg {
  background-color: #26a69a !important;
}
.mat-teal-400-bg {
  background-color: #26a69a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-400-bg .mat-icon,
.mat-teal-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-teal-400-bg.secondary-text,
.mat-teal-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-teal-400-bg.hint-text,
.mat-teal-400-bg .hint-text, .mat-teal-400-bg.disabled-text,
.mat-teal-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-teal-400-bg.divider,
.mat-teal-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-teal-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-teal-400-bg input[type=text] {
  color: black;
}
.mat-teal-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-400-bg .mat-select-trigger,
.mat-teal-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-400-bg .mat-select-disabled .mat-select-value,
.mat-teal-400-bg .mat-select-arrow,
.mat-teal-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-400-bg .mat-select-content,
.mat-teal-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-400-bg[disabled] {
  background-color: rgba(38, 166, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-400-fg {
  color: #26a69a !important;
}
.teal-400-fg .mat-icon,
.teal-400-fg .icon {
  color: white;
}
.teal-400-fg.secondary-text,
.teal-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-400-fg.hint-text,
.teal-400-fg .hint-text, .teal-400-fg.disabled-text,
.teal-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-400-fg.divider,
.teal-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-400-fg input[type=text] {
  color: white;
}
.teal-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-400-fg .mat-select-trigger,
.teal-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-400-fg .mat-select-disabled .mat-select-value,
.teal-400-fg .mat-select-arrow,
.teal-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-400-fg .mat-select-content,
.teal-400-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-400-fg .mat-select-value {
  color: white;
}
.teal-400-border {
  border-color: #26a69a !important;
}
.teal-400-border-top {
  border-top-color: #26a69a !important;
}
.teal-400-border-right {
  border-right-color: #26a69a !important;
}
.teal-400-border-bottom {
  border-bottom-color: #26a69a !important;
}
.teal-400-border-left {
  border-left-color: #26a69a !important;
}
.teal-500-bg {
  background-color: #009688 !important;
}
.mat-teal-500-bg {
  background-color: #009688 !important;
  color: white !important;
}
.mat-teal-500-bg .mat-icon,
.mat-teal-500-bg .icon {
  color: white;
}
.mat-teal-500-bg.secondary-text,
.mat-teal-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-teal-500-bg.hint-text,
.mat-teal-500-bg .hint-text, .mat-teal-500-bg.disabled-text,
.mat-teal-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-teal-500-bg.divider,
.mat-teal-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-teal-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-teal-500-bg input[type=text] {
  color: white;
}
.mat-teal-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-500-bg .mat-select-trigger,
.mat-teal-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-500-bg .mat-select-disabled .mat-select-value,
.mat-teal-500-bg .mat-select-arrow,
.mat-teal-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-500-bg .mat-select-content,
.mat-teal-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-500-bg .mat-select-value {
  color: white;
}
.mat-teal-500-bg[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-500-fg {
  color: #009688 !important;
}
.teal-500-fg .mat-icon,
.teal-500-fg .icon {
  color: white;
}
.teal-500-fg.secondary-text,
.teal-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-500-fg.hint-text,
.teal-500-fg .hint-text, .teal-500-fg.disabled-text,
.teal-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-500-fg.divider,
.teal-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-500-fg input[type=text] {
  color: white;
}
.teal-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-500-fg .mat-select-trigger,
.teal-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-500-fg .mat-select-disabled .mat-select-value,
.teal-500-fg .mat-select-arrow,
.teal-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-500-fg .mat-select-content,
.teal-500-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-500-fg .mat-select-value {
  color: white;
}
.teal-500-border {
  border-color: #009688 !important;
}
.teal-500-border-top {
  border-top-color: #009688 !important;
}
.teal-500-border-right {
  border-right-color: #009688 !important;
}
.teal-500-border-bottom {
  border-bottom-color: #009688 !important;
}
.teal-500-border-left {
  border-left-color: #009688 !important;
}
.teal-bg {
  background-color: #009688 !important;
}
.mat-teal-bg {
  background-color: #009688 !important;
  color: white !important;
}
.mat-teal-bg .mat-icon,
.mat-teal-bg .icon {
  color: white;
}
.mat-teal-bg.secondary-text,
.mat-teal-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-teal-bg.hint-text,
.mat-teal-bg .hint-text, .mat-teal-bg.disabled-text,
.mat-teal-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-teal-bg.divider,
.mat-teal-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-teal-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-teal-bg input[type=text] {
  color: white;
}
.mat-teal-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-bg .mat-select-trigger,
.mat-teal-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-bg .mat-select-disabled .mat-select-value,
.mat-teal-bg .mat-select-arrow,
.mat-teal-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-bg .mat-select-content,
.mat-teal-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-bg .mat-select-value {
  color: white;
}
.mat-teal-bg[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-fg {
  color: #009688 !important;
}
.teal-fg .mat-icon,
.teal-fg .icon {
  color: white;
}
.teal-fg.secondary-text,
.teal-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-fg.hint-text,
.teal-fg .hint-text, .teal-fg.disabled-text,
.teal-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-fg.divider,
.teal-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-fg input[type=text] {
  color: white;
}
.teal-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-fg .mat-select-trigger,
.teal-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-fg .mat-select-disabled .mat-select-value,
.teal-fg .mat-select-arrow,
.teal-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-fg .mat-select-content,
.teal-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-fg .mat-select-value {
  color: white;
}
.teal-border {
  border-color: #009688 !important;
}
.teal-border-top {
  border-top-color: #009688 !important;
}
.teal-border-right {
  border-right-color: #009688 !important;
}
.teal-border-bottom {
  border-bottom-color: #009688 !important;
}
.teal-border-left {
  border-left-color: #009688 !important;
}
.teal-600-bg {
  background-color: #00897b !important;
}
.mat-teal-600-bg {
  background-color: #00897b !important;
  color: white !important;
}
.mat-teal-600-bg .mat-icon,
.mat-teal-600-bg .icon {
  color: white;
}
.mat-teal-600-bg.secondary-text,
.mat-teal-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-teal-600-bg.hint-text,
.mat-teal-600-bg .hint-text, .mat-teal-600-bg.disabled-text,
.mat-teal-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-teal-600-bg.divider,
.mat-teal-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-teal-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-teal-600-bg input[type=text] {
  color: white;
}
.mat-teal-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-600-bg .mat-select-trigger,
.mat-teal-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-600-bg .mat-select-disabled .mat-select-value,
.mat-teal-600-bg .mat-select-arrow,
.mat-teal-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-600-bg .mat-select-content,
.mat-teal-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-600-bg .mat-select-value {
  color: white;
}
.mat-teal-600-bg[disabled] {
  background-color: rgba(0, 137, 123, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-600-fg {
  color: #00897b !important;
}
.teal-600-fg .mat-icon,
.teal-600-fg .icon {
  color: white;
}
.teal-600-fg.secondary-text,
.teal-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-600-fg.hint-text,
.teal-600-fg .hint-text, .teal-600-fg.disabled-text,
.teal-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-600-fg.divider,
.teal-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-600-fg input[type=text] {
  color: white;
}
.teal-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-600-fg .mat-select-trigger,
.teal-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-600-fg .mat-select-disabled .mat-select-value,
.teal-600-fg .mat-select-arrow,
.teal-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-600-fg .mat-select-content,
.teal-600-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-600-fg .mat-select-value {
  color: white;
}
.teal-600-border {
  border-color: #00897b !important;
}
.teal-600-border-top {
  border-top-color: #00897b !important;
}
.teal-600-border-right {
  border-right-color: #00897b !important;
}
.teal-600-border-bottom {
  border-bottom-color: #00897b !important;
}
.teal-600-border-left {
  border-left-color: #00897b !important;
}
.teal-700-bg {
  background-color: #00796b !important;
}
.mat-teal-700-bg {
  background-color: #00796b !important;
  color: white !important;
}
.mat-teal-700-bg .mat-icon,
.mat-teal-700-bg .icon {
  color: white;
}
.mat-teal-700-bg.secondary-text,
.mat-teal-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-teal-700-bg.hint-text,
.mat-teal-700-bg .hint-text, .mat-teal-700-bg.disabled-text,
.mat-teal-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-teal-700-bg.divider,
.mat-teal-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-teal-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-teal-700-bg input[type=text] {
  color: white;
}
.mat-teal-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-700-bg .mat-select-trigger,
.mat-teal-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-700-bg .mat-select-disabled .mat-select-value,
.mat-teal-700-bg .mat-select-arrow,
.mat-teal-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-700-bg .mat-select-content,
.mat-teal-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-700-bg .mat-select-value {
  color: white;
}
.mat-teal-700-bg[disabled] {
  background-color: rgba(0, 121, 107, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-700-fg {
  color: #00796b !important;
}
.teal-700-fg .mat-icon,
.teal-700-fg .icon {
  color: white;
}
.teal-700-fg.secondary-text,
.teal-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-700-fg.hint-text,
.teal-700-fg .hint-text, .teal-700-fg.disabled-text,
.teal-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-700-fg.divider,
.teal-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-700-fg input[type=text] {
  color: white;
}
.teal-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-700-fg .mat-select-trigger,
.teal-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-700-fg .mat-select-disabled .mat-select-value,
.teal-700-fg .mat-select-arrow,
.teal-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-700-fg .mat-select-content,
.teal-700-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-700-fg .mat-select-value {
  color: white;
}
.teal-700-border {
  border-color: #00796b !important;
}
.teal-700-border-top {
  border-top-color: #00796b !important;
}
.teal-700-border-right {
  border-right-color: #00796b !important;
}
.teal-700-border-bottom {
  border-bottom-color: #00796b !important;
}
.teal-700-border-left {
  border-left-color: #00796b !important;
}
.teal-800-bg {
  background-color: #00695c !important;
}
.mat-teal-800-bg {
  background-color: #00695c !important;
  color: white !important;
}
.mat-teal-800-bg .mat-icon,
.mat-teal-800-bg .icon {
  color: white;
}
.mat-teal-800-bg.secondary-text,
.mat-teal-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-teal-800-bg.hint-text,
.mat-teal-800-bg .hint-text, .mat-teal-800-bg.disabled-text,
.mat-teal-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-teal-800-bg.divider,
.mat-teal-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-teal-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-teal-800-bg input[type=text] {
  color: white;
}
.mat-teal-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-800-bg .mat-select-trigger,
.mat-teal-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-800-bg .mat-select-disabled .mat-select-value,
.mat-teal-800-bg .mat-select-arrow,
.mat-teal-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-800-bg .mat-select-content,
.mat-teal-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-800-bg .mat-select-value {
  color: white;
}
.mat-teal-800-bg[disabled] {
  background-color: rgba(0, 105, 92, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-800-fg {
  color: #00695c !important;
}
.teal-800-fg .mat-icon,
.teal-800-fg .icon {
  color: white;
}
.teal-800-fg.secondary-text,
.teal-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-800-fg.hint-text,
.teal-800-fg .hint-text, .teal-800-fg.disabled-text,
.teal-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-800-fg.divider,
.teal-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-800-fg input[type=text] {
  color: white;
}
.teal-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-800-fg .mat-select-trigger,
.teal-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-800-fg .mat-select-disabled .mat-select-value,
.teal-800-fg .mat-select-arrow,
.teal-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-800-fg .mat-select-content,
.teal-800-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-800-fg .mat-select-value {
  color: white;
}
.teal-800-border {
  border-color: #00695c !important;
}
.teal-800-border-top {
  border-top-color: #00695c !important;
}
.teal-800-border-right {
  border-right-color: #00695c !important;
}
.teal-800-border-bottom {
  border-bottom-color: #00695c !important;
}
.teal-800-border-left {
  border-left-color: #00695c !important;
}
.teal-900-bg {
  background-color: #004d40 !important;
}
.mat-teal-900-bg {
  background-color: #004d40 !important;
  color: white !important;
}
.mat-teal-900-bg .mat-icon,
.mat-teal-900-bg .icon {
  color: white;
}
.mat-teal-900-bg.secondary-text,
.mat-teal-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-teal-900-bg.hint-text,
.mat-teal-900-bg .hint-text, .mat-teal-900-bg.disabled-text,
.mat-teal-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-teal-900-bg.divider,
.mat-teal-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-teal-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-teal-900-bg input[type=text] {
  color: white;
}
.mat-teal-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-900-bg .mat-select-trigger,
.mat-teal-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-teal-900-bg .mat-select-disabled .mat-select-value,
.mat-teal-900-bg .mat-select-arrow,
.mat-teal-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-teal-900-bg .mat-select-content,
.mat-teal-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-900-bg .mat-select-value {
  color: white;
}
.mat-teal-900-bg[disabled] {
  background-color: rgba(0, 77, 64, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-900-fg {
  color: #004d40 !important;
}
.teal-900-fg .mat-icon,
.teal-900-fg .icon {
  color: white;
}
.teal-900-fg.secondary-text,
.teal-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-900-fg.hint-text,
.teal-900-fg .hint-text, .teal-900-fg.disabled-text,
.teal-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-900-fg.divider,
.teal-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-900-fg input[type=text] {
  color: white;
}
.teal-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-900-fg .mat-select-trigger,
.teal-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-900-fg .mat-select-disabled .mat-select-value,
.teal-900-fg .mat-select-arrow,
.teal-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-900-fg .mat-select-content,
.teal-900-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-900-fg .mat-select-value {
  color: white;
}
.teal-900-border {
  border-color: #004d40 !important;
}
.teal-900-border-top {
  border-top-color: #004d40 !important;
}
.teal-900-border-right {
  border-right-color: #004d40 !important;
}
.teal-900-border-bottom {
  border-bottom-color: #004d40 !important;
}
.teal-900-border-left {
  border-left-color: #004d40 !important;
}
.teal-A100-bg {
  background-color: #a7ffeb !important;
}
.mat-teal-A100-bg {
  background-color: #a7ffeb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-A100-bg .mat-icon,
.mat-teal-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-teal-A100-bg.secondary-text,
.mat-teal-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-teal-A100-bg.hint-text,
.mat-teal-A100-bg .hint-text, .mat-teal-A100-bg.disabled-text,
.mat-teal-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-teal-A100-bg.divider,
.mat-teal-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-teal-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-teal-A100-bg input[type=text] {
  color: black;
}
.mat-teal-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-A100-bg .mat-select-trigger,
.mat-teal-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-A100-bg .mat-select-disabled .mat-select-value,
.mat-teal-A100-bg .mat-select-arrow,
.mat-teal-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A100-bg .mat-select-content,
.mat-teal-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-A100-bg[disabled] {
  background-color: rgba(167, 255, 235, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-A100-fg {
  color: #a7ffeb !important;
}
.teal-A100-fg .mat-icon,
.teal-A100-fg .icon {
  color: white;
}
.teal-A100-fg.secondary-text,
.teal-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-A100-fg.hint-text,
.teal-A100-fg .hint-text, .teal-A100-fg.disabled-text,
.teal-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-A100-fg.divider,
.teal-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-A100-fg input[type=text] {
  color: white;
}
.teal-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-A100-fg .mat-select-trigger,
.teal-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-A100-fg .mat-select-disabled .mat-select-value,
.teal-A100-fg .mat-select-arrow,
.teal-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A100-fg .mat-select-content,
.teal-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-A100-fg .mat-select-value {
  color: white;
}
.teal-A100-border {
  border-color: #a7ffeb !important;
}
.teal-A100-border-top {
  border-top-color: #a7ffeb !important;
}
.teal-A100-border-right {
  border-right-color: #a7ffeb !important;
}
.teal-A100-border-bottom {
  border-bottom-color: #a7ffeb !important;
}
.teal-A100-border-left {
  border-left-color: #a7ffeb !important;
}
.teal-A200-bg {
  background-color: #64ffda !important;
}
.mat-teal-A200-bg {
  background-color: #64ffda !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-A200-bg .mat-icon,
.mat-teal-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-teal-A200-bg.secondary-text,
.mat-teal-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-teal-A200-bg.hint-text,
.mat-teal-A200-bg .hint-text, .mat-teal-A200-bg.disabled-text,
.mat-teal-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-teal-A200-bg.divider,
.mat-teal-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-teal-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-teal-A200-bg input[type=text] {
  color: black;
}
.mat-teal-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-A200-bg .mat-select-trigger,
.mat-teal-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-A200-bg .mat-select-disabled .mat-select-value,
.mat-teal-A200-bg .mat-select-arrow,
.mat-teal-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A200-bg .mat-select-content,
.mat-teal-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-A200-bg[disabled] {
  background-color: rgba(100, 255, 218, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-A200-fg {
  color: #64ffda !important;
}
.teal-A200-fg .mat-icon,
.teal-A200-fg .icon {
  color: white;
}
.teal-A200-fg.secondary-text,
.teal-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-A200-fg.hint-text,
.teal-A200-fg .hint-text, .teal-A200-fg.disabled-text,
.teal-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-A200-fg.divider,
.teal-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-A200-fg input[type=text] {
  color: white;
}
.teal-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-A200-fg .mat-select-trigger,
.teal-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-A200-fg .mat-select-disabled .mat-select-value,
.teal-A200-fg .mat-select-arrow,
.teal-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A200-fg .mat-select-content,
.teal-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-A200-fg .mat-select-value {
  color: white;
}
.teal-A200-border {
  border-color: #64ffda !important;
}
.teal-A200-border-top {
  border-top-color: #64ffda !important;
}
.teal-A200-border-right {
  border-right-color: #64ffda !important;
}
.teal-A200-border-bottom {
  border-bottom-color: #64ffda !important;
}
.teal-A200-border-left {
  border-left-color: #64ffda !important;
}
.teal-A400-bg {
  background-color: #1de9b6 !important;
}
.mat-teal-A400-bg {
  background-color: #1de9b6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-A400-bg .mat-icon,
.mat-teal-A400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-teal-A400-bg.secondary-text,
.mat-teal-A400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-teal-A400-bg.hint-text,
.mat-teal-A400-bg .hint-text, .mat-teal-A400-bg.disabled-text,
.mat-teal-A400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-teal-A400-bg.divider,
.mat-teal-A400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-teal-A400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-teal-A400-bg input[type=text] {
  color: black;
}
.mat-teal-A400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-A400-bg .mat-select-trigger,
.mat-teal-A400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-A400-bg .mat-select-disabled .mat-select-value,
.mat-teal-A400-bg .mat-select-arrow,
.mat-teal-A400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A400-bg .mat-select-content,
.mat-teal-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-A400-bg[disabled] {
  background-color: rgba(29, 233, 182, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-A400-fg {
  color: #1de9b6 !important;
}
.teal-A400-fg .mat-icon,
.teal-A400-fg .icon {
  color: white;
}
.teal-A400-fg.secondary-text,
.teal-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-A400-fg.hint-text,
.teal-A400-fg .hint-text, .teal-A400-fg.disabled-text,
.teal-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-A400-fg.divider,
.teal-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-A400-fg input[type=text] {
  color: white;
}
.teal-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-A400-fg .mat-select-trigger,
.teal-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-A400-fg .mat-select-disabled .mat-select-value,
.teal-A400-fg .mat-select-arrow,
.teal-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A400-fg .mat-select-content,
.teal-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-A400-fg .mat-select-value {
  color: white;
}
.teal-A400-border {
  border-color: #1de9b6 !important;
}
.teal-A400-border-top {
  border-top-color: #1de9b6 !important;
}
.teal-A400-border-right {
  border-right-color: #1de9b6 !important;
}
.teal-A400-border-bottom {
  border-bottom-color: #1de9b6 !important;
}
.teal-A400-border-left {
  border-left-color: #1de9b6 !important;
}
.teal-A700-bg {
  background-color: #00bfa5 !important;
}
.mat-teal-A700-bg {
  background-color: #00bfa5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-teal-A700-bg .mat-icon,
.mat-teal-A700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-teal-A700-bg.secondary-text,
.mat-teal-A700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-teal-A700-bg.hint-text,
.mat-teal-A700-bg .hint-text, .mat-teal-A700-bg.disabled-text,
.mat-teal-A700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-teal-A700-bg.divider,
.mat-teal-A700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-teal-A700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-teal-A700-bg input[type=text] {
  color: black;
}
.mat-teal-A700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-A700-bg .mat-select-trigger,
.mat-teal-A700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-teal-A700-bg .mat-select-disabled .mat-select-value,
.mat-teal-A700-bg .mat-select-arrow,
.mat-teal-A700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-teal-A700-bg .mat-select-content,
.mat-teal-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-teal-A700-bg[disabled] {
  background-color: rgba(0, 191, 165, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.teal-A700-fg {
  color: #00bfa5 !important;
}
.teal-A700-fg .mat-icon,
.teal-A700-fg .icon {
  color: white;
}
.teal-A700-fg.secondary-text,
.teal-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.teal-A700-fg.hint-text,
.teal-A700-fg .hint-text, .teal-A700-fg.disabled-text,
.teal-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.teal-A700-fg.divider,
.teal-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.teal-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.teal-A700-fg input[type=text] {
  color: white;
}
.teal-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-A700-fg .mat-select-trigger,
.teal-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.teal-A700-fg .mat-select-disabled .mat-select-value,
.teal-A700-fg .mat-select-arrow,
.teal-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.teal-A700-fg .mat-select-content,
.teal-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.teal-A700-fg .mat-select-value {
  color: white;
}
.teal-A700-border {
  border-color: #00bfa5 !important;
}
.teal-A700-border-top {
  border-top-color: #00bfa5 !important;
}
.teal-A700-border-right {
  border-right-color: #00bfa5 !important;
}
.teal-A700-border-bottom {
  border-bottom-color: #00bfa5 !important;
}
.teal-A700-border-left {
  border-left-color: #00bfa5 !important;
}
.green-50-bg {
  background-color: #e8f5e9 !important;
}
.mat-green-50-bg {
  background-color: #e8f5e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-50-bg .mat-icon,
.mat-green-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-green-50-bg.secondary-text,
.mat-green-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-green-50-bg.hint-text,
.mat-green-50-bg .hint-text, .mat-green-50-bg.disabled-text,
.mat-green-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-green-50-bg.divider,
.mat-green-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-green-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-green-50-bg input[type=text] {
  color: black;
}
.mat-green-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-50-bg .mat-select-trigger,
.mat-green-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-50-bg .mat-select-disabled .mat-select-value,
.mat-green-50-bg .mat-select-arrow,
.mat-green-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-50-bg .mat-select-content,
.mat-green-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-50-bg[disabled] {
  background-color: rgba(232, 245, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-50-fg {
  color: #e8f5e9 !important;
}
.green-50-fg .mat-icon,
.green-50-fg .icon {
  color: white;
}
.green-50-fg.secondary-text,
.green-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-50-fg.hint-text,
.green-50-fg .hint-text, .green-50-fg.disabled-text,
.green-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-50-fg.divider,
.green-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-50-fg input[type=text] {
  color: white;
}
.green-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-50-fg .mat-select-trigger,
.green-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-50-fg .mat-select-disabled .mat-select-value,
.green-50-fg .mat-select-arrow,
.green-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-50-fg .mat-select-content,
.green-50-fg .mat-select-panel-done-animating {
  background: white;
}
.green-50-fg .mat-select-value {
  color: white;
}
.green-50-border {
  border-color: #e8f5e9 !important;
}
.green-50-border-top {
  border-top-color: #e8f5e9 !important;
}
.green-50-border-right {
  border-right-color: #e8f5e9 !important;
}
.green-50-border-bottom {
  border-bottom-color: #e8f5e9 !important;
}
.green-50-border-left {
  border-left-color: #e8f5e9 !important;
}
.green-100-bg {
  background-color: #c8e6c9 !important;
}
.mat-green-100-bg {
  background-color: #c8e6c9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-100-bg .mat-icon,
.mat-green-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-green-100-bg.secondary-text,
.mat-green-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-green-100-bg.hint-text,
.mat-green-100-bg .hint-text, .mat-green-100-bg.disabled-text,
.mat-green-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-green-100-bg.divider,
.mat-green-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-green-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-green-100-bg input[type=text] {
  color: black;
}
.mat-green-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-100-bg .mat-select-trigger,
.mat-green-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-100-bg .mat-select-disabled .mat-select-value,
.mat-green-100-bg .mat-select-arrow,
.mat-green-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-100-bg .mat-select-content,
.mat-green-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-100-bg[disabled] {
  background-color: rgba(200, 230, 201, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-100-fg {
  color: #c8e6c9 !important;
}
.green-100-fg .mat-icon,
.green-100-fg .icon {
  color: white;
}
.green-100-fg.secondary-text,
.green-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-100-fg.hint-text,
.green-100-fg .hint-text, .green-100-fg.disabled-text,
.green-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-100-fg.divider,
.green-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-100-fg input[type=text] {
  color: white;
}
.green-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-100-fg .mat-select-trigger,
.green-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-100-fg .mat-select-disabled .mat-select-value,
.green-100-fg .mat-select-arrow,
.green-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-100-fg .mat-select-content,
.green-100-fg .mat-select-panel-done-animating {
  background: white;
}
.green-100-fg .mat-select-value {
  color: white;
}
.green-100-border {
  border-color: #c8e6c9 !important;
}
.green-100-border-top {
  border-top-color: #c8e6c9 !important;
}
.green-100-border-right {
  border-right-color: #c8e6c9 !important;
}
.green-100-border-bottom {
  border-bottom-color: #c8e6c9 !important;
}
.green-100-border-left {
  border-left-color: #c8e6c9 !important;
}
.green-200-bg {
  background-color: #a5d6a7 !important;
}
.mat-green-200-bg {
  background-color: #a5d6a7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-200-bg .mat-icon,
.mat-green-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-green-200-bg.secondary-text,
.mat-green-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-green-200-bg.hint-text,
.mat-green-200-bg .hint-text, .mat-green-200-bg.disabled-text,
.mat-green-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-green-200-bg.divider,
.mat-green-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-green-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-green-200-bg input[type=text] {
  color: black;
}
.mat-green-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-200-bg .mat-select-trigger,
.mat-green-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-200-bg .mat-select-disabled .mat-select-value,
.mat-green-200-bg .mat-select-arrow,
.mat-green-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-200-bg .mat-select-content,
.mat-green-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-200-bg[disabled] {
  background-color: rgba(165, 214, 167, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-200-fg {
  color: #a5d6a7 !important;
}
.green-200-fg .mat-icon,
.green-200-fg .icon {
  color: white;
}
.green-200-fg.secondary-text,
.green-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-200-fg.hint-text,
.green-200-fg .hint-text, .green-200-fg.disabled-text,
.green-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-200-fg.divider,
.green-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-200-fg input[type=text] {
  color: white;
}
.green-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-200-fg .mat-select-trigger,
.green-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-200-fg .mat-select-disabled .mat-select-value,
.green-200-fg .mat-select-arrow,
.green-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-200-fg .mat-select-content,
.green-200-fg .mat-select-panel-done-animating {
  background: white;
}
.green-200-fg .mat-select-value {
  color: white;
}
.green-200-border {
  border-color: #a5d6a7 !important;
}
.green-200-border-top {
  border-top-color: #a5d6a7 !important;
}
.green-200-border-right {
  border-right-color: #a5d6a7 !important;
}
.green-200-border-bottom {
  border-bottom-color: #a5d6a7 !important;
}
.green-200-border-left {
  border-left-color: #a5d6a7 !important;
}
.green-300-bg {
  background-color: #81c784 !important;
}
.mat-green-300-bg {
  background-color: #81c784 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-300-bg .mat-icon,
.mat-green-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-green-300-bg.secondary-text,
.mat-green-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-green-300-bg.hint-text,
.mat-green-300-bg .hint-text, .mat-green-300-bg.disabled-text,
.mat-green-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-green-300-bg.divider,
.mat-green-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-green-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-green-300-bg input[type=text] {
  color: black;
}
.mat-green-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-300-bg .mat-select-trigger,
.mat-green-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-300-bg .mat-select-disabled .mat-select-value,
.mat-green-300-bg .mat-select-arrow,
.mat-green-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-300-bg .mat-select-content,
.mat-green-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-300-bg[disabled] {
  background-color: rgba(129, 199, 132, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-300-fg {
  color: #81c784 !important;
}
.green-300-fg .mat-icon,
.green-300-fg .icon {
  color: white;
}
.green-300-fg.secondary-text,
.green-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-300-fg.hint-text,
.green-300-fg .hint-text, .green-300-fg.disabled-text,
.green-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-300-fg.divider,
.green-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-300-fg input[type=text] {
  color: white;
}
.green-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-300-fg .mat-select-trigger,
.green-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-300-fg .mat-select-disabled .mat-select-value,
.green-300-fg .mat-select-arrow,
.green-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-300-fg .mat-select-content,
.green-300-fg .mat-select-panel-done-animating {
  background: white;
}
.green-300-fg .mat-select-value {
  color: white;
}
.green-300-border {
  border-color: #81c784 !important;
}
.green-300-border-top {
  border-top-color: #81c784 !important;
}
.green-300-border-right {
  border-right-color: #81c784 !important;
}
.green-300-border-bottom {
  border-bottom-color: #81c784 !important;
}
.green-300-border-left {
  border-left-color: #81c784 !important;
}
.green-400-bg {
  background-color: #66bb6a !important;
}
.mat-green-400-bg {
  background-color: #66bb6a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-400-bg .mat-icon,
.mat-green-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-green-400-bg.secondary-text,
.mat-green-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-green-400-bg.hint-text,
.mat-green-400-bg .hint-text, .mat-green-400-bg.disabled-text,
.mat-green-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-green-400-bg.divider,
.mat-green-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-green-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-green-400-bg input[type=text] {
  color: black;
}
.mat-green-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-400-bg .mat-select-trigger,
.mat-green-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-400-bg .mat-select-disabled .mat-select-value,
.mat-green-400-bg .mat-select-arrow,
.mat-green-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-400-bg .mat-select-content,
.mat-green-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-400-bg[disabled] {
  background-color: rgba(102, 187, 106, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-400-fg {
  color: #66bb6a !important;
}
.green-400-fg .mat-icon,
.green-400-fg .icon {
  color: white;
}
.green-400-fg.secondary-text,
.green-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-400-fg.hint-text,
.green-400-fg .hint-text, .green-400-fg.disabled-text,
.green-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-400-fg.divider,
.green-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-400-fg input[type=text] {
  color: white;
}
.green-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-400-fg .mat-select-trigger,
.green-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-400-fg .mat-select-disabled .mat-select-value,
.green-400-fg .mat-select-arrow,
.green-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-400-fg .mat-select-content,
.green-400-fg .mat-select-panel-done-animating {
  background: white;
}
.green-400-fg .mat-select-value {
  color: white;
}
.green-400-border {
  border-color: #66bb6a !important;
}
.green-400-border-top {
  border-top-color: #66bb6a !important;
}
.green-400-border-right {
  border-right-color: #66bb6a !important;
}
.green-400-border-bottom {
  border-bottom-color: #66bb6a !important;
}
.green-400-border-left {
  border-left-color: #66bb6a !important;
}
.green-500-bg {
  background-color: #4caf50 !important;
}
.mat-green-500-bg {
  background-color: #4caf50 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-500-bg .mat-icon,
.mat-green-500-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-green-500-bg.secondary-text,
.mat-green-500-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-green-500-bg.hint-text,
.mat-green-500-bg .hint-text, .mat-green-500-bg.disabled-text,
.mat-green-500-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-green-500-bg.divider,
.mat-green-500-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-green-500-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-green-500-bg input[type=text] {
  color: black;
}
.mat-green-500-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-500-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-500-bg .mat-select-trigger,
.mat-green-500-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-500-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-500-bg .mat-select-disabled .mat-select-value,
.mat-green-500-bg .mat-select-arrow,
.mat-green-500-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-500-bg .mat-select-content,
.mat-green-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-500-bg[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-500-fg {
  color: #4caf50 !important;
}
.green-500-fg .mat-icon,
.green-500-fg .icon {
  color: white;
}
.green-500-fg.secondary-text,
.green-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-500-fg.hint-text,
.green-500-fg .hint-text, .green-500-fg.disabled-text,
.green-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-500-fg.divider,
.green-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-500-fg input[type=text] {
  color: white;
}
.green-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-500-fg .mat-select-trigger,
.green-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-500-fg .mat-select-disabled .mat-select-value,
.green-500-fg .mat-select-arrow,
.green-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-500-fg .mat-select-content,
.green-500-fg .mat-select-panel-done-animating {
  background: white;
}
.green-500-fg .mat-select-value {
  color: white;
}
.green-500-border {
  border-color: #4caf50 !important;
}
.green-500-border-top {
  border-top-color: #4caf50 !important;
}
.green-500-border-right {
  border-right-color: #4caf50 !important;
}
.green-500-border-bottom {
  border-bottom-color: #4caf50 !important;
}
.green-500-border-left {
  border-left-color: #4caf50 !important;
}
.green-bg {
  background-color: #4caf50 !important;
}
.mat-green-bg {
  background-color: #4caf50 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-bg .mat-icon,
.mat-green-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-green-bg.secondary-text,
.mat-green-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-green-bg.hint-text,
.mat-green-bg .hint-text, .mat-green-bg.disabled-text,
.mat-green-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-green-bg.divider,
.mat-green-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-green-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-green-bg input[type=text] {
  color: black;
}
.mat-green-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-bg .mat-select-trigger,
.mat-green-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-bg .mat-select-disabled .mat-select-value,
.mat-green-bg .mat-select-arrow,
.mat-green-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-bg .mat-select-content,
.mat-green-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-bg[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-fg {
  color: #4caf50 !important;
}
.green-fg .mat-icon,
.green-fg .icon {
  color: white;
}
.green-fg.secondary-text,
.green-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-fg.hint-text,
.green-fg .hint-text, .green-fg.disabled-text,
.green-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-fg.divider,
.green-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-fg input[type=text] {
  color: white;
}
.green-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-fg .mat-select-trigger,
.green-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-fg .mat-select-disabled .mat-select-value,
.green-fg .mat-select-arrow,
.green-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-fg .mat-select-content,
.green-fg .mat-select-panel-done-animating {
  background: white;
}
.green-fg .mat-select-value {
  color: white;
}
.green-border {
  border-color: #4caf50 !important;
}
.green-border-top {
  border-top-color: #4caf50 !important;
}
.green-border-right {
  border-right-color: #4caf50 !important;
}
.green-border-bottom {
  border-bottom-color: #4caf50 !important;
}
.green-border-left {
  border-left-color: #4caf50 !important;
}
.green-600-bg {
  background-color: #43a047 !important;
}
.mat-green-600-bg {
  background-color: #43a047 !important;
  color: white !important;
}
.mat-green-600-bg .mat-icon,
.mat-green-600-bg .icon {
  color: white;
}
.mat-green-600-bg.secondary-text,
.mat-green-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-green-600-bg.hint-text,
.mat-green-600-bg .hint-text, .mat-green-600-bg.disabled-text,
.mat-green-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-green-600-bg.divider,
.mat-green-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-green-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-green-600-bg input[type=text] {
  color: white;
}
.mat-green-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-green-600-bg .mat-select-trigger,
.mat-green-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-green-600-bg .mat-select-disabled .mat-select-value,
.mat-green-600-bg .mat-select-arrow,
.mat-green-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-600-bg .mat-select-content,
.mat-green-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-600-bg .mat-select-value {
  color: white;
}
.mat-green-600-bg[disabled] {
  background-color: rgba(67, 160, 71, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.green-600-fg {
  color: #43a047 !important;
}
.green-600-fg .mat-icon,
.green-600-fg .icon {
  color: white;
}
.green-600-fg.secondary-text,
.green-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-600-fg.hint-text,
.green-600-fg .hint-text, .green-600-fg.disabled-text,
.green-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-600-fg.divider,
.green-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-600-fg input[type=text] {
  color: white;
}
.green-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-600-fg .mat-select-trigger,
.green-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-600-fg .mat-select-disabled .mat-select-value,
.green-600-fg .mat-select-arrow,
.green-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-600-fg .mat-select-content,
.green-600-fg .mat-select-panel-done-animating {
  background: white;
}
.green-600-fg .mat-select-value {
  color: white;
}
.green-600-border {
  border-color: #43a047 !important;
}
.green-600-border-top {
  border-top-color: #43a047 !important;
}
.green-600-border-right {
  border-right-color: #43a047 !important;
}
.green-600-border-bottom {
  border-bottom-color: #43a047 !important;
}
.green-600-border-left {
  border-left-color: #43a047 !important;
}
.green-700-bg {
  background-color: #388e3c !important;
}
.mat-green-700-bg {
  background-color: #388e3c !important;
  color: white !important;
}
.mat-green-700-bg .mat-icon,
.mat-green-700-bg .icon {
  color: white;
}
.mat-green-700-bg.secondary-text,
.mat-green-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-green-700-bg.hint-text,
.mat-green-700-bg .hint-text, .mat-green-700-bg.disabled-text,
.mat-green-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-green-700-bg.divider,
.mat-green-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-green-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-green-700-bg input[type=text] {
  color: white;
}
.mat-green-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-green-700-bg .mat-select-trigger,
.mat-green-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-green-700-bg .mat-select-disabled .mat-select-value,
.mat-green-700-bg .mat-select-arrow,
.mat-green-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-700-bg .mat-select-content,
.mat-green-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-700-bg .mat-select-value {
  color: white;
}
.mat-green-700-bg[disabled] {
  background-color: rgba(56, 142, 60, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.green-700-fg {
  color: #388e3c !important;
}
.green-700-fg .mat-icon,
.green-700-fg .icon {
  color: white;
}
.green-700-fg.secondary-text,
.green-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-700-fg.hint-text,
.green-700-fg .hint-text, .green-700-fg.disabled-text,
.green-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-700-fg.divider,
.green-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-700-fg input[type=text] {
  color: white;
}
.green-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-700-fg .mat-select-trigger,
.green-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-700-fg .mat-select-disabled .mat-select-value,
.green-700-fg .mat-select-arrow,
.green-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-700-fg .mat-select-content,
.green-700-fg .mat-select-panel-done-animating {
  background: white;
}
.green-700-fg .mat-select-value {
  color: white;
}
.green-700-border {
  border-color: #388e3c !important;
}
.green-700-border-top {
  border-top-color: #388e3c !important;
}
.green-700-border-right {
  border-right-color: #388e3c !important;
}
.green-700-border-bottom {
  border-bottom-color: #388e3c !important;
}
.green-700-border-left {
  border-left-color: #388e3c !important;
}
.green-800-bg {
  background-color: #2e7d32 !important;
}
.mat-green-800-bg {
  background-color: #2e7d32 !important;
  color: white !important;
}
.mat-green-800-bg .mat-icon,
.mat-green-800-bg .icon {
  color: white;
}
.mat-green-800-bg.secondary-text,
.mat-green-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-green-800-bg.hint-text,
.mat-green-800-bg .hint-text, .mat-green-800-bg.disabled-text,
.mat-green-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-green-800-bg.divider,
.mat-green-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-green-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-green-800-bg input[type=text] {
  color: white;
}
.mat-green-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-green-800-bg .mat-select-trigger,
.mat-green-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-green-800-bg .mat-select-disabled .mat-select-value,
.mat-green-800-bg .mat-select-arrow,
.mat-green-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-800-bg .mat-select-content,
.mat-green-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-800-bg .mat-select-value {
  color: white;
}
.mat-green-800-bg[disabled] {
  background-color: rgba(46, 125, 50, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.green-800-fg {
  color: #2e7d32 !important;
}
.green-800-fg .mat-icon,
.green-800-fg .icon {
  color: white;
}
.green-800-fg.secondary-text,
.green-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-800-fg.hint-text,
.green-800-fg .hint-text, .green-800-fg.disabled-text,
.green-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-800-fg.divider,
.green-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-800-fg input[type=text] {
  color: white;
}
.green-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-800-fg .mat-select-trigger,
.green-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-800-fg .mat-select-disabled .mat-select-value,
.green-800-fg .mat-select-arrow,
.green-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-800-fg .mat-select-content,
.green-800-fg .mat-select-panel-done-animating {
  background: white;
}
.green-800-fg .mat-select-value {
  color: white;
}
.green-800-border {
  border-color: #2e7d32 !important;
}
.green-800-border-top {
  border-top-color: #2e7d32 !important;
}
.green-800-border-right {
  border-right-color: #2e7d32 !important;
}
.green-800-border-bottom {
  border-bottom-color: #2e7d32 !important;
}
.green-800-border-left {
  border-left-color: #2e7d32 !important;
}
.green-900-bg {
  background-color: #1b5e20 !important;
}
.mat-green-900-bg {
  background-color: #1b5e20 !important;
  color: white !important;
}
.mat-green-900-bg .mat-icon,
.mat-green-900-bg .icon {
  color: white;
}
.mat-green-900-bg.secondary-text,
.mat-green-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-green-900-bg.hint-text,
.mat-green-900-bg .hint-text, .mat-green-900-bg.disabled-text,
.mat-green-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-green-900-bg.divider,
.mat-green-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-green-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-green-900-bg input[type=text] {
  color: white;
}
.mat-green-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-green-900-bg .mat-select-trigger,
.mat-green-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-green-900-bg .mat-select-disabled .mat-select-value,
.mat-green-900-bg .mat-select-arrow,
.mat-green-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-green-900-bg .mat-select-content,
.mat-green-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-900-bg .mat-select-value {
  color: white;
}
.mat-green-900-bg[disabled] {
  background-color: rgba(27, 94, 32, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.green-900-fg {
  color: #1b5e20 !important;
}
.green-900-fg .mat-icon,
.green-900-fg .icon {
  color: white;
}
.green-900-fg.secondary-text,
.green-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-900-fg.hint-text,
.green-900-fg .hint-text, .green-900-fg.disabled-text,
.green-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-900-fg.divider,
.green-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-900-fg input[type=text] {
  color: white;
}
.green-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-900-fg .mat-select-trigger,
.green-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-900-fg .mat-select-disabled .mat-select-value,
.green-900-fg .mat-select-arrow,
.green-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-900-fg .mat-select-content,
.green-900-fg .mat-select-panel-done-animating {
  background: white;
}
.green-900-fg .mat-select-value {
  color: white;
}
.green-900-border {
  border-color: #1b5e20 !important;
}
.green-900-border-top {
  border-top-color: #1b5e20 !important;
}
.green-900-border-right {
  border-right-color: #1b5e20 !important;
}
.green-900-border-bottom {
  border-bottom-color: #1b5e20 !important;
}
.green-900-border-left {
  border-left-color: #1b5e20 !important;
}
.green-A100-bg {
  background-color: #b9f6ca !important;
}
.mat-green-A100-bg {
  background-color: #b9f6ca !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-A100-bg .mat-icon,
.mat-green-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-green-A100-bg.secondary-text,
.mat-green-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-green-A100-bg.hint-text,
.mat-green-A100-bg .hint-text, .mat-green-A100-bg.disabled-text,
.mat-green-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-green-A100-bg.divider,
.mat-green-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-green-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-green-A100-bg input[type=text] {
  color: black;
}
.mat-green-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-A100-bg .mat-select-trigger,
.mat-green-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-A100-bg .mat-select-disabled .mat-select-value,
.mat-green-A100-bg .mat-select-arrow,
.mat-green-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A100-bg .mat-select-content,
.mat-green-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-A100-bg[disabled] {
  background-color: rgba(185, 246, 202, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-A100-fg {
  color: #b9f6ca !important;
}
.green-A100-fg .mat-icon,
.green-A100-fg .icon {
  color: white;
}
.green-A100-fg.secondary-text,
.green-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-A100-fg.hint-text,
.green-A100-fg .hint-text, .green-A100-fg.disabled-text,
.green-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-A100-fg.divider,
.green-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-A100-fg input[type=text] {
  color: white;
}
.green-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-A100-fg .mat-select-trigger,
.green-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-A100-fg .mat-select-disabled .mat-select-value,
.green-A100-fg .mat-select-arrow,
.green-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-A100-fg .mat-select-content,
.green-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.green-A100-fg .mat-select-value {
  color: white;
}
.green-A100-border {
  border-color: #b9f6ca !important;
}
.green-A100-border-top {
  border-top-color: #b9f6ca !important;
}
.green-A100-border-right {
  border-right-color: #b9f6ca !important;
}
.green-A100-border-bottom {
  border-bottom-color: #b9f6ca !important;
}
.green-A100-border-left {
  border-left-color: #b9f6ca !important;
}
.green-A200-bg {
  background-color: #69f0ae !important;
}
.mat-green-A200-bg {
  background-color: #69f0ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-A200-bg .mat-icon,
.mat-green-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-green-A200-bg.secondary-text,
.mat-green-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-green-A200-bg.hint-text,
.mat-green-A200-bg .hint-text, .mat-green-A200-bg.disabled-text,
.mat-green-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-green-A200-bg.divider,
.mat-green-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-green-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-green-A200-bg input[type=text] {
  color: black;
}
.mat-green-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-A200-bg .mat-select-trigger,
.mat-green-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-A200-bg .mat-select-disabled .mat-select-value,
.mat-green-A200-bg .mat-select-arrow,
.mat-green-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A200-bg .mat-select-content,
.mat-green-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-A200-bg[disabled] {
  background-color: rgba(105, 240, 174, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-A200-fg {
  color: #69f0ae !important;
}
.green-A200-fg .mat-icon,
.green-A200-fg .icon {
  color: white;
}
.green-A200-fg.secondary-text,
.green-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-A200-fg.hint-text,
.green-A200-fg .hint-text, .green-A200-fg.disabled-text,
.green-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-A200-fg.divider,
.green-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-A200-fg input[type=text] {
  color: white;
}
.green-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-A200-fg .mat-select-trigger,
.green-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-A200-fg .mat-select-disabled .mat-select-value,
.green-A200-fg .mat-select-arrow,
.green-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-A200-fg .mat-select-content,
.green-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.green-A200-fg .mat-select-value {
  color: white;
}
.green-A200-border {
  border-color: #69f0ae !important;
}
.green-A200-border-top {
  border-top-color: #69f0ae !important;
}
.green-A200-border-right {
  border-right-color: #69f0ae !important;
}
.green-A200-border-bottom {
  border-bottom-color: #69f0ae !important;
}
.green-A200-border-left {
  border-left-color: #69f0ae !important;
}
.green-A400-bg {
  background-color: #00e676 !important;
}
.mat-green-A400-bg {
  background-color: #00e676 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-A400-bg .mat-icon,
.mat-green-A400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-green-A400-bg.secondary-text,
.mat-green-A400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-green-A400-bg.hint-text,
.mat-green-A400-bg .hint-text, .mat-green-A400-bg.disabled-text,
.mat-green-A400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-green-A400-bg.divider,
.mat-green-A400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-green-A400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-green-A400-bg input[type=text] {
  color: black;
}
.mat-green-A400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-A400-bg .mat-select-trigger,
.mat-green-A400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-A400-bg .mat-select-disabled .mat-select-value,
.mat-green-A400-bg .mat-select-arrow,
.mat-green-A400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A400-bg .mat-select-content,
.mat-green-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-A400-bg[disabled] {
  background-color: rgba(0, 230, 118, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-A400-fg {
  color: #00e676 !important;
}
.green-A400-fg .mat-icon,
.green-A400-fg .icon {
  color: white;
}
.green-A400-fg.secondary-text,
.green-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-A400-fg.hint-text,
.green-A400-fg .hint-text, .green-A400-fg.disabled-text,
.green-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-A400-fg.divider,
.green-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-A400-fg input[type=text] {
  color: white;
}
.green-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-A400-fg .mat-select-trigger,
.green-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-A400-fg .mat-select-disabled .mat-select-value,
.green-A400-fg .mat-select-arrow,
.green-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-A400-fg .mat-select-content,
.green-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.green-A400-fg .mat-select-value {
  color: white;
}
.green-A400-border {
  border-color: #00e676 !important;
}
.green-A400-border-top {
  border-top-color: #00e676 !important;
}
.green-A400-border-right {
  border-right-color: #00e676 !important;
}
.green-A400-border-bottom {
  border-bottom-color: #00e676 !important;
}
.green-A400-border-left {
  border-left-color: #00e676 !important;
}
.green-A700-bg {
  background-color: #00c853 !important;
}
.mat-green-A700-bg {
  background-color: #00c853 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-green-A700-bg .mat-icon,
.mat-green-A700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-green-A700-bg.secondary-text,
.mat-green-A700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-green-A700-bg.hint-text,
.mat-green-A700-bg .hint-text, .mat-green-A700-bg.disabled-text,
.mat-green-A700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-green-A700-bg.divider,
.mat-green-A700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-green-A700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-green-A700-bg input[type=text] {
  color: black;
}
.mat-green-A700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-A700-bg .mat-select-trigger,
.mat-green-A700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-green-A700-bg .mat-select-disabled .mat-select-value,
.mat-green-A700-bg .mat-select-arrow,
.mat-green-A700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-green-A700-bg .mat-select-content,
.mat-green-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-green-A700-bg[disabled] {
  background-color: rgba(0, 200, 83, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-A700-fg {
  color: #00c853 !important;
}
.green-A700-fg .mat-icon,
.green-A700-fg .icon {
  color: white;
}
.green-A700-fg.secondary-text,
.green-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.green-A700-fg.hint-text,
.green-A700-fg .hint-text, .green-A700-fg.disabled-text,
.green-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.green-A700-fg.divider,
.green-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.green-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.green-A700-fg input[type=text] {
  color: white;
}
.green-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.green-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-A700-fg .mat-select-trigger,
.green-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.green-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.green-A700-fg .mat-select-disabled .mat-select-value,
.green-A700-fg .mat-select-arrow,
.green-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.green-A700-fg .mat-select-content,
.green-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.green-A700-fg .mat-select-value {
  color: white;
}
.green-A700-border {
  border-color: #00c853 !important;
}
.green-A700-border-top {
  border-top-color: #00c853 !important;
}
.green-A700-border-right {
  border-right-color: #00c853 !important;
}
.green-A700-border-bottom {
  border-bottom-color: #00c853 !important;
}
.green-A700-border-left {
  border-left-color: #00c853 !important;
}
.light-green-50-bg {
  background-color: #f1f8e9 !important;
}
.mat-light-green-50-bg {
  background-color: #f1f8e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-50-bg .mat-icon,
.mat-light-green-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-50-bg.secondary-text,
.mat-light-green-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-50-bg.hint-text,
.mat-light-green-50-bg .hint-text, .mat-light-green-50-bg.disabled-text,
.mat-light-green-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-50-bg.divider,
.mat-light-green-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-50-bg input[type=text] {
  color: black;
}
.mat-light-green-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-50-bg .mat-select-trigger,
.mat-light-green-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-50-bg .mat-select-disabled .mat-select-value,
.mat-light-green-50-bg .mat-select-arrow,
.mat-light-green-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-50-bg .mat-select-content,
.mat-light-green-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-50-bg[disabled] {
  background-color: rgba(241, 248, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-50-fg {
  color: #f1f8e9 !important;
}
.light-green-50-fg .mat-icon,
.light-green-50-fg .icon {
  color: white;
}
.light-green-50-fg.secondary-text,
.light-green-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-50-fg.hint-text,
.light-green-50-fg .hint-text, .light-green-50-fg.disabled-text,
.light-green-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-50-fg.divider,
.light-green-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-50-fg input[type=text] {
  color: white;
}
.light-green-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-50-fg .mat-select-trigger,
.light-green-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-50-fg .mat-select-disabled .mat-select-value,
.light-green-50-fg .mat-select-arrow,
.light-green-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-50-fg .mat-select-content,
.light-green-50-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-50-fg .mat-select-value {
  color: white;
}
.light-green-50-border {
  border-color: #f1f8e9 !important;
}
.light-green-50-border-top {
  border-top-color: #f1f8e9 !important;
}
.light-green-50-border-right {
  border-right-color: #f1f8e9 !important;
}
.light-green-50-border-bottom {
  border-bottom-color: #f1f8e9 !important;
}
.light-green-50-border-left {
  border-left-color: #f1f8e9 !important;
}
.light-green-100-bg {
  background-color: #dcedc8 !important;
}
.mat-light-green-100-bg {
  background-color: #dcedc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-100-bg .mat-icon,
.mat-light-green-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-100-bg.secondary-text,
.mat-light-green-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-100-bg.hint-text,
.mat-light-green-100-bg .hint-text, .mat-light-green-100-bg.disabled-text,
.mat-light-green-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-100-bg.divider,
.mat-light-green-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-100-bg input[type=text] {
  color: black;
}
.mat-light-green-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-100-bg .mat-select-trigger,
.mat-light-green-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-100-bg .mat-select-disabled .mat-select-value,
.mat-light-green-100-bg .mat-select-arrow,
.mat-light-green-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-100-bg .mat-select-content,
.mat-light-green-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-100-bg[disabled] {
  background-color: rgba(220, 237, 200, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-100-fg {
  color: #dcedc8 !important;
}
.light-green-100-fg .mat-icon,
.light-green-100-fg .icon {
  color: white;
}
.light-green-100-fg.secondary-text,
.light-green-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-100-fg.hint-text,
.light-green-100-fg .hint-text, .light-green-100-fg.disabled-text,
.light-green-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-100-fg.divider,
.light-green-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-100-fg input[type=text] {
  color: white;
}
.light-green-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-100-fg .mat-select-trigger,
.light-green-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-100-fg .mat-select-disabled .mat-select-value,
.light-green-100-fg .mat-select-arrow,
.light-green-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-100-fg .mat-select-content,
.light-green-100-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-100-fg .mat-select-value {
  color: white;
}
.light-green-100-border {
  border-color: #dcedc8 !important;
}
.light-green-100-border-top {
  border-top-color: #dcedc8 !important;
}
.light-green-100-border-right {
  border-right-color: #dcedc8 !important;
}
.light-green-100-border-bottom {
  border-bottom-color: #dcedc8 !important;
}
.light-green-100-border-left {
  border-left-color: #dcedc8 !important;
}
.light-green-200-bg {
  background-color: #c5e1a5 !important;
}
.mat-light-green-200-bg {
  background-color: #c5e1a5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-200-bg .mat-icon,
.mat-light-green-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-200-bg.secondary-text,
.mat-light-green-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-200-bg.hint-text,
.mat-light-green-200-bg .hint-text, .mat-light-green-200-bg.disabled-text,
.mat-light-green-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-200-bg.divider,
.mat-light-green-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-200-bg input[type=text] {
  color: black;
}
.mat-light-green-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-200-bg .mat-select-trigger,
.mat-light-green-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-200-bg .mat-select-disabled .mat-select-value,
.mat-light-green-200-bg .mat-select-arrow,
.mat-light-green-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-200-bg .mat-select-content,
.mat-light-green-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-200-bg[disabled] {
  background-color: rgba(197, 225, 165, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-200-fg {
  color: #c5e1a5 !important;
}
.light-green-200-fg .mat-icon,
.light-green-200-fg .icon {
  color: white;
}
.light-green-200-fg.secondary-text,
.light-green-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-200-fg.hint-text,
.light-green-200-fg .hint-text, .light-green-200-fg.disabled-text,
.light-green-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-200-fg.divider,
.light-green-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-200-fg input[type=text] {
  color: white;
}
.light-green-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-200-fg .mat-select-trigger,
.light-green-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-200-fg .mat-select-disabled .mat-select-value,
.light-green-200-fg .mat-select-arrow,
.light-green-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-200-fg .mat-select-content,
.light-green-200-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-200-fg .mat-select-value {
  color: white;
}
.light-green-200-border {
  border-color: #c5e1a5 !important;
}
.light-green-200-border-top {
  border-top-color: #c5e1a5 !important;
}
.light-green-200-border-right {
  border-right-color: #c5e1a5 !important;
}
.light-green-200-border-bottom {
  border-bottom-color: #c5e1a5 !important;
}
.light-green-200-border-left {
  border-left-color: #c5e1a5 !important;
}
.light-green-300-bg {
  background-color: #aed581 !important;
}
.mat-light-green-300-bg {
  background-color: #aed581 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-300-bg .mat-icon,
.mat-light-green-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-300-bg.secondary-text,
.mat-light-green-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-300-bg.hint-text,
.mat-light-green-300-bg .hint-text, .mat-light-green-300-bg.disabled-text,
.mat-light-green-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-300-bg.divider,
.mat-light-green-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-300-bg input[type=text] {
  color: black;
}
.mat-light-green-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-300-bg .mat-select-trigger,
.mat-light-green-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-300-bg .mat-select-disabled .mat-select-value,
.mat-light-green-300-bg .mat-select-arrow,
.mat-light-green-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-300-bg .mat-select-content,
.mat-light-green-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-300-bg[disabled] {
  background-color: rgba(174, 213, 129, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-300-fg {
  color: #aed581 !important;
}
.light-green-300-fg .mat-icon,
.light-green-300-fg .icon {
  color: white;
}
.light-green-300-fg.secondary-text,
.light-green-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-300-fg.hint-text,
.light-green-300-fg .hint-text, .light-green-300-fg.disabled-text,
.light-green-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-300-fg.divider,
.light-green-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-300-fg input[type=text] {
  color: white;
}
.light-green-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-300-fg .mat-select-trigger,
.light-green-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-300-fg .mat-select-disabled .mat-select-value,
.light-green-300-fg .mat-select-arrow,
.light-green-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-300-fg .mat-select-content,
.light-green-300-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-300-fg .mat-select-value {
  color: white;
}
.light-green-300-border {
  border-color: #aed581 !important;
}
.light-green-300-border-top {
  border-top-color: #aed581 !important;
}
.light-green-300-border-right {
  border-right-color: #aed581 !important;
}
.light-green-300-border-bottom {
  border-bottom-color: #aed581 !important;
}
.light-green-300-border-left {
  border-left-color: #aed581 !important;
}
.light-green-400-bg {
  background-color: #9ccc65 !important;
}
.mat-light-green-400-bg {
  background-color: #9ccc65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-400-bg .mat-icon,
.mat-light-green-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-400-bg.secondary-text,
.mat-light-green-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-400-bg.hint-text,
.mat-light-green-400-bg .hint-text, .mat-light-green-400-bg.disabled-text,
.mat-light-green-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-400-bg.divider,
.mat-light-green-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-400-bg input[type=text] {
  color: black;
}
.mat-light-green-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-400-bg .mat-select-trigger,
.mat-light-green-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-400-bg .mat-select-disabled .mat-select-value,
.mat-light-green-400-bg .mat-select-arrow,
.mat-light-green-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-400-bg .mat-select-content,
.mat-light-green-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-400-bg[disabled] {
  background-color: rgba(156, 204, 101, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-400-fg {
  color: #9ccc65 !important;
}
.light-green-400-fg .mat-icon,
.light-green-400-fg .icon {
  color: white;
}
.light-green-400-fg.secondary-text,
.light-green-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-400-fg.hint-text,
.light-green-400-fg .hint-text, .light-green-400-fg.disabled-text,
.light-green-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-400-fg.divider,
.light-green-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-400-fg input[type=text] {
  color: white;
}
.light-green-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-400-fg .mat-select-trigger,
.light-green-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-400-fg .mat-select-disabled .mat-select-value,
.light-green-400-fg .mat-select-arrow,
.light-green-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-400-fg .mat-select-content,
.light-green-400-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-400-fg .mat-select-value {
  color: white;
}
.light-green-400-border {
  border-color: #9ccc65 !important;
}
.light-green-400-border-top {
  border-top-color: #9ccc65 !important;
}
.light-green-400-border-right {
  border-right-color: #9ccc65 !important;
}
.light-green-400-border-bottom {
  border-bottom-color: #9ccc65 !important;
}
.light-green-400-border-left {
  border-left-color: #9ccc65 !important;
}
.light-green-500-bg {
  background-color: #8bc34a !important;
}
.mat-light-green-500-bg {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-500-bg .mat-icon,
.mat-light-green-500-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-500-bg.secondary-text,
.mat-light-green-500-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-500-bg.hint-text,
.mat-light-green-500-bg .hint-text, .mat-light-green-500-bg.disabled-text,
.mat-light-green-500-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-500-bg.divider,
.mat-light-green-500-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-500-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-500-bg input[type=text] {
  color: black;
}
.mat-light-green-500-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-500-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-500-bg .mat-select-trigger,
.mat-light-green-500-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-500-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-500-bg .mat-select-disabled .mat-select-value,
.mat-light-green-500-bg .mat-select-arrow,
.mat-light-green-500-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-500-bg .mat-select-content,
.mat-light-green-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-500-bg[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-500-fg {
  color: #8bc34a !important;
}
.light-green-500-fg .mat-icon,
.light-green-500-fg .icon {
  color: white;
}
.light-green-500-fg.secondary-text,
.light-green-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-500-fg.hint-text,
.light-green-500-fg .hint-text, .light-green-500-fg.disabled-text,
.light-green-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-500-fg.divider,
.light-green-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-500-fg input[type=text] {
  color: white;
}
.light-green-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-500-fg .mat-select-trigger,
.light-green-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-500-fg .mat-select-disabled .mat-select-value,
.light-green-500-fg .mat-select-arrow,
.light-green-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-500-fg .mat-select-content,
.light-green-500-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-500-fg .mat-select-value {
  color: white;
}
.light-green-500-border {
  border-color: #8bc34a !important;
}
.light-green-500-border-top {
  border-top-color: #8bc34a !important;
}
.light-green-500-border-right {
  border-right-color: #8bc34a !important;
}
.light-green-500-border-bottom {
  border-bottom-color: #8bc34a !important;
}
.light-green-500-border-left {
  border-left-color: #8bc34a !important;
}
.light-green-bg {
  background-color: #8bc34a !important;
}
.mat-light-green-bg {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-bg .mat-icon,
.mat-light-green-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-bg.secondary-text,
.mat-light-green-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-bg.hint-text,
.mat-light-green-bg .hint-text, .mat-light-green-bg.disabled-text,
.mat-light-green-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-bg.divider,
.mat-light-green-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-bg input[type=text] {
  color: black;
}
.mat-light-green-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-bg .mat-select-trigger,
.mat-light-green-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-bg .mat-select-disabled .mat-select-value,
.mat-light-green-bg .mat-select-arrow,
.mat-light-green-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-bg .mat-select-content,
.mat-light-green-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-bg[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-fg {
  color: #8bc34a !important;
}
.light-green-fg .mat-icon,
.light-green-fg .icon {
  color: white;
}
.light-green-fg.secondary-text,
.light-green-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-fg.hint-text,
.light-green-fg .hint-text, .light-green-fg.disabled-text,
.light-green-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-fg.divider,
.light-green-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-fg input[type=text] {
  color: white;
}
.light-green-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-fg .mat-select-trigger,
.light-green-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-fg .mat-select-disabled .mat-select-value,
.light-green-fg .mat-select-arrow,
.light-green-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-fg .mat-select-content,
.light-green-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-fg .mat-select-value {
  color: white;
}
.light-green-border {
  border-color: #8bc34a !important;
}
.light-green-border-top {
  border-top-color: #8bc34a !important;
}
.light-green-border-right {
  border-right-color: #8bc34a !important;
}
.light-green-border-bottom {
  border-bottom-color: #8bc34a !important;
}
.light-green-border-left {
  border-left-color: #8bc34a !important;
}
.light-green-600-bg {
  background-color: #7cb342 !important;
}
.mat-light-green-600-bg {
  background-color: #7cb342 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-600-bg .mat-icon,
.mat-light-green-600-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-600-bg.secondary-text,
.mat-light-green-600-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-600-bg.hint-text,
.mat-light-green-600-bg .hint-text, .mat-light-green-600-bg.disabled-text,
.mat-light-green-600-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-600-bg.divider,
.mat-light-green-600-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-600-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-600-bg input[type=text] {
  color: black;
}
.mat-light-green-600-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-600-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-600-bg .mat-select-trigger,
.mat-light-green-600-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-600-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-600-bg .mat-select-disabled .mat-select-value,
.mat-light-green-600-bg .mat-select-arrow,
.mat-light-green-600-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-600-bg .mat-select-content,
.mat-light-green-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-600-bg[disabled] {
  background-color: rgba(124, 179, 66, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-600-fg {
  color: #7cb342 !important;
}
.light-green-600-fg .mat-icon,
.light-green-600-fg .icon {
  color: white;
}
.light-green-600-fg.secondary-text,
.light-green-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-600-fg.hint-text,
.light-green-600-fg .hint-text, .light-green-600-fg.disabled-text,
.light-green-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-600-fg.divider,
.light-green-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-600-fg input[type=text] {
  color: white;
}
.light-green-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-600-fg .mat-select-trigger,
.light-green-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-600-fg .mat-select-disabled .mat-select-value,
.light-green-600-fg .mat-select-arrow,
.light-green-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-600-fg .mat-select-content,
.light-green-600-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-600-fg .mat-select-value {
  color: white;
}
.light-green-600-border {
  border-color: #7cb342 !important;
}
.light-green-600-border-top {
  border-top-color: #7cb342 !important;
}
.light-green-600-border-right {
  border-right-color: #7cb342 !important;
}
.light-green-600-border-bottom {
  border-bottom-color: #7cb342 !important;
}
.light-green-600-border-left {
  border-left-color: #7cb342 !important;
}
.light-green-700-bg {
  background-color: #689f38 !important;
}
.mat-light-green-700-bg {
  background-color: #689f38 !important;
  color: white !important;
}
.mat-light-green-700-bg .mat-icon,
.mat-light-green-700-bg .icon {
  color: white;
}
.mat-light-green-700-bg.secondary-text,
.mat-light-green-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-light-green-700-bg.hint-text,
.mat-light-green-700-bg .hint-text, .mat-light-green-700-bg.disabled-text,
.mat-light-green-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-light-green-700-bg.divider,
.mat-light-green-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-light-green-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-light-green-700-bg input[type=text] {
  color: white;
}
.mat-light-green-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-green-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-green-700-bg .mat-select-trigger,
.mat-light-green-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-green-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-green-700-bg .mat-select-disabled .mat-select-value,
.mat-light-green-700-bg .mat-select-arrow,
.mat-light-green-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-green-700-bg .mat-select-content,
.mat-light-green-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-700-bg .mat-select-value {
  color: white;
}
.mat-light-green-700-bg[disabled] {
  background-color: rgba(104, 159, 56, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-green-700-fg {
  color: #689f38 !important;
}
.light-green-700-fg .mat-icon,
.light-green-700-fg .icon {
  color: white;
}
.light-green-700-fg.secondary-text,
.light-green-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-700-fg.hint-text,
.light-green-700-fg .hint-text, .light-green-700-fg.disabled-text,
.light-green-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-700-fg.divider,
.light-green-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-700-fg input[type=text] {
  color: white;
}
.light-green-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-700-fg .mat-select-trigger,
.light-green-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-700-fg .mat-select-disabled .mat-select-value,
.light-green-700-fg .mat-select-arrow,
.light-green-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-700-fg .mat-select-content,
.light-green-700-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-700-fg .mat-select-value {
  color: white;
}
.light-green-700-border {
  border-color: #689f38 !important;
}
.light-green-700-border-top {
  border-top-color: #689f38 !important;
}
.light-green-700-border-right {
  border-right-color: #689f38 !important;
}
.light-green-700-border-bottom {
  border-bottom-color: #689f38 !important;
}
.light-green-700-border-left {
  border-left-color: #689f38 !important;
}
.light-green-800-bg {
  background-color: #558b2f !important;
}
.mat-light-green-800-bg {
  background-color: #558b2f !important;
  color: white !important;
}
.mat-light-green-800-bg .mat-icon,
.mat-light-green-800-bg .icon {
  color: white;
}
.mat-light-green-800-bg.secondary-text,
.mat-light-green-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-light-green-800-bg.hint-text,
.mat-light-green-800-bg .hint-text, .mat-light-green-800-bg.disabled-text,
.mat-light-green-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-light-green-800-bg.divider,
.mat-light-green-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-light-green-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-light-green-800-bg input[type=text] {
  color: white;
}
.mat-light-green-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-green-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-green-800-bg .mat-select-trigger,
.mat-light-green-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-green-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-green-800-bg .mat-select-disabled .mat-select-value,
.mat-light-green-800-bg .mat-select-arrow,
.mat-light-green-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-green-800-bg .mat-select-content,
.mat-light-green-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-800-bg .mat-select-value {
  color: white;
}
.mat-light-green-800-bg[disabled] {
  background-color: rgba(85, 139, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-green-800-fg {
  color: #558b2f !important;
}
.light-green-800-fg .mat-icon,
.light-green-800-fg .icon {
  color: white;
}
.light-green-800-fg.secondary-text,
.light-green-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-800-fg.hint-text,
.light-green-800-fg .hint-text, .light-green-800-fg.disabled-text,
.light-green-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-800-fg.divider,
.light-green-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-800-fg input[type=text] {
  color: white;
}
.light-green-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-800-fg .mat-select-trigger,
.light-green-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-800-fg .mat-select-disabled .mat-select-value,
.light-green-800-fg .mat-select-arrow,
.light-green-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-800-fg .mat-select-content,
.light-green-800-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-800-fg .mat-select-value {
  color: white;
}
.light-green-800-border {
  border-color: #558b2f !important;
}
.light-green-800-border-top {
  border-top-color: #558b2f !important;
}
.light-green-800-border-right {
  border-right-color: #558b2f !important;
}
.light-green-800-border-bottom {
  border-bottom-color: #558b2f !important;
}
.light-green-800-border-left {
  border-left-color: #558b2f !important;
}
.light-green-900-bg {
  background-color: #33691e !important;
}
.mat-light-green-900-bg {
  background-color: #33691e !important;
  color: white !important;
}
.mat-light-green-900-bg .mat-icon,
.mat-light-green-900-bg .icon {
  color: white;
}
.mat-light-green-900-bg.secondary-text,
.mat-light-green-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-light-green-900-bg.hint-text,
.mat-light-green-900-bg .hint-text, .mat-light-green-900-bg.disabled-text,
.mat-light-green-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-light-green-900-bg.divider,
.mat-light-green-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-light-green-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-light-green-900-bg input[type=text] {
  color: white;
}
.mat-light-green-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-green-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-green-900-bg .mat-select-trigger,
.mat-light-green-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-green-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-light-green-900-bg .mat-select-disabled .mat-select-value,
.mat-light-green-900-bg .mat-select-arrow,
.mat-light-green-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-light-green-900-bg .mat-select-content,
.mat-light-green-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-900-bg .mat-select-value {
  color: white;
}
.mat-light-green-900-bg[disabled] {
  background-color: rgba(51, 105, 30, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-green-900-fg {
  color: #33691e !important;
}
.light-green-900-fg .mat-icon,
.light-green-900-fg .icon {
  color: white;
}
.light-green-900-fg.secondary-text,
.light-green-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-900-fg.hint-text,
.light-green-900-fg .hint-text, .light-green-900-fg.disabled-text,
.light-green-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-900-fg.divider,
.light-green-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-900-fg input[type=text] {
  color: white;
}
.light-green-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-900-fg .mat-select-trigger,
.light-green-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-900-fg .mat-select-disabled .mat-select-value,
.light-green-900-fg .mat-select-arrow,
.light-green-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-900-fg .mat-select-content,
.light-green-900-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-900-fg .mat-select-value {
  color: white;
}
.light-green-900-border {
  border-color: #33691e !important;
}
.light-green-900-border-top {
  border-top-color: #33691e !important;
}
.light-green-900-border-right {
  border-right-color: #33691e !important;
}
.light-green-900-border-bottom {
  border-bottom-color: #33691e !important;
}
.light-green-900-border-left {
  border-left-color: #33691e !important;
}
.light-green-A100-bg {
  background-color: #ccff90 !important;
}
.mat-light-green-A100-bg {
  background-color: #ccff90 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-A100-bg .mat-icon,
.mat-light-green-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-A100-bg.secondary-text,
.mat-light-green-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-A100-bg.hint-text,
.mat-light-green-A100-bg .hint-text, .mat-light-green-A100-bg.disabled-text,
.mat-light-green-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-A100-bg.divider,
.mat-light-green-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-A100-bg input[type=text] {
  color: black;
}
.mat-light-green-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-A100-bg .mat-select-trigger,
.mat-light-green-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-A100-bg .mat-select-disabled .mat-select-value,
.mat-light-green-A100-bg .mat-select-arrow,
.mat-light-green-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A100-bg .mat-select-content,
.mat-light-green-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-A100-bg[disabled] {
  background-color: rgba(204, 255, 144, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A100-fg {
  color: #ccff90 !important;
}
.light-green-A100-fg .mat-icon,
.light-green-A100-fg .icon {
  color: white;
}
.light-green-A100-fg.secondary-text,
.light-green-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-A100-fg.hint-text,
.light-green-A100-fg .hint-text, .light-green-A100-fg.disabled-text,
.light-green-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-A100-fg.divider,
.light-green-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-A100-fg input[type=text] {
  color: white;
}
.light-green-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-A100-fg .mat-select-trigger,
.light-green-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-A100-fg .mat-select-disabled .mat-select-value,
.light-green-A100-fg .mat-select-arrow,
.light-green-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A100-fg .mat-select-content,
.light-green-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-A100-fg .mat-select-value {
  color: white;
}
.light-green-A100-border {
  border-color: #ccff90 !important;
}
.light-green-A100-border-top {
  border-top-color: #ccff90 !important;
}
.light-green-A100-border-right {
  border-right-color: #ccff90 !important;
}
.light-green-A100-border-bottom {
  border-bottom-color: #ccff90 !important;
}
.light-green-A100-border-left {
  border-left-color: #ccff90 !important;
}
.light-green-A200-bg {
  background-color: #b2ff59 !important;
}
.mat-light-green-A200-bg {
  background-color: #b2ff59 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-A200-bg .mat-icon,
.mat-light-green-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-A200-bg.secondary-text,
.mat-light-green-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-A200-bg.hint-text,
.mat-light-green-A200-bg .hint-text, .mat-light-green-A200-bg.disabled-text,
.mat-light-green-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-A200-bg.divider,
.mat-light-green-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-A200-bg input[type=text] {
  color: black;
}
.mat-light-green-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-A200-bg .mat-select-trigger,
.mat-light-green-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-A200-bg .mat-select-disabled .mat-select-value,
.mat-light-green-A200-bg .mat-select-arrow,
.mat-light-green-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A200-bg .mat-select-content,
.mat-light-green-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-A200-bg[disabled] {
  background-color: rgba(178, 255, 89, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A200-fg {
  color: #b2ff59 !important;
}
.light-green-A200-fg .mat-icon,
.light-green-A200-fg .icon {
  color: white;
}
.light-green-A200-fg.secondary-text,
.light-green-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-A200-fg.hint-text,
.light-green-A200-fg .hint-text, .light-green-A200-fg.disabled-text,
.light-green-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-A200-fg.divider,
.light-green-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-A200-fg input[type=text] {
  color: white;
}
.light-green-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-A200-fg .mat-select-trigger,
.light-green-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-A200-fg .mat-select-disabled .mat-select-value,
.light-green-A200-fg .mat-select-arrow,
.light-green-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A200-fg .mat-select-content,
.light-green-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-A200-fg .mat-select-value {
  color: white;
}
.light-green-A200-border {
  border-color: #b2ff59 !important;
}
.light-green-A200-border-top {
  border-top-color: #b2ff59 !important;
}
.light-green-A200-border-right {
  border-right-color: #b2ff59 !important;
}
.light-green-A200-border-bottom {
  border-bottom-color: #b2ff59 !important;
}
.light-green-A200-border-left {
  border-left-color: #b2ff59 !important;
}
.light-green-A400-bg {
  background-color: #76ff03 !important;
}
.mat-light-green-A400-bg {
  background-color: #76ff03 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-A400-bg .mat-icon,
.mat-light-green-A400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-A400-bg.secondary-text,
.mat-light-green-A400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-A400-bg.hint-text,
.mat-light-green-A400-bg .hint-text, .mat-light-green-A400-bg.disabled-text,
.mat-light-green-A400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-A400-bg.divider,
.mat-light-green-A400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-A400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-A400-bg input[type=text] {
  color: black;
}
.mat-light-green-A400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-A400-bg .mat-select-trigger,
.mat-light-green-A400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-A400-bg .mat-select-disabled .mat-select-value,
.mat-light-green-A400-bg .mat-select-arrow,
.mat-light-green-A400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A400-bg .mat-select-content,
.mat-light-green-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-A400-bg[disabled] {
  background-color: rgba(118, 255, 3, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A400-fg {
  color: #76ff03 !important;
}
.light-green-A400-fg .mat-icon,
.light-green-A400-fg .icon {
  color: white;
}
.light-green-A400-fg.secondary-text,
.light-green-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-A400-fg.hint-text,
.light-green-A400-fg .hint-text, .light-green-A400-fg.disabled-text,
.light-green-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-A400-fg.divider,
.light-green-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-A400-fg input[type=text] {
  color: white;
}
.light-green-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-A400-fg .mat-select-trigger,
.light-green-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-A400-fg .mat-select-disabled .mat-select-value,
.light-green-A400-fg .mat-select-arrow,
.light-green-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A400-fg .mat-select-content,
.light-green-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-A400-fg .mat-select-value {
  color: white;
}
.light-green-A400-border {
  border-color: #76ff03 !important;
}
.light-green-A400-border-top {
  border-top-color: #76ff03 !important;
}
.light-green-A400-border-right {
  border-right-color: #76ff03 !important;
}
.light-green-A400-border-bottom {
  border-bottom-color: #76ff03 !important;
}
.light-green-A400-border-left {
  border-left-color: #76ff03 !important;
}
.light-green-A700-bg {
  background-color: #64dd17 !important;
}
.mat-light-green-A700-bg {
  background-color: #64dd17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-light-green-A700-bg .mat-icon,
.mat-light-green-A700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-light-green-A700-bg.secondary-text,
.mat-light-green-A700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-light-green-A700-bg.hint-text,
.mat-light-green-A700-bg .hint-text, .mat-light-green-A700-bg.disabled-text,
.mat-light-green-A700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-light-green-A700-bg.divider,
.mat-light-green-A700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-light-green-A700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-light-green-A700-bg input[type=text] {
  color: black;
}
.mat-light-green-A700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-A700-bg .mat-select-trigger,
.mat-light-green-A700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-light-green-A700-bg .mat-select-disabled .mat-select-value,
.mat-light-green-A700-bg .mat-select-arrow,
.mat-light-green-A700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-light-green-A700-bg .mat-select-content,
.mat-light-green-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-light-green-A700-bg[disabled] {
  background-color: rgba(100, 221, 23, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A700-fg {
  color: #64dd17 !important;
}
.light-green-A700-fg .mat-icon,
.light-green-A700-fg .icon {
  color: white;
}
.light-green-A700-fg.secondary-text,
.light-green-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.light-green-A700-fg.hint-text,
.light-green-A700-fg .hint-text, .light-green-A700-fg.disabled-text,
.light-green-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.light-green-A700-fg.divider,
.light-green-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.light-green-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.light-green-A700-fg input[type=text] {
  color: white;
}
.light-green-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-A700-fg .mat-select-trigger,
.light-green-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.light-green-A700-fg .mat-select-disabled .mat-select-value,
.light-green-A700-fg .mat-select-arrow,
.light-green-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.light-green-A700-fg .mat-select-content,
.light-green-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.light-green-A700-fg .mat-select-value {
  color: white;
}
.light-green-A700-border {
  border-color: #64dd17 !important;
}
.light-green-A700-border-top {
  border-top-color: #64dd17 !important;
}
.light-green-A700-border-right {
  border-right-color: #64dd17 !important;
}
.light-green-A700-border-bottom {
  border-bottom-color: #64dd17 !important;
}
.light-green-A700-border-left {
  border-left-color: #64dd17 !important;
}
.lime-50-bg {
  background-color: #f9fbe7 !important;
}
.mat-lime-50-bg {
  background-color: #f9fbe7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-50-bg .mat-icon,
.mat-lime-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-50-bg.secondary-text,
.mat-lime-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-50-bg.hint-text,
.mat-lime-50-bg .hint-text, .mat-lime-50-bg.disabled-text,
.mat-lime-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-50-bg.divider,
.mat-lime-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-50-bg input[type=text] {
  color: black;
}
.mat-lime-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-50-bg .mat-select-trigger,
.mat-lime-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-50-bg .mat-select-disabled .mat-select-value,
.mat-lime-50-bg .mat-select-arrow,
.mat-lime-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-50-bg .mat-select-content,
.mat-lime-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-50-bg[disabled] {
  background-color: rgba(249, 251, 231, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-50-fg {
  color: #f9fbe7 !important;
}
.lime-50-fg .mat-icon,
.lime-50-fg .icon {
  color: white;
}
.lime-50-fg.secondary-text,
.lime-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-50-fg.hint-text,
.lime-50-fg .hint-text, .lime-50-fg.disabled-text,
.lime-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-50-fg.divider,
.lime-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-50-fg input[type=text] {
  color: white;
}
.lime-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-50-fg .mat-select-trigger,
.lime-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-50-fg .mat-select-disabled .mat-select-value,
.lime-50-fg .mat-select-arrow,
.lime-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-50-fg .mat-select-content,
.lime-50-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-50-fg .mat-select-value {
  color: white;
}
.lime-50-border {
  border-color: #f9fbe7 !important;
}
.lime-50-border-top {
  border-top-color: #f9fbe7 !important;
}
.lime-50-border-right {
  border-right-color: #f9fbe7 !important;
}
.lime-50-border-bottom {
  border-bottom-color: #f9fbe7 !important;
}
.lime-50-border-left {
  border-left-color: #f9fbe7 !important;
}
.lime-100-bg {
  background-color: #f0f4c3 !important;
}
.mat-lime-100-bg {
  background-color: #f0f4c3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-100-bg .mat-icon,
.mat-lime-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-100-bg.secondary-text,
.mat-lime-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-100-bg.hint-text,
.mat-lime-100-bg .hint-text, .mat-lime-100-bg.disabled-text,
.mat-lime-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-100-bg.divider,
.mat-lime-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-100-bg input[type=text] {
  color: black;
}
.mat-lime-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-100-bg .mat-select-trigger,
.mat-lime-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-100-bg .mat-select-disabled .mat-select-value,
.mat-lime-100-bg .mat-select-arrow,
.mat-lime-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-100-bg .mat-select-content,
.mat-lime-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-100-bg[disabled] {
  background-color: rgba(240, 244, 195, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-100-fg {
  color: #f0f4c3 !important;
}
.lime-100-fg .mat-icon,
.lime-100-fg .icon {
  color: white;
}
.lime-100-fg.secondary-text,
.lime-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-100-fg.hint-text,
.lime-100-fg .hint-text, .lime-100-fg.disabled-text,
.lime-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-100-fg.divider,
.lime-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-100-fg input[type=text] {
  color: white;
}
.lime-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-100-fg .mat-select-trigger,
.lime-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-100-fg .mat-select-disabled .mat-select-value,
.lime-100-fg .mat-select-arrow,
.lime-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-100-fg .mat-select-content,
.lime-100-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-100-fg .mat-select-value {
  color: white;
}
.lime-100-border {
  border-color: #f0f4c3 !important;
}
.lime-100-border-top {
  border-top-color: #f0f4c3 !important;
}
.lime-100-border-right {
  border-right-color: #f0f4c3 !important;
}
.lime-100-border-bottom {
  border-bottom-color: #f0f4c3 !important;
}
.lime-100-border-left {
  border-left-color: #f0f4c3 !important;
}
.lime-200-bg {
  background-color: #e6ee9c !important;
}
.mat-lime-200-bg {
  background-color: #e6ee9c !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-200-bg .mat-icon,
.mat-lime-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-200-bg.secondary-text,
.mat-lime-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-200-bg.hint-text,
.mat-lime-200-bg .hint-text, .mat-lime-200-bg.disabled-text,
.mat-lime-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-200-bg.divider,
.mat-lime-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-200-bg input[type=text] {
  color: black;
}
.mat-lime-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-200-bg .mat-select-trigger,
.mat-lime-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-200-bg .mat-select-disabled .mat-select-value,
.mat-lime-200-bg .mat-select-arrow,
.mat-lime-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-200-bg .mat-select-content,
.mat-lime-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-200-bg[disabled] {
  background-color: rgba(230, 238, 156, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-200-fg {
  color: #e6ee9c !important;
}
.lime-200-fg .mat-icon,
.lime-200-fg .icon {
  color: white;
}
.lime-200-fg.secondary-text,
.lime-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-200-fg.hint-text,
.lime-200-fg .hint-text, .lime-200-fg.disabled-text,
.lime-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-200-fg.divider,
.lime-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-200-fg input[type=text] {
  color: white;
}
.lime-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-200-fg .mat-select-trigger,
.lime-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-200-fg .mat-select-disabled .mat-select-value,
.lime-200-fg .mat-select-arrow,
.lime-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-200-fg .mat-select-content,
.lime-200-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-200-fg .mat-select-value {
  color: white;
}
.lime-200-border {
  border-color: #e6ee9c !important;
}
.lime-200-border-top {
  border-top-color: #e6ee9c !important;
}
.lime-200-border-right {
  border-right-color: #e6ee9c !important;
}
.lime-200-border-bottom {
  border-bottom-color: #e6ee9c !important;
}
.lime-200-border-left {
  border-left-color: #e6ee9c !important;
}
.lime-300-bg {
  background-color: #dce775 !important;
}
.mat-lime-300-bg {
  background-color: #dce775 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-300-bg .mat-icon,
.mat-lime-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-300-bg.secondary-text,
.mat-lime-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-300-bg.hint-text,
.mat-lime-300-bg .hint-text, .mat-lime-300-bg.disabled-text,
.mat-lime-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-300-bg.divider,
.mat-lime-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-300-bg input[type=text] {
  color: black;
}
.mat-lime-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-300-bg .mat-select-trigger,
.mat-lime-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-300-bg .mat-select-disabled .mat-select-value,
.mat-lime-300-bg .mat-select-arrow,
.mat-lime-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-300-bg .mat-select-content,
.mat-lime-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-300-bg[disabled] {
  background-color: rgba(220, 231, 117, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-300-fg {
  color: #dce775 !important;
}
.lime-300-fg .mat-icon,
.lime-300-fg .icon {
  color: white;
}
.lime-300-fg.secondary-text,
.lime-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-300-fg.hint-text,
.lime-300-fg .hint-text, .lime-300-fg.disabled-text,
.lime-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-300-fg.divider,
.lime-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-300-fg input[type=text] {
  color: white;
}
.lime-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-300-fg .mat-select-trigger,
.lime-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-300-fg .mat-select-disabled .mat-select-value,
.lime-300-fg .mat-select-arrow,
.lime-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-300-fg .mat-select-content,
.lime-300-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-300-fg .mat-select-value {
  color: white;
}
.lime-300-border {
  border-color: #dce775 !important;
}
.lime-300-border-top {
  border-top-color: #dce775 !important;
}
.lime-300-border-right {
  border-right-color: #dce775 !important;
}
.lime-300-border-bottom {
  border-bottom-color: #dce775 !important;
}
.lime-300-border-left {
  border-left-color: #dce775 !important;
}
.lime-400-bg {
  background-color: #d4e157 !important;
}
.mat-lime-400-bg {
  background-color: #d4e157 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-400-bg .mat-icon,
.mat-lime-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-400-bg.secondary-text,
.mat-lime-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-400-bg.hint-text,
.mat-lime-400-bg .hint-text, .mat-lime-400-bg.disabled-text,
.mat-lime-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-400-bg.divider,
.mat-lime-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-400-bg input[type=text] {
  color: black;
}
.mat-lime-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-400-bg .mat-select-trigger,
.mat-lime-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-400-bg .mat-select-disabled .mat-select-value,
.mat-lime-400-bg .mat-select-arrow,
.mat-lime-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-400-bg .mat-select-content,
.mat-lime-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-400-bg[disabled] {
  background-color: rgba(212, 225, 87, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-400-fg {
  color: #d4e157 !important;
}
.lime-400-fg .mat-icon,
.lime-400-fg .icon {
  color: white;
}
.lime-400-fg.secondary-text,
.lime-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-400-fg.hint-text,
.lime-400-fg .hint-text, .lime-400-fg.disabled-text,
.lime-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-400-fg.divider,
.lime-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-400-fg input[type=text] {
  color: white;
}
.lime-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-400-fg .mat-select-trigger,
.lime-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-400-fg .mat-select-disabled .mat-select-value,
.lime-400-fg .mat-select-arrow,
.lime-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-400-fg .mat-select-content,
.lime-400-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-400-fg .mat-select-value {
  color: white;
}
.lime-400-border {
  border-color: #d4e157 !important;
}
.lime-400-border-top {
  border-top-color: #d4e157 !important;
}
.lime-400-border-right {
  border-right-color: #d4e157 !important;
}
.lime-400-border-bottom {
  border-bottom-color: #d4e157 !important;
}
.lime-400-border-left {
  border-left-color: #d4e157 !important;
}
.lime-500-bg {
  background-color: #cddc39 !important;
}
.mat-lime-500-bg {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-500-bg .mat-icon,
.mat-lime-500-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-500-bg.secondary-text,
.mat-lime-500-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-500-bg.hint-text,
.mat-lime-500-bg .hint-text, .mat-lime-500-bg.disabled-text,
.mat-lime-500-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-500-bg.divider,
.mat-lime-500-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-500-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-500-bg input[type=text] {
  color: black;
}
.mat-lime-500-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-500-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-500-bg .mat-select-trigger,
.mat-lime-500-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-500-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-500-bg .mat-select-disabled .mat-select-value,
.mat-lime-500-bg .mat-select-arrow,
.mat-lime-500-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-500-bg .mat-select-content,
.mat-lime-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-500-bg[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-500-fg {
  color: #cddc39 !important;
}
.lime-500-fg .mat-icon,
.lime-500-fg .icon {
  color: white;
}
.lime-500-fg.secondary-text,
.lime-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-500-fg.hint-text,
.lime-500-fg .hint-text, .lime-500-fg.disabled-text,
.lime-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-500-fg.divider,
.lime-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-500-fg input[type=text] {
  color: white;
}
.lime-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-500-fg .mat-select-trigger,
.lime-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-500-fg .mat-select-disabled .mat-select-value,
.lime-500-fg .mat-select-arrow,
.lime-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-500-fg .mat-select-content,
.lime-500-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-500-fg .mat-select-value {
  color: white;
}
.lime-500-border {
  border-color: #cddc39 !important;
}
.lime-500-border-top {
  border-top-color: #cddc39 !important;
}
.lime-500-border-right {
  border-right-color: #cddc39 !important;
}
.lime-500-border-bottom {
  border-bottom-color: #cddc39 !important;
}
.lime-500-border-left {
  border-left-color: #cddc39 !important;
}
.lime-bg {
  background-color: #cddc39 !important;
}
.mat-lime-bg {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-bg .mat-icon,
.mat-lime-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-bg.secondary-text,
.mat-lime-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-bg.hint-text,
.mat-lime-bg .hint-text, .mat-lime-bg.disabled-text,
.mat-lime-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-bg.divider,
.mat-lime-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-bg input[type=text] {
  color: black;
}
.mat-lime-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-bg .mat-select-trigger,
.mat-lime-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-bg .mat-select-disabled .mat-select-value,
.mat-lime-bg .mat-select-arrow,
.mat-lime-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-bg .mat-select-content,
.mat-lime-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-bg[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-fg {
  color: #cddc39 !important;
}
.lime-fg .mat-icon,
.lime-fg .icon {
  color: white;
}
.lime-fg.secondary-text,
.lime-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-fg.hint-text,
.lime-fg .hint-text, .lime-fg.disabled-text,
.lime-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-fg.divider,
.lime-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-fg input[type=text] {
  color: white;
}
.lime-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-fg .mat-select-trigger,
.lime-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-fg .mat-select-disabled .mat-select-value,
.lime-fg .mat-select-arrow,
.lime-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-fg .mat-select-content,
.lime-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-fg .mat-select-value {
  color: white;
}
.lime-border {
  border-color: #cddc39 !important;
}
.lime-border-top {
  border-top-color: #cddc39 !important;
}
.lime-border-right {
  border-right-color: #cddc39 !important;
}
.lime-border-bottom {
  border-bottom-color: #cddc39 !important;
}
.lime-border-left {
  border-left-color: #cddc39 !important;
}
.lime-600-bg {
  background-color: #c0ca33 !important;
}
.mat-lime-600-bg {
  background-color: #c0ca33 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-600-bg .mat-icon,
.mat-lime-600-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-600-bg.secondary-text,
.mat-lime-600-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-600-bg.hint-text,
.mat-lime-600-bg .hint-text, .mat-lime-600-bg.disabled-text,
.mat-lime-600-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-600-bg.divider,
.mat-lime-600-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-600-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-600-bg input[type=text] {
  color: black;
}
.mat-lime-600-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-600-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-600-bg .mat-select-trigger,
.mat-lime-600-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-600-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-600-bg .mat-select-disabled .mat-select-value,
.mat-lime-600-bg .mat-select-arrow,
.mat-lime-600-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-600-bg .mat-select-content,
.mat-lime-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-600-bg[disabled] {
  background-color: rgba(192, 202, 51, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-600-fg {
  color: #c0ca33 !important;
}
.lime-600-fg .mat-icon,
.lime-600-fg .icon {
  color: white;
}
.lime-600-fg.secondary-text,
.lime-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-600-fg.hint-text,
.lime-600-fg .hint-text, .lime-600-fg.disabled-text,
.lime-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-600-fg.divider,
.lime-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-600-fg input[type=text] {
  color: white;
}
.lime-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-600-fg .mat-select-trigger,
.lime-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-600-fg .mat-select-disabled .mat-select-value,
.lime-600-fg .mat-select-arrow,
.lime-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-600-fg .mat-select-content,
.lime-600-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-600-fg .mat-select-value {
  color: white;
}
.lime-600-border {
  border-color: #c0ca33 !important;
}
.lime-600-border-top {
  border-top-color: #c0ca33 !important;
}
.lime-600-border-right {
  border-right-color: #c0ca33 !important;
}
.lime-600-border-bottom {
  border-bottom-color: #c0ca33 !important;
}
.lime-600-border-left {
  border-left-color: #c0ca33 !important;
}
.lime-700-bg {
  background-color: #afb42b !important;
}
.mat-lime-700-bg {
  background-color: #afb42b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-700-bg .mat-icon,
.mat-lime-700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-700-bg.secondary-text,
.mat-lime-700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-700-bg.hint-text,
.mat-lime-700-bg .hint-text, .mat-lime-700-bg.disabled-text,
.mat-lime-700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-700-bg.divider,
.mat-lime-700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-700-bg input[type=text] {
  color: black;
}
.mat-lime-700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-700-bg .mat-select-trigger,
.mat-lime-700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-700-bg .mat-select-disabled .mat-select-value,
.mat-lime-700-bg .mat-select-arrow,
.mat-lime-700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-700-bg .mat-select-content,
.mat-lime-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-700-bg[disabled] {
  background-color: rgba(175, 180, 43, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-700-fg {
  color: #afb42b !important;
}
.lime-700-fg .mat-icon,
.lime-700-fg .icon {
  color: white;
}
.lime-700-fg.secondary-text,
.lime-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-700-fg.hint-text,
.lime-700-fg .hint-text, .lime-700-fg.disabled-text,
.lime-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-700-fg.divider,
.lime-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-700-fg input[type=text] {
  color: white;
}
.lime-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-700-fg .mat-select-trigger,
.lime-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-700-fg .mat-select-disabled .mat-select-value,
.lime-700-fg .mat-select-arrow,
.lime-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-700-fg .mat-select-content,
.lime-700-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-700-fg .mat-select-value {
  color: white;
}
.lime-700-border {
  border-color: #afb42b !important;
}
.lime-700-border-top {
  border-top-color: #afb42b !important;
}
.lime-700-border-right {
  border-right-color: #afb42b !important;
}
.lime-700-border-bottom {
  border-bottom-color: #afb42b !important;
}
.lime-700-border-left {
  border-left-color: #afb42b !important;
}
.lime-800-bg {
  background-color: #9e9d24 !important;
}
.mat-lime-800-bg {
  background-color: #9e9d24 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-800-bg .mat-icon,
.mat-lime-800-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-800-bg.secondary-text,
.mat-lime-800-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-800-bg.hint-text,
.mat-lime-800-bg .hint-text, .mat-lime-800-bg.disabled-text,
.mat-lime-800-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-800-bg.divider,
.mat-lime-800-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-800-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-800-bg input[type=text] {
  color: black;
}
.mat-lime-800-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-800-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-800-bg .mat-select-trigger,
.mat-lime-800-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-800-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-800-bg .mat-select-disabled .mat-select-value,
.mat-lime-800-bg .mat-select-arrow,
.mat-lime-800-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-800-bg .mat-select-content,
.mat-lime-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-800-bg[disabled] {
  background-color: rgba(158, 157, 36, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-800-fg {
  color: #9e9d24 !important;
}
.lime-800-fg .mat-icon,
.lime-800-fg .icon {
  color: white;
}
.lime-800-fg.secondary-text,
.lime-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-800-fg.hint-text,
.lime-800-fg .hint-text, .lime-800-fg.disabled-text,
.lime-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-800-fg.divider,
.lime-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-800-fg input[type=text] {
  color: white;
}
.lime-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-800-fg .mat-select-trigger,
.lime-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-800-fg .mat-select-disabled .mat-select-value,
.lime-800-fg .mat-select-arrow,
.lime-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-800-fg .mat-select-content,
.lime-800-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-800-fg .mat-select-value {
  color: white;
}
.lime-800-border {
  border-color: #9e9d24 !important;
}
.lime-800-border-top {
  border-top-color: #9e9d24 !important;
}
.lime-800-border-right {
  border-right-color: #9e9d24 !important;
}
.lime-800-border-bottom {
  border-bottom-color: #9e9d24 !important;
}
.lime-800-border-left {
  border-left-color: #9e9d24 !important;
}
.lime-900-bg {
  background-color: #827717 !important;
}
.mat-lime-900-bg {
  background-color: #827717 !important;
  color: white !important;
}
.mat-lime-900-bg .mat-icon,
.mat-lime-900-bg .icon {
  color: white;
}
.mat-lime-900-bg.secondary-text,
.mat-lime-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-lime-900-bg.hint-text,
.mat-lime-900-bg .hint-text, .mat-lime-900-bg.disabled-text,
.mat-lime-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-lime-900-bg.divider,
.mat-lime-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-lime-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-lime-900-bg input[type=text] {
  color: white;
}
.mat-lime-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-lime-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-lime-900-bg .mat-select-trigger,
.mat-lime-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-lime-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-lime-900-bg .mat-select-disabled .mat-select-value,
.mat-lime-900-bg .mat-select-arrow,
.mat-lime-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-lime-900-bg .mat-select-content,
.mat-lime-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-900-bg .mat-select-value {
  color: white;
}
.mat-lime-900-bg[disabled] {
  background-color: rgba(130, 119, 23, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.lime-900-fg {
  color: #827717 !important;
}
.lime-900-fg .mat-icon,
.lime-900-fg .icon {
  color: white;
}
.lime-900-fg.secondary-text,
.lime-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-900-fg.hint-text,
.lime-900-fg .hint-text, .lime-900-fg.disabled-text,
.lime-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-900-fg.divider,
.lime-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-900-fg input[type=text] {
  color: white;
}
.lime-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-900-fg .mat-select-trigger,
.lime-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-900-fg .mat-select-disabled .mat-select-value,
.lime-900-fg .mat-select-arrow,
.lime-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-900-fg .mat-select-content,
.lime-900-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-900-fg .mat-select-value {
  color: white;
}
.lime-900-border {
  border-color: #827717 !important;
}
.lime-900-border-top {
  border-top-color: #827717 !important;
}
.lime-900-border-right {
  border-right-color: #827717 !important;
}
.lime-900-border-bottom {
  border-bottom-color: #827717 !important;
}
.lime-900-border-left {
  border-left-color: #827717 !important;
}
.lime-A100-bg {
  background-color: #f4ff81 !important;
}
.mat-lime-A100-bg {
  background-color: #f4ff81 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-A100-bg .mat-icon,
.mat-lime-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-A100-bg.secondary-text,
.mat-lime-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-A100-bg.hint-text,
.mat-lime-A100-bg .hint-text, .mat-lime-A100-bg.disabled-text,
.mat-lime-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-A100-bg.divider,
.mat-lime-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-A100-bg input[type=text] {
  color: black;
}
.mat-lime-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-A100-bg .mat-select-trigger,
.mat-lime-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-A100-bg .mat-select-disabled .mat-select-value,
.mat-lime-A100-bg .mat-select-arrow,
.mat-lime-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A100-bg .mat-select-content,
.mat-lime-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-A100-bg[disabled] {
  background-color: rgba(244, 255, 129, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-A100-fg {
  color: #f4ff81 !important;
}
.lime-A100-fg .mat-icon,
.lime-A100-fg .icon {
  color: white;
}
.lime-A100-fg.secondary-text,
.lime-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-A100-fg.hint-text,
.lime-A100-fg .hint-text, .lime-A100-fg.disabled-text,
.lime-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-A100-fg.divider,
.lime-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-A100-fg input[type=text] {
  color: white;
}
.lime-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-A100-fg .mat-select-trigger,
.lime-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-A100-fg .mat-select-disabled .mat-select-value,
.lime-A100-fg .mat-select-arrow,
.lime-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A100-fg .mat-select-content,
.lime-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-A100-fg .mat-select-value {
  color: white;
}
.lime-A100-border {
  border-color: #f4ff81 !important;
}
.lime-A100-border-top {
  border-top-color: #f4ff81 !important;
}
.lime-A100-border-right {
  border-right-color: #f4ff81 !important;
}
.lime-A100-border-bottom {
  border-bottom-color: #f4ff81 !important;
}
.lime-A100-border-left {
  border-left-color: #f4ff81 !important;
}
.lime-A200-bg {
  background-color: #eeff41 !important;
}
.mat-lime-A200-bg {
  background-color: #eeff41 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-A200-bg .mat-icon,
.mat-lime-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-A200-bg.secondary-text,
.mat-lime-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-A200-bg.hint-text,
.mat-lime-A200-bg .hint-text, .mat-lime-A200-bg.disabled-text,
.mat-lime-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-A200-bg.divider,
.mat-lime-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-A200-bg input[type=text] {
  color: black;
}
.mat-lime-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-A200-bg .mat-select-trigger,
.mat-lime-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-A200-bg .mat-select-disabled .mat-select-value,
.mat-lime-A200-bg .mat-select-arrow,
.mat-lime-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A200-bg .mat-select-content,
.mat-lime-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-A200-bg[disabled] {
  background-color: rgba(238, 255, 65, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-A200-fg {
  color: #eeff41 !important;
}
.lime-A200-fg .mat-icon,
.lime-A200-fg .icon {
  color: white;
}
.lime-A200-fg.secondary-text,
.lime-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-A200-fg.hint-text,
.lime-A200-fg .hint-text, .lime-A200-fg.disabled-text,
.lime-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-A200-fg.divider,
.lime-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-A200-fg input[type=text] {
  color: white;
}
.lime-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-A200-fg .mat-select-trigger,
.lime-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-A200-fg .mat-select-disabled .mat-select-value,
.lime-A200-fg .mat-select-arrow,
.lime-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A200-fg .mat-select-content,
.lime-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-A200-fg .mat-select-value {
  color: white;
}
.lime-A200-border {
  border-color: #eeff41 !important;
}
.lime-A200-border-top {
  border-top-color: #eeff41 !important;
}
.lime-A200-border-right {
  border-right-color: #eeff41 !important;
}
.lime-A200-border-bottom {
  border-bottom-color: #eeff41 !important;
}
.lime-A200-border-left {
  border-left-color: #eeff41 !important;
}
.lime-A400-bg {
  background-color: #c6ff00 !important;
}
.mat-lime-A400-bg {
  background-color: #c6ff00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-A400-bg .mat-icon,
.mat-lime-A400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-A400-bg.secondary-text,
.mat-lime-A400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-A400-bg.hint-text,
.mat-lime-A400-bg .hint-text, .mat-lime-A400-bg.disabled-text,
.mat-lime-A400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-A400-bg.divider,
.mat-lime-A400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-A400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-A400-bg input[type=text] {
  color: black;
}
.mat-lime-A400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-A400-bg .mat-select-trigger,
.mat-lime-A400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-A400-bg .mat-select-disabled .mat-select-value,
.mat-lime-A400-bg .mat-select-arrow,
.mat-lime-A400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A400-bg .mat-select-content,
.mat-lime-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-A400-bg[disabled] {
  background-color: rgba(198, 255, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-A400-fg {
  color: #c6ff00 !important;
}
.lime-A400-fg .mat-icon,
.lime-A400-fg .icon {
  color: white;
}
.lime-A400-fg.secondary-text,
.lime-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-A400-fg.hint-text,
.lime-A400-fg .hint-text, .lime-A400-fg.disabled-text,
.lime-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-A400-fg.divider,
.lime-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-A400-fg input[type=text] {
  color: white;
}
.lime-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-A400-fg .mat-select-trigger,
.lime-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-A400-fg .mat-select-disabled .mat-select-value,
.lime-A400-fg .mat-select-arrow,
.lime-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A400-fg .mat-select-content,
.lime-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-A400-fg .mat-select-value {
  color: white;
}
.lime-A400-border {
  border-color: #c6ff00 !important;
}
.lime-A400-border-top {
  border-top-color: #c6ff00 !important;
}
.lime-A400-border-right {
  border-right-color: #c6ff00 !important;
}
.lime-A400-border-bottom {
  border-bottom-color: #c6ff00 !important;
}
.lime-A400-border-left {
  border-left-color: #c6ff00 !important;
}
.lime-A700-bg {
  background-color: #aeea00 !important;
}
.mat-lime-A700-bg {
  background-color: #aeea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-lime-A700-bg .mat-icon,
.mat-lime-A700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-lime-A700-bg.secondary-text,
.mat-lime-A700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-lime-A700-bg.hint-text,
.mat-lime-A700-bg .hint-text, .mat-lime-A700-bg.disabled-text,
.mat-lime-A700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-lime-A700-bg.divider,
.mat-lime-A700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-lime-A700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-lime-A700-bg input[type=text] {
  color: black;
}
.mat-lime-A700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-A700-bg .mat-select-trigger,
.mat-lime-A700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-lime-A700-bg .mat-select-disabled .mat-select-value,
.mat-lime-A700-bg .mat-select-arrow,
.mat-lime-A700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-lime-A700-bg .mat-select-content,
.mat-lime-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-lime-A700-bg[disabled] {
  background-color: rgba(174, 234, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-A700-fg {
  color: #aeea00 !important;
}
.lime-A700-fg .mat-icon,
.lime-A700-fg .icon {
  color: white;
}
.lime-A700-fg.secondary-text,
.lime-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.lime-A700-fg.hint-text,
.lime-A700-fg .hint-text, .lime-A700-fg.disabled-text,
.lime-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.lime-A700-fg.divider,
.lime-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.lime-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.lime-A700-fg input[type=text] {
  color: white;
}
.lime-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-A700-fg .mat-select-trigger,
.lime-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.lime-A700-fg .mat-select-disabled .mat-select-value,
.lime-A700-fg .mat-select-arrow,
.lime-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.lime-A700-fg .mat-select-content,
.lime-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.lime-A700-fg .mat-select-value {
  color: white;
}
.lime-A700-border {
  border-color: #aeea00 !important;
}
.lime-A700-border-top {
  border-top-color: #aeea00 !important;
}
.lime-A700-border-right {
  border-right-color: #aeea00 !important;
}
.lime-A700-border-bottom {
  border-bottom-color: #aeea00 !important;
}
.lime-A700-border-left {
  border-left-color: #aeea00 !important;
}
.yellow-50-bg {
  background-color: #fffde7 !important;
}
.mat-yellow-50-bg {
  background-color: #fffde7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-50-bg .mat-icon,
.mat-yellow-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-50-bg.secondary-text,
.mat-yellow-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-50-bg.hint-text,
.mat-yellow-50-bg .hint-text, .mat-yellow-50-bg.disabled-text,
.mat-yellow-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-50-bg.divider,
.mat-yellow-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-50-bg input[type=text] {
  color: black;
}
.mat-yellow-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-50-bg .mat-select-trigger,
.mat-yellow-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-50-bg .mat-select-disabled .mat-select-value,
.mat-yellow-50-bg .mat-select-arrow,
.mat-yellow-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-50-bg .mat-select-content,
.mat-yellow-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-50-bg[disabled] {
  background-color: rgba(255, 253, 231, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-50-fg {
  color: #fffde7 !important;
}
.yellow-50-fg .mat-icon,
.yellow-50-fg .icon {
  color: white;
}
.yellow-50-fg.secondary-text,
.yellow-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-50-fg.hint-text,
.yellow-50-fg .hint-text, .yellow-50-fg.disabled-text,
.yellow-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-50-fg.divider,
.yellow-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-50-fg input[type=text] {
  color: white;
}
.yellow-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-50-fg .mat-select-trigger,
.yellow-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-50-fg .mat-select-disabled .mat-select-value,
.yellow-50-fg .mat-select-arrow,
.yellow-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-50-fg .mat-select-content,
.yellow-50-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-50-fg .mat-select-value {
  color: white;
}
.yellow-50-border {
  border-color: #fffde7 !important;
}
.yellow-50-border-top {
  border-top-color: #fffde7 !important;
}
.yellow-50-border-right {
  border-right-color: #fffde7 !important;
}
.yellow-50-border-bottom {
  border-bottom-color: #fffde7 !important;
}
.yellow-50-border-left {
  border-left-color: #fffde7 !important;
}
.yellow-100-bg {
  background-color: #fff9c4 !important;
}
.mat-yellow-100-bg {
  background-color: #fff9c4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-100-bg .mat-icon,
.mat-yellow-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-100-bg.secondary-text,
.mat-yellow-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-100-bg.hint-text,
.mat-yellow-100-bg .hint-text, .mat-yellow-100-bg.disabled-text,
.mat-yellow-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-100-bg.divider,
.mat-yellow-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-100-bg input[type=text] {
  color: black;
}
.mat-yellow-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-100-bg .mat-select-trigger,
.mat-yellow-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-100-bg .mat-select-disabled .mat-select-value,
.mat-yellow-100-bg .mat-select-arrow,
.mat-yellow-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-100-bg .mat-select-content,
.mat-yellow-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-100-bg[disabled] {
  background-color: rgba(255, 249, 196, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-100-fg {
  color: #fff9c4 !important;
}
.yellow-100-fg .mat-icon,
.yellow-100-fg .icon {
  color: white;
}
.yellow-100-fg.secondary-text,
.yellow-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-100-fg.hint-text,
.yellow-100-fg .hint-text, .yellow-100-fg.disabled-text,
.yellow-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-100-fg.divider,
.yellow-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-100-fg input[type=text] {
  color: white;
}
.yellow-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-100-fg .mat-select-trigger,
.yellow-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-100-fg .mat-select-disabled .mat-select-value,
.yellow-100-fg .mat-select-arrow,
.yellow-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-100-fg .mat-select-content,
.yellow-100-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-100-fg .mat-select-value {
  color: white;
}
.yellow-100-border {
  border-color: #fff9c4 !important;
}
.yellow-100-border-top {
  border-top-color: #fff9c4 !important;
}
.yellow-100-border-right {
  border-right-color: #fff9c4 !important;
}
.yellow-100-border-bottom {
  border-bottom-color: #fff9c4 !important;
}
.yellow-100-border-left {
  border-left-color: #fff9c4 !important;
}
.yellow-200-bg {
  background-color: #fff59d !important;
}
.mat-yellow-200-bg {
  background-color: #fff59d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-200-bg .mat-icon,
.mat-yellow-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-200-bg.secondary-text,
.mat-yellow-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-200-bg.hint-text,
.mat-yellow-200-bg .hint-text, .mat-yellow-200-bg.disabled-text,
.mat-yellow-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-200-bg.divider,
.mat-yellow-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-200-bg input[type=text] {
  color: black;
}
.mat-yellow-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-200-bg .mat-select-trigger,
.mat-yellow-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-200-bg .mat-select-disabled .mat-select-value,
.mat-yellow-200-bg .mat-select-arrow,
.mat-yellow-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-200-bg .mat-select-content,
.mat-yellow-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-200-bg[disabled] {
  background-color: rgba(255, 245, 157, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-200-fg {
  color: #fff59d !important;
}
.yellow-200-fg .mat-icon,
.yellow-200-fg .icon {
  color: white;
}
.yellow-200-fg.secondary-text,
.yellow-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-200-fg.hint-text,
.yellow-200-fg .hint-text, .yellow-200-fg.disabled-text,
.yellow-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-200-fg.divider,
.yellow-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-200-fg input[type=text] {
  color: white;
}
.yellow-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-200-fg .mat-select-trigger,
.yellow-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-200-fg .mat-select-disabled .mat-select-value,
.yellow-200-fg .mat-select-arrow,
.yellow-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-200-fg .mat-select-content,
.yellow-200-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-200-fg .mat-select-value {
  color: white;
}
.yellow-200-border {
  border-color: #fff59d !important;
}
.yellow-200-border-top {
  border-top-color: #fff59d !important;
}
.yellow-200-border-right {
  border-right-color: #fff59d !important;
}
.yellow-200-border-bottom {
  border-bottom-color: #fff59d !important;
}
.yellow-200-border-left {
  border-left-color: #fff59d !important;
}
.yellow-300-bg {
  background-color: #fff176 !important;
}
.mat-yellow-300-bg {
  background-color: #fff176 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-300-bg .mat-icon,
.mat-yellow-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-300-bg.secondary-text,
.mat-yellow-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-300-bg.hint-text,
.mat-yellow-300-bg .hint-text, .mat-yellow-300-bg.disabled-text,
.mat-yellow-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-300-bg.divider,
.mat-yellow-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-300-bg input[type=text] {
  color: black;
}
.mat-yellow-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-300-bg .mat-select-trigger,
.mat-yellow-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-300-bg .mat-select-disabled .mat-select-value,
.mat-yellow-300-bg .mat-select-arrow,
.mat-yellow-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-300-bg .mat-select-content,
.mat-yellow-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-300-bg[disabled] {
  background-color: rgba(255, 241, 118, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-300-fg {
  color: #fff176 !important;
}
.yellow-300-fg .mat-icon,
.yellow-300-fg .icon {
  color: white;
}
.yellow-300-fg.secondary-text,
.yellow-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-300-fg.hint-text,
.yellow-300-fg .hint-text, .yellow-300-fg.disabled-text,
.yellow-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-300-fg.divider,
.yellow-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-300-fg input[type=text] {
  color: white;
}
.yellow-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-300-fg .mat-select-trigger,
.yellow-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-300-fg .mat-select-disabled .mat-select-value,
.yellow-300-fg .mat-select-arrow,
.yellow-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-300-fg .mat-select-content,
.yellow-300-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-300-fg .mat-select-value {
  color: white;
}
.yellow-300-border {
  border-color: #fff176 !important;
}
.yellow-300-border-top {
  border-top-color: #fff176 !important;
}
.yellow-300-border-right {
  border-right-color: #fff176 !important;
}
.yellow-300-border-bottom {
  border-bottom-color: #fff176 !important;
}
.yellow-300-border-left {
  border-left-color: #fff176 !important;
}
.yellow-400-bg {
  background-color: #ffee58 !important;
}
.mat-yellow-400-bg {
  background-color: #ffee58 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-400-bg .mat-icon,
.mat-yellow-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-400-bg.secondary-text,
.mat-yellow-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-400-bg.hint-text,
.mat-yellow-400-bg .hint-text, .mat-yellow-400-bg.disabled-text,
.mat-yellow-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-400-bg.divider,
.mat-yellow-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-400-bg input[type=text] {
  color: black;
}
.mat-yellow-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-400-bg .mat-select-trigger,
.mat-yellow-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-400-bg .mat-select-disabled .mat-select-value,
.mat-yellow-400-bg .mat-select-arrow,
.mat-yellow-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-400-bg .mat-select-content,
.mat-yellow-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-400-bg[disabled] {
  background-color: rgba(255, 238, 88, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-400-fg {
  color: #ffee58 !important;
}
.yellow-400-fg .mat-icon,
.yellow-400-fg .icon {
  color: white;
}
.yellow-400-fg.secondary-text,
.yellow-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-400-fg.hint-text,
.yellow-400-fg .hint-text, .yellow-400-fg.disabled-text,
.yellow-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-400-fg.divider,
.yellow-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-400-fg input[type=text] {
  color: white;
}
.yellow-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-400-fg .mat-select-trigger,
.yellow-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-400-fg .mat-select-disabled .mat-select-value,
.yellow-400-fg .mat-select-arrow,
.yellow-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-400-fg .mat-select-content,
.yellow-400-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-400-fg .mat-select-value {
  color: white;
}
.yellow-400-border {
  border-color: #ffee58 !important;
}
.yellow-400-border-top {
  border-top-color: #ffee58 !important;
}
.yellow-400-border-right {
  border-right-color: #ffee58 !important;
}
.yellow-400-border-bottom {
  border-bottom-color: #ffee58 !important;
}
.yellow-400-border-left {
  border-left-color: #ffee58 !important;
}
.yellow-500-bg {
  background-color: #ffeb3b !important;
}
.mat-yellow-500-bg {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-500-bg .mat-icon,
.mat-yellow-500-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-500-bg.secondary-text,
.mat-yellow-500-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-500-bg.hint-text,
.mat-yellow-500-bg .hint-text, .mat-yellow-500-bg.disabled-text,
.mat-yellow-500-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-500-bg.divider,
.mat-yellow-500-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-500-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-500-bg input[type=text] {
  color: black;
}
.mat-yellow-500-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-500-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-500-bg .mat-select-trigger,
.mat-yellow-500-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-500-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-500-bg .mat-select-disabled .mat-select-value,
.mat-yellow-500-bg .mat-select-arrow,
.mat-yellow-500-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-500-bg .mat-select-content,
.mat-yellow-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-500-bg[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-500-fg {
  color: #ffeb3b !important;
}
.yellow-500-fg .mat-icon,
.yellow-500-fg .icon {
  color: white;
}
.yellow-500-fg.secondary-text,
.yellow-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-500-fg.hint-text,
.yellow-500-fg .hint-text, .yellow-500-fg.disabled-text,
.yellow-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-500-fg.divider,
.yellow-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-500-fg input[type=text] {
  color: white;
}
.yellow-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-500-fg .mat-select-trigger,
.yellow-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-500-fg .mat-select-disabled .mat-select-value,
.yellow-500-fg .mat-select-arrow,
.yellow-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-500-fg .mat-select-content,
.yellow-500-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-500-fg .mat-select-value {
  color: white;
}
.yellow-500-border {
  border-color: #ffeb3b !important;
}
.yellow-500-border-top {
  border-top-color: #ffeb3b !important;
}
.yellow-500-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-500-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
.yellow-500-border-left {
  border-left-color: #ffeb3b !important;
}
.yellow-bg {
  background-color: #ffeb3b !important;
}
.mat-yellow-bg {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-bg .mat-icon,
.mat-yellow-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-bg.secondary-text,
.mat-yellow-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-bg.hint-text,
.mat-yellow-bg .hint-text, .mat-yellow-bg.disabled-text,
.mat-yellow-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-bg.divider,
.mat-yellow-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-bg input[type=text] {
  color: black;
}
.mat-yellow-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-bg .mat-select-trigger,
.mat-yellow-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-bg .mat-select-disabled .mat-select-value,
.mat-yellow-bg .mat-select-arrow,
.mat-yellow-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-bg .mat-select-content,
.mat-yellow-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-bg[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-fg {
  color: #ffeb3b !important;
}
.yellow-fg .mat-icon,
.yellow-fg .icon {
  color: white;
}
.yellow-fg.secondary-text,
.yellow-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-fg.hint-text,
.yellow-fg .hint-text, .yellow-fg.disabled-text,
.yellow-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-fg.divider,
.yellow-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-fg input[type=text] {
  color: white;
}
.yellow-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-fg .mat-select-trigger,
.yellow-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-fg .mat-select-disabled .mat-select-value,
.yellow-fg .mat-select-arrow,
.yellow-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-fg .mat-select-content,
.yellow-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-fg .mat-select-value {
  color: white;
}
.yellow-border {
  border-color: #ffeb3b !important;
}
.yellow-border-top {
  border-top-color: #ffeb3b !important;
}
.yellow-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
.yellow-border-left {
  border-left-color: #ffeb3b !important;
}
.yellow-600-bg {
  background-color: #fdd835 !important;
}
.mat-yellow-600-bg {
  background-color: #fdd835 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-600-bg .mat-icon,
.mat-yellow-600-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-600-bg.secondary-text,
.mat-yellow-600-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-600-bg.hint-text,
.mat-yellow-600-bg .hint-text, .mat-yellow-600-bg.disabled-text,
.mat-yellow-600-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-600-bg.divider,
.mat-yellow-600-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-600-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-600-bg input[type=text] {
  color: black;
}
.mat-yellow-600-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-600-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-600-bg .mat-select-trigger,
.mat-yellow-600-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-600-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-600-bg .mat-select-disabled .mat-select-value,
.mat-yellow-600-bg .mat-select-arrow,
.mat-yellow-600-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-600-bg .mat-select-content,
.mat-yellow-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-600-bg[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-600-fg {
  color: #fdd835 !important;
}
.yellow-600-fg .mat-icon,
.yellow-600-fg .icon {
  color: white;
}
.yellow-600-fg.secondary-text,
.yellow-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-600-fg.hint-text,
.yellow-600-fg .hint-text, .yellow-600-fg.disabled-text,
.yellow-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-600-fg.divider,
.yellow-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-600-fg input[type=text] {
  color: white;
}
.yellow-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-600-fg .mat-select-trigger,
.yellow-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-600-fg .mat-select-disabled .mat-select-value,
.yellow-600-fg .mat-select-arrow,
.yellow-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-600-fg .mat-select-content,
.yellow-600-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-600-fg .mat-select-value {
  color: white;
}
.yellow-600-border {
  border-color: #fdd835 !important;
}
.yellow-600-border-top {
  border-top-color: #fdd835 !important;
}
.yellow-600-border-right {
  border-right-color: #fdd835 !important;
}
.yellow-600-border-bottom {
  border-bottom-color: #fdd835 !important;
}
.yellow-600-border-left {
  border-left-color: #fdd835 !important;
}
.yellow-700-bg {
  background-color: #fbc02d !important;
}
.mat-yellow-700-bg {
  background-color: #fbc02d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-700-bg .mat-icon,
.mat-yellow-700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-700-bg.secondary-text,
.mat-yellow-700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-700-bg.hint-text,
.mat-yellow-700-bg .hint-text, .mat-yellow-700-bg.disabled-text,
.mat-yellow-700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-700-bg.divider,
.mat-yellow-700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-700-bg input[type=text] {
  color: black;
}
.mat-yellow-700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-700-bg .mat-select-trigger,
.mat-yellow-700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-700-bg .mat-select-disabled .mat-select-value,
.mat-yellow-700-bg .mat-select-arrow,
.mat-yellow-700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-700-bg .mat-select-content,
.mat-yellow-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-700-bg[disabled] {
  background-color: rgba(251, 192, 45, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-700-fg {
  color: #fbc02d !important;
}
.yellow-700-fg .mat-icon,
.yellow-700-fg .icon {
  color: white;
}
.yellow-700-fg.secondary-text,
.yellow-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-700-fg.hint-text,
.yellow-700-fg .hint-text, .yellow-700-fg.disabled-text,
.yellow-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-700-fg.divider,
.yellow-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-700-fg input[type=text] {
  color: white;
}
.yellow-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-700-fg .mat-select-trigger,
.yellow-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-700-fg .mat-select-disabled .mat-select-value,
.yellow-700-fg .mat-select-arrow,
.yellow-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-700-fg .mat-select-content,
.yellow-700-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-700-fg .mat-select-value {
  color: white;
}
.yellow-700-border {
  border-color: #fbc02d !important;
}
.yellow-700-border-top {
  border-top-color: #fbc02d !important;
}
.yellow-700-border-right {
  border-right-color: #fbc02d !important;
}
.yellow-700-border-bottom {
  border-bottom-color: #fbc02d !important;
}
.yellow-700-border-left {
  border-left-color: #fbc02d !important;
}
.yellow-800-bg {
  background-color: #f9a825 !important;
}
.mat-yellow-800-bg {
  background-color: #f9a825 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-800-bg .mat-icon,
.mat-yellow-800-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-800-bg.secondary-text,
.mat-yellow-800-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-800-bg.hint-text,
.mat-yellow-800-bg .hint-text, .mat-yellow-800-bg.disabled-text,
.mat-yellow-800-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-800-bg.divider,
.mat-yellow-800-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-800-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-800-bg input[type=text] {
  color: black;
}
.mat-yellow-800-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-800-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-800-bg .mat-select-trigger,
.mat-yellow-800-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-800-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-800-bg .mat-select-disabled .mat-select-value,
.mat-yellow-800-bg .mat-select-arrow,
.mat-yellow-800-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-800-bg .mat-select-content,
.mat-yellow-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-800-bg[disabled] {
  background-color: rgba(249, 168, 37, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-800-fg {
  color: #f9a825 !important;
}
.yellow-800-fg .mat-icon,
.yellow-800-fg .icon {
  color: white;
}
.yellow-800-fg.secondary-text,
.yellow-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-800-fg.hint-text,
.yellow-800-fg .hint-text, .yellow-800-fg.disabled-text,
.yellow-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-800-fg.divider,
.yellow-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-800-fg input[type=text] {
  color: white;
}
.yellow-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-800-fg .mat-select-trigger,
.yellow-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-800-fg .mat-select-disabled .mat-select-value,
.yellow-800-fg .mat-select-arrow,
.yellow-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-800-fg .mat-select-content,
.yellow-800-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-800-fg .mat-select-value {
  color: white;
}
.yellow-800-border {
  border-color: #f9a825 !important;
}
.yellow-800-border-top {
  border-top-color: #f9a825 !important;
}
.yellow-800-border-right {
  border-right-color: #f9a825 !important;
}
.yellow-800-border-bottom {
  border-bottom-color: #f9a825 !important;
}
.yellow-800-border-left {
  border-left-color: #f9a825 !important;
}
.yellow-900-bg {
  background-color: #f57f17 !important;
}
.mat-yellow-900-bg {
  background-color: #f57f17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-900-bg .mat-icon,
.mat-yellow-900-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-900-bg.secondary-text,
.mat-yellow-900-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-900-bg.hint-text,
.mat-yellow-900-bg .hint-text, .mat-yellow-900-bg.disabled-text,
.mat-yellow-900-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-900-bg.divider,
.mat-yellow-900-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-900-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-900-bg input[type=text] {
  color: black;
}
.mat-yellow-900-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-900-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-900-bg .mat-select-trigger,
.mat-yellow-900-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-900-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-900-bg .mat-select-disabled .mat-select-value,
.mat-yellow-900-bg .mat-select-arrow,
.mat-yellow-900-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-900-bg .mat-select-content,
.mat-yellow-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-900-bg[disabled] {
  background-color: rgba(245, 127, 23, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-900-fg {
  color: #f57f17 !important;
}
.yellow-900-fg .mat-icon,
.yellow-900-fg .icon {
  color: white;
}
.yellow-900-fg.secondary-text,
.yellow-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-900-fg.hint-text,
.yellow-900-fg .hint-text, .yellow-900-fg.disabled-text,
.yellow-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-900-fg.divider,
.yellow-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-900-fg input[type=text] {
  color: white;
}
.yellow-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-900-fg .mat-select-trigger,
.yellow-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-900-fg .mat-select-disabled .mat-select-value,
.yellow-900-fg .mat-select-arrow,
.yellow-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-900-fg .mat-select-content,
.yellow-900-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-900-fg .mat-select-value {
  color: white;
}
.yellow-900-border {
  border-color: #f57f17 !important;
}
.yellow-900-border-top {
  border-top-color: #f57f17 !important;
}
.yellow-900-border-right {
  border-right-color: #f57f17 !important;
}
.yellow-900-border-bottom {
  border-bottom-color: #f57f17 !important;
}
.yellow-900-border-left {
  border-left-color: #f57f17 !important;
}
.yellow-A100-bg {
  background-color: #ffff8d !important;
}
.mat-yellow-A100-bg {
  background-color: #ffff8d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-A100-bg .mat-icon,
.mat-yellow-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-A100-bg.secondary-text,
.mat-yellow-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-A100-bg.hint-text,
.mat-yellow-A100-bg .hint-text, .mat-yellow-A100-bg.disabled-text,
.mat-yellow-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-A100-bg.divider,
.mat-yellow-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-A100-bg input[type=text] {
  color: black;
}
.mat-yellow-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-A100-bg .mat-select-trigger,
.mat-yellow-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-A100-bg .mat-select-disabled .mat-select-value,
.mat-yellow-A100-bg .mat-select-arrow,
.mat-yellow-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A100-bg .mat-select-content,
.mat-yellow-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-A100-bg[disabled] {
  background-color: rgba(255, 255, 141, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-A100-fg {
  color: #ffff8d !important;
}
.yellow-A100-fg .mat-icon,
.yellow-A100-fg .icon {
  color: white;
}
.yellow-A100-fg.secondary-text,
.yellow-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-A100-fg.hint-text,
.yellow-A100-fg .hint-text, .yellow-A100-fg.disabled-text,
.yellow-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-A100-fg.divider,
.yellow-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-A100-fg input[type=text] {
  color: white;
}
.yellow-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-A100-fg .mat-select-trigger,
.yellow-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-A100-fg .mat-select-disabled .mat-select-value,
.yellow-A100-fg .mat-select-arrow,
.yellow-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A100-fg .mat-select-content,
.yellow-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-A100-fg .mat-select-value {
  color: white;
}
.yellow-A100-border {
  border-color: #ffff8d !important;
}
.yellow-A100-border-top {
  border-top-color: #ffff8d !important;
}
.yellow-A100-border-right {
  border-right-color: #ffff8d !important;
}
.yellow-A100-border-bottom {
  border-bottom-color: #ffff8d !important;
}
.yellow-A100-border-left {
  border-left-color: #ffff8d !important;
}
.yellow-A200-bg {
  background-color: #ffff00 !important;
}
.mat-yellow-A200-bg {
  background-color: #ffff00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-A200-bg .mat-icon,
.mat-yellow-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-A200-bg.secondary-text,
.mat-yellow-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-A200-bg.hint-text,
.mat-yellow-A200-bg .hint-text, .mat-yellow-A200-bg.disabled-text,
.mat-yellow-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-A200-bg.divider,
.mat-yellow-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-A200-bg input[type=text] {
  color: black;
}
.mat-yellow-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-A200-bg .mat-select-trigger,
.mat-yellow-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-A200-bg .mat-select-disabled .mat-select-value,
.mat-yellow-A200-bg .mat-select-arrow,
.mat-yellow-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A200-bg .mat-select-content,
.mat-yellow-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-A200-bg[disabled] {
  background-color: rgba(255, 255, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-A200-fg {
  color: #ffff00 !important;
}
.yellow-A200-fg .mat-icon,
.yellow-A200-fg .icon {
  color: white;
}
.yellow-A200-fg.secondary-text,
.yellow-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-A200-fg.hint-text,
.yellow-A200-fg .hint-text, .yellow-A200-fg.disabled-text,
.yellow-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-A200-fg.divider,
.yellow-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-A200-fg input[type=text] {
  color: white;
}
.yellow-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-A200-fg .mat-select-trigger,
.yellow-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-A200-fg .mat-select-disabled .mat-select-value,
.yellow-A200-fg .mat-select-arrow,
.yellow-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A200-fg .mat-select-content,
.yellow-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-A200-fg .mat-select-value {
  color: white;
}
.yellow-A200-border {
  border-color: #ffff00 !important;
}
.yellow-A200-border-top {
  border-top-color: #ffff00 !important;
}
.yellow-A200-border-right {
  border-right-color: #ffff00 !important;
}
.yellow-A200-border-bottom {
  border-bottom-color: #ffff00 !important;
}
.yellow-A200-border-left {
  border-left-color: #ffff00 !important;
}
.yellow-A400-bg {
  background-color: #ffea00 !important;
}
.mat-yellow-A400-bg {
  background-color: #ffea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-A400-bg .mat-icon,
.mat-yellow-A400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-A400-bg.secondary-text,
.mat-yellow-A400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-A400-bg.hint-text,
.mat-yellow-A400-bg .hint-text, .mat-yellow-A400-bg.disabled-text,
.mat-yellow-A400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-A400-bg.divider,
.mat-yellow-A400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-A400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-A400-bg input[type=text] {
  color: black;
}
.mat-yellow-A400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-A400-bg .mat-select-trigger,
.mat-yellow-A400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-A400-bg .mat-select-disabled .mat-select-value,
.mat-yellow-A400-bg .mat-select-arrow,
.mat-yellow-A400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A400-bg .mat-select-content,
.mat-yellow-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-A400-bg[disabled] {
  background-color: rgba(255, 234, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-A400-fg {
  color: #ffea00 !important;
}
.yellow-A400-fg .mat-icon,
.yellow-A400-fg .icon {
  color: white;
}
.yellow-A400-fg.secondary-text,
.yellow-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-A400-fg.hint-text,
.yellow-A400-fg .hint-text, .yellow-A400-fg.disabled-text,
.yellow-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-A400-fg.divider,
.yellow-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-A400-fg input[type=text] {
  color: white;
}
.yellow-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-A400-fg .mat-select-trigger,
.yellow-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-A400-fg .mat-select-disabled .mat-select-value,
.yellow-A400-fg .mat-select-arrow,
.yellow-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A400-fg .mat-select-content,
.yellow-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-A400-fg .mat-select-value {
  color: white;
}
.yellow-A400-border {
  border-color: #ffea00 !important;
}
.yellow-A400-border-top {
  border-top-color: #ffea00 !important;
}
.yellow-A400-border-right {
  border-right-color: #ffea00 !important;
}
.yellow-A400-border-bottom {
  border-bottom-color: #ffea00 !important;
}
.yellow-A400-border-left {
  border-left-color: #ffea00 !important;
}
.yellow-A700-bg {
  background-color: #ffd600 !important;
}
.mat-yellow-A700-bg {
  background-color: #ffd600 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-yellow-A700-bg .mat-icon,
.mat-yellow-A700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-yellow-A700-bg.secondary-text,
.mat-yellow-A700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-yellow-A700-bg.hint-text,
.mat-yellow-A700-bg .hint-text, .mat-yellow-A700-bg.disabled-text,
.mat-yellow-A700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-yellow-A700-bg.divider,
.mat-yellow-A700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-yellow-A700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-yellow-A700-bg input[type=text] {
  color: black;
}
.mat-yellow-A700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-A700-bg .mat-select-trigger,
.mat-yellow-A700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-yellow-A700-bg .mat-select-disabled .mat-select-value,
.mat-yellow-A700-bg .mat-select-arrow,
.mat-yellow-A700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-yellow-A700-bg .mat-select-content,
.mat-yellow-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-yellow-A700-bg[disabled] {
  background-color: rgba(255, 214, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-A700-fg {
  color: #ffd600 !important;
}
.yellow-A700-fg .mat-icon,
.yellow-A700-fg .icon {
  color: white;
}
.yellow-A700-fg.secondary-text,
.yellow-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.yellow-A700-fg.hint-text,
.yellow-A700-fg .hint-text, .yellow-A700-fg.disabled-text,
.yellow-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.yellow-A700-fg.divider,
.yellow-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.yellow-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.yellow-A700-fg input[type=text] {
  color: white;
}
.yellow-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-A700-fg .mat-select-trigger,
.yellow-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.yellow-A700-fg .mat-select-disabled .mat-select-value,
.yellow-A700-fg .mat-select-arrow,
.yellow-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.yellow-A700-fg .mat-select-content,
.yellow-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.yellow-A700-fg .mat-select-value {
  color: white;
}
.yellow-A700-border {
  border-color: #ffd600 !important;
}
.yellow-A700-border-top {
  border-top-color: #ffd600 !important;
}
.yellow-A700-border-right {
  border-right-color: #ffd600 !important;
}
.yellow-A700-border-bottom {
  border-bottom-color: #ffd600 !important;
}
.yellow-A700-border-left {
  border-left-color: #ffd600 !important;
}
.amber-50-bg {
  background-color: #fff8e1 !important;
}
.mat-amber-50-bg {
  background-color: #fff8e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-50-bg .mat-icon,
.mat-amber-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-50-bg.secondary-text,
.mat-amber-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-50-bg.hint-text,
.mat-amber-50-bg .hint-text, .mat-amber-50-bg.disabled-text,
.mat-amber-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-50-bg.divider,
.mat-amber-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-50-bg input[type=text] {
  color: black;
}
.mat-amber-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-50-bg .mat-select-trigger,
.mat-amber-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-50-bg .mat-select-disabled .mat-select-value,
.mat-amber-50-bg .mat-select-arrow,
.mat-amber-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-50-bg .mat-select-content,
.mat-amber-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-50-bg[disabled] {
  background-color: rgba(255, 248, 225, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-50-fg {
  color: #fff8e1 !important;
}
.amber-50-fg .mat-icon,
.amber-50-fg .icon {
  color: white;
}
.amber-50-fg.secondary-text,
.amber-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-50-fg.hint-text,
.amber-50-fg .hint-text, .amber-50-fg.disabled-text,
.amber-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-50-fg.divider,
.amber-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-50-fg input[type=text] {
  color: white;
}
.amber-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-50-fg .mat-select-trigger,
.amber-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-50-fg .mat-select-disabled .mat-select-value,
.amber-50-fg .mat-select-arrow,
.amber-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-50-fg .mat-select-content,
.amber-50-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-50-fg .mat-select-value {
  color: white;
}
.amber-50-border {
  border-color: #fff8e1 !important;
}
.amber-50-border-top {
  border-top-color: #fff8e1 !important;
}
.amber-50-border-right {
  border-right-color: #fff8e1 !important;
}
.amber-50-border-bottom {
  border-bottom-color: #fff8e1 !important;
}
.amber-50-border-left {
  border-left-color: #fff8e1 !important;
}
.amber-100-bg {
  background-color: #ffecb3 !important;
}
.mat-amber-100-bg {
  background-color: #ffecb3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-100-bg .mat-icon,
.mat-amber-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-100-bg.secondary-text,
.mat-amber-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-100-bg.hint-text,
.mat-amber-100-bg .hint-text, .mat-amber-100-bg.disabled-text,
.mat-amber-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-100-bg.divider,
.mat-amber-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-100-bg input[type=text] {
  color: black;
}
.mat-amber-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-100-bg .mat-select-trigger,
.mat-amber-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-100-bg .mat-select-disabled .mat-select-value,
.mat-amber-100-bg .mat-select-arrow,
.mat-amber-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-100-bg .mat-select-content,
.mat-amber-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-100-bg[disabled] {
  background-color: rgba(255, 236, 179, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-100-fg {
  color: #ffecb3 !important;
}
.amber-100-fg .mat-icon,
.amber-100-fg .icon {
  color: white;
}
.amber-100-fg.secondary-text,
.amber-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-100-fg.hint-text,
.amber-100-fg .hint-text, .amber-100-fg.disabled-text,
.amber-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-100-fg.divider,
.amber-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-100-fg input[type=text] {
  color: white;
}
.amber-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-100-fg .mat-select-trigger,
.amber-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-100-fg .mat-select-disabled .mat-select-value,
.amber-100-fg .mat-select-arrow,
.amber-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-100-fg .mat-select-content,
.amber-100-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-100-fg .mat-select-value {
  color: white;
}
.amber-100-border {
  border-color: #ffecb3 !important;
}
.amber-100-border-top {
  border-top-color: #ffecb3 !important;
}
.amber-100-border-right {
  border-right-color: #ffecb3 !important;
}
.amber-100-border-bottom {
  border-bottom-color: #ffecb3 !important;
}
.amber-100-border-left {
  border-left-color: #ffecb3 !important;
}
.amber-200-bg {
  background-color: #ffe082 !important;
}
.mat-amber-200-bg {
  background-color: #ffe082 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-200-bg .mat-icon,
.mat-amber-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-200-bg.secondary-text,
.mat-amber-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-200-bg.hint-text,
.mat-amber-200-bg .hint-text, .mat-amber-200-bg.disabled-text,
.mat-amber-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-200-bg.divider,
.mat-amber-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-200-bg input[type=text] {
  color: black;
}
.mat-amber-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-200-bg .mat-select-trigger,
.mat-amber-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-200-bg .mat-select-disabled .mat-select-value,
.mat-amber-200-bg .mat-select-arrow,
.mat-amber-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-200-bg .mat-select-content,
.mat-amber-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-200-bg[disabled] {
  background-color: rgba(255, 224, 130, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-200-fg {
  color: #ffe082 !important;
}
.amber-200-fg .mat-icon,
.amber-200-fg .icon {
  color: white;
}
.amber-200-fg.secondary-text,
.amber-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-200-fg.hint-text,
.amber-200-fg .hint-text, .amber-200-fg.disabled-text,
.amber-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-200-fg.divider,
.amber-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-200-fg input[type=text] {
  color: white;
}
.amber-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-200-fg .mat-select-trigger,
.amber-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-200-fg .mat-select-disabled .mat-select-value,
.amber-200-fg .mat-select-arrow,
.amber-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-200-fg .mat-select-content,
.amber-200-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-200-fg .mat-select-value {
  color: white;
}
.amber-200-border {
  border-color: #ffe082 !important;
}
.amber-200-border-top {
  border-top-color: #ffe082 !important;
}
.amber-200-border-right {
  border-right-color: #ffe082 !important;
}
.amber-200-border-bottom {
  border-bottom-color: #ffe082 !important;
}
.amber-200-border-left {
  border-left-color: #ffe082 !important;
}
.amber-300-bg {
  background-color: #ffd54f !important;
}
.mat-amber-300-bg {
  background-color: #ffd54f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-300-bg .mat-icon,
.mat-amber-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-300-bg.secondary-text,
.mat-amber-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-300-bg.hint-text,
.mat-amber-300-bg .hint-text, .mat-amber-300-bg.disabled-text,
.mat-amber-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-300-bg.divider,
.mat-amber-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-300-bg input[type=text] {
  color: black;
}
.mat-amber-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-300-bg .mat-select-trigger,
.mat-amber-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-300-bg .mat-select-disabled .mat-select-value,
.mat-amber-300-bg .mat-select-arrow,
.mat-amber-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-300-bg .mat-select-content,
.mat-amber-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-300-bg[disabled] {
  background-color: rgba(255, 213, 79, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-300-fg {
  color: #ffd54f !important;
}
.amber-300-fg .mat-icon,
.amber-300-fg .icon {
  color: white;
}
.amber-300-fg.secondary-text,
.amber-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-300-fg.hint-text,
.amber-300-fg .hint-text, .amber-300-fg.disabled-text,
.amber-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-300-fg.divider,
.amber-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-300-fg input[type=text] {
  color: white;
}
.amber-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-300-fg .mat-select-trigger,
.amber-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-300-fg .mat-select-disabled .mat-select-value,
.amber-300-fg .mat-select-arrow,
.amber-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-300-fg .mat-select-content,
.amber-300-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-300-fg .mat-select-value {
  color: white;
}
.amber-300-border {
  border-color: #ffd54f !important;
}
.amber-300-border-top {
  border-top-color: #ffd54f !important;
}
.amber-300-border-right {
  border-right-color: #ffd54f !important;
}
.amber-300-border-bottom {
  border-bottom-color: #ffd54f !important;
}
.amber-300-border-left {
  border-left-color: #ffd54f !important;
}
.amber-400-bg {
  background-color: #ffca28 !important;
}
.mat-amber-400-bg {
  background-color: #ffca28 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-400-bg .mat-icon,
.mat-amber-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-400-bg.secondary-text,
.mat-amber-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-400-bg.hint-text,
.mat-amber-400-bg .hint-text, .mat-amber-400-bg.disabled-text,
.mat-amber-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-400-bg.divider,
.mat-amber-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-400-bg input[type=text] {
  color: black;
}
.mat-amber-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-400-bg .mat-select-trigger,
.mat-amber-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-400-bg .mat-select-disabled .mat-select-value,
.mat-amber-400-bg .mat-select-arrow,
.mat-amber-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-400-bg .mat-select-content,
.mat-amber-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-400-bg[disabled] {
  background-color: rgba(255, 202, 40, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-400-fg {
  color: #ffca28 !important;
}
.amber-400-fg .mat-icon,
.amber-400-fg .icon {
  color: white;
}
.amber-400-fg.secondary-text,
.amber-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-400-fg.hint-text,
.amber-400-fg .hint-text, .amber-400-fg.disabled-text,
.amber-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-400-fg.divider,
.amber-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-400-fg input[type=text] {
  color: white;
}
.amber-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-400-fg .mat-select-trigger,
.amber-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-400-fg .mat-select-disabled .mat-select-value,
.amber-400-fg .mat-select-arrow,
.amber-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-400-fg .mat-select-content,
.amber-400-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-400-fg .mat-select-value {
  color: white;
}
.amber-400-border {
  border-color: #ffca28 !important;
}
.amber-400-border-top {
  border-top-color: #ffca28 !important;
}
.amber-400-border-right {
  border-right-color: #ffca28 !important;
}
.amber-400-border-bottom {
  border-bottom-color: #ffca28 !important;
}
.amber-400-border-left {
  border-left-color: #ffca28 !important;
}
.amber-500-bg {
  background-color: #ffc107 !important;
}
.mat-amber-500-bg {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-500-bg .mat-icon,
.mat-amber-500-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-500-bg.secondary-text,
.mat-amber-500-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-500-bg.hint-text,
.mat-amber-500-bg .hint-text, .mat-amber-500-bg.disabled-text,
.mat-amber-500-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-500-bg.divider,
.mat-amber-500-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-500-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-500-bg input[type=text] {
  color: black;
}
.mat-amber-500-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-500-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-500-bg .mat-select-trigger,
.mat-amber-500-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-500-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-500-bg .mat-select-disabled .mat-select-value,
.mat-amber-500-bg .mat-select-arrow,
.mat-amber-500-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-500-bg .mat-select-content,
.mat-amber-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-500-bg[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-500-fg {
  color: #ffc107 !important;
}
.amber-500-fg .mat-icon,
.amber-500-fg .icon {
  color: white;
}
.amber-500-fg.secondary-text,
.amber-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-500-fg.hint-text,
.amber-500-fg .hint-text, .amber-500-fg.disabled-text,
.amber-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-500-fg.divider,
.amber-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-500-fg input[type=text] {
  color: white;
}
.amber-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-500-fg .mat-select-trigger,
.amber-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-500-fg .mat-select-disabled .mat-select-value,
.amber-500-fg .mat-select-arrow,
.amber-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-500-fg .mat-select-content,
.amber-500-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-500-fg .mat-select-value {
  color: white;
}
.amber-500-border {
  border-color: #ffc107 !important;
}
.amber-500-border-top {
  border-top-color: #ffc107 !important;
}
.amber-500-border-right {
  border-right-color: #ffc107 !important;
}
.amber-500-border-bottom {
  border-bottom-color: #ffc107 !important;
}
.amber-500-border-left {
  border-left-color: #ffc107 !important;
}
.amber-bg {
  background-color: #ffc107 !important;
}
.mat-amber-bg {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-bg .mat-icon,
.mat-amber-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-bg.secondary-text,
.mat-amber-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-bg.hint-text,
.mat-amber-bg .hint-text, .mat-amber-bg.disabled-text,
.mat-amber-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-bg.divider,
.mat-amber-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-bg input[type=text] {
  color: black;
}
.mat-amber-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-bg .mat-select-trigger,
.mat-amber-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-bg .mat-select-disabled .mat-select-value,
.mat-amber-bg .mat-select-arrow,
.mat-amber-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-bg .mat-select-content,
.mat-amber-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-bg[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-fg {
  color: #ffc107 !important;
}
.amber-fg .mat-icon,
.amber-fg .icon {
  color: white;
}
.amber-fg.secondary-text,
.amber-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-fg.hint-text,
.amber-fg .hint-text, .amber-fg.disabled-text,
.amber-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-fg.divider,
.amber-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-fg input[type=text] {
  color: white;
}
.amber-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-fg .mat-select-trigger,
.amber-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-fg .mat-select-disabled .mat-select-value,
.amber-fg .mat-select-arrow,
.amber-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-fg .mat-select-content,
.amber-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-fg .mat-select-value {
  color: white;
}
.amber-border {
  border-color: #ffc107 !important;
}
.amber-border-top {
  border-top-color: #ffc107 !important;
}
.amber-border-right {
  border-right-color: #ffc107 !important;
}
.amber-border-bottom {
  border-bottom-color: #ffc107 !important;
}
.amber-border-left {
  border-left-color: #ffc107 !important;
}
.amber-600-bg {
  background-color: #ffb300 !important;
}
.mat-amber-600-bg {
  background-color: #ffb300 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-600-bg .mat-icon,
.mat-amber-600-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-600-bg.secondary-text,
.mat-amber-600-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-600-bg.hint-text,
.mat-amber-600-bg .hint-text, .mat-amber-600-bg.disabled-text,
.mat-amber-600-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-600-bg.divider,
.mat-amber-600-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-600-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-600-bg input[type=text] {
  color: black;
}
.mat-amber-600-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-600-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-600-bg .mat-select-trigger,
.mat-amber-600-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-600-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-600-bg .mat-select-disabled .mat-select-value,
.mat-amber-600-bg .mat-select-arrow,
.mat-amber-600-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-600-bg .mat-select-content,
.mat-amber-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-600-bg[disabled] {
  background-color: rgba(255, 179, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-600-fg {
  color: #ffb300 !important;
}
.amber-600-fg .mat-icon,
.amber-600-fg .icon {
  color: white;
}
.amber-600-fg.secondary-text,
.amber-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-600-fg.hint-text,
.amber-600-fg .hint-text, .amber-600-fg.disabled-text,
.amber-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-600-fg.divider,
.amber-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-600-fg input[type=text] {
  color: white;
}
.amber-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-600-fg .mat-select-trigger,
.amber-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-600-fg .mat-select-disabled .mat-select-value,
.amber-600-fg .mat-select-arrow,
.amber-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-600-fg .mat-select-content,
.amber-600-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-600-fg .mat-select-value {
  color: white;
}
.amber-600-border {
  border-color: #ffb300 !important;
}
.amber-600-border-top {
  border-top-color: #ffb300 !important;
}
.amber-600-border-right {
  border-right-color: #ffb300 !important;
}
.amber-600-border-bottom {
  border-bottom-color: #ffb300 !important;
}
.amber-600-border-left {
  border-left-color: #ffb300 !important;
}
.amber-700-bg {
  background-color: #ffa000 !important;
}
.mat-amber-700-bg {
  background-color: #ffa000 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-700-bg .mat-icon,
.mat-amber-700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-700-bg.secondary-text,
.mat-amber-700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-700-bg.hint-text,
.mat-amber-700-bg .hint-text, .mat-amber-700-bg.disabled-text,
.mat-amber-700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-700-bg.divider,
.mat-amber-700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-700-bg input[type=text] {
  color: black;
}
.mat-amber-700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-700-bg .mat-select-trigger,
.mat-amber-700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-700-bg .mat-select-disabled .mat-select-value,
.mat-amber-700-bg .mat-select-arrow,
.mat-amber-700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-700-bg .mat-select-content,
.mat-amber-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-700-bg[disabled] {
  background-color: rgba(255, 160, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-700-fg {
  color: #ffa000 !important;
}
.amber-700-fg .mat-icon,
.amber-700-fg .icon {
  color: white;
}
.amber-700-fg.secondary-text,
.amber-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-700-fg.hint-text,
.amber-700-fg .hint-text, .amber-700-fg.disabled-text,
.amber-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-700-fg.divider,
.amber-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-700-fg input[type=text] {
  color: white;
}
.amber-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-700-fg .mat-select-trigger,
.amber-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-700-fg .mat-select-disabled .mat-select-value,
.amber-700-fg .mat-select-arrow,
.amber-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-700-fg .mat-select-content,
.amber-700-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-700-fg .mat-select-value {
  color: white;
}
.amber-700-border {
  border-color: #ffa000 !important;
}
.amber-700-border-top {
  border-top-color: #ffa000 !important;
}
.amber-700-border-right {
  border-right-color: #ffa000 !important;
}
.amber-700-border-bottom {
  border-bottom-color: #ffa000 !important;
}
.amber-700-border-left {
  border-left-color: #ffa000 !important;
}
.amber-800-bg {
  background-color: #ff8f00 !important;
}
.mat-amber-800-bg {
  background-color: #ff8f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-800-bg .mat-icon,
.mat-amber-800-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-800-bg.secondary-text,
.mat-amber-800-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-800-bg.hint-text,
.mat-amber-800-bg .hint-text, .mat-amber-800-bg.disabled-text,
.mat-amber-800-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-800-bg.divider,
.mat-amber-800-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-800-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-800-bg input[type=text] {
  color: black;
}
.mat-amber-800-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-800-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-800-bg .mat-select-trigger,
.mat-amber-800-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-800-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-800-bg .mat-select-disabled .mat-select-value,
.mat-amber-800-bg .mat-select-arrow,
.mat-amber-800-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-800-bg .mat-select-content,
.mat-amber-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-800-bg[disabled] {
  background-color: rgba(255, 143, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-800-fg {
  color: #ff8f00 !important;
}
.amber-800-fg .mat-icon,
.amber-800-fg .icon {
  color: white;
}
.amber-800-fg.secondary-text,
.amber-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-800-fg.hint-text,
.amber-800-fg .hint-text, .amber-800-fg.disabled-text,
.amber-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-800-fg.divider,
.amber-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-800-fg input[type=text] {
  color: white;
}
.amber-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-800-fg .mat-select-trigger,
.amber-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-800-fg .mat-select-disabled .mat-select-value,
.amber-800-fg .mat-select-arrow,
.amber-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-800-fg .mat-select-content,
.amber-800-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-800-fg .mat-select-value {
  color: white;
}
.amber-800-border {
  border-color: #ff8f00 !important;
}
.amber-800-border-top {
  border-top-color: #ff8f00 !important;
}
.amber-800-border-right {
  border-right-color: #ff8f00 !important;
}
.amber-800-border-bottom {
  border-bottom-color: #ff8f00 !important;
}
.amber-800-border-left {
  border-left-color: #ff8f00 !important;
}
.amber-900-bg {
  background-color: #ff6f00 !important;
}
.mat-amber-900-bg {
  background-color: #ff6f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-900-bg .mat-icon,
.mat-amber-900-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-900-bg.secondary-text,
.mat-amber-900-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-900-bg.hint-text,
.mat-amber-900-bg .hint-text, .mat-amber-900-bg.disabled-text,
.mat-amber-900-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-900-bg.divider,
.mat-amber-900-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-900-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-900-bg input[type=text] {
  color: black;
}
.mat-amber-900-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-900-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-900-bg .mat-select-trigger,
.mat-amber-900-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-900-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-900-bg .mat-select-disabled .mat-select-value,
.mat-amber-900-bg .mat-select-arrow,
.mat-amber-900-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-900-bg .mat-select-content,
.mat-amber-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-900-bg[disabled] {
  background-color: rgba(255, 111, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-900-fg {
  color: #ff6f00 !important;
}
.amber-900-fg .mat-icon,
.amber-900-fg .icon {
  color: white;
}
.amber-900-fg.secondary-text,
.amber-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-900-fg.hint-text,
.amber-900-fg .hint-text, .amber-900-fg.disabled-text,
.amber-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-900-fg.divider,
.amber-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-900-fg input[type=text] {
  color: white;
}
.amber-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-900-fg .mat-select-trigger,
.amber-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-900-fg .mat-select-disabled .mat-select-value,
.amber-900-fg .mat-select-arrow,
.amber-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-900-fg .mat-select-content,
.amber-900-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-900-fg .mat-select-value {
  color: white;
}
.amber-900-border {
  border-color: #ff6f00 !important;
}
.amber-900-border-top {
  border-top-color: #ff6f00 !important;
}
.amber-900-border-right {
  border-right-color: #ff6f00 !important;
}
.amber-900-border-bottom {
  border-bottom-color: #ff6f00 !important;
}
.amber-900-border-left {
  border-left-color: #ff6f00 !important;
}
.amber-A100-bg {
  background-color: #ffe57f !important;
}
.mat-amber-A100-bg {
  background-color: #ffe57f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-A100-bg .mat-icon,
.mat-amber-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-A100-bg.secondary-text,
.mat-amber-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-A100-bg.hint-text,
.mat-amber-A100-bg .hint-text, .mat-amber-A100-bg.disabled-text,
.mat-amber-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-A100-bg.divider,
.mat-amber-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-A100-bg input[type=text] {
  color: black;
}
.mat-amber-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-A100-bg .mat-select-trigger,
.mat-amber-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-A100-bg .mat-select-disabled .mat-select-value,
.mat-amber-A100-bg .mat-select-arrow,
.mat-amber-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A100-bg .mat-select-content,
.mat-amber-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-A100-bg[disabled] {
  background-color: rgba(255, 229, 127, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-A100-fg {
  color: #ffe57f !important;
}
.amber-A100-fg .mat-icon,
.amber-A100-fg .icon {
  color: white;
}
.amber-A100-fg.secondary-text,
.amber-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-A100-fg.hint-text,
.amber-A100-fg .hint-text, .amber-A100-fg.disabled-text,
.amber-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-A100-fg.divider,
.amber-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-A100-fg input[type=text] {
  color: white;
}
.amber-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-A100-fg .mat-select-trigger,
.amber-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-A100-fg .mat-select-disabled .mat-select-value,
.amber-A100-fg .mat-select-arrow,
.amber-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A100-fg .mat-select-content,
.amber-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-A100-fg .mat-select-value {
  color: white;
}
.amber-A100-border {
  border-color: #ffe57f !important;
}
.amber-A100-border-top {
  border-top-color: #ffe57f !important;
}
.amber-A100-border-right {
  border-right-color: #ffe57f !important;
}
.amber-A100-border-bottom {
  border-bottom-color: #ffe57f !important;
}
.amber-A100-border-left {
  border-left-color: #ffe57f !important;
}
.amber-A200-bg {
  background-color: #ffd740 !important;
}
.mat-amber-A200-bg {
  background-color: #ffd740 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-A200-bg .mat-icon,
.mat-amber-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-A200-bg.secondary-text,
.mat-amber-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-A200-bg.hint-text,
.mat-amber-A200-bg .hint-text, .mat-amber-A200-bg.disabled-text,
.mat-amber-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-A200-bg.divider,
.mat-amber-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-A200-bg input[type=text] {
  color: black;
}
.mat-amber-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-A200-bg .mat-select-trigger,
.mat-amber-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-A200-bg .mat-select-disabled .mat-select-value,
.mat-amber-A200-bg .mat-select-arrow,
.mat-amber-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A200-bg .mat-select-content,
.mat-amber-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-A200-bg[disabled] {
  background-color: rgba(255, 215, 64, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-A200-fg {
  color: #ffd740 !important;
}
.amber-A200-fg .mat-icon,
.amber-A200-fg .icon {
  color: white;
}
.amber-A200-fg.secondary-text,
.amber-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-A200-fg.hint-text,
.amber-A200-fg .hint-text, .amber-A200-fg.disabled-text,
.amber-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-A200-fg.divider,
.amber-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-A200-fg input[type=text] {
  color: white;
}
.amber-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-A200-fg .mat-select-trigger,
.amber-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-A200-fg .mat-select-disabled .mat-select-value,
.amber-A200-fg .mat-select-arrow,
.amber-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A200-fg .mat-select-content,
.amber-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-A200-fg .mat-select-value {
  color: white;
}
.amber-A200-border {
  border-color: #ffd740 !important;
}
.amber-A200-border-top {
  border-top-color: #ffd740 !important;
}
.amber-A200-border-right {
  border-right-color: #ffd740 !important;
}
.amber-A200-border-bottom {
  border-bottom-color: #ffd740 !important;
}
.amber-A200-border-left {
  border-left-color: #ffd740 !important;
}
.amber-A400-bg {
  background-color: #ffc400 !important;
}
.mat-amber-A400-bg {
  background-color: #ffc400 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-A400-bg .mat-icon,
.mat-amber-A400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-A400-bg.secondary-text,
.mat-amber-A400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-A400-bg.hint-text,
.mat-amber-A400-bg .hint-text, .mat-amber-A400-bg.disabled-text,
.mat-amber-A400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-A400-bg.divider,
.mat-amber-A400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-A400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-A400-bg input[type=text] {
  color: black;
}
.mat-amber-A400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-A400-bg .mat-select-trigger,
.mat-amber-A400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-A400-bg .mat-select-disabled .mat-select-value,
.mat-amber-A400-bg .mat-select-arrow,
.mat-amber-A400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A400-bg .mat-select-content,
.mat-amber-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-A400-bg[disabled] {
  background-color: rgba(255, 196, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-A400-fg {
  color: #ffc400 !important;
}
.amber-A400-fg .mat-icon,
.amber-A400-fg .icon {
  color: white;
}
.amber-A400-fg.secondary-text,
.amber-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-A400-fg.hint-text,
.amber-A400-fg .hint-text, .amber-A400-fg.disabled-text,
.amber-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-A400-fg.divider,
.amber-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-A400-fg input[type=text] {
  color: white;
}
.amber-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-A400-fg .mat-select-trigger,
.amber-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-A400-fg .mat-select-disabled .mat-select-value,
.amber-A400-fg .mat-select-arrow,
.amber-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A400-fg .mat-select-content,
.amber-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-A400-fg .mat-select-value {
  color: white;
}
.amber-A400-border {
  border-color: #ffc400 !important;
}
.amber-A400-border-top {
  border-top-color: #ffc400 !important;
}
.amber-A400-border-right {
  border-right-color: #ffc400 !important;
}
.amber-A400-border-bottom {
  border-bottom-color: #ffc400 !important;
}
.amber-A400-border-left {
  border-left-color: #ffc400 !important;
}
.amber-A700-bg {
  background-color: #ffab00 !important;
}
.mat-amber-A700-bg {
  background-color: #ffab00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-amber-A700-bg .mat-icon,
.mat-amber-A700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-amber-A700-bg.secondary-text,
.mat-amber-A700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-amber-A700-bg.hint-text,
.mat-amber-A700-bg .hint-text, .mat-amber-A700-bg.disabled-text,
.mat-amber-A700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-amber-A700-bg.divider,
.mat-amber-A700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-amber-A700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-amber-A700-bg input[type=text] {
  color: black;
}
.mat-amber-A700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-A700-bg .mat-select-trigger,
.mat-amber-A700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-amber-A700-bg .mat-select-disabled .mat-select-value,
.mat-amber-A700-bg .mat-select-arrow,
.mat-amber-A700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-amber-A700-bg .mat-select-content,
.mat-amber-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-amber-A700-bg[disabled] {
  background-color: rgba(255, 171, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-A700-fg {
  color: #ffab00 !important;
}
.amber-A700-fg .mat-icon,
.amber-A700-fg .icon {
  color: white;
}
.amber-A700-fg.secondary-text,
.amber-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.amber-A700-fg.hint-text,
.amber-A700-fg .hint-text, .amber-A700-fg.disabled-text,
.amber-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.amber-A700-fg.divider,
.amber-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.amber-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.amber-A700-fg input[type=text] {
  color: white;
}
.amber-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-A700-fg .mat-select-trigger,
.amber-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.amber-A700-fg .mat-select-disabled .mat-select-value,
.amber-A700-fg .mat-select-arrow,
.amber-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.amber-A700-fg .mat-select-content,
.amber-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.amber-A700-fg .mat-select-value {
  color: white;
}
.amber-A700-border {
  border-color: #ffab00 !important;
}
.amber-A700-border-top {
  border-top-color: #ffab00 !important;
}
.amber-A700-border-right {
  border-right-color: #ffab00 !important;
}
.amber-A700-border-bottom {
  border-bottom-color: #ffab00 !important;
}
.amber-A700-border-left {
  border-left-color: #ffab00 !important;
}
.orange-50-bg {
  background-color: #fff3e0 !important;
}
.mat-orange-50-bg {
  background-color: #fff3e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-50-bg .mat-icon,
.mat-orange-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-50-bg.secondary-text,
.mat-orange-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-50-bg.hint-text,
.mat-orange-50-bg .hint-text, .mat-orange-50-bg.disabled-text,
.mat-orange-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-50-bg.divider,
.mat-orange-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-50-bg input[type=text] {
  color: black;
}
.mat-orange-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-50-bg .mat-select-trigger,
.mat-orange-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-50-bg .mat-select-disabled .mat-select-value,
.mat-orange-50-bg .mat-select-arrow,
.mat-orange-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-50-bg .mat-select-content,
.mat-orange-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-50-bg[disabled] {
  background-color: rgba(255, 243, 224, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-50-fg {
  color: #fff3e0 !important;
}
.orange-50-fg .mat-icon,
.orange-50-fg .icon {
  color: white;
}
.orange-50-fg.secondary-text,
.orange-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-50-fg.hint-text,
.orange-50-fg .hint-text, .orange-50-fg.disabled-text,
.orange-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-50-fg.divider,
.orange-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-50-fg input[type=text] {
  color: white;
}
.orange-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-50-fg .mat-select-trigger,
.orange-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-50-fg .mat-select-disabled .mat-select-value,
.orange-50-fg .mat-select-arrow,
.orange-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-50-fg .mat-select-content,
.orange-50-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-50-fg .mat-select-value {
  color: white;
}
.orange-50-border {
  border-color: #fff3e0 !important;
}
.orange-50-border-top {
  border-top-color: #fff3e0 !important;
}
.orange-50-border-right {
  border-right-color: #fff3e0 !important;
}
.orange-50-border-bottom {
  border-bottom-color: #fff3e0 !important;
}
.orange-50-border-left {
  border-left-color: #fff3e0 !important;
}
.orange-100-bg {
  background-color: #ffe0b2 !important;
}
.mat-orange-100-bg {
  background-color: #ffe0b2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-100-bg .mat-icon,
.mat-orange-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-100-bg.secondary-text,
.mat-orange-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-100-bg.hint-text,
.mat-orange-100-bg .hint-text, .mat-orange-100-bg.disabled-text,
.mat-orange-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-100-bg.divider,
.mat-orange-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-100-bg input[type=text] {
  color: black;
}
.mat-orange-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-100-bg .mat-select-trigger,
.mat-orange-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-100-bg .mat-select-disabled .mat-select-value,
.mat-orange-100-bg .mat-select-arrow,
.mat-orange-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-100-bg .mat-select-content,
.mat-orange-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-100-bg[disabled] {
  background-color: rgba(255, 224, 178, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-100-fg {
  color: #ffe0b2 !important;
}
.orange-100-fg .mat-icon,
.orange-100-fg .icon {
  color: white;
}
.orange-100-fg.secondary-text,
.orange-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-100-fg.hint-text,
.orange-100-fg .hint-text, .orange-100-fg.disabled-text,
.orange-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-100-fg.divider,
.orange-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-100-fg input[type=text] {
  color: white;
}
.orange-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-100-fg .mat-select-trigger,
.orange-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-100-fg .mat-select-disabled .mat-select-value,
.orange-100-fg .mat-select-arrow,
.orange-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-100-fg .mat-select-content,
.orange-100-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-100-fg .mat-select-value {
  color: white;
}
.orange-100-border {
  border-color: #ffe0b2 !important;
}
.orange-100-border-top {
  border-top-color: #ffe0b2 !important;
}
.orange-100-border-right {
  border-right-color: #ffe0b2 !important;
}
.orange-100-border-bottom {
  border-bottom-color: #ffe0b2 !important;
}
.orange-100-border-left {
  border-left-color: #ffe0b2 !important;
}
.orange-200-bg {
  background-color: #ffcc80 !important;
}
.mat-orange-200-bg {
  background-color: #ffcc80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-200-bg .mat-icon,
.mat-orange-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-200-bg.secondary-text,
.mat-orange-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-200-bg.hint-text,
.mat-orange-200-bg .hint-text, .mat-orange-200-bg.disabled-text,
.mat-orange-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-200-bg.divider,
.mat-orange-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-200-bg input[type=text] {
  color: black;
}
.mat-orange-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-200-bg .mat-select-trigger,
.mat-orange-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-200-bg .mat-select-disabled .mat-select-value,
.mat-orange-200-bg .mat-select-arrow,
.mat-orange-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-200-bg .mat-select-content,
.mat-orange-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-200-bg[disabled] {
  background-color: rgba(255, 204, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-200-fg {
  color: #ffcc80 !important;
}
.orange-200-fg .mat-icon,
.orange-200-fg .icon {
  color: white;
}
.orange-200-fg.secondary-text,
.orange-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-200-fg.hint-text,
.orange-200-fg .hint-text, .orange-200-fg.disabled-text,
.orange-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-200-fg.divider,
.orange-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-200-fg input[type=text] {
  color: white;
}
.orange-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-200-fg .mat-select-trigger,
.orange-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-200-fg .mat-select-disabled .mat-select-value,
.orange-200-fg .mat-select-arrow,
.orange-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-200-fg .mat-select-content,
.orange-200-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-200-fg .mat-select-value {
  color: white;
}
.orange-200-border {
  border-color: #ffcc80 !important;
}
.orange-200-border-top {
  border-top-color: #ffcc80 !important;
}
.orange-200-border-right {
  border-right-color: #ffcc80 !important;
}
.orange-200-border-bottom {
  border-bottom-color: #ffcc80 !important;
}
.orange-200-border-left {
  border-left-color: #ffcc80 !important;
}
.orange-300-bg {
  background-color: #ffb74d !important;
}
.mat-orange-300-bg {
  background-color: #ffb74d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-300-bg .mat-icon,
.mat-orange-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-300-bg.secondary-text,
.mat-orange-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-300-bg.hint-text,
.mat-orange-300-bg .hint-text, .mat-orange-300-bg.disabled-text,
.mat-orange-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-300-bg.divider,
.mat-orange-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-300-bg input[type=text] {
  color: black;
}
.mat-orange-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-300-bg .mat-select-trigger,
.mat-orange-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-300-bg .mat-select-disabled .mat-select-value,
.mat-orange-300-bg .mat-select-arrow,
.mat-orange-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-300-bg .mat-select-content,
.mat-orange-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-300-bg[disabled] {
  background-color: rgba(255, 183, 77, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-300-fg {
  color: #ffb74d !important;
}
.orange-300-fg .mat-icon,
.orange-300-fg .icon {
  color: white;
}
.orange-300-fg.secondary-text,
.orange-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-300-fg.hint-text,
.orange-300-fg .hint-text, .orange-300-fg.disabled-text,
.orange-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-300-fg.divider,
.orange-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-300-fg input[type=text] {
  color: white;
}
.orange-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-300-fg .mat-select-trigger,
.orange-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-300-fg .mat-select-disabled .mat-select-value,
.orange-300-fg .mat-select-arrow,
.orange-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-300-fg .mat-select-content,
.orange-300-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-300-fg .mat-select-value {
  color: white;
}
.orange-300-border {
  border-color: #ffb74d !important;
}
.orange-300-border-top {
  border-top-color: #ffb74d !important;
}
.orange-300-border-right {
  border-right-color: #ffb74d !important;
}
.orange-300-border-bottom {
  border-bottom-color: #ffb74d !important;
}
.orange-300-border-left {
  border-left-color: #ffb74d !important;
}
.orange-400-bg {
  background-color: #ffa726 !important;
}
.mat-orange-400-bg {
  background-color: #ffa726 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-400-bg .mat-icon,
.mat-orange-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-400-bg.secondary-text,
.mat-orange-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-400-bg.hint-text,
.mat-orange-400-bg .hint-text, .mat-orange-400-bg.disabled-text,
.mat-orange-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-400-bg.divider,
.mat-orange-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-400-bg input[type=text] {
  color: black;
}
.mat-orange-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-400-bg .mat-select-trigger,
.mat-orange-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-400-bg .mat-select-disabled .mat-select-value,
.mat-orange-400-bg .mat-select-arrow,
.mat-orange-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-400-bg .mat-select-content,
.mat-orange-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-400-bg[disabled] {
  background-color: rgba(255, 167, 38, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-400-fg {
  color: #ffa726 !important;
}
.orange-400-fg .mat-icon,
.orange-400-fg .icon {
  color: white;
}
.orange-400-fg.secondary-text,
.orange-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-400-fg.hint-text,
.orange-400-fg .hint-text, .orange-400-fg.disabled-text,
.orange-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-400-fg.divider,
.orange-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-400-fg input[type=text] {
  color: white;
}
.orange-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-400-fg .mat-select-trigger,
.orange-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-400-fg .mat-select-disabled .mat-select-value,
.orange-400-fg .mat-select-arrow,
.orange-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-400-fg .mat-select-content,
.orange-400-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-400-fg .mat-select-value {
  color: white;
}
.orange-400-border {
  border-color: #ffa726 !important;
}
.orange-400-border-top {
  border-top-color: #ffa726 !important;
}
.orange-400-border-right {
  border-right-color: #ffa726 !important;
}
.orange-400-border-bottom {
  border-bottom-color: #ffa726 !important;
}
.orange-400-border-left {
  border-left-color: #ffa726 !important;
}
.orange-500-bg {
  background-color: #ff9800 !important;
}
.mat-orange-500-bg {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-500-bg .mat-icon,
.mat-orange-500-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-500-bg.secondary-text,
.mat-orange-500-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-500-bg.hint-text,
.mat-orange-500-bg .hint-text, .mat-orange-500-bg.disabled-text,
.mat-orange-500-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-500-bg.divider,
.mat-orange-500-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-500-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-500-bg input[type=text] {
  color: black;
}
.mat-orange-500-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-500-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-500-bg .mat-select-trigger,
.mat-orange-500-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-500-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-500-bg .mat-select-disabled .mat-select-value,
.mat-orange-500-bg .mat-select-arrow,
.mat-orange-500-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-500-bg .mat-select-content,
.mat-orange-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-500-bg[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-500-fg {
  color: #ff9800 !important;
}
.orange-500-fg .mat-icon,
.orange-500-fg .icon {
  color: white;
}
.orange-500-fg.secondary-text,
.orange-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-500-fg.hint-text,
.orange-500-fg .hint-text, .orange-500-fg.disabled-text,
.orange-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-500-fg.divider,
.orange-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-500-fg input[type=text] {
  color: white;
}
.orange-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-500-fg .mat-select-trigger,
.orange-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-500-fg .mat-select-disabled .mat-select-value,
.orange-500-fg .mat-select-arrow,
.orange-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-500-fg .mat-select-content,
.orange-500-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-500-fg .mat-select-value {
  color: white;
}
.orange-500-border {
  border-color: #ff9800 !important;
}
.orange-500-border-top {
  border-top-color: #ff9800 !important;
}
.orange-500-border-right {
  border-right-color: #ff9800 !important;
}
.orange-500-border-bottom {
  border-bottom-color: #ff9800 !important;
}
.orange-500-border-left {
  border-left-color: #ff9800 !important;
}
.orange-bg {
  background-color: #ff9800 !important;
}
.mat-orange-bg {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-bg .mat-icon,
.mat-orange-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-bg.secondary-text,
.mat-orange-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-bg.hint-text,
.mat-orange-bg .hint-text, .mat-orange-bg.disabled-text,
.mat-orange-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-bg.divider,
.mat-orange-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-bg input[type=text] {
  color: black;
}
.mat-orange-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-bg .mat-select-trigger,
.mat-orange-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-bg .mat-select-disabled .mat-select-value,
.mat-orange-bg .mat-select-arrow,
.mat-orange-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-bg .mat-select-content,
.mat-orange-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-bg[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-fg {
  color: #ff9800 !important;
}
.orange-fg .mat-icon,
.orange-fg .icon {
  color: white;
}
.orange-fg.secondary-text,
.orange-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-fg.hint-text,
.orange-fg .hint-text, .orange-fg.disabled-text,
.orange-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-fg.divider,
.orange-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-fg input[type=text] {
  color: white;
}
.orange-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-fg .mat-select-trigger,
.orange-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-fg .mat-select-disabled .mat-select-value,
.orange-fg .mat-select-arrow,
.orange-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-fg .mat-select-content,
.orange-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-fg .mat-select-value {
  color: white;
}
.orange-border {
  border-color: #ff9800 !important;
}
.orange-border-top {
  border-top-color: #ff9800 !important;
}
.orange-border-right {
  border-right-color: #ff9800 !important;
}
.orange-border-bottom {
  border-bottom-color: #ff9800 !important;
}
.orange-border-left {
  border-left-color: #ff9800 !important;
}
.orange-600-bg {
  background-color: #fb8c00 !important;
}
.mat-orange-600-bg {
  background-color: #fb8c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-600-bg .mat-icon,
.mat-orange-600-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-600-bg.secondary-text,
.mat-orange-600-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-600-bg.hint-text,
.mat-orange-600-bg .hint-text, .mat-orange-600-bg.disabled-text,
.mat-orange-600-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-600-bg.divider,
.mat-orange-600-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-600-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-600-bg input[type=text] {
  color: black;
}
.mat-orange-600-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-600-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-600-bg .mat-select-trigger,
.mat-orange-600-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-600-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-600-bg .mat-select-disabled .mat-select-value,
.mat-orange-600-bg .mat-select-arrow,
.mat-orange-600-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-600-bg .mat-select-content,
.mat-orange-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-600-bg[disabled] {
  background-color: rgba(251, 140, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-600-fg {
  color: #fb8c00 !important;
}
.orange-600-fg .mat-icon,
.orange-600-fg .icon {
  color: white;
}
.orange-600-fg.secondary-text,
.orange-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-600-fg.hint-text,
.orange-600-fg .hint-text, .orange-600-fg.disabled-text,
.orange-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-600-fg.divider,
.orange-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-600-fg input[type=text] {
  color: white;
}
.orange-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-600-fg .mat-select-trigger,
.orange-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-600-fg .mat-select-disabled .mat-select-value,
.orange-600-fg .mat-select-arrow,
.orange-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-600-fg .mat-select-content,
.orange-600-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-600-fg .mat-select-value {
  color: white;
}
.orange-600-border {
  border-color: #fb8c00 !important;
}
.orange-600-border-top {
  border-top-color: #fb8c00 !important;
}
.orange-600-border-right {
  border-right-color: #fb8c00 !important;
}
.orange-600-border-bottom {
  border-bottom-color: #fb8c00 !important;
}
.orange-600-border-left {
  border-left-color: #fb8c00 !important;
}
.orange-700-bg {
  background-color: #f57c00 !important;
}
.mat-orange-700-bg {
  background-color: #f57c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-700-bg .mat-icon,
.mat-orange-700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-700-bg.secondary-text,
.mat-orange-700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-700-bg.hint-text,
.mat-orange-700-bg .hint-text, .mat-orange-700-bg.disabled-text,
.mat-orange-700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-700-bg.divider,
.mat-orange-700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-700-bg input[type=text] {
  color: black;
}
.mat-orange-700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-700-bg .mat-select-trigger,
.mat-orange-700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-700-bg .mat-select-disabled .mat-select-value,
.mat-orange-700-bg .mat-select-arrow,
.mat-orange-700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-700-bg .mat-select-content,
.mat-orange-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-700-bg[disabled] {
  background-color: rgba(245, 124, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-700-fg {
  color: #f57c00 !important;
}
.orange-700-fg .mat-icon,
.orange-700-fg .icon {
  color: white;
}
.orange-700-fg.secondary-text,
.orange-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-700-fg.hint-text,
.orange-700-fg .hint-text, .orange-700-fg.disabled-text,
.orange-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-700-fg.divider,
.orange-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-700-fg input[type=text] {
  color: white;
}
.orange-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-700-fg .mat-select-trigger,
.orange-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-700-fg .mat-select-disabled .mat-select-value,
.orange-700-fg .mat-select-arrow,
.orange-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-700-fg .mat-select-content,
.orange-700-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-700-fg .mat-select-value {
  color: white;
}
.orange-700-border {
  border-color: #f57c00 !important;
}
.orange-700-border-top {
  border-top-color: #f57c00 !important;
}
.orange-700-border-right {
  border-right-color: #f57c00 !important;
}
.orange-700-border-bottom {
  border-bottom-color: #f57c00 !important;
}
.orange-700-border-left {
  border-left-color: #f57c00 !important;
}
.orange-800-bg {
  background-color: #ef6c00 !important;
}
.mat-orange-800-bg {
  background-color: #ef6c00 !important;
  color: white !important;
}
.mat-orange-800-bg .mat-icon,
.mat-orange-800-bg .icon {
  color: white;
}
.mat-orange-800-bg.secondary-text,
.mat-orange-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-orange-800-bg.hint-text,
.mat-orange-800-bg .hint-text, .mat-orange-800-bg.disabled-text,
.mat-orange-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-orange-800-bg.divider,
.mat-orange-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-orange-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-orange-800-bg input[type=text] {
  color: white;
}
.mat-orange-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-orange-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-orange-800-bg .mat-select-trigger,
.mat-orange-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-orange-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-orange-800-bg .mat-select-disabled .mat-select-value,
.mat-orange-800-bg .mat-select-arrow,
.mat-orange-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-orange-800-bg .mat-select-content,
.mat-orange-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-800-bg .mat-select-value {
  color: white;
}
.mat-orange-800-bg[disabled] {
  background-color: rgba(239, 108, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.orange-800-fg {
  color: #ef6c00 !important;
}
.orange-800-fg .mat-icon,
.orange-800-fg .icon {
  color: white;
}
.orange-800-fg.secondary-text,
.orange-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-800-fg.hint-text,
.orange-800-fg .hint-text, .orange-800-fg.disabled-text,
.orange-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-800-fg.divider,
.orange-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-800-fg input[type=text] {
  color: white;
}
.orange-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-800-fg .mat-select-trigger,
.orange-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-800-fg .mat-select-disabled .mat-select-value,
.orange-800-fg .mat-select-arrow,
.orange-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-800-fg .mat-select-content,
.orange-800-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-800-fg .mat-select-value {
  color: white;
}
.orange-800-border {
  border-color: #ef6c00 !important;
}
.orange-800-border-top {
  border-top-color: #ef6c00 !important;
}
.orange-800-border-right {
  border-right-color: #ef6c00 !important;
}
.orange-800-border-bottom {
  border-bottom-color: #ef6c00 !important;
}
.orange-800-border-left {
  border-left-color: #ef6c00 !important;
}
.orange-900-bg {
  background-color: #e65100 !important;
}
.mat-orange-900-bg {
  background-color: #e65100 !important;
  color: white !important;
}
.mat-orange-900-bg .mat-icon,
.mat-orange-900-bg .icon {
  color: white;
}
.mat-orange-900-bg.secondary-text,
.mat-orange-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-orange-900-bg.hint-text,
.mat-orange-900-bg .hint-text, .mat-orange-900-bg.disabled-text,
.mat-orange-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-orange-900-bg.divider,
.mat-orange-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-orange-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-orange-900-bg input[type=text] {
  color: white;
}
.mat-orange-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-orange-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-orange-900-bg .mat-select-trigger,
.mat-orange-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-orange-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-orange-900-bg .mat-select-disabled .mat-select-value,
.mat-orange-900-bg .mat-select-arrow,
.mat-orange-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-orange-900-bg .mat-select-content,
.mat-orange-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-900-bg .mat-select-value {
  color: white;
}
.mat-orange-900-bg[disabled] {
  background-color: rgba(230, 81, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.orange-900-fg {
  color: #e65100 !important;
}
.orange-900-fg .mat-icon,
.orange-900-fg .icon {
  color: white;
}
.orange-900-fg.secondary-text,
.orange-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-900-fg.hint-text,
.orange-900-fg .hint-text, .orange-900-fg.disabled-text,
.orange-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-900-fg.divider,
.orange-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-900-fg input[type=text] {
  color: white;
}
.orange-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-900-fg .mat-select-trigger,
.orange-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-900-fg .mat-select-disabled .mat-select-value,
.orange-900-fg .mat-select-arrow,
.orange-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-900-fg .mat-select-content,
.orange-900-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-900-fg .mat-select-value {
  color: white;
}
.orange-900-border {
  border-color: #e65100 !important;
}
.orange-900-border-top {
  border-top-color: #e65100 !important;
}
.orange-900-border-right {
  border-right-color: #e65100 !important;
}
.orange-900-border-bottom {
  border-bottom-color: #e65100 !important;
}
.orange-900-border-left {
  border-left-color: #e65100 !important;
}
.orange-A100-bg {
  background-color: #ffd180 !important;
}
.mat-orange-A100-bg {
  background-color: #ffd180 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-A100-bg .mat-icon,
.mat-orange-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-A100-bg.secondary-text,
.mat-orange-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-A100-bg.hint-text,
.mat-orange-A100-bg .hint-text, .mat-orange-A100-bg.disabled-text,
.mat-orange-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-A100-bg.divider,
.mat-orange-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-A100-bg input[type=text] {
  color: black;
}
.mat-orange-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-A100-bg .mat-select-trigger,
.mat-orange-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-A100-bg .mat-select-disabled .mat-select-value,
.mat-orange-A100-bg .mat-select-arrow,
.mat-orange-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A100-bg .mat-select-content,
.mat-orange-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-A100-bg[disabled] {
  background-color: rgba(255, 209, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-A100-fg {
  color: #ffd180 !important;
}
.orange-A100-fg .mat-icon,
.orange-A100-fg .icon {
  color: white;
}
.orange-A100-fg.secondary-text,
.orange-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-A100-fg.hint-text,
.orange-A100-fg .hint-text, .orange-A100-fg.disabled-text,
.orange-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-A100-fg.divider,
.orange-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-A100-fg input[type=text] {
  color: white;
}
.orange-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-A100-fg .mat-select-trigger,
.orange-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-A100-fg .mat-select-disabled .mat-select-value,
.orange-A100-fg .mat-select-arrow,
.orange-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A100-fg .mat-select-content,
.orange-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-A100-fg .mat-select-value {
  color: white;
}
.orange-A100-border {
  border-color: #ffd180 !important;
}
.orange-A100-border-top {
  border-top-color: #ffd180 !important;
}
.orange-A100-border-right {
  border-right-color: #ffd180 !important;
}
.orange-A100-border-bottom {
  border-bottom-color: #ffd180 !important;
}
.orange-A100-border-left {
  border-left-color: #ffd180 !important;
}
.orange-A200-bg {
  background-color: #ffab40 !important;
}
.mat-orange-A200-bg {
  background-color: #ffab40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-A200-bg .mat-icon,
.mat-orange-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-A200-bg.secondary-text,
.mat-orange-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-A200-bg.hint-text,
.mat-orange-A200-bg .hint-text, .mat-orange-A200-bg.disabled-text,
.mat-orange-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-A200-bg.divider,
.mat-orange-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-A200-bg input[type=text] {
  color: black;
}
.mat-orange-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-A200-bg .mat-select-trigger,
.mat-orange-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-A200-bg .mat-select-disabled .mat-select-value,
.mat-orange-A200-bg .mat-select-arrow,
.mat-orange-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A200-bg .mat-select-content,
.mat-orange-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-A200-bg[disabled] {
  background-color: rgba(255, 171, 64, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-A200-fg {
  color: #ffab40 !important;
}
.orange-A200-fg .mat-icon,
.orange-A200-fg .icon {
  color: white;
}
.orange-A200-fg.secondary-text,
.orange-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-A200-fg.hint-text,
.orange-A200-fg .hint-text, .orange-A200-fg.disabled-text,
.orange-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-A200-fg.divider,
.orange-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-A200-fg input[type=text] {
  color: white;
}
.orange-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-A200-fg .mat-select-trigger,
.orange-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-A200-fg .mat-select-disabled .mat-select-value,
.orange-A200-fg .mat-select-arrow,
.orange-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A200-fg .mat-select-content,
.orange-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-A200-fg .mat-select-value {
  color: white;
}
.orange-A200-border {
  border-color: #ffab40 !important;
}
.orange-A200-border-top {
  border-top-color: #ffab40 !important;
}
.orange-A200-border-right {
  border-right-color: #ffab40 !important;
}
.orange-A200-border-bottom {
  border-bottom-color: #ffab40 !important;
}
.orange-A200-border-left {
  border-left-color: #ffab40 !important;
}
.orange-A400-bg {
  background-color: #ff9100 !important;
}
.mat-orange-A400-bg {
  background-color: #ff9100 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-orange-A400-bg .mat-icon,
.mat-orange-A400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-A400-bg.secondary-text,
.mat-orange-A400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-A400-bg.hint-text,
.mat-orange-A400-bg .hint-text, .mat-orange-A400-bg.disabled-text,
.mat-orange-A400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-A400-bg.divider,
.mat-orange-A400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-A400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-A400-bg input[type=text] {
  color: black;
}
.mat-orange-A400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-A400-bg .mat-select-trigger,
.mat-orange-A400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-A400-bg .mat-select-disabled .mat-select-value,
.mat-orange-A400-bg .mat-select-arrow,
.mat-orange-A400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A400-bg .mat-select-content,
.mat-orange-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-A400-bg[disabled] {
  background-color: rgba(255, 145, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-A400-fg {
  color: #ff9100 !important;
}
.orange-A400-fg .mat-icon,
.orange-A400-fg .icon {
  color: white;
}
.orange-A400-fg.secondary-text,
.orange-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-A400-fg.hint-text,
.orange-A400-fg .hint-text, .orange-A400-fg.disabled-text,
.orange-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-A400-fg.divider,
.orange-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-A400-fg input[type=text] {
  color: white;
}
.orange-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-A400-fg .mat-select-trigger,
.orange-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-A400-fg .mat-select-disabled .mat-select-value,
.orange-A400-fg .mat-select-arrow,
.orange-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A400-fg .mat-select-content,
.orange-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-A400-fg .mat-select-value {
  color: white;
}
.orange-A400-border {
  border-color: #ff9100 !important;
}
.orange-A400-border-top {
  border-top-color: #ff9100 !important;
}
.orange-A400-border-right {
  border-right-color: #ff9100 !important;
}
.orange-A400-border-bottom {
  border-bottom-color: #ff9100 !important;
}
.orange-A400-border-left {
  border-left-color: #ff9100 !important;
}
.orange-A700-bg {
  background-color: #ff6d00 !important;
}
.mat-orange-A700-bg {
  background-color: #ff6d00 !important;
  color: black !important;
}
.mat-orange-A700-bg .mat-icon,
.mat-orange-A700-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-orange-A700-bg.secondary-text,
.mat-orange-A700-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-orange-A700-bg.hint-text,
.mat-orange-A700-bg .hint-text, .mat-orange-A700-bg.disabled-text,
.mat-orange-A700-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-orange-A700-bg.divider,
.mat-orange-A700-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-orange-A700-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-orange-A700-bg input[type=text] {
  color: black;
}
.mat-orange-A700-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A700-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-A700-bg .mat-select-trigger,
.mat-orange-A700-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A700-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-orange-A700-bg .mat-select-disabled .mat-select-value,
.mat-orange-A700-bg .mat-select-arrow,
.mat-orange-A700-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-orange-A700-bg .mat-select-content,
.mat-orange-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-orange-A700-bg[disabled] {
  background-color: rgba(255, 109, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-A700-fg {
  color: #ff6d00 !important;
}
.orange-A700-fg .mat-icon,
.orange-A700-fg .icon {
  color: white;
}
.orange-A700-fg.secondary-text,
.orange-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.orange-A700-fg.hint-text,
.orange-A700-fg .hint-text, .orange-A700-fg.disabled-text,
.orange-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.orange-A700-fg.divider,
.orange-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.orange-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.orange-A700-fg input[type=text] {
  color: white;
}
.orange-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-A700-fg .mat-select-trigger,
.orange-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.orange-A700-fg .mat-select-disabled .mat-select-value,
.orange-A700-fg .mat-select-arrow,
.orange-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.orange-A700-fg .mat-select-content,
.orange-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.orange-A700-fg .mat-select-value {
  color: white;
}
.orange-A700-border {
  border-color: #ff6d00 !important;
}
.orange-A700-border-top {
  border-top-color: #ff6d00 !important;
}
.orange-A700-border-right {
  border-right-color: #ff6d00 !important;
}
.orange-A700-border-bottom {
  border-bottom-color: #ff6d00 !important;
}
.orange-A700-border-left {
  border-left-color: #ff6d00 !important;
}
.deep-orange-50-bg {
  background-color: #fbe9e7 !important;
}
.mat-deep-orange-50-bg {
  background-color: #fbe9e7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-50-bg .mat-icon,
.mat-deep-orange-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-deep-orange-50-bg.secondary-text,
.mat-deep-orange-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-deep-orange-50-bg.hint-text,
.mat-deep-orange-50-bg .hint-text, .mat-deep-orange-50-bg.disabled-text,
.mat-deep-orange-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-deep-orange-50-bg.divider,
.mat-deep-orange-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-deep-orange-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-deep-orange-50-bg input[type=text] {
  color: black;
}
.mat-deep-orange-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-50-bg .mat-select-trigger,
.mat-deep-orange-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-50-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-50-bg .mat-select-arrow,
.mat-deep-orange-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-50-bg .mat-select-content,
.mat-deep-orange-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-50-bg[disabled] {
  background-color: rgba(251, 233, 231, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-50-fg {
  color: #fbe9e7 !important;
}
.deep-orange-50-fg .mat-icon,
.deep-orange-50-fg .icon {
  color: white;
}
.deep-orange-50-fg.secondary-text,
.deep-orange-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-50-fg.hint-text,
.deep-orange-50-fg .hint-text, .deep-orange-50-fg.disabled-text,
.deep-orange-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-50-fg.divider,
.deep-orange-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-50-fg input[type=text] {
  color: white;
}
.deep-orange-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-50-fg .mat-select-trigger,
.deep-orange-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-50-fg .mat-select-disabled .mat-select-value,
.deep-orange-50-fg .mat-select-arrow,
.deep-orange-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-50-fg .mat-select-content,
.deep-orange-50-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-50-fg .mat-select-value {
  color: white;
}
.deep-orange-50-border {
  border-color: #fbe9e7 !important;
}
.deep-orange-50-border-top {
  border-top-color: #fbe9e7 !important;
}
.deep-orange-50-border-right {
  border-right-color: #fbe9e7 !important;
}
.deep-orange-50-border-bottom {
  border-bottom-color: #fbe9e7 !important;
}
.deep-orange-50-border-left {
  border-left-color: #fbe9e7 !important;
}
.deep-orange-100-bg {
  background-color: #ffccbc !important;
}
.mat-deep-orange-100-bg {
  background-color: #ffccbc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-100-bg .mat-icon,
.mat-deep-orange-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-deep-orange-100-bg.secondary-text,
.mat-deep-orange-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-deep-orange-100-bg.hint-text,
.mat-deep-orange-100-bg .hint-text, .mat-deep-orange-100-bg.disabled-text,
.mat-deep-orange-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-deep-orange-100-bg.divider,
.mat-deep-orange-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-deep-orange-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-deep-orange-100-bg input[type=text] {
  color: black;
}
.mat-deep-orange-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-100-bg .mat-select-trigger,
.mat-deep-orange-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-100-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-100-bg .mat-select-arrow,
.mat-deep-orange-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-100-bg .mat-select-content,
.mat-deep-orange-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-100-bg[disabled] {
  background-color: rgba(255, 204, 188, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-100-fg {
  color: #ffccbc !important;
}
.deep-orange-100-fg .mat-icon,
.deep-orange-100-fg .icon {
  color: white;
}
.deep-orange-100-fg.secondary-text,
.deep-orange-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-100-fg.hint-text,
.deep-orange-100-fg .hint-text, .deep-orange-100-fg.disabled-text,
.deep-orange-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-100-fg.divider,
.deep-orange-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-100-fg input[type=text] {
  color: white;
}
.deep-orange-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-100-fg .mat-select-trigger,
.deep-orange-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-100-fg .mat-select-disabled .mat-select-value,
.deep-orange-100-fg .mat-select-arrow,
.deep-orange-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-100-fg .mat-select-content,
.deep-orange-100-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-100-fg .mat-select-value {
  color: white;
}
.deep-orange-100-border {
  border-color: #ffccbc !important;
}
.deep-orange-100-border-top {
  border-top-color: #ffccbc !important;
}
.deep-orange-100-border-right {
  border-right-color: #ffccbc !important;
}
.deep-orange-100-border-bottom {
  border-bottom-color: #ffccbc !important;
}
.deep-orange-100-border-left {
  border-left-color: #ffccbc !important;
}
.deep-orange-200-bg {
  background-color: #ffab91 !important;
}
.mat-deep-orange-200-bg {
  background-color: #ffab91 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-200-bg .mat-icon,
.mat-deep-orange-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-deep-orange-200-bg.secondary-text,
.mat-deep-orange-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-deep-orange-200-bg.hint-text,
.mat-deep-orange-200-bg .hint-text, .mat-deep-orange-200-bg.disabled-text,
.mat-deep-orange-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-deep-orange-200-bg.divider,
.mat-deep-orange-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-deep-orange-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-deep-orange-200-bg input[type=text] {
  color: black;
}
.mat-deep-orange-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-200-bg .mat-select-trigger,
.mat-deep-orange-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-200-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-200-bg .mat-select-arrow,
.mat-deep-orange-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-200-bg .mat-select-content,
.mat-deep-orange-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-200-bg[disabled] {
  background-color: rgba(255, 171, 145, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-200-fg {
  color: #ffab91 !important;
}
.deep-orange-200-fg .mat-icon,
.deep-orange-200-fg .icon {
  color: white;
}
.deep-orange-200-fg.secondary-text,
.deep-orange-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-200-fg.hint-text,
.deep-orange-200-fg .hint-text, .deep-orange-200-fg.disabled-text,
.deep-orange-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-200-fg.divider,
.deep-orange-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-200-fg input[type=text] {
  color: white;
}
.deep-orange-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-200-fg .mat-select-trigger,
.deep-orange-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-200-fg .mat-select-disabled .mat-select-value,
.deep-orange-200-fg .mat-select-arrow,
.deep-orange-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-200-fg .mat-select-content,
.deep-orange-200-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-200-fg .mat-select-value {
  color: white;
}
.deep-orange-200-border {
  border-color: #ffab91 !important;
}
.deep-orange-200-border-top {
  border-top-color: #ffab91 !important;
}
.deep-orange-200-border-right {
  border-right-color: #ffab91 !important;
}
.deep-orange-200-border-bottom {
  border-bottom-color: #ffab91 !important;
}
.deep-orange-200-border-left {
  border-left-color: #ffab91 !important;
}
.deep-orange-300-bg {
  background-color: #ff8a65 !important;
}
.mat-deep-orange-300-bg {
  background-color: #ff8a65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-300-bg .mat-icon,
.mat-deep-orange-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-deep-orange-300-bg.secondary-text,
.mat-deep-orange-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-deep-orange-300-bg.hint-text,
.mat-deep-orange-300-bg .hint-text, .mat-deep-orange-300-bg.disabled-text,
.mat-deep-orange-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-deep-orange-300-bg.divider,
.mat-deep-orange-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-deep-orange-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-deep-orange-300-bg input[type=text] {
  color: black;
}
.mat-deep-orange-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-300-bg .mat-select-trigger,
.mat-deep-orange-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-300-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-300-bg .mat-select-arrow,
.mat-deep-orange-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-300-bg .mat-select-content,
.mat-deep-orange-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-300-bg[disabled] {
  background-color: rgba(255, 138, 101, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-300-fg {
  color: #ff8a65 !important;
}
.deep-orange-300-fg .mat-icon,
.deep-orange-300-fg .icon {
  color: white;
}
.deep-orange-300-fg.secondary-text,
.deep-orange-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-300-fg.hint-text,
.deep-orange-300-fg .hint-text, .deep-orange-300-fg.disabled-text,
.deep-orange-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-300-fg.divider,
.deep-orange-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-300-fg input[type=text] {
  color: white;
}
.deep-orange-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-300-fg .mat-select-trigger,
.deep-orange-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-300-fg .mat-select-disabled .mat-select-value,
.deep-orange-300-fg .mat-select-arrow,
.deep-orange-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-300-fg .mat-select-content,
.deep-orange-300-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-300-fg .mat-select-value {
  color: white;
}
.deep-orange-300-border {
  border-color: #ff8a65 !important;
}
.deep-orange-300-border-top {
  border-top-color: #ff8a65 !important;
}
.deep-orange-300-border-right {
  border-right-color: #ff8a65 !important;
}
.deep-orange-300-border-bottom {
  border-bottom-color: #ff8a65 !important;
}
.deep-orange-300-border-left {
  border-left-color: #ff8a65 !important;
}
.deep-orange-400-bg {
  background-color: #ff7043 !important;
}
.mat-deep-orange-400-bg {
  background-color: #ff7043 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-400-bg .mat-icon,
.mat-deep-orange-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-deep-orange-400-bg.secondary-text,
.mat-deep-orange-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-deep-orange-400-bg.hint-text,
.mat-deep-orange-400-bg .hint-text, .mat-deep-orange-400-bg.disabled-text,
.mat-deep-orange-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-deep-orange-400-bg.divider,
.mat-deep-orange-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-deep-orange-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-deep-orange-400-bg input[type=text] {
  color: black;
}
.mat-deep-orange-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-400-bg .mat-select-trigger,
.mat-deep-orange-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-400-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-400-bg .mat-select-arrow,
.mat-deep-orange-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-400-bg .mat-select-content,
.mat-deep-orange-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-400-bg[disabled] {
  background-color: rgba(255, 112, 67, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-400-fg {
  color: #ff7043 !important;
}
.deep-orange-400-fg .mat-icon,
.deep-orange-400-fg .icon {
  color: white;
}
.deep-orange-400-fg.secondary-text,
.deep-orange-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-400-fg.hint-text,
.deep-orange-400-fg .hint-text, .deep-orange-400-fg.disabled-text,
.deep-orange-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-400-fg.divider,
.deep-orange-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-400-fg input[type=text] {
  color: white;
}
.deep-orange-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-400-fg .mat-select-trigger,
.deep-orange-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-400-fg .mat-select-disabled .mat-select-value,
.deep-orange-400-fg .mat-select-arrow,
.deep-orange-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-400-fg .mat-select-content,
.deep-orange-400-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-400-fg .mat-select-value {
  color: white;
}
.deep-orange-400-border {
  border-color: #ff7043 !important;
}
.deep-orange-400-border-top {
  border-top-color: #ff7043 !important;
}
.deep-orange-400-border-right {
  border-right-color: #ff7043 !important;
}
.deep-orange-400-border-bottom {
  border-bottom-color: #ff7043 !important;
}
.deep-orange-400-border-left {
  border-left-color: #ff7043 !important;
}
.deep-orange-500-bg {
  background-color: #ff5722 !important;
}
.mat-deep-orange-500-bg {
  background-color: #ff5722 !important;
  color: white !important;
}
.mat-deep-orange-500-bg .mat-icon,
.mat-deep-orange-500-bg .icon {
  color: white;
}
.mat-deep-orange-500-bg.secondary-text,
.mat-deep-orange-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-orange-500-bg.hint-text,
.mat-deep-orange-500-bg .hint-text, .mat-deep-orange-500-bg.disabled-text,
.mat-deep-orange-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-orange-500-bg.divider,
.mat-deep-orange-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-orange-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-orange-500-bg input[type=text] {
  color: white;
}
.mat-deep-orange-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-500-bg .mat-select-trigger,
.mat-deep-orange-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-500-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-500-bg .mat-select-arrow,
.mat-deep-orange-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-500-bg .mat-select-content,
.mat-deep-orange-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-500-bg .mat-select-value {
  color: white;
}
.mat-deep-orange-500-bg[disabled] {
  background-color: rgba(255, 87, 34, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-500-fg {
  color: #ff5722 !important;
}
.deep-orange-500-fg .mat-icon,
.deep-orange-500-fg .icon {
  color: white;
}
.deep-orange-500-fg.secondary-text,
.deep-orange-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-500-fg.hint-text,
.deep-orange-500-fg .hint-text, .deep-orange-500-fg.disabled-text,
.deep-orange-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-500-fg.divider,
.deep-orange-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-500-fg input[type=text] {
  color: white;
}
.deep-orange-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-500-fg .mat-select-trigger,
.deep-orange-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-500-fg .mat-select-disabled .mat-select-value,
.deep-orange-500-fg .mat-select-arrow,
.deep-orange-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-500-fg .mat-select-content,
.deep-orange-500-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-500-fg .mat-select-value {
  color: white;
}
.deep-orange-500-border {
  border-color: #ff5722 !important;
}
.deep-orange-500-border-top {
  border-top-color: #ff5722 !important;
}
.deep-orange-500-border-right {
  border-right-color: #ff5722 !important;
}
.deep-orange-500-border-bottom {
  border-bottom-color: #ff5722 !important;
}
.deep-orange-500-border-left {
  border-left-color: #ff5722 !important;
}
.deep-orange-bg {
  background-color: #ff5722 !important;
}
.mat-deep-orange-bg {
  background-color: #ff5722 !important;
  color: white !important;
}
.mat-deep-orange-bg .mat-icon,
.mat-deep-orange-bg .icon {
  color: white;
}
.mat-deep-orange-bg.secondary-text,
.mat-deep-orange-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-orange-bg.hint-text,
.mat-deep-orange-bg .hint-text, .mat-deep-orange-bg.disabled-text,
.mat-deep-orange-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-orange-bg.divider,
.mat-deep-orange-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-orange-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-orange-bg input[type=text] {
  color: white;
}
.mat-deep-orange-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-bg .mat-select-trigger,
.mat-deep-orange-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-bg .mat-select-arrow,
.mat-deep-orange-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-bg .mat-select-content,
.mat-deep-orange-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-bg .mat-select-value {
  color: white;
}
.mat-deep-orange-bg[disabled] {
  background-color: rgba(255, 87, 34, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-fg {
  color: #ff5722 !important;
}
.deep-orange-fg .mat-icon,
.deep-orange-fg .icon {
  color: white;
}
.deep-orange-fg.secondary-text,
.deep-orange-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-fg.hint-text,
.deep-orange-fg .hint-text, .deep-orange-fg.disabled-text,
.deep-orange-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-fg.divider,
.deep-orange-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-fg input[type=text] {
  color: white;
}
.deep-orange-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-fg .mat-select-trigger,
.deep-orange-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-fg .mat-select-disabled .mat-select-value,
.deep-orange-fg .mat-select-arrow,
.deep-orange-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-fg .mat-select-content,
.deep-orange-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-fg .mat-select-value {
  color: white;
}
.deep-orange-border {
  border-color: #ff5722 !important;
}
.deep-orange-border-top {
  border-top-color: #ff5722 !important;
}
.deep-orange-border-right {
  border-right-color: #ff5722 !important;
}
.deep-orange-border-bottom {
  border-bottom-color: #ff5722 !important;
}
.deep-orange-border-left {
  border-left-color: #ff5722 !important;
}
.deep-orange-600-bg {
  background-color: #f4511e !important;
}
.mat-deep-orange-600-bg {
  background-color: #f4511e !important;
  color: white !important;
}
.mat-deep-orange-600-bg .mat-icon,
.mat-deep-orange-600-bg .icon {
  color: white;
}
.mat-deep-orange-600-bg.secondary-text,
.mat-deep-orange-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-orange-600-bg.hint-text,
.mat-deep-orange-600-bg .hint-text, .mat-deep-orange-600-bg.disabled-text,
.mat-deep-orange-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-orange-600-bg.divider,
.mat-deep-orange-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-orange-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-orange-600-bg input[type=text] {
  color: white;
}
.mat-deep-orange-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-600-bg .mat-select-trigger,
.mat-deep-orange-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-600-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-600-bg .mat-select-arrow,
.mat-deep-orange-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-600-bg .mat-select-content,
.mat-deep-orange-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-600-bg .mat-select-value {
  color: white;
}
.mat-deep-orange-600-bg[disabled] {
  background-color: rgba(244, 81, 30, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-600-fg {
  color: #f4511e !important;
}
.deep-orange-600-fg .mat-icon,
.deep-orange-600-fg .icon {
  color: white;
}
.deep-orange-600-fg.secondary-text,
.deep-orange-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-600-fg.hint-text,
.deep-orange-600-fg .hint-text, .deep-orange-600-fg.disabled-text,
.deep-orange-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-600-fg.divider,
.deep-orange-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-600-fg input[type=text] {
  color: white;
}
.deep-orange-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-600-fg .mat-select-trigger,
.deep-orange-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-600-fg .mat-select-disabled .mat-select-value,
.deep-orange-600-fg .mat-select-arrow,
.deep-orange-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-600-fg .mat-select-content,
.deep-orange-600-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-600-fg .mat-select-value {
  color: white;
}
.deep-orange-600-border {
  border-color: #f4511e !important;
}
.deep-orange-600-border-top {
  border-top-color: #f4511e !important;
}
.deep-orange-600-border-right {
  border-right-color: #f4511e !important;
}
.deep-orange-600-border-bottom {
  border-bottom-color: #f4511e !important;
}
.deep-orange-600-border-left {
  border-left-color: #f4511e !important;
}
.deep-orange-700-bg {
  background-color: #e64a19 !important;
}
.mat-deep-orange-700-bg {
  background-color: #e64a19 !important;
  color: white !important;
}
.mat-deep-orange-700-bg .mat-icon,
.mat-deep-orange-700-bg .icon {
  color: white;
}
.mat-deep-orange-700-bg.secondary-text,
.mat-deep-orange-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-orange-700-bg.hint-text,
.mat-deep-orange-700-bg .hint-text, .mat-deep-orange-700-bg.disabled-text,
.mat-deep-orange-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-orange-700-bg.divider,
.mat-deep-orange-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-orange-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-orange-700-bg input[type=text] {
  color: white;
}
.mat-deep-orange-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-700-bg .mat-select-trigger,
.mat-deep-orange-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-700-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-700-bg .mat-select-arrow,
.mat-deep-orange-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-700-bg .mat-select-content,
.mat-deep-orange-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-700-bg .mat-select-value {
  color: white;
}
.mat-deep-orange-700-bg[disabled] {
  background-color: rgba(230, 74, 25, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-700-fg {
  color: #e64a19 !important;
}
.deep-orange-700-fg .mat-icon,
.deep-orange-700-fg .icon {
  color: white;
}
.deep-orange-700-fg.secondary-text,
.deep-orange-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-700-fg.hint-text,
.deep-orange-700-fg .hint-text, .deep-orange-700-fg.disabled-text,
.deep-orange-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-700-fg.divider,
.deep-orange-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-700-fg input[type=text] {
  color: white;
}
.deep-orange-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-700-fg .mat-select-trigger,
.deep-orange-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-700-fg .mat-select-disabled .mat-select-value,
.deep-orange-700-fg .mat-select-arrow,
.deep-orange-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-700-fg .mat-select-content,
.deep-orange-700-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-700-fg .mat-select-value {
  color: white;
}
.deep-orange-700-border {
  border-color: #e64a19 !important;
}
.deep-orange-700-border-top {
  border-top-color: #e64a19 !important;
}
.deep-orange-700-border-right {
  border-right-color: #e64a19 !important;
}
.deep-orange-700-border-bottom {
  border-bottom-color: #e64a19 !important;
}
.deep-orange-700-border-left {
  border-left-color: #e64a19 !important;
}
.deep-orange-800-bg {
  background-color: #d84315 !important;
}
.mat-deep-orange-800-bg {
  background-color: #d84315 !important;
  color: white !important;
}
.mat-deep-orange-800-bg .mat-icon,
.mat-deep-orange-800-bg .icon {
  color: white;
}
.mat-deep-orange-800-bg.secondary-text,
.mat-deep-orange-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-orange-800-bg.hint-text,
.mat-deep-orange-800-bg .hint-text, .mat-deep-orange-800-bg.disabled-text,
.mat-deep-orange-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-orange-800-bg.divider,
.mat-deep-orange-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-orange-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-orange-800-bg input[type=text] {
  color: white;
}
.mat-deep-orange-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-800-bg .mat-select-trigger,
.mat-deep-orange-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-800-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-800-bg .mat-select-arrow,
.mat-deep-orange-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-800-bg .mat-select-content,
.mat-deep-orange-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-800-bg .mat-select-value {
  color: white;
}
.mat-deep-orange-800-bg[disabled] {
  background-color: rgba(216, 67, 21, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-800-fg {
  color: #d84315 !important;
}
.deep-orange-800-fg .mat-icon,
.deep-orange-800-fg .icon {
  color: white;
}
.deep-orange-800-fg.secondary-text,
.deep-orange-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-800-fg.hint-text,
.deep-orange-800-fg .hint-text, .deep-orange-800-fg.disabled-text,
.deep-orange-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-800-fg.divider,
.deep-orange-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-800-fg input[type=text] {
  color: white;
}
.deep-orange-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-800-fg .mat-select-trigger,
.deep-orange-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-800-fg .mat-select-disabled .mat-select-value,
.deep-orange-800-fg .mat-select-arrow,
.deep-orange-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-800-fg .mat-select-content,
.deep-orange-800-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-800-fg .mat-select-value {
  color: white;
}
.deep-orange-800-border {
  border-color: #d84315 !important;
}
.deep-orange-800-border-top {
  border-top-color: #d84315 !important;
}
.deep-orange-800-border-right {
  border-right-color: #d84315 !important;
}
.deep-orange-800-border-bottom {
  border-bottom-color: #d84315 !important;
}
.deep-orange-800-border-left {
  border-left-color: #d84315 !important;
}
.deep-orange-900-bg {
  background-color: #bf360c !important;
}
.mat-deep-orange-900-bg {
  background-color: #bf360c !important;
  color: white !important;
}
.mat-deep-orange-900-bg .mat-icon,
.mat-deep-orange-900-bg .icon {
  color: white;
}
.mat-deep-orange-900-bg.secondary-text,
.mat-deep-orange-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-orange-900-bg.hint-text,
.mat-deep-orange-900-bg .hint-text, .mat-deep-orange-900-bg.disabled-text,
.mat-deep-orange-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-orange-900-bg.divider,
.mat-deep-orange-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-orange-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-orange-900-bg input[type=text] {
  color: white;
}
.mat-deep-orange-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-900-bg .mat-select-trigger,
.mat-deep-orange-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-900-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-900-bg .mat-select-arrow,
.mat-deep-orange-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-900-bg .mat-select-content,
.mat-deep-orange-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-900-bg .mat-select-value {
  color: white;
}
.mat-deep-orange-900-bg[disabled] {
  background-color: rgba(191, 54, 12, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-900-fg {
  color: #bf360c !important;
}
.deep-orange-900-fg .mat-icon,
.deep-orange-900-fg .icon {
  color: white;
}
.deep-orange-900-fg.secondary-text,
.deep-orange-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-900-fg.hint-text,
.deep-orange-900-fg .hint-text, .deep-orange-900-fg.disabled-text,
.deep-orange-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-900-fg.divider,
.deep-orange-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-900-fg input[type=text] {
  color: white;
}
.deep-orange-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-900-fg .mat-select-trigger,
.deep-orange-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-900-fg .mat-select-disabled .mat-select-value,
.deep-orange-900-fg .mat-select-arrow,
.deep-orange-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-900-fg .mat-select-content,
.deep-orange-900-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-900-fg .mat-select-value {
  color: white;
}
.deep-orange-900-border {
  border-color: #bf360c !important;
}
.deep-orange-900-border-top {
  border-top-color: #bf360c !important;
}
.deep-orange-900-border-right {
  border-right-color: #bf360c !important;
}
.deep-orange-900-border-bottom {
  border-bottom-color: #bf360c !important;
}
.deep-orange-900-border-left {
  border-left-color: #bf360c !important;
}
.deep-orange-A100-bg {
  background-color: #ff9e80 !important;
}
.mat-deep-orange-A100-bg {
  background-color: #ff9e80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-A100-bg .mat-icon,
.mat-deep-orange-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-deep-orange-A100-bg.secondary-text,
.mat-deep-orange-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-deep-orange-A100-bg.hint-text,
.mat-deep-orange-A100-bg .hint-text, .mat-deep-orange-A100-bg.disabled-text,
.mat-deep-orange-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-deep-orange-A100-bg.divider,
.mat-deep-orange-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-deep-orange-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-deep-orange-A100-bg input[type=text] {
  color: black;
}
.mat-deep-orange-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-A100-bg .mat-select-trigger,
.mat-deep-orange-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-A100-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-A100-bg .mat-select-arrow,
.mat-deep-orange-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-A100-bg .mat-select-content,
.mat-deep-orange-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-A100-bg[disabled] {
  background-color: rgba(255, 158, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-A100-fg {
  color: #ff9e80 !important;
}
.deep-orange-A100-fg .mat-icon,
.deep-orange-A100-fg .icon {
  color: white;
}
.deep-orange-A100-fg.secondary-text,
.deep-orange-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-A100-fg.hint-text,
.deep-orange-A100-fg .hint-text, .deep-orange-A100-fg.disabled-text,
.deep-orange-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-A100-fg.divider,
.deep-orange-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-A100-fg input[type=text] {
  color: white;
}
.deep-orange-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-A100-fg .mat-select-trigger,
.deep-orange-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-A100-fg .mat-select-disabled .mat-select-value,
.deep-orange-A100-fg .mat-select-arrow,
.deep-orange-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A100-fg .mat-select-content,
.deep-orange-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-A100-fg .mat-select-value {
  color: white;
}
.deep-orange-A100-border {
  border-color: #ff9e80 !important;
}
.deep-orange-A100-border-top {
  border-top-color: #ff9e80 !important;
}
.deep-orange-A100-border-right {
  border-right-color: #ff9e80 !important;
}
.deep-orange-A100-border-bottom {
  border-bottom-color: #ff9e80 !important;
}
.deep-orange-A100-border-left {
  border-left-color: #ff9e80 !important;
}
.deep-orange-A200-bg {
  background-color: #ff6e40 !important;
}
.mat-deep-orange-A200-bg {
  background-color: #ff6e40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-deep-orange-A200-bg .mat-icon,
.mat-deep-orange-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-deep-orange-A200-bg.secondary-text,
.mat-deep-orange-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-deep-orange-A200-bg.hint-text,
.mat-deep-orange-A200-bg .hint-text, .mat-deep-orange-A200-bg.disabled-text,
.mat-deep-orange-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-deep-orange-A200-bg.divider,
.mat-deep-orange-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-deep-orange-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-deep-orange-A200-bg input[type=text] {
  color: black;
}
.mat-deep-orange-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-A200-bg .mat-select-trigger,
.mat-deep-orange-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-deep-orange-A200-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-A200-bg .mat-select-arrow,
.mat-deep-orange-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-deep-orange-A200-bg .mat-select-content,
.mat-deep-orange-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-A200-bg[disabled] {
  background-color: rgba(255, 110, 64, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.deep-orange-A200-fg {
  color: #ff6e40 !important;
}
.deep-orange-A200-fg .mat-icon,
.deep-orange-A200-fg .icon {
  color: white;
}
.deep-orange-A200-fg.secondary-text,
.deep-orange-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-A200-fg.hint-text,
.deep-orange-A200-fg .hint-text, .deep-orange-A200-fg.disabled-text,
.deep-orange-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-A200-fg.divider,
.deep-orange-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-A200-fg input[type=text] {
  color: white;
}
.deep-orange-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-A200-fg .mat-select-trigger,
.deep-orange-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-A200-fg .mat-select-disabled .mat-select-value,
.deep-orange-A200-fg .mat-select-arrow,
.deep-orange-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A200-fg .mat-select-content,
.deep-orange-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-A200-fg .mat-select-value {
  color: white;
}
.deep-orange-A200-border {
  border-color: #ff6e40 !important;
}
.deep-orange-A200-border-top {
  border-top-color: #ff6e40 !important;
}
.deep-orange-A200-border-right {
  border-right-color: #ff6e40 !important;
}
.deep-orange-A200-border-bottom {
  border-bottom-color: #ff6e40 !important;
}
.deep-orange-A200-border-left {
  border-left-color: #ff6e40 !important;
}
.deep-orange-A400-bg {
  background-color: #ff3d00 !important;
}
.mat-deep-orange-A400-bg {
  background-color: #ff3d00 !important;
  color: white !important;
}
.mat-deep-orange-A400-bg .mat-icon,
.mat-deep-orange-A400-bg .icon {
  color: white;
}
.mat-deep-orange-A400-bg.secondary-text,
.mat-deep-orange-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-orange-A400-bg.hint-text,
.mat-deep-orange-A400-bg .hint-text, .mat-deep-orange-A400-bg.disabled-text,
.mat-deep-orange-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-orange-A400-bg.divider,
.mat-deep-orange-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-orange-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-orange-A400-bg input[type=text] {
  color: white;
}
.mat-deep-orange-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-A400-bg .mat-select-trigger,
.mat-deep-orange-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-A400-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-A400-bg .mat-select-arrow,
.mat-deep-orange-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-A400-bg .mat-select-content,
.mat-deep-orange-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-A400-bg .mat-select-value {
  color: white;
}
.mat-deep-orange-A400-bg[disabled] {
  background-color: rgba(255, 61, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-A400-fg {
  color: #ff3d00 !important;
}
.deep-orange-A400-fg .mat-icon,
.deep-orange-A400-fg .icon {
  color: white;
}
.deep-orange-A400-fg.secondary-text,
.deep-orange-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-A400-fg.hint-text,
.deep-orange-A400-fg .hint-text, .deep-orange-A400-fg.disabled-text,
.deep-orange-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-A400-fg.divider,
.deep-orange-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-A400-fg input[type=text] {
  color: white;
}
.deep-orange-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-A400-fg .mat-select-trigger,
.deep-orange-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-A400-fg .mat-select-disabled .mat-select-value,
.deep-orange-A400-fg .mat-select-arrow,
.deep-orange-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A400-fg .mat-select-content,
.deep-orange-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-A400-fg .mat-select-value {
  color: white;
}
.deep-orange-A400-border {
  border-color: #ff3d00 !important;
}
.deep-orange-A400-border-top {
  border-top-color: #ff3d00 !important;
}
.deep-orange-A400-border-right {
  border-right-color: #ff3d00 !important;
}
.deep-orange-A400-border-bottom {
  border-bottom-color: #ff3d00 !important;
}
.deep-orange-A400-border-left {
  border-left-color: #ff3d00 !important;
}
.deep-orange-A700-bg {
  background-color: #dd2c00 !important;
}
.mat-deep-orange-A700-bg {
  background-color: #dd2c00 !important;
  color: white !important;
}
.mat-deep-orange-A700-bg .mat-icon,
.mat-deep-orange-A700-bg .icon {
  color: white;
}
.mat-deep-orange-A700-bg.secondary-text,
.mat-deep-orange-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-deep-orange-A700-bg.hint-text,
.mat-deep-orange-A700-bg .hint-text, .mat-deep-orange-A700-bg.disabled-text,
.mat-deep-orange-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-deep-orange-A700-bg.divider,
.mat-deep-orange-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-deep-orange-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-deep-orange-A700-bg input[type=text] {
  color: white;
}
.mat-deep-orange-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-A700-bg .mat-select-trigger,
.mat-deep-orange-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-deep-orange-A700-bg .mat-select-disabled .mat-select-value,
.mat-deep-orange-A700-bg .mat-select-arrow,
.mat-deep-orange-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-deep-orange-A700-bg .mat-select-content,
.mat-deep-orange-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-deep-orange-A700-bg .mat-select-value {
  color: white;
}
.mat-deep-orange-A700-bg[disabled] {
  background-color: rgba(221, 44, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.deep-orange-A700-fg {
  color: #dd2c00 !important;
}
.deep-orange-A700-fg .mat-icon,
.deep-orange-A700-fg .icon {
  color: white;
}
.deep-orange-A700-fg.secondary-text,
.deep-orange-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.deep-orange-A700-fg.hint-text,
.deep-orange-A700-fg .hint-text, .deep-orange-A700-fg.disabled-text,
.deep-orange-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.deep-orange-A700-fg.divider,
.deep-orange-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.deep-orange-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.deep-orange-A700-fg input[type=text] {
  color: white;
}
.deep-orange-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-A700-fg .mat-select-trigger,
.deep-orange-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.deep-orange-A700-fg .mat-select-disabled .mat-select-value,
.deep-orange-A700-fg .mat-select-arrow,
.deep-orange-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.deep-orange-A700-fg .mat-select-content,
.deep-orange-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.deep-orange-A700-fg .mat-select-value {
  color: white;
}
.deep-orange-A700-border {
  border-color: #dd2c00 !important;
}
.deep-orange-A700-border-top {
  border-top-color: #dd2c00 !important;
}
.deep-orange-A700-border-right {
  border-right-color: #dd2c00 !important;
}
.deep-orange-A700-border-bottom {
  border-bottom-color: #dd2c00 !important;
}
.deep-orange-A700-border-left {
  border-left-color: #dd2c00 !important;
}
.brown-50-bg {
  background-color: #efebe9 !important;
}
.mat-brown-50-bg {
  background-color: #efebe9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-brown-50-bg .mat-icon,
.mat-brown-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-brown-50-bg.secondary-text,
.mat-brown-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-brown-50-bg.hint-text,
.mat-brown-50-bg .hint-text, .mat-brown-50-bg.disabled-text,
.mat-brown-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-brown-50-bg.divider,
.mat-brown-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-brown-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-brown-50-bg input[type=text] {
  color: black;
}
.mat-brown-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-brown-50-bg .mat-select-trigger,
.mat-brown-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-brown-50-bg .mat-select-disabled .mat-select-value,
.mat-brown-50-bg .mat-select-arrow,
.mat-brown-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-50-bg .mat-select-content,
.mat-brown-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-50-bg[disabled] {
  background-color: rgba(239, 235, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.brown-50-fg {
  color: #efebe9 !important;
}
.brown-50-fg .mat-icon,
.brown-50-fg .icon {
  color: white;
}
.brown-50-fg.secondary-text,
.brown-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-50-fg.hint-text,
.brown-50-fg .hint-text, .brown-50-fg.disabled-text,
.brown-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-50-fg.divider,
.brown-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-50-fg input[type=text] {
  color: white;
}
.brown-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-50-fg .mat-select-trigger,
.brown-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-50-fg .mat-select-disabled .mat-select-value,
.brown-50-fg .mat-select-arrow,
.brown-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-50-fg .mat-select-content,
.brown-50-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-50-fg .mat-select-value {
  color: white;
}
.brown-50-border {
  border-color: #efebe9 !important;
}
.brown-50-border-top {
  border-top-color: #efebe9 !important;
}
.brown-50-border-right {
  border-right-color: #efebe9 !important;
}
.brown-50-border-bottom {
  border-bottom-color: #efebe9 !important;
}
.brown-50-border-left {
  border-left-color: #efebe9 !important;
}
.brown-100-bg {
  background-color: #d7ccc8 !important;
}
.mat-brown-100-bg {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-brown-100-bg .mat-icon,
.mat-brown-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-brown-100-bg.secondary-text,
.mat-brown-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-brown-100-bg.hint-text,
.mat-brown-100-bg .hint-text, .mat-brown-100-bg.disabled-text,
.mat-brown-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-brown-100-bg.divider,
.mat-brown-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-brown-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-brown-100-bg input[type=text] {
  color: black;
}
.mat-brown-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-brown-100-bg .mat-select-trigger,
.mat-brown-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-brown-100-bg .mat-select-disabled .mat-select-value,
.mat-brown-100-bg .mat-select-arrow,
.mat-brown-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-100-bg .mat-select-content,
.mat-brown-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-100-bg[disabled] {
  background-color: rgba(215, 204, 200, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.brown-100-fg {
  color: #d7ccc8 !important;
}
.brown-100-fg .mat-icon,
.brown-100-fg .icon {
  color: white;
}
.brown-100-fg.secondary-text,
.brown-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-100-fg.hint-text,
.brown-100-fg .hint-text, .brown-100-fg.disabled-text,
.brown-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-100-fg.divider,
.brown-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-100-fg input[type=text] {
  color: white;
}
.brown-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-100-fg .mat-select-trigger,
.brown-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-100-fg .mat-select-disabled .mat-select-value,
.brown-100-fg .mat-select-arrow,
.brown-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-100-fg .mat-select-content,
.brown-100-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-100-fg .mat-select-value {
  color: white;
}
.brown-100-border {
  border-color: #d7ccc8 !important;
}
.brown-100-border-top {
  border-top-color: #d7ccc8 !important;
}
.brown-100-border-right {
  border-right-color: #d7ccc8 !important;
}
.brown-100-border-bottom {
  border-bottom-color: #d7ccc8 !important;
}
.brown-100-border-left {
  border-left-color: #d7ccc8 !important;
}
.brown-200-bg {
  background-color: #bcaaa4 !important;
}
.mat-brown-200-bg {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-brown-200-bg .mat-icon,
.mat-brown-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-brown-200-bg.secondary-text,
.mat-brown-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-brown-200-bg.hint-text,
.mat-brown-200-bg .hint-text, .mat-brown-200-bg.disabled-text,
.mat-brown-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-brown-200-bg.divider,
.mat-brown-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-brown-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-brown-200-bg input[type=text] {
  color: black;
}
.mat-brown-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-brown-200-bg .mat-select-trigger,
.mat-brown-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-brown-200-bg .mat-select-disabled .mat-select-value,
.mat-brown-200-bg .mat-select-arrow,
.mat-brown-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-200-bg .mat-select-content,
.mat-brown-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-200-bg[disabled] {
  background-color: rgba(188, 170, 164, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.brown-200-fg {
  color: #bcaaa4 !important;
}
.brown-200-fg .mat-icon,
.brown-200-fg .icon {
  color: white;
}
.brown-200-fg.secondary-text,
.brown-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-200-fg.hint-text,
.brown-200-fg .hint-text, .brown-200-fg.disabled-text,
.brown-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-200-fg.divider,
.brown-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-200-fg input[type=text] {
  color: white;
}
.brown-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-200-fg .mat-select-trigger,
.brown-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-200-fg .mat-select-disabled .mat-select-value,
.brown-200-fg .mat-select-arrow,
.brown-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-200-fg .mat-select-content,
.brown-200-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-200-fg .mat-select-value {
  color: white;
}
.brown-200-border {
  border-color: #bcaaa4 !important;
}
.brown-200-border-top {
  border-top-color: #bcaaa4 !important;
}
.brown-200-border-right {
  border-right-color: #bcaaa4 !important;
}
.brown-200-border-bottom {
  border-bottom-color: #bcaaa4 !important;
}
.brown-200-border-left {
  border-left-color: #bcaaa4 !important;
}
.brown-300-bg {
  background-color: #a1887f !important;
}
.mat-brown-300-bg {
  background-color: #a1887f !important;
  color: white !important;
}
.mat-brown-300-bg .mat-icon,
.mat-brown-300-bg .icon {
  color: white;
}
.mat-brown-300-bg.secondary-text,
.mat-brown-300-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-brown-300-bg.hint-text,
.mat-brown-300-bg .hint-text, .mat-brown-300-bg.disabled-text,
.mat-brown-300-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-brown-300-bg.divider,
.mat-brown-300-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-brown-300-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-brown-300-bg input[type=text] {
  color: white;
}
.mat-brown-300-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-300-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-300-bg .mat-select-trigger,
.mat-brown-300-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-300-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-300-bg .mat-select-disabled .mat-select-value,
.mat-brown-300-bg .mat-select-arrow,
.mat-brown-300-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-300-bg .mat-select-content,
.mat-brown-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-300-bg .mat-select-value {
  color: white;
}
.mat-brown-300-bg[disabled] {
  background-color: rgba(161, 136, 127, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-300-fg {
  color: #a1887f !important;
}
.brown-300-fg .mat-icon,
.brown-300-fg .icon {
  color: white;
}
.brown-300-fg.secondary-text,
.brown-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-300-fg.hint-text,
.brown-300-fg .hint-text, .brown-300-fg.disabled-text,
.brown-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-300-fg.divider,
.brown-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-300-fg input[type=text] {
  color: white;
}
.brown-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-300-fg .mat-select-trigger,
.brown-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-300-fg .mat-select-disabled .mat-select-value,
.brown-300-fg .mat-select-arrow,
.brown-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-300-fg .mat-select-content,
.brown-300-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-300-fg .mat-select-value {
  color: white;
}
.brown-300-border {
  border-color: #a1887f !important;
}
.brown-300-border-top {
  border-top-color: #a1887f !important;
}
.brown-300-border-right {
  border-right-color: #a1887f !important;
}
.brown-300-border-bottom {
  border-bottom-color: #a1887f !important;
}
.brown-300-border-left {
  border-left-color: #a1887f !important;
}
.brown-400-bg {
  background-color: #8d6e63 !important;
}
.mat-brown-400-bg {
  background-color: #8d6e63 !important;
  color: white !important;
}
.mat-brown-400-bg .mat-icon,
.mat-brown-400-bg .icon {
  color: white;
}
.mat-brown-400-bg.secondary-text,
.mat-brown-400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-brown-400-bg.hint-text,
.mat-brown-400-bg .hint-text, .mat-brown-400-bg.disabled-text,
.mat-brown-400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-brown-400-bg.divider,
.mat-brown-400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-brown-400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-brown-400-bg input[type=text] {
  color: white;
}
.mat-brown-400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-400-bg .mat-select-trigger,
.mat-brown-400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-400-bg .mat-select-disabled .mat-select-value,
.mat-brown-400-bg .mat-select-arrow,
.mat-brown-400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-400-bg .mat-select-content,
.mat-brown-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-400-bg .mat-select-value {
  color: white;
}
.mat-brown-400-bg[disabled] {
  background-color: rgba(141, 110, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-400-fg {
  color: #8d6e63 !important;
}
.brown-400-fg .mat-icon,
.brown-400-fg .icon {
  color: white;
}
.brown-400-fg.secondary-text,
.brown-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-400-fg.hint-text,
.brown-400-fg .hint-text, .brown-400-fg.disabled-text,
.brown-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-400-fg.divider,
.brown-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-400-fg input[type=text] {
  color: white;
}
.brown-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-400-fg .mat-select-trigger,
.brown-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-400-fg .mat-select-disabled .mat-select-value,
.brown-400-fg .mat-select-arrow,
.brown-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-400-fg .mat-select-content,
.brown-400-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-400-fg .mat-select-value {
  color: white;
}
.brown-400-border {
  border-color: #8d6e63 !important;
}
.brown-400-border-top {
  border-top-color: #8d6e63 !important;
}
.brown-400-border-right {
  border-right-color: #8d6e63 !important;
}
.brown-400-border-bottom {
  border-bottom-color: #8d6e63 !important;
}
.brown-400-border-left {
  border-left-color: #8d6e63 !important;
}
.brown-500-bg {
  background-color: #795548 !important;
}
.mat-brown-500-bg {
  background-color: #795548 !important;
  color: white !important;
}
.mat-brown-500-bg .mat-icon,
.mat-brown-500-bg .icon {
  color: white;
}
.mat-brown-500-bg.secondary-text,
.mat-brown-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-brown-500-bg.hint-text,
.mat-brown-500-bg .hint-text, .mat-brown-500-bg.disabled-text,
.mat-brown-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-brown-500-bg.divider,
.mat-brown-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-brown-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-brown-500-bg input[type=text] {
  color: white;
}
.mat-brown-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-500-bg .mat-select-trigger,
.mat-brown-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-500-bg .mat-select-disabled .mat-select-value,
.mat-brown-500-bg .mat-select-arrow,
.mat-brown-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-500-bg .mat-select-content,
.mat-brown-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-500-bg .mat-select-value {
  color: white;
}
.mat-brown-500-bg[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-500-fg {
  color: #795548 !important;
}
.brown-500-fg .mat-icon,
.brown-500-fg .icon {
  color: white;
}
.brown-500-fg.secondary-text,
.brown-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-500-fg.hint-text,
.brown-500-fg .hint-text, .brown-500-fg.disabled-text,
.brown-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-500-fg.divider,
.brown-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-500-fg input[type=text] {
  color: white;
}
.brown-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-500-fg .mat-select-trigger,
.brown-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-500-fg .mat-select-disabled .mat-select-value,
.brown-500-fg .mat-select-arrow,
.brown-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-500-fg .mat-select-content,
.brown-500-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-500-fg .mat-select-value {
  color: white;
}
.brown-500-border {
  border-color: #795548 !important;
}
.brown-500-border-top {
  border-top-color: #795548 !important;
}
.brown-500-border-right {
  border-right-color: #795548 !important;
}
.brown-500-border-bottom {
  border-bottom-color: #795548 !important;
}
.brown-500-border-left {
  border-left-color: #795548 !important;
}
.brown-bg {
  background-color: #795548 !important;
}
.mat-brown-bg {
  background-color: #795548 !important;
  color: white !important;
}
.mat-brown-bg .mat-icon,
.mat-brown-bg .icon {
  color: white;
}
.mat-brown-bg.secondary-text,
.mat-brown-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-brown-bg.hint-text,
.mat-brown-bg .hint-text, .mat-brown-bg.disabled-text,
.mat-brown-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-brown-bg.divider,
.mat-brown-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-brown-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-brown-bg input[type=text] {
  color: white;
}
.mat-brown-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-bg .mat-select-trigger,
.mat-brown-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-bg .mat-select-disabled .mat-select-value,
.mat-brown-bg .mat-select-arrow,
.mat-brown-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-bg .mat-select-content,
.mat-brown-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-bg .mat-select-value {
  color: white;
}
.mat-brown-bg[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-fg {
  color: #795548 !important;
}
.brown-fg .mat-icon,
.brown-fg .icon {
  color: white;
}
.brown-fg.secondary-text,
.brown-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-fg.hint-text,
.brown-fg .hint-text, .brown-fg.disabled-text,
.brown-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-fg.divider,
.brown-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-fg input[type=text] {
  color: white;
}
.brown-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-fg .mat-select-trigger,
.brown-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-fg .mat-select-disabled .mat-select-value,
.brown-fg .mat-select-arrow,
.brown-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-fg .mat-select-content,
.brown-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-fg .mat-select-value {
  color: white;
}
.brown-border {
  border-color: #795548 !important;
}
.brown-border-top {
  border-top-color: #795548 !important;
}
.brown-border-right {
  border-right-color: #795548 !important;
}
.brown-border-bottom {
  border-bottom-color: #795548 !important;
}
.brown-border-left {
  border-left-color: #795548 !important;
}
.brown-600-bg {
  background-color: #6d4c41 !important;
}
.mat-brown-600-bg {
  background-color: #6d4c41 !important;
  color: white !important;
}
.mat-brown-600-bg .mat-icon,
.mat-brown-600-bg .icon {
  color: white;
}
.mat-brown-600-bg.secondary-text,
.mat-brown-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-brown-600-bg.hint-text,
.mat-brown-600-bg .hint-text, .mat-brown-600-bg.disabled-text,
.mat-brown-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-brown-600-bg.divider,
.mat-brown-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-brown-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-brown-600-bg input[type=text] {
  color: white;
}
.mat-brown-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-600-bg .mat-select-trigger,
.mat-brown-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-600-bg .mat-select-disabled .mat-select-value,
.mat-brown-600-bg .mat-select-arrow,
.mat-brown-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-600-bg .mat-select-content,
.mat-brown-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-600-bg .mat-select-value {
  color: white;
}
.mat-brown-600-bg[disabled] {
  background-color: rgba(109, 76, 65, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-600-fg {
  color: #6d4c41 !important;
}
.brown-600-fg .mat-icon,
.brown-600-fg .icon {
  color: white;
}
.brown-600-fg.secondary-text,
.brown-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-600-fg.hint-text,
.brown-600-fg .hint-text, .brown-600-fg.disabled-text,
.brown-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-600-fg.divider,
.brown-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-600-fg input[type=text] {
  color: white;
}
.brown-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-600-fg .mat-select-trigger,
.brown-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-600-fg .mat-select-disabled .mat-select-value,
.brown-600-fg .mat-select-arrow,
.brown-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-600-fg .mat-select-content,
.brown-600-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-600-fg .mat-select-value {
  color: white;
}
.brown-600-border {
  border-color: #6d4c41 !important;
}
.brown-600-border-top {
  border-top-color: #6d4c41 !important;
}
.brown-600-border-right {
  border-right-color: #6d4c41 !important;
}
.brown-600-border-bottom {
  border-bottom-color: #6d4c41 !important;
}
.brown-600-border-left {
  border-left-color: #6d4c41 !important;
}
.brown-700-bg {
  background-color: #5d4037 !important;
}
.mat-brown-700-bg {
  background-color: #5d4037 !important;
  color: white !important;
}
.mat-brown-700-bg .mat-icon,
.mat-brown-700-bg .icon {
  color: white;
}
.mat-brown-700-bg.secondary-text,
.mat-brown-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-brown-700-bg.hint-text,
.mat-brown-700-bg .hint-text, .mat-brown-700-bg.disabled-text,
.mat-brown-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-brown-700-bg.divider,
.mat-brown-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-brown-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-brown-700-bg input[type=text] {
  color: white;
}
.mat-brown-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-700-bg .mat-select-trigger,
.mat-brown-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-700-bg .mat-select-disabled .mat-select-value,
.mat-brown-700-bg .mat-select-arrow,
.mat-brown-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-700-bg .mat-select-content,
.mat-brown-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-700-bg .mat-select-value {
  color: white;
}
.mat-brown-700-bg[disabled] {
  background-color: rgba(93, 64, 55, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-700-fg {
  color: #5d4037 !important;
}
.brown-700-fg .mat-icon,
.brown-700-fg .icon {
  color: white;
}
.brown-700-fg.secondary-text,
.brown-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-700-fg.hint-text,
.brown-700-fg .hint-text, .brown-700-fg.disabled-text,
.brown-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-700-fg.divider,
.brown-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-700-fg input[type=text] {
  color: white;
}
.brown-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-700-fg .mat-select-trigger,
.brown-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-700-fg .mat-select-disabled .mat-select-value,
.brown-700-fg .mat-select-arrow,
.brown-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-700-fg .mat-select-content,
.brown-700-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-700-fg .mat-select-value {
  color: white;
}
.brown-700-border {
  border-color: #5d4037 !important;
}
.brown-700-border-top {
  border-top-color: #5d4037 !important;
}
.brown-700-border-right {
  border-right-color: #5d4037 !important;
}
.brown-700-border-bottom {
  border-bottom-color: #5d4037 !important;
}
.brown-700-border-left {
  border-left-color: #5d4037 !important;
}
.brown-800-bg {
  background-color: #4e342e !important;
}
.mat-brown-800-bg {
  background-color: #4e342e !important;
  color: white !important;
}
.mat-brown-800-bg .mat-icon,
.mat-brown-800-bg .icon {
  color: white;
}
.mat-brown-800-bg.secondary-text,
.mat-brown-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-brown-800-bg.hint-text,
.mat-brown-800-bg .hint-text, .mat-brown-800-bg.disabled-text,
.mat-brown-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-brown-800-bg.divider,
.mat-brown-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-brown-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-brown-800-bg input[type=text] {
  color: white;
}
.mat-brown-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-800-bg .mat-select-trigger,
.mat-brown-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-800-bg .mat-select-disabled .mat-select-value,
.mat-brown-800-bg .mat-select-arrow,
.mat-brown-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-800-bg .mat-select-content,
.mat-brown-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-800-bg .mat-select-value {
  color: white;
}
.mat-brown-800-bg[disabled] {
  background-color: rgba(78, 52, 46, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-800-fg {
  color: #4e342e !important;
}
.brown-800-fg .mat-icon,
.brown-800-fg .icon {
  color: white;
}
.brown-800-fg.secondary-text,
.brown-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-800-fg.hint-text,
.brown-800-fg .hint-text, .brown-800-fg.disabled-text,
.brown-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-800-fg.divider,
.brown-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-800-fg input[type=text] {
  color: white;
}
.brown-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-800-fg .mat-select-trigger,
.brown-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-800-fg .mat-select-disabled .mat-select-value,
.brown-800-fg .mat-select-arrow,
.brown-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-800-fg .mat-select-content,
.brown-800-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-800-fg .mat-select-value {
  color: white;
}
.brown-800-border {
  border-color: #4e342e !important;
}
.brown-800-border-top {
  border-top-color: #4e342e !important;
}
.brown-800-border-right {
  border-right-color: #4e342e !important;
}
.brown-800-border-bottom {
  border-bottom-color: #4e342e !important;
}
.brown-800-border-left {
  border-left-color: #4e342e !important;
}
.brown-900-bg {
  background-color: #3e2723 !important;
}
.mat-brown-900-bg {
  background-color: #3e2723 !important;
  color: white !important;
}
.mat-brown-900-bg .mat-icon,
.mat-brown-900-bg .icon {
  color: white;
}
.mat-brown-900-bg.secondary-text,
.mat-brown-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-brown-900-bg.hint-text,
.mat-brown-900-bg .hint-text, .mat-brown-900-bg.disabled-text,
.mat-brown-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-brown-900-bg.divider,
.mat-brown-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-brown-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-brown-900-bg input[type=text] {
  color: white;
}
.mat-brown-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-900-bg .mat-select-trigger,
.mat-brown-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-900-bg .mat-select-disabled .mat-select-value,
.mat-brown-900-bg .mat-select-arrow,
.mat-brown-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-900-bg .mat-select-content,
.mat-brown-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-900-bg .mat-select-value {
  color: white;
}
.mat-brown-900-bg[disabled] {
  background-color: rgba(62, 39, 35, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-900-fg {
  color: #3e2723 !important;
}
.brown-900-fg .mat-icon,
.brown-900-fg .icon {
  color: white;
}
.brown-900-fg.secondary-text,
.brown-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-900-fg.hint-text,
.brown-900-fg .hint-text, .brown-900-fg.disabled-text,
.brown-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-900-fg.divider,
.brown-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-900-fg input[type=text] {
  color: white;
}
.brown-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-900-fg .mat-select-trigger,
.brown-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-900-fg .mat-select-disabled .mat-select-value,
.brown-900-fg .mat-select-arrow,
.brown-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-900-fg .mat-select-content,
.brown-900-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-900-fg .mat-select-value {
  color: white;
}
.brown-900-border {
  border-color: #3e2723 !important;
}
.brown-900-border-top {
  border-top-color: #3e2723 !important;
}
.brown-900-border-right {
  border-right-color: #3e2723 !important;
}
.brown-900-border-bottom {
  border-bottom-color: #3e2723 !important;
}
.brown-900-border-left {
  border-left-color: #3e2723 !important;
}
.brown-A100-bg {
  background-color: #d7ccc8 !important;
}
.mat-brown-A100-bg {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-brown-A100-bg .mat-icon,
.mat-brown-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-brown-A100-bg.secondary-text,
.mat-brown-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-brown-A100-bg.hint-text,
.mat-brown-A100-bg .hint-text, .mat-brown-A100-bg.disabled-text,
.mat-brown-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-brown-A100-bg.divider,
.mat-brown-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-brown-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-brown-A100-bg input[type=text] {
  color: black;
}
.mat-brown-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-brown-A100-bg .mat-select-trigger,
.mat-brown-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-brown-A100-bg .mat-select-disabled .mat-select-value,
.mat-brown-A100-bg .mat-select-arrow,
.mat-brown-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-A100-bg .mat-select-content,
.mat-brown-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-A100-bg[disabled] {
  background-color: rgba(215, 204, 200, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.brown-A100-fg {
  color: #d7ccc8 !important;
}
.brown-A100-fg .mat-icon,
.brown-A100-fg .icon {
  color: white;
}
.brown-A100-fg.secondary-text,
.brown-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-A100-fg.hint-text,
.brown-A100-fg .hint-text, .brown-A100-fg.disabled-text,
.brown-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-A100-fg.divider,
.brown-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-A100-fg input[type=text] {
  color: white;
}
.brown-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-A100-fg .mat-select-trigger,
.brown-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-A100-fg .mat-select-disabled .mat-select-value,
.brown-A100-fg .mat-select-arrow,
.brown-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A100-fg .mat-select-content,
.brown-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-A100-fg .mat-select-value {
  color: white;
}
.brown-A100-border {
  border-color: #d7ccc8 !important;
}
.brown-A100-border-top {
  border-top-color: #d7ccc8 !important;
}
.brown-A100-border-right {
  border-right-color: #d7ccc8 !important;
}
.brown-A100-border-bottom {
  border-bottom-color: #d7ccc8 !important;
}
.brown-A100-border-left {
  border-left-color: #d7ccc8 !important;
}
.brown-A200-bg {
  background-color: #bcaaa4 !important;
}
.mat-brown-A200-bg {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-brown-A200-bg .mat-icon,
.mat-brown-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-brown-A200-bg.secondary-text,
.mat-brown-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-brown-A200-bg.hint-text,
.mat-brown-A200-bg .hint-text, .mat-brown-A200-bg.disabled-text,
.mat-brown-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-brown-A200-bg.divider,
.mat-brown-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-brown-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-brown-A200-bg input[type=text] {
  color: black;
}
.mat-brown-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-brown-A200-bg .mat-select-trigger,
.mat-brown-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-brown-A200-bg .mat-select-disabled .mat-select-value,
.mat-brown-A200-bg .mat-select-arrow,
.mat-brown-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-brown-A200-bg .mat-select-content,
.mat-brown-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-A200-bg[disabled] {
  background-color: rgba(188, 170, 164, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.brown-A200-fg {
  color: #bcaaa4 !important;
}
.brown-A200-fg .mat-icon,
.brown-A200-fg .icon {
  color: white;
}
.brown-A200-fg.secondary-text,
.brown-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-A200-fg.hint-text,
.brown-A200-fg .hint-text, .brown-A200-fg.disabled-text,
.brown-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-A200-fg.divider,
.brown-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-A200-fg input[type=text] {
  color: white;
}
.brown-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-A200-fg .mat-select-trigger,
.brown-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-A200-fg .mat-select-disabled .mat-select-value,
.brown-A200-fg .mat-select-arrow,
.brown-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A200-fg .mat-select-content,
.brown-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-A200-fg .mat-select-value {
  color: white;
}
.brown-A200-border {
  border-color: #bcaaa4 !important;
}
.brown-A200-border-top {
  border-top-color: #bcaaa4 !important;
}
.brown-A200-border-right {
  border-right-color: #bcaaa4 !important;
}
.brown-A200-border-bottom {
  border-bottom-color: #bcaaa4 !important;
}
.brown-A200-border-left {
  border-left-color: #bcaaa4 !important;
}
.brown-A400-bg {
  background-color: #8d6e63 !important;
}
.mat-brown-A400-bg {
  background-color: #8d6e63 !important;
  color: white !important;
}
.mat-brown-A400-bg .mat-icon,
.mat-brown-A400-bg .icon {
  color: white;
}
.mat-brown-A400-bg.secondary-text,
.mat-brown-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-brown-A400-bg.hint-text,
.mat-brown-A400-bg .hint-text, .mat-brown-A400-bg.disabled-text,
.mat-brown-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-brown-A400-bg.divider,
.mat-brown-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-brown-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-brown-A400-bg input[type=text] {
  color: white;
}
.mat-brown-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-A400-bg .mat-select-trigger,
.mat-brown-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-A400-bg .mat-select-disabled .mat-select-value,
.mat-brown-A400-bg .mat-select-arrow,
.mat-brown-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-A400-bg .mat-select-content,
.mat-brown-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-A400-bg .mat-select-value {
  color: white;
}
.mat-brown-A400-bg[disabled] {
  background-color: rgba(141, 110, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-A400-fg {
  color: #8d6e63 !important;
}
.brown-A400-fg .mat-icon,
.brown-A400-fg .icon {
  color: white;
}
.brown-A400-fg.secondary-text,
.brown-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-A400-fg.hint-text,
.brown-A400-fg .hint-text, .brown-A400-fg.disabled-text,
.brown-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-A400-fg.divider,
.brown-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-A400-fg input[type=text] {
  color: white;
}
.brown-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-A400-fg .mat-select-trigger,
.brown-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-A400-fg .mat-select-disabled .mat-select-value,
.brown-A400-fg .mat-select-arrow,
.brown-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A400-fg .mat-select-content,
.brown-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-A400-fg .mat-select-value {
  color: white;
}
.brown-A400-border {
  border-color: #8d6e63 !important;
}
.brown-A400-border-top {
  border-top-color: #8d6e63 !important;
}
.brown-A400-border-right {
  border-right-color: #8d6e63 !important;
}
.brown-A400-border-bottom {
  border-bottom-color: #8d6e63 !important;
}
.brown-A400-border-left {
  border-left-color: #8d6e63 !important;
}
.brown-A700-bg {
  background-color: #5d4037 !important;
}
.mat-brown-A700-bg {
  background-color: #5d4037 !important;
  color: white !important;
}
.mat-brown-A700-bg .mat-icon,
.mat-brown-A700-bg .icon {
  color: white;
}
.mat-brown-A700-bg.secondary-text,
.mat-brown-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-brown-A700-bg.hint-text,
.mat-brown-A700-bg .hint-text, .mat-brown-A700-bg.disabled-text,
.mat-brown-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-brown-A700-bg.divider,
.mat-brown-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-brown-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-brown-A700-bg input[type=text] {
  color: white;
}
.mat-brown-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-A700-bg .mat-select-trigger,
.mat-brown-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-brown-A700-bg .mat-select-disabled .mat-select-value,
.mat-brown-A700-bg .mat-select-arrow,
.mat-brown-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-brown-A700-bg .mat-select-content,
.mat-brown-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-brown-A700-bg .mat-select-value {
  color: white;
}
.mat-brown-A700-bg[disabled] {
  background-color: rgba(93, 64, 55, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-A700-fg {
  color: #5d4037 !important;
}
.brown-A700-fg .mat-icon,
.brown-A700-fg .icon {
  color: white;
}
.brown-A700-fg.secondary-text,
.brown-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.brown-A700-fg.hint-text,
.brown-A700-fg .hint-text, .brown-A700-fg.disabled-text,
.brown-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.brown-A700-fg.divider,
.brown-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.brown-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.brown-A700-fg input[type=text] {
  color: white;
}
.brown-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-A700-fg .mat-select-trigger,
.brown-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.brown-A700-fg .mat-select-disabled .mat-select-value,
.brown-A700-fg .mat-select-arrow,
.brown-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.brown-A700-fg .mat-select-content,
.brown-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.brown-A700-fg .mat-select-value {
  color: white;
}
.brown-A700-border {
  border-color: #5d4037 !important;
}
.brown-A700-border-top {
  border-top-color: #5d4037 !important;
}
.brown-A700-border-right {
  border-right-color: #5d4037 !important;
}
.brown-A700-border-bottom {
  border-bottom-color: #5d4037 !important;
}
.brown-A700-border-left {
  border-left-color: #5d4037 !important;
}
.grey-50-bg {
  background-color: #fafafa !important;
}
.mat-grey-50-bg {
  background-color: #fafafa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-50-bg .mat-icon,
.mat-grey-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-grey-50-bg.secondary-text,
.mat-grey-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-grey-50-bg.hint-text,
.mat-grey-50-bg .hint-text, .mat-grey-50-bg.disabled-text,
.mat-grey-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-grey-50-bg.divider,
.mat-grey-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-grey-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-grey-50-bg input[type=text] {
  color: black;
}
.mat-grey-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-50-bg .mat-select-trigger,
.mat-grey-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-50-bg .mat-select-disabled .mat-select-value,
.mat-grey-50-bg .mat-select-arrow,
.mat-grey-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-50-bg .mat-select-content,
.mat-grey-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-50-bg[disabled] {
  background-color: rgba(250, 250, 250, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-50-fg {
  color: #fafafa !important;
}
.grey-50-fg .mat-icon,
.grey-50-fg .icon {
  color: white;
}
.grey-50-fg.secondary-text,
.grey-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-50-fg.hint-text,
.grey-50-fg .hint-text, .grey-50-fg.disabled-text,
.grey-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-50-fg.divider,
.grey-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-50-fg input[type=text] {
  color: white;
}
.grey-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-50-fg .mat-select-trigger,
.grey-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-50-fg .mat-select-disabled .mat-select-value,
.grey-50-fg .mat-select-arrow,
.grey-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-50-fg .mat-select-content,
.grey-50-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-50-fg .mat-select-value {
  color: white;
}
.grey-50-border {
  border-color: #fafafa !important;
}
.grey-50-border-top {
  border-top-color: #fafafa !important;
}
.grey-50-border-right {
  border-right-color: #fafafa !important;
}
.grey-50-border-bottom {
  border-bottom-color: #fafafa !important;
}
.grey-50-border-left {
  border-left-color: #fafafa !important;
}
.grey-100-bg {
  background-color: #f5f5f5 !important;
}
.mat-grey-100-bg {
  background-color: #f5f5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-100-bg .mat-icon,
.mat-grey-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-grey-100-bg.secondary-text,
.mat-grey-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-grey-100-bg.hint-text,
.mat-grey-100-bg .hint-text, .mat-grey-100-bg.disabled-text,
.mat-grey-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-grey-100-bg.divider,
.mat-grey-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-grey-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-grey-100-bg input[type=text] {
  color: black;
}
.mat-grey-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-100-bg .mat-select-trigger,
.mat-grey-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-100-bg .mat-select-disabled .mat-select-value,
.mat-grey-100-bg .mat-select-arrow,
.mat-grey-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-100-bg .mat-select-content,
.mat-grey-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-100-bg[disabled] {
  background-color: rgba(245, 245, 245, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-100-fg {
  color: #f5f5f5 !important;
}
.grey-100-fg .mat-icon,
.grey-100-fg .icon {
  color: white;
}
.grey-100-fg.secondary-text,
.grey-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-100-fg.hint-text,
.grey-100-fg .hint-text, .grey-100-fg.disabled-text,
.grey-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-100-fg.divider,
.grey-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-100-fg input[type=text] {
  color: white;
}
.grey-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-100-fg .mat-select-trigger,
.grey-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-100-fg .mat-select-disabled .mat-select-value,
.grey-100-fg .mat-select-arrow,
.grey-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-100-fg .mat-select-content,
.grey-100-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-100-fg .mat-select-value {
  color: white;
}
.grey-100-border {
  border-color: #f5f5f5 !important;
}
.grey-100-border-top {
  border-top-color: #f5f5f5 !important;
}
.grey-100-border-right {
  border-right-color: #f5f5f5 !important;
}
.grey-100-border-bottom {
  border-bottom-color: #f5f5f5 !important;
}
.grey-100-border-left {
  border-left-color: #f5f5f5 !important;
}
.grey-200-bg {
  background-color: #eeeeee !important;
}
.mat-grey-200-bg {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-200-bg .mat-icon,
.mat-grey-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-grey-200-bg.secondary-text,
.mat-grey-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-grey-200-bg.hint-text,
.mat-grey-200-bg .hint-text, .mat-grey-200-bg.disabled-text,
.mat-grey-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-grey-200-bg.divider,
.mat-grey-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-grey-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-grey-200-bg input[type=text] {
  color: black;
}
.mat-grey-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-200-bg .mat-select-trigger,
.mat-grey-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-200-bg .mat-select-disabled .mat-select-value,
.mat-grey-200-bg .mat-select-arrow,
.mat-grey-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-200-bg .mat-select-content,
.mat-grey-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-200-bg[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-200-fg {
  color: #eeeeee !important;
}
.grey-200-fg .mat-icon,
.grey-200-fg .icon {
  color: white;
}
.grey-200-fg.secondary-text,
.grey-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-200-fg.hint-text,
.grey-200-fg .hint-text, .grey-200-fg.disabled-text,
.grey-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-200-fg.divider,
.grey-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-200-fg input[type=text] {
  color: white;
}
.grey-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-200-fg .mat-select-trigger,
.grey-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-200-fg .mat-select-disabled .mat-select-value,
.grey-200-fg .mat-select-arrow,
.grey-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-200-fg .mat-select-content,
.grey-200-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-200-fg .mat-select-value {
  color: white;
}
.grey-200-border {
  border-color: #eeeeee !important;
}
.grey-200-border-top {
  border-top-color: #eeeeee !important;
}
.grey-200-border-right {
  border-right-color: #eeeeee !important;
}
.grey-200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
.grey-200-border-left {
  border-left-color: #eeeeee !important;
}
.grey-300-bg {
  background-color: #e0e0e0 !important;
}
.mat-grey-300-bg {
  background-color: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-300-bg .mat-icon,
.mat-grey-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-grey-300-bg.secondary-text,
.mat-grey-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-grey-300-bg.hint-text,
.mat-grey-300-bg .hint-text, .mat-grey-300-bg.disabled-text,
.mat-grey-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-grey-300-bg.divider,
.mat-grey-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-grey-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-grey-300-bg input[type=text] {
  color: black;
}
.mat-grey-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-300-bg .mat-select-trigger,
.mat-grey-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-300-bg .mat-select-disabled .mat-select-value,
.mat-grey-300-bg .mat-select-arrow,
.mat-grey-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-300-bg .mat-select-content,
.mat-grey-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-300-bg[disabled] {
  background-color: rgba(224, 224, 224, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-300-fg {
  color: #e0e0e0 !important;
}
.grey-300-fg .mat-icon,
.grey-300-fg .icon {
  color: white;
}
.grey-300-fg.secondary-text,
.grey-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-300-fg.hint-text,
.grey-300-fg .hint-text, .grey-300-fg.disabled-text,
.grey-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-300-fg.divider,
.grey-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-300-fg input[type=text] {
  color: white;
}
.grey-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-300-fg .mat-select-trigger,
.grey-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-300-fg .mat-select-disabled .mat-select-value,
.grey-300-fg .mat-select-arrow,
.grey-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-300-fg .mat-select-content,
.grey-300-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-300-fg .mat-select-value {
  color: white;
}
.grey-300-border {
  border-color: #e0e0e0 !important;
}
.grey-300-border-top {
  border-top-color: #e0e0e0 !important;
}
.grey-300-border-right {
  border-right-color: #e0e0e0 !important;
}
.grey-300-border-bottom {
  border-bottom-color: #e0e0e0 !important;
}
.grey-300-border-left {
  border-left-color: #e0e0e0 !important;
}
.grey-400-bg {
  background-color: #bdbdbd !important;
}
.mat-grey-400-bg {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-400-bg .mat-icon,
.mat-grey-400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-grey-400-bg.secondary-text,
.mat-grey-400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-grey-400-bg.hint-text,
.mat-grey-400-bg .hint-text, .mat-grey-400-bg.disabled-text,
.mat-grey-400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-grey-400-bg.divider,
.mat-grey-400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-grey-400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-grey-400-bg input[type=text] {
  color: black;
}
.mat-grey-400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-400-bg .mat-select-trigger,
.mat-grey-400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-400-bg .mat-select-disabled .mat-select-value,
.mat-grey-400-bg .mat-select-arrow,
.mat-grey-400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-400-bg .mat-select-content,
.mat-grey-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-400-bg[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-400-fg {
  color: #bdbdbd !important;
}
.grey-400-fg .mat-icon,
.grey-400-fg .icon {
  color: white;
}
.grey-400-fg.secondary-text,
.grey-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-400-fg.hint-text,
.grey-400-fg .hint-text, .grey-400-fg.disabled-text,
.grey-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-400-fg.divider,
.grey-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-400-fg input[type=text] {
  color: white;
}
.grey-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-400-fg .mat-select-trigger,
.grey-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-400-fg .mat-select-disabled .mat-select-value,
.grey-400-fg .mat-select-arrow,
.grey-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-400-fg .mat-select-content,
.grey-400-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-400-fg .mat-select-value {
  color: white;
}
.grey-400-border {
  border-color: #bdbdbd !important;
}
.grey-400-border-top {
  border-top-color: #bdbdbd !important;
}
.grey-400-border-right {
  border-right-color: #bdbdbd !important;
}
.grey-400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
.grey-400-border-left {
  border-left-color: #bdbdbd !important;
}
.grey-500-bg {
  background-color: #9e9e9e !important;
}
.mat-grey-500-bg {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-500-bg .mat-icon,
.mat-grey-500-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-grey-500-bg.secondary-text,
.mat-grey-500-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-grey-500-bg.hint-text,
.mat-grey-500-bg .hint-text, .mat-grey-500-bg.disabled-text,
.mat-grey-500-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-grey-500-bg.divider,
.mat-grey-500-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-grey-500-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-grey-500-bg input[type=text] {
  color: black;
}
.mat-grey-500-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-500-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-500-bg .mat-select-trigger,
.mat-grey-500-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-500-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-500-bg .mat-select-disabled .mat-select-value,
.mat-grey-500-bg .mat-select-arrow,
.mat-grey-500-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-500-bg .mat-select-content,
.mat-grey-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-500-bg[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-500-fg {
  color: #9e9e9e !important;
}
.grey-500-fg .mat-icon,
.grey-500-fg .icon {
  color: white;
}
.grey-500-fg.secondary-text,
.grey-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-500-fg.hint-text,
.grey-500-fg .hint-text, .grey-500-fg.disabled-text,
.grey-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-500-fg.divider,
.grey-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-500-fg input[type=text] {
  color: white;
}
.grey-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-500-fg .mat-select-trigger,
.grey-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-500-fg .mat-select-disabled .mat-select-value,
.grey-500-fg .mat-select-arrow,
.grey-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-500-fg .mat-select-content,
.grey-500-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-500-fg .mat-select-value {
  color: white;
}
.grey-500-border {
  border-color: #9e9e9e !important;
}
.grey-500-border-top {
  border-top-color: #9e9e9e !important;
}
.grey-500-border-right {
  border-right-color: #9e9e9e !important;
}
.grey-500-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
.grey-500-border-left {
  border-left-color: #9e9e9e !important;
}
.grey-bg {
  background-color: #9e9e9e !important;
}
.mat-grey-bg {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-bg .mat-icon,
.mat-grey-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-grey-bg.secondary-text,
.mat-grey-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-grey-bg.hint-text,
.mat-grey-bg .hint-text, .mat-grey-bg.disabled-text,
.mat-grey-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-grey-bg.divider,
.mat-grey-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-grey-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-grey-bg input[type=text] {
  color: black;
}
.mat-grey-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-bg .mat-select-trigger,
.mat-grey-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-bg .mat-select-disabled .mat-select-value,
.mat-grey-bg .mat-select-arrow,
.mat-grey-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-bg .mat-select-content,
.mat-grey-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-bg[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-fg {
  color: #9e9e9e !important;
}
.grey-fg .mat-icon,
.grey-fg .icon {
  color: white;
}
.grey-fg.secondary-text,
.grey-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-fg.hint-text,
.grey-fg .hint-text, .grey-fg.disabled-text,
.grey-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-fg.divider,
.grey-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-fg input[type=text] {
  color: white;
}
.grey-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-fg .mat-select-trigger,
.grey-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-fg .mat-select-disabled .mat-select-value,
.grey-fg .mat-select-arrow,
.grey-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-fg .mat-select-content,
.grey-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-fg .mat-select-value {
  color: white;
}
.grey-border {
  border-color: #9e9e9e !important;
}
.grey-border-top {
  border-top-color: #9e9e9e !important;
}
.grey-border-right {
  border-right-color: #9e9e9e !important;
}
.grey-border-bottom {
  border-bottom-color: #9e9e9e !important;
}
.grey-border-left {
  border-left-color: #9e9e9e !important;
}
.grey-600-bg {
  background-color: #757575 !important;
}
.mat-grey-600-bg {
  background-color: #757575 !important;
  color: white !important;
}
.mat-grey-600-bg .mat-icon,
.mat-grey-600-bg .icon {
  color: white;
}
.mat-grey-600-bg.secondary-text,
.mat-grey-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-grey-600-bg.hint-text,
.mat-grey-600-bg .hint-text, .mat-grey-600-bg.disabled-text,
.mat-grey-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-grey-600-bg.divider,
.mat-grey-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-grey-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-grey-600-bg input[type=text] {
  color: white;
}
.mat-grey-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-grey-600-bg .mat-select-trigger,
.mat-grey-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-grey-600-bg .mat-select-disabled .mat-select-value,
.mat-grey-600-bg .mat-select-arrow,
.mat-grey-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-600-bg .mat-select-content,
.mat-grey-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-600-bg .mat-select-value {
  color: white;
}
.mat-grey-600-bg[disabled] {
  background-color: rgba(117, 117, 117, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.grey-600-fg {
  color: #757575 !important;
}
.grey-600-fg .mat-icon,
.grey-600-fg .icon {
  color: white;
}
.grey-600-fg.secondary-text,
.grey-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-600-fg.hint-text,
.grey-600-fg .hint-text, .grey-600-fg.disabled-text,
.grey-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-600-fg.divider,
.grey-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-600-fg input[type=text] {
  color: white;
}
.grey-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-600-fg .mat-select-trigger,
.grey-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-600-fg .mat-select-disabled .mat-select-value,
.grey-600-fg .mat-select-arrow,
.grey-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-600-fg .mat-select-content,
.grey-600-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-600-fg .mat-select-value {
  color: white;
}
.grey-600-border {
  border-color: #757575 !important;
}
.grey-600-border-top {
  border-top-color: #757575 !important;
}
.grey-600-border-right {
  border-right-color: #757575 !important;
}
.grey-600-border-bottom {
  border-bottom-color: #757575 !important;
}
.grey-600-border-left {
  border-left-color: #757575 !important;
}
.grey-700-bg {
  background-color: #616161 !important;
}
.mat-grey-700-bg {
  background-color: #616161 !important;
  color: white !important;
}
.mat-grey-700-bg .mat-icon,
.mat-grey-700-bg .icon {
  color: white;
}
.mat-grey-700-bg.secondary-text,
.mat-grey-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-grey-700-bg.hint-text,
.mat-grey-700-bg .hint-text, .mat-grey-700-bg.disabled-text,
.mat-grey-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-grey-700-bg.divider,
.mat-grey-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-grey-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-grey-700-bg input[type=text] {
  color: white;
}
.mat-grey-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-grey-700-bg .mat-select-trigger,
.mat-grey-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-grey-700-bg .mat-select-disabled .mat-select-value,
.mat-grey-700-bg .mat-select-arrow,
.mat-grey-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-700-bg .mat-select-content,
.mat-grey-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-700-bg .mat-select-value {
  color: white;
}
.mat-grey-700-bg[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.grey-700-fg {
  color: #616161 !important;
}
.grey-700-fg .mat-icon,
.grey-700-fg .icon {
  color: white;
}
.grey-700-fg.secondary-text,
.grey-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-700-fg.hint-text,
.grey-700-fg .hint-text, .grey-700-fg.disabled-text,
.grey-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-700-fg.divider,
.grey-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-700-fg input[type=text] {
  color: white;
}
.grey-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-700-fg .mat-select-trigger,
.grey-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-700-fg .mat-select-disabled .mat-select-value,
.grey-700-fg .mat-select-arrow,
.grey-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-700-fg .mat-select-content,
.grey-700-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-700-fg .mat-select-value {
  color: white;
}
.grey-700-border {
  border-color: #616161 !important;
}
.grey-700-border-top {
  border-top-color: #616161 !important;
}
.grey-700-border-right {
  border-right-color: #616161 !important;
}
.grey-700-border-bottom {
  border-bottom-color: #616161 !important;
}
.grey-700-border-left {
  border-left-color: #616161 !important;
}
.grey-800-bg {
  background-color: #424242 !important;
}
.mat-grey-800-bg {
  background-color: #424242 !important;
  color: white !important;
}
.mat-grey-800-bg .mat-icon,
.mat-grey-800-bg .icon {
  color: white;
}
.mat-grey-800-bg.secondary-text,
.mat-grey-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-grey-800-bg.hint-text,
.mat-grey-800-bg .hint-text, .mat-grey-800-bg.disabled-text,
.mat-grey-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-grey-800-bg.divider,
.mat-grey-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-grey-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-grey-800-bg input[type=text] {
  color: white;
}
.mat-grey-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-grey-800-bg .mat-select-trigger,
.mat-grey-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-grey-800-bg .mat-select-disabled .mat-select-value,
.mat-grey-800-bg .mat-select-arrow,
.mat-grey-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-800-bg .mat-select-content,
.mat-grey-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-800-bg .mat-select-value {
  color: white;
}
.mat-grey-800-bg[disabled] {
  background-color: rgba(66, 66, 66, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.grey-800-fg {
  color: #424242 !important;
}
.grey-800-fg .mat-icon,
.grey-800-fg .icon {
  color: white;
}
.grey-800-fg.secondary-text,
.grey-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-800-fg.hint-text,
.grey-800-fg .hint-text, .grey-800-fg.disabled-text,
.grey-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-800-fg.divider,
.grey-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-800-fg input[type=text] {
  color: white;
}
.grey-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-800-fg .mat-select-trigger,
.grey-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-800-fg .mat-select-disabled .mat-select-value,
.grey-800-fg .mat-select-arrow,
.grey-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-800-fg .mat-select-content,
.grey-800-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-800-fg .mat-select-value {
  color: white;
}
.grey-800-border {
  border-color: #424242 !important;
}
.grey-800-border-top {
  border-top-color: #424242 !important;
}
.grey-800-border-right {
  border-right-color: #424242 !important;
}
.grey-800-border-bottom {
  border-bottom-color: #424242 !important;
}
.grey-800-border-left {
  border-left-color: #424242 !important;
}
.grey-900-bg {
  background-color: #212121 !important;
}
.mat-grey-900-bg {
  background-color: #212121 !important;
  color: white !important;
}
.mat-grey-900-bg .mat-icon,
.mat-grey-900-bg .icon {
  color: white;
}
.mat-grey-900-bg.secondary-text,
.mat-grey-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-grey-900-bg.hint-text,
.mat-grey-900-bg .hint-text, .mat-grey-900-bg.disabled-text,
.mat-grey-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-grey-900-bg.divider,
.mat-grey-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-grey-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-grey-900-bg input[type=text] {
  color: white;
}
.mat-grey-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-grey-900-bg .mat-select-trigger,
.mat-grey-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-grey-900-bg .mat-select-disabled .mat-select-value,
.mat-grey-900-bg .mat-select-arrow,
.mat-grey-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-900-bg .mat-select-content,
.mat-grey-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-900-bg .mat-select-value {
  color: white;
}
.mat-grey-900-bg[disabled] {
  background-color: rgba(33, 33, 33, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.grey-900-fg {
  color: #212121 !important;
}
.grey-900-fg .mat-icon,
.grey-900-fg .icon {
  color: white;
}
.grey-900-fg.secondary-text,
.grey-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-900-fg.hint-text,
.grey-900-fg .hint-text, .grey-900-fg.disabled-text,
.grey-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-900-fg.divider,
.grey-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-900-fg input[type=text] {
  color: white;
}
.grey-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-900-fg .mat-select-trigger,
.grey-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-900-fg .mat-select-disabled .mat-select-value,
.grey-900-fg .mat-select-arrow,
.grey-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-900-fg .mat-select-content,
.grey-900-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-900-fg .mat-select-value {
  color: white;
}
.grey-900-border {
  border-color: #212121 !important;
}
.grey-900-border-top {
  border-top-color: #212121 !important;
}
.grey-900-border-right {
  border-right-color: #212121 !important;
}
.grey-900-border-bottom {
  border-bottom-color: #212121 !important;
}
.grey-900-border-left {
  border-left-color: #212121 !important;
}
.grey-A100-bg {
  background-color: #ffffff !important;
}
.mat-grey-A100-bg {
  background-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-A100-bg .mat-icon,
.mat-grey-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-grey-A100-bg.secondary-text,
.mat-grey-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-grey-A100-bg.hint-text,
.mat-grey-A100-bg .hint-text, .mat-grey-A100-bg.disabled-text,
.mat-grey-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-grey-A100-bg.divider,
.mat-grey-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-grey-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-grey-A100-bg input[type=text] {
  color: black;
}
.mat-grey-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-A100-bg .mat-select-trigger,
.mat-grey-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-A100-bg .mat-select-disabled .mat-select-value,
.mat-grey-A100-bg .mat-select-arrow,
.mat-grey-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-A100-bg .mat-select-content,
.mat-grey-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-A100-bg[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-A100-fg {
  color: #ffffff !important;
}
.grey-A100-fg .mat-icon,
.grey-A100-fg .icon {
  color: white;
}
.grey-A100-fg.secondary-text,
.grey-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-A100-fg.hint-text,
.grey-A100-fg .hint-text, .grey-A100-fg.disabled-text,
.grey-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-A100-fg.divider,
.grey-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-A100-fg input[type=text] {
  color: white;
}
.grey-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-A100-fg .mat-select-trigger,
.grey-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-A100-fg .mat-select-disabled .mat-select-value,
.grey-A100-fg .mat-select-arrow,
.grey-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A100-fg .mat-select-content,
.grey-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-A100-fg .mat-select-value {
  color: white;
}
.grey-A100-border {
  border-color: #ffffff !important;
}
.grey-A100-border-top {
  border-top-color: #ffffff !important;
}
.grey-A100-border-right {
  border-right-color: #ffffff !important;
}
.grey-A100-border-bottom {
  border-bottom-color: #ffffff !important;
}
.grey-A100-border-left {
  border-left-color: #ffffff !important;
}
.grey-A200-bg {
  background-color: #eeeeee !important;
}
.mat-grey-A200-bg {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-A200-bg .mat-icon,
.mat-grey-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-grey-A200-bg.secondary-text,
.mat-grey-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-grey-A200-bg.hint-text,
.mat-grey-A200-bg .hint-text, .mat-grey-A200-bg.disabled-text,
.mat-grey-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-grey-A200-bg.divider,
.mat-grey-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-grey-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-grey-A200-bg input[type=text] {
  color: black;
}
.mat-grey-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-A200-bg .mat-select-trigger,
.mat-grey-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-A200-bg .mat-select-disabled .mat-select-value,
.mat-grey-A200-bg .mat-select-arrow,
.mat-grey-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-A200-bg .mat-select-content,
.mat-grey-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-A200-bg[disabled] {
  background-color: rgba(238, 238, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-A200-fg {
  color: #eeeeee !important;
}
.grey-A200-fg .mat-icon,
.grey-A200-fg .icon {
  color: white;
}
.grey-A200-fg.secondary-text,
.grey-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-A200-fg.hint-text,
.grey-A200-fg .hint-text, .grey-A200-fg.disabled-text,
.grey-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-A200-fg.divider,
.grey-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-A200-fg input[type=text] {
  color: white;
}
.grey-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-A200-fg .mat-select-trigger,
.grey-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-A200-fg .mat-select-disabled .mat-select-value,
.grey-A200-fg .mat-select-arrow,
.grey-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A200-fg .mat-select-content,
.grey-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-A200-fg .mat-select-value {
  color: white;
}
.grey-A200-border {
  border-color: #eeeeee !important;
}
.grey-A200-border-top {
  border-top-color: #eeeeee !important;
}
.grey-A200-border-right {
  border-right-color: #eeeeee !important;
}
.grey-A200-border-bottom {
  border-bottom-color: #eeeeee !important;
}
.grey-A200-border-left {
  border-left-color: #eeeeee !important;
}
.grey-A400-bg {
  background-color: #bdbdbd !important;
}
.mat-grey-A400-bg {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-grey-A400-bg .mat-icon,
.mat-grey-A400-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-grey-A400-bg.secondary-text,
.mat-grey-A400-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-grey-A400-bg.hint-text,
.mat-grey-A400-bg .hint-text, .mat-grey-A400-bg.disabled-text,
.mat-grey-A400-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-grey-A400-bg.divider,
.mat-grey-A400-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-grey-A400-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-grey-A400-bg input[type=text] {
  color: black;
}
.mat-grey-A400-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-A400-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-A400-bg .mat-select-trigger,
.mat-grey-A400-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-A400-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-grey-A400-bg .mat-select-disabled .mat-select-value,
.mat-grey-A400-bg .mat-select-arrow,
.mat-grey-A400-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-grey-A400-bg .mat-select-content,
.mat-grey-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-A400-bg[disabled] {
  background-color: rgba(189, 189, 189, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-A400-fg {
  color: #bdbdbd !important;
}
.grey-A400-fg .mat-icon,
.grey-A400-fg .icon {
  color: white;
}
.grey-A400-fg.secondary-text,
.grey-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-A400-fg.hint-text,
.grey-A400-fg .hint-text, .grey-A400-fg.disabled-text,
.grey-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-A400-fg.divider,
.grey-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-A400-fg input[type=text] {
  color: white;
}
.grey-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-A400-fg .mat-select-trigger,
.grey-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-A400-fg .mat-select-disabled .mat-select-value,
.grey-A400-fg .mat-select-arrow,
.grey-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A400-fg .mat-select-content,
.grey-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-A400-fg .mat-select-value {
  color: white;
}
.grey-A400-border {
  border-color: #bdbdbd !important;
}
.grey-A400-border-top {
  border-top-color: #bdbdbd !important;
}
.grey-A400-border-right {
  border-right-color: #bdbdbd !important;
}
.grey-A400-border-bottom {
  border-bottom-color: #bdbdbd !important;
}
.grey-A400-border-left {
  border-left-color: #bdbdbd !important;
}
.grey-A700-bg {
  background-color: #616161 !important;
}
.mat-grey-A700-bg {
  background-color: #616161 !important;
  color: white !important;
}
.mat-grey-A700-bg .mat-icon,
.mat-grey-A700-bg .icon {
  color: white;
}
.mat-grey-A700-bg.secondary-text,
.mat-grey-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-grey-A700-bg.hint-text,
.mat-grey-A700-bg .hint-text, .mat-grey-A700-bg.disabled-text,
.mat-grey-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-grey-A700-bg.divider,
.mat-grey-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-grey-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-grey-A700-bg input[type=text] {
  color: white;
}
.mat-grey-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-grey-A700-bg .mat-select-trigger,
.mat-grey-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-grey-A700-bg .mat-select-disabled .mat-select-value,
.mat-grey-A700-bg .mat-select-arrow,
.mat-grey-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-grey-A700-bg .mat-select-content,
.mat-grey-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-grey-A700-bg .mat-select-value {
  color: white;
}
.mat-grey-A700-bg[disabled] {
  background-color: rgba(97, 97, 97, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.grey-A700-fg {
  color: #616161 !important;
}
.grey-A700-fg .mat-icon,
.grey-A700-fg .icon {
  color: white;
}
.grey-A700-fg.secondary-text,
.grey-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.grey-A700-fg.hint-text,
.grey-A700-fg .hint-text, .grey-A700-fg.disabled-text,
.grey-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.grey-A700-fg.divider,
.grey-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.grey-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.grey-A700-fg input[type=text] {
  color: white;
}
.grey-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-A700-fg .mat-select-trigger,
.grey-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.grey-A700-fg .mat-select-disabled .mat-select-value,
.grey-A700-fg .mat-select-arrow,
.grey-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.grey-A700-fg .mat-select-content,
.grey-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.grey-A700-fg .mat-select-value {
  color: white;
}
.grey-A700-border {
  border-color: #616161 !important;
}
.grey-A700-border-top {
  border-top-color: #616161 !important;
}
.grey-A700-border-right {
  border-right-color: #616161 !important;
}
.grey-A700-border-bottom {
  border-bottom-color: #616161 !important;
}
.grey-A700-border-left {
  border-left-color: #616161 !important;
}
.blue-grey-50-bg {
  background-color: #eceff1 !important;
}
.mat-blue-grey-50-bg {
  background-color: #eceff1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-50-bg .mat-icon,
.mat-blue-grey-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-grey-50-bg.secondary-text,
.mat-blue-grey-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-grey-50-bg.hint-text,
.mat-blue-grey-50-bg .hint-text, .mat-blue-grey-50-bg.disabled-text,
.mat-blue-grey-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-grey-50-bg.divider,
.mat-blue-grey-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-grey-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-grey-50-bg input[type=text] {
  color: black;
}
.mat-blue-grey-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-50-bg .mat-select-trigger,
.mat-blue-grey-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-50-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-50-bg .mat-select-arrow,
.mat-blue-grey-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-50-bg .mat-select-content,
.mat-blue-grey-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-50-bg[disabled] {
  background-color: rgba(236, 239, 241, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-50-fg {
  color: #eceff1 !important;
}
.blue-grey-50-fg .mat-icon,
.blue-grey-50-fg .icon {
  color: white;
}
.blue-grey-50-fg.secondary-text,
.blue-grey-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-50-fg.hint-text,
.blue-grey-50-fg .hint-text, .blue-grey-50-fg.disabled-text,
.blue-grey-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-50-fg.divider,
.blue-grey-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-50-fg input[type=text] {
  color: white;
}
.blue-grey-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-50-fg .mat-select-trigger,
.blue-grey-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-50-fg .mat-select-disabled .mat-select-value,
.blue-grey-50-fg .mat-select-arrow,
.blue-grey-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-50-fg .mat-select-content,
.blue-grey-50-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-50-fg .mat-select-value {
  color: white;
}
.blue-grey-50-border {
  border-color: #eceff1 !important;
}
.blue-grey-50-border-top {
  border-top-color: #eceff1 !important;
}
.blue-grey-50-border-right {
  border-right-color: #eceff1 !important;
}
.blue-grey-50-border-bottom {
  border-bottom-color: #eceff1 !important;
}
.blue-grey-50-border-left {
  border-left-color: #eceff1 !important;
}
.blue-grey-100-bg {
  background-color: #cfd8dc !important;
}
.mat-blue-grey-100-bg {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-100-bg .mat-icon,
.mat-blue-grey-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-grey-100-bg.secondary-text,
.mat-blue-grey-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-grey-100-bg.hint-text,
.mat-blue-grey-100-bg .hint-text, .mat-blue-grey-100-bg.disabled-text,
.mat-blue-grey-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-grey-100-bg.divider,
.mat-blue-grey-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-grey-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-grey-100-bg input[type=text] {
  color: black;
}
.mat-blue-grey-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-100-bg .mat-select-trigger,
.mat-blue-grey-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-100-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-100-bg .mat-select-arrow,
.mat-blue-grey-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-100-bg .mat-select-content,
.mat-blue-grey-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-100-bg[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-100-fg {
  color: #cfd8dc !important;
}
.blue-grey-100-fg .mat-icon,
.blue-grey-100-fg .icon {
  color: white;
}
.blue-grey-100-fg.secondary-text,
.blue-grey-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-100-fg.hint-text,
.blue-grey-100-fg .hint-text, .blue-grey-100-fg.disabled-text,
.blue-grey-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-100-fg.divider,
.blue-grey-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-100-fg input[type=text] {
  color: white;
}
.blue-grey-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-100-fg .mat-select-trigger,
.blue-grey-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-100-fg .mat-select-disabled .mat-select-value,
.blue-grey-100-fg .mat-select-arrow,
.blue-grey-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-100-fg .mat-select-content,
.blue-grey-100-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-100-fg .mat-select-value {
  color: white;
}
.blue-grey-100-border {
  border-color: #cfd8dc !important;
}
.blue-grey-100-border-top {
  border-top-color: #cfd8dc !important;
}
.blue-grey-100-border-right {
  border-right-color: #cfd8dc !important;
}
.blue-grey-100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
.blue-grey-100-border-left {
  border-left-color: #cfd8dc !important;
}
.blue-grey-200-bg {
  background-color: #b0bec5 !important;
}
.mat-blue-grey-200-bg {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-200-bg .mat-icon,
.mat-blue-grey-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-grey-200-bg.secondary-text,
.mat-blue-grey-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-grey-200-bg.hint-text,
.mat-blue-grey-200-bg .hint-text, .mat-blue-grey-200-bg.disabled-text,
.mat-blue-grey-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-grey-200-bg.divider,
.mat-blue-grey-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-grey-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-grey-200-bg input[type=text] {
  color: black;
}
.mat-blue-grey-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-200-bg .mat-select-trigger,
.mat-blue-grey-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-200-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-200-bg .mat-select-arrow,
.mat-blue-grey-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-200-bg .mat-select-content,
.mat-blue-grey-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-200-bg[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-200-fg {
  color: #b0bec5 !important;
}
.blue-grey-200-fg .mat-icon,
.blue-grey-200-fg .icon {
  color: white;
}
.blue-grey-200-fg.secondary-text,
.blue-grey-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-200-fg.hint-text,
.blue-grey-200-fg .hint-text, .blue-grey-200-fg.disabled-text,
.blue-grey-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-200-fg.divider,
.blue-grey-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-200-fg input[type=text] {
  color: white;
}
.blue-grey-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-200-fg .mat-select-trigger,
.blue-grey-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-200-fg .mat-select-disabled .mat-select-value,
.blue-grey-200-fg .mat-select-arrow,
.blue-grey-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-200-fg .mat-select-content,
.blue-grey-200-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-200-fg .mat-select-value {
  color: white;
}
.blue-grey-200-border {
  border-color: #b0bec5 !important;
}
.blue-grey-200-border-top {
  border-top-color: #b0bec5 !important;
}
.blue-grey-200-border-right {
  border-right-color: #b0bec5 !important;
}
.blue-grey-200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
.blue-grey-200-border-left {
  border-left-color: #b0bec5 !important;
}
.blue-grey-300-bg {
  background-color: #90a4ae !important;
}
.mat-blue-grey-300-bg {
  background-color: #90a4ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-300-bg .mat-icon,
.mat-blue-grey-300-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-grey-300-bg.secondary-text,
.mat-blue-grey-300-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-grey-300-bg.hint-text,
.mat-blue-grey-300-bg .hint-text, .mat-blue-grey-300-bg.disabled-text,
.mat-blue-grey-300-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-grey-300-bg.divider,
.mat-blue-grey-300-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-grey-300-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-grey-300-bg input[type=text] {
  color: black;
}
.mat-blue-grey-300-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-300-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-300-bg .mat-select-trigger,
.mat-blue-grey-300-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-300-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-300-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-300-bg .mat-select-arrow,
.mat-blue-grey-300-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-300-bg .mat-select-content,
.mat-blue-grey-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-300-bg[disabled] {
  background-color: rgba(144, 164, 174, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-300-fg {
  color: #90a4ae !important;
}
.blue-grey-300-fg .mat-icon,
.blue-grey-300-fg .icon {
  color: white;
}
.blue-grey-300-fg.secondary-text,
.blue-grey-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-300-fg.hint-text,
.blue-grey-300-fg .hint-text, .blue-grey-300-fg.disabled-text,
.blue-grey-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-300-fg.divider,
.blue-grey-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-300-fg input[type=text] {
  color: white;
}
.blue-grey-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-300-fg .mat-select-trigger,
.blue-grey-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-300-fg .mat-select-disabled .mat-select-value,
.blue-grey-300-fg .mat-select-arrow,
.blue-grey-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-300-fg .mat-select-content,
.blue-grey-300-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-300-fg .mat-select-value {
  color: white;
}
.blue-grey-300-border {
  border-color: #90a4ae !important;
}
.blue-grey-300-border-top {
  border-top-color: #90a4ae !important;
}
.blue-grey-300-border-right {
  border-right-color: #90a4ae !important;
}
.blue-grey-300-border-bottom {
  border-bottom-color: #90a4ae !important;
}
.blue-grey-300-border-left {
  border-left-color: #90a4ae !important;
}
.blue-grey-400-bg {
  background-color: #78909c !important;
}
.mat-blue-grey-400-bg {
  background-color: #78909c !important;
  color: white !important;
}
.mat-blue-grey-400-bg .mat-icon,
.mat-blue-grey-400-bg .icon {
  color: white;
}
.mat-blue-grey-400-bg.secondary-text,
.mat-blue-grey-400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-grey-400-bg.hint-text,
.mat-blue-grey-400-bg .hint-text, .mat-blue-grey-400-bg.disabled-text,
.mat-blue-grey-400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-grey-400-bg.divider,
.mat-blue-grey-400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-grey-400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-grey-400-bg input[type=text] {
  color: white;
}
.mat-blue-grey-400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-400-bg .mat-select-trigger,
.mat-blue-grey-400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-400-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-400-bg .mat-select-arrow,
.mat-blue-grey-400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-400-bg .mat-select-content,
.mat-blue-grey-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-400-bg .mat-select-value {
  color: white;
}
.mat-blue-grey-400-bg[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-400-fg {
  color: #78909c !important;
}
.blue-grey-400-fg .mat-icon,
.blue-grey-400-fg .icon {
  color: white;
}
.blue-grey-400-fg.secondary-text,
.blue-grey-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-400-fg.hint-text,
.blue-grey-400-fg .hint-text, .blue-grey-400-fg.disabled-text,
.blue-grey-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-400-fg.divider,
.blue-grey-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-400-fg input[type=text] {
  color: white;
}
.blue-grey-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-400-fg .mat-select-trigger,
.blue-grey-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-400-fg .mat-select-disabled .mat-select-value,
.blue-grey-400-fg .mat-select-arrow,
.blue-grey-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-400-fg .mat-select-content,
.blue-grey-400-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-400-fg .mat-select-value {
  color: white;
}
.blue-grey-400-border {
  border-color: #78909c !important;
}
.blue-grey-400-border-top {
  border-top-color: #78909c !important;
}
.blue-grey-400-border-right {
  border-right-color: #78909c !important;
}
.blue-grey-400-border-bottom {
  border-bottom-color: #78909c !important;
}
.blue-grey-400-border-left {
  border-left-color: #78909c !important;
}
.blue-grey-500-bg {
  background-color: #607d8b !important;
}
.mat-blue-grey-500-bg {
  background-color: #607d8b !important;
  color: white !important;
}
.mat-blue-grey-500-bg .mat-icon,
.mat-blue-grey-500-bg .icon {
  color: white;
}
.mat-blue-grey-500-bg.secondary-text,
.mat-blue-grey-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-grey-500-bg.hint-text,
.mat-blue-grey-500-bg .hint-text, .mat-blue-grey-500-bg.disabled-text,
.mat-blue-grey-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-grey-500-bg.divider,
.mat-blue-grey-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-grey-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-grey-500-bg input[type=text] {
  color: white;
}
.mat-blue-grey-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-500-bg .mat-select-trigger,
.mat-blue-grey-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-500-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-500-bg .mat-select-arrow,
.mat-blue-grey-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-500-bg .mat-select-content,
.mat-blue-grey-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-500-bg .mat-select-value {
  color: white;
}
.mat-blue-grey-500-bg[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-500-fg {
  color: #607d8b !important;
}
.blue-grey-500-fg .mat-icon,
.blue-grey-500-fg .icon {
  color: white;
}
.blue-grey-500-fg.secondary-text,
.blue-grey-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-500-fg.hint-text,
.blue-grey-500-fg .hint-text, .blue-grey-500-fg.disabled-text,
.blue-grey-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-500-fg.divider,
.blue-grey-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-500-fg input[type=text] {
  color: white;
}
.blue-grey-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-500-fg .mat-select-trigger,
.blue-grey-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-500-fg .mat-select-disabled .mat-select-value,
.blue-grey-500-fg .mat-select-arrow,
.blue-grey-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-500-fg .mat-select-content,
.blue-grey-500-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-500-fg .mat-select-value {
  color: white;
}
.blue-grey-500-border {
  border-color: #607d8b !important;
}
.blue-grey-500-border-top {
  border-top-color: #607d8b !important;
}
.blue-grey-500-border-right {
  border-right-color: #607d8b !important;
}
.blue-grey-500-border-bottom {
  border-bottom-color: #607d8b !important;
}
.blue-grey-500-border-left {
  border-left-color: #607d8b !important;
}
.blue-grey-bg {
  background-color: #607d8b !important;
}
.mat-blue-grey-bg {
  background-color: #607d8b !important;
  color: white !important;
}
.mat-blue-grey-bg .mat-icon,
.mat-blue-grey-bg .icon {
  color: white;
}
.mat-blue-grey-bg.secondary-text,
.mat-blue-grey-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-grey-bg.hint-text,
.mat-blue-grey-bg .hint-text, .mat-blue-grey-bg.disabled-text,
.mat-blue-grey-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-grey-bg.divider,
.mat-blue-grey-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-grey-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-grey-bg input[type=text] {
  color: white;
}
.mat-blue-grey-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-bg .mat-select-trigger,
.mat-blue-grey-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-bg .mat-select-arrow,
.mat-blue-grey-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-bg .mat-select-content,
.mat-blue-grey-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-bg .mat-select-value {
  color: white;
}
.mat-blue-grey-bg[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-fg {
  color: #607d8b !important;
}
.blue-grey-fg .mat-icon,
.blue-grey-fg .icon {
  color: white;
}
.blue-grey-fg.secondary-text,
.blue-grey-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-fg.hint-text,
.blue-grey-fg .hint-text, .blue-grey-fg.disabled-text,
.blue-grey-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-fg.divider,
.blue-grey-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-fg input[type=text] {
  color: white;
}
.blue-grey-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-fg .mat-select-trigger,
.blue-grey-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-fg .mat-select-disabled .mat-select-value,
.blue-grey-fg .mat-select-arrow,
.blue-grey-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-fg .mat-select-content,
.blue-grey-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-fg .mat-select-value {
  color: white;
}
.blue-grey-border {
  border-color: #607d8b !important;
}
.blue-grey-border-top {
  border-top-color: #607d8b !important;
}
.blue-grey-border-right {
  border-right-color: #607d8b !important;
}
.blue-grey-border-bottom {
  border-bottom-color: #607d8b !important;
}
.blue-grey-border-left {
  border-left-color: #607d8b !important;
}
.blue-grey-600-bg {
  background-color: #546e7a !important;
}
.mat-blue-grey-600-bg {
  background-color: #546e7a !important;
  color: white !important;
}
.mat-blue-grey-600-bg .mat-icon,
.mat-blue-grey-600-bg .icon {
  color: white;
}
.mat-blue-grey-600-bg.secondary-text,
.mat-blue-grey-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-grey-600-bg.hint-text,
.mat-blue-grey-600-bg .hint-text, .mat-blue-grey-600-bg.disabled-text,
.mat-blue-grey-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-grey-600-bg.divider,
.mat-blue-grey-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-grey-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-grey-600-bg input[type=text] {
  color: white;
}
.mat-blue-grey-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-600-bg .mat-select-trigger,
.mat-blue-grey-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-600-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-600-bg .mat-select-arrow,
.mat-blue-grey-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-600-bg .mat-select-content,
.mat-blue-grey-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-600-bg .mat-select-value {
  color: white;
}
.mat-blue-grey-600-bg[disabled] {
  background-color: rgba(84, 110, 122, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-600-fg {
  color: #546e7a !important;
}
.blue-grey-600-fg .mat-icon,
.blue-grey-600-fg .icon {
  color: white;
}
.blue-grey-600-fg.secondary-text,
.blue-grey-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-600-fg.hint-text,
.blue-grey-600-fg .hint-text, .blue-grey-600-fg.disabled-text,
.blue-grey-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-600-fg.divider,
.blue-grey-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-600-fg input[type=text] {
  color: white;
}
.blue-grey-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-600-fg .mat-select-trigger,
.blue-grey-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-600-fg .mat-select-disabled .mat-select-value,
.blue-grey-600-fg .mat-select-arrow,
.blue-grey-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-600-fg .mat-select-content,
.blue-grey-600-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-600-fg .mat-select-value {
  color: white;
}
.blue-grey-600-border {
  border-color: #546e7a !important;
}
.blue-grey-600-border-top {
  border-top-color: #546e7a !important;
}
.blue-grey-600-border-right {
  border-right-color: #546e7a !important;
}
.blue-grey-600-border-bottom {
  border-bottom-color: #546e7a !important;
}
.blue-grey-600-border-left {
  border-left-color: #546e7a !important;
}
.blue-grey-700-bg {
  background-color: #455a64 !important;
}
.mat-blue-grey-700-bg {
  background-color: #455a64 !important;
  color: white !important;
}
.mat-blue-grey-700-bg .mat-icon,
.mat-blue-grey-700-bg .icon {
  color: white;
}
.mat-blue-grey-700-bg.secondary-text,
.mat-blue-grey-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-grey-700-bg.hint-text,
.mat-blue-grey-700-bg .hint-text, .mat-blue-grey-700-bg.disabled-text,
.mat-blue-grey-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-grey-700-bg.divider,
.mat-blue-grey-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-grey-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-grey-700-bg input[type=text] {
  color: white;
}
.mat-blue-grey-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-700-bg .mat-select-trigger,
.mat-blue-grey-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-700-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-700-bg .mat-select-arrow,
.mat-blue-grey-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-700-bg .mat-select-content,
.mat-blue-grey-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-700-bg .mat-select-value {
  color: white;
}
.mat-blue-grey-700-bg[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-700-fg {
  color: #455a64 !important;
}
.blue-grey-700-fg .mat-icon,
.blue-grey-700-fg .icon {
  color: white;
}
.blue-grey-700-fg.secondary-text,
.blue-grey-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-700-fg.hint-text,
.blue-grey-700-fg .hint-text, .blue-grey-700-fg.disabled-text,
.blue-grey-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-700-fg.divider,
.blue-grey-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-700-fg input[type=text] {
  color: white;
}
.blue-grey-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-700-fg .mat-select-trigger,
.blue-grey-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-700-fg .mat-select-disabled .mat-select-value,
.blue-grey-700-fg .mat-select-arrow,
.blue-grey-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-700-fg .mat-select-content,
.blue-grey-700-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-700-fg .mat-select-value {
  color: white;
}
.blue-grey-700-border {
  border-color: #455a64 !important;
}
.blue-grey-700-border-top {
  border-top-color: #455a64 !important;
}
.blue-grey-700-border-right {
  border-right-color: #455a64 !important;
}
.blue-grey-700-border-bottom {
  border-bottom-color: #455a64 !important;
}
.blue-grey-700-border-left {
  border-left-color: #455a64 !important;
}
.blue-grey-800-bg {
  background-color: #37474f !important;
}
.mat-blue-grey-800-bg {
  background-color: #37474f !important;
  color: white !important;
}
.mat-blue-grey-800-bg .mat-icon,
.mat-blue-grey-800-bg .icon {
  color: white;
}
.mat-blue-grey-800-bg.secondary-text,
.mat-blue-grey-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-grey-800-bg.hint-text,
.mat-blue-grey-800-bg .hint-text, .mat-blue-grey-800-bg.disabled-text,
.mat-blue-grey-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-grey-800-bg.divider,
.mat-blue-grey-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-grey-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-grey-800-bg input[type=text] {
  color: white;
}
.mat-blue-grey-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-800-bg .mat-select-trigger,
.mat-blue-grey-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-800-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-800-bg .mat-select-arrow,
.mat-blue-grey-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-800-bg .mat-select-content,
.mat-blue-grey-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-800-bg .mat-select-value {
  color: white;
}
.mat-blue-grey-800-bg[disabled] {
  background-color: rgba(55, 71, 79, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-800-fg {
  color: #37474f !important;
}
.blue-grey-800-fg .mat-icon,
.blue-grey-800-fg .icon {
  color: white;
}
.blue-grey-800-fg.secondary-text,
.blue-grey-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-800-fg.hint-text,
.blue-grey-800-fg .hint-text, .blue-grey-800-fg.disabled-text,
.blue-grey-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-800-fg.divider,
.blue-grey-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-800-fg input[type=text] {
  color: white;
}
.blue-grey-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-800-fg .mat-select-trigger,
.blue-grey-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-800-fg .mat-select-disabled .mat-select-value,
.blue-grey-800-fg .mat-select-arrow,
.blue-grey-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-800-fg .mat-select-content,
.blue-grey-800-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-800-fg .mat-select-value {
  color: white;
}
.blue-grey-800-border {
  border-color: #37474f !important;
}
.blue-grey-800-border-top {
  border-top-color: #37474f !important;
}
.blue-grey-800-border-right {
  border-right-color: #37474f !important;
}
.blue-grey-800-border-bottom {
  border-bottom-color: #37474f !important;
}
.blue-grey-800-border-left {
  border-left-color: #37474f !important;
}
.blue-grey-900-bg {
  background-color: #263238 !important;
}
.mat-blue-grey-900-bg {
  background-color: #263238 !important;
  color: white !important;
}
.mat-blue-grey-900-bg .mat-icon,
.mat-blue-grey-900-bg .icon {
  color: white;
}
.mat-blue-grey-900-bg.secondary-text,
.mat-blue-grey-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-grey-900-bg.hint-text,
.mat-blue-grey-900-bg .hint-text, .mat-blue-grey-900-bg.disabled-text,
.mat-blue-grey-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-grey-900-bg.divider,
.mat-blue-grey-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-grey-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-grey-900-bg input[type=text] {
  color: white;
}
.mat-blue-grey-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-900-bg .mat-select-trigger,
.mat-blue-grey-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-900-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-900-bg .mat-select-arrow,
.mat-blue-grey-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-900-bg .mat-select-content,
.mat-blue-grey-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-900-bg .mat-select-value {
  color: white;
}
.mat-blue-grey-900-bg[disabled] {
  background-color: rgba(38, 50, 56, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-900-fg {
  color: #263238 !important;
}
.blue-grey-900-fg .mat-icon,
.blue-grey-900-fg .icon {
  color: white;
}
.blue-grey-900-fg.secondary-text,
.blue-grey-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-900-fg.hint-text,
.blue-grey-900-fg .hint-text, .blue-grey-900-fg.disabled-text,
.blue-grey-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-900-fg.divider,
.blue-grey-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-900-fg input[type=text] {
  color: white;
}
.blue-grey-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-900-fg .mat-select-trigger,
.blue-grey-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-900-fg .mat-select-disabled .mat-select-value,
.blue-grey-900-fg .mat-select-arrow,
.blue-grey-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-900-fg .mat-select-content,
.blue-grey-900-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-900-fg .mat-select-value {
  color: white;
}
.blue-grey-900-border {
  border-color: #263238 !important;
}
.blue-grey-900-border-top {
  border-top-color: #263238 !important;
}
.blue-grey-900-border-right {
  border-right-color: #263238 !important;
}
.blue-grey-900-border-bottom {
  border-bottom-color: #263238 !important;
}
.blue-grey-900-border-left {
  border-left-color: #263238 !important;
}
.blue-grey-A100-bg {
  background-color: #cfd8dc !important;
}
.mat-blue-grey-A100-bg {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-A100-bg .mat-icon,
.mat-blue-grey-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-grey-A100-bg.secondary-text,
.mat-blue-grey-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-grey-A100-bg.hint-text,
.mat-blue-grey-A100-bg .hint-text, .mat-blue-grey-A100-bg.disabled-text,
.mat-blue-grey-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-grey-A100-bg.divider,
.mat-blue-grey-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-grey-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-grey-A100-bg input[type=text] {
  color: black;
}
.mat-blue-grey-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-A100-bg .mat-select-trigger,
.mat-blue-grey-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-A100-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-A100-bg .mat-select-arrow,
.mat-blue-grey-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-A100-bg .mat-select-content,
.mat-blue-grey-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-A100-bg[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-A100-fg {
  color: #cfd8dc !important;
}
.blue-grey-A100-fg .mat-icon,
.blue-grey-A100-fg .icon {
  color: white;
}
.blue-grey-A100-fg.secondary-text,
.blue-grey-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-A100-fg.hint-text,
.blue-grey-A100-fg .hint-text, .blue-grey-A100-fg.disabled-text,
.blue-grey-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-A100-fg.divider,
.blue-grey-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-A100-fg input[type=text] {
  color: white;
}
.blue-grey-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-A100-fg .mat-select-trigger,
.blue-grey-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-A100-fg .mat-select-disabled .mat-select-value,
.blue-grey-A100-fg .mat-select-arrow,
.blue-grey-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A100-fg .mat-select-content,
.blue-grey-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-A100-fg .mat-select-value {
  color: white;
}
.blue-grey-A100-border {
  border-color: #cfd8dc !important;
}
.blue-grey-A100-border-top {
  border-top-color: #cfd8dc !important;
}
.blue-grey-A100-border-right {
  border-right-color: #cfd8dc !important;
}
.blue-grey-A100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
.blue-grey-A100-border-left {
  border-left-color: #cfd8dc !important;
}
.blue-grey-A200-bg {
  background-color: #b0bec5 !important;
}
.mat-blue-grey-A200-bg {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-blue-grey-A200-bg .mat-icon,
.mat-blue-grey-A200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-blue-grey-A200-bg.secondary-text,
.mat-blue-grey-A200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-blue-grey-A200-bg.hint-text,
.mat-blue-grey-A200-bg .hint-text, .mat-blue-grey-A200-bg.disabled-text,
.mat-blue-grey-A200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-blue-grey-A200-bg.divider,
.mat-blue-grey-A200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-blue-grey-A200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-blue-grey-A200-bg input[type=text] {
  color: black;
}
.mat-blue-grey-A200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-A200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-A200-bg .mat-select-trigger,
.mat-blue-grey-A200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-A200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-blue-grey-A200-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-A200-bg .mat-select-arrow,
.mat-blue-grey-A200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-blue-grey-A200-bg .mat-select-content,
.mat-blue-grey-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-A200-bg[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.blue-grey-A200-fg {
  color: #b0bec5 !important;
}
.blue-grey-A200-fg .mat-icon,
.blue-grey-A200-fg .icon {
  color: white;
}
.blue-grey-A200-fg.secondary-text,
.blue-grey-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-A200-fg.hint-text,
.blue-grey-A200-fg .hint-text, .blue-grey-A200-fg.disabled-text,
.blue-grey-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-A200-fg.divider,
.blue-grey-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-A200-fg input[type=text] {
  color: white;
}
.blue-grey-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-A200-fg .mat-select-trigger,
.blue-grey-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-A200-fg .mat-select-disabled .mat-select-value,
.blue-grey-A200-fg .mat-select-arrow,
.blue-grey-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A200-fg .mat-select-content,
.blue-grey-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-A200-fg .mat-select-value {
  color: white;
}
.blue-grey-A200-border {
  border-color: #b0bec5 !important;
}
.blue-grey-A200-border-top {
  border-top-color: #b0bec5 !important;
}
.blue-grey-A200-border-right {
  border-right-color: #b0bec5 !important;
}
.blue-grey-A200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
.blue-grey-A200-border-left {
  border-left-color: #b0bec5 !important;
}
.blue-grey-A400-bg {
  background-color: #78909c !important;
}
.mat-blue-grey-A400-bg {
  background-color: #78909c !important;
  color: white !important;
}
.mat-blue-grey-A400-bg .mat-icon,
.mat-blue-grey-A400-bg .icon {
  color: white;
}
.mat-blue-grey-A400-bg.secondary-text,
.mat-blue-grey-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-grey-A400-bg.hint-text,
.mat-blue-grey-A400-bg .hint-text, .mat-blue-grey-A400-bg.disabled-text,
.mat-blue-grey-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-grey-A400-bg.divider,
.mat-blue-grey-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-grey-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-grey-A400-bg input[type=text] {
  color: white;
}
.mat-blue-grey-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-A400-bg .mat-select-trigger,
.mat-blue-grey-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-A400-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-A400-bg .mat-select-arrow,
.mat-blue-grey-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-A400-bg .mat-select-content,
.mat-blue-grey-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-A400-bg .mat-select-value {
  color: white;
}
.mat-blue-grey-A400-bg[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-A400-fg {
  color: #78909c !important;
}
.blue-grey-A400-fg .mat-icon,
.blue-grey-A400-fg .icon {
  color: white;
}
.blue-grey-A400-fg.secondary-text,
.blue-grey-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-A400-fg.hint-text,
.blue-grey-A400-fg .hint-text, .blue-grey-A400-fg.disabled-text,
.blue-grey-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-A400-fg.divider,
.blue-grey-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-A400-fg input[type=text] {
  color: white;
}
.blue-grey-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-A400-fg .mat-select-trigger,
.blue-grey-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-A400-fg .mat-select-disabled .mat-select-value,
.blue-grey-A400-fg .mat-select-arrow,
.blue-grey-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A400-fg .mat-select-content,
.blue-grey-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-A400-fg .mat-select-value {
  color: white;
}
.blue-grey-A400-border {
  border-color: #78909c !important;
}
.blue-grey-A400-border-top {
  border-top-color: #78909c !important;
}
.blue-grey-A400-border-right {
  border-right-color: #78909c !important;
}
.blue-grey-A400-border-bottom {
  border-bottom-color: #78909c !important;
}
.blue-grey-A400-border-left {
  border-left-color: #78909c !important;
}
.blue-grey-A700-bg {
  background-color: #455a64 !important;
}
.mat-blue-grey-A700-bg {
  background-color: #455a64 !important;
  color: white !important;
}
.mat-blue-grey-A700-bg .mat-icon,
.mat-blue-grey-A700-bg .icon {
  color: white;
}
.mat-blue-grey-A700-bg.secondary-text,
.mat-blue-grey-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-blue-grey-A700-bg.hint-text,
.mat-blue-grey-A700-bg .hint-text, .mat-blue-grey-A700-bg.disabled-text,
.mat-blue-grey-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-blue-grey-A700-bg.divider,
.mat-blue-grey-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-blue-grey-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-blue-grey-A700-bg input[type=text] {
  color: white;
}
.mat-blue-grey-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-A700-bg .mat-select-trigger,
.mat-blue-grey-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-blue-grey-A700-bg .mat-select-disabled .mat-select-value,
.mat-blue-grey-A700-bg .mat-select-arrow,
.mat-blue-grey-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-blue-grey-A700-bg .mat-select-content,
.mat-blue-grey-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-blue-grey-A700-bg .mat-select-value {
  color: white;
}
.mat-blue-grey-A700-bg[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-grey-A700-fg {
  color: #455a64 !important;
}
.blue-grey-A700-fg .mat-icon,
.blue-grey-A700-fg .icon {
  color: white;
}
.blue-grey-A700-fg.secondary-text,
.blue-grey-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.blue-grey-A700-fg.hint-text,
.blue-grey-A700-fg .hint-text, .blue-grey-A700-fg.disabled-text,
.blue-grey-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.blue-grey-A700-fg.divider,
.blue-grey-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.blue-grey-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.blue-grey-A700-fg input[type=text] {
  color: white;
}
.blue-grey-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-A700-fg .mat-select-trigger,
.blue-grey-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.blue-grey-A700-fg .mat-select-disabled .mat-select-value,
.blue-grey-A700-fg .mat-select-arrow,
.blue-grey-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.blue-grey-A700-fg .mat-select-content,
.blue-grey-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.blue-grey-A700-fg .mat-select-value {
  color: white;
}
.blue-grey-A700-border {
  border-color: #455a64 !important;
}
.blue-grey-A700-border-top {
  border-top-color: #455a64 !important;
}
.blue-grey-A700-border-right {
  border-right-color: #455a64 !important;
}
.blue-grey-A700-border-bottom {
  border-bottom-color: #455a64 !important;
}
.blue-grey-A700-border-left {
  border-left-color: #455a64 !important;
}
.white-500-bg {
  background-color: white !important;
}
.mat-white-500-bg {
  background-color: white !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-white-500-bg .mat-icon,
.mat-white-500-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-white-500-bg.secondary-text,
.mat-white-500-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-white-500-bg.hint-text,
.mat-white-500-bg .hint-text, .mat-white-500-bg.disabled-text,
.mat-white-500-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-white-500-bg.divider,
.mat-white-500-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-white-500-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-white-500-bg input[type=text] {
  color: black;
}
.mat-white-500-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-white-500-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-white-500-bg .mat-select-trigger,
.mat-white-500-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-white-500-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-white-500-bg .mat-select-disabled .mat-select-value,
.mat-white-500-bg .mat-select-arrow,
.mat-white-500-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-white-500-bg .mat-select-content,
.mat-white-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-white-500-bg[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.white-500-fg {
  color: white !important;
}
.white-500-fg .mat-icon,
.white-500-fg .icon {
  color: white;
}
.white-500-fg.secondary-text,
.white-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.white-500-fg.hint-text,
.white-500-fg .hint-text, .white-500-fg.disabled-text,
.white-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.white-500-fg.divider,
.white-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.white-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.white-500-fg input[type=text] {
  color: white;
}
.white-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.white-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.white-500-fg .mat-select-trigger,
.white-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.white-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.white-500-fg .mat-select-disabled .mat-select-value,
.white-500-fg .mat-select-arrow,
.white-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.white-500-fg .mat-select-content,
.white-500-fg .mat-select-panel-done-animating {
  background: white;
}
.white-500-fg .mat-select-value {
  color: white;
}
.white-500-border {
  border-color: white !important;
}
.white-500-border-top {
  border-top-color: white !important;
}
.white-500-border-right {
  border-right-color: white !important;
}
.white-500-border-bottom {
  border-bottom-color: white !important;
}
.white-500-border-left {
  border-left-color: white !important;
}
.white-bg {
  background-color: white !important;
}
.mat-white-bg {
  background-color: white !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-white-bg .mat-icon,
.mat-white-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-white-bg.secondary-text,
.mat-white-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-white-bg.hint-text,
.mat-white-bg .hint-text, .mat-white-bg.disabled-text,
.mat-white-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-white-bg.divider,
.mat-white-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-white-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-white-bg input[type=text] {
  color: black;
}
.mat-white-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-white-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-white-bg .mat-select-trigger,
.mat-white-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-white-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-white-bg .mat-select-disabled .mat-select-value,
.mat-white-bg .mat-select-arrow,
.mat-white-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-white-bg .mat-select-content,
.mat-white-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-white-bg[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.white-fg {
  color: white !important;
}
.white-fg .mat-icon,
.white-fg .icon {
  color: white;
}
.white-fg.secondary-text,
.white-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.white-fg.hint-text,
.white-fg .hint-text, .white-fg.disabled-text,
.white-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.white-fg.divider,
.white-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.white-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.white-fg input[type=text] {
  color: white;
}
.white-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.white-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.white-fg .mat-select-trigger,
.white-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.white-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.white-fg .mat-select-disabled .mat-select-value,
.white-fg .mat-select-arrow,
.white-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.white-fg .mat-select-content,
.white-fg .mat-select-panel-done-animating {
  background: white;
}
.white-fg .mat-select-value {
  color: white;
}
.white-border {
  border-color: white !important;
}
.white-border-top {
  border-top-color: white !important;
}
.white-border-right {
  border-right-color: white !important;
}
.white-border-bottom {
  border-bottom-color: white !important;
}
.white-border-left {
  border-left-color: white !important;
}
.black-500-bg {
  background-color: black !important;
}
.mat-black-500-bg {
  background-color: black !important;
  color: white !important;
}
.mat-black-500-bg .mat-icon,
.mat-black-500-bg .icon {
  color: white;
}
.mat-black-500-bg.secondary-text,
.mat-black-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-black-500-bg.hint-text,
.mat-black-500-bg .hint-text, .mat-black-500-bg.disabled-text,
.mat-black-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-black-500-bg.divider,
.mat-black-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-black-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-black-500-bg input[type=text] {
  color: white;
}
.mat-black-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-black-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-black-500-bg .mat-select-trigger,
.mat-black-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-black-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-black-500-bg .mat-select-disabled .mat-select-value,
.mat-black-500-bg .mat-select-arrow,
.mat-black-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-black-500-bg .mat-select-content,
.mat-black-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-black-500-bg .mat-select-value {
  color: white;
}
.mat-black-500-bg[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.black-500-fg {
  color: black !important;
}
.black-500-fg .mat-icon,
.black-500-fg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.black-500-fg.secondary-text,
.black-500-fg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.black-500-fg.hint-text,
.black-500-fg .hint-text, .black-500-fg.disabled-text,
.black-500-fg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.black-500-fg.divider,
.black-500-fg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.black-500-fg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.black-500-fg input[type=text] {
  color: black;
}
.black-500-fg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.black-500-fg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.black-500-fg .mat-select-trigger,
.black-500-fg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.black-500-fg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.black-500-fg .mat-select-disabled .mat-select-value,
.black-500-fg .mat-select-arrow,
.black-500-fg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.black-500-fg .mat-select-content,
.black-500-fg .mat-select-panel-done-animating {
  background: white;
}
.black-500-border {
  border-color: black !important;
}
.black-500-border-top {
  border-top-color: black !important;
}
.black-500-border-right {
  border-right-color: black !important;
}
.black-500-border-bottom {
  border-bottom-color: black !important;
}
.black-500-border-left {
  border-left-color: black !important;
}
.black-bg {
  background-color: black !important;
}
.mat-black-bg {
  background-color: black !important;
  color: white !important;
}
.mat-black-bg .mat-icon,
.mat-black-bg .icon {
  color: white;
}
.mat-black-bg.secondary-text,
.mat-black-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-black-bg.hint-text,
.mat-black-bg .hint-text, .mat-black-bg.disabled-text,
.mat-black-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-black-bg.divider,
.mat-black-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-black-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-black-bg input[type=text] {
  color: white;
}
.mat-black-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-black-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-black-bg .mat-select-trigger,
.mat-black-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-black-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-black-bg .mat-select-disabled .mat-select-value,
.mat-black-bg .mat-select-arrow,
.mat-black-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-black-bg .mat-select-content,
.mat-black-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-black-bg .mat-select-value {
  color: white;
}
.mat-black-bg[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.black-fg {
  color: black !important;
}
.black-fg .mat-icon,
.black-fg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.black-fg.secondary-text,
.black-fg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.black-fg.hint-text,
.black-fg .hint-text, .black-fg.disabled-text,
.black-fg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.black-fg.divider,
.black-fg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.black-fg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.black-fg input[type=text] {
  color: black;
}
.black-fg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.black-fg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.black-fg .mat-select-trigger,
.black-fg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.black-fg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.black-fg .mat-select-disabled .mat-select-value,
.black-fg .mat-select-arrow,
.black-fg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.black-fg .mat-select-content,
.black-fg .mat-select-panel-done-animating {
  background: white;
}
.black-border {
  border-color: black !important;
}
.black-border-top {
  border-top-color: black !important;
}
.black-border-right {
  border-right-color: black !important;
}
.black-border-bottom {
  border-bottom-color: black !important;
}
.black-border-left {
  border-left-color: black !important;
}
.fuse-dark-50-bg {
  background-color: #ECECEE !important;
}
.mat-fuse-dark-50-bg {
  background-color: #ECECEE !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-fuse-dark-50-bg .mat-icon,
.mat-fuse-dark-50-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-fuse-dark-50-bg.secondary-text,
.mat-fuse-dark-50-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-fuse-dark-50-bg.hint-text,
.mat-fuse-dark-50-bg .hint-text, .mat-fuse-dark-50-bg.disabled-text,
.mat-fuse-dark-50-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-fuse-dark-50-bg.divider,
.mat-fuse-dark-50-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-fuse-dark-50-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-fuse-dark-50-bg input[type=text] {
  color: black;
}
.mat-fuse-dark-50-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-50-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-fuse-dark-50-bg .mat-select-trigger,
.mat-fuse-dark-50-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-50-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-fuse-dark-50-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-50-bg .mat-select-arrow,
.mat-fuse-dark-50-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-50-bg .mat-select-content,
.mat-fuse-dark-50-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-50-bg[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-dark-50-fg {
  color: #ECECEE !important;
}
.fuse-dark-50-fg .mat-icon,
.fuse-dark-50-fg .icon {
  color: white;
}
.fuse-dark-50-fg.secondary-text,
.fuse-dark-50-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-50-fg.hint-text,
.fuse-dark-50-fg .hint-text, .fuse-dark-50-fg.disabled-text,
.fuse-dark-50-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-50-fg.divider,
.fuse-dark-50-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-50-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-50-fg input[type=text] {
  color: white;
}
.fuse-dark-50-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-50-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-50-fg .mat-select-trigger,
.fuse-dark-50-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-50-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-50-fg .mat-select-disabled .mat-select-value,
.fuse-dark-50-fg .mat-select-arrow,
.fuse-dark-50-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-50-fg .mat-select-content,
.fuse-dark-50-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-50-fg .mat-select-value {
  color: white;
}
.fuse-dark-50-border {
  border-color: #ECECEE !important;
}
.fuse-dark-50-border-top {
  border-top-color: #ECECEE !important;
}
.fuse-dark-50-border-right {
  border-right-color: #ECECEE !important;
}
.fuse-dark-50-border-bottom {
  border-bottom-color: #ECECEE !important;
}
.fuse-dark-50-border-left {
  border-left-color: #ECECEE !important;
}
.fuse-dark-100-bg {
  background-color: #C5C6CB !important;
}
.mat-fuse-dark-100-bg {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-fuse-dark-100-bg .mat-icon,
.mat-fuse-dark-100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-fuse-dark-100-bg.secondary-text,
.mat-fuse-dark-100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-fuse-dark-100-bg.hint-text,
.mat-fuse-dark-100-bg .hint-text, .mat-fuse-dark-100-bg.disabled-text,
.mat-fuse-dark-100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-fuse-dark-100-bg.divider,
.mat-fuse-dark-100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-fuse-dark-100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-fuse-dark-100-bg input[type=text] {
  color: black;
}
.mat-fuse-dark-100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-fuse-dark-100-bg .mat-select-trigger,
.mat-fuse-dark-100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-fuse-dark-100-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-100-bg .mat-select-arrow,
.mat-fuse-dark-100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-100-bg .mat-select-content,
.mat-fuse-dark-100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-100-bg[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-dark-100-fg {
  color: #C5C6CB !important;
}
.fuse-dark-100-fg .mat-icon,
.fuse-dark-100-fg .icon {
  color: white;
}
.fuse-dark-100-fg.secondary-text,
.fuse-dark-100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-100-fg.hint-text,
.fuse-dark-100-fg .hint-text, .fuse-dark-100-fg.disabled-text,
.fuse-dark-100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-100-fg.divider,
.fuse-dark-100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-100-fg input[type=text] {
  color: white;
}
.fuse-dark-100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-100-fg .mat-select-trigger,
.fuse-dark-100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-100-fg .mat-select-disabled .mat-select-value,
.fuse-dark-100-fg .mat-select-arrow,
.fuse-dark-100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-100-fg .mat-select-content,
.fuse-dark-100-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-100-fg .mat-select-value {
  color: white;
}
.fuse-dark-100-border {
  border-color: #C5C6CB !important;
}
.fuse-dark-100-border-top {
  border-top-color: #C5C6CB !important;
}
.fuse-dark-100-border-right {
  border-right-color: #C5C6CB !important;
}
.fuse-dark-100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
.fuse-dark-100-border-left {
  border-left-color: #C5C6CB !important;
}
.fuse-dark-200-bg {
  background-color: #9EA1A9 !important;
}
.mat-fuse-dark-200-bg {
  background-color: #9EA1A9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-fuse-dark-200-bg .mat-icon,
.mat-fuse-dark-200-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-fuse-dark-200-bg.secondary-text,
.mat-fuse-dark-200-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-fuse-dark-200-bg.hint-text,
.mat-fuse-dark-200-bg .hint-text, .mat-fuse-dark-200-bg.disabled-text,
.mat-fuse-dark-200-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-fuse-dark-200-bg.divider,
.mat-fuse-dark-200-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-fuse-dark-200-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-fuse-dark-200-bg input[type=text] {
  color: black;
}
.mat-fuse-dark-200-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-200-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-fuse-dark-200-bg .mat-select-trigger,
.mat-fuse-dark-200-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-200-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-fuse-dark-200-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-200-bg .mat-select-arrow,
.mat-fuse-dark-200-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-200-bg .mat-select-content,
.mat-fuse-dark-200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-200-bg[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-dark-200-fg {
  color: #9EA1A9 !important;
}
.fuse-dark-200-fg .mat-icon,
.fuse-dark-200-fg .icon {
  color: white;
}
.fuse-dark-200-fg.secondary-text,
.fuse-dark-200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-200-fg.hint-text,
.fuse-dark-200-fg .hint-text, .fuse-dark-200-fg.disabled-text,
.fuse-dark-200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-200-fg.divider,
.fuse-dark-200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-200-fg input[type=text] {
  color: white;
}
.fuse-dark-200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-200-fg .mat-select-trigger,
.fuse-dark-200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-200-fg .mat-select-disabled .mat-select-value,
.fuse-dark-200-fg .mat-select-arrow,
.fuse-dark-200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-200-fg .mat-select-content,
.fuse-dark-200-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-200-fg .mat-select-value {
  color: white;
}
.fuse-dark-200-border {
  border-color: #9EA1A9 !important;
}
.fuse-dark-200-border-top {
  border-top-color: #9EA1A9 !important;
}
.fuse-dark-200-border-right {
  border-right-color: #9EA1A9 !important;
}
.fuse-dark-200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
.fuse-dark-200-border-left {
  border-left-color: #9EA1A9 !important;
}
.fuse-dark-300-bg {
  background-color: #7D818C !important;
}
.mat-fuse-dark-300-bg {
  background-color: #7D818C !important;
  color: white !important;
}
.mat-fuse-dark-300-bg .mat-icon,
.mat-fuse-dark-300-bg .icon {
  color: white;
}
.mat-fuse-dark-300-bg.secondary-text,
.mat-fuse-dark-300-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-fuse-dark-300-bg.hint-text,
.mat-fuse-dark-300-bg .hint-text, .mat-fuse-dark-300-bg.disabled-text,
.mat-fuse-dark-300-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-fuse-dark-300-bg.divider,
.mat-fuse-dark-300-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-fuse-dark-300-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-fuse-dark-300-bg input[type=text] {
  color: white;
}
.mat-fuse-dark-300-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-300-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-300-bg .mat-select-trigger,
.mat-fuse-dark-300-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-300-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-300-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-300-bg .mat-select-arrow,
.mat-fuse-dark-300-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-300-bg .mat-select-content,
.mat-fuse-dark-300-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-300-bg .mat-select-value {
  color: white;
}
.mat-fuse-dark-300-bg[disabled] {
  background-color: rgba(125, 129, 140, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-dark-300-fg {
  color: #7D818C !important;
}
.fuse-dark-300-fg .mat-icon,
.fuse-dark-300-fg .icon {
  color: white;
}
.fuse-dark-300-fg.secondary-text,
.fuse-dark-300-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-300-fg.hint-text,
.fuse-dark-300-fg .hint-text, .fuse-dark-300-fg.disabled-text,
.fuse-dark-300-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-300-fg.divider,
.fuse-dark-300-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-300-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-300-fg input[type=text] {
  color: white;
}
.fuse-dark-300-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-300-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-300-fg .mat-select-trigger,
.fuse-dark-300-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-300-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-300-fg .mat-select-disabled .mat-select-value,
.fuse-dark-300-fg .mat-select-arrow,
.fuse-dark-300-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-300-fg .mat-select-content,
.fuse-dark-300-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-300-fg .mat-select-value {
  color: white;
}
.fuse-dark-300-border {
  border-color: #7D818C !important;
}
.fuse-dark-300-border-top {
  border-top-color: #7D818C !important;
}
.fuse-dark-300-border-right {
  border-right-color: #7D818C !important;
}
.fuse-dark-300-border-bottom {
  border-bottom-color: #7D818C !important;
}
.fuse-dark-300-border-left {
  border-left-color: #7D818C !important;
}
.fuse-dark-400-bg {
  background-color: #5C616F !important;
}
.mat-fuse-dark-400-bg {
  background-color: #5C616F !important;
  color: white !important;
}
.mat-fuse-dark-400-bg .mat-icon,
.mat-fuse-dark-400-bg .icon {
  color: white;
}
.mat-fuse-dark-400-bg.secondary-text,
.mat-fuse-dark-400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-fuse-dark-400-bg.hint-text,
.mat-fuse-dark-400-bg .hint-text, .mat-fuse-dark-400-bg.disabled-text,
.mat-fuse-dark-400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-fuse-dark-400-bg.divider,
.mat-fuse-dark-400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-fuse-dark-400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-fuse-dark-400-bg input[type=text] {
  color: white;
}
.mat-fuse-dark-400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-400-bg .mat-select-trigger,
.mat-fuse-dark-400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-400-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-400-bg .mat-select-arrow,
.mat-fuse-dark-400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-400-bg .mat-select-content,
.mat-fuse-dark-400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-400-bg .mat-select-value {
  color: white;
}
.mat-fuse-dark-400-bg[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-dark-400-fg {
  color: #5C616F !important;
}
.fuse-dark-400-fg .mat-icon,
.fuse-dark-400-fg .icon {
  color: white;
}
.fuse-dark-400-fg.secondary-text,
.fuse-dark-400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-400-fg.hint-text,
.fuse-dark-400-fg .hint-text, .fuse-dark-400-fg.disabled-text,
.fuse-dark-400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-400-fg.divider,
.fuse-dark-400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-400-fg input[type=text] {
  color: white;
}
.fuse-dark-400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-400-fg .mat-select-trigger,
.fuse-dark-400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-400-fg .mat-select-disabled .mat-select-value,
.fuse-dark-400-fg .mat-select-arrow,
.fuse-dark-400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-400-fg .mat-select-content,
.fuse-dark-400-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-400-fg .mat-select-value {
  color: white;
}
.fuse-dark-400-border {
  border-color: #5C616F !important;
}
.fuse-dark-400-border-top {
  border-top-color: #5C616F !important;
}
.fuse-dark-400-border-right {
  border-right-color: #5C616F !important;
}
.fuse-dark-400-border-bottom {
  border-bottom-color: #5C616F !important;
}
.fuse-dark-400-border-left {
  border-left-color: #5C616F !important;
}
.fuse-dark-500-bg {
  background-color: #3C4252 !important;
}
.mat-fuse-dark-500-bg {
  background-color: #3C4252 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-fuse-dark-500-bg .mat-icon,
.mat-fuse-dark-500-bg .icon {
  color: white;
}
.mat-fuse-dark-500-bg.secondary-text,
.mat-fuse-dark-500-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-fuse-dark-500-bg.hint-text,
.mat-fuse-dark-500-bg .hint-text, .mat-fuse-dark-500-bg.disabled-text,
.mat-fuse-dark-500-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-fuse-dark-500-bg.divider,
.mat-fuse-dark-500-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-fuse-dark-500-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-fuse-dark-500-bg input[type=text] {
  color: white;
}
.mat-fuse-dark-500-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-500-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-500-bg .mat-select-trigger,
.mat-fuse-dark-500-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-500-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-500-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-500-bg .mat-select-arrow,
.mat-fuse-dark-500-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-500-bg .mat-select-content,
.mat-fuse-dark-500-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-500-bg .mat-select-value {
  color: white;
}
.mat-fuse-dark-500-bg[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-dark-500-fg {
  color: #3C4252 !important;
}
.fuse-dark-500-fg .mat-icon,
.fuse-dark-500-fg .icon {
  color: white;
}
.fuse-dark-500-fg.secondary-text,
.fuse-dark-500-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-500-fg.hint-text,
.fuse-dark-500-fg .hint-text, .fuse-dark-500-fg.disabled-text,
.fuse-dark-500-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-500-fg.divider,
.fuse-dark-500-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-500-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-500-fg input[type=text] {
  color: white;
}
.fuse-dark-500-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-500-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-500-fg .mat-select-trigger,
.fuse-dark-500-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-500-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-500-fg .mat-select-disabled .mat-select-value,
.fuse-dark-500-fg .mat-select-arrow,
.fuse-dark-500-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-500-fg .mat-select-content,
.fuse-dark-500-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-500-fg .mat-select-value {
  color: white;
}
.fuse-dark-500-border {
  border-color: #3C4252 !important;
}
.fuse-dark-500-border-top {
  border-top-color: #3C4252 !important;
}
.fuse-dark-500-border-right {
  border-right-color: #3C4252 !important;
}
.fuse-dark-500-border-bottom {
  border-bottom-color: #3C4252 !important;
}
.fuse-dark-500-border-left {
  border-left-color: #3C4252 !important;
}
.fuse-dark-bg {
  background-color: #3C4252 !important;
}
.mat-fuse-dark-bg {
  background-color: #3C4252 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-fuse-dark-bg .mat-icon,
.mat-fuse-dark-bg .icon {
  color: white;
}
.mat-fuse-dark-bg.secondary-text,
.mat-fuse-dark-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-fuse-dark-bg.hint-text,
.mat-fuse-dark-bg .hint-text, .mat-fuse-dark-bg.disabled-text,
.mat-fuse-dark-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-fuse-dark-bg.divider,
.mat-fuse-dark-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-fuse-dark-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-fuse-dark-bg input[type=text] {
  color: white;
}
.mat-fuse-dark-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-bg .mat-select-trigger,
.mat-fuse-dark-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-bg .mat-select-arrow,
.mat-fuse-dark-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-bg .mat-select-content,
.mat-fuse-dark-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-bg .mat-select-value {
  color: white;
}
.mat-fuse-dark-bg[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-dark-fg {
  color: #3C4252 !important;
}
.fuse-dark-fg .mat-icon,
.fuse-dark-fg .icon {
  color: white;
}
.fuse-dark-fg.secondary-text,
.fuse-dark-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-fg.hint-text,
.fuse-dark-fg .hint-text, .fuse-dark-fg.disabled-text,
.fuse-dark-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-fg.divider,
.fuse-dark-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-fg input[type=text] {
  color: white;
}
.fuse-dark-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-fg .mat-select-trigger,
.fuse-dark-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-fg .mat-select-disabled .mat-select-value,
.fuse-dark-fg .mat-select-arrow,
.fuse-dark-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-fg .mat-select-content,
.fuse-dark-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-fg .mat-select-value {
  color: white;
}
.fuse-dark-border {
  border-color: #3C4252 !important;
}
.fuse-dark-border-top {
  border-top-color: #3C4252 !important;
}
.fuse-dark-border-right {
  border-right-color: #3C4252 !important;
}
.fuse-dark-border-bottom {
  border-bottom-color: #3C4252 !important;
}
.fuse-dark-border-left {
  border-left-color: #3C4252 !important;
}
.fuse-dark-600-bg {
  background-color: #353A48 !important;
}
.mat-fuse-dark-600-bg {
  background-color: #353A48 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-fuse-dark-600-bg .mat-icon,
.mat-fuse-dark-600-bg .icon {
  color: white;
}
.mat-fuse-dark-600-bg.secondary-text,
.mat-fuse-dark-600-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-fuse-dark-600-bg.hint-text,
.mat-fuse-dark-600-bg .hint-text, .mat-fuse-dark-600-bg.disabled-text,
.mat-fuse-dark-600-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-fuse-dark-600-bg.divider,
.mat-fuse-dark-600-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-fuse-dark-600-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-fuse-dark-600-bg input[type=text] {
  color: white;
}
.mat-fuse-dark-600-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-600-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-600-bg .mat-select-trigger,
.mat-fuse-dark-600-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-600-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-600-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-600-bg .mat-select-arrow,
.mat-fuse-dark-600-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-600-bg .mat-select-content,
.mat-fuse-dark-600-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-600-bg .mat-select-value {
  color: white;
}
.mat-fuse-dark-600-bg[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-dark-600-fg {
  color: #353A48 !important;
}
.fuse-dark-600-fg .mat-icon,
.fuse-dark-600-fg .icon {
  color: white;
}
.fuse-dark-600-fg.secondary-text,
.fuse-dark-600-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-600-fg.hint-text,
.fuse-dark-600-fg .hint-text, .fuse-dark-600-fg.disabled-text,
.fuse-dark-600-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-600-fg.divider,
.fuse-dark-600-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-600-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-600-fg input[type=text] {
  color: white;
}
.fuse-dark-600-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-600-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-600-fg .mat-select-trigger,
.fuse-dark-600-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-600-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-600-fg .mat-select-disabled .mat-select-value,
.fuse-dark-600-fg .mat-select-arrow,
.fuse-dark-600-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-600-fg .mat-select-content,
.fuse-dark-600-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-600-fg .mat-select-value {
  color: white;
}
.fuse-dark-600-border {
  border-color: #353A48 !important;
}
.fuse-dark-600-border-top {
  border-top-color: #353A48 !important;
}
.fuse-dark-600-border-right {
  border-right-color: #353A48 !important;
}
.fuse-dark-600-border-bottom {
  border-bottom-color: #353A48 !important;
}
.fuse-dark-600-border-left {
  border-left-color: #353A48 !important;
}
.fuse-dark-700-bg {
  background-color: #002b49 !important;
}
.mat-fuse-dark-700-bg {
  background-color: #002b49 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-fuse-dark-700-bg .mat-icon,
.mat-fuse-dark-700-bg .icon {
  color: white;
}
.mat-fuse-dark-700-bg.secondary-text,
.mat-fuse-dark-700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-fuse-dark-700-bg.hint-text,
.mat-fuse-dark-700-bg .hint-text, .mat-fuse-dark-700-bg.disabled-text,
.mat-fuse-dark-700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-fuse-dark-700-bg.divider,
.mat-fuse-dark-700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-fuse-dark-700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-fuse-dark-700-bg input[type=text] {
  color: white;
}
.mat-fuse-dark-700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-700-bg .mat-select-trigger,
.mat-fuse-dark-700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-700-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-700-bg .mat-select-arrow,
.mat-fuse-dark-700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-700-bg .mat-select-content,
.mat-fuse-dark-700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-700-bg .mat-select-value {
  color: white;
}
.mat-fuse-dark-700-bg[disabled] {
  background-color: rgba(0, 43, 73, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-dark-700-fg {
  color: #002b49 !important;
}
.fuse-dark-700-fg .mat-icon,
.fuse-dark-700-fg .icon {
  color: white;
}
.fuse-dark-700-fg.secondary-text,
.fuse-dark-700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-700-fg.hint-text,
.fuse-dark-700-fg .hint-text, .fuse-dark-700-fg.disabled-text,
.fuse-dark-700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-700-fg.divider,
.fuse-dark-700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-700-fg input[type=text] {
  color: white;
}
.fuse-dark-700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-700-fg .mat-select-trigger,
.fuse-dark-700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-700-fg .mat-select-disabled .mat-select-value,
.fuse-dark-700-fg .mat-select-arrow,
.fuse-dark-700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-700-fg .mat-select-content,
.fuse-dark-700-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-700-fg .mat-select-value {
  color: white;
}
.fuse-dark-700-border {
  border-color: #002b49 !important;
}
.fuse-dark-700-border-top {
  border-top-color: #002b49 !important;
}
.fuse-dark-700-border-right {
  border-right-color: #002b49 !important;
}
.fuse-dark-700-border-bottom {
  border-bottom-color: #002b49 !important;
}
.fuse-dark-700-border-left {
  border-left-color: #002b49 !important;
}
.fuse-dark-800-bg {
  background-color: #262933 !important;
}
.mat-fuse-dark-800-bg {
  background-color: #262933 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-fuse-dark-800-bg .mat-icon,
.mat-fuse-dark-800-bg .icon {
  color: white;
}
.mat-fuse-dark-800-bg.secondary-text,
.mat-fuse-dark-800-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-fuse-dark-800-bg.hint-text,
.mat-fuse-dark-800-bg .hint-text, .mat-fuse-dark-800-bg.disabled-text,
.mat-fuse-dark-800-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-fuse-dark-800-bg.divider,
.mat-fuse-dark-800-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-fuse-dark-800-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-fuse-dark-800-bg input[type=text] {
  color: white;
}
.mat-fuse-dark-800-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-800-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-800-bg .mat-select-trigger,
.mat-fuse-dark-800-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-800-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-800-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-800-bg .mat-select-arrow,
.mat-fuse-dark-800-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-800-bg .mat-select-content,
.mat-fuse-dark-800-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-800-bg .mat-select-value {
  color: white;
}
.mat-fuse-dark-800-bg[disabled] {
  background-color: rgba(38, 41, 51, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-dark-800-fg {
  color: #262933 !important;
}
.fuse-dark-800-fg .mat-icon,
.fuse-dark-800-fg .icon {
  color: white;
}
.fuse-dark-800-fg.secondary-text,
.fuse-dark-800-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-800-fg.hint-text,
.fuse-dark-800-fg .hint-text, .fuse-dark-800-fg.disabled-text,
.fuse-dark-800-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-800-fg.divider,
.fuse-dark-800-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-800-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-800-fg input[type=text] {
  color: white;
}
.fuse-dark-800-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-800-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-800-fg .mat-select-trigger,
.fuse-dark-800-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-800-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-800-fg .mat-select-disabled .mat-select-value,
.fuse-dark-800-fg .mat-select-arrow,
.fuse-dark-800-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-800-fg .mat-select-content,
.fuse-dark-800-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-800-fg .mat-select-value {
  color: white;
}
.fuse-dark-800-border {
  border-color: #262933 !important;
}
.fuse-dark-800-border-top {
  border-top-color: #262933 !important;
}
.fuse-dark-800-border-right {
  border-right-color: #262933 !important;
}
.fuse-dark-800-border-bottom {
  border-bottom-color: #262933 !important;
}
.fuse-dark-800-border-left {
  border-left-color: #262933 !important;
}
.fuse-dark-900-bg {
  background-color: #1E2129 !important;
}
.mat-fuse-dark-900-bg {
  background-color: #1E2129 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-fuse-dark-900-bg .mat-icon,
.mat-fuse-dark-900-bg .icon {
  color: white;
}
.mat-fuse-dark-900-bg.secondary-text,
.mat-fuse-dark-900-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-fuse-dark-900-bg.hint-text,
.mat-fuse-dark-900-bg .hint-text, .mat-fuse-dark-900-bg.disabled-text,
.mat-fuse-dark-900-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-fuse-dark-900-bg.divider,
.mat-fuse-dark-900-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-fuse-dark-900-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-fuse-dark-900-bg input[type=text] {
  color: white;
}
.mat-fuse-dark-900-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-900-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-900-bg .mat-select-trigger,
.mat-fuse-dark-900-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-900-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-900-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-900-bg .mat-select-arrow,
.mat-fuse-dark-900-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-900-bg .mat-select-content,
.mat-fuse-dark-900-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-900-bg .mat-select-value {
  color: white;
}
.mat-fuse-dark-900-bg[disabled] {
  background-color: rgba(30, 33, 41, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-dark-900-fg {
  color: #1E2129 !important;
}
.fuse-dark-900-fg .mat-icon,
.fuse-dark-900-fg .icon {
  color: white;
}
.fuse-dark-900-fg.secondary-text,
.fuse-dark-900-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-900-fg.hint-text,
.fuse-dark-900-fg .hint-text, .fuse-dark-900-fg.disabled-text,
.fuse-dark-900-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-900-fg.divider,
.fuse-dark-900-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-900-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-900-fg input[type=text] {
  color: white;
}
.fuse-dark-900-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-900-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-900-fg .mat-select-trigger,
.fuse-dark-900-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-900-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-900-fg .mat-select-disabled .mat-select-value,
.fuse-dark-900-fg .mat-select-arrow,
.fuse-dark-900-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-900-fg .mat-select-content,
.fuse-dark-900-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-900-fg .mat-select-value {
  color: white;
}
.fuse-dark-900-border {
  border-color: #1E2129 !important;
}
.fuse-dark-900-border-top {
  border-top-color: #1E2129 !important;
}
.fuse-dark-900-border-right {
  border-right-color: #1E2129 !important;
}
.fuse-dark-900-border-bottom {
  border-bottom-color: #1E2129 !important;
}
.fuse-dark-900-border-left {
  border-left-color: #1E2129 !important;
}
.fuse-dark-A100-bg {
  background-color: #C5C6CB !important;
}
.mat-fuse-dark-A100-bg {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.mat-fuse-dark-A100-bg .mat-icon,
.mat-fuse-dark-A100-bg .icon {
  color: rgba(0, 0, 0, 0.54);
}
.mat-fuse-dark-A100-bg.secondary-text,
.mat-fuse-dark-A100-bg .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-fuse-dark-A100-bg.hint-text,
.mat-fuse-dark-A100-bg .hint-text, .mat-fuse-dark-A100-bg.disabled-text,
.mat-fuse-dark-A100-bg .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.mat-fuse-dark-A100-bg.divider,
.mat-fuse-dark-A100-bg .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.mat-fuse-dark-A100-bg .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.mat-fuse-dark-A100-bg input[type=text] {
  color: black;
}
.mat-fuse-dark-A100-bg .mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-A100-bg .mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-fuse-dark-A100-bg .mat-select-trigger,
.mat-fuse-dark-A100-bg .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-A100-bg .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-fuse-dark-A100-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-A100-bg .mat-select-arrow,
.mat-fuse-dark-A100-bg .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.mat-fuse-dark-A100-bg .mat-select-content,
.mat-fuse-dark-A100-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-A100-bg[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-dark-A100-fg {
  color: #C5C6CB !important;
}
.fuse-dark-A100-fg .mat-icon,
.fuse-dark-A100-fg .icon {
  color: white;
}
.fuse-dark-A100-fg.secondary-text,
.fuse-dark-A100-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-A100-fg.hint-text,
.fuse-dark-A100-fg .hint-text, .fuse-dark-A100-fg.disabled-text,
.fuse-dark-A100-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-A100-fg.divider,
.fuse-dark-A100-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-A100-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-A100-fg input[type=text] {
  color: white;
}
.fuse-dark-A100-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A100-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-A100-fg .mat-select-trigger,
.fuse-dark-A100-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A100-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-A100-fg .mat-select-disabled .mat-select-value,
.fuse-dark-A100-fg .mat-select-arrow,
.fuse-dark-A100-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A100-fg .mat-select-content,
.fuse-dark-A100-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-A100-fg .mat-select-value {
  color: white;
}
.fuse-dark-A100-border {
  border-color: #C5C6CB !important;
}
.fuse-dark-A100-border-top {
  border-top-color: #C5C6CB !important;
}
.fuse-dark-A100-border-right {
  border-right-color: #C5C6CB !important;
}
.fuse-dark-A100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
.fuse-dark-A100-border-left {
  border-left-color: #C5C6CB !important;
}
.fuse-dark-A200-bg {
  background-color: #9EA1A9 !important;
}
.mat-fuse-dark-A200-bg {
  background-color: #9EA1A9 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-fuse-dark-A200-bg .mat-icon,
.mat-fuse-dark-A200-bg .icon {
  color: white;
}
.mat-fuse-dark-A200-bg.secondary-text,
.mat-fuse-dark-A200-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-fuse-dark-A200-bg.hint-text,
.mat-fuse-dark-A200-bg .hint-text, .mat-fuse-dark-A200-bg.disabled-text,
.mat-fuse-dark-A200-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-fuse-dark-A200-bg.divider,
.mat-fuse-dark-A200-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-fuse-dark-A200-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-fuse-dark-A200-bg input[type=text] {
  color: white;
}
.mat-fuse-dark-A200-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-A200-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-A200-bg .mat-select-trigger,
.mat-fuse-dark-A200-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-A200-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-A200-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-A200-bg .mat-select-arrow,
.mat-fuse-dark-A200-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-A200-bg .mat-select-content,
.mat-fuse-dark-A200-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-A200-bg .mat-select-value {
  color: white;
}
.mat-fuse-dark-A200-bg[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-dark-A200-fg {
  color: #9EA1A9 !important;
}
.fuse-dark-A200-fg .mat-icon,
.fuse-dark-A200-fg .icon {
  color: white;
}
.fuse-dark-A200-fg.secondary-text,
.fuse-dark-A200-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-A200-fg.hint-text,
.fuse-dark-A200-fg .hint-text, .fuse-dark-A200-fg.disabled-text,
.fuse-dark-A200-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-A200-fg.divider,
.fuse-dark-A200-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-A200-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-A200-fg input[type=text] {
  color: white;
}
.fuse-dark-A200-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A200-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-A200-fg .mat-select-trigger,
.fuse-dark-A200-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A200-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-A200-fg .mat-select-disabled .mat-select-value,
.fuse-dark-A200-fg .mat-select-arrow,
.fuse-dark-A200-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A200-fg .mat-select-content,
.fuse-dark-A200-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-A200-fg .mat-select-value {
  color: white;
}
.fuse-dark-A200-border {
  border-color: #9EA1A9 !important;
}
.fuse-dark-A200-border-top {
  border-top-color: #9EA1A9 !important;
}
.fuse-dark-A200-border-right {
  border-right-color: #9EA1A9 !important;
}
.fuse-dark-A200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
.fuse-dark-A200-border-left {
  border-left-color: #9EA1A9 !important;
}
.fuse-dark-A400-bg {
  background-color: #5C616F !important;
}
.mat-fuse-dark-A400-bg {
  background-color: #5C616F !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-fuse-dark-A400-bg .mat-icon,
.mat-fuse-dark-A400-bg .icon {
  color: white;
}
.mat-fuse-dark-A400-bg.secondary-text,
.mat-fuse-dark-A400-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-fuse-dark-A400-bg.hint-text,
.mat-fuse-dark-A400-bg .hint-text, .mat-fuse-dark-A400-bg.disabled-text,
.mat-fuse-dark-A400-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-fuse-dark-A400-bg.divider,
.mat-fuse-dark-A400-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-fuse-dark-A400-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-fuse-dark-A400-bg input[type=text] {
  color: white;
}
.mat-fuse-dark-A400-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-A400-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-A400-bg .mat-select-trigger,
.mat-fuse-dark-A400-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-A400-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-A400-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-A400-bg .mat-select-arrow,
.mat-fuse-dark-A400-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-A400-bg .mat-select-content,
.mat-fuse-dark-A400-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-A400-bg .mat-select-value {
  color: white;
}
.mat-fuse-dark-A400-bg[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-dark-A400-fg {
  color: #5C616F !important;
}
.fuse-dark-A400-fg .mat-icon,
.fuse-dark-A400-fg .icon {
  color: white;
}
.fuse-dark-A400-fg.secondary-text,
.fuse-dark-A400-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-A400-fg.hint-text,
.fuse-dark-A400-fg .hint-text, .fuse-dark-A400-fg.disabled-text,
.fuse-dark-A400-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-A400-fg.divider,
.fuse-dark-A400-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-A400-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-A400-fg input[type=text] {
  color: white;
}
.fuse-dark-A400-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A400-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-A400-fg .mat-select-trigger,
.fuse-dark-A400-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A400-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-A400-fg .mat-select-disabled .mat-select-value,
.fuse-dark-A400-fg .mat-select-arrow,
.fuse-dark-A400-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A400-fg .mat-select-content,
.fuse-dark-A400-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-A400-fg .mat-select-value {
  color: white;
}
.fuse-dark-A400-border {
  border-color: #5C616F !important;
}
.fuse-dark-A400-border-top {
  border-top-color: #5C616F !important;
}
.fuse-dark-A400-border-right {
  border-right-color: #5C616F !important;
}
.fuse-dark-A400-border-bottom {
  border-bottom-color: #5C616F !important;
}
.fuse-dark-A400-border-left {
  border-left-color: #5C616F !important;
}
.fuse-dark-A700-bg {
  background-color: #002b49 !important;
}
.mat-fuse-dark-A700-bg {
  background-color: #002b49 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
.mat-fuse-dark-A700-bg .mat-icon,
.mat-fuse-dark-A700-bg .icon {
  color: white;
}
.mat-fuse-dark-A700-bg.secondary-text,
.mat-fuse-dark-A700-bg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.mat-fuse-dark-A700-bg.hint-text,
.mat-fuse-dark-A700-bg .hint-text, .mat-fuse-dark-A700-bg.disabled-text,
.mat-fuse-dark-A700-bg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.mat-fuse-dark-A700-bg.divider,
.mat-fuse-dark-A700-bg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.mat-fuse-dark-A700-bg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-fuse-dark-A700-bg input[type=text] {
  color: white;
}
.mat-fuse-dark-A700-bg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-A700-bg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-A700-bg .mat-select-trigger,
.mat-fuse-dark-A700-bg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-A700-bg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-fuse-dark-A700-bg .mat-select-disabled .mat-select-value,
.mat-fuse-dark-A700-bg .mat-select-arrow,
.mat-fuse-dark-A700-bg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.mat-fuse-dark-A700-bg .mat-select-content,
.mat-fuse-dark-A700-bg .mat-select-panel-done-animating {
  background: white;
}
.mat-fuse-dark-A700-bg .mat-select-value {
  color: white;
}
.mat-fuse-dark-A700-bg[disabled] {
  background-color: rgba(0, 43, 73, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-dark-A700-fg {
  color: #002b49 !important;
}
.fuse-dark-A700-fg .mat-icon,
.fuse-dark-A700-fg .icon {
  color: white;
}
.fuse-dark-A700-fg.secondary-text,
.fuse-dark-A700-fg .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-dark-A700-fg.hint-text,
.fuse-dark-A700-fg .hint-text, .fuse-dark-A700-fg.disabled-text,
.fuse-dark-A700-fg .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-dark-A700-fg.divider,
.fuse-dark-A700-fg .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-dark-A700-fg .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-dark-A700-fg input[type=text] {
  color: white;
}
.fuse-dark-A700-fg .mat-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A700-fg .mat-input-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-A700-fg .mat-select-trigger,
.fuse-dark-A700-fg .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A700-fg .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-dark-A700-fg .mat-select-disabled .mat-select-value,
.fuse-dark-A700-fg .mat-select-arrow,
.fuse-dark-A700-fg .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-dark-A700-fg .mat-select-content,
.fuse-dark-A700-fg .mat-select-panel-done-animating {
  background: white;
}
.fuse-dark-A700-fg .mat-select-value {
  color: white;
}
.fuse-dark-A700-border {
  border-color: #002b49 !important;
}
.fuse-dark-A700-border-top {
  border-top-color: #002b49 !important;
}
.fuse-dark-A700-border-right {
  border-right-color: #002b49 !important;
}
.fuse-dark-A700-border-bottom {
  border-bottom-color: #002b49 !important;
}
.fuse-dark-A700-border-left {
  border-left-color: #002b49 !important;
}
/*----------------------------------------------------------------*/
/*  Avatars
/*----------------------------------------------------------------*/
.avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
}
.avatar.square {
  border-radius: 0;
}
.avatar.small {
  width: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
}
.avatar.big {
  width: 72px;
  min-width: 72px;
  height: 72px;
  line-height: 72px;
}
.avatar.huge {
  width: 96px;
  min-width: 96px;
  height: 96px;
  line-height: 96px;
}
.avatar-wrapper {
  position: relative;
}
.avatar-wrapper .avatar {
  margin-top: 0;
  margin-bottom: 0;
}
.avatar-wrapper mat-icon.status {
  position: absolute;
  top: 28px;
  left: 28px;
}
mat-icon.status {
  border-radius: 50%;
}
mat-icon.status.online {
  color: #4CAF50;
}
mat-icon.status.online:before {
  content: "check_circle";
}
mat-icon.status.do-not-disturb {
  color: #F44336;
}
mat-icon.status.do-not-disturb:before {
  content: "do_not_disturb_on";
}
mat-icon.status.away {
  background-color: #FFC107;
  color: #FFFFFF;
}
mat-icon.status.away:before {
  content: "access_time";
}
mat-icon.status.offline {
  color: #646464;
  background-color: #FFFFFF;
}
mat-icon.status.offline:before {
  content: "not_interested";
}
/*----------------------------------------------------------------*/
/*  Forms
/*----------------------------------------------------------------*/
.form-wrapper {
  background: #FFFFFF;
  padding: 16px;
}
.form-wrapper .form-title {
  font-size: 21px;
  padding: 8px 0;
}
/*----------------------------------------------------------------*/
/*  Navigation - Simple
/*----------------------------------------------------------------*/
.navigation-simple .item {
  position: relative;
  cursor: pointer;
  text-align: left;
  margin: 0;
  padding: 0 24px;
  text-transform: none;
  line-height: 48px;
  max-height: 48px;
  height: 48px;
}
.navigation-simple .item mat-icon {
  margin: 0 16px 0 0;
}
.navigation-simple .item .title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
.navigation-simple .item.selected {
  background-color: rgba(0, 0, 0, 0.06);
}
.navigation-simple .subheader {
  font-size: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-weight: 500;
  margin-top: 8px;
}
.navigation-simple .subheader.light {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.navigation-simple mat-divider {
  margin: 8px 0;
}
/*----------------------------------------------------------------*/
/*  Pagination
/*----------------------------------------------------------------*/
.simple-pagination {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  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: #FFFFFF;
  padding: 0 8px;
}
.simple-pagination .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 56px;
  line-height: 56px;
  border-radius: 0;
  margin: 0;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.54);
}
.simple-pagination .pagination-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
.simple-pagination .pagination-item.active {
  cursor: default;
  color: rgba(0, 0, 0, 0.87);
}
.simple-pagination .pagination-item.disabled {
  cursor: default;
  color: rgba(0, 0, 0, 0.26);
}
/*----------------------------------------------------------------*/
/*  Price Tables
/*----------------------------------------------------------------*/
.price-tables .price-table {
  position: relative;
  background-color: #FFFFFF;
  width: 280px;
  border-radius: 2px;
  margin: 12px;
  overflow: hidden;
}
.price-tables .price-table.style-1 .package-type {
  font-size: 17px;
  padding: 16px 24px;
}
.price-tables .price-table.style-1 .package-type .sale {
  font-size: 13px;
  font-weight: 600;
}
.price-tables .price-table.style-1 .price {
  padding: 32px 32px 16px 32px;
}
.price-tables .price-table.style-1 .price .currency {
  padding-right: 4px;
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
}
.price-tables .price-table.style-1 .price .value {
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-1 .price .period {
  padding: 0 0 5px 4px;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.54);
}
.price-tables .price-table.style-1 mat-divider {
  margin: 16px 32px;
}
.price-tables .price-table.style-1 .terms {
  padding: 16px 32px;
  font-size: 15px;
}
.price-tables .price-table.style-1 .cta-button {
  margin: 16px auto 32px auto;
  width: 128px;
}
.price-tables .price-table.style-2 .badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  font-weight: 500;
  padding: 6px 8px;
}
.price-tables .price-table.style-2 .package-type {
  padding: 48px 32px 24px 32px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.price-tables .price-table.style-2 .price {
  padding: 0 32px 8px 32px;
}
.price-tables .price-table.style-2 .price .currency {
  padding-right: 4px;
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
}
.price-tables .price-table.style-2 .price .value {
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-2 .period {
  padding: 0 32px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  text-align: center;
}
.price-tables .price-table.style-2 .terms {
  padding: 32px;
  font-size: 15px;
}
.price-tables .price-table.style-2 .terms .term {
  padding-bottom: 8px;
}
.price-tables .price-table.style-2 .terms .term:last-child {
  padding-bottom: 0;
}
.price-tables .price-table.style-2 .cta-button {
  margin: 8px auto 32px auto;
  width: 128px;
}
.price-tables .price-table.style-3 .package-type {
  padding: 32px;
  text-align: center;
}
.price-tables .price-table.style-3 .package-type .title {
  font-size: 34px;
}
.price-tables .price-table.style-3 .package-type .subtitle {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
}
.price-tables .price-table.style-3 .price {
  padding: 16px 32px;
}
.price-tables .price-table.style-3 .price .currency {
  padding-right: 4px;
  font-size: 15px;
  font-weight: 500;
}
.price-tables .price-table.style-3 .price .value {
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
}
.price-tables .price-table.style-3 .price .period {
  padding-left: 4px;
  text-align: center;
}
.price-tables .price-table.style-3 .terms {
  margin: 32px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
}
.price-tables .price-table.style-3 .terms .term {
  padding-bottom: 16px;
}
.price-tables .price-table.style-3 .terms .term:last-child {
  padding-bottom: 0;
}
.price-tables .price-table.style-3 .cta-button {
  margin: 8px 32px;
}
.price-tables .price-table.style-3 .note {
  padding: 8px 32px 16px 32px;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
}
/*----------------------------------------------------------------*/
/*  Table - Simple
/*----------------------------------------------------------------*/
.simple-table-container {
  background: #FFFFFF;
}
.simple-table-container .table-title {
  font-size: 20px;
  padding: 24px;
}
table.simple {
  width: 100%;
  border: none;
  border-spacing: 0;
  text-align: left;
}
table.simple thead tr th {
  padding: 16px 8px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}
table.simple thead tr th:first-child {
  padding-left: 24px;
}
table.simple thead tr th:last-child {
  padding-right: 24px;
}
table.simple tbody tr td {
  padding: 16px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
table.simple tbody tr td:first-child {
  padding-left: 24px;
}
table.simple tbody tr td:last-child {
  padding-right: 24px;
}
table.simple tbody tr:last-child td {
  border-bottom: none;
}
table.simple.clickable tbody tr {
  cursor: pointer;
}
table.simple.clickable tbody tr:hover {
  background: rgba(0, 0, 0, 0.03);
}
.mat-icon-button .mat-button-ripple {
  border-radius: 50%;
}
.mat-input-wrapper {
  font-size: 16px;
}
.mat-checkbox {
  font-size: 16px;
}
.mat-radio-button {
  font-size: 16px;
}
.mat-pseudo-checkbox-checked:after {
  width: 14px !important;
  height: 7px !important;
}
.mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-form-field-type-mat-select .mat-input-infix {
  display: inline-flex;
  width: auto;
}
.mat-form-field.mat-form-field-type-mat-select .mat-input-infix .mat-select-trigger {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.mat-form-field.mat-form-field-type-mat-select .mat-input-infix .mat-select-trigger .mat-select-value {
  display: flex;
  max-width: none;
  margin-right: 8px;
}
.mat-form-field.mat-form-field-type-mat-select .mat-input-infix .mat-select-trigger .mat-select-arrow-wrapper {
  display: inline-flex;
}
mat-horizontal-stepper mat-step-header mat-icon,
mat-vertical-stepper mat-step-header mat-icon {
  height: 16px !important;
  width: 16px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  color: rgba(255, 255, 255, 0.87) !important;
}
mat-vertical-stepper {
  padding: 16px 0;
}
html {
  font-size: 62.5%;
  font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
  line-height: 1.4 !important;
  letter-spacing: -0.1px !important;
}
body {
  font-size: 14px;
}
html, body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
}
h1, .h1 {
  font-size: 24px;
}
h2, .h2 {
  font-size: 20px;
}
h3, .h3 {
  font-size: 16px;
}
h4, .h4 {
  font-size: 15px;
}
h5, .h5 {
  font-size: 13px;
}
h6, .h6 {
  font-size: 12px;
}
a {
  color: #039be5;
  text-decoration: none;
}
a:not(.mat-button):not(.mat-raised-button):not(.mat-icon-button):hover, a:not(.mat-button):not(.mat-raised-button):not(.mat-icon-button):active {
  text-decoration: underline;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.54);
}
blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.12);
  font-style: italic;
  margin: 1em 0;
  padding-left: 16px;
}
blockquote footer {
  font-style: normal;
}
blockquote footer:before {
  content: "— ";
}
blockquote.reverse {
  border-left: none;
  border-right: 3px solid rgba(0, 0, 0, 0.12);
  text-align: right;
  padding-left: 0;
  padding-right: 16px;
}
blockquote.reverse footer:before {
  content: "";
}
blockquote.reverse footer:after {
  content: "— ";
}
code {
  font-family: "Monaco", "Menlo", "Consolas", "Ubuntu Mono", monospace;
}
code:not(.highlight) {
  background: rgba(0, 0, 0, 0.065);
  color: #106CC8;
  margin: 0 1px;
  padding: 2px 3px;
  border-radius: 2px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 4px 0 16px 0;
}
mark {
  background: #F7F49A;
}
pre {
  line-height: 1.6;
  margin: 8px 16px;
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
table thead tr th {
  text-align: left;
}
.text-italic {
  font-style: italic;
}
.text-semibold {
  font-weight: 600;
}
.text-bold,
strong {
  font-weight: 700;
}
.text-strike {
  text-decoration: line-through;
}
.text-super {
  vertical-align: super;
}
.text-sub {
  vertical-align: sub;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.font-size-2 {
  font-size: 2px;
}
.font-size-4 {
  font-size: 4px;
}
.font-size-6 {
  font-size: 6px;
}
.font-size-8 {
  font-size: 8px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-34 {
  font-size: 34px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-44 {
  font-size: 44px;
}
.font-size-46 {
  font-size: 46px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-50 {
  font-size: 50px;
}
.font-size-52 {
  font-size: 52px;
}
.font-size-54 {
  font-size: 54px;
}
.font-size-56 {
  font-size: 56px;
}
.font-size-58 {
  font-size: 58px;
}
.font-size-60 {
  font-size: 60px;
}
.font-size-62 {
  font-size: 62px;
}
.font-size-64 {
  font-size: 64px;
}
.font-size-66 {
  font-size: 66px;
}
.font-size-68 {
  font-size: 68px;
}
.font-size-70 {
  font-size: 70px;
}
.font-size-72 {
  font-size: 72px;
}
.font-size-74 {
  font-size: 74px;
}
.font-size-76 {
  font-size: 76px;
}
.font-size-78 {
  font-size: 78px;
}
.font-size-80 {
  font-size: 80px;
}
.font-size-82 {
  font-size: 82px;
}
.font-size-84 {
  font-size: 84px;
}
.font-size-86 {
  font-size: 86px;
}
.font-size-88 {
  font-size: 88px;
}
.font-size-90 {
  font-size: 90px;
}
.font-size-92 {
  font-size: 92px;
}
.font-size-94 {
  font-size: 94px;
}
.font-size-96 {
  font-size: 96px;
}
.font-size-98 {
  font-size: 98px;
}
.font-size-100 {
  font-size: 100px;
}
.font-size-102 {
  font-size: 102px;
}
.font-size-104 {
  font-size: 104px;
}
.font-size-106 {
  font-size: 106px;
}
.font-size-108 {
  font-size: 108px;
}
.font-size-110 {
  font-size: 110px;
}
.font-size-112 {
  font-size: 112px;
}
.font-size-114 {
  font-size: 114px;
}
.font-size-116 {
  font-size: 116px;
}
.font-size-118 {
  font-size: 118px;
}
.font-size-120 {
  font-size: 120px;
}
.line-height-2 {
  line-height: 2px;
}
.line-height-4 {
  line-height: 4px;
}
.line-height-6 {
  line-height: 6px;
}
.line-height-8 {
  line-height: 8px;
}
.line-height-10 {
  line-height: 10px;
}
.line-height-12 {
  line-height: 12px;
}
.line-height-14 {
  line-height: 14px;
}
.line-height-16 {
  line-height: 16px;
}
.line-height-18 {
  line-height: 18px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-34 {
  line-height: 34px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-38 {
  line-height: 38px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-42 {
  line-height: 42px;
}
.line-height-44 {
  line-height: 44px;
}
.line-height-46 {
  line-height: 46px;
}
.line-height-48 {
  line-height: 48px;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-52 {
  line-height: 52px;
}
.line-height-54 {
  line-height: 54px;
}
.line-height-56 {
  line-height: 56px;
}
.line-height-58 {
  line-height: 58px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-62 {
  line-height: 62px;
}
.line-height-64 {
  line-height: 64px;
}
.line-height-66 {
  line-height: 66px;
}
.line-height-68 {
  line-height: 68px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-72 {
  line-height: 72px;
}
.line-height-74 {
  line-height: 74px;
}
.line-height-76 {
  line-height: 76px;
}
.line-height-78 {
  line-height: 78px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-82 {
  line-height: 82px;
}
.line-height-84 {
  line-height: 84px;
}
.line-height-86 {
  line-height: 86px;
}
.line-height-88 {
  line-height: 88px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-92 {
  line-height: 92px;
}
.line-height-94 {
  line-height: 94px;
}
.line-height-96 {
  line-height: 96px;
}
.line-height-98 {
  line-height: 98px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-102 {
  line-height: 102px;
}
.line-height-104 {
  line-height: 104px;
}
.line-height-106 {
  line-height: 106px;
}
.line-height-108 {
  line-height: 108px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-112 {
  line-height: 112px;
}
.line-height-114 {
  line-height: 114px;
}
.line-height-116 {
  line-height: 116px;
}
.line-height-118 {
  line-height: 118px;
}
.line-height-120 {
  line-height: 120px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1\.25 {
  line-height: 1.25;
}
.line-height-1\.50 {
  line-height: 1.5;
}
.line-height-1\.75 {
  line-height: 1.75;
}
.text-boxed, .text-boxed-light {
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0 8px;
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  background-color: rgba(0, 0, 0, 0.12);
  white-space: nowrap;
}
.text-boxed-light {
  background-color: rgba(255, 255, 255, 0.7);
}
.text-truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.page-layout {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.page-layout.carded {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.carded .top-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
  background-image: url('header-bg.278e578a421ca969fbd2.png');
  background-size: cover;
}
@media (max-width: 767px) {
  .page-layout.carded .top-bg {
    height: 160px;
  }
}
.page-layout.carded.fullwidth.single-scroll > .center {
  flex: 1 0 auto;
  max-height: none;
}
.page-layout.carded.fullwidth > .center {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 2;
  padding: 0 32px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.page-layout.carded.fullwidth > .center .header {
  height: 136px;
  min-height: 136px;
  max-height: 136px;
}
@media (max-width: 767px) {
  .page-layout.carded.fullwidth > .center .header {
    height: 96px;
    min-height: 96px;
    max-height: 96px;
  }
}
.page-layout.carded.fullwidth > .center .content-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  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);
}
.page-layout.carded.fullwidth > .center .content-card .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.fullwidth > .center .content-card > .content {
  display: flex;
  flex: 1;
  overflow: auto;
}
.page-layout.carded.left-sidenav.single-scroll > mat-sidenav-container, .page-layout.carded.right-sidenav.single-scroll > mat-sidenav-container {
  flex: 1 0 auto;
}
.page-layout.carded.left-sidenav > mat-sidenav-container, .page-layout.carded.right-sidenav > mat-sidenav-container {
  display: flex;
  flex: 1;
  background: none;
  z-index: 2;
  width: 100%;
}
.page-layout.carded.left-sidenav > mat-sidenav-container .sidenav, .page-layout.carded.right-sidenav > mat-sidenav-container .sidenav {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: auto;
  z-index: 4;
  overflow-y: hidden;
  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);
}
.page-layout.carded.left-sidenav > mat-sidenav-container .sidenav.mat-is-locked-open, .page-layout.carded.right-sidenav > mat-sidenav-container .sidenav.mat-is-locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.carded.left-sidenav > mat-sidenav-container .sidenav .header, .page-layout.carded.right-sidenav > mat-sidenav-container .sidenav .header {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}
@media (max-width: 767px) {
  .page-layout.carded.left-sidenav > mat-sidenav-container .sidenav .header, .page-layout.carded.right-sidenav > mat-sidenav-container .sidenav .header {
    height: 160px;
    min-height: 160px;
    max-height: 160px;
  }
}
.page-layout.carded.left-sidenav > mat-sidenav-container .sidenav .content, .page-layout.carded.right-sidenav > mat-sidenav-container .sidenav .content {
  background: transparent;
  overflow: auto;
}
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-sidenav-content,
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-drawer-content, .page-layout.carded.right-sidenav > mat-sidenav-container > .mat-sidenav-content,
.page-layout.carded.right-sidenav > mat-sidenav-container > .mat-drawer-content {
  display: flex;
  flex: 1;
  height: auto;
  overflow: visible;
}
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-drawer-content .center, .page-layout.carded.right-sidenav > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.carded.right-sidenav > mat-sidenav-container > .mat-drawer-content .center {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 3;
  margin-left: 32px;
  margin-right: 32px;
}
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-sidenav-content .center .header,
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-drawer-content .center .header, .page-layout.carded.right-sidenav > mat-sidenav-container > .mat-sidenav-content .center .header,
.page-layout.carded.right-sidenav > mat-sidenav-container > .mat-drawer-content .center .header {
  display: flex;
  height: 136px;
  min-height: 136px;
  max-height: 136px;
}
@media (max-width: 767px) {
  .page-layout.carded.left-sidenav > mat-sidenav-container > .mat-sidenav-content .center .header,
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-drawer-content .center .header, .page-layout.carded.right-sidenav > mat-sidenav-container > .mat-sidenav-content .center .header,
.page-layout.carded.right-sidenav > mat-sidenav-container > .mat-drawer-content .center .header {
    height: 96px;
    min-height: 96px;
    max-height: 96px;
  }
}
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-sidenav-content .center .content-card,
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-drawer-content .center .content-card, .page-layout.carded.right-sidenav > mat-sidenav-container > .mat-sidenav-content .center .content-card,
.page-layout.carded.right-sidenav > mat-sidenav-container > .mat-drawer-content .center .content-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  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);
}
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-sidenav-content .center .content-card .toolbar,
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-drawer-content .center .content-card .toolbar, .page-layout.carded.right-sidenav > mat-sidenav-container > .mat-sidenav-content .center .content-card .toolbar,
.page-layout.carded.right-sidenav > mat-sidenav-container > .mat-drawer-content .center .content-card .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-sidenav-content .center .content-card .toolbar .sidenav-toggle,
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-drawer-content .center .content-card .toolbar .sidenav-toggle, .page-layout.carded.right-sidenav > mat-sidenav-container > .mat-sidenav-content .center .content-card .toolbar .sidenav-toggle,
.page-layout.carded.right-sidenav > mat-sidenav-container > .mat-drawer-content .center .content-card .toolbar .sidenav-toggle {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-sidenav-content .center .content-card .content,
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-drawer-content .center .content-card .content, .page-layout.carded.right-sidenav > mat-sidenav-container > .mat-sidenav-content .center .content-card .content,
.page-layout.carded.right-sidenav > mat-sidenav-container > .mat-drawer-content .center .content-card .content {
  display: flex;
  flex: 1;
  overflow: auto;
}
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content,
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content, .page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content,
.page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content {
  width: calc(100% - 240px);
}
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center, .page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center {
  width: calc(100% - 32px);
}
@media (max-width: 991px) {
  .page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center, .page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center {
    width: calc(100% - 64px);
  }
}
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .header,
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .header, .page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .header,
.page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .header {
  flex: 1;
}
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .content-card .content .mat-tab-group,
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .content-card .content .mat-tab-group, .page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .content-card .content .mat-tab-group,
.page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .content-card .content .mat-tab-group {
  overflow: hidden;
}
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .content-card .content .mat-tab-group .mat-tab-header .mat-tab-label,
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .content-card .content .mat-tab-group .mat-tab-header .mat-tab-label, .page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .content-card .content .mat-tab-group .mat-tab-header .mat-tab-label,
.page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .content-card .content .mat-tab-group .mat-tab-header .mat-tab-label {
  height: 64px;
}
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .content-card .content .mat-tab-group .mat-tab-body,
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .content-card .content .mat-tab-group .mat-tab-body, .page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .content-card .content .mat-tab-group .mat-tab-body,
.page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .content-card .content .mat-tab-group .mat-tab-body {
  overflow: hidden;
}
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .content-card .content .mat-tab-group .mat-tab-body .mat-tab-body-content,
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .content-card .content .mat-tab-group .mat-tab-body .mat-tab-body-content, .page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .content-card .content .mat-tab-group .mat-tab-body .mat-tab-body-content,
.page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .content-card .content .mat-tab-group .mat-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .content-card .content .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content,
.page-layout.carded.left-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .content-card .content .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content, .page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-sidenav-content .center .content-card .content .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content,
.page-layout.carded.right-sidenav.tabbed > mat-sidenav-container > .mat-drawer-content .center .content-card .content .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.page-layout.carded.left-sidenav > mat-sidenav-container .sidenav.mat-is-locked-open ~ .mat-sidenav-content .center,
.page-layout.carded.left-sidenav > mat-sidenav-container .sidenav.mat-is-locked-open ~ .mat-drawer-content .center {
  margin-left: 0;
}
.page-layout.carded.right-sidenav > mat-sidenav-container .sidenav {
  order: 999;
}
.page-layout.carded.right-sidenav > mat-sidenav-container .sidenav.mat-is-locked-open ~ .mat-sidenav-content .center,
.page-layout.carded.right-sidenav > mat-sidenav-container .sidenav.mat-is-locked-open ~ .mat-drawer-content .center {
  margin-right: 0;
}
.page-layout.simple {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.simple > .header {
  background-image: url('header-bg.278e578a421ca969fbd2.png');
  background-size: cover;
}
.page-layout.simple.fullwidth {
  overflow: auto;
}
.page-layout.simple.fullwidth, .page-layout.simple.inner-sidenav {
  min-height: 100%;
}
.page-layout.simple.fullwidth > .header, .page-layout.simple.inner-sidenav > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.left-sidenav.single-scroll > mat-sidenav-container, .page-layout.simple.right-sidenav.single-scroll > mat-sidenav-container {
  flex: 1 0 auto;
}
.page-layout.simple.left-sidenav.single-scroll > mat-sidenav-container > .mat-sidenav-content,
.page-layout.simple.left-sidenav.single-scroll > mat-sidenav-container > .mat-drawer-content, .page-layout.simple.right-sidenav.single-scroll > mat-sidenav-container > .mat-sidenav-content,
.page-layout.simple.right-sidenav.single-scroll > mat-sidenav-container > .mat-drawer-content {
  flex: 1 0 auto;
  max-height: none;
}
.page-layout.simple.left-sidenav.inner-sidenav > mat-sidenav-container, .page-layout.simple.right-sidenav.inner-sidenav > mat-sidenav-container {
  flex: 1;
}
.page-layout.simple.left-sidenav.inner-sidenav > mat-sidenav-container .sidenav .sidenav-content, .page-layout.simple.right-sidenav.inner-sidenav > mat-sidenav-container .sidenav .sidenav-content {
  height: 100%;
}
.page-layout.simple.left-sidenav.inner-sidenav > mat-sidenav-container > .mat-sidenav-content,
.page-layout.simple.left-sidenav.inner-sidenav > mat-sidenav-container > .mat-drawer-content, .page-layout.simple.right-sidenav.inner-sidenav > mat-sidenav-container > .mat-sidenav-content,
.page-layout.simple.right-sidenav.inner-sidenav > mat-sidenav-container > .mat-drawer-content {
  display: flex;
  height: auto;
}
.page-layout.simple.left-sidenav.inner-sidenav > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.simple.left-sidenav.inner-sidenav > mat-sidenav-container > .mat-drawer-content .center, .page-layout.simple.right-sidenav.inner-sidenav > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.simple.right-sidenav.inner-sidenav > mat-sidenav-container > .mat-drawer-content .center {
  flex: 1;
  min-height: 100%;
  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);
}
.page-layout.simple.left-sidenav.inner-sidenav > mat-sidenav-container > .mat-sidenav-content .center .content,
.page-layout.simple.left-sidenav.inner-sidenav > mat-sidenav-container > .mat-drawer-content .center .content, .page-layout.simple.right-sidenav.inner-sidenav > mat-sidenav-container > .mat-sidenav-content .center .content,
.page-layout.simple.right-sidenav.inner-sidenav > mat-sidenav-container > .mat-drawer-content .center .content {
  display: flex;
  flex: 1 0 auto;
}
.page-layout.simple.left-sidenav > mat-sidenav-container, .page-layout.simple.right-sidenav > mat-sidenav-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: none;
  z-index: 2;
  width: 100%;
}
.page-layout.simple.left-sidenav > mat-sidenav-container .sidenav, .page-layout.simple.right-sidenav > mat-sidenav-container .sidenav {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  z-index: 51;
  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);
}
.page-layout.simple.left-sidenav > mat-sidenav-container .sidenav.mat-is-locked-open, .page-layout.simple.right-sidenav > mat-sidenav-container .sidenav.mat-is-locked-open {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  box-shadow: none;
  background: transparent;
}
.page-layout.simple.left-sidenav > mat-sidenav-container .sidenav .sidenav-content, .page-layout.simple.right-sidenav > mat-sidenav-container .sidenav .sidenav-content {
  height: 100%;
}
.page-layout.simple.left-sidenav > mat-sidenav-container > .mat-sidenav-content,
.page-layout.simple.left-sidenav > mat-sidenav-container > .mat-drawer-content, .page-layout.simple.right-sidenav > mat-sidenav-container > .mat-sidenav-content,
.page-layout.simple.right-sidenav > mat-sidenav-container > .mat-drawer-content {
  display: flex;
  flex: 1;
  height: auto;
  overflow: visible;
  max-height: 100%;
}
.page-layout.simple.left-sidenav > mat-sidenav-container > .mat-sidenav-content .header,
.page-layout.simple.left-sidenav > mat-sidenav-container > .mat-drawer-content .header, .page-layout.simple.right-sidenav > mat-sidenav-container > .mat-sidenav-content .header,
.page-layout.simple.right-sidenav > mat-sidenav-container > .mat-drawer-content .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  background-image: url('header-bg.278e578a421ca969fbd2.png');
}
.page-layout.simple.left-sidenav > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.simple.left-sidenav > mat-sidenav-container > .mat-drawer-content .center, .page-layout.simple.right-sidenav > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.simple.right-sidenav > mat-sidenav-container > .mat-drawer-content .center {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  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);
}
.page-layout.simple.tabbed {
  min-height: 100%;
}
.page-layout.simple.tabbed .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.page-layout.simple.tabbed > .content .mat-tab-group .mat-tab-labels {
  padding: 0 24px;
}
.page-layout.blank {
  width: 100%;
  min-height: 100%;
}
@media (max-width: 575px) {
  .page-layout.carded.fullwidth > .center {
    flex: 1 0 auto;
    max-height: none;
  }
  .page-layout.carded.left-sidenav > mat-sidenav-container, .page-layout.carded.right-sidenav > mat-sidenav-container {
    flex: 1 0 auto;
  }
  .page-layout.simple.fullwidth > .content {
    flex: 1 0 auto;
  }
  .page-layout.simple.left-sidenav > mat-sidenav-container, .page-layout.simple.right-sidenav > mat-sidenav-container {
    flex: 1 0 auto !important;
  }
  .page-layout.simple.left-sidenav > mat-sidenav-container > .mat-sidenav-content,
.page-layout.simple.left-sidenav > mat-sidenav-container > .mat-drawer-content, .page-layout.simple.right-sidenav > mat-sidenav-container > .mat-sidenav-content,
.page-layout.simple.right-sidenav > mat-sidenav-container > .mat-drawer-content {
    flex: 1 0 auto;
  }
  .page-layout.carded.fullwidth > .center {
    padding: 0 16px;
  }
  .page-layout.carded.left-sidenav > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.carded.left-sidenav > mat-sidenav-container > .mat-drawer-content .center, .page-layout.carded.right-sidenav > mat-sidenav-container > .mat-sidenav-content .center,
.page-layout.carded.right-sidenav > mat-sidenav-container > .mat-drawer-content .center {
    margin: 0 16px;
  }
}
.app-card {
  max-width: 320px;
  min-width: 320px;
  background: white;
  border-radius: 2px;
  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);
}
.app-card.variable-width {
  min-width: 0;
}
.app-card .mat-button {
  min-width: 0 !important;
  padding: 0 8px !important;
}
.app-card .mat-button-toggle-group,
.app-card .mat-button-toggle-standalone {
  box-shadow: none !important;
}
.app-card .mat-tab-labels {
  justify-content: center;
}
.app-card .mat-tab-label {
  min-width: 0 !important;
}
.app-card .card-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 16px;
}
.app-card .card-divider.light {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.app-card .card-divider.full-width {
  margin: 0;
}
.app-card .card-expand-area {
  overflow: hidden;
}
.app-card .card-expand-area .card-expanded-content {
  padding: 8px 16px 16px 16px;
  line-height: 1.75;
}
.nav .nav-subheader {
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 500;
  padding-left: 24px;
  margin-top: 8px;
  font-size: 12px;
  white-space: nowrap;
}
.nav .nav-group {
  display: block;
  width: 100%;
}
.nav .nav-group > .group-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 500;
  padding-left: 24px;
  margin-top: 8px;
  font-size: 12px;
  white-space: nowrap;
}
.nav .nav-item .nav-link {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: currentColor;
}
.nav .nav-item .nav-link > .nav-link-title {
  flex: 1;
  white-space: nowrap;
}
.nav .nav-item .nav-link .nav-link-badge {
  display: flex;
  align-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 7px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 20px;
  transition: opacity 0.2s ease-in-out 0.1s;
  margin-left: 8px;
}
.nav .nav-item .nav-link .nav-link-badge + .collapse-arrow {
  margin-left: 8px;
}
.nav .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.nav .nav-item .nav-link .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.04);
}
.nav .nav-item .nav-link.active {
  background-color: #039be5;
}
.nav .nav-item .nav-link.active .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav .nav-item .nav-link.active, .nav .nav-item .nav-link.active .nav-link-icon {
  color: white;
}
.nav .nav-item .nav-link.active .nav-link-badge {
  background: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.nav .nav-item .nav-link .nav-link-icon {
  margin-right: 16px;
}
.nav .nav-item .nav-link .nav-link-icon,
.nav .nav-item .nav-link .collapse-arrow {
  font-size: 16px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  line-height: 16px;
}
.nav .nav-item.nav-collapse {
  display: block;
}
.nav .nav-item.nav-collapse > .children > .nav-item > .nav-link, .nav .nav-item.nav-collapse > .children > .nav-item.nav-group > .group-title, .nav .nav-item.nav-collapse > .children > .nav-item.nav-group > .group-items > .nav-item > .nav-link {
  padding-left: 56px;
}
.nav .nav-item.nav-collapse > .children > .nav-item > .children > .nav-item > .nav-link, .nav .nav-item.nav-collapse > .children > .nav-item > .children > .nav-item.nav-group > .group-title, .nav .nav-item.nav-collapse > .children > .nav-item > .children > .nav-item.nav-group > .group-items > .nav-item > .nav-link {
  padding-left: 72px;
}
.nav > .nav-item.nav-collapse {
  background: transparent;
  transition: background 200ms ease-in-out;
}
.nav > .nav-item.nav-collapse.open {
  background: rgba(0, 0, 0, 0.12);
}
.nav > .nav-group > .group-items > .nav-collapse {
  background: transparent;
  transition: background 200ms ease-in-out;
}
.nav > .nav-group > .group-items > .nav-collapse.open {
  background: rgba(0, 0, 0, 0.12);
}
.nav.vertical .nav-group .group-title {
  text-transform: uppercase;
}
.nav.horizontal {
  display: flex;
  flex-direction: row;
}
.nav.horizontal .nav-item.nav-collapse {
  position: relative;
}
.nav.horizontal .nav-item.nav-collapse .children {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  min-width: 200px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.nav.horizontal .nav-item.nav-collapse .children.open {
  display: block;
}
.nav.horizontal .nav-item.nav-collapse .children .nav-link {
  padding-left: 24px !important;
}
.nav.horizontal > .nav-item > .nav-link {
  height: 56px;
}
.nav.horizontal > .nav-item.nav-collapse {
  position: relative;
}
.nav.horizontal > .nav-item.nav-collapse > .nav-link {
  height: 56px;
}
.nav.horizontal > .nav-item.nav-collapse > .nav-link .collapse-arrow {
  display: none;
}
.nav.horizontal > .nav-item.nav-collapse > .children {
  top: 100%;
  left: 0;
}
button,
input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=image],
input[type=submit],
input[type=button],
input[type=search],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.toolbar .toolbar-separator {
  height: 48px;
  width: 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  margin: 0 12px;
}
/*----------------------------------------------------------------*/
/*  Print
/*----------------------------------------------------------------*/
@media all {
  /* Never show page breaks in normal view */
  .page-break-after,
.page-break-before {
    display: none;
  }
}
@media print {
  /* html and body tweaks */
  html, body {
    height: auto !important;
    overflow: visible !important;
    overflow: initial !important;
  }

  /* Page breaks */
  .page-break-after {
    display: block;
    page-break-after: always;
    position: relative;
  }

  .page-break-before {
    display: block;
    page-break-before: always;
    position: relative;
  }

  /* General styles */
  app-root app-navbar-vertical,
app-root app-navbar-horizontal,
app-root app-toolbar,
app-root app-footer,
app-root app-quick-panel,
app-root app-theme-options,
app-root .ps > .ps__rail-x,
app-root .ps > .ps__rail-y {
    display: none !important;
  }
  app-root .ps {
    overflow: visible !important;
  }
  app-root .mat-drawer-container,
app-root .mat-sidenav-container {
    background-color: white !important;
  }
  app-root .mat-drawer-container .mat-drawer-content,
app-root .mat-drawer-container .mat-sidenav-content,
app-root .mat-sidenav-container .mat-drawer-content,
app-root .mat-sidenav-container .mat-sidenav-content {
    overflow: visible !important;
    overflow: initial !important;
    height: auto !important;
  }
}
/**
 * Prism base code highlighter theme using Sass 
 *
 * @author @MoOx
 * https://github.com/MoOx/sass-prism-theme-base/blob/master/_prism.scss
 * slightly adapted by me, Bram de Haan
 */
code[class*=language-], pre[class*=language-] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 1.6;
  color: #CDD3DE;
  background: #263238;
}
:not(pre) > code[class*=language-], pre[class*=language-] {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
pre[class*=language-] {
  padding: 12px;
}
:not(pre) > code[class*=language-] {
  padding: 2px 6px;
}
code[class*=language-] .namespace, pre[class*=language-] .namespace {
  opacity: 0.7;
}
code[class*=language-] .token.comment, code[class*=language-] .token.prolog, code[class*=language-] .token.doctype, code[class*=language-] .token.cdata, pre[class*=language-] .token.comment, pre[class*=language-] .token.prolog, pre[class*=language-] .token.doctype, pre[class*=language-] .token.cdata {
  color: #62727A;
}
code[class*=language-] .token.null, code[class*=language-] .token.operator, code[class*=language-] .token.boolean, code[class*=language-] .token.number, pre[class*=language-] .token.null, pre[class*=language-] .token.operator, pre[class*=language-] .token.boolean, pre[class*=language-] .token.number {
  color: #EA9560;
}
code[class*=language-] .token.string, pre[class*=language-] .token.string {
  color: #80CBC4;
}
code[class*=language-] .token.attr-name, pre[class*=language-] .token.attr-name {
  color: #EA9560;
}
code[class*=language-] .token.entity, code[class*=language-] .token.url, .language-css code[class*=language-] .token.string, .style code[class*=language-] .token.string, pre[class*=language-] .token.entity, pre[class*=language-] .token.url, .language-css pre[class*=language-] .token.string, .style pre[class*=language-] .token.string {
  color: #80CBC4;
}
code[class*=language-] .token.selector, pre[class*=language-] .token.selector {
  color: #82AAFF;
}
code[class*=language-] .token.attr-value, code[class*=language-] .token.keyword, code[class*=language-] .token.control, code[class*=language-] .token.directive, code[class*=language-] .token.unit, pre[class*=language-] .token.attr-value, pre[class*=language-] .token.keyword, pre[class*=language-] .token.control, pre[class*=language-] .token.directive, pre[class*=language-] .token.unit {
  color: #8BD649;
}
code[class*=language-] .token.important, pre[class*=language-] .token.important {
  color: #EC5F67;
}
code[class*=language-] .token.atrule, pre[class*=language-] .token.atrule {
  color: #80CBC4;
}
code[class*=language-] .token.regex, code[class*=language-] .token.statement, pre[class*=language-] .token.regex, pre[class*=language-] .token.statement {
  color: #80CBC4;
}
code[class*=language-] .token.placeholder, code[class*=language-] .token.variable, pre[class*=language-] .token.placeholder, pre[class*=language-] .token.variable {
  color: #89DDFF;
}
code[class*=language-] .token.property, pre[class*=language-] .token.property {
  color: #FFCC00;
}
code[class*=language-] .token.tag, pre[class*=language-] .token.tag {
  color: #89DDFF;
}
code[class*=language-] .token.important, code[class*=language-] .token.statement, pre[class*=language-] .token.important, pre[class*=language-] .token.statement {
  font-weight: bold;
}
code[class*=language-] .token.punctuation, pre[class*=language-] .token.punctuation {
  color: #CDD3DE;
}
code[class*=language-] .token.entity, pre[class*=language-] .token.entity {
  cursor: help;
}
code[class*=language-] .token.debug, pre[class*=language-] .token.debug {
  color: red;
}
.ps {
  position: relative;
}
.ps > .ps__rail-x {
  z-index: 99999;
}
.ps > .ps__rail-y {
  z-index: 99999;
  left: auto !important;
}
.ngx-datatable.material {
  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);
}
.ngx-datatable.material .empty-row {
  display: flex;
  align-items: center;
  line-height: 1;
  height: 56px;
  padding: 0 24px;
}
.ngx-datatable.material .datatable-header {
  border: none;
  min-height: 48px;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  min-height: 48px;
  font-size: 13px;
  padding: 0 24px;
}
.ngx-datatable.material .datatable-body {
  display: flex;
  flex: 1 0 auto;
}
.ngx-datatable.material .datatable-body .datatable-scroll {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.ngx-datatable.material .datatable-body .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-center,
.ngx-datatable.material .datatable-body .datatable-row-right {
  min-height: 48px;
}
.ngx-datatable.material .datatable-body .datatable-row-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-body .datatable-row-wrapper:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-cell {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  min-height: 48px;
  transition: none;
  padding: 0 24px;
  overflow: hidden;
}
.ngx-datatable.material .datatable-footer {
  border: none;
  min-height: 56px;
}
.ngx-datatable.material .datatable-footer .datatable-footer-inner {
  padding: 0 24px;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .ngx-datatable.material .datatable-footer .datatable-footer-inner {
    flex-direction: column;
    padding: 16px 0;
    height: auto !important;
  }
  .ngx-datatable.material .datatable-footer .datatable-footer-inner .datatable-pager {
    margin: 0 !important;
  }
}
.ngx-datatable.material .datatable-footer .datatable-footer-inner .page-count {
  padding: 0;
}
.ngx-datatable.material .datatable-footer .datatable-footer-inner .datatable-pager {
  margin: 0 0 0 24px;
}
.ngx-datatable.material .datatable-footer .datatable-footer-inner .datatable-pager .pager li a {
  text-decoration: none !important;
}
[class*=datatable-icon-] {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.datatable-icon-filter:before {
  content: "filter_list";
}
.datatable-icon-collapse:before {
  content: "unfold_less";
}
.datatable-icon-expand:before {
  content: "unfold_more";
}
.datatable-icon-close:before {
  content: "close";
}
.datatable-icon-up:before {
  content: "keyboard_arrow_up";
}
.datatable-icon-down:before {
  content: "keyboard_arrow_down";
}
.datatable-icon-sort:before {
  content: "sort";
}
.datatable-icon-done:before {
  content: "done";
}
.datatable-icon-done-all:before {
  content: "done_all";
}
.datatable-icon-search:before {
  content: "search";
}
.datatable-icon-pin:before {
  content: "lock";
}
.datatable-icon-add:before {
  content: "add";
}
.datatable-icon-left:before {
  content: "chevron_left";
}
.datatable-icon-right:before {
  content: "chevron_right";
}
.datatable-icon-skip:before {
  content: "skip_next";
}
.datatable-icon-prev:before {
  content: "skip_previous";
}
.color-picker {
  height: auto !important;
  border: none !important;
  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);
}
.color-picker .preset-area {
  padding: 0 0 16px 16px !important;
  height: 140px;
  overflow-y: auto;
  overflow-x: hidden;
}
.color-picker .preset-area > hr {
  display: none;
}
.color-picker .preset-area .preset-label {
  display: none;
}
.color-picker .preset-area .preset-color {
  display: block !important;
  float: left !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
.color-picker .preset-area .preset-color:nth-child(14n+1) {
  clear: both;
}
.table {
  width: 100%;
  height: 100%;
}
html,
body {
  height: 100%;
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
#root {
  height: 100%;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/ngx-toastr/toastr.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/@ng-select/ng-select/themes/default.theme.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{color:#333;background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/primeicons/primeicons.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
    font-family: 'primeicons';
    font-display: auto;
    src: url('primeicons.dfbfef2de4bfb34e9722.eot');
    src: url('primeicons.dfbfef2de4bfb34e9722.eot?#iefix') format('embedded-opentype'), url('primeicons.3a0d4a58da62cf7c55bb.ttf') format('truetype'), url('primeicons.e61f3495a7ecd3d571a4.woff') format('woff'), url('primeicons.c55d94a248721abbd220.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi:before {
    --webkit-backface-visibility:hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.pi-fw {
    width: 1.28571429em;
    text-align: center;
}

.pi-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.pi-send:before {
    content: "\e9ca";
}

.pi-slack:before {
    content: "\e9c9";
}

.pi-sun:before {
    content: "\e9c8";
}

.pi-moon:before {
    content: "\e9c7";
}

.pi-vimeo:before {
    content: "\e9c6";
}

.pi-youtube:before {
    content: "\e9c5";
}

.pi-flag:before {
    content: "\e9c4";
}

.pi-wallet:before {
    content: "\e9c3";
}

.pi-map:before {
    content: "\e9c2";
}

.pi-link:before {
    content: "\e9c1";
}

.pi-credit-card:before {
    content: "\e9bf";
}

.pi-discord:before {
    content: "\e9c0";
}

.pi-percentage:before {
    content: "\e9be";
}

.pi-euro:before {
    content: "\e9bd";
}

.pi-book:before {
    content: "\e9ba";
}

.pi-shield:before {
    content: "\e9b9";
}

.pi-paypal:before {
    content: "\e9bb";
}

.pi-amazon:before {
    content: "\e9bc";
}

.pi-phone:before {
    content: "\e9b8";
}

.pi-filter-slash:before {
    content: "\e9b7";
}

.pi-facebook:before {
    content: "\e9b4";
}

.pi-github:before {
    content: "\e9b5";
}

.pi-twitter:before {
    content: "\e9b6";
}

.pi-step-backward-alt:before {
    content: "\e9ac";
}

.pi-step-forward-alt:before {
    content: "\e9ad";
}

.pi-forward:before {
    content: "\e9ae";
}

.pi-backward:before {
    content: "\e9af";
}

.pi-fast-backward:before {
    content: "\e9b0";
}

.pi-fast-forward:before {
    content: "\e9b1";
}

.pi-pause:before {
    content: "\e9b2";
}

.pi-play:before {
    content: "\e9b3";
}

.pi-compass:before {
    content: "\e9ab";
}

.pi-id-card:before {
    content: "\e9aa";
}

.pi-ticket:before {
    content: "\e9a9";
}

.pi-file-o:before {
    content: "\e9a8";
}

.pi-reply:before {
    content: "\e9a7";
}

.pi-directions-alt:before {
    content: "\e9a5";
}

.pi-directions:before {
    content: "\e9a6";
}

.pi-thumbs-up:before {
    content: "\e9a3";
}

.pi-thumbs-down:before {
    content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
    content: "\e996";
}

.pi-sort-numeric-up-alt:before {
    content: "\e997";
}

.pi-sort-alpha-down-alt:before {
    content: "\e998";
}

.pi-sort-alpha-up-alt:before {
    content: "\e999";
}

.pi-sort-numeric-down:before {
    content: "\e99a";
}

.pi-sort-numeric-up:before {
    content: "\e99b";
}

.pi-sort-alpha-down:before {
    content: "\e99c";
}

.pi-sort-alpha-up:before {
    content: "\e99d";
}

.pi-sort-alt:before {
    content: "\e99e";
}

.pi-sort-amount-up:before {
    content: "\e99f";
}

.pi-sort-amount-down:before {
    content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}

.pi-palette:before {
    content: "\e995";
}

.pi-undo:before {
    content: "\e994";
}

.pi-desktop:before {
    content: "\e993";
}

.pi-sliders-v:before {
    content: "\e991";
}

.pi-sliders-h:before {
    content: "\e992";
}

.pi-search-plus:before {
    content: "\e98f";
}

.pi-search-minus:before {
    content: "\e990";
}

.pi-file-excel:before {
    content: "\e98e";
}

.pi-file-pdf:before {
    content: "\e98d";
}

.pi-check-square:before {
    content: "\e98c";
}

.pi-chart-line:before {
    content: "\e98b";
}

.pi-user-edit:before {
    content: "\e98a";
}

.pi-exclamation-circle:before {
    content: "\e989";
}

.pi-android:before {
    content: "\e985";
}

.pi-google:before {
    content: "\e986";
}

.pi-apple:before {
    content: "\e987";
}

.pi-microsoft:before {
    content: "\e988";
}

.pi-heart:before {
    content: "\e984";
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

.pi-video:before {
    content: "\e962";
}

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}

.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-o:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/primeng/resources/themes/saga-blue/theme.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --surface-a:#ffffff;
  --surface-b:#f8f9fa;
  --surface-c:#e9ecef;
  --surface-d:#dee2e6;
  --surface-e:#ffffff;
  --surface-f:#ffffff;
  --text-color:#495057;
  --text-color-secondary:#6c757d;
  --primary-color:#2196F3;
  --primary-color-text:#ffffff;
  --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --surface-0: #ffffff;
  --surface-50: #FAFAFA;
  --surface-100: #F5F5F5;
  --surface-200: #EEEEEE;
  --surface-300: #E0E0E0;
  --surface-400: #BDBDBD;
  --surface-500: #9E9E9E;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --content-padding:1rem;
  --inline-spacing:0.5rem;
  --border-radius:3px;
  --surface-ground:#f8f9fa;
  --surface-section:#ffffff;
  --surface-card:#ffffff;
  --surface-overlay:#ffffff;
  --surface-border:#dee2e6;
  --surface-hover: #e9ecef;
}
* {
  box-sizing: border-box;
}
.p-component {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
}
.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  transition-duration: 0.2s;
}
.p-disabled, .p-component:disabled {
  opacity: 0.6;
}
.p-error {
  color: #f44336;
}
.p-text-secondary {
  color: #6c757d;
}
.pi {
  font-size: 1rem;
}
.p-link {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 3px;
}
.p-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
:root {
  --blue-50:#f4fafe;
  --blue-100:#cae6fc;
  --blue-200:#a0d2fa;
  --blue-300:#75bef8;
  --blue-400:#4baaf5;
  --blue-500:#2196f3;
  --blue-600:#1c80cf;
  --blue-700:#1769aa;
  --blue-800:#125386;
  --blue-900:#0d3c61;
  --green-50:#f6fbf6;
  --green-100:#d4ecd5;
  --green-200:#b2ddb4;
  --green-300:#90cd93;
  --green-400:#6ebe71;
  --green-500:#4caf50;
  --green-600:#419544;
  --green-700:#357b38;
  --green-800:#2a602c;
  --green-900:#1e4620;
  --yellow-50:#fffcf5;
  --yellow-100:#fef0cd;
  --yellow-200:#fde4a5;
  --yellow-300:#fdd87d;
  --yellow-400:#fccc55;
  --yellow-500:#fbc02d;
  --yellow-600:#d5a326;
  --yellow-700:#b08620;
  --yellow-800:#8a6a19;
  --yellow-900:#644d12;
  --cyan-50:#f2fcfd;
  --cyan-100:#c2eff5;
  --cyan-200:#91e2ed;
  --cyan-300:#61d5e4;
  --cyan-400:#30c9dc;
  --cyan-500:#00bcd4;
  --cyan-600:#00a0b4;
  --cyan-700:#008494;
  --cyan-800:#006775;
  --cyan-900:#004b55;
  --pink-50:#fef4f7;
  --pink-100:#fac9da;
  --pink-200:#f69ebc;
  --pink-300:#f1749e;
  --pink-400:#ed4981;
  --pink-500:#e91e63;
  --pink-600:#c61a54;
  --pink-700:#a31545;
  --pink-800:#801136;
  --pink-900:#5d0c28;
  --indigo-50:#f5f6fb;
  --indigo-100:#d1d5ed;
  --indigo-200:#acb4df;
  --indigo-300:#8893d1;
  --indigo-400:#6372c3;
  --indigo-500:#3f51b5;
  --indigo-600:#36459a;
  --indigo-700:#2c397f;
  --indigo-800:#232d64;
  --indigo-900:#192048;
  --teal-50:#f2faf9;
  --teal-100:#c2e6e2;
  --teal-200:#91d2cc;
  --teal-300:#61beb5;
  --teal-400:#30aa9f;
  --teal-500:#009688;
  --teal-600:#008074;
  --teal-700:#00695f;
  --teal-800:#00534b;
  --teal-900:#003c36;
  --orange-50:#fff8f2;
  --orange-100:#fde0c2;
  --orange-200:#fbc791;
  --orange-300:#f9ae61;
  --orange-400:#f79530;
  --orange-500:#f57c00;
  --orange-600:#d06900;
  --orange-700:#ac5700;
  --orange-800:#874400;
  --orange-900:#623200;
  --bluegray-50:#f7f9f9;
  --bluegray-100:#d9e0e3;
  --bluegray-200:#bbc7cd;
  --bluegray-300:#9caeb7;
  --bluegray-400:#7e96a1;
  --bluegray-500:#607d8b;
  --bluegray-600:#526a76;
  --bluegray-700:#435861;
  --bluegray-800:#35454c;
  --bluegray-900:#263238;
  --purple-50:#faf4fb;
  --purple-100:#e7cbec;
  --purple-200:#d4a2dd;
  --purple-300:#c279ce;
  --purple-400:#af50bf;
  --purple-500:#9c27b0;
  --purple-600:#852196;
  --purple-700:#6d1b7b;
  --purple-800:#561561;
  --purple-900:#3e1046;
}
.p-autocomplete .p-autocomplete-loader {
  right: 0.5rem;
}
.p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
  right: 2.857rem;
}
.p-autocomplete .p-autocomplete-multiple-container {
  padding: 0.25rem 0.5rem;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
  padding: 0.25rem 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  padding: 0;
  margin: 0;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #E3F2FD;
  color: #495057;
  border-radius: 3px;
}
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
  margin-left: 0.5rem;
}
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
  border-color: #f44336;
}
.p-autocomplete-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  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);
}
.p-autocomplete-panel .p-autocomplete-items:not(.p-autocomplete-virtualscroll) {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items.p-autocomplete-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
  border-color: #f44336;
}
.p-datepicker {
  padding: 0.5rem;
  background: #ffffff;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.p-datepicker:not(.p-datepicker-inline) {
  background: #ffffff;
  border: 0 none;
  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);
}
.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
  background: #ffffff;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datepicker .p-datepicker-header .p-datepicker-prev:focus,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker .p-datepicker-header .p-datepicker-title {
  line-height: 2rem;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker table {
  font-size: 1rem;
  margin: 0.5rem 0;
}
.p-datepicker table th {
  padding: 0.5rem;
}
.p-datepicker table th > span {
  width: 2.5rem;
  height: 2.5rem;
}
.p-datepicker table td {
  padding: 0.5rem;
}
.p-datepicker table td > span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: box-shadow 0.2s;
  border: 1px solid transparent;
}
.p-datepicker table td > span.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-datepicker table td > span:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker table td.p-datepicker-today > span {
  background: #ced4da;
  color: #495057;
  border-color: transparent;
}
.p-datepicker table td.p-datepicker-today > span.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-datepicker .p-datepicker-buttonbar {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}
.p-datepicker .p-datepicker-buttonbar .p-button {
  width: auto;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #dee2e6;
  padding: 0.5rem;
}
.p-datepicker .p-timepicker button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datepicker .p-timepicker button:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datepicker .p-timepicker button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker .p-timepicker button:last-child {
  margin-top: 0.2em;
}
.p-datepicker .p-timepicker span {
  font-size: 1.25rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}
.p-datepicker.p-datepicker-timeonly .p-timepicker {
  border-top: 0 none;
}
.p-datepicker .p-monthpicker {
  margin: 0.5rem 0;
}
.p-datepicker .p-monthpicker .p-monthpicker-month {
  padding: 0.5rem;
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #dee2e6;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
  padding-left: 0;
}
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
  padding-right: 0;
  border-right: 0 none;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
  background: #e9ecef;
}
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
@media screen and (max-width: 769px) {
  .p-datepicker table th, .p-datepicker table td {
    padding: 0;
  }
}
.p-cascadeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-cascadeselect:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-cascadeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-cascadeselect .p-cascadeselect-label {
  background: transparent;
  border: 0 none;
  padding: 0.5rem 0.5rem;
}
.p-cascadeselect .p-cascadeselect-label.p-placeholder {
  color: #6c757d;
}
.p-cascadeselect .p-cascadeselect-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-cascadeselect .p-cascadeselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-cascadeselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  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);
}
.p-cascadeselect-panel .p-cascadeselect-items {
  padding: 0.5rem 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
  padding: 0.5rem 1rem;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
  font-size: 0.875rem;
}
p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
  border-color: #f44336;
}
.p-input-filled .p-cascadeselect {
  background: #f8f9fa;
}
.p-input-filled .p-cascadeselect:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-checkbox {
  width: 20px;
  height: 20px;
}
.p-checkbox .p-checkbox-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #495057;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-checkbox .p-checkbox-box .p-checkbox-icon {
  transition-duration: 0.2s;
  color: #ffffff;
  font-size: 14px;
}
.p-checkbox .p-checkbox-box.p-highlight {
  border-color: #2196F3;
  background: #2196F3;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  border-color: #2196F3;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  border-color: #0b7ad1;
  background: #0b7ad1;
  color: #ffffff;
}
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
  border-color: #f44336;
}
.p-input-filled .p-checkbox .p-checkbox-box {
  background-color: #f8f9fa;
}
.p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
  background: #2196F3;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
  background: #0b7ad1;
}
.p-checkbox-label {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container {
  padding: 0.25rem 0.5rem;
}
.p-chips .p-chips-multiple-container:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-chips .p-chips-multiple-container .p-chips-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #E3F2FD;
  color: #495057;
  border-radius: 3px;
}
.p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
  margin-left: 0.5rem;
}
.p-chips .p-chips-multiple-container .p-chips-input-token {
  padding: 0.25rem 0;
}
.p-chips .p-chips-multiple-container .p-chips-input-token input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  padding: 0;
  margin: 0;
}
p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
  border-color: #f44336;
}
.p-colorpicker-preview,
.p-fluid .p-colorpicker-preview.p-inputtext {
  width: 2rem;
  height: 2rem;
}
.p-colorpicker-panel {
  background: #323232;
  border-color: #191919;
}
.p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
  border-color: #ffffff;
}
.p-colorpicker-overlay-panel {
  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);
}
.p-dropdown {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-dropdown:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-dropdown:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-dropdown.p-dropdown-clearable .p-dropdown-label {
  padding-right: 1.5rem;
}
.p-dropdown .p-dropdown-label {
  background: transparent;
  border: 0 none;
}
.p-dropdown .p-dropdown-label.p-placeholder {
  color: #6c757d;
}
.p-dropdown .p-dropdown-label:enabled:focus {
  outline: 0 none;
  box-shadow: none;
}
.p-dropdown .p-dropdown-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-dropdown .p-dropdown-clear-icon {
  color: #6c757d;
  right: 2.357rem;
}
.p-dropdown-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  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);
}
.p-dropdown-panel .p-dropdown-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  padding-right: 1.5rem;
}
.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-dropdown-panel .p-dropdown-items:not(.p-dropdown-virtualscroll) {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items.p-dropdown-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
  border-color: #f44336;
}
.p-input-filled .p-dropdown {
  background: #f8f9fa;
}
.p-input-filled .p-dropdown:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-editor-container .p-editor-toolbar {
  background: #f8f9fa;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #6c757d;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 0 none;
  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);
  border-radius: 3px;
  padding: 0.5rem 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #495057;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #495057;
  background: #e9ecef;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.5rem 1rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #dee2e6;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #495057;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #2196F3;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #2196F3;
}
.p-inputgroup-addon {
  background: #e9ecef;
  color: #6c757d;
  border-top: 1px solid #ced4da;
  border-left: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  padding: 0.5rem 0.5rem;
  min-width: 2.357rem;
}
.p-inputgroup-addon:last-child {
  border-right: 1px solid #ced4da;
}
.p-inputgroup > .p-component,
.p-inputgroup > .p-float-label > .p-component {
  border-radius: 0;
  margin: 0;
}
.p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
  border-left: 0 none;
}
.p-inputgroup > .p-component:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
  z-index: 1;
}
.p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
  z-index: 1;
}
.p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup .p-float-label:first-child input {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-inputgroup .p-float-label:last-child input {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-fluid .p-inputgroup .p-button {
  width: auto;
}
.p-fluid .p-inputgroup .p-button.p-button-icon-only {
  width: 2.357rem;
}
p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
  border-color: #f44336;
}
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
  border-color: #f44336;
}
.p-inputswitch {
  width: 3rem;
  height: 1.75rem;
}
.p-inputswitch .p-inputswitch-slider {
  background: #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 30px;
}
.p-inputswitch .p-inputswitch-slider:before {
  background: #ffffff;
  width: 1.25rem;
  height: 1.25rem;
  left: 0.25rem;
  margin-top: -0.625rem;
  border-radius: 50%;
  transition-duration: 0.2s;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  transform: translateX(1.25rem);
}
.p-inputswitch.p-focus .p-inputswitch-slider {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
  background: #b6bfc8;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
  background: #2196F3;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
  background: #ffffff;
}
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
  background: #0d89ec;
}
p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch {
  border-color: #f44336;
}
.p-inputtext {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  color: #495057;
  background: #ffffff;
  padding: 0.5rem 0.5rem;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px;
}
.p-inputtext:enabled:hover {
  border-color: #2196F3;
}
.p-inputtext:enabled:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-inputtext.ng-dirty.ng-invalid {
  border-color: #f44336;
}
.p-inputtext.p-inputtext-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.4375rem;
}
.p-inputtext.p-inputtext-lg {
  font-size: 1.25rem;
  padding: 0.625rem 0.625rem;
}
.p-float-label > label {
  left: 0.5rem;
  color: #6c757d;
  transition-duration: 0.2s;
}
.p-float-label > .ng-invalid.ng-dirty + label {
  color: #f44336;
}
.p-input-icon-left > i:first-of-type {
  left: 0.5rem;
  color: #6c757d;
}
.p-input-icon-left > .p-inputtext {
  padding-left: 2rem;
}
.p-input-icon-left.p-float-label > label {
  left: 2rem;
}
.p-input-icon-right > i:last-of-type {
  right: 0.5rem;
  color: #6c757d;
}
.p-input-icon-right > .p-inputtext {
  padding-right: 2rem;
}
::-webkit-input-placeholder {
  color: #6c757d;
}
:-moz-placeholder {
  color: #6c757d;
}
::-moz-placeholder {
  color: #6c757d;
}
:-ms-input-placeholder {
  color: #6c757d;
}
.p-input-filled .p-inputtext {
  background-color: #f8f9fa;
}
.p-input-filled .p-inputtext:enabled:hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-inputtext:enabled:focus {
  background-color: #ffffff;
}
.p-inputtext-sm .p-inputtext {
  font-size: 0.875rem;
  padding: 0.4375rem 0.4375rem;
}
.p-inputtext-lg .p-inputtext {
  font-size: 1.25rem;
  padding: 0.625rem 0.625rem;
}
.p-listbox {
  background: #ffffff;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
.p-listbox .p-listbox-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-listbox .p-listbox-header .p-listbox-filter {
  padding-right: 1.5rem;
}
.p-listbox .p-listbox-header .p-listbox-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-listbox .p-listbox-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list {
  padding: 0.5rem 0;
}
.p-listbox .p-listbox-list .p-listbox-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-listbox .p-listbox-list .p-listbox-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-listbox .p-listbox-list .p-listbox-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-listbox .p-listbox-list .p-listbox-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
.p-listbox .p-listbox-list .p-listbox-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
p-listbox.ng-dirty.ng-invalid > .p-listbox {
  border-color: #f44336;
}
.p-multiselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-multiselect:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-multiselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-multiselect .p-multiselect-label {
  padding: 0.5rem 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
  color: #6c757d;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #E3F2FD;
  color: #495057;
  border-radius: 3px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
  margin-left: 0.5rem;
}
.p-multiselect .p-multiselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
  padding: 0.25rem 0.5rem;
}
.p-multiselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  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);
}
.p-multiselect-panel .p-multiselect-header {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
  padding-right: 1.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
  margin-left: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-multiselect-panel .p-multiselect-items:not(.p-multiselect-virtualscroll) {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items.p-multiselect-virtualscroll .cdk-virtual-scroll-content-wrapper {
  padding: 0.5rem 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
  margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
  border-color: #f44336;
}
.p-input-filled .p-multiselect {
  background: #f8f9fa;
}
.p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-password.p-invalid.p-component > .p-inputtext {
  border-color: #f44336;
}
.p-password-panel {
  padding: 1rem;
  background: #ffffff;
  color: #495057;
  border: 0 none;
  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);
  border-radius: 3px;
}
.p-password-panel .p-password-meter {
  margin-bottom: 0.5rem;
  background: #dee2e6;
}
.p-password-panel .p-password-meter .p-password-strength.weak {
  background: #D32F2F;
}
.p-password-panel .p-password-meter .p-password-strength.medium {
  background: #FBC02D;
}
.p-password-panel .p-password-meter .p-password-strength.strong {
  background: #689F38;
}
.p-radiobutton {
  width: 20px;
  height: 20px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #ced4da;
  background: #ffffff;
  width: 20px;
  height: 20px;
  color: #495057;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #2196F3;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.2s;
  background-color: #ffffff;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #2196F3;
  background: #2196F3;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #0b7ad1;
  background: #0b7ad1;
  color: #ffffff;
}
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #f44336;
}
.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #f8f9fa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #2196F3;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #0b7ad1;
}
.p-radiobutton-label {
  margin-left: 0.5rem;
}
.p-rating .p-rating-icon {
  color: #495057;
  margin-left: 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  font-size: 1.143rem;
}
.p-rating .p-rating-icon.p-rating-cancel {
  color: #e74c3c;
}
.p-rating .p-rating-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-rating .p-rating-icon:first-child {
  margin-left: 0;
}
.p-rating .p-rating-icon.pi-star {
  color: #2196F3;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
  color: #2196F3;
}
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
  color: #c0392b;
}
.p-selectbutton .p-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
  color: #6c757d;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #6c757d;
}
.p-selectbutton .p-button.p-highlight {
  background: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover {
  background: #0d89ec;
  border-color: #0d89ec;
  color: #ffffff;
}
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
  border-color: #f44336;
}
.p-slider {
  background: #dee2e6;
  border: 0 none;
  border-radius: 3px;
}
.p-slider.p-slider-horizontal {
  height: 0.286rem;
}
.p-slider.p-slider-horizontal .p-slider-handle {
  margin-top: -0.5715rem;
  margin-left: -0.5715rem;
}
.p-slider.p-slider-vertical {
  width: 0.286rem;
}
.p-slider.p-slider-vertical .p-slider-handle {
  margin-left: -0.5715rem;
  margin-bottom: -0.5715rem;
}
.p-slider .p-slider-handle {
  height: 1.143rem;
  width: 1.143rem;
  background: #ffffff;
  border: 2px solid #2196F3;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-slider .p-slider-handle:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-slider .p-slider-range {
  background: #2196F3;
}
.p-slider:not(.p-disabled) .p-slider-handle:hover {
  background: #2196F3;
  border-color: #2196F3;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, left 0.2s;
}
.p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
  transition: width 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, bottom 0.2s;
}
.p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
  transition: height 0.2s;
}
.p-togglebutton.p-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
  color: #6c757d;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
  color: #6c757d;
}
.p-togglebutton.p-button.p-highlight {
  background: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover {
  background: #0d89ec;
  border-color: #0d89ec;
  color: #ffffff;
}
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
  color: #ffffff;
}
p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
  border-color: #f44336;
}
.p-treeselect {
  background: #ffffff;
  border: 1px solid #ced4da;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-treeselect:not(.p-disabled):hover {
  border-color: #2196F3;
}
.p-treeselect:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: #2196F3;
}
.p-treeselect .p-treeselect-label {
  padding: 0.5rem 0.5rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-treeselect .p-treeselect-label.p-placeholder {
  color: #6c757d;
}
.p-treeselect.p-treeselect-chip .p-treeselect-token {
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  background: #dee2e6;
  color: #495057;
  border-radius: 16px;
}
.p-treeselect .p-treeselect-trigger {
  background: transparent;
  color: #6c757d;
  width: 2.357rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-treeselect.p-invalid.p-component {
  border-color: #f44336;
}
.p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
  padding: 0.25rem 0.5rem;
}
.p-treeselect-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  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);
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
  border: 0 none;
}
.p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
  background: transparent;
}
.p-input-filled .p-treeselect {
  background: #f8f9fa;
}
.p-input-filled .p-treeselect:not(.p-disabled):hover {
  background-color: #f8f9fa;
}
.p-input-filled .p-treeselect:not(.p-disabled).p-focus {
  background-color: #ffffff;
}
.p-button {
  color: #ffffff;
  background: #2196F3;
  border: 1px solid #2196F3;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.p-button:enabled:hover {
  background: #0d89ec;
  color: #ffffff;
  border-color: #0d89ec;
}
.p-button:enabled:active {
  background: #0b7ad1;
  color: #ffffff;
  border-color: #0b7ad1;
}
.p-button.p-button-outlined {
  background-color: transparent;
  color: #2196F3;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:hover {
  background: rgba(33, 150, 243, 0.04);
  color: #2196F3;
  border: 1px solid;
}
.p-button.p-button-outlined:enabled:active {
  background: rgba(33, 150, 243, 0.16);
  color: #2196F3;
  border: 1px solid;
}
.p-button.p-button-outlined.p-button-plain {
  color: #6c757d;
  border-color: #6c757d;
}
.p-button.p-button-outlined.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-outlined.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button.p-button-text {
  background-color: transparent;
  color: #2196F3;
  border-color: transparent;
}
.p-button.p-button-text:enabled:hover {
  background: rgba(33, 150, 243, 0.04);
  color: #2196F3;
  border-color: transparent;
}
.p-button.p-button-text:enabled:active {
  background: rgba(33, 150, 243, 0.16);
  color: #2196F3;
  border-color: transparent;
}
.p-button.p-button-text.p-button-plain {
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:hover {
  background: #e9ecef;
  color: #6c757d;
}
.p-button.p-button-text.p-button-plain:enabled:active {
  background: #dee2e6;
  color: #6c757d;
}
.p-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-button .p-button-icon-left {
  margin-right: 0.5rem;
}
.p-button .p-button-icon-right {
  margin-left: 0.5rem;
}
.p-button .p-button-icon-bottom {
  margin-top: 0.5rem;
}
.p-button .p-button-icon-top {
  margin-bottom: 0.5rem;
}
.p-button .p-badge {
  margin-left: 0.5rem;
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #2196F3;
  background-color: #ffffff;
}
.p-button.p-button-raised {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-button.p-button-rounded {
  border-radius: 2rem;
}
.p-button.p-button-icon-only {
  width: 2.357rem;
  padding: 0.5rem 0;
}
.p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
  margin: 0;
}
.p-button.p-button-icon-only.p-button-rounded {
  border-radius: 50%;
  height: 2.357rem;
}
.p-button.p-button-sm {
  font-size: 0.875rem;
  padding: 0.4375rem 0.875rem;
}
.p-button.p-button-sm .p-button-icon {
  font-size: 0.875rem;
}
.p-button.p-button-lg {
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
}
.p-button.p-button-lg .p-button-icon {
  font-size: 1.25rem;
}
.p-button.p-button-loading-label-only .p-button-label {
  margin-left: 0.5rem;
}
.p-button.p-button-loading-label-only .p-button-loading-icon {
  margin-right: 0;
}
.p-fluid .p-button {
  width: 100%;
}
.p-fluid .p-button-icon-only {
  width: 2.357rem;
}
.p-fluid .p-buttonset {
  display: flex;
}
.p-fluid .p-buttonset .p-button {
  flex: 1;
}
.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
  color: #ffffff;
  background: #607D8B;
  border: 1px solid #607D8B;
}
.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover {
  background: #56717d;
  color: #ffffff;
  border-color: #56717d;
}
.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #beccd2;
}
.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active {
  background: #4d646f;
  color: #ffffff;
  border-color: #4d646f;
}
.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
  background-color: transparent;
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  color: #607D8B;
  border: 1px solid;
}
.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
  background-color: transparent;
  color: #607D8B;
  border-color: transparent;
}
.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover {
  background: rgba(96, 125, 139, 0.04);
  border-color: transparent;
  color: #607D8B;
}
.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active {
  background: rgba(96, 125, 139, 0.16);
  border-color: transparent;
  color: #607D8B;
}
.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
  color: #ffffff;
  background: #0288D1;
  border: 1px solid #0288D1;
}
.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover {
  background: #027abc;
  color: #ffffff;
  border-color: #027abc;
}
.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #89d4fe;
}
.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active {
  background: #026da7;
  color: #ffffff;
  border-color: #026da7;
}
.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
  background-color: transparent;
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover {
  background: rgba(2, 136, 209, 0.04);
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active {
  background: rgba(2, 136, 209, 0.16);
  color: #0288D1;
  border: 1px solid;
}
.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
  background-color: transparent;
  color: #0288D1;
  border-color: transparent;
}
.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover {
  background: rgba(2, 136, 209, 0.04);
  border-color: transparent;
  color: #0288D1;
}
.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active {
  background: rgba(2, 136, 209, 0.16);
  border-color: transparent;
  color: #0288D1;
}
.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
  color: #ffffff;
  background: #689F38;
  border: 1px solid #689F38;
}
.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover {
  background: #5e8f32;
  color: #ffffff;
  border-color: #5e8f32;
}
.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #c2e0a8;
}
.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active {
  background: #537f2d;
  color: #ffffff;
  border-color: #537f2d;
}
.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
  background-color: transparent;
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover {
  background: rgba(104, 159, 56, 0.04);
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active {
  background: rgba(104, 159, 56, 0.16);
  color: #689F38;
  border: 1px solid;
}
.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
  background-color: transparent;
  color: #689F38;
  border-color: transparent;
}
.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover {
  background: rgba(104, 159, 56, 0.04);
  border-color: transparent;
  color: #689F38;
}
.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active {
  background: rgba(104, 159, 56, 0.16);
  border-color: transparent;
  color: #689F38;
}
.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
  color: #212529;
  background: #FBC02D;
  border: 1px solid #FBC02D;
}
.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover {
  background: #fab710;
  color: #212529;
  border-color: #fab710;
}
.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #fde6ab;
}
.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active {
  background: #e8a704;
  color: #212529;
  border-color: #e8a704;
}
.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
  background-color: transparent;
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover {
  background: rgba(251, 192, 45, 0.04);
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active {
  background: rgba(251, 192, 45, 0.16);
  color: #FBC02D;
  border: 1px solid;
}
.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
  background-color: transparent;
  color: #FBC02D;
  border-color: transparent;
}
.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover {
  background: rgba(251, 192, 45, 0.04);
  border-color: transparent;
  color: #FBC02D;
}
.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active {
  background: rgba(251, 192, 45, 0.16);
  border-color: transparent;
  color: #FBC02D;
}
.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
  color: #ffffff;
  background: #9C27B0;
  border: 1px solid #9C27B0;
}
.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover {
  background: #8c239e;
  color: #ffffff;
  border-color: #8c239e;
}
.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #df9eea;
}
.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active {
  background: #7d1f8d;
  color: #ffffff;
  border-color: #7d1f8d;
}
.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
  background-color: transparent;
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  color: #9C27B0;
  border: 1px solid;
}
.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
  background-color: transparent;
  color: #9C27B0;
  border-color: transparent;
}
.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover {
  background: rgba(156, 39, 176, 0.04);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active {
  background: rgba(156, 39, 176, 0.16);
  border-color: transparent;
  color: #9C27B0;
}
.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
  color: #ffffff;
  background: #D32F2F;
  border: 1px solid #D32F2F;
}
.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover {
  background: #c02929;
  color: #ffffff;
  border-color: #c02929;
}
.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus {
  box-shadow: 0 0 0 0.2rem #edacac;
}
.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active {
  background: #aa2424;
  color: #ffffff;
  border-color: #aa2424;
}
.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
  background-color: transparent;
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover {
  background: rgba(211, 47, 47, 0.04);
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active {
  background: rgba(211, 47, 47, 0.16);
  color: #D32F2F;
  border: 1px solid;
}
.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
  background-color: transparent;
  color: #D32F2F;
  border-color: transparent;
}
.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover {
  background: rgba(211, 47, 47, 0.04);
  border-color: transparent;
  color: #D32F2F;
}
.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active {
  background: rgba(211, 47, 47, 0.16);
  border-color: transparent;
  color: #D32F2F;
}
.p-button.p-button-link {
  color: #0b7ad1;
  background: transparent;
  border: transparent;
}
.p-button.p-button-link:enabled:hover {
  background: transparent;
  color: #0b7ad1;
  border-color: transparent;
}
.p-button.p-button-link:enabled:hover .p-button-label {
  text-decoration: underline;
}
.p-button.p-button-link:enabled:focus {
  background: transparent;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  border-color: transparent;
}
.p-button.p-button-link:enabled:active {
  background: transparent;
  color: #0b7ad1;
  border-color: transparent;
}
.p-speeddial-button.p-button.p-button-icon-only {
  width: 4rem;
  height: 4rem;
}
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
  font-size: 1.3rem;
}
.p-speeddial-action {
  width: 3rem;
  height: 3rem;
  background: #495057;
  color: #fff;
}
.p-speeddial-action:hover {
  background: #343a40;
  color: #fff;
}
.p-speeddial-direction-up .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-up .p-speeddial-item:first-child {
  margin-bottom: 0.5rem;
}
.p-speeddial-direction-down .p-speeddial-item {
  margin: 0.25rem 0;
}
.p-speeddial-direction-down .p-speeddial-item:first-child {
  margin-top: 0.5rem;
}
.p-speeddial-direction-left .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-left .p-speeddial-item:first-child {
  margin-right: 0.5rem;
}
.p-speeddial-direction-right .p-speeddial-item {
  margin: 0 0.25rem;
}
.p-speeddial-direction-right .p-speeddial-item:first-child {
  margin-left: 0.5rem;
}
.p-speeddial-circle .p-speeddial-item,
.p-speeddial-semi-circle .p-speeddial-item,
.p-speeddial-quarter-circle .p-speeddial-item {
  margin: 0;
}
.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
.p-speeddial-semi-circle .p-speeddial-item:first-child,
.p-speeddial-semi-circle .p-speeddial-item:last-child,
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
  margin: 0;
}
.p-speeddial-mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin: 0.5rem;
}
.p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-carousel .p-carousel-content .p-carousel-prev:focus,
.p-carousel .p-carousel-content .p-carousel-next:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-carousel .p-carousel-indicators {
  padding: 1rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button {
  background-color: #e9ecef;
  width: 2rem;
  height: 0.5rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 0;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
  background: #dee2e6;
}
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background: #E3F2FD;
  color: #495057;
}
.p-datatable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-datatable .p-datatable-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-datatable .p-datatable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
  transition: box-shadow 0.2s;
}
.p-datatable .p-datatable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
}
.p-datatable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #495057;
  background: #E3F2FD;
  margin-left: 0.5rem;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-datatable .p-sortable-column.p-highlight {
  background: #f8f9fa;
  color: #2196F3;
}
.p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #2196F3;
}
.p-datatable .p-sortable-column.p-highlight:hover {
  background: #e9ecef;
  color: #2196F3;
}
.p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
  color: #2196F3;
}
.p-datatable .p-sortable-column:focus {
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  outline: 0 none;
}
.p-datatable .p-datatable-tbody > tr {
  background: #ffffff;
  color: #495057;
  transition: box-shadow 0.2s;
  outline-color: #a6d5fa;
}
.p-datatable .p-datatable-tbody > tr > td {
  text-align: left;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
  margin-right: 0.5rem;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
  box-shadow: inset 0 2px 0 0 #E3F2FD;
}
.p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
  box-shadow: inset 0 -2px 0 0 #E3F2FD;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-datatable .p-column-resizer-helper {
  background: #2196F3;
}
.p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
  background: #f8f9fa;
}
.p-datatable .p-datatable-loading-icon {
  font-size: 2rem;
}
.p-datatable.p-datatable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-footer {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-top {
  border-width: 0 1px 0 1px;
}
.p-datatable.p-datatable-gridlines .p-paginator-bottom {
  border-width: 0 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
  border-width: 1px 1px 1px 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
  border-width: 1px;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
  background: #fcfcfc;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
  color: #495057;
}
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
  color: #495057;
}
.p-datatable.p-datatable-sm .p-datatable-header {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-sm .p-datatable-footer {
  padding: 0.5rem 0.5rem;
}
.p-datatable.p-datatable-lg .p-datatable-header {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-datatable.p-datatable-lg .p-datatable-footer {
  padding: 1.25rem 1.25rem;
}
.p-dataview .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-dataview .p-dataview-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-dataview .p-dataview-content {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  padding: 0;
}
.p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: solid #e9ecef;
  border-width: 0 0 1px 0;
}
.p-dataview .p-dataview-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-dataview .p-dataview-loading-icon {
  font-size: 2rem;
}
.p-dataview .p-dataview-emptymessage {
  padding: 1rem;
}
.p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
  margin-left: 0.5rem;
}
.p-column-filter-menu-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-menu-button:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
  background: #e9ecef;
  color: #495057;
}
.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
  background: #E3F2FD;
  color: #495057;
}
.p-column-filter-menu-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-column-filter-clear-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-column-filter-clear-button:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-column-filter-clear-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-column-filter-overlay {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  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);
  min-width: 12.5rem;
}
.p-column-filter-overlay .p-column-filter-row-items {
  padding: 0.5rem 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 0;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
  color: #495057;
  background: #e9ecef;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-column-filter-overlay-menu .p-column-filter-operator {
  padding: 0.5rem 1rem;
  border-bottom: 0 none;
  color: #495057;
  background: #f8f9fa;
  margin: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-column-filter-overlay-menu .p-column-filter-constraint {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
  margin-bottom: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
  margin-top: 0.5rem;
}
.p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
  border-bottom: 0 none;
}
.p-column-filter-overlay-menu .p-column-filter-add-rule {
  padding: 0.5rem 1rem;
}
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
  padding: 1rem;
}
.fc {
  /* FullCalendar 4 */
  /* FullCalendar 5 */
}
.fc.fc-unthemed .fc-view-container th {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #495057;
}
.fc.fc-unthemed .fc-view-container td.fc-widget-content {
  background: #ffffff;
  border: 1px solid #dee2e6;
  color: #495057;
}
.fc.fc-unthemed .fc-view-container td.fc-head-container {
  border: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-view-container .fc-row {
  border-right: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-view-container .fc-event {
  background: #0d89ec;
  border: 1px solid #0d89ec;
  color: #ffffff;
}
.fc.fc-unthemed .fc-view-container .fc-divider {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
}
.fc.fc-unthemed .fc-toolbar .fc-button {
  color: #ffffff;
  background: #2196F3;
  border: 1px solid #2196F3;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:hover {
  background: #0d89ec;
  color: #ffffff;
  border-color: #0d89ec;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active {
  background: #0b7ad1;
  color: #ffffff;
  border-color: #0b7ad1;
}
.fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "";
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "";
}
.fc.fc-unthemed .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #0d89ec;
  border-color: #0d89ec;
  color: #ffffff;
}
.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  z-index: 1;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc.fc-theme-standard .fc-view-harness .fc-scrollgrid {
  border-color: #dee2e6;
}
.fc.fc-theme-standard .fc-view-harness th {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
}
.fc.fc-theme-standard .fc-view-harness td {
  color: #495057;
  border-color: #dee2e6;
}
.fc.fc-theme-standard .fc-view-harness .fc-view {
  background: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover {
  background: none;
  border: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header {
  border: 1px solid #dee2e6;
  padding: 1rem;
  background: #f8f9fa;
  color: #495057;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: "PrimeIcons" !important;
  font-size: 1rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before {
  content: "";
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body {
  padding: 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0 none;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event {
  color: #ffffff;
  background: #0d89ec;
  border-color: #0d89ec;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main {
  color: #ffffff;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot {
  background: #0d89ec;
  border-color: #0d89ec;
}
.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event:hover {
  background: #e9ecef;
  color: #495057;
}
.fc.fc-theme-standard .fc-view-harness .fc-cell-shaded {
  background: #f8f9fa;
}
.fc.fc-theme-standard .fc-toolbar .fc-button {
  color: #ffffff;
  background: #2196F3;
  border: 1px solid #2196F3;
  font-size: 1rem;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover {
  background: #0d89ec;
  color: #ffffff;
  border-color: #0d89ec;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active {
  background: #0b7ad1;
  color: #ffffff;
  border-color: #0b7ad1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc.fc-theme-standard .fc-toolbar .fc-button:disabled {
  opacity: 0.6;
  color: #ffffff;
  background: #2196F3;
  border: 1px solid #2196F3;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left:before {
  content: "";
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right {
  font-family: "PrimeIcons" !important;
  text-indent: 0;
  font-size: 1rem;
}
.fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-right:before {
  content: "";
}
.fc.fc-theme-standard .fc-toolbar .fc-button:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #495057;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover {
  background: #e9ecef;
  border-color: #ced4da;
  color: #495057;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active {
  background: #2196F3;
  border-color: #2196F3;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover {
  background: #0d89ec;
  border-color: #0d89ec;
  color: #ffffff;
}
.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
  z-index: 1;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button {
  border-radius: 0;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-orderlist .p-orderlist-controls {
  padding: 1rem;
}
.p-orderlist .p-orderlist-controls .p-button {
  margin-bottom: 0.5rem;
}
.p-orderlist .p-orderlist-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-orderlist .p-orderlist-header .p-orderlist-title {
  font-weight: 600;
}
.p-orderlist .p-orderlist-filter-container {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
  padding-right: 1.5rem;
}
.p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-orderlist .p-orderlist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 0.5rem 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-orderlist .p-orderlist-list .p-orderlist-item {
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
}
.p-orderlist .p-orderlist-list .p-orderlist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-orderlist .p-orderlist-list .p-orderlist-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
}
.p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-orderlist-item.cdk-drag-preview {
  padding: 0.5rem 1rem;
  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);
  border: 0 none;
  color: #495057;
  background: #ffffff;
  margin: 0;
}
.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
  color: #6cbbf5;
}
.p-organizationchart .p-organizationchart-line-down {
  background: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-left {
  border-right: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-line-top {
  border-top: 1px solid #dee2e6;
  border-color: #dee2e6;
}
.p-organizationchart .p-organizationchart-node-content {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1rem;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler {
  background: inherit;
  color: inherit;
  border-radius: 50%;
}
.p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-paginator {
  background: #ffffff;
  color: #6c757d;
  border: solid #e9ecef;
  border-width: 0;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
  background: #e9ecef;
  border-color: transparent;
  color: #495057;
}
.p-paginator .p-paginator-first {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-paginator .p-paginator-last {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-paginator .p-dropdown {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 2.357rem;
}
.p-paginator .p-dropdown .p-dropdown-label {
  padding-right: 0;
}
.p-paginator .p-paginator-current {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  padding: 0 0.5rem;
}
.p-paginator .p-paginator-pages .p-paginator-page {
  background-color: transparent;
  border: 0 none;
  color: #6c757d;
  min-width: 2.357rem;
  height: 2.357rem;
  margin: 0.143rem;
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background: #E3F2FD;
  border-color: #E3F2FD;
  color: #495057;
}
.p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
  background: #e9ecef;
  border-color: transparent;
  color: #495057;
}
.p-picklist .p-picklist-buttons {
  padding: 1rem;
}
.p-picklist .p-picklist-buttons .p-button {
  margin-bottom: 0.5rem;
}
.p-picklist .p-picklist-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-picklist .p-picklist-header .p-picklist-title {
  font-weight: 600;
}
.p-picklist .p-picklist-filter-container {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-bottom: 0 none;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-input {
  padding-right: 1.5rem;
}
.p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-picklist .p-picklist-list {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 0.5rem 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-picklist .p-picklist-list .p-picklist-item {
  padding: 0.5rem 1rem;
  margin: 0;
  border: 0 none;
  color: #495057;
  background: transparent;
  transition: box-shadow 0.2s;
}
.p-picklist .p-picklist-list .p-picklist-item:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-picklist .p-picklist-list .p-picklist-item.p-highlight {
  color: #495057;
  background: #E3F2FD;
}
.p-picklist .p-picklist-list .p-picklist-empty-message {
  padding: 0.5rem 1rem;
  color: #495057;
}
.p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-picklist-item.cdk-drag-preview {
  padding: 0.5rem 1rem;
  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);
  border: 0 none;
  color: #495057;
  background: #ffffff;
  margin: 0;
}
.p-timeline .p-timeline-event-marker {
  border: 2px solid #2196F3;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #ffffff;
}
.p-timeline .p-timeline-event-connector {
  background-color: #dee2e6;
}
.p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
  padding: 0 1rem;
}
.p-timeline.p-timeline-vertical .p-timeline-event-connector {
  width: 2px;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
  padding: 1rem 0;
}
.p-timeline.p-timeline-horizontal .p-timeline-event-connector {
  height: 2px;
}
.p-tree {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  padding: 1rem;
  border-radius: 3px;
}
.p-tree .p-tree-container .p-treenode {
  padding: 0.143rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content {
  border-radius: 3px;
  transition: box-shadow 0.2s;
  padding: 0;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
  margin-right: 0.5rem;
  color: #6c757d;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
  background: #e9ecef;
  color: #495057;
}
.p-tree .p-tree-filter-container {
  margin-bottom: 0.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter {
  width: 100%;
  padding-right: 1.5rem;
}
.p-tree .p-tree-filter-container .p-tree-filter-icon {
  right: 0.5rem;
  color: #6c757d;
}
.p-tree .p-treenode-children {
  padding: 0 0 0 1rem;
}
.p-tree .p-tree-loading-icon {
  font-size: 2rem;
}
.p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
  background-color: #89c8f7;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
  border-radius: 3px;
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  color: #495057;
  padding: 0;
  transition: box-shadow 0.2s;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
  background-color: #E3F2FD;
  color: #495057;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
  color: #495057;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
  margin-right: 0.5rem;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
  background-color: inherit;
  color: inherit;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-treetable .p-paginator-top {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-paginator-bottom {
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.p-treetable .p-treetable-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-treetable .p-treetable-thead > tr > th {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
  transition: box-shadow 0.2s;
}
.p-treetable .p-treetable-tfoot > tr > td {
  text-align: left;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  font-weight: 600;
  color: #495057;
  background: #f8f9fa;
}
.p-treetable .p-sortable-column {
  outline-color: #a6d5fa;
}
.p-treetable .p-sortable-column .p-sortable-column-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column .p-sortable-column-badge {
  border-radius: 50%;
  height: 1.143rem;
  min-width: 1.143rem;
  line-height: 1.143rem;
  color: #495057;
  background: #E3F2FD;
  margin-left: 0.5rem;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
  color: #6c757d;
}
.p-treetable .p-sortable-column.p-highlight {
  background: #f8f9fa;
  color: #2196F3;
}
.p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
  color: #2196F3;
}
.p-treetable .p-treetable-tbody > tr {
  background: #ffffff;
  color: #495057;
  transition: box-shadow 0.2s;
  outline-color: #a6d5fa;
}
.p-treetable .p-treetable-tbody > tr > td {
  text-align: left;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
  margin-right: 0.5rem;
}
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
  color: #495057;
}
.p-treetable .p-treetable-tbody > tr.p-highlight {
  background: #E3F2FD;
  color: #495057;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
  color: #495057;
}
.p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
  color: #495057;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
  background: #e9ecef;
  color: #495057;
}
.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
  color: #495057;
}
.p-treetable .p-column-resizer-helper {
  background: #2196F3;
}
.p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
  background: #f8f9fa;
}
.p-treetable .p-treetable-loading-icon {
  font-size: 2rem;
}
.p-treetable.p-treetable-gridlines .p-datatable-header {
  border-width: 1px 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-footer {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-top {
  border-width: 0 1px 0 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-bottom {
  border-width: 0 1px 1px 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
  border-width: 1px;
}
.p-treetable.p-treetable-sm .p-treetable-header {
  padding: 0.875rem 0.875rem;
}
.p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-sm .p-treetable-footer {
  padding: 0.5rem 0.5rem;
}
.p-treetable.p-treetable-lg .p-treetable-header {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
  padding: 1.25rem 1.25rem;
}
.p-treetable.p-treetable-lg .p-treetable-footer {
  padding: 1.25rem 1.25rem;
}
.p-virtualscroller .p-virtualscroller-header {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 1px 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
}
.p-virtualscroller .p-virtualscroller-content {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  padding: 0;
}
.p-virtualscroller .p-virtualscroller-footer {
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #e9ecef;
  border-width: 0 0 1px 0;
  padding: 1rem 1rem;
  font-weight: 600;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 3px;
  transition: box-shadow 0.2s;
}
.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  margin-right: 0.5rem;
}
.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #495057;
}
.p-accordion .p-accordion-content {
  padding: 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-accordion p-accordiontab .p-accordion-tab {
  margin-bottom: 0;
}
.p-accordion p-accordiontab .p-accordion-header .p-accordion-header-link {
  border-radius: 0;
}
.p-accordion p-accordiontab .p-accordion-content {
  border-radius: 0;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link, .p-accordion p-accordiontab:not(:first-child) .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
  border-top: 0 none;
}
.p-accordion p-accordiontab:first-child .p-accordion-header .p-accordion-header-link {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-accordion p-accordiontab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-accordion p-accordiontab:last-child .p-accordion-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-card {
  background: #ffffff;
  color: #495057;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.p-card .p-card-body {
  padding: 1rem;
}
.p-card .p-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-card .p-card-subtitle {
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #6c757d;
}
.p-card .p-card-content {
  padding: 1rem 0;
}
.p-card .p-card-footer {
  padding: 1rem 0 0 0;
}
.p-divider .p-divider-content {
  background-color: #ffffff;
}
.p-divider.p-divider-horizontal {
  margin: 1rem 0;
  padding: 0 1rem;
}
.p-divider.p-divider-horizontal:before {
  border-top: 1px #dee2e6;
}
.p-divider.p-divider-horizontal .p-divider-content {
  padding: 0 0.5rem;
}
.p-divider.p-divider-vertical {
  margin: 0 1rem;
  padding: 1rem 0;
}
.p-divider.p-divider-vertical:before {
  border-left: 1px #dee2e6;
}
.p-divider.p-divider-vertical .p-divider-content {
  padding: 0.5rem 0;
}
.p-fieldset {
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-radius: 3px;
}
.p-fieldset .p-fieldset-legend {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 3px;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
  padding: 0;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
  padding: 1rem;
  color: #495057;
  border-radius: 3px;
  transition: box-shadow 0.2s;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
  margin-right: 0.5rem;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.p-fieldset .p-fieldset-content {
  padding: 1rem;
}
.p-panel .p-panel-header {
  border: 1px solid #dee2e6;
  padding: 1rem;
  background: #f8f9fa;
  color: #495057;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-panel .p-panel-header .p-panel-title {
  font-weight: 600;
}
.p-panel .p-panel-header .p-panel-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-panel .p-panel-header .p-panel-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-panel.p-panel-toggleable .p-panel-header {
  padding: 0.5rem 1rem;
}
.p-panel .p-panel-content {
  padding: 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 0 none;
}
.p-panel .p-panel-footer {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  border-top: 0 none;
}
.p-scrollpanel .p-scrollpanel-bar {
  background: #f8f9fa;
  border: 0 none;
}
.p-splitter {
  border: 1px solid #dee2e6;
  background: #ffffff;
  border-radius: 3px;
  color: #495057;
}
.p-splitter .p-splitter-gutter {
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  background: #f8f9fa;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
  background: #dee2e6;
}
.p-splitter .p-splitter-gutter-resizing {
  background: #dee2e6;
}
.p-tabview .p-tabview-nav {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-width: 0 0 2px 0;
}
.p-tabview .p-tabview-nav li {
  margin-right: 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link {
  border: solid #dee2e6;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #dee2e6 transparent;
  background: #ffffff;
  color: #6c757d;
  padding: 1rem;
  font-weight: 600;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
  background: #ffffff;
  border-color: #6c757d;
  color: #6c757d;
}
.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
  background: #ffffff;
  border-color: #2196F3;
  color: #2196F3;
}
.p-tabview .p-tabview-left-icon {
  margin-right: 0.5rem;
}
.p-tabview .p-tabview-right-icon {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-close {
  margin-left: 0.5rem;
}
.p-tabview .p-tabview-panels {
  background: #ffffff;
  padding: 1rem;
  border: 0 none;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-toolbar {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 1rem;
  border-radius: 3px;
}
.p-toolbar .p-toolbar-separator {
  margin: 0 0.5rem;
}
.p-confirm-popup {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  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);
}
.p-confirm-popup .p-confirm-popup-content {
  padding: 1rem;
}
.p-confirm-popup .p-confirm-popup-footer {
  text-align: right;
  padding: 0.5rem 1rem;
}
.p-confirm-popup .p-confirm-popup-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-confirm-popup .p-confirm-popup-footer button:last-child {
  margin: 0;
}
.p-confirm-popup:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:after {
  border-top-color: #ffffff;
}
.p-confirm-popup.p-confirm-popup-flipped:before {
  border-top-color: #ffffff;
}
.p-confirm-popup .p-confirm-popup-icon {
  font-size: 1.5rem;
}
.p-confirm-popup .p-confirm-popup-message {
  margin-left: 1rem;
}
.p-dialog {
  border-radius: 3px;
  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);
  border: 0 none;
}
.p-dialog .p-dialog-header {
  border-bottom: 0 none;
  background: #ffffff;
  color: #495057;
  padding: 1.5rem;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-dialog .p-dialog-header .p-dialog-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  margin-right: 0.5rem;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
  margin-right: 0;
}
.p-dialog .p-dialog-content {
  background: #ffffff;
  color: #495057;
  padding: 0 1.5rem 2rem 1.5rem;
}
.p-dialog .p-dialog-footer {
  border-top: 0 none;
  background: #ffffff;
  color: #495057;
  padding: 0 1.5rem 1.5rem 1.5rem;
  text-align: right;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-dialog .p-dialog-footer button {
  margin: 0 0.5rem 0 0;
  width: auto;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
  font-size: 2rem;
}
.p-dialog.p-confirm-dialog .p-confirm-dialog-message {
  margin-left: 1rem;
}
.p-dialog-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.p-overlaypanel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  border-radius: 3px;
  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);
}
.p-overlaypanel .p-overlaypanel-content {
  padding: 1rem;
}
.p-overlaypanel .p-overlaypanel-close {
  background: #2196F3;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.p-overlaypanel .p-overlaypanel-close:enabled:hover {
  background: #0d89ec;
  color: #ffffff;
}
.p-overlaypanel:after {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel:before {
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:after {
  border-top-color: #ffffff;
}
.p-overlaypanel.p-overlaypanel-flipped:before {
  border-top-color: #ffffff;
}
.p-sidebar {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  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);
}
.p-sidebar .p-sidebar-header {
  padding: 1rem;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: #495057;
  border-color: transparent;
  background: #e9ecef;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:focus,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 1rem;
}
.p-sidebar-mask.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-tooltip .p-tooltip-text {
  background: #495057;
  color: #ffffff;
  padding: 0.5rem 0.5rem;
  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);
  border-radius: 3px;
}
.p-tooltip.p-tooltip-right .p-tooltip-arrow {
  border-right-color: #495057;
}
.p-tooltip.p-tooltip-left .p-tooltip-arrow {
  border-left-color: #495057;
}
.p-tooltip.p-tooltip-top .p-tooltip-arrow {
  border-top-color: #495057;
}
.p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
  border-bottom-color: #495057;
}
.p-fileupload .p-fileupload-buttonbar {
  background: #f8f9fa;
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  border-bottom: 0 none;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-fileupload .p-fileupload-buttonbar .p-button {
  margin-right: 0.5rem;
}
.p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-fileupload .p-fileupload-content {
  background: #ffffff;
  padding: 2rem 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-fileupload .p-progressbar {
  height: 0.25rem;
}
.p-fileupload .p-fileupload-row > div {
  padding: 1rem 1rem;
}
.p-fileupload.p-fileupload-advanced .p-message {
  margin-top: 0;
}
.p-fileupload-choose:not(.p-disabled):hover {
  background: #0d89ec;
  color: #ffffff;
  border-color: #0d89ec;
}
.p-fileupload-choose:not(.p-disabled):active {
  background: #0b7ad1;
  color: #ffffff;
  border-color: #0b7ad1;
}
.p-breadcrumb {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 1rem;
}
.p-breadcrumb ul li .p-menuitem-link {
  transition: box-shadow 0.2s;
  border-radius: 3px;
}
.p-breadcrumb ul li .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-breadcrumb ul li .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
}
.p-breadcrumb ul li.p-breadcrumb-chevron {
  margin: 0 0.5rem 0 0.5rem;
  color: #495057;
}
.p-breadcrumb ul li:last-child .p-menuitem-text {
  color: #495057;
}
.p-breadcrumb ul li:last-child .p-menuitem-icon {
  color: #6c757d;
}
.p-contextmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 0 none;
  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);
  width: 12.5rem;
}
.p-contextmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-contextmenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-contextmenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-contextmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  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);
}
.p-contextmenu .p-menuitem {
  margin: 0;
}
.p-contextmenu .p-menuitem:last-child {
  margin: 0;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-contextmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-contextmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-dock .p-dock-list {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 0.5rem;
  border-radius: 0.5rem;
}
.p-dock .p-dock-item {
  padding: 0.5rem;
}
.p-dock .p-dock-action {
  width: 4rem;
  height: 4rem;
}
.p-dock.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-bottom .p-dock-item-second-next {
  margin: 0 0.9rem;
}
.p-dock.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-bottom .p-dock-item-next {
  margin: 0 1.3rem;
}
.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
  margin: 0 1.5rem;
}
.p-dock.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-right .p-dock-item-second-next {
  margin: 0.9rem 0;
}
.p-dock.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-right .p-dock-item-next {
  margin: 1.3rem 0;
}
.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
  margin: 1.5rem 0;
}
.p-megamenu {
  padding: 0.5rem;
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 3px;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-megamenu .p-megamenu-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-megamenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-megamenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-megamenu .p-megamenu-panel {
  background: #ffffff;
  color: #495057;
  border: 0 none;
  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);
}
.p-megamenu .p-megamenu-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-megamenu .p-megamenu-submenu {
  padding: 0.25rem 0;
  width: 12.5rem;
}
.p-megamenu .p-megamenu-submenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem {
  margin: 0;
}
.p-megamenu .p-megamenu-submenu .p-menuitem:last-child {
  margin: 0;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-megamenu.p-megamenu-vertical {
  width: 12.5rem;
  padding: 0.25rem 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem {
  margin: 0;
}
.p-megamenu.p-megamenu-vertical .p-menuitem:last-child {
  margin: 0;
}
.p-menu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  width: 12.5rem;
}
.p-menu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-menu.p-menu-overlay {
  background: #ffffff;
  border: 0 none;
  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);
}
.p-menu .p-submenu-header {
  margin: 0;
  padding: 0.75rem 1rem;
  color: #495057;
  background: #ffffff;
  font-weight: 600;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.p-menu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-menu .p-menuitem {
  margin: 0;
}
.p-menu .p-menuitem:last-child {
  margin: 0;
}
.p-menubar {
  padding: 0.5rem;
  background: #f8f9fa;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
}
.p-menubar .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-menubar .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menubar .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 3px;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
  margin-left: 0.5rem;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon,
.p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-menubar .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  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);
  width: 12.5rem;
}
.p-menubar .p-submenu-list .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-menubar .p-submenu-list .p-submenu-icon {
  font-size: 0.875rem;
}
.p-menubar .p-submenu-list .p-menuitem {
  margin: 0;
}
.p-menubar .p-submenu-list .p-menuitem:last-child {
  margin: 0;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
@media screen and (max-width: 960px) {
  .p-menubar {
    position: relative;
  }
  .p-menubar .p-menubar-button {
    display: flex;
    width: 2rem;
    height: 2rem;
    color: #6c757d;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-menubar .p-menubar-button:hover {
    color: #6c757d;
    background: #e9ecef;
  }
  .p-menubar .p-menubar-button:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #a6d5fa;
  }
  .p-menubar .p-menubar-root-list {
    position: absolute;
    display: none;
    padding: 0.25rem 0;
    background: #ffffff;
    border: 0 none;
    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);
    width: 100%;
  }
  .p-menubar .p-menubar-root-list .p-menu-separator {
    border-top: 1px solid #dee2e6;
    margin: 0.25rem 0;
  }
  .p-menubar .p-menubar-root-list .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link {
    padding: 0.75rem 1rem;
    color: #495057;
    border-radius: 0;
    transition: box-shadow 0.2s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-menuitem-icon {
    color: #6c757d;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover {
    background: #e9ecef;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
    color: #495057;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
    color: #6c757d;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #a6d5fa;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
    margin-left: auto;
    transition: transform 0.2s;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem.p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-180deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list {
    width: 100%;
    position: static;
    box-shadow: none;
    border: 0 none;
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
    transition: transform 0.2s;
    transform: rotate(90deg);
  }
  .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-link > .p-submenu-icon {
    transform: rotate(-90deg);
  }
  .p-menubar .p-menubar-root-list .p-menuitem {
    width: 100%;
    position: static;
  }
  .p-menubar .p-menubar-root-list ul li a {
    padding-left: 2.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li a {
    padding-left: 3.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li a {
    padding-left: 5.25rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li a {
    padding-left: 6.75rem;
  }
  .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a {
    padding-left: 8.25rem;
  }
  .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 1;
  }
}
.p-panelmenu .p-panelmenu-header > a {
  padding: 1rem;
  border: 1px solid #dee2e6;
  color: #495057;
  background: #f8f9fa;
  font-weight: 600;
  border-radius: 3px;
  transition: box-shadow 0.2s;
}
.p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-header > a:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled) > a:hover {
  background: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.p-panelmenu .p-panelmenu-header.p-highlight {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight > a {
  background: #f8f9fa;
  border-color: #dee2e6;
  color: #495057;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.p-panelmenu .p-panelmenu-header.p-highlight:not(.p-disabled) > a:hover {
  border-color: #dee2e6;
  background: #e9ecef;
  color: #495057;
}
.p-panelmenu .p-panelmenu-content {
  padding: 0.25rem 0;
  border: 1px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  margin-bottom: 0;
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link .p-panelmenu-icon {
  margin-right: 0.5rem;
}
.p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-submenu) {
  padding: 0 0 0 1rem;
}
.p-panelmenu .p-panelmenu-panel {
  margin-bottom: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-header > a {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel .p-panelmenu-content {
  border-radius: 0;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover > a, .p-panelmenu .p-panelmenu-panel:not(:first-child) .p-panelmenu-header:not(.p-disabled).p-highlight:hover > a {
  border-top: 0 none;
}
.p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-slidemenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  width: 12.5rem;
}
.p-slidemenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-slidemenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-slidemenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-slidemenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-slidemenu.p-slidemenu-overlay {
  background: #ffffff;
  border: 0 none;
  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);
}
.p-slidemenu .p-slidemenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  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);
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link {
  background: #e9ecef;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text {
  color: #495057;
}
.p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon {
  color: #6c757d;
}
.p-slidemenu .p-slidemenu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-slidemenu .p-slidemenu-icon {
  font-size: 0.875rem;
}
.p-slidemenu .p-slidemenu-backward {
  padding: 0.75rem 1rem;
  color: #495057;
}
.p-steps .p-steps-item .p-menuitem-link {
  background: transparent;
  transition: box-shadow 0.2s;
  border-radius: 3px;
  background: #ffffff;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-number {
  color: #495057;
  border: 1px solid #e9ecef;
  background: #ffffff;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.143rem;
  z-index: 1;
  border-radius: 50%;
}
.p-steps .p-steps-item .p-menuitem-link .p-steps-title {
  margin-top: 0.5rem;
  color: #6c757d;
}
.p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-steps .p-steps-item.p-highlight .p-steps-number {
  background: #E3F2FD;
  color: #495057;
}
.p-steps .p-steps-item.p-highlight .p-steps-title {
  font-weight: 600;
  color: #495057;
}
.p-steps .p-steps-item:before {
  content: " ";
  border-top: 1px solid #dee2e6;
  width: 100%;
  top: 50%;
  left: 0;
  display: block;
  position: absolute;
  margin-top: -1rem;
}
.p-tabmenu .p-tabmenu-nav {
  background: #ffffff;
  border: 1px solid #dee2e6;
  border-width: 0 0 2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
  margin-right: 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
  border: solid #dee2e6;
  border-width: 0 0 2px 0;
  border-color: transparent transparent #dee2e6 transparent;
  background: #ffffff;
  color: #6c757d;
  padding: 1rem;
  font-weight: 600;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  transition: box-shadow 0.2s;
  margin: 0 0 -2px 0;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
  margin-right: 0.5rem;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
  background: #ffffff;
  border-color: #6c757d;
  color: #6c757d;
}
.p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
  background: #ffffff;
  border-color: #2196F3;
  color: #2196F3;
}
.p-tieredmenu {
  padding: 0.25rem 0;
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  width: 12.5rem;
}
.p-tieredmenu .p-menuitem-link {
  padding: 0.75rem 1rem;
  color: #495057;
  border-radius: 0;
  transition: box-shadow 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem-link .p-menuitem-icon {
  color: #6c757d;
  margin-right: 0.5rem;
}
.p-tieredmenu .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menuitem-link:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-tieredmenu.p-tieredmenu-overlay {
  background: #ffffff;
  border: 0 none;
  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);
}
.p-tieredmenu .p-submenu-list {
  padding: 0.25rem 0;
  background: #ffffff;
  border: 0 none;
  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);
}
.p-tieredmenu .p-menuitem {
  margin: 0;
}
.p-tieredmenu .p-menuitem:last-child {
  margin: 0;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link {
  background: #e9ecef;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-text {
  color: #495057;
}
.p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-menuitem-active > .p-menuitem-link .p-submenu-icon {
  color: #6c757d;
}
.p-tieredmenu .p-menu-separator {
  border-top: 1px solid #dee2e6;
  margin: 0.25rem 0;
}
.p-tieredmenu .p-submenu-icon {
  font-size: 0.875rem;
}
.p-inline-message {
  padding: 0.5rem 0.5rem;
  margin: 0;
  border-radius: 3px;
}
.p-inline-message.p-inline-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0px;
  color: #044868;
}
.p-inline-message.p-inline-message-info .p-inline-message-icon {
  color: #044868;
}
.p-inline-message.p-inline-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0px;
  color: #224a23;
}
.p-inline-message.p-inline-message-success .p-inline-message-icon {
  color: #224a23;
}
.p-inline-message.p-inline-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0px;
  color: #6d5100;
}
.p-inline-message.p-inline-message-warn .p-inline-message-icon {
  color: #6d5100;
}
.p-inline-message.p-inline-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0px;
  color: #73000c;
}
.p-inline-message.p-inline-message-error .p-inline-message-icon {
  color: #73000c;
}
.p-inline-message .p-inline-message-icon {
  font-size: 1rem;
  margin-right: 0.5rem;
}
.p-inline-message .p-inline-message-text {
  font-size: 1rem;
}
.p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
  margin-right: 0;
}
.p-message {
  margin: 1rem 0;
  border-radius: 3px;
}
.p-message .p-message-wrapper {
  padding: 1rem 1.5rem;
}
.p-message .p-message-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-message .p-message-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-message .p-message-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-message.p-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0 0 0 6px;
  color: #044868;
}
.p-message.p-message-info .p-message-icon {
  color: #044868;
}
.p-message.p-message-info .p-message-close {
  color: #044868;
}
.p-message.p-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0 0 0 6px;
  color: #224a23;
}
.p-message.p-message-success .p-message-icon {
  color: #224a23;
}
.p-message.p-message-success .p-message-close {
  color: #224a23;
}
.p-message.p-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0 0 0 6px;
  color: #6d5100;
}
.p-message.p-message-warn .p-message-icon {
  color: #6d5100;
}
.p-message.p-message-warn .p-message-close {
  color: #6d5100;
}
.p-message.p-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0 0 0 6px;
  color: #73000c;
}
.p-message.p-message-error .p-message-icon {
  color: #73000c;
}
.p-message.p-message-error .p-message-close {
  color: #73000c;
}
.p-message .p-message-text {
  font-size: 1rem;
  font-weight: 500;
}
.p-message .p-message-icon {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.p-message .p-message-summary {
  font-weight: 700;
}
.p-message .p-message-detail {
  margin-left: 0.5rem;
}
.p-toast {
  opacity: 0.9;
}
.p-toast .p-toast-message {
  margin: 0 0 1rem 0;
  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);
  border-radius: 3px;
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 1rem;
  border-width: 0 0 0 6px;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
  margin: 0 0 0 1rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
  font-size: 2rem;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
  font-weight: 700;
}
.p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
  margin: 0.5rem 0 0 0;
}
.p-toast .p-toast-message .p-toast-icon-close {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-toast .p-toast-message .p-toast-icon-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.p-toast .p-toast-message .p-toast-icon-close:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-toast .p-toast-message.p-toast-message-info {
  background: #B3E5FC;
  border: solid #0891cf;
  border-width: 0 0 0 6px;
  color: #044868;
}
.p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
  color: #044868;
}
.p-toast .p-toast-message.p-toast-message-success {
  background: #C8E6C9;
  border: solid #439446;
  border-width: 0 0 0 6px;
  color: #224a23;
}
.p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
  color: #224a23;
}
.p-toast .p-toast-message.p-toast-message-warn {
  background: #FFECB3;
  border: solid #d9a300;
  border-width: 0 0 0 6px;
  color: #6d5100;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
  color: #6d5100;
}
.p-toast .p-toast-message.p-toast-message-error {
  background: #FFCDD2;
  border: solid #e60017;
  border-width: 0 0 0 6px;
  color: #73000c;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
  color: #73000c;
}
.p-galleria .p-galleria-close {
  margin: 0.5rem;
  background: transparent;
  color: #f8f9fa;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-close .p-galleria-close-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}
.p-galleria .p-galleria-item-nav {
  background: transparent;
  color: #f8f9fa;
  width: 4rem;
  height: 4rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 3px;
  margin: 0 0.5rem;
}
.p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
  font-size: 2rem;
}
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}
.p-galleria .p-galleria-caption {
  background: rgba(0, 0, 0, 0.5);
  color: #f8f9fa;
  padding: 1rem;
}
.p-galleria .p-galleria-indicators {
  padding: 1rem;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button {
  background-color: #e9ecef;
  width: 1rem;
  height: 1rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
  background: #dee2e6;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #E3F2FD;
  color: #495057;
}
.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
  margin-right: 0.5rem;
}
.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
  margin-bottom: 0.5rem;
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
  background: rgba(0, 0, 0, 0.5);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
  background: rgba(255, 255, 255, 0.4);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
  background: rgba(255, 255, 255, 0.6);
}
.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background: #E3F2FD;
  color: #495057;
}
.p-galleria .p-galleria-thumbnail-container {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 0.25rem;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
  margin: 0.5rem;
  background-color: transparent;
  color: #f8f9fa;
  width: 2rem;
  height: 2rem;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  border-radius: 50%;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8f9fa;
}
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-galleria-mask.p-component-overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.p-avatar {
  background-color: #dee2e6;
  border-radius: 3px;
}
.p-avatar.p-avatar-lg {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.p-avatar.p-avatar-lg .p-avatar-icon {
  font-size: 1.5rem;
}
.p-avatar.p-avatar-xl {
  width: 4rem;
  height: 4rem;
  font-size: 2rem;
}
.p-avatar.p-avatar-xl .p-avatar-icon {
  font-size: 2rem;
}
.p-avatar-group .p-avatar {
  border: 2px solid #ffffff;
}
.p-badge {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  min-width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
.p-badge.p-badge-secondary {
  background-color: #607D8B;
  color: #ffffff;
}
.p-badge.p-badge-success {
  background-color: #689F38;
  color: #ffffff;
}
.p-badge.p-badge-info {
  background-color: #0288D1;
  color: #ffffff;
}
.p-badge.p-badge-warning {
  background-color: #FBC02D;
  color: #212529;
}
.p-badge.p-badge-danger {
  background-color: #D32F2F;
  color: #ffffff;
}
.p-badge.p-badge-lg {
  font-size: 1.125rem;
  min-width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}
.p-badge.p-badge-xl {
  font-size: 1.5rem;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.p-blockui.p-component-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.p-chip {
  background-color: #dee2e6;
  color: #495057;
  border-radius: 16px;
  padding: 0 0.5rem;
}
.p-chip .p-chip-text {
  line-height: 1.5;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.p-chip .p-chip-icon {
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  margin-left: 0.5rem;
}
.p-chip img {
  width: 2rem;
  height: 2rem;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}
.p-chip .pi-chip-remove-icon {
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-chip .pi-chip-remove-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-inplace .p-inplace-display {
  padding: 0.5rem 0.5rem;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-inplace .p-inplace-display:not(.p-disabled):hover {
  background: #e9ecef;
  color: #495057;
}
.p-inplace .p-inplace-display:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem #a6d5fa;
}
.p-progressbar {
  border: 0 none;
  height: 1.5rem;
  background: #dee2e6;
  border-radius: 3px;
}
.p-progressbar .p-progressbar-value {
  border: 0 none;
  margin: 0;
  background: #2196F3;
}
.p-progressbar .p-progressbar-label {
  color: #495057;
  line-height: 1.5rem;
}
.p-scrolltop {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  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);
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-scrolltop.p-link {
  background: rgba(0, 0, 0, 0.7);
}
.p-scrolltop.p-link:hover {
  background: rgba(0, 0, 0, 0.8);
}
.p-scrolltop .p-scrolltop-icon {
  font-size: 1.5rem;
  color: #f8f9fa;
}
.p-skeleton {
  background-color: #e9ecef;
  border-radius: 3px;
}
.p-skeleton:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}
.p-tag {
  background: #2196F3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem;
  border-radius: 3px;
}
.p-tag.p-tag-success {
  background-color: #689F38;
  color: #ffffff;
}
.p-tag.p-tag-info {
  background-color: #0288D1;
  color: #ffffff;
}
.p-tag.p-tag-warning {
  background-color: #FBC02D;
  color: #212529;
}
.p-tag.p-tag-danger {
  background-color: #D32F2F;
  color: #ffffff;
}
.p-tag .p-tag-icon {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.p-terminal {
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
  padding: 1rem;
}
.p-terminal .p-terminal-input {
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/* Customizations to the designer theme should be defined here */
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
  background-color: #2196F3;
}
.p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
  background-color: #2196F3;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[1].use[2]!./node_modules/primeng/resources/primeng.min.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default !important;pointer-events:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-overflow-hidden{overflow:hidden}.p-unselectable-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@-webkit-keyframes p-fadein{0%{opacity:0}100%{opacity:1}}@keyframes p-fadein{0%{opacity:0}100%{opacity:1}}input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.p-connected-overlay{opacity:0;transform:scaleY(0.8);transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default}.p-button-icon-only{justify-content:center}.p-button-icon-only .p-button-label{visibility:hidden;width:0;flex:0 0 auto}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-buttonset .p-button{margin:0}.p-buttonset .p-button:not(:last-child){border-right:0 none}.p-buttonset .p-button:not(:first-of-type):not(:last-of-type){border-radius:0}.p-buttonset .p-button:first-of-type{border-top-right-radius:0;border-bottom-right-radius:0}.p-buttonset .p-button:last-of-type{border-top-left-radius:0;border-bottom-left-radius:0}.p-buttonset .p-button:focus{position:relative;z-index:1}.p-button-label{transition:all .2s}.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:bottom}.p-checkbox-disabled{cursor:default !important;pointer-events:none}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}.p-colorpicker-panel .p-colorpicker-color{background:transparent url('color.6441e63a57ccc5105bad.png') no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url('hue.f8505bd4d6f3e3aa435b.png') no-repeat left top}.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea ~ label{top:1rem}.p-float-label input:focus ~ label,.p-float-label input.p-filled ~ label,.p-float-label textarea:focus ~ label,.p-float-label textarea.p-filled ~ label,.p-float-label .p-inputwrapper-focus ~ label,.p-float-label .p-inputwrapper-filled ~ label{top:-.75rem;font-size:12px}.p-float-label .input:-webkit-autofill ~ label{top:-20px;font-size:12px}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-right>i{position:absolute;top:50%;margin-top:-.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute;top:0;left:0}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:bottom}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0) scale(.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1.0,1.0);visibility:visible}p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}.p-radiobutton-label{line-height:1}.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,0.5);border-radius:100%;transform:scale(0)}.p-ink-active{-webkit-animation:ripple .4s linear;animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none !important}@-webkit-keyframes ripple{100%{opacity:0;transform:scale(2.5)}}@keyframes ripple{100%{opacity:0;transform:scale(2.5)}}.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line}.p-tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-.25rem;border-width:0 .25em .25rem}
