@charset "UTF-8";

/* node_modules/normalize.css/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* node_modules/quill/dist/quill.core.css */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* node_modules/quill/dist/quill.bubble.css */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\d7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}

/* node_modules/quill/dist/quill.snow.css */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* src/styles.scss */
.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-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;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
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;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.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;
}
@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;
  }
}
.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;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.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: 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 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: 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 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: 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 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: 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 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: 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 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%;
  }
}
.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;
  }
}
.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;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: rgb(76.5, 162.6, 255) !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(147.4356223176, 155.1802575107, 162.0643776824) !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(72.268115942, 211.231884058, 104) !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(53.6666666667, 205.7608695652, 229.8333333333) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(255, 212.125, 83.5) !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(231.2974683544, 118.2025316456, 129.0379746835) !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
  color: hsl(210, 16.6666666667%, 112.6470588235%) !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: rgb(86.2931034483, 96.25, 106.2068965517) !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.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;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@font-face {
  font-family: "Material Icons";
  src: url("./media/MaterialIcons-Regular-DZIPLQX7.eot");
  src:
    url("./media/MaterialIcons-Regular-DZIPLQX7.eot?#iefix") format("embedded-opentype"),
    url("./media/MaterialIcons-Regular-3OCSKOJA.woff") format("woff"),
    url("./media/MaterialIcons-Regular-DFX2JKJN.ttf") format("truetype"),
    url("./media/MaterialIcons-Regular-TTNAPAKR.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Epic Icons";
  src: url("./media/epic-icons-WDZRHVXG.eot");
  src:
    url("./media/epic-icons-WDZRHVXG.eot?#iefix") format("embedded-opentype"),
    url("./media/epic-icons-VF5JQRFX.woff") format("woff"),
    url("./media/epic-icons-6FSO4TBP.ttf") format("truetype"),
    url("./media/epic-icons-SOMMNL7L.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.epic-icons {
  font-family: "Epic Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}
.ql-size-small {
  content: "small";
  font-size: 14px !important;
}
.ql-size-normal {
  content: "Normal";
  font-size: 16px !important;
}
.ql-size-large {
  content: "Large";
  font-size: 18px !important;
}
.ql-size-huge {
  content: "Huge";
  font-size: 20px !important;
}
@font-face {
  font-family: "packaging-icons";
  src: url("./media/packaging-icons-OMDY3NSR.eot");
  src:
    url("./media/packaging-icons-OMDY3NSR.eot?#iefix") format("eot"),
    url("./media/packaging-icons-WZK27XBY.woff") format("woff"),
    url("./media/packaging-icons-XTSIME3S.ttf") format("truetype"),
    url("./media/packaging-icons-HYISSMHB.svg#packaging-icons") format("svg");
}
.icon-30:before,
.icon-29:before,
.icon-28:before,
.icon-27:before,
.icon-26:before,
.icon-25:before,
.icon-24:before,
.icon-23:before,
.icon-22:before,
.icon-21:before,
.icon-20:before,
.icon-19:before,
.icon-18:before,
.icon-17:before,
.icon-16:before,
.icon-15:before,
.icon-14:before,
.icon-13:before,
.icon-12:before,
.icon-11:before,
.icon-10:before,
.icon-09:before,
.icon-08:before,
.icon-07:before,
.icon-06:before,
.icon-05:before,
.icon-04:before {
  font-family: "packaging-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.icon-04:before {
  content: "\e001";
}
.icon-05:before {
  content: "\e002";
}
.icon-06:before {
  content: "\e003";
}
.icon-07:before {
  content: "\e004";
}
.icon-08:before {
  content: "\e005";
}
.icon-09:before {
  content: "\e006";
}
.icon-10:before {
  content: "\e007";
}
.icon-11:before {
  content: "\e008";
}
.icon-12:before {
  content: "\e009";
}
.icon-13:before {
  content: "\e00a";
}
.icon-14:before {
  content: "\e00b";
}
.icon-15:before {
  content: "\e00c";
}
.icon-16:before {
  content: "\e00d";
}
.icon-17:before {
  content: "\e00e";
}
.icon-18:before {
  content: "\e00f";
}
.icon-19:before {
  content: "\e010";
}
.icon-20:before {
  content: "\e011";
}
.icon-21:before {
  content: "\e012";
}
.icon-22:before {
  content: "\e013";
}
.icon-23:before {
  content: "\e014";
}
.icon-24:before {
  content: "\e015";
}
.icon-25:before {
  content: "\e016";
}
.icon-26:before {
  content: "\e017";
}
.icon-27:before {
  content: "\e018";
}
.icon-28:before {
  content: "\e019";
}
.icon-29:before {
  content: "\e01a";
}
.icon-30:before {
  content: "\e01b";
}
.my-pagination .ngx-pagination {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
}
.my-pagination .ngx-pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  transition: all 0.3s ease-in;
}
.my-pagination .ngx-pagination li:hover {
  background-color: rgb(231.5, 231.5, 231.5);
}
.my-pagination .ngx-pagination li.current {
  transition: all 0.3s ease-out;
  background: #3f51b5;
  box-shadow:
    0 0.1875rem 0.3125rem -0.0625rem rgba(0, 0, 0, 0.2),
    0 0.375rem 0.625rem 0 rgba(0, 0, 0, 0.14),
    0 0.0625rem 1.125rem 0 rgba(0, 0, 0, 0.12);
}
.my-pagination .ngx-pagination li.small-screen {
  display: none;
}
.my-pagination .ngx-pagination li a {
  background-color: transparent;
}
.my-pagination .ngx-pagination .pagination-previous,
.my-pagination .ngx-pagination .pagination-next {
  font-size: 1.75rem;
  padding-bottom: 0.1875rem;
}
.my-pagination .ngx-pagination .pagination-previous a:before,
.my-pagination .ngx-pagination .pagination-next a:before {
  display: none;
}
.my-pagination .ngx-pagination .pagination-previous a:after {
  content: "\2039";
  margin: 0;
  height: 100%;
}
.my-pagination .ngx-pagination .pagination-previous.disabled:before {
  content: "\2039";
  margin: 0;
}
.my-pagination .ngx-pagination .pagination-next a:after {
  content: "\203a";
  margin: 0;
  height: 100%;
}
.my-pagination .ngx-pagination .pagination-next.disabled:before {
  content: "\203a";
  margin: 0;
}
.my-pagination .ngx-pagination .pagination-next.disabled:after {
  display: none;
}
.btn {
  padding: 1rem;
  border-radius: 4px;
}
.btn-wide {
  min-width: 150px;
}
.is-btn-input-group {
  padding-right: 45px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-input-right {
  position: absolute !important;
  top: 0;
  right: -16px;
  height: 56px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  box-shadow: none !important;
}
.mdc-card .btn-input-right {
  right: 15px;
}
.btn-remove-member:hover {
  background-color: #dd2c00 !important;
}
.bgc-transparent {
  background-color: transparent !important;
}
.bgc-inherit {
  background: inherit !important;
}
.bgc-malibu {
  background-color: #7BAAF7 !important;
}
.bgc-pearl {
  background-color: #FCEFCA !important;
}
.bgc-wrong {
  background-color: #F9CDCD !important;
}
.bgc-royalBlue {
  background-color: #2F80ED !important;
}
.bgc-gray {
  background-color: #757575 !important;
}
.bgc-gray-darken {
  background-color: #D9D9D9 !important;
}
.bgc-lighter-gray {
  background-color: #FAFAFA !important;
}
.bgc-light-gray {
  background-color: #cecece !important;
}
.bgc-wild-sand {
  background-color: #F5F5F5 !important;
}
.bgc-off {
  background-color: #EAEAEA !important;
}
.bgc-catSkill {
  background-color: #ECF1F6 !important;
}
.bgc-green {
  background-color: #00c853 !important;
}
.bgc-red {
  background-color: #dd2c00;
}
.bgc-white {
  background-color: #fff !important;
}
.bgc-sapphire {
  background-color: #303f9f !important;
}
.bgc-brand {
  background-color: #254185 !important;
}
.bgc-primary {
  background-color: #3f51b5 !important;
}
.bgc-beige {
  background-color: #FFDE7A !important;
}
.bgc-whiteIce {
  background-color: #EBF6FC;
}
.bgc-slider_bar {
  background-color: #CFD3FF;
}
.bgc-periwinkle {
  background-color: #C2CCFF;
}
.bgc-average {
  background-color: #ffc61a;
}
.bgc-portage {
  background-color: #8799e8 !important;
}
.bgc-thunderbird {
  background-color: #B71C1C;
}
.bgc-fruitSalad {
  background-color: #5AA064;
}
.bgc-approved-by-depthead {
  background-color: #FFB35A;
}
.bgc-dusty-gray {
  background-color: #999999;
}
.bgc-darken-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.border-radius-4 {
  border-radius: 0.25rem;
}
.border-radius-10 {
  border-radius: 0.625rem;
}
.border-radius-13 {
  border-radius: 0.8125rem;
}
.border-radius-14 {
  border-radius: 0.875rem;
}
.border-radius-32 {
  border-radius: 2rem;
}
.border-radius-50 {
  border-radius: 50% !important;
}
.border-radius-message-left {
  border-radius: 0 12px 12px 12px;
}
.border-radius-message-left-bottom {
  border-radius: 15px 15px 15px 0;
}
.border-radius-message-left-top {
  border-radius: 20px 0 0 0;
}
.border-radius-message-right {
  border-radius: 12px 0 12px 12px;
}
.border-radius-message-right-bottom {
  border-radius: 15px 15px 0 15px;
}
.border-radius-message-right-top {
  border-radius: 0 20px 0 0;
}
.border-danger {
  border: 1px solid #EB5757;
}
.border-malibu {
  border: 1px solid #7BAAF7;
}
.border-periwinkle {
  border: 1px solid #C2CCFF;
}
.border-periwinkle-2 {
  border: 2px solid #C2CCFF;
}
.border-primary {
  border: 1px solid #2F80ED;
}
.border-light-gray {
  border: 1px solid #cecece;
}
.border-gray {
  border: 1px solid #757575;
}
.border-dashed-gray {
  border: 1px dashed #757575;
}
.border-dashed-red {
  border: 1px dashed #dd2c00;
}
.border-collapse-collapse {
  border-collapse: collapse;
}
.border-top-gray {
  border-top: 1px solid #757575;
}
.border-top-wild-sand {
  border-top: 1px solid #F5F5F5;
}
.border-top-light-gray {
  border-top: 1px solid #cecece;
}
.border-left-white {
  border-left: 1px solid #fff;
}
.border-left-royal-blue {
  border-left: 1px solid #2F80ED;
}
.border-right-white {
  border-right: 1px solid #fff;
}
.border-right-royal-blue {
  border-right: 1px solid #2F80ED;
}
.border-right-bubble {
  border-right: 1px solid #2a303c;
}
.border-bottom-royal-blue {
  border-bottom: 1px solid #2F80ED !important;
}
.border-bottom-light-gray {
  border-bottom: 1px solid #cecece;
}
.border-bottom-none {
  border-bottom: none !important;
}
.btn:hover {
  cursor: pointer;
}
.btn.btn-danger {
  background-color: #EB5757 !important;
  color: #fff !important;
}
.btn.btn-danger.outline {
  background-color: transparent !important;
  color: #EB5757 !important;
  border: 1px solid #EB5757 !important;
}
.btn.btn-success {
  background-color: #00c853 !important;
  color: #fff !important;
}
.btn.btn-success.outline {
  background-color: transparent !important;
  color: #00c853 !important;
  border: 1px solid #00c853 !important;
}
.btn.btn-primary {
  background-color: #2F80ED !important;
}
.btn.btn-primary-border {
  background-color: transparent !important;
  border: 1px solid #2F80ED !important;
  color: #2F80ED !important;
}
.btn.btn[disabled=true] {
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.38) !important;
}
.flex-center {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.transform-rotateX-180 {
  transform: rotateX(180deg);
}
.z-index-1 {
  z-index: 1;
}
.z-index-9 {
  z-index: 99999 !important;
}
.fsz-1 {
  font-size: 1rem !important;
}
.fsz-2 {
  font-size: 1.25rem !important;
}
.fsz-3 {
  font-size: 1.5rem !important;
}
.fsz-4 {
  font-size: 2rem;
}
.fsz-5 {
  font-size: 2.5rem;
}
.fsz-sm {
  font-size: 0.75rem !important;
}
.fsz-sl {
  font-size: 0.625rem !important;
}
.fw-3 {
  font-weight: 300 !important;
}
.fw-4 {
  font-weight: 400;
}
.fw-5 {
  font-weight: 500 !important;
}
.fw-6 {
  font-weight: 600 !important;
}
.fw-7 {
  font-weight: 700 !important;
}
.text-malibu {
  color: #7BAAF7 !important;
}
.text-portage {
  color: #8799e8;
}
.text-blue {
  color: #0000ff !important;
}
.text-primary {
  color: #3f51b5 !important;
}
.text-royalBlue {
  color: #2F80ED !important;
}
.text-brand {
  color: #254185 !important;
}
.text-gray {
  color: #757575 !important;
}
.text-shuttleGray {
  color: #5F6368 !important;
}
.text-title-gray {
  color: #757575 !important;
}
.text-white {
  color: #fff !important;
}
.text-wrong,
.text-danger {
  color: #F9CDCD;
}
.text-dusty-gray {
  color: #999999;
}
.text-medium {
  color: #ff8d4d;
}
.text-light-gray {
  color: #cecece;
}
.text-sapphire {
  color: #303f9f;
}
.text-horizon {
  color: #5F87A8;
}
.text-black {
  color: #000000 !important;
}
.text-default {
  color: rgba(0, 0, 0, 0.87) !important;
}
.text-inherit {
  color: inherit !important;
}
.text-initial {
  color: initial !important;
}
.text-message-blue-bg {
  color: #2296F3 !important;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-none {
  text-decoration: none;
}
.text-accent {
  color: #ffc107;
}
.text-error {
  color: #f44336;
}
.lh-0 {
  line-height: 0;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-2 {
  line-height: 2 !important;
}
.lh-3 {
  line-height: 3;
}
.lh-1-1 {
  line-height: 1.1;
}
.lh-1-2 {
  line-height: 1.2 !important;
}
.lh-1-3 {
  line-height: 1.3 !important;
}
.lh-1-4 {
  line-height: 1.4 !important;
}
.ws-pre-wrap {
  white-space: pre-wrap;
}
.ws-nowrap {
  white-space: nowrap;
}
.ws-pre-line {
  white-space: pre-line !important;
}
.font-roboto {
  font-family:
    "Roboto Condensed",
    "Open Sans",
    sans-serif;
}
.copy-icon {
  background: whitesmoke;
  color: #999999;
  transition: all 400ms;
}
.copy-icon:hover {
  background: #3f51b5;
  color: white;
}
.gap-1 {
  row-gap: 0.625rem;
}
.gap-2 {
  row-gap: 1.25rem;
}
.col-gap-1 {
  column-gap: 0.625rem;
}
.col-gap-2 {
  column-gap: 1.25rem;
}
body.theme-default .pl-4,
body.theme-default .px-4 {
  padding-left: 2rem !important;
}
body.theme-default .pr-4,
body.theme-default .px-4 {
  padding-right: 2rem !important;
}
.fields-no-offset .mat-form-field-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.custom-button-toggle-group .button-toggle {
  padding: 0 15px;
}
@media screen and (max-width: 599px) {
  .custom-button-toggle-group .button-toggle {
    padding: 0 5px;
  }
}
.custom-button-toggle-group .mat-button-toggle-group {
  width: 100%;
}
.custom-button-toggle-group .mat-button-toggle-group .mat-button-toggle {
  width: 100%;
}
.custom-button-toggle-group .mat-button-toggle-group .mat-button-toggle-button {
  height: 56px;
  line-height: 1;
}
.custom-button-toggle-group .mat-button-toggle-label-content {
  font-weight: 500 !important;
  padding: 2px !important;
}
.custom-button-toggle-group .mat-button-toggle-checked {
  background-color: #7BAAF7 !important;
}
.custom-button-toggle-group .mat-button-toggle-checked .mat-button-toggle-label-content {
  color: #fff !important;
}
.custom-button-toggle-group .mat-pseudo-checkbox {
  display: none;
}
.custom-button-toggle-group.btn-primary .mat-button-toggle-checked {
  background-color: #3f51b5 !important;
}
.custom-button-toggle-group button {
  padding-left: 0 !important;
}
#main .mat-form-field-suffix > .mat-datepicker-toggle .mat-mdc-icon-button {
  top: -0.5rem;
}
#main .mat-form-field-suffix > .mat-datepicker-toggle .mat-button-wrapper {
  margin-top: 0.5rem;
}
#main .mat-mdc-select[aria-disabled=true] {
  padding-right: 15px;
}
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 100%;
  line-height: 1.4;
}
body {
  height: 100%;
  line-height: 1.4;
}
body.tv {
  overflow: auto;
}
@media screen and (min-width: 1280px) {
  .navbar-fuse-sidebar.folded + .container .container-fluid,
  .navbar-fuse-sidebar.folded + .container .container-sm,
  .navbar-fuse-sidebar.folded + .container .container-md,
  .navbar-fuse-sidebar.folded + .container .container-lg,
  .navbar-fuse-sidebar.folded + .container .container-xl {
    max-width: 1640px;
  }
}
.mat-mdc-select {
  vertical-align: text-bottom;
}
button:focus,
a:focus {
  outline: none;
}
.mat-menu,
.close-popup {
  position: absolute;
  top: 0;
  right: 0;
}
.timesheet-table-wrapper {
  max-height: 400px;
  overflow: auto;
  min-height: 300px;
}
@media screen and (min-width: 600px) {
  .timesheet-table-wrapper {
    max-height: calc(100vh - 420px);
  }
}
@media screen and (min-width: 600px) {
  .timesheet-table-wrapper.has-no-extra-fields {
    max-height: calc(100vh - 360px);
  }
}
.timesheet-table-wrapper .mat-mdc-cell {
  height: 41px;
}
.timesheet-table-wrapper .index-cell {
  width: 45px;
}
.timesheet-table-wrapper.extended {
  max-height: none;
  max-height: calc(100vh - 240px);
}
.timesheet-table-wrapper.condensed .mat-mdc-header-row {
  height: 45px !important;
}
.timesheet-table-wrapper.condensed .mat-mdc-header-row > .mat-mdc-header-cell {
  font-size: 11px;
}
.timesheet-table-wrapper.condensed .mat-mdc-cell {
  font-size: 12px;
  min-width: 30px;
}
.timesheet-table-wrapper.condensed .time {
  font-size: 10px;
  line-height: 1.6;
}
.timesheet-table-wrapper.condensed tbody tr td:nth-of-type(2) {
  padding-left: 0 !important;
  padding-right: 10px !important;
  line-height: 1.3;
}
.timesheet-table-wrapper.condensed .mat-mdc-cell {
  height: 35px;
}
.timesheet-table-wrapper.condensed .shift-fact {
  height: 38px !important;
}
.timesheet-table-wrapper.quantity-table .mat-header-cell {
  min-width: 25px;
}
@media screen and (max-width: 599px) {
  .timesheet-table-wrapper {
    margin: 0 -15px;
  }
}
.row {
  flex-grow: 1;
}
.popup-action {
  position: relative;
}
.popup-action__btn {
  position: absolute;
}
.flex-none {
  flex: none;
}
.nav-item .nav-link.active:after {
  content: "";
  height: 100%;
  width: 4px;
  background: #fff;
  left: 0;
  position: absolute;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.mat-mdc-table {
  width: 100%;
}
.mat-mdc-table * {
  vertical-align: middle;
}
.page-heading__title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
}
.page-heading__buttons button,
.page-heading__buttons a {
  margin-left: 0.625rem;
}
.page-content__empty {
  font-size: 1.625rem;
  color: #757575;
  text-align: center;
}
.ql-toolbar.ql-snow {
  border: 0.0625rem solid rgba(0, 0, 0, 0.42);
}
.ql-container.ql-snow {
  border: 0.0625rem solid rgba(0, 0, 0, 0.42);
  font-size: 1rem;
  height: 12.5rem;
  font-family: "Open Sans", sans-serif;
}
.back-button {
  background-color: rgb(129.75, 129.75, 129.75);
  color: #fff;
}
.main-toolbar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.main-toolbar__item {
  background: transparent;
  color: #fff;
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
}
.main-toolbar__item:nth-child(2),
.main-toolbar__item:nth-child(3),
.main-toolbar__item:nth-child(4) {
  border-left: 0.0625rem solid #254185;
}
.main-toolbar__space {
  margin-bottom: 3.125rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 48rem) {
  .main-toolbar__space {
    margin-bottom: 5rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.component-default {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.theme-blue-gray-dark .mat-toolbar-container {
  background: #303030;
}
.theme-blue-gray-dark mat-form-field.mat-mdc-form-field:hover {
  background-color: transparent;
}
.theme-blue-gray-dark .mat-mdc-form-field-focus-overlay,
.theme-blue-gray-dark .mat-focused {
  background-color: transparent !important;
}
.theme-blue-gray-dark .mat-mdc-header-row .mat-mdc-header-cell {
  color: #fff !important;
}
.theme-blue-gray-dark quill-editor .ql-snow {
  border: 0.0625rem solid rgb(255, 255, 255);
}
.theme-blue-gray-dark quill-editor .ql-snow .ql-stroke {
  stroke: #fff;
}
.theme-blue-gray-dark quill-editor .ql-snow .ql-fill {
  fill: #fff;
}
.theme-blue-gray-dark quill-editor .ql-snow .ql-editor.ql-blank:before {
  color: rgba(255, 255, 255, 0.9);
}
.theme-blue-gray-dark quill-editor .ql-snow .ql-picker-label {
  color: #fff;
}
a.mat-mdc-fab {
  position: fixed;
  right: 30px;
  top: 80%;
  transform: translateY(-50%);
  left: auto;
  z-index: 4;
}
.clickable:hover {
  cursor: pointer;
}
.user-photo {
  max-height: 150px;
  max-width: 160px;
  margin: 0 auto;
}
.user-photo img {
  object-fit: contain;
}
.underline {
  width: calc(100% + 32px);
  height: 1px;
  background: #dedede;
  position: relative;
  left: -16px;
}
.spec .remove {
  position: absolute;
  top: -8px;
  right: -13px;
  height: calc(100% + 0.84375em);
}
.item__empty {
  font-size: 1rem;
  color: #757575;
}
mat-form-field.mat-mdc-form-field:not(.mat-mdc-paginator-page-size-select) {
  margin-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.mat-form-field-invalid {
  padding-bottom: 10px;
}
mat-form-field > .mat-mdc-form-field-subscript-wrapper {
  height: 0;
}
mat-form-field.mat-mdc-form-field.mat-form-field-appearance-outline > div.mat-mdc-text-field-wrapper > div.mat-mdc-form-field-flex > div.mat-mdc-form-field-infix > .mat-mdc-input-element > div.mat-date-range-input-container {
  margin-top: 0.3125rem;
}
mat-form-field.mat-mdc-form-field.mat-form-field-appearance-outline > div.mat-mdc-text-field-wrapper > div.mat-mdc-form-field-flex > div.mat-mdc-form-field-infix > .mat-mdc-input-element > div.mat-date-range-input-container {
  margin-top: 0.3125rem;
}
mat-form-field.mat-mdc-form-field.mat-form-field-appearance-outline > div.mat-mdc-text-field-wrapper > div.mat-mdc-form-field-flex > div.mat-mdc-form-field-infix > input.mat-mdc-input-element {
  margin-top: 0.125rem;
}
mat-form-field.mat-mdc-form-field.mat-form-field-appearance-outline > div.mat-mdc-text-field-wrapper > div.mat-mdc-form-field-flex > div.mat-mdc-form-field-infix > input.mat-mdc-input-element {
  margin-top: 0.125rem;
}
mat-form-field.mat-mdc-form-field.mat-form-field-appearance-outline > div.mat-mdc-text-field-wrapper > div.mat-mdc-form-field-flex > div.mdc-notched-outline > div.mdc-notched-outline__notch > .mat-mdc-floating-label > mat-label {
  display: block;
  margin-bottom: 0.3125rem;
}
mat-form-field.mat-mdc-form-field.mat-form-field-appearance-outline > div.mat-mdc-text-field-wrapper > div.mat-mdc-form-field-flex > div.mdc-notched-outline > div.mdc-notched-outline__notch > .mat-mdc-floating-label > mat-label {
  display: block;
  margin-bottom: 0.3125rem;
}
mat-form-field.mat-mdc-form-field.mat-form-field-appearance-outline > div.mat-mdc-text-field-wrapper > div.mat-mdc-form-field-flex > div.mdc-notched-outline > div.mdc-notched-outline__notch > .mat-mdc-floating-label {
  display: flex;
  overflow: visible;
}
mat-form-field.mat-mdc-form-field.mat-form-field-appearance-outline > div.mat-mdc-text-field-wrapper > div.mat-mdc-form-field-flex > div.mdc-notched-outline > div.mdc-notched-outline__notch > .mat-mdc-floating-label {
  display: flex;
  overflow: visible;
}
body.theme-default .mat-mdc-form-field-focus-overlay,
.mat-focused {
  background-color: #fff !important;
}
body.theme-default .mdc-text-field .mdc-text-field__input {
  line-height: 1;
}
mat-form-field.mat-mdc-form-field:hover {
  background-color: #fff;
}
mat-form-field.mat-form-field-appearance-fill > div.mdc-text-field--filled > div.mat-mdc-form-field-flex > div.mat-mdc-form-field-infix > mat-select.mat-mdc-select,
mat-form-field.mat-form-field-appearance-fill > div.mdc-text-field--filled > div.mat-mdc-form-field-flex > div.mat-mdc-form-field-infix > app-select-search > mat-select.mat-mdc-select,
mat-form-field.mat-form-field-appearance-fill > div.mdc-text-field--filled > div.mat-mdc-form-field-flex > div.mat-mdc-form-field-infix > input.mat-mdc-input-element {
  top: 15px;
  position: relative;
  left: -15px;
}
mat-form-field.mat-form-field-appearance-fill > div.mdc-text-field--filled > div.mat-mdc-form-field-flex > div.mat-mdc-form-field-infix > label + mat-select.mat-mdc-select,
mat-form-field.mat-form-field-appearance-fill > div.mdc-text-field--filled > div.mat-mdc-form-field-flex > div.mat-mdc-form-field-infix > label + input.mat-mdc-input-element {
  top: 10px;
  position: relative;
  left: -15px;
}
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-flex {
  min-height: 56px;
  align-items: center;
}
.date-range-wrapper .mat-end-date {
  transform: translateY(10%);
}
.date-range-wrapper .mat-datepicker-toggle {
  display: flex;
}
.mat-mdc-icon-button .mat-icon {
  color: #999999;
}
body div.mat-mdc-menu-content .mat-mdc-menu-item .mat-icon {
  color: #999999;
}
.mat-mdc-icon-button .mat-icon svg {
  vertical-align: baseline;
}
body .mat-mdc-form-field:not(.mat-mdc-form-field-appearance-legacy) .mat-mdc-form-field-suffix .mat-mdc-icon-button {
  align-items: baseline;
}
body.theme-default .mat-mdc-card-outlined {
  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) !important;
}
.mat-mdc-card {
  padding: 16px 10px 0px 10px;
  margin-bottom: 16px;
}
.mat-mdc-dialog-container .mdc-dialog__title,
.mat-mdc-card-title {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  padding: 24px;
}
.mdc-dialog__title::before {
  display: none !important;
}
.mat-mdc-card .mat-mdc-card-header {
  padding: 1rem;
}
.mat-mdc-card .mat-mdc-card-footer {
  padding: 0.5rem 1rem;
}
.mat-mdc-list-item .mdc-list-item__primary-text {
  flex-direction: row !important;
}
.mat-mdc-list-item .mdc-list-item__primary-text .mat-mdc-list-item .mdc-list-item__primary-text {
  flex-direction: row !important;
}
.mat-horizontal-stepper-header-container {
  overflow-x: auto;
}
.mat-horizontal-stepper-header {
  min-width: fit-content;
}
.two-row-textarea {
  min-height: 36px;
}
body.navbar-position-right .add-button-desktop {
  right: 0px;
  left: 40px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delayed {
  animation-name: fadeIn;
  animation-duration: 0.5s;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-auto {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pos-relative {
  position: relative !important;
}
.pos-absolute {
  position: absolute !important;
}
.pos-static {
  position: static !important;
}
.top-0 {
  top: 0;
}
.img-fluid {
  max-width: 100%;
  height: 100%;
}
.text-overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.tt-uppercase {
  text-transform: uppercase;
}
.border-0 {
  border: none !important;
}
.pointer {
  cursor: pointer;
}
.help {
  cursor: help;
}
.not-allowed:hover {
  cursor: not-allowed !important;
}
.full-width {
  width: 100% !important;
}
.full-height {
  height: 100% !important;
}
.bxsh-none {
  box-shadow: none !important;
}
.h-inherit {
  height: inherit;
}
.h-fit-content {
  height: fit-content !important;
}
.h-max-fit-content {
  max-height: fit-content !important;
}
.h-56 {
  height: 56px;
}
.min-w-inherit {
  min-width: inherit !important;
}
.min-w-initial {
  min-width: initial !important;
}
.min-w-auto {
  min-width: auto !important;
}
.min-w-25 {
  min-width: 1.5625rem;
}
.min-w-90 {
  min-width: 5.625rem;
}
.min-w-150 {
  min-width: 9.375rem;
}
.min-w-200 {
  min-width: 12.5rem;
}
.min-w-280 {
  min-width: 17.5rem;
}
.min-w-350 {
  min-width: 21.875rem;
}
.min-w-1000 {
  min-width: 62.5rem;
}
.max-w-50 {
  max-width: 3.125rem;
}
.max-w-90 {
  max-width: 6.25rem;
}
.max-w-75 {
  max-width: 4.6875rem;
}
.max-w-150 {
  max-width: 9.375rem;
}
.max-w-185 {
  max-width: 185px;
}
.max-w-200 {
  max-width: 200px;
}
.max-w-350 {
  max-width: 350px;
}
.max-w-max-content {
  max-width: max-content !important;
}
.max-w-fc {
  max-width: fit-content;
}
.max-w-100 {
  max-width: 100%;
}
.min-h-500 {
  min-height: 500px;
}
.min-h-300 {
  min-height: 300px;
}
.min-h-180 {
  min-height: 180px;
}
.min-h-150 {
  min-height: 150px;
}
.min-h-80 {
  min-height: 80px;
}
.min-h-fit-content {
  min-height: fit-content;
}
.max-h-180 {
  max-height: 180px;
}
.max-h-320 {
  max-height: 320px;
}
.max-h-400 {
  max-height: 400px;
}
.mvh-100 {
  max-height: 100vh;
}
.mvh-60 {
  max-height: 60vh;
}
.mvh-55 {
  max-height: 55vh;
}
.mvh-50 {
  max-height: 50vh;
}
.mvh-45 {
  max-height: 45vh;
}
.mvh-40 {
  max-height: 40vh;
}
.mvh-30 {
  max-height: 30vh;
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.list-unstyled {
  list-style: none;
}
.object-fit-cover {
  object-fit: cover;
}
.object-fit-contain {
  object-fit: contain;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-disabled {
  cursor: not-allowed;
}
.cursor-move {
  cursor: move;
}
.cursor-default {
  cursor: default !important;
}
.cursor-wait {
  cursor: wait !important;
}
.rotate-180 {
  rotate: 180deg;
}
.d-contents {
  display: contents;
}
.mat-mdc-table {
  overflow-x: scroll;
}
.mat-mdc-row,
.mat-mdc-header-row {
  width: 100%;
  background-color: #FAFAFA;
}
.mat-mdc-row .mat-mdc-header-cell,
.mat-mdc-header-row .mat-mdc-header-cell {
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.54) !important;
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
  padding: 0 16px 0 16px;
}
.mat-mdc-table .mdc-data-table__row {
  height: auto !important;
}
.mat-mdc-paginator-outer-container .mat-mdc-paginator-container {
  align-items: baseline;
  padding: 12px 0;
}
.mat-mdc-paginator-outer-container .mat-mdc-paginator-container .mdc-notched-outline {
  height: auto;
  top: inherit;
  bottom: 0;
}
.theme-blue-gray-dark .fc-divider {
  color: #3c4252;
}
.form-buttons {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.form-buttons__primary {
  color: #fff;
  border: 1px solid #2F80ED;
  background-color: #2F80ED;
}
.form-buttons__primary-stroked {
  background-color: transparent;
  color: #2F80ED;
  border: 1px solid #2F80ED;
}
.form-buttons__warn {
  color: #fff;
  background-color: #EB5757;
  border: 1px solid #EB5757;
}
.form-buttons__warn-stroked {
  background-color: transparent;
  color: #EB5757;
  border: 1px solid #EB5757;
}
.btn-sm {
  width: 2rem !important;
  height: 2rem !important;
}
.btn-sm .mat-icon {
  font-size: 1.25rem;
  line-height: 1.3;
}
div.page-heading > .mat-mdc-fab .mat-icon:not(mat-fab-menu) {
  color: white;
  position: relative;
  top: 31%;
  left: 28%;
}
mat-fab-menu > .mat-mdc-fab .mat-icon,
.mat-mdc-fab .material-icons {
  color: white;
}
.mdc-button,
.mat-mdc-button,
.mdc-button .mdc-button--raised .mat-mdc-raised-button .mat-primary .mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base {
  padding: 8px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
body.theme-default .mdc-text-field--disabled,
body.theme-default .mdc-text-field--filled {
  background-color: white !important;
  padding-right: 0 !important;
}
body.theme-default button.mat-mdc-icon-button {
  line-height: 1;
}
body.theme-default .mat-mdc-option .mat-icon {
  margin-right: 0;
}
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.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;
  bottom: 0px;
  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;
  right: 0;
  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;
}
.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;
  bottom: 2px;
  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;
  right: 2px;
  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;
}
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px / 32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-legacy-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 24px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: 0.03125em;
  --mat-legacy-button-toggle-label-text-weight: 400;
}
html {
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 24px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: 0.03125em;
  --mat-standard-button-toggle-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: 0.03125em;
  --mdc-filled-text-field-label-text-weight: 400;
}
html {
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: 0.03125em;
  --mdc-outlined-text-field-label-text-weight: 400;
}
html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --mdc-chip-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Roboto, sans-serif;
  --mat-switch-label-text-line-height: 20px;
  --mat-switch-label-text-size: 14px;
  --mat-switch-label-text-tracking: 0.0178571429em;
  --mat-switch-label-text-weight: 400;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: 0.0892857143em;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
}
html {
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: 0.0892857143em;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
}
html {
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: 0.0892857143em;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
}
html {
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: 0.0892857143em;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
}
html {
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
}
html {
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}
html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #FF0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[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 12px rgba(0, 0, 0, 0.37);
  border-radius: 12px;
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb:active {
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
  border-radius: 12px;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-static {
  position: static;
}
@media screen and (min-width: 600px) {
  .position-sm-relative {
    position: relative;
  }
  .position-sm-absolute {
    position: absolute;
  }
  .position-sm-static {
    position: static;
  }
}
@media screen and (min-width: 992px) {
  .position-md-relative {
    position: relative;
  }
  .position-md-absolute {
    position: absolute;
  }
  .position-md-static {
    position: static;
  }
}
@media screen and (min-width: 1280px) {
  .position-lg-relative {
    position: relative;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .position-lg-static {
    position: static;
  }
}
@media screen and (min-width: 1920px) {
  .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 screen and (min-width: 600px) {
  .align-sm-top {
    top: 0;
  }
  .align-sm-right {
    right: 0;
  }
  .align-sm-bottom {
    bottom: 0;
  }
  .align-sm-left {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .align-md-top {
    top: 0;
  }
  .align-md-right {
    right: 0;
  }
  .align-md-bottom {
    bottom: 0;
  }
  .align-md-left {
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .align-lg-top {
    top: 0;
  }
  .align-lg-right {
    right: 0;
  }
  .align-lg-bottom {
    bottom: 0;
  }
  .align-lg-left {
    left: 0;
  }
}
@media screen and (min-width: 1920px) {
  .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;
}
.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;
}
@media screen and (min-width: 600px) {
  .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;
  }
  .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;
  }
}
@media screen and (min-width: 992px) {
  .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;
  }
  .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;
  }
}
@media screen and (min-width: 1280px) {
  .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;
  }
  .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;
  }
}
@media screen and (min-width: 1920px) {
  .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;
  }
  .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;
  }
}
.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,
.bx {
  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-danger {
  border: 1px solid #dd2c00 !important;
}
.border-brand,
.border-primary {
  border: 1px solid #254185 !important;
}
.border-radius-100 {
  border-radius: 100%;
}
.border-radius-2 {
  border-radius: 2px;
}
.border-radius-4 {
  border-radius: 4px;
}
.border-radius-8 {
  border-radius: 8px;
}
.border-radius-16 {
  border-radius: 16px;
}
.lcp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lcp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lcp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lcp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lcp-5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
html,
body {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.boxed {
  max-width: 1200px;
  margin: 0 auto;
  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);
}
* {
  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;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}
input {
  border: none;
  padding: 0 16px;
}
i,
mat-icon {
  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 screen and (min-width: 600px) {
  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 screen and (min-width: 992px) {
  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 screen and (min-width: 1280px) {
  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 screen and (min-width: 1920px) {
  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;
  }
}
.red-50-bg {
  background-color: #ffebee !important;
}
.red-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-50[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-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;
}
.red-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-100[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-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;
}
.red-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-200[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-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;
}
.red-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-300[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-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;
}
.red-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-400[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-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;
}
.red-500 {
  background-color: #f44336 !important;
  color: white !important;
}
.red-500[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-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;
}
.red {
  background-color: #f44336 !important;
  color: white !important;
}
.red[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-fg {
  color: #f44336 !important;
}
.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;
}
.red-600 {
  background-color: #e53935 !important;
  color: white !important;
}
.red-600[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-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;
}
.red-700 {
  background-color: #d32f2f !important;
  color: white !important;
}
.red-700[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-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;
}
.red-800 {
  background-color: #c62828 !important;
  color: white !important;
}
.red-800[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-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;
}
.red-900 {
  background-color: #b71c1c !important;
  color: white !important;
}
.red-900[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-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;
}
.red-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.red-A100[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-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;
}
.red-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}
.red-A200[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-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;
}
.red-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}
.red-A400[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-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;
}
.red-A700 {
  background-color: #d50000 !important;
  color: white !important;
}
.red-A700[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-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;
}
.pink-50 {
  background-color: #fce4ec !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-50[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-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;
}
.pink-100 {
  background-color: #f8bbd0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-100[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-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;
}
.pink-200 {
  background-color: #f48fb1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-200[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-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;
}
.pink-300 {
  background-color: #f06292 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-300[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-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;
}
.pink-400 {
  background-color: #ec407a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-400[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-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;
}
.pink-500 {
  background-color: #e91e63 !important;
  color: white !important;
}
.pink-500[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-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;
}
.pink {
  background-color: #e91e63 !important;
  color: white !important;
}
.pink[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-fg {
  color: #e91e63 !important;
}
.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;
}
.pink-600 {
  background-color: #d81b60 !important;
  color: white !important;
}
.pink-600[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-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;
}
.pink-700 {
  background-color: #c2185b !important;
  color: white !important;
}
.pink-700[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-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;
}
.pink-800 {
  background-color: #ad1457 !important;
  color: white !important;
}
.pink-800[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-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;
}
.pink-900 {
  background-color: #880e4f !important;
  color: white !important;
}
.pink-900[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-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;
}
.pink-A100 {
  background-color: #ff80ab !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-A100[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-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;
}
.pink-A200 {
  background-color: #ff4081 !important;
  color: white !important;
}
.pink-A200[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-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;
}
.pink-A400 {
  background-color: #f50057 !important;
  color: white !important;
}
.pink-A400[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-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;
}
.pink-A700 {
  background-color: #c51162 !important;
  color: white !important;
}
.pink-A700[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-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;
}
.purple-50 {
  background-color: #f3e5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.purple-50[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-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;
}
.purple-100 {
  background-color: #e1bee7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.purple-100[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-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;
}
.purple-200 {
  background-color: #ce93d8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.purple-200[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-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;
}
.purple-300 {
  background-color: #ba68c8 !important;
  color: white !important;
}
.purple-300[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-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;
}
.purple-400 {
  background-color: #ab47bc !important;
  color: white !important;
}
.purple-400[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-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;
}
.purple-500 {
  background-color: #9c27b0 !important;
  color: white !important;
}
.purple-500[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-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;
}
.purple {
  background-color: #9c27b0 !important;
  color: white !important;
}
.purple[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-fg {
  color: #9c27b0 !important;
}
.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;
}
.purple-600 {
  background-color: #8e24aa !important;
  color: white !important;
}
.purple-600[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-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;
}
.purple-700 {
  background-color: #7b1fa2 !important;
  color: white !important;
}
.purple-700[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-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;
}
.purple-800 {
  background-color: #6a1b9a !important;
  color: white !important;
}
.purple-800[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-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;
}
.purple-900 {
  background-color: #4a148c !important;
  color: white !important;
}
.purple-900[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-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;
}
.purple-A100 {
  background-color: #ea80fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.purple-A100[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-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;
}
.purple-A200 {
  background-color: #e040fb !important;
  color: white !important;
}
.purple-A200[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-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;
}
.purple-A400 {
  background-color: #d500f9 !important;
  color: white !important;
}
.purple-A400[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-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;
}
.purple-A700 {
  background-color: #aa00ff !important;
  color: white !important;
}
.purple-A700[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-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;
}
.deep-purple-50 {
  background-color: #ede7f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-purple-50[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-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;
}
.deep-purple-100 {
  background-color: #d1c4e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-purple-100[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-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;
}
.deep-purple-200 {
  background-color: #b39ddb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-purple-200[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-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;
}
.deep-purple-300 {
  background-color: #9575cd !important;
  color: white !important;
}
.deep-purple-300[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-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;
}
.deep-purple-400 {
  background-color: #7e57c2 !important;
  color: white !important;
}
.deep-purple-400[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-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;
}
.deep-purple-500 {
  background-color: #673ab7 !important;
  color: white !important;
}
.deep-purple-500[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-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;
}
.deep-purple {
  background-color: #673ab7 !important;
  color: white !important;
}
.deep-purple[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-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;
}
.deep-purple-600 {
  background-color: #5e35b1 !important;
  color: white !important;
}
.deep-purple-600[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-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;
}
.deep-purple-700 {
  background-color: #512da8 !important;
  color: white !important;
}
.deep-purple-700[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-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;
}
.deep-purple-800 {
  background-color: #4527a0 !important;
  color: white !important;
}
.deep-purple-800[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-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;
}
.deep-purple-900 {
  background-color: #311b92 !important;
  color: white !important;
}
.deep-purple-900[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-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;
}
.deep-purple-A100 {
  background-color: #b388ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-purple-A100[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-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;
}
.deep-purple-A200 {
  background-color: #7c4dff !important;
  color: white !important;
}
.deep-purple-A200[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-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;
}
.deep-purple-A400 {
  background-color: #651fff !important;
  color: white !important;
}
.deep-purple-A400[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-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;
}
.deep-purple-A700 {
  background-color: #6200ea !important;
  color: white !important;
}
.deep-purple-A700[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-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;
}
.indigo-50 {
  background-color: #e8eaf6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.indigo-50[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-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;
}
.indigo-100 {
  background-color: #c5cae9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.indigo-100[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-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;
}
.indigo-200 {
  background-color: #9fa8da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.indigo-200[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-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;
}
.indigo-300 {
  background-color: #7986cb !important;
  color: white !important;
}
.indigo-300[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-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;
}
.indigo-400 {
  background-color: #5c6bc0 !important;
  color: white !important;
}
.indigo-400[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-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;
}
.indigo-500 {
  background-color: #3f51b5 !important;
  color: white !important;
}
.indigo-500[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-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;
}
.indigo {
  background-color: #3f51b5 !important;
  color: white !important;
}
.indigo[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-fg {
  color: #3f51b5 !important;
}
.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;
}
.indigo-600 {
  background-color: #3949ab !important;
  color: white !important;
}
.indigo-600[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-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;
}
.indigo-700 {
  background-color: #303f9f !important;
  color: white !important;
}
.indigo-700[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-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;
}
.indigo-800 {
  background-color: #283593 !important;
  color: white !important;
}
.indigo-800[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-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;
}
.indigo-900 {
  background-color: #1a237e !important;
  color: white !important;
}
.indigo-900[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-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;
}
.indigo-A100 {
  background-color: #8c9eff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.indigo-A100[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-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;
}
.indigo-A200 {
  background-color: #536dfe !important;
  color: white !important;
}
.indigo-A200[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-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;
}
.indigo-A400 {
  background-color: #3d5afe !important;
  color: white !important;
}
.indigo-A400[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-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;
}
.indigo-A700 {
  background-color: #304ffe !important;
  color: white !important;
}
.indigo-A700[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-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;
}
.blue-50 {
  background-color: #e3f2fd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-50[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-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;
}
.blue-100 {
  background-color: #bbdefb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-100[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-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;
}
.blue-200 {
  background-color: #90caf9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-200[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-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;
}
.blue-300 {
  background-color: #64b5f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-300[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-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;
}
.blue-400 {
  background-color: #42a5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-400[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-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;
}
.blue-500 {
  background-color: #2196f3 !important;
  color: white !important;
}
.blue-500[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-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;
}
.blue {
  background-color: #2196f3 !important;
  color: white !important;
}
.blue[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-fg {
  color: #2196f3 !important;
}
.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;
}
.blue-600 {
  background-color: #1e88e5 !important;
  color: white !important;
}
.blue-600[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-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;
}
.blue-700 {
  background-color: #1976d2 !important;
  color: white !important;
}
.blue-700[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-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;
}
.blue-800 {
  background-color: #1565c0 !important;
  color: white !important;
}
.blue-800[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-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;
}
.blue-900 {
  background-color: #0d47a1 !important;
  color: white !important;
}
.blue-900[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-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;
}
.blue-A100 {
  background-color: #82b1ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-A100[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-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;
}
.blue-A200 {
  background-color: #448aff !important;
  color: white !important;
}
.blue-A200[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-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;
}
.blue-A400 {
  background-color: #2979ff !important;
  color: white !important;
}
.blue-A400[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-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;
}
.blue-A700 {
  background-color: #2962ff !important;
  color: white !important;
}
.blue-A700[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-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;
}
.light-blue-50 {
  background-color: #e1f5fe !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-50[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-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;
}
.light-blue-100 {
  background-color: #b3e5fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-100[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-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;
}
.light-blue-200 {
  background-color: #81d4fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-200[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-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;
}
.light-blue-300 {
  background-color: #4fc3f7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-300[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-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;
}
.light-blue-400 {
  background-color: #29b6f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-400[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-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;
}
.light-blue-500 {
  background-color: #03a9f4 !important;
  color: white !important;
}
.light-blue-500[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-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;
}
.light-blue {
  background-color: #03a9f4 !important;
  color: white !important;
}
.light-blue[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-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;
}
.light-blue-600 {
  background-color: #039be5 !important;
  color: white !important;
}
.light-blue-600[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-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;
}
.light-blue-700 {
  background-color: #0288d1 !important;
  color: white !important;
}
.light-blue-700[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-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;
}
.light-blue-800 {
  background-color: #0277bd !important;
  color: white !important;
}
.light-blue-800[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-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;
}
.light-blue-900 {
  background-color: #01579b !important;
  color: white !important;
}
.light-blue-900[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-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;
}
.light-blue-A100 {
  background-color: #80d8ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-A100[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-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;
}
.light-blue-A200 {
  background-color: #40c4ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-A200[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-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;
}
.light-blue-A400 {
  background-color: #00b0ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-A400[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-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;
}
.light-blue-A700 {
  background-color: #0091ea !important;
  color: white !important;
}
.light-blue-A700[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-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;
}
.cyan-50 {
  background-color: #e0f7fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-50[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-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;
}
.cyan-100 {
  background-color: #b2ebf2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-100[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-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;
}
.cyan-200 {
  background-color: #80deea !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-200[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-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;
}
.cyan-300 {
  background-color: #4dd0e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-300[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-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;
}
.cyan-400 {
  background-color: #26c6da !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-400[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-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;
}
.cyan-500 {
  background-color: #00bcd4 !important;
  color: white !important;
}
.cyan-500[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-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;
}
.cyan {
  background-color: #00bcd4 !important;
  color: white !important;
}
.cyan[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-fg {
  color: #00bcd4 !important;
}
.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;
}
.cyan-600 {
  background-color: #00acc1 !important;
  color: white !important;
}
.cyan-600[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-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;
}
.cyan-700 {
  background-color: #0097a7 !important;
  color: white !important;
}
.cyan-700[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-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;
}
.cyan-800 {
  background-color: #00838f !important;
  color: white !important;
}
.cyan-800[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-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;
}
.cyan-900 {
  background-color: #006064 !important;
  color: white !important;
}
.cyan-900[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-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;
}
.cyan-A100 {
  background-color: #84ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-A100[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-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;
}
.cyan-A200 {
  background-color: #18ffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-A200[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-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;
}
.cyan-A400 {
  background-color: #00e5ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-A400[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-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;
}
.cyan-A700 {
  background-color: #00b8d4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.cyan-A700[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-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;
}
.teal-50 {
  background-color: #e0f2f1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-50[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-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;
}
.teal-100 {
  background-color: #b2dfdb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-100[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-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;
}
.teal-200 {
  background-color: #80cbc4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-200[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-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;
}
.teal-300 {
  background-color: #4db6ac !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-300[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-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;
}
.teal-400 {
  background-color: #26a69a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-400[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-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;
}
.teal-500 {
  background-color: #009688 !important;
  color: white !important;
}
.teal-500[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-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;
}
.teal {
  background-color: #009688 !important;
  color: white !important;
}
.teal[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-fg {
  color: #009688 !important;
}
.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;
}
.teal-600 {
  background-color: #00897b !important;
  color: white !important;
}
.teal-600[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-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;
}
.teal-700 {
  background-color: #00796b !important;
  color: white !important;
}
.teal-700[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-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;
}
.teal-800 {
  background-color: #00695c !important;
  color: white !important;
}
.teal-800[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-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;
}
.teal-900 {
  background-color: #004d40 !important;
  color: white !important;
}
.teal-900[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-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;
}
.teal-A100 {
  background-color: #a7ffeb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-A100[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-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;
}
.teal-A200 {
  background-color: #64ffda !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-A200[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-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;
}
.teal-A400 {
  background-color: #1de9b6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-A400[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-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;
}
.teal-A700 {
  background-color: #00bfa5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.teal-A700[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-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;
}
.green-50 {
  background-color: #e8f5e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-50[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-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;
}
.green-100 {
  background-color: #c8e6c9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-100[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-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;
}
.green-200 {
  background-color: #a5d6a7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-200[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-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;
}
.green-300 {
  background-color: #81c784 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-300[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-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;
}
.green-400 {
  background-color: #66bb6a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-400[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-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;
}
.green-500 {
  background-color: #4caf50 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-500[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-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;
}
.green {
  background-color: #4caf50 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-fg {
  color: #4caf50 !important;
}
.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;
}
.green-600 {
  background-color: #43a047 !important;
  color: white !important;
}
.green-600[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-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;
}
.green-700 {
  background-color: #388e3c !important;
  color: white !important;
}
.green-700[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-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;
}
.green-800 {
  background-color: #2e7d32 !important;
  color: white !important;
}
.green-800[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-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;
}
.green-900 {
  background-color: #1b5e20 !important;
  color: white !important;
}
.green-900[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-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;
}
.green-A100 {
  background-color: #b9f6ca !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-A100[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-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;
}
.green-A200 {
  background-color: #69f0ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-A200[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-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;
}
.green-A400 {
  background-color: #00e676 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-A400[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-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;
}
.green-A700 {
  background-color: #00c853 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green-A700[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-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;
}
.light-green-50 {
  background-color: #f1f8e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-50[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-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;
}
.light-green-100 {
  background-color: #dcedc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-100[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-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;
}
.light-green-200 {
  background-color: #c5e1a5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-200[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-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;
}
.light-green-300 {
  background-color: #aed581 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-300[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-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;
}
.light-green-400 {
  background-color: #9ccc65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-400[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-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;
}
.light-green-500 {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-500[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-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;
}
.light-green {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green[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-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;
}
.light-green-600 {
  background-color: #7cb342 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-600[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-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;
}
.light-green-700 {
  background-color: #689f38 !important;
  color: white !important;
}
.light-green-700[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-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;
}
.light-green-800 {
  background-color: #558b2f !important;
  color: white !important;
}
.light-green-800[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-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;
}
.light-green-900 {
  background-color: #33691e !important;
  color: white !important;
}
.light-green-900[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-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;
}
.light-green-A100 {
  background-color: #ccff90 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A100[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-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;
}
.light-green-A200 {
  background-color: #b2ff59 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A200[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-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;
}
.light-green-A400 {
  background-color: #76ff03 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A400[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-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;
}
.light-green-A700 {
  background-color: #64dd17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A700[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-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;
}
.lime-50 {
  background-color: #f9fbe7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-50[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-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;
}
.lime-100 {
  background-color: #f0f4c3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-100[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-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;
}
.lime-200 {
  background-color: #e6ee9c !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-200[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-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;
}
.lime-300 {
  background-color: #dce775 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-300[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-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;
}
.lime-400 {
  background-color: #d4e157 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-400[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-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;
}
.lime-500 {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-500[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-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;
}
.lime {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-fg {
  color: #cddc39 !important;
}
.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;
}
.lime-600 {
  background-color: #c0ca33 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-600[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-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;
}
.lime-700 {
  background-color: #afb42b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-700[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-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;
}
.lime-800 {
  background-color: #9e9d24 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-800[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-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;
}
.lime-900 {
  background-color: #827717 !important;
  color: white !important;
}
.lime-900[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-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;
}
.lime-A100 {
  background-color: #f4ff81 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-A100[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-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;
}
.lime-A200 {
  background-color: #eeff41 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-A200[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-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;
}
.lime-A400 {
  background-color: #c6ff00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-A400[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-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;
}
.lime-A700 {
  background-color: #aeea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime-A700[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-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;
}
.yellow-50 {
  background-color: #fffde7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-50[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-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;
}
.yellow-100 {
  background-color: #fff9c4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-100[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-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;
}
.yellow-200 {
  background-color: #fff59d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-200[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-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;
}
.yellow-300 {
  background-color: #fff176 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-300[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-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;
}
.yellow-400 {
  background-color: #ffee58 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-400[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-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;
}
.yellow-500 {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-500[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-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;
}
.yellow {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-fg {
  color: #ffeb3b !important;
}
.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;
}
.yellow-600 {
  background-color: #fdd835 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-600[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-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;
}
.yellow-700 {
  background-color: #fbc02d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-700[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-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;
}
.yellow-800 {
  background-color: #f9a825 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-800[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-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;
}
.yellow-900 {
  background-color: #f57f17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-900[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-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;
}
.yellow-A100 {
  background-color: #ffff8d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-A100[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-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;
}
.yellow-A200 {
  background-color: #ffff00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-A200[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-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;
}
.yellow-A400 {
  background-color: #ffea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-A400[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-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;
}
.yellow-A700 {
  background-color: #ffd600 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow-A700[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-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;
}
.amber-50 {
  background-color: #fff8e1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-50[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-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;
}
.amber-100 {
  background-color: #ffecb3 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-100[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-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;
}
.amber-200 {
  background-color: #ffe082 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-200[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-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;
}
.amber-300 {
  background-color: #ffd54f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-300[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-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;
}
.amber-400 {
  background-color: #ffca28 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-400[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-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;
}
.amber-500 {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-500[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-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;
}
.amber {
  background-color: #ffc107 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.amber-fg {
  color: #ffc107 !important;
}
.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;
}
.amber-600 {
  background-color: #ffb300 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-600[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-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;
}
.amber-700 {
  background-color: #ffa000 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-700[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-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;
}
.amber-800 {
  background-color: #ff8f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-800[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-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;
}
.amber-900 {
  background-color: #ff6f00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-900[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-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;
}
.amber-A100 {
  background-color: #ffe57f !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-A100[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-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;
}
.amber-A200 {
  background-color: #ffd740 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-A200[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-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;
}
.amber-A400 {
  background-color: #ffc400 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-A400[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-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;
}
.amber-A700 {
  background-color: #ffab00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.amber-A700[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-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;
}
.orange-50 {
  background-color: #fff3e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-50[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-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;
}
.orange-100 {
  background-color: #ffe0b2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-100[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-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;
}
.orange-200 {
  background-color: #ffcc80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-200[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-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;
}
.orange-300 {
  background-color: #ffb74d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-300[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-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;
}
.orange-400 {
  background-color: #ffa726 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-400[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-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;
}
.orange-500 {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-500[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-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;
}
.orange {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-fg {
  color: #ff9800 !important;
}
.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;
}
.orange-600 {
  background-color: #fb8c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-600[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-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;
}
.orange-700 {
  background-color: #f57c00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-700[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-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;
}
.orange-800 {
  background-color: #ef6c00 !important;
  color: white !important;
}
.orange-800[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-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;
}
.orange-900 {
  background-color: #e65100 !important;
  color: white !important;
}
.orange-900[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-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;
}
.orange-A100 {
  background-color: #ffd180 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-A100[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-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;
}
.orange-A200 {
  background-color: #ffab40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-A200[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-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;
}
.orange-A400 {
  background-color: #ff9100 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange-A400[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-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;
}
.orange-A700 {
  background-color: #ff6d00 !important;
  color: black !important;
}
.orange-A700[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-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;
}
.deep-orange-50 {
  background-color: #fbe9e7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-50[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-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;
}
.deep-orange-100 {
  background-color: #ffccbc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-100[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-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;
}
.deep-orange-200 {
  background-color: #ffab91 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-200[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-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;
}
.deep-orange-300 {
  background-color: #ff8a65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-300[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-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;
}
.deep-orange-400 {
  background-color: #ff7043 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-400[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-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;
}
.deep-orange-500 {
  background-color: #ff5722 !important;
  color: white !important;
}
.deep-orange-500[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-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;
}
.deep-orange {
  background-color: #ff5722 !important;
  color: white !important;
}
.deep-orange[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-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;
}
.deep-orange-600 {
  background-color: #f4511e !important;
  color: white !important;
}
.deep-orange-600[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-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;
}
.deep-orange-700 {
  background-color: #e64a19 !important;
  color: white !important;
}
.deep-orange-700[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-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;
}
.deep-orange-800 {
  background-color: #d84315 !important;
  color: white !important;
}
.deep-orange-800[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-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;
}
.deep-orange-900 {
  background-color: #bf360c !important;
  color: white !important;
}
.deep-orange-900[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-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;
}
.deep-orange-A100 {
  background-color: #ff9e80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-A100[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-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;
}
.deep-orange-A200 {
  background-color: #ff6e40 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.deep-orange-A200[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-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;
}
.deep-orange-A400 {
  background-color: #ff3d00 !important;
  color: white !important;
}
.deep-orange-A400[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-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;
}
.deep-orange-A700 {
  background-color: #dd2c00 !important;
  color: white !important;
}
.deep-orange-A700[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-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;
}
.brown-50 {
  background-color: #efebe9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.brown-50[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-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;
}
.brown-100 {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.brown-100[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-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;
}
.brown-200 {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.brown-200[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-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;
}
.brown-300 {
  background-color: #a1887f !important;
  color: white !important;
}
.brown-300[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-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;
}
.brown-400 {
  background-color: #8d6e63 !important;
  color: white !important;
}
.brown-400[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-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;
}
.brown-500 {
  background-color: #795548 !important;
  color: white !important;
}
.brown-500[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-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;
}
.brown {
  background-color: #795548 !important;
  color: white !important;
}
.brown[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-fg {
  color: #795548 !important;
}
.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;
}
.brown-600 {
  background-color: #6d4c41 !important;
  color: white !important;
}
.brown-600[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-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;
}
.brown-700 {
  background-color: #5d4037 !important;
  color: white !important;
}
.brown-700[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-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;
}
.brown-800 {
  background-color: #4e342e !important;
  color: white !important;
}
.brown-800[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-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;
}
.brown-900 {
  background-color: #3e2723 !important;
  color: white !important;
}
.brown-900[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-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;
}
.brown-A100 {
  background-color: #d7ccc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.brown-A100[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-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;
}
.brown-A200 {
  background-color: #bcaaa4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.brown-A200[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-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;
}
.brown-A400 {
  background-color: #8d6e63 !important;
  color: white !important;
}
.brown-A400[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-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;
}
.brown-A700 {
  background-color: #5d4037 !important;
  color: white !important;
}
.brown-A700[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-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;
}
.grey-50 {
  background-color: #fafafa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-50[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-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;
}
.grey-100 {
  background-color: #f5f5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-100[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-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;
}
.grey-200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-200[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-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;
}
.grey-300 {
  background-color: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-300[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-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;
}
.grey-400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-400[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-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;
}
.grey-500 {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-500[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-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;
}
.grey {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-fg {
  color: #9e9e9e !important;
}
.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;
}
.grey-600 {
  background-color: #757575 !important;
  color: white !important;
}
.grey-600[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-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;
}
.grey-700 {
  background-color: #616161 !important;
  color: white !important;
}
.grey-700[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-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;
}
.grey-800 {
  background-color: #424242 !important;
  color: white !important;
}
.grey-800[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-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;
}
.grey-900 {
  background-color: #212121 !important;
  color: white !important;
}
.grey-900[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-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;
}
.grey-A100 {
  background-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-A100[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-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;
}
.grey-A200 {
  background-color: #eeeeee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-A200[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-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;
}
.grey-A400 {
  background-color: #bdbdbd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey-A400[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-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;
}
.grey-A700 {
  background-color: #616161 !important;
  color: white !important;
}
.grey-A700[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-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;
}
.blue-grey-50 {
  background-color: #eceff1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-50[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-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;
}
.blue-grey-100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-100[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-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;
}
.blue-grey-200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-200[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-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;
}
.blue-grey-300 {
  background-color: #90a4ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-300[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-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;
}
.blue-grey-400 {
  background-color: #78909c !important;
  color: white !important;
}
.blue-grey-400[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-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;
}
.blue-grey-500 {
  background-color: #607d8b !important;
  color: white !important;
}
.blue-grey-500[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-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;
}
.blue-grey {
  background-color: #607d8b !important;
  color: white !important;
}
.blue-grey[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-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;
}
.blue-grey-600 {
  background-color: #546e7a !important;
  color: white !important;
}
.blue-grey-600[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-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;
}
.blue-grey-700 {
  background-color: #455a64 !important;
  color: white !important;
}
.blue-grey-700[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-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;
}
.blue-grey-800 {
  background-color: #37474f !important;
  color: white !important;
}
.blue-grey-800[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-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;
}
.blue-grey-900 {
  background-color: #263238 !important;
  color: white !important;
}
.blue-grey-900[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-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;
}
.blue-grey-A100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-A100[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-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;
}
.blue-grey-A200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.blue-grey-A200[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-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;
}
.blue-grey-A400 {
  background-color: #78909c !important;
  color: white !important;
}
.blue-grey-A400[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-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;
}
.blue-grey-A700 {
  background-color: #455a64 !important;
  color: white !important;
}
.blue-grey-A700[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-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;
}
.red-50 i,
.red-50 .icon,
.red-100 i,
.red-100 .icon,
.red-200 i,
.red-200 .icon,
.red-300 i,
.red-300 .icon,
.red-400 i,
.red-400 .icon,
.red-A100 i,
.red-A100 .icon,
.pink-50 i,
.pink-50 .icon,
.pink-100 i,
.pink-100 .icon,
.pink-200 i,
.pink-200 .icon,
.pink-300 i,
.pink-300 .icon,
.pink-400 i,
.pink-400 .icon,
.pink-A100 i,
.pink-A100 .icon,
.purple-50 i,
.purple-50 .icon,
.purple-100 i,
.purple-100 .icon,
.purple-200 i,
.purple-200 .icon,
.purple-A100 i,
.purple-A100 .icon,
.deep-purple-50 i,
.deep-purple-50 .icon,
.deep-purple-100 i,
.deep-purple-100 .icon,
.deep-purple-200 i,
.deep-purple-200 .icon,
.deep-purple-A100 i,
.deep-purple-A100 .icon,
.indigo-50 i,
.indigo-50 .icon,
.indigo-100 i,
.indigo-100 .icon,
.indigo-200 i,
.indigo-200 .icon,
.indigo-A100 i,
.indigo-A100 .icon,
.blue-50 i,
.blue-50 .icon,
.blue-100 i,
.blue-100 .icon,
.blue-200 i,
.blue-200 .icon,
.blue-300 i,
.blue-300 .icon,
.blue-400 i,
.blue-400 .icon,
.blue-A100 i,
.blue-A100 .icon,
.light-blue-50 i,
.light-blue-50 .icon,
.light-blue-100 i,
.light-blue-100 .icon,
.light-blue-200 i,
.light-blue-200 .icon,
.light-blue-300 i,
.light-blue-300 .icon,
.light-blue-400 i,
.light-blue-400 .icon,
.light-blue-A100 i,
.light-blue-A100 .icon,
.light-blue-A200 i,
.light-blue-A200 .icon,
.light-blue-A400 i,
.light-blue-A400 .icon,
.cyan-50 i,
.cyan-50 .icon,
.cyan-100 i,
.cyan-100 .icon,
.cyan-200 i,
.cyan-200 .icon,
.cyan-300 i,
.cyan-300 .icon,
.cyan-400 i,
.cyan-400 .icon,
.cyan-A100 i,
.cyan-A100 .icon,
.cyan-A200 i,
.cyan-A200 .icon,
.cyan-A400 i,
.cyan-A400 .icon,
.cyan-A700 i,
.cyan-A700 .icon,
.teal-50 i,
.teal-50 .icon,
.teal-100 i,
.teal-100 .icon,
.teal-200 i,
.teal-200 .icon,
.teal-300 i,
.teal-300 .icon,
.teal-400 i,
.teal-400 .icon,
.teal-A100 i,
.teal-A100 .icon,
.teal-A200 i,
.teal-A200 .icon,
.teal-A400 i,
.teal-A400 .icon,
.teal-A700 i,
.teal-A700 .icon,
.green-50 i,
.green-50 .icon,
.green-100 i,
.green-100 .icon,
.green-200 i,
.green-200 .icon,
.green-300 i,
.green-300 .icon,
.green-400 i,
.green-400 .icon,
.green-500 i,
.green-500 .icon,
.green i,
.green .icon,
.green-A100 i,
.green-A100 .icon,
.green-A200 i,
.green-A200 .icon,
.green-A400 i,
.green-A400 .icon,
.green-A700 i,
.green-A700 .icon,
.light-green-50 i,
.light-green-50 .icon,
.light-green-100 i,
.light-green-100 .icon,
.light-green-200 i,
.light-green-200 .icon,
.light-green-300 i,
.light-green-300 .icon,
.light-green-400 i,
.light-green-400 .icon,
.light-green-500 i,
.light-green-500 .icon,
.light-green i,
.light-green .icon,
.light-green-600 i,
.light-green-600 .icon,
.light-green-A100 i,
.light-green-A100 .icon,
.light-green-A200 i,
.light-green-A200 .icon,
.light-green-A400 i,
.light-green-A400 .icon,
.light-green-A700 i,
.light-green-A700 .icon,
.lime-50 i,
.lime-50 .icon,
.lime-100 i,
.lime-100 .icon,
.lime-200 i,
.lime-200 .icon,
.lime-300 i,
.lime-300 .icon,
.lime-400 i,
.lime-400 .icon,
.lime-500 i,
.lime-500 .icon,
.lime i,
.lime .icon,
.lime-600 i,
.lime-600 .icon,
.lime-700 i,
.lime-700 .icon,
.lime-800 i,
.lime-800 .icon,
.lime-A100 i,
.lime-A100 .icon,
.lime-A200 i,
.lime-A200 .icon,
.lime-A400 i,
.lime-A400 .icon,
.lime-A700 i,
.lime-A700 .icon,
.yellow-50 i,
.yellow-50 .icon,
.yellow-100 i,
.yellow-100 .icon,
.yellow-200 i,
.yellow-200 .icon,
.yellow-300 i,
.yellow-300 .icon,
.yellow-400 i,
.yellow-400 .icon,
.yellow-500 i,
.yellow-500 .icon,
.yellow i,
.yellow .icon,
.yellow-600 i,
.yellow-600 .icon,
.yellow-700 i,
.yellow-700 .icon,
.yellow-800 i,
.yellow-800 .icon,
.yellow-900 i,
.yellow-900 .icon,
.yellow-A100 i,
.yellow-A100 .icon,
.yellow-A200 i,
.yellow-A200 .icon,
.yellow-A400 i,
.yellow-A400 .icon,
.yellow-A700 i,
.yellow-A700 .icon,
.amber-50 i,
.amber-50 .icon,
.amber-100 i,
.amber-100 .icon,
.amber-200 i,
.amber-200 .icon,
.amber-300 i,
.amber-300 .icon,
.amber-400 i,
.amber-400 .icon,
.amber-500 i,
.amber-500 .icon,
.amber i,
.amber .icon,
.amber-600 i,
.amber-600 .icon,
.amber-700 i,
.amber-700 .icon,
.amber-800 i,
.amber-800 .icon,
.amber-900 i,
.amber-900 .icon,
.amber-A100 i,
.amber-A100 .icon,
.amber-A200 i,
.amber-A200 .icon,
.amber-A400 i,
.amber-A400 .icon,
.amber-A700 i,
.amber-A700 .icon,
.orange-50 i,
.orange-50 .icon,
.orange-100 i,
.orange-100 .icon,
.orange-200 i,
.orange-200 .icon,
.orange-300 i,
.orange-300 .icon,
.orange-400 i,
.orange-400 .icon,
.orange-500 i,
.orange-500 .icon,
.orange i,
.orange .icon,
.orange-600 i,
.orange-600 .icon,
.orange-700 i,
.orange-700 .icon,
.orange-A100 i,
.orange-A100 .icon,
.orange-A200 i,
.orange-A200 .icon,
.orange-A400 i,
.orange-A400 .icon,
.orange-A700 i,
.orange-A700 .icon,
.deep-orange-50 i,
.deep-orange-50 .icon,
.deep-orange-100 i,
.deep-orange-100 .icon,
.deep-orange-200 i,
.deep-orange-200 .icon,
.deep-orange-300 i,
.deep-orange-300 .icon,
.deep-orange-400 i,
.deep-orange-400 .icon,
.deep-orange-A100 i,
.deep-orange-A100 .icon,
.deep-orange-A200 i,
.deep-orange-A200 .icon,
.brown-50 i,
.brown-50 .icon,
.brown-100 i,
.brown-100 .icon,
.brown-200 i,
.brown-200 .icon,
.brown-A100 i,
.brown-A100 .icon,
.brown-A200 i,
.brown-A200 .icon,
.grey-50 i,
.grey-50 .icon,
.grey-100 i,
.grey-100 .icon,
.grey-200 i,
.grey-200 .icon,
.grey-300 i,
.grey-300 .icon,
.grey-400 i,
.grey-400 .icon,
.grey-500 i,
.grey-500 .icon,
.grey i,
.grey .icon,
.grey-A100 i,
.grey-A100 .icon,
.grey-A200 i,
.grey-A200 .icon,
.grey-A400 i,
.grey-A400 .icon,
.blue-grey-50 i,
.blue-grey-50 .icon,
.blue-grey-100 i,
.blue-grey-100 .icon,
.blue-grey-200 i,
.blue-grey-200 .icon,
.blue-grey-300 i,
.blue-grey-300 .icon,
.blue-grey-A100 i,
.blue-grey-A100 .icon,
.blue-grey-A200 i,
.blue-grey-A200 .icon {
  color: rgba(0, 0, 0, 0.54);
}
.red-50.secondary-text,
.red-50 .secondary-text,
.red-100.secondary-text,
.red-100 .secondary-text,
.red-200.secondary-text,
.red-200 .secondary-text,
.red-300.secondary-text,
.red-300 .secondary-text,
.red-400.secondary-text,
.red-400 .secondary-text,
.red-A100.secondary-text,
.red-A100 .secondary-text,
.pink-50.secondary-text,
.pink-50 .secondary-text,
.pink-100.secondary-text,
.pink-100 .secondary-text,
.pink-200.secondary-text,
.pink-200 .secondary-text,
.pink-300.secondary-text,
.pink-300 .secondary-text,
.pink-400.secondary-text,
.pink-400 .secondary-text,
.pink-A100.secondary-text,
.pink-A100 .secondary-text,
.purple-50.secondary-text,
.purple-50 .secondary-text,
.purple-100.secondary-text,
.purple-100 .secondary-text,
.purple-200.secondary-text,
.purple-200 .secondary-text,
.purple-A100.secondary-text,
.purple-A100 .secondary-text,
.deep-purple-50.secondary-text,
.deep-purple-50 .secondary-text,
.deep-purple-100.secondary-text,
.deep-purple-100 .secondary-text,
.deep-purple-200.secondary-text,
.deep-purple-200 .secondary-text,
.deep-purple-A100.secondary-text,
.deep-purple-A100 .secondary-text,
.indigo-50.secondary-text,
.indigo-50 .secondary-text,
.indigo-100.secondary-text,
.indigo-100 .secondary-text,
.indigo-200.secondary-text,
.indigo-200 .secondary-text,
.indigo-A100.secondary-text,
.indigo-A100 .secondary-text,
.blue-50.secondary-text,
.blue-50 .secondary-text,
.blue-100.secondary-text,
.blue-100 .secondary-text,
.blue-200.secondary-text,
.blue-200 .secondary-text,
.blue-300.secondary-text,
.blue-300 .secondary-text,
.blue-400.secondary-text,
.blue-400 .secondary-text,
.blue-A100.secondary-text,
.blue-A100 .secondary-text,
.light-blue-50.secondary-text,
.light-blue-50 .secondary-text,
.light-blue-100.secondary-text,
.light-blue-100 .secondary-text,
.light-blue-200.secondary-text,
.light-blue-200 .secondary-text,
.light-blue-300.secondary-text,
.light-blue-300 .secondary-text,
.light-blue-400.secondary-text,
.light-blue-400 .secondary-text,
.light-blue-A100.secondary-text,
.light-blue-A100 .secondary-text,
.light-blue-A200.secondary-text,
.light-blue-A200 .secondary-text,
.light-blue-A400.secondary-text,
.light-blue-A400 .secondary-text,
.cyan-50.secondary-text,
.cyan-50 .secondary-text,
.cyan-100.secondary-text,
.cyan-100 .secondary-text,
.cyan-200.secondary-text,
.cyan-200 .secondary-text,
.cyan-300.secondary-text,
.cyan-300 .secondary-text,
.cyan-400.secondary-text,
.cyan-400 .secondary-text,
.cyan-A100.secondary-text,
.cyan-A100 .secondary-text,
.cyan-A200.secondary-text,
.cyan-A200 .secondary-text,
.cyan-A400.secondary-text,
.cyan-A400 .secondary-text,
.cyan-A700.secondary-text,
.cyan-A700 .secondary-text,
.teal-50.secondary-text,
.teal-50 .secondary-text,
.teal-100.secondary-text,
.teal-100 .secondary-text,
.teal-200.secondary-text,
.teal-200 .secondary-text,
.teal-300.secondary-text,
.teal-300 .secondary-text,
.teal-400.secondary-text,
.teal-400 .secondary-text,
.teal-A100.secondary-text,
.teal-A100 .secondary-text,
.teal-A200.secondary-text,
.teal-A200 .secondary-text,
.teal-A400.secondary-text,
.teal-A400 .secondary-text,
.teal-A700.secondary-text,
.teal-A700 .secondary-text,
.green-50.secondary-text,
.green-50 .secondary-text,
.green-100.secondary-text,
.green-100 .secondary-text,
.green-200.secondary-text,
.green-200 .secondary-text,
.green-300.secondary-text,
.green-300 .secondary-text,
.green-400.secondary-text,
.green-400 .secondary-text,
.green-500.secondary-text,
.green-500 .secondary-text,
.green.secondary-text,
.green .secondary-text,
.green-A100.secondary-text,
.green-A100 .secondary-text,
.green-A200.secondary-text,
.green-A200 .secondary-text,
.green-A400.secondary-text,
.green-A400 .secondary-text,
.green-A700.secondary-text,
.green-A700 .secondary-text,
.light-green-50.secondary-text,
.light-green-50 .secondary-text,
.light-green-100.secondary-text,
.light-green-100 .secondary-text,
.light-green-200.secondary-text,
.light-green-200 .secondary-text,
.light-green-300.secondary-text,
.light-green-300 .secondary-text,
.light-green-400.secondary-text,
.light-green-400 .secondary-text,
.light-green-500.secondary-text,
.light-green-500 .secondary-text,
.light-green.secondary-text,
.light-green .secondary-text,
.light-green-600.secondary-text,
.light-green-600 .secondary-text,
.light-green-A100.secondary-text,
.light-green-A100 .secondary-text,
.light-green-A200.secondary-text,
.light-green-A200 .secondary-text,
.light-green-A400.secondary-text,
.light-green-A400 .secondary-text,
.light-green-A700.secondary-text,
.light-green-A700 .secondary-text,
.lime-50.secondary-text,
.lime-50 .secondary-text,
.lime-100.secondary-text,
.lime-100 .secondary-text,
.lime-200.secondary-text,
.lime-200 .secondary-text,
.lime-300.secondary-text,
.lime-300 .secondary-text,
.lime-400.secondary-text,
.lime-400 .secondary-text,
.lime-500.secondary-text,
.lime-500 .secondary-text,
.lime.secondary-text,
.lime .secondary-text,
.lime-600.secondary-text,
.lime-600 .secondary-text,
.lime-700.secondary-text,
.lime-700 .secondary-text,
.lime-800.secondary-text,
.lime-800 .secondary-text,
.lime-A100.secondary-text,
.lime-A100 .secondary-text,
.lime-A200.secondary-text,
.lime-A200 .secondary-text,
.lime-A400.secondary-text,
.lime-A400 .secondary-text,
.lime-A700.secondary-text,
.lime-A700 .secondary-text,
.yellow-50.secondary-text,
.yellow-50 .secondary-text,
.yellow-100.secondary-text,
.yellow-100 .secondary-text,
.yellow-200.secondary-text,
.yellow-200 .secondary-text,
.yellow-300.secondary-text,
.yellow-300 .secondary-text,
.yellow-400.secondary-text,
.yellow-400 .secondary-text,
.yellow-500.secondary-text,
.yellow-500 .secondary-text,
.yellow.secondary-text,
.yellow .secondary-text,
.yellow-600.secondary-text,
.yellow-600 .secondary-text,
.yellow-700.secondary-text,
.yellow-700 .secondary-text,
.yellow-800.secondary-text,
.yellow-800 .secondary-text,
.yellow-900.secondary-text,
.yellow-900 .secondary-text,
.yellow-A100.secondary-text,
.yellow-A100 .secondary-text,
.yellow-A200.secondary-text,
.yellow-A200 .secondary-text,
.yellow-A400.secondary-text,
.yellow-A400 .secondary-text,
.yellow-A700.secondary-text,
.yellow-A700 .secondary-text,
.amber-50.secondary-text,
.amber-50 .secondary-text,
.amber-100.secondary-text,
.amber-100 .secondary-text,
.amber-200.secondary-text,
.amber-200 .secondary-text,
.amber-300.secondary-text,
.amber-300 .secondary-text,
.amber-400.secondary-text,
.amber-400 .secondary-text,
.amber-500.secondary-text,
.amber-500 .secondary-text,
.amber.secondary-text,
.amber .secondary-text,
.amber-600.secondary-text,
.amber-600 .secondary-text,
.amber-700.secondary-text,
.amber-700 .secondary-text,
.amber-800.secondary-text,
.amber-800 .secondary-text,
.amber-900.secondary-text,
.amber-900 .secondary-text,
.amber-A100.secondary-text,
.amber-A100 .secondary-text,
.amber-A200.secondary-text,
.amber-A200 .secondary-text,
.amber-A400.secondary-text,
.amber-A400 .secondary-text,
.amber-A700.secondary-text,
.amber-A700 .secondary-text,
.orange-50.secondary-text,
.orange-50 .secondary-text,
.orange-100.secondary-text,
.orange-100 .secondary-text,
.orange-200.secondary-text,
.orange-200 .secondary-text,
.orange-300.secondary-text,
.orange-300 .secondary-text,
.orange-400.secondary-text,
.orange-400 .secondary-text,
.orange-500.secondary-text,
.orange-500 .secondary-text,
.orange.secondary-text,
.orange .secondary-text,
.orange-600.secondary-text,
.orange-600 .secondary-text,
.orange-700.secondary-text,
.orange-700 .secondary-text,
.orange-A100.secondary-text,
.orange-A100 .secondary-text,
.orange-A200.secondary-text,
.orange-A200 .secondary-text,
.orange-A400.secondary-text,
.orange-A400 .secondary-text,
.orange-A700.secondary-text,
.orange-A700 .secondary-text,
.deep-orange-50.secondary-text,
.deep-orange-50 .secondary-text,
.deep-orange-100.secondary-text,
.deep-orange-100 .secondary-text,
.deep-orange-200.secondary-text,
.deep-orange-200 .secondary-text,
.deep-orange-300.secondary-text,
.deep-orange-300 .secondary-text,
.deep-orange-400.secondary-text,
.deep-orange-400 .secondary-text,
.deep-orange-A100.secondary-text,
.deep-orange-A100 .secondary-text,
.deep-orange-A200.secondary-text,
.deep-orange-A200 .secondary-text,
.brown-50.secondary-text,
.brown-50 .secondary-text,
.brown-100.secondary-text,
.brown-100 .secondary-text,
.brown-200.secondary-text,
.brown-200 .secondary-text,
.brown-A100.secondary-text,
.brown-A100 .secondary-text,
.brown-A200.secondary-text,
.brown-A200 .secondary-text,
.grey-50.secondary-text,
.grey-50 .secondary-text,
.grey-100.secondary-text,
.grey-100 .secondary-text,
.grey-200.secondary-text,
.grey-200 .secondary-text,
.grey-300.secondary-text,
.grey-300 .secondary-text,
.grey-400.secondary-text,
.grey-400 .secondary-text,
.grey-500.secondary-text,
.grey-500 .secondary-text,
.grey.secondary-text,
.grey .secondary-text,
.grey-A100.secondary-text,
.grey-A100 .secondary-text,
.grey-A200.secondary-text,
.grey-A200 .secondary-text,
.grey-A400.secondary-text,
.grey-A400 .secondary-text,
.blue-grey-50.secondary-text,
.blue-grey-50 .secondary-text,
.blue-grey-100.secondary-text,
.blue-grey-100 .secondary-text,
.blue-grey-200.secondary-text,
.blue-grey-200 .secondary-text,
.blue-grey-300.secondary-text,
.blue-grey-300 .secondary-text,
.blue-grey-A100.secondary-text,
.blue-grey-A100 .secondary-text,
.blue-grey-A200.secondary-text,
.blue-grey-A200 .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.red-50.hint-text,
.red-50 .hint-text,
.red-50.disabled-text,
.red-50 .disabled-text,
.red-100.hint-text,
.red-100 .hint-text,
.red-100.disabled-text,
.red-100 .disabled-text,
.red-200.hint-text,
.red-200 .hint-text,
.red-200.disabled-text,
.red-200 .disabled-text,
.red-300.hint-text,
.red-300 .hint-text,
.red-300.disabled-text,
.red-300 .disabled-text,
.red-400.hint-text,
.red-400 .hint-text,
.red-400.disabled-text,
.red-400 .disabled-text,
.red-A100.hint-text,
.red-A100 .hint-text,
.red-A100.disabled-text,
.red-A100 .disabled-text,
.pink-50.hint-text,
.pink-50 .hint-text,
.pink-50.disabled-text,
.pink-50 .disabled-text,
.pink-100.hint-text,
.pink-100 .hint-text,
.pink-100.disabled-text,
.pink-100 .disabled-text,
.pink-200.hint-text,
.pink-200 .hint-text,
.pink-200.disabled-text,
.pink-200 .disabled-text,
.pink-300.hint-text,
.pink-300 .hint-text,
.pink-300.disabled-text,
.pink-300 .disabled-text,
.pink-400.hint-text,
.pink-400 .hint-text,
.pink-400.disabled-text,
.pink-400 .disabled-text,
.pink-A100.hint-text,
.pink-A100 .hint-text,
.pink-A100.disabled-text,
.pink-A100 .disabled-text,
.purple-50.hint-text,
.purple-50 .hint-text,
.purple-50.disabled-text,
.purple-50 .disabled-text,
.purple-100.hint-text,
.purple-100 .hint-text,
.purple-100.disabled-text,
.purple-100 .disabled-text,
.purple-200.hint-text,
.purple-200 .hint-text,
.purple-200.disabled-text,
.purple-200 .disabled-text,
.purple-A100.hint-text,
.purple-A100 .hint-text,
.purple-A100.disabled-text,
.purple-A100 .disabled-text,
.deep-purple-50.hint-text,
.deep-purple-50 .hint-text,
.deep-purple-50.disabled-text,
.deep-purple-50 .disabled-text,
.deep-purple-100.hint-text,
.deep-purple-100 .hint-text,
.deep-purple-100.disabled-text,
.deep-purple-100 .disabled-text,
.deep-purple-200.hint-text,
.deep-purple-200 .hint-text,
.deep-purple-200.disabled-text,
.deep-purple-200 .disabled-text,
.deep-purple-A100.hint-text,
.deep-purple-A100 .hint-text,
.deep-purple-A100.disabled-text,
.deep-purple-A100 .disabled-text,
.indigo-50.hint-text,
.indigo-50 .hint-text,
.indigo-50.disabled-text,
.indigo-50 .disabled-text,
.indigo-100.hint-text,
.indigo-100 .hint-text,
.indigo-100.disabled-text,
.indigo-100 .disabled-text,
.indigo-200.hint-text,
.indigo-200 .hint-text,
.indigo-200.disabled-text,
.indigo-200 .disabled-text,
.indigo-A100.hint-text,
.indigo-A100 .hint-text,
.indigo-A100.disabled-text,
.indigo-A100 .disabled-text,
.blue-50.hint-text,
.blue-50 .hint-text,
.blue-50.disabled-text,
.blue-50 .disabled-text,
.blue-100.hint-text,
.blue-100 .hint-text,
.blue-100.disabled-text,
.blue-100 .disabled-text,
.blue-200.hint-text,
.blue-200 .hint-text,
.blue-200.disabled-text,
.blue-200 .disabled-text,
.blue-300.hint-text,
.blue-300 .hint-text,
.blue-300.disabled-text,
.blue-300 .disabled-text,
.blue-400.hint-text,
.blue-400 .hint-text,
.blue-400.disabled-text,
.blue-400 .disabled-text,
.blue-A100.hint-text,
.blue-A100 .hint-text,
.blue-A100.disabled-text,
.blue-A100 .disabled-text,
.light-blue-50.hint-text,
.light-blue-50 .hint-text,
.light-blue-50.disabled-text,
.light-blue-50 .disabled-text,
.light-blue-100.hint-text,
.light-blue-100 .hint-text,
.light-blue-100.disabled-text,
.light-blue-100 .disabled-text,
.light-blue-200.hint-text,
.light-blue-200 .hint-text,
.light-blue-200.disabled-text,
.light-blue-200 .disabled-text,
.light-blue-300.hint-text,
.light-blue-300 .hint-text,
.light-blue-300.disabled-text,
.light-blue-300 .disabled-text,
.light-blue-400.hint-text,
.light-blue-400 .hint-text,
.light-blue-400.disabled-text,
.light-blue-400 .disabled-text,
.light-blue-A100.hint-text,
.light-blue-A100 .hint-text,
.light-blue-A100.disabled-text,
.light-blue-A100 .disabled-text,
.light-blue-A200.hint-text,
.light-blue-A200 .hint-text,
.light-blue-A200.disabled-text,
.light-blue-A200 .disabled-text,
.light-blue-A400.hint-text,
.light-blue-A400 .hint-text,
.light-blue-A400.disabled-text,
.light-blue-A400 .disabled-text,
.cyan-50.hint-text,
.cyan-50 .hint-text,
.cyan-50.disabled-text,
.cyan-50 .disabled-text,
.cyan-100.hint-text,
.cyan-100 .hint-text,
.cyan-100.disabled-text,
.cyan-100 .disabled-text,
.cyan-200.hint-text,
.cyan-200 .hint-text,
.cyan-200.disabled-text,
.cyan-200 .disabled-text,
.cyan-300.hint-text,
.cyan-300 .hint-text,
.cyan-300.disabled-text,
.cyan-300 .disabled-text,
.cyan-400.hint-text,
.cyan-400 .hint-text,
.cyan-400.disabled-text,
.cyan-400 .disabled-text,
.cyan-A100.hint-text,
.cyan-A100 .hint-text,
.cyan-A100.disabled-text,
.cyan-A100 .disabled-text,
.cyan-A200.hint-text,
.cyan-A200 .hint-text,
.cyan-A200.disabled-text,
.cyan-A200 .disabled-text,
.cyan-A400.hint-text,
.cyan-A400 .hint-text,
.cyan-A400.disabled-text,
.cyan-A400 .disabled-text,
.cyan-A700.hint-text,
.cyan-A700 .hint-text,
.cyan-A700.disabled-text,
.cyan-A700 .disabled-text,
.teal-50.hint-text,
.teal-50 .hint-text,
.teal-50.disabled-text,
.teal-50 .disabled-text,
.teal-100.hint-text,
.teal-100 .hint-text,
.teal-100.disabled-text,
.teal-100 .disabled-text,
.teal-200.hint-text,
.teal-200 .hint-text,
.teal-200.disabled-text,
.teal-200 .disabled-text,
.teal-300.hint-text,
.teal-300 .hint-text,
.teal-300.disabled-text,
.teal-300 .disabled-text,
.teal-400.hint-text,
.teal-400 .hint-text,
.teal-400.disabled-text,
.teal-400 .disabled-text,
.teal-A100.hint-text,
.teal-A100 .hint-text,
.teal-A100.disabled-text,
.teal-A100 .disabled-text,
.teal-A200.hint-text,
.teal-A200 .hint-text,
.teal-A200.disabled-text,
.teal-A200 .disabled-text,
.teal-A400.hint-text,
.teal-A400 .hint-text,
.teal-A400.disabled-text,
.teal-A400 .disabled-text,
.teal-A700.hint-text,
.teal-A700 .hint-text,
.teal-A700.disabled-text,
.teal-A700 .disabled-text,
.green-50.hint-text,
.green-50 .hint-text,
.green-50.disabled-text,
.green-50 .disabled-text,
.green-100.hint-text,
.green-100 .hint-text,
.green-100.disabled-text,
.green-100 .disabled-text,
.green-200.hint-text,
.green-200 .hint-text,
.green-200.disabled-text,
.green-200 .disabled-text,
.green-300.hint-text,
.green-300 .hint-text,
.green-300.disabled-text,
.green-300 .disabled-text,
.green-400.hint-text,
.green-400 .hint-text,
.green-400.disabled-text,
.green-400 .disabled-text,
.green-500.hint-text,
.green-500 .hint-text,
.green-500.disabled-text,
.green-500 .disabled-text,
.green.hint-text,
.green .hint-text,
.green.disabled-text,
.green .disabled-text,
.green-A100.hint-text,
.green-A100 .hint-text,
.green-A100.disabled-text,
.green-A100 .disabled-text,
.green-A200.hint-text,
.green-A200 .hint-text,
.green-A200.disabled-text,
.green-A200 .disabled-text,
.green-A400.hint-text,
.green-A400 .hint-text,
.green-A400.disabled-text,
.green-A400 .disabled-text,
.green-A700.hint-text,
.green-A700 .hint-text,
.green-A700.disabled-text,
.green-A700 .disabled-text,
.light-green-50.hint-text,
.light-green-50 .hint-text,
.light-green-50.disabled-text,
.light-green-50 .disabled-text,
.light-green-100.hint-text,
.light-green-100 .hint-text,
.light-green-100.disabled-text,
.light-green-100 .disabled-text,
.light-green-200.hint-text,
.light-green-200 .hint-text,
.light-green-200.disabled-text,
.light-green-200 .disabled-text,
.light-green-300.hint-text,
.light-green-300 .hint-text,
.light-green-300.disabled-text,
.light-green-300 .disabled-text,
.light-green-400.hint-text,
.light-green-400 .hint-text,
.light-green-400.disabled-text,
.light-green-400 .disabled-text,
.light-green-500.hint-text,
.light-green-500 .hint-text,
.light-green-500.disabled-text,
.light-green-500 .disabled-text,
.light-green.hint-text,
.light-green .hint-text,
.light-green.disabled-text,
.light-green .disabled-text,
.light-green-600.hint-text,
.light-green-600 .hint-text,
.light-green-600.disabled-text,
.light-green-600 .disabled-text,
.light-green-A100.hint-text,
.light-green-A100 .hint-text,
.light-green-A100.disabled-text,
.light-green-A100 .disabled-text,
.light-green-A200.hint-text,
.light-green-A200 .hint-text,
.light-green-A200.disabled-text,
.light-green-A200 .disabled-text,
.light-green-A400.hint-text,
.light-green-A400 .hint-text,
.light-green-A400.disabled-text,
.light-green-A400 .disabled-text,
.light-green-A700.hint-text,
.light-green-A700 .hint-text,
.light-green-A700.disabled-text,
.light-green-A700 .disabled-text,
.lime-50.hint-text,
.lime-50 .hint-text,
.lime-50.disabled-text,
.lime-50 .disabled-text,
.lime-100.hint-text,
.lime-100 .hint-text,
.lime-100.disabled-text,
.lime-100 .disabled-text,
.lime-200.hint-text,
.lime-200 .hint-text,
.lime-200.disabled-text,
.lime-200 .disabled-text,
.lime-300.hint-text,
.lime-300 .hint-text,
.lime-300.disabled-text,
.lime-300 .disabled-text,
.lime-400.hint-text,
.lime-400 .hint-text,
.lime-400.disabled-text,
.lime-400 .disabled-text,
.lime-500.hint-text,
.lime-500 .hint-text,
.lime-500.disabled-text,
.lime-500 .disabled-text,
.lime.hint-text,
.lime .hint-text,
.lime.disabled-text,
.lime .disabled-text,
.lime-600.hint-text,
.lime-600 .hint-text,
.lime-600.disabled-text,
.lime-600 .disabled-text,
.lime-700.hint-text,
.lime-700 .hint-text,
.lime-700.disabled-text,
.lime-700 .disabled-text,
.lime-800.hint-text,
.lime-800 .hint-text,
.lime-800.disabled-text,
.lime-800 .disabled-text,
.lime-A100.hint-text,
.lime-A100 .hint-text,
.lime-A100.disabled-text,
.lime-A100 .disabled-text,
.lime-A200.hint-text,
.lime-A200 .hint-text,
.lime-A200.disabled-text,
.lime-A200 .disabled-text,
.lime-A400.hint-text,
.lime-A400 .hint-text,
.lime-A400.disabled-text,
.lime-A400 .disabled-text,
.lime-A700.hint-text,
.lime-A700 .hint-text,
.lime-A700.disabled-text,
.lime-A700 .disabled-text,
.yellow-50.hint-text,
.yellow-50 .hint-text,
.yellow-50.disabled-text,
.yellow-50 .disabled-text,
.yellow-100.hint-text,
.yellow-100 .hint-text,
.yellow-100.disabled-text,
.yellow-100 .disabled-text,
.yellow-200.hint-text,
.yellow-200 .hint-text,
.yellow-200.disabled-text,
.yellow-200 .disabled-text,
.yellow-300.hint-text,
.yellow-300 .hint-text,
.yellow-300.disabled-text,
.yellow-300 .disabled-text,
.yellow-400.hint-text,
.yellow-400 .hint-text,
.yellow-400.disabled-text,
.yellow-400 .disabled-text,
.yellow-500.hint-text,
.yellow-500 .hint-text,
.yellow-500.disabled-text,
.yellow-500 .disabled-text,
.yellow.hint-text,
.yellow .hint-text,
.yellow.disabled-text,
.yellow .disabled-text,
.yellow-600.hint-text,
.yellow-600 .hint-text,
.yellow-600.disabled-text,
.yellow-600 .disabled-text,
.yellow-700.hint-text,
.yellow-700 .hint-text,
.yellow-700.disabled-text,
.yellow-700 .disabled-text,
.yellow-800.hint-text,
.yellow-800 .hint-text,
.yellow-800.disabled-text,
.yellow-800 .disabled-text,
.yellow-900.hint-text,
.yellow-900 .hint-text,
.yellow-900.disabled-text,
.yellow-900 .disabled-text,
.yellow-A100.hint-text,
.yellow-A100 .hint-text,
.yellow-A100.disabled-text,
.yellow-A100 .disabled-text,
.yellow-A200.hint-text,
.yellow-A200 .hint-text,
.yellow-A200.disabled-text,
.yellow-A200 .disabled-text,
.yellow-A400.hint-text,
.yellow-A400 .hint-text,
.yellow-A400.disabled-text,
.yellow-A400 .disabled-text,
.yellow-A700.hint-text,
.yellow-A700 .hint-text,
.yellow-A700.disabled-text,
.yellow-A700 .disabled-text,
.amber-50.hint-text,
.amber-50 .hint-text,
.amber-50.disabled-text,
.amber-50 .disabled-text,
.amber-100.hint-text,
.amber-100 .hint-text,
.amber-100.disabled-text,
.amber-100 .disabled-text,
.amber-200.hint-text,
.amber-200 .hint-text,
.amber-200.disabled-text,
.amber-200 .disabled-text,
.amber-300.hint-text,
.amber-300 .hint-text,
.amber-300.disabled-text,
.amber-300 .disabled-text,
.amber-400.hint-text,
.amber-400 .hint-text,
.amber-400.disabled-text,
.amber-400 .disabled-text,
.amber-500.hint-text,
.amber-500 .hint-text,
.amber-500.disabled-text,
.amber-500 .disabled-text,
.amber.hint-text,
.amber .hint-text,
.amber.disabled-text,
.amber .disabled-text,
.amber-600.hint-text,
.amber-600 .hint-text,
.amber-600.disabled-text,
.amber-600 .disabled-text,
.amber-700.hint-text,
.amber-700 .hint-text,
.amber-700.disabled-text,
.amber-700 .disabled-text,
.amber-800.hint-text,
.amber-800 .hint-text,
.amber-800.disabled-text,
.amber-800 .disabled-text,
.amber-900.hint-text,
.amber-900 .hint-text,
.amber-900.disabled-text,
.amber-900 .disabled-text,
.amber-A100.hint-text,
.amber-A100 .hint-text,
.amber-A100.disabled-text,
.amber-A100 .disabled-text,
.amber-A200.hint-text,
.amber-A200 .hint-text,
.amber-A200.disabled-text,
.amber-A200 .disabled-text,
.amber-A400.hint-text,
.amber-A400 .hint-text,
.amber-A400.disabled-text,
.amber-A400 .disabled-text,
.amber-A700.hint-text,
.amber-A700 .hint-text,
.amber-A700.disabled-text,
.amber-A700 .disabled-text,
.orange-50.hint-text,
.orange-50 .hint-text,
.orange-50.disabled-text,
.orange-50 .disabled-text,
.orange-100.hint-text,
.orange-100 .hint-text,
.orange-100.disabled-text,
.orange-100 .disabled-text,
.orange-200.hint-text,
.orange-200 .hint-text,
.orange-200.disabled-text,
.orange-200 .disabled-text,
.orange-300.hint-text,
.orange-300 .hint-text,
.orange-300.disabled-text,
.orange-300 .disabled-text,
.orange-400.hint-text,
.orange-400 .hint-text,
.orange-400.disabled-text,
.orange-400 .disabled-text,
.orange-500.hint-text,
.orange-500 .hint-text,
.orange-500.disabled-text,
.orange-500 .disabled-text,
.orange.hint-text,
.orange .hint-text,
.orange.disabled-text,
.orange .disabled-text,
.orange-600.hint-text,
.orange-600 .hint-text,
.orange-600.disabled-text,
.orange-600 .disabled-text,
.orange-700.hint-text,
.orange-700 .hint-text,
.orange-700.disabled-text,
.orange-700 .disabled-text,
.orange-A100.hint-text,
.orange-A100 .hint-text,
.orange-A100.disabled-text,
.orange-A100 .disabled-text,
.orange-A200.hint-text,
.orange-A200 .hint-text,
.orange-A200.disabled-text,
.orange-A200 .disabled-text,
.orange-A400.hint-text,
.orange-A400 .hint-text,
.orange-A400.disabled-text,
.orange-A400 .disabled-text,
.orange-A700.hint-text,
.orange-A700 .hint-text,
.orange-A700.disabled-text,
.orange-A700 .disabled-text,
.deep-orange-50.hint-text,
.deep-orange-50 .hint-text,
.deep-orange-50.disabled-text,
.deep-orange-50 .disabled-text,
.deep-orange-100.hint-text,
.deep-orange-100 .hint-text,
.deep-orange-100.disabled-text,
.deep-orange-100 .disabled-text,
.deep-orange-200.hint-text,
.deep-orange-200 .hint-text,
.deep-orange-200.disabled-text,
.deep-orange-200 .disabled-text,
.deep-orange-300.hint-text,
.deep-orange-300 .hint-text,
.deep-orange-300.disabled-text,
.deep-orange-300 .disabled-text,
.deep-orange-400.hint-text,
.deep-orange-400 .hint-text,
.deep-orange-400.disabled-text,
.deep-orange-400 .disabled-text,
.deep-orange-A100.hint-text,
.deep-orange-A100 .hint-text,
.deep-orange-A100.disabled-text,
.deep-orange-A100 .disabled-text,
.deep-orange-A200.hint-text,
.deep-orange-A200 .hint-text,
.deep-orange-A200.disabled-text,
.deep-orange-A200 .disabled-text,
.brown-50.hint-text,
.brown-50 .hint-text,
.brown-50.disabled-text,
.brown-50 .disabled-text,
.brown-100.hint-text,
.brown-100 .hint-text,
.brown-100.disabled-text,
.brown-100 .disabled-text,
.brown-200.hint-text,
.brown-200 .hint-text,
.brown-200.disabled-text,
.brown-200 .disabled-text,
.brown-A100.hint-text,
.brown-A100 .hint-text,
.brown-A100.disabled-text,
.brown-A100 .disabled-text,
.brown-A200.hint-text,
.brown-A200 .hint-text,
.brown-A200.disabled-text,
.brown-A200 .disabled-text,
.grey-50.hint-text,
.grey-50 .hint-text,
.grey-50.disabled-text,
.grey-50 .disabled-text,
.grey-100.hint-text,
.grey-100 .hint-text,
.grey-100.disabled-text,
.grey-100 .disabled-text,
.grey-200.hint-text,
.grey-200 .hint-text,
.grey-200.disabled-text,
.grey-200 .disabled-text,
.grey-300.hint-text,
.grey-300 .hint-text,
.grey-300.disabled-text,
.grey-300 .disabled-text,
.grey-400.hint-text,
.grey-400 .hint-text,
.grey-400.disabled-text,
.grey-400 .disabled-text,
.grey-500.hint-text,
.grey-500 .hint-text,
.grey-500.disabled-text,
.grey-500 .disabled-text,
.grey.hint-text,
.grey .hint-text,
.grey.disabled-text,
.grey .disabled-text,
.grey-A100.hint-text,
.grey-A100 .hint-text,
.grey-A100.disabled-text,
.grey-A100 .disabled-text,
.grey-A200.hint-text,
.grey-A200 .hint-text,
.grey-A200.disabled-text,
.grey-A200 .disabled-text,
.grey-A400.hint-text,
.grey-A400 .hint-text,
.grey-A400.disabled-text,
.grey-A400 .disabled-text,
.blue-grey-50.hint-text,
.blue-grey-50 .hint-text,
.blue-grey-50.disabled-text,
.blue-grey-50 .disabled-text,
.blue-grey-100.hint-text,
.blue-grey-100 .hint-text,
.blue-grey-100.disabled-text,
.blue-grey-100 .disabled-text,
.blue-grey-200.hint-text,
.blue-grey-200 .hint-text,
.blue-grey-200.disabled-text,
.blue-grey-200 .disabled-text,
.blue-grey-300.hint-text,
.blue-grey-300 .hint-text,
.blue-grey-300.disabled-text,
.blue-grey-300 .disabled-text,
.blue-grey-A100.hint-text,
.blue-grey-A100 .hint-text,
.blue-grey-A100.disabled-text,
.blue-grey-A100 .disabled-text,
.blue-grey-A200.hint-text,
.blue-grey-A200 .hint-text,
.blue-grey-A200.disabled-text,
.blue-grey-A200 .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.red-50.divider,
.red-50 .divider,
.red-100.divider,
.red-100 .divider,
.red-200.divider,
.red-200 .divider,
.red-300.divider,
.red-300 .divider,
.red-400.divider,
.red-400 .divider,
.red-A100.divider,
.red-A100 .divider,
.pink-50.divider,
.pink-50 .divider,
.pink-100.divider,
.pink-100 .divider,
.pink-200.divider,
.pink-200 .divider,
.pink-300.divider,
.pink-300 .divider,
.pink-400.divider,
.pink-400 .divider,
.pink-A100.divider,
.pink-A100 .divider,
.purple-50.divider,
.purple-50 .divider,
.purple-100.divider,
.purple-100 .divider,
.purple-200.divider,
.purple-200 .divider,
.purple-A100.divider,
.purple-A100 .divider,
.deep-purple-50.divider,
.deep-purple-50 .divider,
.deep-purple-100.divider,
.deep-purple-100 .divider,
.deep-purple-200.divider,
.deep-purple-200 .divider,
.deep-purple-A100.divider,
.deep-purple-A100 .divider,
.indigo-50.divider,
.indigo-50 .divider,
.indigo-100.divider,
.indigo-100 .divider,
.indigo-200.divider,
.indigo-200 .divider,
.indigo-A100.divider,
.indigo-A100 .divider,
.blue-50.divider,
.blue-50 .divider,
.blue-100.divider,
.blue-100 .divider,
.blue-200.divider,
.blue-200 .divider,
.blue-300.divider,
.blue-300 .divider,
.blue-400.divider,
.blue-400 .divider,
.blue-A100.divider,
.blue-A100 .divider,
.light-blue-50.divider,
.light-blue-50 .divider,
.light-blue-100.divider,
.light-blue-100 .divider,
.light-blue-200.divider,
.light-blue-200 .divider,
.light-blue-300.divider,
.light-blue-300 .divider,
.light-blue-400.divider,
.light-blue-400 .divider,
.light-blue-A100.divider,
.light-blue-A100 .divider,
.light-blue-A200.divider,
.light-blue-A200 .divider,
.light-blue-A400.divider,
.light-blue-A400 .divider,
.cyan-50.divider,
.cyan-50 .divider,
.cyan-100.divider,
.cyan-100 .divider,
.cyan-200.divider,
.cyan-200 .divider,
.cyan-300.divider,
.cyan-300 .divider,
.cyan-400.divider,
.cyan-400 .divider,
.cyan-A100.divider,
.cyan-A100 .divider,
.cyan-A200.divider,
.cyan-A200 .divider,
.cyan-A400.divider,
.cyan-A400 .divider,
.cyan-A700.divider,
.cyan-A700 .divider,
.teal-50.divider,
.teal-50 .divider,
.teal-100.divider,
.teal-100 .divider,
.teal-200.divider,
.teal-200 .divider,
.teal-300.divider,
.teal-300 .divider,
.teal-400.divider,
.teal-400 .divider,
.teal-A100.divider,
.teal-A100 .divider,
.teal-A200.divider,
.teal-A200 .divider,
.teal-A400.divider,
.teal-A400 .divider,
.teal-A700.divider,
.teal-A700 .divider,
.green-50.divider,
.green-50 .divider,
.green-100.divider,
.green-100 .divider,
.green-200.divider,
.green-200 .divider,
.green-300.divider,
.green-300 .divider,
.green-400.divider,
.green-400 .divider,
.green-500.divider,
.green-500 .divider,
.green.divider,
.green .divider,
.green-A100.divider,
.green-A100 .divider,
.green-A200.divider,
.green-A200 .divider,
.green-A400.divider,
.green-A400 .divider,
.green-A700.divider,
.green-A700 .divider,
.light-green-50.divider,
.light-green-50 .divider,
.light-green-100.divider,
.light-green-100 .divider,
.light-green-200.divider,
.light-green-200 .divider,
.light-green-300.divider,
.light-green-300 .divider,
.light-green-400.divider,
.light-green-400 .divider,
.light-green-500.divider,
.light-green-500 .divider,
.light-green.divider,
.light-green .divider,
.light-green-600.divider,
.light-green-600 .divider,
.light-green-A100.divider,
.light-green-A100 .divider,
.light-green-A200.divider,
.light-green-A200 .divider,
.light-green-A400.divider,
.light-green-A400 .divider,
.light-green-A700.divider,
.light-green-A700 .divider,
.lime-50.divider,
.lime-50 .divider,
.lime-100.divider,
.lime-100 .divider,
.lime-200.divider,
.lime-200 .divider,
.lime-300.divider,
.lime-300 .divider,
.lime-400.divider,
.lime-400 .divider,
.lime-500.divider,
.lime-500 .divider,
.lime.divider,
.lime .divider,
.lime-600.divider,
.lime-600 .divider,
.lime-700.divider,
.lime-700 .divider,
.lime-800.divider,
.lime-800 .divider,
.lime-A100.divider,
.lime-A100 .divider,
.lime-A200.divider,
.lime-A200 .divider,
.lime-A400.divider,
.lime-A400 .divider,
.lime-A700.divider,
.lime-A700 .divider,
.yellow-50.divider,
.yellow-50 .divider,
.yellow-100.divider,
.yellow-100 .divider,
.yellow-200.divider,
.yellow-200 .divider,
.yellow-300.divider,
.yellow-300 .divider,
.yellow-400.divider,
.yellow-400 .divider,
.yellow-500.divider,
.yellow-500 .divider,
.yellow.divider,
.yellow .divider,
.yellow-600.divider,
.yellow-600 .divider,
.yellow-700.divider,
.yellow-700 .divider,
.yellow-800.divider,
.yellow-800 .divider,
.yellow-900.divider,
.yellow-900 .divider,
.yellow-A100.divider,
.yellow-A100 .divider,
.yellow-A200.divider,
.yellow-A200 .divider,
.yellow-A400.divider,
.yellow-A400 .divider,
.yellow-A700.divider,
.yellow-A700 .divider,
.amber-50.divider,
.amber-50 .divider,
.amber-100.divider,
.amber-100 .divider,
.amber-200.divider,
.amber-200 .divider,
.amber-300.divider,
.amber-300 .divider,
.amber-400.divider,
.amber-400 .divider,
.amber-500.divider,
.amber-500 .divider,
.amber.divider,
.amber .divider,
.amber-600.divider,
.amber-600 .divider,
.amber-700.divider,
.amber-700 .divider,
.amber-800.divider,
.amber-800 .divider,
.amber-900.divider,
.amber-900 .divider,
.amber-A100.divider,
.amber-A100 .divider,
.amber-A200.divider,
.amber-A200 .divider,
.amber-A400.divider,
.amber-A400 .divider,
.amber-A700.divider,
.amber-A700 .divider,
.orange-50.divider,
.orange-50 .divider,
.orange-100.divider,
.orange-100 .divider,
.orange-200.divider,
.orange-200 .divider,
.orange-300.divider,
.orange-300 .divider,
.orange-400.divider,
.orange-400 .divider,
.orange-500.divider,
.orange-500 .divider,
.orange.divider,
.orange .divider,
.orange-600.divider,
.orange-600 .divider,
.orange-700.divider,
.orange-700 .divider,
.orange-A100.divider,
.orange-A100 .divider,
.orange-A200.divider,
.orange-A200 .divider,
.orange-A400.divider,
.orange-A400 .divider,
.orange-A700.divider,
.orange-A700 .divider,
.deep-orange-50.divider,
.deep-orange-50 .divider,
.deep-orange-100.divider,
.deep-orange-100 .divider,
.deep-orange-200.divider,
.deep-orange-200 .divider,
.deep-orange-300.divider,
.deep-orange-300 .divider,
.deep-orange-400.divider,
.deep-orange-400 .divider,
.deep-orange-A100.divider,
.deep-orange-A100 .divider,
.deep-orange-A200.divider,
.deep-orange-A200 .divider,
.brown-50.divider,
.brown-50 .divider,
.brown-100.divider,
.brown-100 .divider,
.brown-200.divider,
.brown-200 .divider,
.brown-A100.divider,
.brown-A100 .divider,
.brown-A200.divider,
.brown-A200 .divider,
.grey-50.divider,
.grey-50 .divider,
.grey-100.divider,
.grey-100 .divider,
.grey-200.divider,
.grey-200 .divider,
.grey-300.divider,
.grey-300 .divider,
.grey-400.divider,
.grey-400 .divider,
.grey-500.divider,
.grey-500 .divider,
.grey.divider,
.grey .divider,
.grey-A100.divider,
.grey-A100 .divider,
.grey-A200.divider,
.grey-A200 .divider,
.grey-A400.divider,
.grey-A400 .divider,
.blue-grey-50.divider,
.blue-grey-50 .divider,
.blue-grey-100.divider,
.blue-grey-100 .divider,
.blue-grey-200.divider,
.blue-grey-200 .divider,
.blue-grey-300.divider,
.blue-grey-300 .divider,
.blue-grey-A100.divider,
.blue-grey-A100 .divider,
.blue-grey-A200.divider,
.blue-grey-A200 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.red-50 .mat-ripple-element,
.red-100 .mat-ripple-element,
.red-200 .mat-ripple-element,
.red-300 .mat-ripple-element,
.red-400 .mat-ripple-element,
.red-A100 .mat-ripple-element,
.pink-50 .mat-ripple-element,
.pink-100 .mat-ripple-element,
.pink-200 .mat-ripple-element,
.pink-300 .mat-ripple-element,
.pink-400 .mat-ripple-element,
.pink-A100 .mat-ripple-element,
.purple-50 .mat-ripple-element,
.purple-100 .mat-ripple-element,
.purple-200 .mat-ripple-element,
.purple-A100 .mat-ripple-element,
.deep-purple-50 .mat-ripple-element,
.deep-purple-100 .mat-ripple-element,
.deep-purple-200 .mat-ripple-element,
.deep-purple-A100 .mat-ripple-element,
.indigo-50 .mat-ripple-element,
.indigo-100 .mat-ripple-element,
.indigo-200 .mat-ripple-element,
.indigo-A100 .mat-ripple-element,
.blue-50 .mat-ripple-element,
.blue-100 .mat-ripple-element,
.blue-200 .mat-ripple-element,
.blue-300 .mat-ripple-element,
.blue-400 .mat-ripple-element,
.blue-A100 .mat-ripple-element,
.light-blue-50 .mat-ripple-element,
.light-blue-100 .mat-ripple-element,
.light-blue-200 .mat-ripple-element,
.light-blue-300 .mat-ripple-element,
.light-blue-400 .mat-ripple-element,
.light-blue-A100 .mat-ripple-element,
.light-blue-A200 .mat-ripple-element,
.light-blue-A400 .mat-ripple-element,
.cyan-50 .mat-ripple-element,
.cyan-100 .mat-ripple-element,
.cyan-200 .mat-ripple-element,
.cyan-300 .mat-ripple-element,
.cyan-400 .mat-ripple-element,
.cyan-A100 .mat-ripple-element,
.cyan-A200 .mat-ripple-element,
.cyan-A400 .mat-ripple-element,
.cyan-A700 .mat-ripple-element,
.teal-50 .mat-ripple-element,
.teal-100 .mat-ripple-element,
.teal-200 .mat-ripple-element,
.teal-300 .mat-ripple-element,
.teal-400 .mat-ripple-element,
.teal-A100 .mat-ripple-element,
.teal-A200 .mat-ripple-element,
.teal-A400 .mat-ripple-element,
.teal-A700 .mat-ripple-element,
.green-50 .mat-ripple-element,
.green-100 .mat-ripple-element,
.green-200 .mat-ripple-element,
.green-300 .mat-ripple-element,
.green-400 .mat-ripple-element,
.green-500 .mat-ripple-element,
.green .mat-ripple-element,
.green-A100 .mat-ripple-element,
.green-A200 .mat-ripple-element,
.green-A400 .mat-ripple-element,
.green-A700 .mat-ripple-element,
.light-green-50 .mat-ripple-element,
.light-green-100 .mat-ripple-element,
.light-green-200 .mat-ripple-element,
.light-green-300 .mat-ripple-element,
.light-green-400 .mat-ripple-element,
.light-green-500 .mat-ripple-element,
.light-green .mat-ripple-element,
.light-green-600 .mat-ripple-element,
.light-green-A100 .mat-ripple-element,
.light-green-A200 .mat-ripple-element,
.light-green-A400 .mat-ripple-element,
.light-green-A700 .mat-ripple-element,
.lime-50 .mat-ripple-element,
.lime-100 .mat-ripple-element,
.lime-200 .mat-ripple-element,
.lime-300 .mat-ripple-element,
.lime-400 .mat-ripple-element,
.lime-500 .mat-ripple-element,
.lime .mat-ripple-element,
.lime-600 .mat-ripple-element,
.lime-700 .mat-ripple-element,
.lime-800 .mat-ripple-element,
.lime-A100 .mat-ripple-element,
.lime-A200 .mat-ripple-element,
.lime-A400 .mat-ripple-element,
.lime-A700 .mat-ripple-element,
.yellow-50 .mat-ripple-element,
.yellow-100 .mat-ripple-element,
.yellow-200 .mat-ripple-element,
.yellow-300 .mat-ripple-element,
.yellow-400 .mat-ripple-element,
.yellow-500 .mat-ripple-element,
.yellow .mat-ripple-element,
.yellow-600 .mat-ripple-element,
.yellow-700 .mat-ripple-element,
.yellow-800 .mat-ripple-element,
.yellow-900 .mat-ripple-element,
.yellow-A100 .mat-ripple-element,
.yellow-A200 .mat-ripple-element,
.yellow-A400 .mat-ripple-element,
.yellow-A700 .mat-ripple-element,
.amber-50 .mat-ripple-element,
.amber-100 .mat-ripple-element,
.amber-200 .mat-ripple-element,
.amber-300 .mat-ripple-element,
.amber-400 .mat-ripple-element,
.amber-500 .mat-ripple-element,
.amber .mat-ripple-element,
.amber-600 .mat-ripple-element,
.amber-700 .mat-ripple-element,
.amber-800 .mat-ripple-element,
.amber-900 .mat-ripple-element,
.amber-A100 .mat-ripple-element,
.amber-A200 .mat-ripple-element,
.amber-A400 .mat-ripple-element,
.amber-A700 .mat-ripple-element,
.orange-50 .mat-ripple-element,
.orange-100 .mat-ripple-element,
.orange-200 .mat-ripple-element,
.orange-300 .mat-ripple-element,
.orange-400 .mat-ripple-element,
.orange-500 .mat-ripple-element,
.orange .mat-ripple-element,
.orange-600 .mat-ripple-element,
.orange-700 .mat-ripple-element,
.orange-A100 .mat-ripple-element,
.orange-A200 .mat-ripple-element,
.orange-A400 .mat-ripple-element,
.orange-A700 .mat-ripple-element,
.deep-orange-50 .mat-ripple-element,
.deep-orange-100 .mat-ripple-element,
.deep-orange-200 .mat-ripple-element,
.deep-orange-300 .mat-ripple-element,
.deep-orange-400 .mat-ripple-element,
.deep-orange-A100 .mat-ripple-element,
.deep-orange-A200 .mat-ripple-element,
.brown-50 .mat-ripple-element,
.brown-100 .mat-ripple-element,
.brown-200 .mat-ripple-element,
.brown-A100 .mat-ripple-element,
.brown-A200 .mat-ripple-element,
.grey-50 .mat-ripple-element,
.grey-100 .mat-ripple-element,
.grey-200 .mat-ripple-element,
.grey-300 .mat-ripple-element,
.grey-400 .mat-ripple-element,
.grey-500 .mat-ripple-element,
.grey .mat-ripple-element,
.grey-A100 .mat-ripple-element,
.grey-A200 .mat-ripple-element,
.grey-A400 .mat-ripple-element,
.blue-grey-50 .mat-ripple-element,
.blue-grey-100 .mat-ripple-element,
.blue-grey-200 .mat-ripple-element,
.blue-grey-300 .mat-ripple-element,
.blue-grey-A100 .mat-ripple-element,
.blue-grey-A200 .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.red-50 .adaptive-border-color,
.red-100 .adaptive-border-color,
.red-200 .adaptive-border-color,
.red-300 .adaptive-border-color,
.red-400 .adaptive-border-color,
.red-A100 .adaptive-border-color,
.pink-50 .adaptive-border-color,
.pink-100 .adaptive-border-color,
.pink-200 .adaptive-border-color,
.pink-300 .adaptive-border-color,
.pink-400 .adaptive-border-color,
.pink-A100 .adaptive-border-color,
.purple-50 .adaptive-border-color,
.purple-100 .adaptive-border-color,
.purple-200 .adaptive-border-color,
.purple-A100 .adaptive-border-color,
.deep-purple-50 .adaptive-border-color,
.deep-purple-100 .adaptive-border-color,
.deep-purple-200 .adaptive-border-color,
.deep-purple-A100 .adaptive-border-color,
.indigo-50 .adaptive-border-color,
.indigo-100 .adaptive-border-color,
.indigo-200 .adaptive-border-color,
.indigo-A100 .adaptive-border-color,
.blue-50 .adaptive-border-color,
.blue-100 .adaptive-border-color,
.blue-200 .adaptive-border-color,
.blue-300 .adaptive-border-color,
.blue-400 .adaptive-border-color,
.blue-A100 .adaptive-border-color,
.light-blue-50 .adaptive-border-color,
.light-blue-100 .adaptive-border-color,
.light-blue-200 .adaptive-border-color,
.light-blue-300 .adaptive-border-color,
.light-blue-400 .adaptive-border-color,
.light-blue-A100 .adaptive-border-color,
.light-blue-A200 .adaptive-border-color,
.light-blue-A400 .adaptive-border-color,
.cyan-50 .adaptive-border-color,
.cyan-100 .adaptive-border-color,
.cyan-200 .adaptive-border-color,
.cyan-300 .adaptive-border-color,
.cyan-400 .adaptive-border-color,
.cyan-A100 .adaptive-border-color,
.cyan-A200 .adaptive-border-color,
.cyan-A400 .adaptive-border-color,
.cyan-A700 .adaptive-border-color,
.teal-50 .adaptive-border-color,
.teal-100 .adaptive-border-color,
.teal-200 .adaptive-border-color,
.teal-300 .adaptive-border-color,
.teal-400 .adaptive-border-color,
.teal-A100 .adaptive-border-color,
.teal-A200 .adaptive-border-color,
.teal-A400 .adaptive-border-color,
.teal-A700 .adaptive-border-color,
.green-50 .adaptive-border-color,
.green-100 .adaptive-border-color,
.green-200 .adaptive-border-color,
.green-300 .adaptive-border-color,
.green-400 .adaptive-border-color,
.green-500 .adaptive-border-color,
.green .adaptive-border-color,
.green-A100 .adaptive-border-color,
.green-A200 .adaptive-border-color,
.green-A400 .adaptive-border-color,
.green-A700 .adaptive-border-color,
.light-green-50 .adaptive-border-color,
.light-green-100 .adaptive-border-color,
.light-green-200 .adaptive-border-color,
.light-green-300 .adaptive-border-color,
.light-green-400 .adaptive-border-color,
.light-green-500 .adaptive-border-color,
.light-green .adaptive-border-color,
.light-green-600 .adaptive-border-color,
.light-green-A100 .adaptive-border-color,
.light-green-A200 .adaptive-border-color,
.light-green-A400 .adaptive-border-color,
.light-green-A700 .adaptive-border-color,
.lime-50 .adaptive-border-color,
.lime-100 .adaptive-border-color,
.lime-200 .adaptive-border-color,
.lime-300 .adaptive-border-color,
.lime-400 .adaptive-border-color,
.lime-500 .adaptive-border-color,
.lime .adaptive-border-color,
.lime-600 .adaptive-border-color,
.lime-700 .adaptive-border-color,
.lime-800 .adaptive-border-color,
.lime-A100 .adaptive-border-color,
.lime-A200 .adaptive-border-color,
.lime-A400 .adaptive-border-color,
.lime-A700 .adaptive-border-color,
.yellow-50 .adaptive-border-color,
.yellow-100 .adaptive-border-color,
.yellow-200 .adaptive-border-color,
.yellow-300 .adaptive-border-color,
.yellow-400 .adaptive-border-color,
.yellow-500 .adaptive-border-color,
.yellow .adaptive-border-color,
.yellow-600 .adaptive-border-color,
.yellow-700 .adaptive-border-color,
.yellow-800 .adaptive-border-color,
.yellow-900 .adaptive-border-color,
.yellow-A100 .adaptive-border-color,
.yellow-A200 .adaptive-border-color,
.yellow-A400 .adaptive-border-color,
.yellow-A700 .adaptive-border-color,
.amber-50 .adaptive-border-color,
.amber-100 .adaptive-border-color,
.amber-200 .adaptive-border-color,
.amber-300 .adaptive-border-color,
.amber-400 .adaptive-border-color,
.amber-500 .adaptive-border-color,
.amber .adaptive-border-color,
.amber-600 .adaptive-border-color,
.amber-700 .adaptive-border-color,
.amber-800 .adaptive-border-color,
.amber-900 .adaptive-border-color,
.amber-A100 .adaptive-border-color,
.amber-A200 .adaptive-border-color,
.amber-A400 .adaptive-border-color,
.amber-A700 .adaptive-border-color,
.orange-50 .adaptive-border-color,
.orange-100 .adaptive-border-color,
.orange-200 .adaptive-border-color,
.orange-300 .adaptive-border-color,
.orange-400 .adaptive-border-color,
.orange-500 .adaptive-border-color,
.orange .adaptive-border-color,
.orange-600 .adaptive-border-color,
.orange-700 .adaptive-border-color,
.orange-A100 .adaptive-border-color,
.orange-A200 .adaptive-border-color,
.orange-A400 .adaptive-border-color,
.orange-A700 .adaptive-border-color,
.deep-orange-50 .adaptive-border-color,
.deep-orange-100 .adaptive-border-color,
.deep-orange-200 .adaptive-border-color,
.deep-orange-300 .adaptive-border-color,
.deep-orange-400 .adaptive-border-color,
.deep-orange-A100 .adaptive-border-color,
.deep-orange-A200 .adaptive-border-color,
.brown-50 .adaptive-border-color,
.brown-100 .adaptive-border-color,
.brown-200 .adaptive-border-color,
.brown-A100 .adaptive-border-color,
.brown-A200 .adaptive-border-color,
.grey-50 .adaptive-border-color,
.grey-100 .adaptive-border-color,
.grey-200 .adaptive-border-color,
.grey-300 .adaptive-border-color,
.grey-400 .adaptive-border-color,
.grey-500 .adaptive-border-color,
.grey .adaptive-border-color,
.grey-A100 .adaptive-border-color,
.grey-A200 .adaptive-border-color,
.grey-A400 .adaptive-border-color,
.blue-grey-50 .adaptive-border-color,
.blue-grey-100 .adaptive-border-color,
.blue-grey-200 .adaptive-border-color,
.blue-grey-300 .adaptive-border-color,
.blue-grey-A100 .adaptive-border-color,
.blue-grey-A200 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
.red-500 i,
.red-500 .icon,
.red i,
.red .icon,
.red-600 i,
.red-600 .icon,
.red-700 i,
.red-700 .icon,
.red-800 i,
.red-800 .icon,
.red-900 i,
.red-900 .icon,
.red-A200 i,
.red-A200 .icon,
.red-A400 i,
.red-A400 .icon,
.red-A700 i,
.red-A700 .icon,
.pink-500 i,
.pink-500 .icon,
.pink i,
.pink .icon,
.pink-600 i,
.pink-600 .icon,
.pink-700 i,
.pink-700 .icon,
.pink-800 i,
.pink-800 .icon,
.pink-900 i,
.pink-900 .icon,
.pink-A200 i,
.pink-A200 .icon,
.pink-A400 i,
.pink-A400 .icon,
.pink-A700 i,
.pink-A700 .icon,
.purple-300 i,
.purple-300 .icon,
.purple-400 i,
.purple-400 .icon,
.purple-500 i,
.purple-500 .icon,
.purple i,
.purple .icon,
.purple-600 i,
.purple-600 .icon,
.purple-700 i,
.purple-700 .icon,
.purple-800 i,
.purple-800 .icon,
.purple-900 i,
.purple-900 .icon,
.purple-A200 i,
.purple-A200 .icon,
.purple-A400 i,
.purple-A400 .icon,
.purple-A700 i,
.purple-A700 .icon,
.deep-purple-300 i,
.deep-purple-300 .icon,
.deep-purple-400 i,
.deep-purple-400 .icon,
.deep-purple-500 i,
.deep-purple-500 .icon,
.deep-purple i,
.deep-purple .icon,
.deep-purple-600 i,
.deep-purple-600 .icon,
.deep-purple-700 i,
.deep-purple-700 .icon,
.deep-purple-800 i,
.deep-purple-800 .icon,
.deep-purple-900 i,
.deep-purple-900 .icon,
.deep-purple-A200 i,
.deep-purple-A200 .icon,
.deep-purple-A400 i,
.deep-purple-A400 .icon,
.deep-purple-A700 i,
.deep-purple-A700 .icon,
.indigo-300 i,
.indigo-300 .icon,
.indigo-400 i,
.indigo-400 .icon,
.indigo-500 i,
.indigo-500 .icon,
.indigo i,
.indigo .icon,
.indigo-600 i,
.indigo-600 .icon,
.indigo-700 i,
.indigo-700 .icon,
.indigo-800 i,
.indigo-800 .icon,
.indigo-900 i,
.indigo-900 .icon,
.indigo-A200 i,
.indigo-A200 .icon,
.indigo-A400 i,
.indigo-A400 .icon,
.indigo-A700 i,
.indigo-A700 .icon,
.blue-500 i,
.blue-500 .icon,
.blue i,
.blue .icon,
.blue-600 i,
.blue-600 .icon,
.blue-700 i,
.blue-700 .icon,
.blue-800 i,
.blue-800 .icon,
.blue-900 i,
.blue-900 .icon,
.blue-A200 i,
.blue-A200 .icon,
.blue-A400 i,
.blue-A400 .icon,
.blue-A700 i,
.blue-A700 .icon,
.light-blue-500 i,
.light-blue-500 .icon,
.light-blue i,
.light-blue .icon,
.light-blue-600 i,
.light-blue-600 .icon,
.light-blue-700 i,
.light-blue-700 .icon,
.light-blue-800 i,
.light-blue-800 .icon,
.light-blue-900 i,
.light-blue-900 .icon,
.light-blue-A700 i,
.light-blue-A700 .icon,
.cyan-500 i,
.cyan-500 .icon,
.cyan i,
.cyan .icon,
.cyan-600 i,
.cyan-600 .icon,
.cyan-700 i,
.cyan-700 .icon,
.cyan-800 i,
.cyan-800 .icon,
.cyan-900 i,
.cyan-900 .icon,
.teal-500 i,
.teal-500 .icon,
.teal i,
.teal .icon,
.teal-600 i,
.teal-600 .icon,
.teal-700 i,
.teal-700 .icon,
.teal-800 i,
.teal-800 .icon,
.teal-900 i,
.teal-900 .icon,
.green-600 i,
.green-600 .icon,
.green-700 i,
.green-700 .icon,
.green-800 i,
.green-800 .icon,
.green-900 i,
.green-900 .icon,
.light-green-700 i,
.light-green-700 .icon,
.light-green-800 i,
.light-green-800 .icon,
.light-green-900 i,
.light-green-900 .icon,
.lime-900 i,
.lime-900 .icon,
.orange-800 i,
.orange-800 .icon,
.orange-900 i,
.orange-900 .icon,
.deep-orange-500 i,
.deep-orange-500 .icon,
.deep-orange i,
.deep-orange .icon,
.deep-orange-600 i,
.deep-orange-600 .icon,
.deep-orange-700 i,
.deep-orange-700 .icon,
.deep-orange-800 i,
.deep-orange-800 .icon,
.deep-orange-900 i,
.deep-orange-900 .icon,
.deep-orange-A400 i,
.deep-orange-A400 .icon,
.deep-orange-A700 i,
.deep-orange-A700 .icon,
.brown-300 i,
.brown-300 .icon,
.brown-400 i,
.brown-400 .icon,
.brown-500 i,
.brown-500 .icon,
.brown i,
.brown .icon,
.brown-600 i,
.brown-600 .icon,
.brown-700 i,
.brown-700 .icon,
.brown-800 i,
.brown-800 .icon,
.brown-900 i,
.brown-900 .icon,
.brown-A400 i,
.brown-A400 .icon,
.brown-A700 i,
.brown-A700 .icon,
.grey-600 i,
.grey-600 .icon,
.grey-700 i,
.grey-700 .icon,
.grey-800 i,
.grey-800 .icon,
.grey-900 i,
.grey-900 .icon,
.grey-A700 i,
.grey-A700 .icon,
.blue-grey-400 i,
.blue-grey-400 .icon,
.blue-grey-500 i,
.blue-grey-500 .icon,
.blue-grey i,
.blue-grey .icon,
.blue-grey-600 i,
.blue-grey-600 .icon,
.blue-grey-700 i,
.blue-grey-700 .icon,
.blue-grey-800 i,
.blue-grey-800 .icon,
.blue-grey-900 i,
.blue-grey-900 .icon,
.blue-grey-A400 i,
.blue-grey-A400 .icon,
.blue-grey-A700 i,
.blue-grey-A700 .icon {
  color: rgb(255, 255, 255);
}
.red-500.secondary-text,
.red-500 .secondary-text,
.red.secondary-text,
.red .secondary-text,
.red-600.secondary-text,
.red-600 .secondary-text,
.red-700.secondary-text,
.red-700 .secondary-text,
.red-800.secondary-text,
.red-800 .secondary-text,
.red-900.secondary-text,
.red-900 .secondary-text,
.red-A200.secondary-text,
.red-A200 .secondary-text,
.red-A400.secondary-text,
.red-A400 .secondary-text,
.red-A700.secondary-text,
.red-A700 .secondary-text,
.pink-500.secondary-text,
.pink-500 .secondary-text,
.pink.secondary-text,
.pink .secondary-text,
.pink-600.secondary-text,
.pink-600 .secondary-text,
.pink-700.secondary-text,
.pink-700 .secondary-text,
.pink-800.secondary-text,
.pink-800 .secondary-text,
.pink-900.secondary-text,
.pink-900 .secondary-text,
.pink-A200.secondary-text,
.pink-A200 .secondary-text,
.pink-A400.secondary-text,
.pink-A400 .secondary-text,
.pink-A700.secondary-text,
.pink-A700 .secondary-text,
.purple-300.secondary-text,
.purple-300 .secondary-text,
.purple-400.secondary-text,
.purple-400 .secondary-text,
.purple-500.secondary-text,
.purple-500 .secondary-text,
.purple.secondary-text,
.purple .secondary-text,
.purple-600.secondary-text,
.purple-600 .secondary-text,
.purple-700.secondary-text,
.purple-700 .secondary-text,
.purple-800.secondary-text,
.purple-800 .secondary-text,
.purple-900.secondary-text,
.purple-900 .secondary-text,
.purple-A200.secondary-text,
.purple-A200 .secondary-text,
.purple-A400.secondary-text,
.purple-A400 .secondary-text,
.purple-A700.secondary-text,
.purple-A700 .secondary-text,
.deep-purple-300.secondary-text,
.deep-purple-300 .secondary-text,
.deep-purple-400.secondary-text,
.deep-purple-400 .secondary-text,
.deep-purple-500.secondary-text,
.deep-purple-500 .secondary-text,
.deep-purple.secondary-text,
.deep-purple .secondary-text,
.deep-purple-600.secondary-text,
.deep-purple-600 .secondary-text,
.deep-purple-700.secondary-text,
.deep-purple-700 .secondary-text,
.deep-purple-800.secondary-text,
.deep-purple-800 .secondary-text,
.deep-purple-900.secondary-text,
.deep-purple-900 .secondary-text,
.deep-purple-A200.secondary-text,
.deep-purple-A200 .secondary-text,
.deep-purple-A400.secondary-text,
.deep-purple-A400 .secondary-text,
.deep-purple-A700.secondary-text,
.deep-purple-A700 .secondary-text,
.indigo-300.secondary-text,
.indigo-300 .secondary-text,
.indigo-400.secondary-text,
.indigo-400 .secondary-text,
.indigo-500.secondary-text,
.indigo-500 .secondary-text,
.indigo.secondary-text,
.indigo .secondary-text,
.indigo-600.secondary-text,
.indigo-600 .secondary-text,
.indigo-700.secondary-text,
.indigo-700 .secondary-text,
.indigo-800.secondary-text,
.indigo-800 .secondary-text,
.indigo-900.secondary-text,
.indigo-900 .secondary-text,
.indigo-A200.secondary-text,
.indigo-A200 .secondary-text,
.indigo-A400.secondary-text,
.indigo-A400 .secondary-text,
.indigo-A700.secondary-text,
.indigo-A700 .secondary-text,
.blue-500.secondary-text,
.blue-500 .secondary-text,
.blue.secondary-text,
.blue .secondary-text,
.blue-600.secondary-text,
.blue-600 .secondary-text,
.blue-700.secondary-text,
.blue-700 .secondary-text,
.blue-800.secondary-text,
.blue-800 .secondary-text,
.blue-900.secondary-text,
.blue-900 .secondary-text,
.blue-A200.secondary-text,
.blue-A200 .secondary-text,
.blue-A400.secondary-text,
.blue-A400 .secondary-text,
.blue-A700.secondary-text,
.blue-A700 .secondary-text,
.light-blue-500.secondary-text,
.light-blue-500 .secondary-text,
.light-blue.secondary-text,
.light-blue .secondary-text,
.light-blue-600.secondary-text,
.light-blue-600 .secondary-text,
.light-blue-700.secondary-text,
.light-blue-700 .secondary-text,
.light-blue-800.secondary-text,
.light-blue-800 .secondary-text,
.light-blue-900.secondary-text,
.light-blue-900 .secondary-text,
.light-blue-A700.secondary-text,
.light-blue-A700 .secondary-text,
.cyan-500.secondary-text,
.cyan-500 .secondary-text,
.cyan.secondary-text,
.cyan .secondary-text,
.cyan-600.secondary-text,
.cyan-600 .secondary-text,
.cyan-700.secondary-text,
.cyan-700 .secondary-text,
.cyan-800.secondary-text,
.cyan-800 .secondary-text,
.cyan-900.secondary-text,
.cyan-900 .secondary-text,
.teal-500.secondary-text,
.teal-500 .secondary-text,
.teal.secondary-text,
.teal .secondary-text,
.teal-600.secondary-text,
.teal-600 .secondary-text,
.teal-700.secondary-text,
.teal-700 .secondary-text,
.teal-800.secondary-text,
.teal-800 .secondary-text,
.teal-900.secondary-text,
.teal-900 .secondary-text,
.green-600.secondary-text,
.green-600 .secondary-text,
.green-700.secondary-text,
.green-700 .secondary-text,
.green-800.secondary-text,
.green-800 .secondary-text,
.green-900.secondary-text,
.green-900 .secondary-text,
.light-green-700.secondary-text,
.light-green-700 .secondary-text,
.light-green-800.secondary-text,
.light-green-800 .secondary-text,
.light-green-900.secondary-text,
.light-green-900 .secondary-text,
.lime-900.secondary-text,
.lime-900 .secondary-text,
.orange-800.secondary-text,
.orange-800 .secondary-text,
.orange-900.secondary-text,
.orange-900 .secondary-text,
.deep-orange-500.secondary-text,
.deep-orange-500 .secondary-text,
.deep-orange.secondary-text,
.deep-orange .secondary-text,
.deep-orange-600.secondary-text,
.deep-orange-600 .secondary-text,
.deep-orange-700.secondary-text,
.deep-orange-700 .secondary-text,
.deep-orange-800.secondary-text,
.deep-orange-800 .secondary-text,
.deep-orange-900.secondary-text,
.deep-orange-900 .secondary-text,
.deep-orange-A400.secondary-text,
.deep-orange-A400 .secondary-text,
.deep-orange-A700.secondary-text,
.deep-orange-A700 .secondary-text,
.brown-300.secondary-text,
.brown-300 .secondary-text,
.brown-400.secondary-text,
.brown-400 .secondary-text,
.brown-500.secondary-text,
.brown-500 .secondary-text,
.brown.secondary-text,
.brown .secondary-text,
.brown-600.secondary-text,
.brown-600 .secondary-text,
.brown-700.secondary-text,
.brown-700 .secondary-text,
.brown-800.secondary-text,
.brown-800 .secondary-text,
.brown-900.secondary-text,
.brown-900 .secondary-text,
.brown-A400.secondary-text,
.brown-A400 .secondary-text,
.brown-A700.secondary-text,
.brown-A700 .secondary-text,
.grey-600.secondary-text,
.grey-600 .secondary-text,
.grey-700.secondary-text,
.grey-700 .secondary-text,
.grey-800.secondary-text,
.grey-800 .secondary-text,
.grey-900.secondary-text,
.grey-900 .secondary-text,
.grey-A700.secondary-text,
.grey-A700 .secondary-text,
.blue-grey-400.secondary-text,
.blue-grey-400 .secondary-text,
.blue-grey-500.secondary-text,
.blue-grey-500 .secondary-text,
.blue-grey.secondary-text,
.blue-grey .secondary-text,
.blue-grey-600.secondary-text,
.blue-grey-600 .secondary-text,
.blue-grey-700.secondary-text,
.blue-grey-700 .secondary-text,
.blue-grey-800.secondary-text,
.blue-grey-800 .secondary-text,
.blue-grey-900.secondary-text,
.blue-grey-900 .secondary-text,
.blue-grey-A400.secondary-text,
.blue-grey-A400 .secondary-text,
.blue-grey-A700.secondary-text,
.blue-grey-A700 .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.red-500.hint-text,
.red-500 .hint-text,
.red-500.disabled-text,
.red-500 .disabled-text,
.red.hint-text,
.red .hint-text,
.red.disabled-text,
.red .disabled-text,
.red-600.hint-text,
.red-600 .hint-text,
.red-600.disabled-text,
.red-600 .disabled-text,
.red-700.hint-text,
.red-700 .hint-text,
.red-700.disabled-text,
.red-700 .disabled-text,
.red-800.hint-text,
.red-800 .hint-text,
.red-800.disabled-text,
.red-800 .disabled-text,
.red-900.hint-text,
.red-900 .hint-text,
.red-900.disabled-text,
.red-900 .disabled-text,
.red-A200.hint-text,
.red-A200 .hint-text,
.red-A200.disabled-text,
.red-A200 .disabled-text,
.red-A400.hint-text,
.red-A400 .hint-text,
.red-A400.disabled-text,
.red-A400 .disabled-text,
.red-A700.hint-text,
.red-A700 .hint-text,
.red-A700.disabled-text,
.red-A700 .disabled-text,
.pink-500.hint-text,
.pink-500 .hint-text,
.pink-500.disabled-text,
.pink-500 .disabled-text,
.pink.hint-text,
.pink .hint-text,
.pink.disabled-text,
.pink .disabled-text,
.pink-600.hint-text,
.pink-600 .hint-text,
.pink-600.disabled-text,
.pink-600 .disabled-text,
.pink-700.hint-text,
.pink-700 .hint-text,
.pink-700.disabled-text,
.pink-700 .disabled-text,
.pink-800.hint-text,
.pink-800 .hint-text,
.pink-800.disabled-text,
.pink-800 .disabled-text,
.pink-900.hint-text,
.pink-900 .hint-text,
.pink-900.disabled-text,
.pink-900 .disabled-text,
.pink-A200.hint-text,
.pink-A200 .hint-text,
.pink-A200.disabled-text,
.pink-A200 .disabled-text,
.pink-A400.hint-text,
.pink-A400 .hint-text,
.pink-A400.disabled-text,
.pink-A400 .disabled-text,
.pink-A700.hint-text,
.pink-A700 .hint-text,
.pink-A700.disabled-text,
.pink-A700 .disabled-text,
.purple-300.hint-text,
.purple-300 .hint-text,
.purple-300.disabled-text,
.purple-300 .disabled-text,
.purple-400.hint-text,
.purple-400 .hint-text,
.purple-400.disabled-text,
.purple-400 .disabled-text,
.purple-500.hint-text,
.purple-500 .hint-text,
.purple-500.disabled-text,
.purple-500 .disabled-text,
.purple.hint-text,
.purple .hint-text,
.purple.disabled-text,
.purple .disabled-text,
.purple-600.hint-text,
.purple-600 .hint-text,
.purple-600.disabled-text,
.purple-600 .disabled-text,
.purple-700.hint-text,
.purple-700 .hint-text,
.purple-700.disabled-text,
.purple-700 .disabled-text,
.purple-800.hint-text,
.purple-800 .hint-text,
.purple-800.disabled-text,
.purple-800 .disabled-text,
.purple-900.hint-text,
.purple-900 .hint-text,
.purple-900.disabled-text,
.purple-900 .disabled-text,
.purple-A200.hint-text,
.purple-A200 .hint-text,
.purple-A200.disabled-text,
.purple-A200 .disabled-text,
.purple-A400.hint-text,
.purple-A400 .hint-text,
.purple-A400.disabled-text,
.purple-A400 .disabled-text,
.purple-A700.hint-text,
.purple-A700 .hint-text,
.purple-A700.disabled-text,
.purple-A700 .disabled-text,
.deep-purple-300.hint-text,
.deep-purple-300 .hint-text,
.deep-purple-300.disabled-text,
.deep-purple-300 .disabled-text,
.deep-purple-400.hint-text,
.deep-purple-400 .hint-text,
.deep-purple-400.disabled-text,
.deep-purple-400 .disabled-text,
.deep-purple-500.hint-text,
.deep-purple-500 .hint-text,
.deep-purple-500.disabled-text,
.deep-purple-500 .disabled-text,
.deep-purple.hint-text,
.deep-purple .hint-text,
.deep-purple.disabled-text,
.deep-purple .disabled-text,
.deep-purple-600.hint-text,
.deep-purple-600 .hint-text,
.deep-purple-600.disabled-text,
.deep-purple-600 .disabled-text,
.deep-purple-700.hint-text,
.deep-purple-700 .hint-text,
.deep-purple-700.disabled-text,
.deep-purple-700 .disabled-text,
.deep-purple-800.hint-text,
.deep-purple-800 .hint-text,
.deep-purple-800.disabled-text,
.deep-purple-800 .disabled-text,
.deep-purple-900.hint-text,
.deep-purple-900 .hint-text,
.deep-purple-900.disabled-text,
.deep-purple-900 .disabled-text,
.deep-purple-A200.hint-text,
.deep-purple-A200 .hint-text,
.deep-purple-A200.disabled-text,
.deep-purple-A200 .disabled-text,
.deep-purple-A400.hint-text,
.deep-purple-A400 .hint-text,
.deep-purple-A400.disabled-text,
.deep-purple-A400 .disabled-text,
.deep-purple-A700.hint-text,
.deep-purple-A700 .hint-text,
.deep-purple-A700.disabled-text,
.deep-purple-A700 .disabled-text,
.indigo-300.hint-text,
.indigo-300 .hint-text,
.indigo-300.disabled-text,
.indigo-300 .disabled-text,
.indigo-400.hint-text,
.indigo-400 .hint-text,
.indigo-400.disabled-text,
.indigo-400 .disabled-text,
.indigo-500.hint-text,
.indigo-500 .hint-text,
.indigo-500.disabled-text,
.indigo-500 .disabled-text,
.indigo.hint-text,
.indigo .hint-text,
.indigo.disabled-text,
.indigo .disabled-text,
.indigo-600.hint-text,
.indigo-600 .hint-text,
.indigo-600.disabled-text,
.indigo-600 .disabled-text,
.indigo-700.hint-text,
.indigo-700 .hint-text,
.indigo-700.disabled-text,
.indigo-700 .disabled-text,
.indigo-800.hint-text,
.indigo-800 .hint-text,
.indigo-800.disabled-text,
.indigo-800 .disabled-text,
.indigo-900.hint-text,
.indigo-900 .hint-text,
.indigo-900.disabled-text,
.indigo-900 .disabled-text,
.indigo-A200.hint-text,
.indigo-A200 .hint-text,
.indigo-A200.disabled-text,
.indigo-A200 .disabled-text,
.indigo-A400.hint-text,
.indigo-A400 .hint-text,
.indigo-A400.disabled-text,
.indigo-A400 .disabled-text,
.indigo-A700.hint-text,
.indigo-A700 .hint-text,
.indigo-A700.disabled-text,
.indigo-A700 .disabled-text,
.blue-500.hint-text,
.blue-500 .hint-text,
.blue-500.disabled-text,
.blue-500 .disabled-text,
.blue.hint-text,
.blue .hint-text,
.blue.disabled-text,
.blue .disabled-text,
.blue-600.hint-text,
.blue-600 .hint-text,
.blue-600.disabled-text,
.blue-600 .disabled-text,
.blue-700.hint-text,
.blue-700 .hint-text,
.blue-700.disabled-text,
.blue-700 .disabled-text,
.blue-800.hint-text,
.blue-800 .hint-text,
.blue-800.disabled-text,
.blue-800 .disabled-text,
.blue-900.hint-text,
.blue-900 .hint-text,
.blue-900.disabled-text,
.blue-900 .disabled-text,
.blue-A200.hint-text,
.blue-A200 .hint-text,
.blue-A200.disabled-text,
.blue-A200 .disabled-text,
.blue-A400.hint-text,
.blue-A400 .hint-text,
.blue-A400.disabled-text,
.blue-A400 .disabled-text,
.blue-A700.hint-text,
.blue-A700 .hint-text,
.blue-A700.disabled-text,
.blue-A700 .disabled-text,
.light-blue-500.hint-text,
.light-blue-500 .hint-text,
.light-blue-500.disabled-text,
.light-blue-500 .disabled-text,
.light-blue.hint-text,
.light-blue .hint-text,
.light-blue.disabled-text,
.light-blue .disabled-text,
.light-blue-600.hint-text,
.light-blue-600 .hint-text,
.light-blue-600.disabled-text,
.light-blue-600 .disabled-text,
.light-blue-700.hint-text,
.light-blue-700 .hint-text,
.light-blue-700.disabled-text,
.light-blue-700 .disabled-text,
.light-blue-800.hint-text,
.light-blue-800 .hint-text,
.light-blue-800.disabled-text,
.light-blue-800 .disabled-text,
.light-blue-900.hint-text,
.light-blue-900 .hint-text,
.light-blue-900.disabled-text,
.light-blue-900 .disabled-text,
.light-blue-A700.hint-text,
.light-blue-A700 .hint-text,
.light-blue-A700.disabled-text,
.light-blue-A700 .disabled-text,
.cyan-500.hint-text,
.cyan-500 .hint-text,
.cyan-500.disabled-text,
.cyan-500 .disabled-text,
.cyan.hint-text,
.cyan .hint-text,
.cyan.disabled-text,
.cyan .disabled-text,
.cyan-600.hint-text,
.cyan-600 .hint-text,
.cyan-600.disabled-text,
.cyan-600 .disabled-text,
.cyan-700.hint-text,
.cyan-700 .hint-text,
.cyan-700.disabled-text,
.cyan-700 .disabled-text,
.cyan-800.hint-text,
.cyan-800 .hint-text,
.cyan-800.disabled-text,
.cyan-800 .disabled-text,
.cyan-900.hint-text,
.cyan-900 .hint-text,
.cyan-900.disabled-text,
.cyan-900 .disabled-text,
.teal-500.hint-text,
.teal-500 .hint-text,
.teal-500.disabled-text,
.teal-500 .disabled-text,
.teal.hint-text,
.teal .hint-text,
.teal.disabled-text,
.teal .disabled-text,
.teal-600.hint-text,
.teal-600 .hint-text,
.teal-600.disabled-text,
.teal-600 .disabled-text,
.teal-700.hint-text,
.teal-700 .hint-text,
.teal-700.disabled-text,
.teal-700 .disabled-text,
.teal-800.hint-text,
.teal-800 .hint-text,
.teal-800.disabled-text,
.teal-800 .disabled-text,
.teal-900.hint-text,
.teal-900 .hint-text,
.teal-900.disabled-text,
.teal-900 .disabled-text,
.green-600.hint-text,
.green-600 .hint-text,
.green-600.disabled-text,
.green-600 .disabled-text,
.green-700.hint-text,
.green-700 .hint-text,
.green-700.disabled-text,
.green-700 .disabled-text,
.green-800.hint-text,
.green-800 .hint-text,
.green-800.disabled-text,
.green-800 .disabled-text,
.green-900.hint-text,
.green-900 .hint-text,
.green-900.disabled-text,
.green-900 .disabled-text,
.light-green-700.hint-text,
.light-green-700 .hint-text,
.light-green-700.disabled-text,
.light-green-700 .disabled-text,
.light-green-800.hint-text,
.light-green-800 .hint-text,
.light-green-800.disabled-text,
.light-green-800 .disabled-text,
.light-green-900.hint-text,
.light-green-900 .hint-text,
.light-green-900.disabled-text,
.light-green-900 .disabled-text,
.lime-900.hint-text,
.lime-900 .hint-text,
.lime-900.disabled-text,
.lime-900 .disabled-text,
.orange-800.hint-text,
.orange-800 .hint-text,
.orange-800.disabled-text,
.orange-800 .disabled-text,
.orange-900.hint-text,
.orange-900 .hint-text,
.orange-900.disabled-text,
.orange-900 .disabled-text,
.deep-orange-500.hint-text,
.deep-orange-500 .hint-text,
.deep-orange-500.disabled-text,
.deep-orange-500 .disabled-text,
.deep-orange.hint-text,
.deep-orange .hint-text,
.deep-orange.disabled-text,
.deep-orange .disabled-text,
.deep-orange-600.hint-text,
.deep-orange-600 .hint-text,
.deep-orange-600.disabled-text,
.deep-orange-600 .disabled-text,
.deep-orange-700.hint-text,
.deep-orange-700 .hint-text,
.deep-orange-700.disabled-text,
.deep-orange-700 .disabled-text,
.deep-orange-800.hint-text,
.deep-orange-800 .hint-text,
.deep-orange-800.disabled-text,
.deep-orange-800 .disabled-text,
.deep-orange-900.hint-text,
.deep-orange-900 .hint-text,
.deep-orange-900.disabled-text,
.deep-orange-900 .disabled-text,
.deep-orange-A400.hint-text,
.deep-orange-A400 .hint-text,
.deep-orange-A400.disabled-text,
.deep-orange-A400 .disabled-text,
.deep-orange-A700.hint-text,
.deep-orange-A700 .hint-text,
.deep-orange-A700.disabled-text,
.deep-orange-A700 .disabled-text,
.brown-300.hint-text,
.brown-300 .hint-text,
.brown-300.disabled-text,
.brown-300 .disabled-text,
.brown-400.hint-text,
.brown-400 .hint-text,
.brown-400.disabled-text,
.brown-400 .disabled-text,
.brown-500.hint-text,
.brown-500 .hint-text,
.brown-500.disabled-text,
.brown-500 .disabled-text,
.brown.hint-text,
.brown .hint-text,
.brown.disabled-text,
.brown .disabled-text,
.brown-600.hint-text,
.brown-600 .hint-text,
.brown-600.disabled-text,
.brown-600 .disabled-text,
.brown-700.hint-text,
.brown-700 .hint-text,
.brown-700.disabled-text,
.brown-700 .disabled-text,
.brown-800.hint-text,
.brown-800 .hint-text,
.brown-800.disabled-text,
.brown-800 .disabled-text,
.brown-900.hint-text,
.brown-900 .hint-text,
.brown-900.disabled-text,
.brown-900 .disabled-text,
.brown-A400.hint-text,
.brown-A400 .hint-text,
.brown-A400.disabled-text,
.brown-A400 .disabled-text,
.brown-A700.hint-text,
.brown-A700 .hint-text,
.brown-A700.disabled-text,
.brown-A700 .disabled-text,
.grey-600.hint-text,
.grey-600 .hint-text,
.grey-600.disabled-text,
.grey-600 .disabled-text,
.grey-700.hint-text,
.grey-700 .hint-text,
.grey-700.disabled-text,
.grey-700 .disabled-text,
.grey-800.hint-text,
.grey-800 .hint-text,
.grey-800.disabled-text,
.grey-800 .disabled-text,
.grey-900.hint-text,
.grey-900 .hint-text,
.grey-900.disabled-text,
.grey-900 .disabled-text,
.grey-A700.hint-text,
.grey-A700 .hint-text,
.grey-A700.disabled-text,
.grey-A700 .disabled-text,
.blue-grey-400.hint-text,
.blue-grey-400 .hint-text,
.blue-grey-400.disabled-text,
.blue-grey-400 .disabled-text,
.blue-grey-500.hint-text,
.blue-grey-500 .hint-text,
.blue-grey-500.disabled-text,
.blue-grey-500 .disabled-text,
.blue-grey.hint-text,
.blue-grey .hint-text,
.blue-grey.disabled-text,
.blue-grey .disabled-text,
.blue-grey-600.hint-text,
.blue-grey-600 .hint-text,
.blue-grey-600.disabled-text,
.blue-grey-600 .disabled-text,
.blue-grey-700.hint-text,
.blue-grey-700 .hint-text,
.blue-grey-700.disabled-text,
.blue-grey-700 .disabled-text,
.blue-grey-800.hint-text,
.blue-grey-800 .hint-text,
.blue-grey-800.disabled-text,
.blue-grey-800 .disabled-text,
.blue-grey-900.hint-text,
.blue-grey-900 .hint-text,
.blue-grey-900.disabled-text,
.blue-grey-900 .disabled-text,
.blue-grey-A400.hint-text,
.blue-grey-A400 .hint-text,
.blue-grey-A400.disabled-text,
.blue-grey-A400 .disabled-text,
.blue-grey-A700.hint-text,
.blue-grey-A700 .hint-text,
.blue-grey-A700.disabled-text,
.blue-grey-A700 .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.red-500.divider,
.red-500 .divider,
.red.divider,
.red .divider,
.red-600.divider,
.red-600 .divider,
.red-700.divider,
.red-700 .divider,
.red-800.divider,
.red-800 .divider,
.red-900.divider,
.red-900 .divider,
.red-A200.divider,
.red-A200 .divider,
.red-A400.divider,
.red-A400 .divider,
.red-A700.divider,
.red-A700 .divider,
.pink-500.divider,
.pink-500 .divider,
.pink.divider,
.pink .divider,
.pink-600.divider,
.pink-600 .divider,
.pink-700.divider,
.pink-700 .divider,
.pink-800.divider,
.pink-800 .divider,
.pink-900.divider,
.pink-900 .divider,
.pink-A200.divider,
.pink-A200 .divider,
.pink-A400.divider,
.pink-A400 .divider,
.pink-A700.divider,
.pink-A700 .divider,
.purple-300.divider,
.purple-300 .divider,
.purple-400.divider,
.purple-400 .divider,
.purple-500.divider,
.purple-500 .divider,
.purple.divider,
.purple .divider,
.purple-600.divider,
.purple-600 .divider,
.purple-700.divider,
.purple-700 .divider,
.purple-800.divider,
.purple-800 .divider,
.purple-900.divider,
.purple-900 .divider,
.purple-A200.divider,
.purple-A200 .divider,
.purple-A400.divider,
.purple-A400 .divider,
.purple-A700.divider,
.purple-A700 .divider,
.deep-purple-300.divider,
.deep-purple-300 .divider,
.deep-purple-400.divider,
.deep-purple-400 .divider,
.deep-purple-500.divider,
.deep-purple-500 .divider,
.deep-purple.divider,
.deep-purple .divider,
.deep-purple-600.divider,
.deep-purple-600 .divider,
.deep-purple-700.divider,
.deep-purple-700 .divider,
.deep-purple-800.divider,
.deep-purple-800 .divider,
.deep-purple-900.divider,
.deep-purple-900 .divider,
.deep-purple-A200.divider,
.deep-purple-A200 .divider,
.deep-purple-A400.divider,
.deep-purple-A400 .divider,
.deep-purple-A700.divider,
.deep-purple-A700 .divider,
.indigo-300.divider,
.indigo-300 .divider,
.indigo-400.divider,
.indigo-400 .divider,
.indigo-500.divider,
.indigo-500 .divider,
.indigo.divider,
.indigo .divider,
.indigo-600.divider,
.indigo-600 .divider,
.indigo-700.divider,
.indigo-700 .divider,
.indigo-800.divider,
.indigo-800 .divider,
.indigo-900.divider,
.indigo-900 .divider,
.indigo-A200.divider,
.indigo-A200 .divider,
.indigo-A400.divider,
.indigo-A400 .divider,
.indigo-A700.divider,
.indigo-A700 .divider,
.blue-500.divider,
.blue-500 .divider,
.blue.divider,
.blue .divider,
.blue-600.divider,
.blue-600 .divider,
.blue-700.divider,
.blue-700 .divider,
.blue-800.divider,
.blue-800 .divider,
.blue-900.divider,
.blue-900 .divider,
.blue-A200.divider,
.blue-A200 .divider,
.blue-A400.divider,
.blue-A400 .divider,
.blue-A700.divider,
.blue-A700 .divider,
.light-blue-500.divider,
.light-blue-500 .divider,
.light-blue.divider,
.light-blue .divider,
.light-blue-600.divider,
.light-blue-600 .divider,
.light-blue-700.divider,
.light-blue-700 .divider,
.light-blue-800.divider,
.light-blue-800 .divider,
.light-blue-900.divider,
.light-blue-900 .divider,
.light-blue-A700.divider,
.light-blue-A700 .divider,
.cyan-500.divider,
.cyan-500 .divider,
.cyan.divider,
.cyan .divider,
.cyan-600.divider,
.cyan-600 .divider,
.cyan-700.divider,
.cyan-700 .divider,
.cyan-800.divider,
.cyan-800 .divider,
.cyan-900.divider,
.cyan-900 .divider,
.teal-500.divider,
.teal-500 .divider,
.teal.divider,
.teal .divider,
.teal-600.divider,
.teal-600 .divider,
.teal-700.divider,
.teal-700 .divider,
.teal-800.divider,
.teal-800 .divider,
.teal-900.divider,
.teal-900 .divider,
.green-600.divider,
.green-600 .divider,
.green-700.divider,
.green-700 .divider,
.green-800.divider,
.green-800 .divider,
.green-900.divider,
.green-900 .divider,
.light-green-700.divider,
.light-green-700 .divider,
.light-green-800.divider,
.light-green-800 .divider,
.light-green-900.divider,
.light-green-900 .divider,
.lime-900.divider,
.lime-900 .divider,
.orange-800.divider,
.orange-800 .divider,
.orange-900.divider,
.orange-900 .divider,
.deep-orange-500.divider,
.deep-orange-500 .divider,
.deep-orange.divider,
.deep-orange .divider,
.deep-orange-600.divider,
.deep-orange-600 .divider,
.deep-orange-700.divider,
.deep-orange-700 .divider,
.deep-orange-800.divider,
.deep-orange-800 .divider,
.deep-orange-900.divider,
.deep-orange-900 .divider,
.deep-orange-A400.divider,
.deep-orange-A400 .divider,
.deep-orange-A700.divider,
.deep-orange-A700 .divider,
.brown-300.divider,
.brown-300 .divider,
.brown-400.divider,
.brown-400 .divider,
.brown-500.divider,
.brown-500 .divider,
.brown.divider,
.brown .divider,
.brown-600.divider,
.brown-600 .divider,
.brown-700.divider,
.brown-700 .divider,
.brown-800.divider,
.brown-800 .divider,
.brown-900.divider,
.brown-900 .divider,
.brown-A400.divider,
.brown-A400 .divider,
.brown-A700.divider,
.brown-A700 .divider,
.grey-600.divider,
.grey-600 .divider,
.grey-700.divider,
.grey-700 .divider,
.grey-800.divider,
.grey-800 .divider,
.grey-900.divider,
.grey-900 .divider,
.grey-A700.divider,
.grey-A700 .divider,
.blue-grey-400.divider,
.blue-grey-400 .divider,
.blue-grey-500.divider,
.blue-grey-500 .divider,
.blue-grey.divider,
.blue-grey .divider,
.blue-grey-600.divider,
.blue-grey-600 .divider,
.blue-grey-700.divider,
.blue-grey-700 .divider,
.blue-grey-800.divider,
.blue-grey-800 .divider,
.blue-grey-900.divider,
.blue-grey-900 .divider,
.blue-grey-A400.divider,
.blue-grey-A400 .divider,
.blue-grey-A700.divider,
.blue-grey-A700 .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.red-500 .mat-ripple-element,
.red .mat-ripple-element,
.red-600 .mat-ripple-element,
.red-700 .mat-ripple-element,
.red-800 .mat-ripple-element,
.red-900 .mat-ripple-element,
.red-A200 .mat-ripple-element,
.red-A400 .mat-ripple-element,
.red-A700 .mat-ripple-element,
.pink-500 .mat-ripple-element,
.pink .mat-ripple-element,
.pink-600 .mat-ripple-element,
.pink-700 .mat-ripple-element,
.pink-800 .mat-ripple-element,
.pink-900 .mat-ripple-element,
.pink-A200 .mat-ripple-element,
.pink-A400 .mat-ripple-element,
.pink-A700 .mat-ripple-element,
.purple-300 .mat-ripple-element,
.purple-400 .mat-ripple-element,
.purple-500 .mat-ripple-element,
.purple .mat-ripple-element,
.purple-600 .mat-ripple-element,
.purple-700 .mat-ripple-element,
.purple-800 .mat-ripple-element,
.purple-900 .mat-ripple-element,
.purple-A200 .mat-ripple-element,
.purple-A400 .mat-ripple-element,
.purple-A700 .mat-ripple-element,
.deep-purple-300 .mat-ripple-element,
.deep-purple-400 .mat-ripple-element,
.deep-purple-500 .mat-ripple-element,
.deep-purple .mat-ripple-element,
.deep-purple-600 .mat-ripple-element,
.deep-purple-700 .mat-ripple-element,
.deep-purple-800 .mat-ripple-element,
.deep-purple-900 .mat-ripple-element,
.deep-purple-A200 .mat-ripple-element,
.deep-purple-A400 .mat-ripple-element,
.deep-purple-A700 .mat-ripple-element,
.indigo-300 .mat-ripple-element,
.indigo-400 .mat-ripple-element,
.indigo-500 .mat-ripple-element,
.indigo .mat-ripple-element,
.indigo-600 .mat-ripple-element,
.indigo-700 .mat-ripple-element,
.indigo-800 .mat-ripple-element,
.indigo-900 .mat-ripple-element,
.indigo-A200 .mat-ripple-element,
.indigo-A400 .mat-ripple-element,
.indigo-A700 .mat-ripple-element,
.blue-500 .mat-ripple-element,
.blue .mat-ripple-element,
.blue-600 .mat-ripple-element,
.blue-700 .mat-ripple-element,
.blue-800 .mat-ripple-element,
.blue-900 .mat-ripple-element,
.blue-A200 .mat-ripple-element,
.blue-A400 .mat-ripple-element,
.blue-A700 .mat-ripple-element,
.light-blue-500 .mat-ripple-element,
.light-blue .mat-ripple-element,
.light-blue-600 .mat-ripple-element,
.light-blue-700 .mat-ripple-element,
.light-blue-800 .mat-ripple-element,
.light-blue-900 .mat-ripple-element,
.light-blue-A700 .mat-ripple-element,
.cyan-500 .mat-ripple-element,
.cyan .mat-ripple-element,
.cyan-600 .mat-ripple-element,
.cyan-700 .mat-ripple-element,
.cyan-800 .mat-ripple-element,
.cyan-900 .mat-ripple-element,
.teal-500 .mat-ripple-element,
.teal .mat-ripple-element,
.teal-600 .mat-ripple-element,
.teal-700 .mat-ripple-element,
.teal-800 .mat-ripple-element,
.teal-900 .mat-ripple-element,
.green-600 .mat-ripple-element,
.green-700 .mat-ripple-element,
.green-800 .mat-ripple-element,
.green-900 .mat-ripple-element,
.light-green-700 .mat-ripple-element,
.light-green-800 .mat-ripple-element,
.light-green-900 .mat-ripple-element,
.lime-900 .mat-ripple-element,
.orange-800 .mat-ripple-element,
.orange-900 .mat-ripple-element,
.deep-orange-500 .mat-ripple-element,
.deep-orange .mat-ripple-element,
.deep-orange-600 .mat-ripple-element,
.deep-orange-700 .mat-ripple-element,
.deep-orange-800 .mat-ripple-element,
.deep-orange-900 .mat-ripple-element,
.deep-orange-A400 .mat-ripple-element,
.deep-orange-A700 .mat-ripple-element,
.brown-300 .mat-ripple-element,
.brown-400 .mat-ripple-element,
.brown-500 .mat-ripple-element,
.brown .mat-ripple-element,
.brown-600 .mat-ripple-element,
.brown-700 .mat-ripple-element,
.brown-800 .mat-ripple-element,
.brown-900 .mat-ripple-element,
.brown-A400 .mat-ripple-element,
.brown-A700 .mat-ripple-element,
.grey-600 .mat-ripple-element,
.grey-700 .mat-ripple-element,
.grey-800 .mat-ripple-element,
.grey-900 .mat-ripple-element,
.grey-A700 .mat-ripple-element,
.blue-grey-400 .mat-ripple-element,
.blue-grey-500 .mat-ripple-element,
.blue-grey .mat-ripple-element,
.blue-grey-600 .mat-ripple-element,
.blue-grey-700 .mat-ripple-element,
.blue-grey-800 .mat-ripple-element,
.blue-grey-900 .mat-ripple-element,
.blue-grey-A400 .mat-ripple-element,
.blue-grey-A700 .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.red-500 .adaptive-border-color,
.red .adaptive-border-color,
.red-600 .adaptive-border-color,
.red-700 .adaptive-border-color,
.red-800 .adaptive-border-color,
.red-900 .adaptive-border-color,
.red-A200 .adaptive-border-color,
.red-A400 .adaptive-border-color,
.red-A700 .adaptive-border-color,
.pink-500 .adaptive-border-color,
.pink .adaptive-border-color,
.pink-600 .adaptive-border-color,
.pink-700 .adaptive-border-color,
.pink-800 .adaptive-border-color,
.pink-900 .adaptive-border-color,
.pink-A200 .adaptive-border-color,
.pink-A400 .adaptive-border-color,
.pink-A700 .adaptive-border-color,
.purple-300 .adaptive-border-color,
.purple-400 .adaptive-border-color,
.purple-500 .adaptive-border-color,
.purple .adaptive-border-color,
.purple-600 .adaptive-border-color,
.purple-700 .adaptive-border-color,
.purple-800 .adaptive-border-color,
.purple-900 .adaptive-border-color,
.purple-A200 .adaptive-border-color,
.purple-A400 .adaptive-border-color,
.purple-A700 .adaptive-border-color,
.deep-purple-300 .adaptive-border-color,
.deep-purple-400 .adaptive-border-color,
.deep-purple-500 .adaptive-border-color,
.deep-purple .adaptive-border-color,
.deep-purple-600 .adaptive-border-color,
.deep-purple-700 .adaptive-border-color,
.deep-purple-800 .adaptive-border-color,
.deep-purple-900 .adaptive-border-color,
.deep-purple-A200 .adaptive-border-color,
.deep-purple-A400 .adaptive-border-color,
.deep-purple-A700 .adaptive-border-color,
.indigo-300 .adaptive-border-color,
.indigo-400 .adaptive-border-color,
.indigo-500 .adaptive-border-color,
.indigo .adaptive-border-color,
.indigo-600 .adaptive-border-color,
.indigo-700 .adaptive-border-color,
.indigo-800 .adaptive-border-color,
.indigo-900 .adaptive-border-color,
.indigo-A200 .adaptive-border-color,
.indigo-A400 .adaptive-border-color,
.indigo-A700 .adaptive-border-color,
.blue-500 .adaptive-border-color,
.blue .adaptive-border-color,
.blue-600 .adaptive-border-color,
.blue-700 .adaptive-border-color,
.blue-800 .adaptive-border-color,
.blue-900 .adaptive-border-color,
.blue-A200 .adaptive-border-color,
.blue-A400 .adaptive-border-color,
.blue-A700 .adaptive-border-color,
.light-blue-500 .adaptive-border-color,
.light-blue .adaptive-border-color,
.light-blue-600 .adaptive-border-color,
.light-blue-700 .adaptive-border-color,
.light-blue-800 .adaptive-border-color,
.light-blue-900 .adaptive-border-color,
.light-blue-A700 .adaptive-border-color,
.cyan-500 .adaptive-border-color,
.cyan .adaptive-border-color,
.cyan-600 .adaptive-border-color,
.cyan-700 .adaptive-border-color,
.cyan-800 .adaptive-border-color,
.cyan-900 .adaptive-border-color,
.teal-500 .adaptive-border-color,
.teal .adaptive-border-color,
.teal-600 .adaptive-border-color,
.teal-700 .adaptive-border-color,
.teal-800 .adaptive-border-color,
.teal-900 .adaptive-border-color,
.green-600 .adaptive-border-color,
.green-700 .adaptive-border-color,
.green-800 .adaptive-border-color,
.green-900 .adaptive-border-color,
.light-green-700 .adaptive-border-color,
.light-green-800 .adaptive-border-color,
.light-green-900 .adaptive-border-color,
.lime-900 .adaptive-border-color,
.orange-800 .adaptive-border-color,
.orange-900 .adaptive-border-color,
.deep-orange-500 .adaptive-border-color,
.deep-orange .adaptive-border-color,
.deep-orange-600 .adaptive-border-color,
.deep-orange-700 .adaptive-border-color,
.deep-orange-800 .adaptive-border-color,
.deep-orange-900 .adaptive-border-color,
.deep-orange-A400 .adaptive-border-color,
.deep-orange-A700 .adaptive-border-color,
.brown-300 .adaptive-border-color,
.brown-400 .adaptive-border-color,
.brown-500 .adaptive-border-color,
.brown .adaptive-border-color,
.brown-600 .adaptive-border-color,
.brown-700 .adaptive-border-color,
.brown-800 .adaptive-border-color,
.brown-900 .adaptive-border-color,
.brown-A400 .adaptive-border-color,
.brown-A700 .adaptive-border-color,
.grey-600 .adaptive-border-color,
.grey-700 .adaptive-border-color,
.grey-800 .adaptive-border-color,
.grey-900 .adaptive-border-color,
.grey-A700 .adaptive-border-color,
.blue-grey-400 .adaptive-border-color,
.blue-grey-500 .adaptive-border-color,
.blue-grey .adaptive-border-color,
.blue-grey-600 .adaptive-border-color,
.blue-grey-700 .adaptive-border-color,
.blue-grey-800 .adaptive-border-color,
.blue-grey-900 .adaptive-border-color,
.blue-grey-A400 .adaptive-border-color,
.blue-grey-A700 .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
.red-50,
.red-100,
.red-200,
.red-300,
.red-400,
.red-A100,
.pink-50,
.pink-100,
.pink-200,
.pink-300,
.pink-400,
.pink-A100,
.purple-50,
.purple-100,
.purple-200,
.purple-A100,
.deep-purple-50,
.deep-purple-100,
.deep-purple-200,
.deep-purple-A100,
.indigo-50,
.indigo-100,
.indigo-200,
.indigo-A100,
.blue-50,
.blue-100,
.blue-200,
.blue-300,
.blue-400,
.blue-A100,
.light-blue-50,
.light-blue-100,
.light-blue-200,
.light-blue-300,
.light-blue-400,
.light-blue-A100,
.light-blue-A200,
.light-blue-A400,
.cyan-50,
.cyan-100,
.cyan-200,
.cyan-300,
.cyan-400,
.cyan-A100,
.cyan-A200,
.cyan-A400,
.cyan-A700,
.teal-50,
.teal-100,
.teal-200,
.teal-300,
.teal-400,
.teal-A100,
.teal-A200,
.teal-A400,
.teal-A700,
.green-50,
.green-100,
.green-200,
.green-300,
.green-400,
.green-500,
.green,
.green-A100,
.green-A200,
.green-A400,
.green-A700,
.light-green-50,
.light-green-100,
.light-green-200,
.light-green-300,
.light-green-400,
.light-green-500,
.light-green,
.light-green-600,
.light-green-A100,
.light-green-A200,
.light-green-A400,
.light-green-A700,
.lime-50,
.lime-100,
.lime-200,
.lime-300,
.lime-400,
.lime-500,
.lime,
.lime-600,
.lime-700,
.lime-800,
.lime-A100,
.lime-A200,
.lime-A400,
.lime-A700,
.yellow-50,
.yellow-100,
.yellow-200,
.yellow-300,
.yellow-400,
.yellow-500,
.yellow,
.yellow-600,
.yellow-700,
.yellow-800,
.yellow-900,
.yellow-A100,
.yellow-A200,
.yellow-A400,
.yellow-A700,
.amber-50,
.amber-100,
.amber-200,
.amber-300,
.amber-400,
.amber-500,
.amber,
.amber-600,
.amber-700,
.amber-800,
.amber-900,
.amber-A100,
.amber-A200,
.amber-A400,
.amber-A700,
.orange-50,
.orange-100,
.orange-200,
.orange-300,
.orange-400,
.orange-500,
.orange,
.orange-600,
.orange-700,
.orange-A100,
.orange-A200,
.orange-A400,
.orange-A700,
.deep-orange-50,
.deep-orange-100,
.deep-orange-200,
.deep-orange-300,
.deep-orange-400,
.deep-orange-A100,
.deep-orange-A200,
.brown-50,
.brown-100,
.brown-200,
.brown-A100,
.brown-A200,
.grey-50,
.grey-100,
.grey-200,
.grey-300,
.grey-400,
.grey-500,
.grey,
.grey-A100,
.grey-A200,
.grey-A400,
.blue-grey-50,
.blue-grey-100,
.blue-grey-200,
.blue-grey-300,
.blue-grey-A100,
.blue-grey-A200 {
}
.red-50 input[type=text],
.red-100 input[type=text],
.red-200 input[type=text],
.red-300 input[type=text],
.red-400 input[type=text],
.red-A100 input[type=text],
.pink-50 input[type=text],
.pink-100 input[type=text],
.pink-200 input[type=text],
.pink-300 input[type=text],
.pink-400 input[type=text],
.pink-A100 input[type=text],
.purple-50 input[type=text],
.purple-100 input[type=text],
.purple-200 input[type=text],
.purple-A100 input[type=text],
.deep-purple-50 input[type=text],
.deep-purple-100 input[type=text],
.deep-purple-200 input[type=text],
.deep-purple-A100 input[type=text],
.indigo-50 input[type=text],
.indigo-100 input[type=text],
.indigo-200 input[type=text],
.indigo-A100 input[type=text],
.blue-50 input[type=text],
.blue-100 input[type=text],
.blue-200 input[type=text],
.blue-300 input[type=text],
.blue-400 input[type=text],
.blue-A100 input[type=text],
.light-blue-50 input[type=text],
.light-blue-100 input[type=text],
.light-blue-200 input[type=text],
.light-blue-300 input[type=text],
.light-blue-400 input[type=text],
.light-blue-A100 input[type=text],
.light-blue-A200 input[type=text],
.light-blue-A400 input[type=text],
.cyan-50 input[type=text],
.cyan-100 input[type=text],
.cyan-200 input[type=text],
.cyan-300 input[type=text],
.cyan-400 input[type=text],
.cyan-A100 input[type=text],
.cyan-A200 input[type=text],
.cyan-A400 input[type=text],
.cyan-A700 input[type=text],
.teal-50 input[type=text],
.teal-100 input[type=text],
.teal-200 input[type=text],
.teal-300 input[type=text],
.teal-400 input[type=text],
.teal-A100 input[type=text],
.teal-A200 input[type=text],
.teal-A400 input[type=text],
.teal-A700 input[type=text],
.green-50 input[type=text],
.green-100 input[type=text],
.green-200 input[type=text],
.green-300 input[type=text],
.green-400 input[type=text],
.green-500 input[type=text],
.green input[type=text],
.green-A100 input[type=text],
.green-A200 input[type=text],
.green-A400 input[type=text],
.green-A700 input[type=text],
.light-green-50 input[type=text],
.light-green-100 input[type=text],
.light-green-200 input[type=text],
.light-green-300 input[type=text],
.light-green-400 input[type=text],
.light-green-500 input[type=text],
.light-green input[type=text],
.light-green-600 input[type=text],
.light-green-A100 input[type=text],
.light-green-A200 input[type=text],
.light-green-A400 input[type=text],
.light-green-A700 input[type=text],
.lime-50 input[type=text],
.lime-100 input[type=text],
.lime-200 input[type=text],
.lime-300 input[type=text],
.lime-400 input[type=text],
.lime-500 input[type=text],
.lime input[type=text],
.lime-600 input[type=text],
.lime-700 input[type=text],
.lime-800 input[type=text],
.lime-A100 input[type=text],
.lime-A200 input[type=text],
.lime-A400 input[type=text],
.lime-A700 input[type=text],
.yellow-50 input[type=text],
.yellow-100 input[type=text],
.yellow-200 input[type=text],
.yellow-300 input[type=text],
.yellow-400 input[type=text],
.yellow-500 input[type=text],
.yellow input[type=text],
.yellow-600 input[type=text],
.yellow-700 input[type=text],
.yellow-800 input[type=text],
.yellow-900 input[type=text],
.yellow-A100 input[type=text],
.yellow-A200 input[type=text],
.yellow-A400 input[type=text],
.yellow-A700 input[type=text],
.amber-50 input[type=text],
.amber-100 input[type=text],
.amber-200 input[type=text],
.amber-300 input[type=text],
.amber-400 input[type=text],
.amber-500 input[type=text],
.amber input[type=text],
.amber-600 input[type=text],
.amber-700 input[type=text],
.amber-800 input[type=text],
.amber-900 input[type=text],
.amber-A100 input[type=text],
.amber-A200 input[type=text],
.amber-A400 input[type=text],
.amber-A700 input[type=text],
.orange-50 input[type=text],
.orange-100 input[type=text],
.orange-200 input[type=text],
.orange-300 input[type=text],
.orange-400 input[type=text],
.orange-500 input[type=text],
.orange input[type=text],
.orange-600 input[type=text],
.orange-700 input[type=text],
.orange-A100 input[type=text],
.orange-A200 input[type=text],
.orange-A400 input[type=text],
.orange-A700 input[type=text],
.deep-orange-50 input[type=text],
.deep-orange-100 input[type=text],
.deep-orange-200 input[type=text],
.deep-orange-300 input[type=text],
.deep-orange-400 input[type=text],
.deep-orange-A100 input[type=text],
.deep-orange-A200 input[type=text],
.brown-50 input[type=text],
.brown-100 input[type=text],
.brown-200 input[type=text],
.brown-A100 input[type=text],
.brown-A200 input[type=text],
.grey-50 input[type=text],
.grey-100 input[type=text],
.grey-200 input[type=text],
.grey-300 input[type=text],
.grey-400 input[type=text],
.grey-500 input[type=text],
.grey input[type=text],
.grey-A100 input[type=text],
.grey-A200 input[type=text],
.grey-A400 input[type=text],
.blue-grey-50 input[type=text],
.blue-grey-100 input[type=text],
.blue-grey-200 input[type=text],
.blue-grey-300 input[type=text],
.blue-grey-A100 input[type=text],
.blue-grey-A200 input[type=text] {
  color: black;
}
.red-50 .mat-form-field-label,
.red-100 .mat-form-field-label,
.red-200 .mat-form-field-label,
.red-300 .mat-form-field-label,
.red-400 .mat-form-field-label,
.red-A100 .mat-form-field-label,
.pink-50 .mat-form-field-label,
.pink-100 .mat-form-field-label,
.pink-200 .mat-form-field-label,
.pink-300 .mat-form-field-label,
.pink-400 .mat-form-field-label,
.pink-A100 .mat-form-field-label,
.purple-50 .mat-form-field-label,
.purple-100 .mat-form-field-label,
.purple-200 .mat-form-field-label,
.purple-A100 .mat-form-field-label,
.deep-purple-50 .mat-form-field-label,
.deep-purple-100 .mat-form-field-label,
.deep-purple-200 .mat-form-field-label,
.deep-purple-A100 .mat-form-field-label,
.indigo-50 .mat-form-field-label,
.indigo-100 .mat-form-field-label,
.indigo-200 .mat-form-field-label,
.indigo-A100 .mat-form-field-label,
.blue-50 .mat-form-field-label,
.blue-100 .mat-form-field-label,
.blue-200 .mat-form-field-label,
.blue-300 .mat-form-field-label,
.blue-400 .mat-form-field-label,
.blue-A100 .mat-form-field-label,
.light-blue-50 .mat-form-field-label,
.light-blue-100 .mat-form-field-label,
.light-blue-200 .mat-form-field-label,
.light-blue-300 .mat-form-field-label,
.light-blue-400 .mat-form-field-label,
.light-blue-A100 .mat-form-field-label,
.light-blue-A200 .mat-form-field-label,
.light-blue-A400 .mat-form-field-label,
.cyan-50 .mat-form-field-label,
.cyan-100 .mat-form-field-label,
.cyan-200 .mat-form-field-label,
.cyan-300 .mat-form-field-label,
.cyan-400 .mat-form-field-label,
.cyan-A100 .mat-form-field-label,
.cyan-A200 .mat-form-field-label,
.cyan-A400 .mat-form-field-label,
.cyan-A700 .mat-form-field-label,
.teal-50 .mat-form-field-label,
.teal-100 .mat-form-field-label,
.teal-200 .mat-form-field-label,
.teal-300 .mat-form-field-label,
.teal-400 .mat-form-field-label,
.teal-A100 .mat-form-field-label,
.teal-A200 .mat-form-field-label,
.teal-A400 .mat-form-field-label,
.teal-A700 .mat-form-field-label,
.green-50 .mat-form-field-label,
.green-100 .mat-form-field-label,
.green-200 .mat-form-field-label,
.green-300 .mat-form-field-label,
.green-400 .mat-form-field-label,
.green-500 .mat-form-field-label,
.green .mat-form-field-label,
.green-A100 .mat-form-field-label,
.green-A200 .mat-form-field-label,
.green-A400 .mat-form-field-label,
.green-A700 .mat-form-field-label,
.light-green-50 .mat-form-field-label,
.light-green-100 .mat-form-field-label,
.light-green-200 .mat-form-field-label,
.light-green-300 .mat-form-field-label,
.light-green-400 .mat-form-field-label,
.light-green-500 .mat-form-field-label,
.light-green .mat-form-field-label,
.light-green-600 .mat-form-field-label,
.light-green-A100 .mat-form-field-label,
.light-green-A200 .mat-form-field-label,
.light-green-A400 .mat-form-field-label,
.light-green-A700 .mat-form-field-label,
.lime-50 .mat-form-field-label,
.lime-100 .mat-form-field-label,
.lime-200 .mat-form-field-label,
.lime-300 .mat-form-field-label,
.lime-400 .mat-form-field-label,
.lime-500 .mat-form-field-label,
.lime .mat-form-field-label,
.lime-600 .mat-form-field-label,
.lime-700 .mat-form-field-label,
.lime-800 .mat-form-field-label,
.lime-A100 .mat-form-field-label,
.lime-A200 .mat-form-field-label,
.lime-A400 .mat-form-field-label,
.lime-A700 .mat-form-field-label,
.yellow-50 .mat-form-field-label,
.yellow-100 .mat-form-field-label,
.yellow-200 .mat-form-field-label,
.yellow-300 .mat-form-field-label,
.yellow-400 .mat-form-field-label,
.yellow-500 .mat-form-field-label,
.yellow .mat-form-field-label,
.yellow-600 .mat-form-field-label,
.yellow-700 .mat-form-field-label,
.yellow-800 .mat-form-field-label,
.yellow-900 .mat-form-field-label,
.yellow-A100 .mat-form-field-label,
.yellow-A200 .mat-form-field-label,
.yellow-A400 .mat-form-field-label,
.yellow-A700 .mat-form-field-label,
.amber-50 .mat-form-field-label,
.amber-100 .mat-form-field-label,
.amber-200 .mat-form-field-label,
.amber-300 .mat-form-field-label,
.amber-400 .mat-form-field-label,
.amber-500 .mat-form-field-label,
.amber .mat-form-field-label,
.amber-600 .mat-form-field-label,
.amber-700 .mat-form-field-label,
.amber-800 .mat-form-field-label,
.amber-900 .mat-form-field-label,
.amber-A100 .mat-form-field-label,
.amber-A200 .mat-form-field-label,
.amber-A400 .mat-form-field-label,
.amber-A700 .mat-form-field-label,
.orange-50 .mat-form-field-label,
.orange-100 .mat-form-field-label,
.orange-200 .mat-form-field-label,
.orange-300 .mat-form-field-label,
.orange-400 .mat-form-field-label,
.orange-500 .mat-form-field-label,
.orange .mat-form-field-label,
.orange-600 .mat-form-field-label,
.orange-700 .mat-form-field-label,
.orange-A100 .mat-form-field-label,
.orange-A200 .mat-form-field-label,
.orange-A400 .mat-form-field-label,
.orange-A700 .mat-form-field-label,
.deep-orange-50 .mat-form-field-label,
.deep-orange-100 .mat-form-field-label,
.deep-orange-200 .mat-form-field-label,
.deep-orange-300 .mat-form-field-label,
.deep-orange-400 .mat-form-field-label,
.deep-orange-A100 .mat-form-field-label,
.deep-orange-A200 .mat-form-field-label,
.brown-50 .mat-form-field-label,
.brown-100 .mat-form-field-label,
.brown-200 .mat-form-field-label,
.brown-A100 .mat-form-field-label,
.brown-A200 .mat-form-field-label,
.grey-50 .mat-form-field-label,
.grey-100 .mat-form-field-label,
.grey-200 .mat-form-field-label,
.grey-300 .mat-form-field-label,
.grey-400 .mat-form-field-label,
.grey-500 .mat-form-field-label,
.grey .mat-form-field-label,
.grey-A100 .mat-form-field-label,
.grey-A200 .mat-form-field-label,
.grey-A400 .mat-form-field-label,
.blue-grey-50 .mat-form-field-label,
.blue-grey-100 .mat-form-field-label,
.blue-grey-200 .mat-form-field-label,
.blue-grey-300 .mat-form-field-label,
.blue-grey-A100 .mat-form-field-label,
.blue-grey-A200 .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.red-50 .mat-form-field-underline,
.red-100 .mat-form-field-underline,
.red-200 .mat-form-field-underline,
.red-300 .mat-form-field-underline,
.red-400 .mat-form-field-underline,
.red-A100 .mat-form-field-underline,
.pink-50 .mat-form-field-underline,
.pink-100 .mat-form-field-underline,
.pink-200 .mat-form-field-underline,
.pink-300 .mat-form-field-underline,
.pink-400 .mat-form-field-underline,
.pink-A100 .mat-form-field-underline,
.purple-50 .mat-form-field-underline,
.purple-100 .mat-form-field-underline,
.purple-200 .mat-form-field-underline,
.purple-A100 .mat-form-field-underline,
.deep-purple-50 .mat-form-field-underline,
.deep-purple-100 .mat-form-field-underline,
.deep-purple-200 .mat-form-field-underline,
.deep-purple-A100 .mat-form-field-underline,
.indigo-50 .mat-form-field-underline,
.indigo-100 .mat-form-field-underline,
.indigo-200 .mat-form-field-underline,
.indigo-A100 .mat-form-field-underline,
.blue-50 .mat-form-field-underline,
.blue-100 .mat-form-field-underline,
.blue-200 .mat-form-field-underline,
.blue-300 .mat-form-field-underline,
.blue-400 .mat-form-field-underline,
.blue-A100 .mat-form-field-underline,
.light-blue-50 .mat-form-field-underline,
.light-blue-100 .mat-form-field-underline,
.light-blue-200 .mat-form-field-underline,
.light-blue-300 .mat-form-field-underline,
.light-blue-400 .mat-form-field-underline,
.light-blue-A100 .mat-form-field-underline,
.light-blue-A200 .mat-form-field-underline,
.light-blue-A400 .mat-form-field-underline,
.cyan-50 .mat-form-field-underline,
.cyan-100 .mat-form-field-underline,
.cyan-200 .mat-form-field-underline,
.cyan-300 .mat-form-field-underline,
.cyan-400 .mat-form-field-underline,
.cyan-A100 .mat-form-field-underline,
.cyan-A200 .mat-form-field-underline,
.cyan-A400 .mat-form-field-underline,
.cyan-A700 .mat-form-field-underline,
.teal-50 .mat-form-field-underline,
.teal-100 .mat-form-field-underline,
.teal-200 .mat-form-field-underline,
.teal-300 .mat-form-field-underline,
.teal-400 .mat-form-field-underline,
.teal-A100 .mat-form-field-underline,
.teal-A200 .mat-form-field-underline,
.teal-A400 .mat-form-field-underline,
.teal-A700 .mat-form-field-underline,
.green-50 .mat-form-field-underline,
.green-100 .mat-form-field-underline,
.green-200 .mat-form-field-underline,
.green-300 .mat-form-field-underline,
.green-400 .mat-form-field-underline,
.green-500 .mat-form-field-underline,
.green .mat-form-field-underline,
.green-A100 .mat-form-field-underline,
.green-A200 .mat-form-field-underline,
.green-A400 .mat-form-field-underline,
.green-A700 .mat-form-field-underline,
.light-green-50 .mat-form-field-underline,
.light-green-100 .mat-form-field-underline,
.light-green-200 .mat-form-field-underline,
.light-green-300 .mat-form-field-underline,
.light-green-400 .mat-form-field-underline,
.light-green-500 .mat-form-field-underline,
.light-green .mat-form-field-underline,
.light-green-600 .mat-form-field-underline,
.light-green-A100 .mat-form-field-underline,
.light-green-A200 .mat-form-field-underline,
.light-green-A400 .mat-form-field-underline,
.light-green-A700 .mat-form-field-underline,
.lime-50 .mat-form-field-underline,
.lime-100 .mat-form-field-underline,
.lime-200 .mat-form-field-underline,
.lime-300 .mat-form-field-underline,
.lime-400 .mat-form-field-underline,
.lime-500 .mat-form-field-underline,
.lime .mat-form-field-underline,
.lime-600 .mat-form-field-underline,
.lime-700 .mat-form-field-underline,
.lime-800 .mat-form-field-underline,
.lime-A100 .mat-form-field-underline,
.lime-A200 .mat-form-field-underline,
.lime-A400 .mat-form-field-underline,
.lime-A700 .mat-form-field-underline,
.yellow-50 .mat-form-field-underline,
.yellow-100 .mat-form-field-underline,
.yellow-200 .mat-form-field-underline,
.yellow-300 .mat-form-field-underline,
.yellow-400 .mat-form-field-underline,
.yellow-500 .mat-form-field-underline,
.yellow .mat-form-field-underline,
.yellow-600 .mat-form-field-underline,
.yellow-700 .mat-form-field-underline,
.yellow-800 .mat-form-field-underline,
.yellow-900 .mat-form-field-underline,
.yellow-A100 .mat-form-field-underline,
.yellow-A200 .mat-form-field-underline,
.yellow-A400 .mat-form-field-underline,
.yellow-A700 .mat-form-field-underline,
.amber-50 .mat-form-field-underline,
.amber-100 .mat-form-field-underline,
.amber-200 .mat-form-field-underline,
.amber-300 .mat-form-field-underline,
.amber-400 .mat-form-field-underline,
.amber-500 .mat-form-field-underline,
.amber .mat-form-field-underline,
.amber-600 .mat-form-field-underline,
.amber-700 .mat-form-field-underline,
.amber-800 .mat-form-field-underline,
.amber-900 .mat-form-field-underline,
.amber-A100 .mat-form-field-underline,
.amber-A200 .mat-form-field-underline,
.amber-A400 .mat-form-field-underline,
.amber-A700 .mat-form-field-underline,
.orange-50 .mat-form-field-underline,
.orange-100 .mat-form-field-underline,
.orange-200 .mat-form-field-underline,
.orange-300 .mat-form-field-underline,
.orange-400 .mat-form-field-underline,
.orange-500 .mat-form-field-underline,
.orange .mat-form-field-underline,
.orange-600 .mat-form-field-underline,
.orange-700 .mat-form-field-underline,
.orange-A100 .mat-form-field-underline,
.orange-A200 .mat-form-field-underline,
.orange-A400 .mat-form-field-underline,
.orange-A700 .mat-form-field-underline,
.deep-orange-50 .mat-form-field-underline,
.deep-orange-100 .mat-form-field-underline,
.deep-orange-200 .mat-form-field-underline,
.deep-orange-300 .mat-form-field-underline,
.deep-orange-400 .mat-form-field-underline,
.deep-orange-A100 .mat-form-field-underline,
.deep-orange-A200 .mat-form-field-underline,
.brown-50 .mat-form-field-underline,
.brown-100 .mat-form-field-underline,
.brown-200 .mat-form-field-underline,
.brown-A100 .mat-form-field-underline,
.brown-A200 .mat-form-field-underline,
.grey-50 .mat-form-field-underline,
.grey-100 .mat-form-field-underline,
.grey-200 .mat-form-field-underline,
.grey-300 .mat-form-field-underline,
.grey-400 .mat-form-field-underline,
.grey-500 .mat-form-field-underline,
.grey .mat-form-field-underline,
.grey-A100 .mat-form-field-underline,
.grey-A200 .mat-form-field-underline,
.grey-A400 .mat-form-field-underline,
.blue-grey-50 .mat-form-field-underline,
.blue-grey-100 .mat-form-field-underline,
.blue-grey-200 .mat-form-field-underline,
.blue-grey-300 .mat-form-field-underline,
.blue-grey-A100 .mat-form-field-underline,
.blue-grey-A200 .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.red-50 .mat-select-trigger,
.red-50 .mat-select-arrow,
.red-100 .mat-select-trigger,
.red-100 .mat-select-arrow,
.red-200 .mat-select-trigger,
.red-200 .mat-select-arrow,
.red-300 .mat-select-trigger,
.red-300 .mat-select-arrow,
.red-400 .mat-select-trigger,
.red-400 .mat-select-arrow,
.red-A100 .mat-select-trigger,
.red-A100 .mat-select-arrow,
.pink-50 .mat-select-trigger,
.pink-50 .mat-select-arrow,
.pink-100 .mat-select-trigger,
.pink-100 .mat-select-arrow,
.pink-200 .mat-select-trigger,
.pink-200 .mat-select-arrow,
.pink-300 .mat-select-trigger,
.pink-300 .mat-select-arrow,
.pink-400 .mat-select-trigger,
.pink-400 .mat-select-arrow,
.pink-A100 .mat-select-trigger,
.pink-A100 .mat-select-arrow,
.purple-50 .mat-select-trigger,
.purple-50 .mat-select-arrow,
.purple-100 .mat-select-trigger,
.purple-100 .mat-select-arrow,
.purple-200 .mat-select-trigger,
.purple-200 .mat-select-arrow,
.purple-A100 .mat-select-trigger,
.purple-A100 .mat-select-arrow,
.deep-purple-50 .mat-select-trigger,
.deep-purple-50 .mat-select-arrow,
.deep-purple-100 .mat-select-trigger,
.deep-purple-100 .mat-select-arrow,
.deep-purple-200 .mat-select-trigger,
.deep-purple-200 .mat-select-arrow,
.deep-purple-A100 .mat-select-trigger,
.deep-purple-A100 .mat-select-arrow,
.indigo-50 .mat-select-trigger,
.indigo-50 .mat-select-arrow,
.indigo-100 .mat-select-trigger,
.indigo-100 .mat-select-arrow,
.indigo-200 .mat-select-trigger,
.indigo-200 .mat-select-arrow,
.indigo-A100 .mat-select-trigger,
.indigo-A100 .mat-select-arrow,
.blue-50 .mat-select-trigger,
.blue-50 .mat-select-arrow,
.blue-100 .mat-select-trigger,
.blue-100 .mat-select-arrow,
.blue-200 .mat-select-trigger,
.blue-200 .mat-select-arrow,
.blue-300 .mat-select-trigger,
.blue-300 .mat-select-arrow,
.blue-400 .mat-select-trigger,
.blue-400 .mat-select-arrow,
.blue-A100 .mat-select-trigger,
.blue-A100 .mat-select-arrow,
.light-blue-50 .mat-select-trigger,
.light-blue-50 .mat-select-arrow,
.light-blue-100 .mat-select-trigger,
.light-blue-100 .mat-select-arrow,
.light-blue-200 .mat-select-trigger,
.light-blue-200 .mat-select-arrow,
.light-blue-300 .mat-select-trigger,
.light-blue-300 .mat-select-arrow,
.light-blue-400 .mat-select-trigger,
.light-blue-400 .mat-select-arrow,
.light-blue-A100 .mat-select-trigger,
.light-blue-A100 .mat-select-arrow,
.light-blue-A200 .mat-select-trigger,
.light-blue-A200 .mat-select-arrow,
.light-blue-A400 .mat-select-trigger,
.light-blue-A400 .mat-select-arrow,
.cyan-50 .mat-select-trigger,
.cyan-50 .mat-select-arrow,
.cyan-100 .mat-select-trigger,
.cyan-100 .mat-select-arrow,
.cyan-200 .mat-select-trigger,
.cyan-200 .mat-select-arrow,
.cyan-300 .mat-select-trigger,
.cyan-300 .mat-select-arrow,
.cyan-400 .mat-select-trigger,
.cyan-400 .mat-select-arrow,
.cyan-A100 .mat-select-trigger,
.cyan-A100 .mat-select-arrow,
.cyan-A200 .mat-select-trigger,
.cyan-A200 .mat-select-arrow,
.cyan-A400 .mat-select-trigger,
.cyan-A400 .mat-select-arrow,
.cyan-A700 .mat-select-trigger,
.cyan-A700 .mat-select-arrow,
.teal-50 .mat-select-trigger,
.teal-50 .mat-select-arrow,
.teal-100 .mat-select-trigger,
.teal-100 .mat-select-arrow,
.teal-200 .mat-select-trigger,
.teal-200 .mat-select-arrow,
.teal-300 .mat-select-trigger,
.teal-300 .mat-select-arrow,
.teal-400 .mat-select-trigger,
.teal-400 .mat-select-arrow,
.teal-A100 .mat-select-trigger,
.teal-A100 .mat-select-arrow,
.teal-A200 .mat-select-trigger,
.teal-A200 .mat-select-arrow,
.teal-A400 .mat-select-trigger,
.teal-A400 .mat-select-arrow,
.teal-A700 .mat-select-trigger,
.teal-A700 .mat-select-arrow,
.green-50 .mat-select-trigger,
.green-50 .mat-select-arrow,
.green-100 .mat-select-trigger,
.green-100 .mat-select-arrow,
.green-200 .mat-select-trigger,
.green-200 .mat-select-arrow,
.green-300 .mat-select-trigger,
.green-300 .mat-select-arrow,
.green-400 .mat-select-trigger,
.green-400 .mat-select-arrow,
.green-500 .mat-select-trigger,
.green-500 .mat-select-arrow,
.green .mat-select-trigger,
.green .mat-select-arrow,
.green-A100 .mat-select-trigger,
.green-A100 .mat-select-arrow,
.green-A200 .mat-select-trigger,
.green-A200 .mat-select-arrow,
.green-A400 .mat-select-trigger,
.green-A400 .mat-select-arrow,
.green-A700 .mat-select-trigger,
.green-A700 .mat-select-arrow,
.light-green-50 .mat-select-trigger,
.light-green-50 .mat-select-arrow,
.light-green-100 .mat-select-trigger,
.light-green-100 .mat-select-arrow,
.light-green-200 .mat-select-trigger,
.light-green-200 .mat-select-arrow,
.light-green-300 .mat-select-trigger,
.light-green-300 .mat-select-arrow,
.light-green-400 .mat-select-trigger,
.light-green-400 .mat-select-arrow,
.light-green-500 .mat-select-trigger,
.light-green-500 .mat-select-arrow,
.light-green .mat-select-trigger,
.light-green .mat-select-arrow,
.light-green-600 .mat-select-trigger,
.light-green-600 .mat-select-arrow,
.light-green-A100 .mat-select-trigger,
.light-green-A100 .mat-select-arrow,
.light-green-A200 .mat-select-trigger,
.light-green-A200 .mat-select-arrow,
.light-green-A400 .mat-select-trigger,
.light-green-A400 .mat-select-arrow,
.light-green-A700 .mat-select-trigger,
.light-green-A700 .mat-select-arrow,
.lime-50 .mat-select-trigger,
.lime-50 .mat-select-arrow,
.lime-100 .mat-select-trigger,
.lime-100 .mat-select-arrow,
.lime-200 .mat-select-trigger,
.lime-200 .mat-select-arrow,
.lime-300 .mat-select-trigger,
.lime-300 .mat-select-arrow,
.lime-400 .mat-select-trigger,
.lime-400 .mat-select-arrow,
.lime-500 .mat-select-trigger,
.lime-500 .mat-select-arrow,
.lime .mat-select-trigger,
.lime .mat-select-arrow,
.lime-600 .mat-select-trigger,
.lime-600 .mat-select-arrow,
.lime-700 .mat-select-trigger,
.lime-700 .mat-select-arrow,
.lime-800 .mat-select-trigger,
.lime-800 .mat-select-arrow,
.lime-A100 .mat-select-trigger,
.lime-A100 .mat-select-arrow,
.lime-A200 .mat-select-trigger,
.lime-A200 .mat-select-arrow,
.lime-A400 .mat-select-trigger,
.lime-A400 .mat-select-arrow,
.lime-A700 .mat-select-trigger,
.lime-A700 .mat-select-arrow,
.yellow-50 .mat-select-trigger,
.yellow-50 .mat-select-arrow,
.yellow-100 .mat-select-trigger,
.yellow-100 .mat-select-arrow,
.yellow-200 .mat-select-trigger,
.yellow-200 .mat-select-arrow,
.yellow-300 .mat-select-trigger,
.yellow-300 .mat-select-arrow,
.yellow-400 .mat-select-trigger,
.yellow-400 .mat-select-arrow,
.yellow-500 .mat-select-trigger,
.yellow-500 .mat-select-arrow,
.yellow .mat-select-trigger,
.yellow .mat-select-arrow,
.yellow-600 .mat-select-trigger,
.yellow-600 .mat-select-arrow,
.yellow-700 .mat-select-trigger,
.yellow-700 .mat-select-arrow,
.yellow-800 .mat-select-trigger,
.yellow-800 .mat-select-arrow,
.yellow-900 .mat-select-trigger,
.yellow-900 .mat-select-arrow,
.yellow-A100 .mat-select-trigger,
.yellow-A100 .mat-select-arrow,
.yellow-A200 .mat-select-trigger,
.yellow-A200 .mat-select-arrow,
.yellow-A400 .mat-select-trigger,
.yellow-A400 .mat-select-arrow,
.yellow-A700 .mat-select-trigger,
.yellow-A700 .mat-select-arrow,
.amber-50 .mat-select-trigger,
.amber-50 .mat-select-arrow,
.amber-100 .mat-select-trigger,
.amber-100 .mat-select-arrow,
.amber-200 .mat-select-trigger,
.amber-200 .mat-select-arrow,
.amber-300 .mat-select-trigger,
.amber-300 .mat-select-arrow,
.amber-400 .mat-select-trigger,
.amber-400 .mat-select-arrow,
.amber-500 .mat-select-trigger,
.amber-500 .mat-select-arrow,
.amber .mat-select-trigger,
.amber .mat-select-arrow,
.amber-600 .mat-select-trigger,
.amber-600 .mat-select-arrow,
.amber-700 .mat-select-trigger,
.amber-700 .mat-select-arrow,
.amber-800 .mat-select-trigger,
.amber-800 .mat-select-arrow,
.amber-900 .mat-select-trigger,
.amber-900 .mat-select-arrow,
.amber-A100 .mat-select-trigger,
.amber-A100 .mat-select-arrow,
.amber-A200 .mat-select-trigger,
.amber-A200 .mat-select-arrow,
.amber-A400 .mat-select-trigger,
.amber-A400 .mat-select-arrow,
.amber-A700 .mat-select-trigger,
.amber-A700 .mat-select-arrow,
.orange-50 .mat-select-trigger,
.orange-50 .mat-select-arrow,
.orange-100 .mat-select-trigger,
.orange-100 .mat-select-arrow,
.orange-200 .mat-select-trigger,
.orange-200 .mat-select-arrow,
.orange-300 .mat-select-trigger,
.orange-300 .mat-select-arrow,
.orange-400 .mat-select-trigger,
.orange-400 .mat-select-arrow,
.orange-500 .mat-select-trigger,
.orange-500 .mat-select-arrow,
.orange .mat-select-trigger,
.orange .mat-select-arrow,
.orange-600 .mat-select-trigger,
.orange-600 .mat-select-arrow,
.orange-700 .mat-select-trigger,
.orange-700 .mat-select-arrow,
.orange-A100 .mat-select-trigger,
.orange-A100 .mat-select-arrow,
.orange-A200 .mat-select-trigger,
.orange-A200 .mat-select-arrow,
.orange-A400 .mat-select-trigger,
.orange-A400 .mat-select-arrow,
.orange-A700 .mat-select-trigger,
.orange-A700 .mat-select-arrow,
.deep-orange-50 .mat-select-trigger,
.deep-orange-50 .mat-select-arrow,
.deep-orange-100 .mat-select-trigger,
.deep-orange-100 .mat-select-arrow,
.deep-orange-200 .mat-select-trigger,
.deep-orange-200 .mat-select-arrow,
.deep-orange-300 .mat-select-trigger,
.deep-orange-300 .mat-select-arrow,
.deep-orange-400 .mat-select-trigger,
.deep-orange-400 .mat-select-arrow,
.deep-orange-A100 .mat-select-trigger,
.deep-orange-A100 .mat-select-arrow,
.deep-orange-A200 .mat-select-trigger,
.deep-orange-A200 .mat-select-arrow,
.brown-50 .mat-select-trigger,
.brown-50 .mat-select-arrow,
.brown-100 .mat-select-trigger,
.brown-100 .mat-select-arrow,
.brown-200 .mat-select-trigger,
.brown-200 .mat-select-arrow,
.brown-A100 .mat-select-trigger,
.brown-A100 .mat-select-arrow,
.brown-A200 .mat-select-trigger,
.brown-A200 .mat-select-arrow,
.grey-50 .mat-select-trigger,
.grey-50 .mat-select-arrow,
.grey-100 .mat-select-trigger,
.grey-100 .mat-select-arrow,
.grey-200 .mat-select-trigger,
.grey-200 .mat-select-arrow,
.grey-300 .mat-select-trigger,
.grey-300 .mat-select-arrow,
.grey-400 .mat-select-trigger,
.grey-400 .mat-select-arrow,
.grey-500 .mat-select-trigger,
.grey-500 .mat-select-arrow,
.grey .mat-select-trigger,
.grey .mat-select-arrow,
.grey-A100 .mat-select-trigger,
.grey-A100 .mat-select-arrow,
.grey-A200 .mat-select-trigger,
.grey-A200 .mat-select-arrow,
.grey-A400 .mat-select-trigger,
.grey-A400 .mat-select-arrow,
.blue-grey-50 .mat-select-trigger,
.blue-grey-50 .mat-select-arrow,
.blue-grey-100 .mat-select-trigger,
.blue-grey-100 .mat-select-arrow,
.blue-grey-200 .mat-select-trigger,
.blue-grey-200 .mat-select-arrow,
.blue-grey-300 .mat-select-trigger,
.blue-grey-300 .mat-select-arrow,
.blue-grey-A100 .mat-select-trigger,
.blue-grey-A100 .mat-select-arrow,
.blue-grey-A200 .mat-select-trigger,
.blue-grey-A200 .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.red-50 .mat-select-underline,
.red-100 .mat-select-underline,
.red-200 .mat-select-underline,
.red-300 .mat-select-underline,
.red-400 .mat-select-underline,
.red-A100 .mat-select-underline,
.pink-50 .mat-select-underline,
.pink-100 .mat-select-underline,
.pink-200 .mat-select-underline,
.pink-300 .mat-select-underline,
.pink-400 .mat-select-underline,
.pink-A100 .mat-select-underline,
.purple-50 .mat-select-underline,
.purple-100 .mat-select-underline,
.purple-200 .mat-select-underline,
.purple-A100 .mat-select-underline,
.deep-purple-50 .mat-select-underline,
.deep-purple-100 .mat-select-underline,
.deep-purple-200 .mat-select-underline,
.deep-purple-A100 .mat-select-underline,
.indigo-50 .mat-select-underline,
.indigo-100 .mat-select-underline,
.indigo-200 .mat-select-underline,
.indigo-A100 .mat-select-underline,
.blue-50 .mat-select-underline,
.blue-100 .mat-select-underline,
.blue-200 .mat-select-underline,
.blue-300 .mat-select-underline,
.blue-400 .mat-select-underline,
.blue-A100 .mat-select-underline,
.light-blue-50 .mat-select-underline,
.light-blue-100 .mat-select-underline,
.light-blue-200 .mat-select-underline,
.light-blue-300 .mat-select-underline,
.light-blue-400 .mat-select-underline,
.light-blue-A100 .mat-select-underline,
.light-blue-A200 .mat-select-underline,
.light-blue-A400 .mat-select-underline,
.cyan-50 .mat-select-underline,
.cyan-100 .mat-select-underline,
.cyan-200 .mat-select-underline,
.cyan-300 .mat-select-underline,
.cyan-400 .mat-select-underline,
.cyan-A100 .mat-select-underline,
.cyan-A200 .mat-select-underline,
.cyan-A400 .mat-select-underline,
.cyan-A700 .mat-select-underline,
.teal-50 .mat-select-underline,
.teal-100 .mat-select-underline,
.teal-200 .mat-select-underline,
.teal-300 .mat-select-underline,
.teal-400 .mat-select-underline,
.teal-A100 .mat-select-underline,
.teal-A200 .mat-select-underline,
.teal-A400 .mat-select-underline,
.teal-A700 .mat-select-underline,
.green-50 .mat-select-underline,
.green-100 .mat-select-underline,
.green-200 .mat-select-underline,
.green-300 .mat-select-underline,
.green-400 .mat-select-underline,
.green-500 .mat-select-underline,
.green .mat-select-underline,
.green-A100 .mat-select-underline,
.green-A200 .mat-select-underline,
.green-A400 .mat-select-underline,
.green-A700 .mat-select-underline,
.light-green-50 .mat-select-underline,
.light-green-100 .mat-select-underline,
.light-green-200 .mat-select-underline,
.light-green-300 .mat-select-underline,
.light-green-400 .mat-select-underline,
.light-green-500 .mat-select-underline,
.light-green .mat-select-underline,
.light-green-600 .mat-select-underline,
.light-green-A100 .mat-select-underline,
.light-green-A200 .mat-select-underline,
.light-green-A400 .mat-select-underline,
.light-green-A700 .mat-select-underline,
.lime-50 .mat-select-underline,
.lime-100 .mat-select-underline,
.lime-200 .mat-select-underline,
.lime-300 .mat-select-underline,
.lime-400 .mat-select-underline,
.lime-500 .mat-select-underline,
.lime .mat-select-underline,
.lime-600 .mat-select-underline,
.lime-700 .mat-select-underline,
.lime-800 .mat-select-underline,
.lime-A100 .mat-select-underline,
.lime-A200 .mat-select-underline,
.lime-A400 .mat-select-underline,
.lime-A700 .mat-select-underline,
.yellow-50 .mat-select-underline,
.yellow-100 .mat-select-underline,
.yellow-200 .mat-select-underline,
.yellow-300 .mat-select-underline,
.yellow-400 .mat-select-underline,
.yellow-500 .mat-select-underline,
.yellow .mat-select-underline,
.yellow-600 .mat-select-underline,
.yellow-700 .mat-select-underline,
.yellow-800 .mat-select-underline,
.yellow-900 .mat-select-underline,
.yellow-A100 .mat-select-underline,
.yellow-A200 .mat-select-underline,
.yellow-A400 .mat-select-underline,
.yellow-A700 .mat-select-underline,
.amber-50 .mat-select-underline,
.amber-100 .mat-select-underline,
.amber-200 .mat-select-underline,
.amber-300 .mat-select-underline,
.amber-400 .mat-select-underline,
.amber-500 .mat-select-underline,
.amber .mat-select-underline,
.amber-600 .mat-select-underline,
.amber-700 .mat-select-underline,
.amber-800 .mat-select-underline,
.amber-900 .mat-select-underline,
.amber-A100 .mat-select-underline,
.amber-A200 .mat-select-underline,
.amber-A400 .mat-select-underline,
.amber-A700 .mat-select-underline,
.orange-50 .mat-select-underline,
.orange-100 .mat-select-underline,
.orange-200 .mat-select-underline,
.orange-300 .mat-select-underline,
.orange-400 .mat-select-underline,
.orange-500 .mat-select-underline,
.orange .mat-select-underline,
.orange-600 .mat-select-underline,
.orange-700 .mat-select-underline,
.orange-A100 .mat-select-underline,
.orange-A200 .mat-select-underline,
.orange-A400 .mat-select-underline,
.orange-A700 .mat-select-underline,
.deep-orange-50 .mat-select-underline,
.deep-orange-100 .mat-select-underline,
.deep-orange-200 .mat-select-underline,
.deep-orange-300 .mat-select-underline,
.deep-orange-400 .mat-select-underline,
.deep-orange-A100 .mat-select-underline,
.deep-orange-A200 .mat-select-underline,
.brown-50 .mat-select-underline,
.brown-100 .mat-select-underline,
.brown-200 .mat-select-underline,
.brown-A100 .mat-select-underline,
.brown-A200 .mat-select-underline,
.grey-50 .mat-select-underline,
.grey-100 .mat-select-underline,
.grey-200 .mat-select-underline,
.grey-300 .mat-select-underline,
.grey-400 .mat-select-underline,
.grey-500 .mat-select-underline,
.grey .mat-select-underline,
.grey-A100 .mat-select-underline,
.grey-A200 .mat-select-underline,
.grey-A400 .mat-select-underline,
.blue-grey-50 .mat-select-underline,
.blue-grey-100 .mat-select-underline,
.blue-grey-200 .mat-select-underline,
.blue-grey-300 .mat-select-underline,
.blue-grey-A100 .mat-select-underline,
.blue-grey-A200 .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.red-50 .mat-select-disabled .mat-select-value,
.red-50 .mat-select-arrow,
.red-50 .mat-select-trigger,
.red-100 .mat-select-disabled .mat-select-value,
.red-100 .mat-select-arrow,
.red-100 .mat-select-trigger,
.red-200 .mat-select-disabled .mat-select-value,
.red-200 .mat-select-arrow,
.red-200 .mat-select-trigger,
.red-300 .mat-select-disabled .mat-select-value,
.red-300 .mat-select-arrow,
.red-300 .mat-select-trigger,
.red-400 .mat-select-disabled .mat-select-value,
.red-400 .mat-select-arrow,
.red-400 .mat-select-trigger,
.red-A100 .mat-select-disabled .mat-select-value,
.red-A100 .mat-select-arrow,
.red-A100 .mat-select-trigger,
.pink-50 .mat-select-disabled .mat-select-value,
.pink-50 .mat-select-arrow,
.pink-50 .mat-select-trigger,
.pink-100 .mat-select-disabled .mat-select-value,
.pink-100 .mat-select-arrow,
.pink-100 .mat-select-trigger,
.pink-200 .mat-select-disabled .mat-select-value,
.pink-200 .mat-select-arrow,
.pink-200 .mat-select-trigger,
.pink-300 .mat-select-disabled .mat-select-value,
.pink-300 .mat-select-arrow,
.pink-300 .mat-select-trigger,
.pink-400 .mat-select-disabled .mat-select-value,
.pink-400 .mat-select-arrow,
.pink-400 .mat-select-trigger,
.pink-A100 .mat-select-disabled .mat-select-value,
.pink-A100 .mat-select-arrow,
.pink-A100 .mat-select-trigger,
.purple-50 .mat-select-disabled .mat-select-value,
.purple-50 .mat-select-arrow,
.purple-50 .mat-select-trigger,
.purple-100 .mat-select-disabled .mat-select-value,
.purple-100 .mat-select-arrow,
.purple-100 .mat-select-trigger,
.purple-200 .mat-select-disabled .mat-select-value,
.purple-200 .mat-select-arrow,
.purple-200 .mat-select-trigger,
.purple-A100 .mat-select-disabled .mat-select-value,
.purple-A100 .mat-select-arrow,
.purple-A100 .mat-select-trigger,
.deep-purple-50 .mat-select-disabled .mat-select-value,
.deep-purple-50 .mat-select-arrow,
.deep-purple-50 .mat-select-trigger,
.deep-purple-100 .mat-select-disabled .mat-select-value,
.deep-purple-100 .mat-select-arrow,
.deep-purple-100 .mat-select-trigger,
.deep-purple-200 .mat-select-disabled .mat-select-value,
.deep-purple-200 .mat-select-arrow,
.deep-purple-200 .mat-select-trigger,
.deep-purple-A100 .mat-select-disabled .mat-select-value,
.deep-purple-A100 .mat-select-arrow,
.deep-purple-A100 .mat-select-trigger,
.indigo-50 .mat-select-disabled .mat-select-value,
.indigo-50 .mat-select-arrow,
.indigo-50 .mat-select-trigger,
.indigo-100 .mat-select-disabled .mat-select-value,
.indigo-100 .mat-select-arrow,
.indigo-100 .mat-select-trigger,
.indigo-200 .mat-select-disabled .mat-select-value,
.indigo-200 .mat-select-arrow,
.indigo-200 .mat-select-trigger,
.indigo-A100 .mat-select-disabled .mat-select-value,
.indigo-A100 .mat-select-arrow,
.indigo-A100 .mat-select-trigger,
.blue-50 .mat-select-disabled .mat-select-value,
.blue-50 .mat-select-arrow,
.blue-50 .mat-select-trigger,
.blue-100 .mat-select-disabled .mat-select-value,
.blue-100 .mat-select-arrow,
.blue-100 .mat-select-trigger,
.blue-200 .mat-select-disabled .mat-select-value,
.blue-200 .mat-select-arrow,
.blue-200 .mat-select-trigger,
.blue-300 .mat-select-disabled .mat-select-value,
.blue-300 .mat-select-arrow,
.blue-300 .mat-select-trigger,
.blue-400 .mat-select-disabled .mat-select-value,
.blue-400 .mat-select-arrow,
.blue-400 .mat-select-trigger,
.blue-A100 .mat-select-disabled .mat-select-value,
.blue-A100 .mat-select-arrow,
.blue-A100 .mat-select-trigger,
.light-blue-50 .mat-select-disabled .mat-select-value,
.light-blue-50 .mat-select-arrow,
.light-blue-50 .mat-select-trigger,
.light-blue-100 .mat-select-disabled .mat-select-value,
.light-blue-100 .mat-select-arrow,
.light-blue-100 .mat-select-trigger,
.light-blue-200 .mat-select-disabled .mat-select-value,
.light-blue-200 .mat-select-arrow,
.light-blue-200 .mat-select-trigger,
.light-blue-300 .mat-select-disabled .mat-select-value,
.light-blue-300 .mat-select-arrow,
.light-blue-300 .mat-select-trigger,
.light-blue-400 .mat-select-disabled .mat-select-value,
.light-blue-400 .mat-select-arrow,
.light-blue-400 .mat-select-trigger,
.light-blue-A100 .mat-select-disabled .mat-select-value,
.light-blue-A100 .mat-select-arrow,
.light-blue-A100 .mat-select-trigger,
.light-blue-A200 .mat-select-disabled .mat-select-value,
.light-blue-A200 .mat-select-arrow,
.light-blue-A200 .mat-select-trigger,
.light-blue-A400 .mat-select-disabled .mat-select-value,
.light-blue-A400 .mat-select-arrow,
.light-blue-A400 .mat-select-trigger,
.cyan-50 .mat-select-disabled .mat-select-value,
.cyan-50 .mat-select-arrow,
.cyan-50 .mat-select-trigger,
.cyan-100 .mat-select-disabled .mat-select-value,
.cyan-100 .mat-select-arrow,
.cyan-100 .mat-select-trigger,
.cyan-200 .mat-select-disabled .mat-select-value,
.cyan-200 .mat-select-arrow,
.cyan-200 .mat-select-trigger,
.cyan-300 .mat-select-disabled .mat-select-value,
.cyan-300 .mat-select-arrow,
.cyan-300 .mat-select-trigger,
.cyan-400 .mat-select-disabled .mat-select-value,
.cyan-400 .mat-select-arrow,
.cyan-400 .mat-select-trigger,
.cyan-A100 .mat-select-disabled .mat-select-value,
.cyan-A100 .mat-select-arrow,
.cyan-A100 .mat-select-trigger,
.cyan-A200 .mat-select-disabled .mat-select-value,
.cyan-A200 .mat-select-arrow,
.cyan-A200 .mat-select-trigger,
.cyan-A400 .mat-select-disabled .mat-select-value,
.cyan-A400 .mat-select-arrow,
.cyan-A400 .mat-select-trigger,
.cyan-A700 .mat-select-disabled .mat-select-value,
.cyan-A700 .mat-select-arrow,
.cyan-A700 .mat-select-trigger,
.teal-50 .mat-select-disabled .mat-select-value,
.teal-50 .mat-select-arrow,
.teal-50 .mat-select-trigger,
.teal-100 .mat-select-disabled .mat-select-value,
.teal-100 .mat-select-arrow,
.teal-100 .mat-select-trigger,
.teal-200 .mat-select-disabled .mat-select-value,
.teal-200 .mat-select-arrow,
.teal-200 .mat-select-trigger,
.teal-300 .mat-select-disabled .mat-select-value,
.teal-300 .mat-select-arrow,
.teal-300 .mat-select-trigger,
.teal-400 .mat-select-disabled .mat-select-value,
.teal-400 .mat-select-arrow,
.teal-400 .mat-select-trigger,
.teal-A100 .mat-select-disabled .mat-select-value,
.teal-A100 .mat-select-arrow,
.teal-A100 .mat-select-trigger,
.teal-A200 .mat-select-disabled .mat-select-value,
.teal-A200 .mat-select-arrow,
.teal-A200 .mat-select-trigger,
.teal-A400 .mat-select-disabled .mat-select-value,
.teal-A400 .mat-select-arrow,
.teal-A400 .mat-select-trigger,
.teal-A700 .mat-select-disabled .mat-select-value,
.teal-A700 .mat-select-arrow,
.teal-A700 .mat-select-trigger,
.green-50 .mat-select-disabled .mat-select-value,
.green-50 .mat-select-arrow,
.green-50 .mat-select-trigger,
.green-100 .mat-select-disabled .mat-select-value,
.green-100 .mat-select-arrow,
.green-100 .mat-select-trigger,
.green-200 .mat-select-disabled .mat-select-value,
.green-200 .mat-select-arrow,
.green-200 .mat-select-trigger,
.green-300 .mat-select-disabled .mat-select-value,
.green-300 .mat-select-arrow,
.green-300 .mat-select-trigger,
.green-400 .mat-select-disabled .mat-select-value,
.green-400 .mat-select-arrow,
.green-400 .mat-select-trigger,
.green-500 .mat-select-disabled .mat-select-value,
.green-500 .mat-select-arrow,
.green-500 .mat-select-trigger,
.green .mat-select-disabled .mat-select-value,
.green .mat-select-arrow,
.green .mat-select-trigger,
.green-A100 .mat-select-disabled .mat-select-value,
.green-A100 .mat-select-arrow,
.green-A100 .mat-select-trigger,
.green-A200 .mat-select-disabled .mat-select-value,
.green-A200 .mat-select-arrow,
.green-A200 .mat-select-trigger,
.green-A400 .mat-select-disabled .mat-select-value,
.green-A400 .mat-select-arrow,
.green-A400 .mat-select-trigger,
.green-A700 .mat-select-disabled .mat-select-value,
.green-A700 .mat-select-arrow,
.green-A700 .mat-select-trigger,
.light-green-50 .mat-select-disabled .mat-select-value,
.light-green-50 .mat-select-arrow,
.light-green-50 .mat-select-trigger,
.light-green-100 .mat-select-disabled .mat-select-value,
.light-green-100 .mat-select-arrow,
.light-green-100 .mat-select-trigger,
.light-green-200 .mat-select-disabled .mat-select-value,
.light-green-200 .mat-select-arrow,
.light-green-200 .mat-select-trigger,
.light-green-300 .mat-select-disabled .mat-select-value,
.light-green-300 .mat-select-arrow,
.light-green-300 .mat-select-trigger,
.light-green-400 .mat-select-disabled .mat-select-value,
.light-green-400 .mat-select-arrow,
.light-green-400 .mat-select-trigger,
.light-green-500 .mat-select-disabled .mat-select-value,
.light-green-500 .mat-select-arrow,
.light-green-500 .mat-select-trigger,
.light-green .mat-select-disabled .mat-select-value,
.light-green .mat-select-arrow,
.light-green .mat-select-trigger,
.light-green-600 .mat-select-disabled .mat-select-value,
.light-green-600 .mat-select-arrow,
.light-green-600 .mat-select-trigger,
.light-green-A100 .mat-select-disabled .mat-select-value,
.light-green-A100 .mat-select-arrow,
.light-green-A100 .mat-select-trigger,
.light-green-A200 .mat-select-disabled .mat-select-value,
.light-green-A200 .mat-select-arrow,
.light-green-A200 .mat-select-trigger,
.light-green-A400 .mat-select-disabled .mat-select-value,
.light-green-A400 .mat-select-arrow,
.light-green-A400 .mat-select-trigger,
.light-green-A700 .mat-select-disabled .mat-select-value,
.light-green-A700 .mat-select-arrow,
.light-green-A700 .mat-select-trigger,
.lime-50 .mat-select-disabled .mat-select-value,
.lime-50 .mat-select-arrow,
.lime-50 .mat-select-trigger,
.lime-100 .mat-select-disabled .mat-select-value,
.lime-100 .mat-select-arrow,
.lime-100 .mat-select-trigger,
.lime-200 .mat-select-disabled .mat-select-value,
.lime-200 .mat-select-arrow,
.lime-200 .mat-select-trigger,
.lime-300 .mat-select-disabled .mat-select-value,
.lime-300 .mat-select-arrow,
.lime-300 .mat-select-trigger,
.lime-400 .mat-select-disabled .mat-select-value,
.lime-400 .mat-select-arrow,
.lime-400 .mat-select-trigger,
.lime-500 .mat-select-disabled .mat-select-value,
.lime-500 .mat-select-arrow,
.lime-500 .mat-select-trigger,
.lime .mat-select-disabled .mat-select-value,
.lime .mat-select-arrow,
.lime .mat-select-trigger,
.lime-600 .mat-select-disabled .mat-select-value,
.lime-600 .mat-select-arrow,
.lime-600 .mat-select-trigger,
.lime-700 .mat-select-disabled .mat-select-value,
.lime-700 .mat-select-arrow,
.lime-700 .mat-select-trigger,
.lime-800 .mat-select-disabled .mat-select-value,
.lime-800 .mat-select-arrow,
.lime-800 .mat-select-trigger,
.lime-A100 .mat-select-disabled .mat-select-value,
.lime-A100 .mat-select-arrow,
.lime-A100 .mat-select-trigger,
.lime-A200 .mat-select-disabled .mat-select-value,
.lime-A200 .mat-select-arrow,
.lime-A200 .mat-select-trigger,
.lime-A400 .mat-select-disabled .mat-select-value,
.lime-A400 .mat-select-arrow,
.lime-A400 .mat-select-trigger,
.lime-A700 .mat-select-disabled .mat-select-value,
.lime-A700 .mat-select-arrow,
.lime-A700 .mat-select-trigger,
.yellow-50 .mat-select-disabled .mat-select-value,
.yellow-50 .mat-select-arrow,
.yellow-50 .mat-select-trigger,
.yellow-100 .mat-select-disabled .mat-select-value,
.yellow-100 .mat-select-arrow,
.yellow-100 .mat-select-trigger,
.yellow-200 .mat-select-disabled .mat-select-value,
.yellow-200 .mat-select-arrow,
.yellow-200 .mat-select-trigger,
.yellow-300 .mat-select-disabled .mat-select-value,
.yellow-300 .mat-select-arrow,
.yellow-300 .mat-select-trigger,
.yellow-400 .mat-select-disabled .mat-select-value,
.yellow-400 .mat-select-arrow,
.yellow-400 .mat-select-trigger,
.yellow-500 .mat-select-disabled .mat-select-value,
.yellow-500 .mat-select-arrow,
.yellow-500 .mat-select-trigger,
.yellow .mat-select-disabled .mat-select-value,
.yellow .mat-select-arrow,
.yellow .mat-select-trigger,
.yellow-600 .mat-select-disabled .mat-select-value,
.yellow-600 .mat-select-arrow,
.yellow-600 .mat-select-trigger,
.yellow-700 .mat-select-disabled .mat-select-value,
.yellow-700 .mat-select-arrow,
.yellow-700 .mat-select-trigger,
.yellow-800 .mat-select-disabled .mat-select-value,
.yellow-800 .mat-select-arrow,
.yellow-800 .mat-select-trigger,
.yellow-900 .mat-select-disabled .mat-select-value,
.yellow-900 .mat-select-arrow,
.yellow-900 .mat-select-trigger,
.yellow-A100 .mat-select-disabled .mat-select-value,
.yellow-A100 .mat-select-arrow,
.yellow-A100 .mat-select-trigger,
.yellow-A200 .mat-select-disabled .mat-select-value,
.yellow-A200 .mat-select-arrow,
.yellow-A200 .mat-select-trigger,
.yellow-A400 .mat-select-disabled .mat-select-value,
.yellow-A400 .mat-select-arrow,
.yellow-A400 .mat-select-trigger,
.yellow-A700 .mat-select-disabled .mat-select-value,
.yellow-A700 .mat-select-arrow,
.yellow-A700 .mat-select-trigger,
.amber-50 .mat-select-disabled .mat-select-value,
.amber-50 .mat-select-arrow,
.amber-50 .mat-select-trigger,
.amber-100 .mat-select-disabled .mat-select-value,
.amber-100 .mat-select-arrow,
.amber-100 .mat-select-trigger,
.amber-200 .mat-select-disabled .mat-select-value,
.amber-200 .mat-select-arrow,
.amber-200 .mat-select-trigger,
.amber-300 .mat-select-disabled .mat-select-value,
.amber-300 .mat-select-arrow,
.amber-300 .mat-select-trigger,
.amber-400 .mat-select-disabled .mat-select-value,
.amber-400 .mat-select-arrow,
.amber-400 .mat-select-trigger,
.amber-500 .mat-select-disabled .mat-select-value,
.amber-500 .mat-select-arrow,
.amber-500 .mat-select-trigger,
.amber .mat-select-disabled .mat-select-value,
.amber .mat-select-arrow,
.amber .mat-select-trigger,
.amber-600 .mat-select-disabled .mat-select-value,
.amber-600 .mat-select-arrow,
.amber-600 .mat-select-trigger,
.amber-700 .mat-select-disabled .mat-select-value,
.amber-700 .mat-select-arrow,
.amber-700 .mat-select-trigger,
.amber-800 .mat-select-disabled .mat-select-value,
.amber-800 .mat-select-arrow,
.amber-800 .mat-select-trigger,
.amber-900 .mat-select-disabled .mat-select-value,
.amber-900 .mat-select-arrow,
.amber-900 .mat-select-trigger,
.amber-A100 .mat-select-disabled .mat-select-value,
.amber-A100 .mat-select-arrow,
.amber-A100 .mat-select-trigger,
.amber-A200 .mat-select-disabled .mat-select-value,
.amber-A200 .mat-select-arrow,
.amber-A200 .mat-select-trigger,
.amber-A400 .mat-select-disabled .mat-select-value,
.amber-A400 .mat-select-arrow,
.amber-A400 .mat-select-trigger,
.amber-A700 .mat-select-disabled .mat-select-value,
.amber-A700 .mat-select-arrow,
.amber-A700 .mat-select-trigger,
.orange-50 .mat-select-disabled .mat-select-value,
.orange-50 .mat-select-arrow,
.orange-50 .mat-select-trigger,
.orange-100 .mat-select-disabled .mat-select-value,
.orange-100 .mat-select-arrow,
.orange-100 .mat-select-trigger,
.orange-200 .mat-select-disabled .mat-select-value,
.orange-200 .mat-select-arrow,
.orange-200 .mat-select-trigger,
.orange-300 .mat-select-disabled .mat-select-value,
.orange-300 .mat-select-arrow,
.orange-300 .mat-select-trigger,
.orange-400 .mat-select-disabled .mat-select-value,
.orange-400 .mat-select-arrow,
.orange-400 .mat-select-trigger,
.orange-500 .mat-select-disabled .mat-select-value,
.orange-500 .mat-select-arrow,
.orange-500 .mat-select-trigger,
.orange .mat-select-disabled .mat-select-value,
.orange .mat-select-arrow,
.orange .mat-select-trigger,
.orange-600 .mat-select-disabled .mat-select-value,
.orange-600 .mat-select-arrow,
.orange-600 .mat-select-trigger,
.orange-700 .mat-select-disabled .mat-select-value,
.orange-700 .mat-select-arrow,
.orange-700 .mat-select-trigger,
.orange-A100 .mat-select-disabled .mat-select-value,
.orange-A100 .mat-select-arrow,
.orange-A100 .mat-select-trigger,
.orange-A200 .mat-select-disabled .mat-select-value,
.orange-A200 .mat-select-arrow,
.orange-A200 .mat-select-trigger,
.orange-A400 .mat-select-disabled .mat-select-value,
.orange-A400 .mat-select-arrow,
.orange-A400 .mat-select-trigger,
.orange-A700 .mat-select-disabled .mat-select-value,
.orange-A700 .mat-select-arrow,
.orange-A700 .mat-select-trigger,
.deep-orange-50 .mat-select-disabled .mat-select-value,
.deep-orange-50 .mat-select-arrow,
.deep-orange-50 .mat-select-trigger,
.deep-orange-100 .mat-select-disabled .mat-select-value,
.deep-orange-100 .mat-select-arrow,
.deep-orange-100 .mat-select-trigger,
.deep-orange-200 .mat-select-disabled .mat-select-value,
.deep-orange-200 .mat-select-arrow,
.deep-orange-200 .mat-select-trigger,
.deep-orange-300 .mat-select-disabled .mat-select-value,
.deep-orange-300 .mat-select-arrow,
.deep-orange-300 .mat-select-trigger,
.deep-orange-400 .mat-select-disabled .mat-select-value,
.deep-orange-400 .mat-select-arrow,
.deep-orange-400 .mat-select-trigger,
.deep-orange-A100 .mat-select-disabled .mat-select-value,
.deep-orange-A100 .mat-select-arrow,
.deep-orange-A100 .mat-select-trigger,
.deep-orange-A200 .mat-select-disabled .mat-select-value,
.deep-orange-A200 .mat-select-arrow,
.deep-orange-A200 .mat-select-trigger,
.brown-50 .mat-select-disabled .mat-select-value,
.brown-50 .mat-select-arrow,
.brown-50 .mat-select-trigger,
.brown-100 .mat-select-disabled .mat-select-value,
.brown-100 .mat-select-arrow,
.brown-100 .mat-select-trigger,
.brown-200 .mat-select-disabled .mat-select-value,
.brown-200 .mat-select-arrow,
.brown-200 .mat-select-trigger,
.brown-A100 .mat-select-disabled .mat-select-value,
.brown-A100 .mat-select-arrow,
.brown-A100 .mat-select-trigger,
.brown-A200 .mat-select-disabled .mat-select-value,
.brown-A200 .mat-select-arrow,
.brown-A200 .mat-select-trigger,
.grey-50 .mat-select-disabled .mat-select-value,
.grey-50 .mat-select-arrow,
.grey-50 .mat-select-trigger,
.grey-100 .mat-select-disabled .mat-select-value,
.grey-100 .mat-select-arrow,
.grey-100 .mat-select-trigger,
.grey-200 .mat-select-disabled .mat-select-value,
.grey-200 .mat-select-arrow,
.grey-200 .mat-select-trigger,
.grey-300 .mat-select-disabled .mat-select-value,
.grey-300 .mat-select-arrow,
.grey-300 .mat-select-trigger,
.grey-400 .mat-select-disabled .mat-select-value,
.grey-400 .mat-select-arrow,
.grey-400 .mat-select-trigger,
.grey-500 .mat-select-disabled .mat-select-value,
.grey-500 .mat-select-arrow,
.grey-500 .mat-select-trigger,
.grey .mat-select-disabled .mat-select-value,
.grey .mat-select-arrow,
.grey .mat-select-trigger,
.grey-A100 .mat-select-disabled .mat-select-value,
.grey-A100 .mat-select-arrow,
.grey-A100 .mat-select-trigger,
.grey-A200 .mat-select-disabled .mat-select-value,
.grey-A200 .mat-select-arrow,
.grey-A200 .mat-select-trigger,
.grey-A400 .mat-select-disabled .mat-select-value,
.grey-A400 .mat-select-arrow,
.grey-A400 .mat-select-trigger,
.blue-grey-50 .mat-select-disabled .mat-select-value,
.blue-grey-50 .mat-select-arrow,
.blue-grey-50 .mat-select-trigger,
.blue-grey-100 .mat-select-disabled .mat-select-value,
.blue-grey-100 .mat-select-arrow,
.blue-grey-100 .mat-select-trigger,
.blue-grey-200 .mat-select-disabled .mat-select-value,
.blue-grey-200 .mat-select-arrow,
.blue-grey-200 .mat-select-trigger,
.blue-grey-300 .mat-select-disabled .mat-select-value,
.blue-grey-300 .mat-select-arrow,
.blue-grey-300 .mat-select-trigger,
.blue-grey-A100 .mat-select-disabled .mat-select-value,
.blue-grey-A100 .mat-select-arrow,
.blue-grey-A100 .mat-select-trigger,
.blue-grey-A200 .mat-select-disabled .mat-select-value,
.blue-grey-A200 .mat-select-arrow,
.blue-grey-A200 .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.red-500,
.red,
.red-600,
.red-700,
.red-800,
.red-900,
.red-A200,
.red-A400,
.red-A700,
.pink-500,
.pink,
.pink-600,
.pink-700,
.pink-800,
.pink-900,
.pink-A200,
.pink-A400,
.pink-A700,
.purple-300,
.purple-400,
.purple-500,
.purple,
.purple-600,
.purple-700,
.purple-800,
.purple-900,
.purple-A200,
.purple-A400,
.purple-A700,
.deep-purple-300,
.deep-purple-400,
.deep-purple-500,
.deep-purple,
.deep-purple-600,
.deep-purple-700,
.deep-purple-800,
.deep-purple-900,
.deep-purple-A200,
.deep-purple-A400,
.deep-purple-A700,
.indigo-300,
.indigo-400,
.indigo-500,
.indigo,
.indigo-600,
.indigo-700,
.indigo-800,
.indigo-900,
.indigo-A200,
.indigo-A400,
.indigo-A700,
.blue-500,
.blue,
.blue-600,
.blue-700,
.blue-800,
.blue-900,
.blue-A200,
.blue-A400,
.blue-A700,
.light-blue-500,
.light-blue,
.light-blue-600,
.light-blue-700,
.light-blue-800,
.light-blue-900,
.light-blue-A700,
.cyan-500,
.cyan,
.cyan-600,
.cyan-700,
.cyan-800,
.cyan-900,
.teal-500,
.teal,
.teal-600,
.teal-700,
.teal-800,
.teal-900,
.green-600,
.green-700,
.green-800,
.green-900,
.light-green-700,
.light-green-800,
.light-green-900,
.lime-900,
.orange-800,
.orange-900,
.deep-orange-500,
.deep-orange,
.deep-orange-600,
.deep-orange-700,
.deep-orange-800,
.deep-orange-900,
.deep-orange-A400,
.deep-orange-A700,
.brown-300,
.brown-400,
.brown-500,
.brown,
.brown-600,
.brown-700,
.brown-800,
.brown-900,
.brown-A400,
.brown-A700,
.grey-600,
.grey-700,
.grey-800,
.grey-900,
.grey-A700,
.blue-grey-400,
.blue-grey-500,
.blue-grey,
.blue-grey-600,
.blue-grey-700,
.blue-grey-800,
.blue-grey-900,
.blue-grey-A400,
.blue-grey-A700 {
}
.red-500 input[type=text],
.red input[type=text],
.red-600 input[type=text],
.red-700 input[type=text],
.red-800 input[type=text],
.red-900 input[type=text],
.red-A200 input[type=text],
.red-A400 input[type=text],
.red-A700 input[type=text],
.pink-500 input[type=text],
.pink input[type=text],
.pink-600 input[type=text],
.pink-700 input[type=text],
.pink-800 input[type=text],
.pink-900 input[type=text],
.pink-A200 input[type=text],
.pink-A400 input[type=text],
.pink-A700 input[type=text],
.purple-300 input[type=text],
.purple-400 input[type=text],
.purple-500 input[type=text],
.purple input[type=text],
.purple-600 input[type=text],
.purple-700 input[type=text],
.purple-800 input[type=text],
.purple-900 input[type=text],
.purple-A200 input[type=text],
.purple-A400 input[type=text],
.purple-A700 input[type=text],
.deep-purple-300 input[type=text],
.deep-purple-400 input[type=text],
.deep-purple-500 input[type=text],
.deep-purple input[type=text],
.deep-purple-600 input[type=text],
.deep-purple-700 input[type=text],
.deep-purple-800 input[type=text],
.deep-purple-900 input[type=text],
.deep-purple-A200 input[type=text],
.deep-purple-A400 input[type=text],
.deep-purple-A700 input[type=text],
.indigo-300 input[type=text],
.indigo-400 input[type=text],
.indigo-500 input[type=text],
.indigo input[type=text],
.indigo-600 input[type=text],
.indigo-700 input[type=text],
.indigo-800 input[type=text],
.indigo-900 input[type=text],
.indigo-A200 input[type=text],
.indigo-A400 input[type=text],
.indigo-A700 input[type=text],
.blue-500 input[type=text],
.blue input[type=text],
.blue-600 input[type=text],
.blue-700 input[type=text],
.blue-800 input[type=text],
.blue-900 input[type=text],
.blue-A200 input[type=text],
.blue-A400 input[type=text],
.blue-A700 input[type=text],
.light-blue-500 input[type=text],
.light-blue input[type=text],
.light-blue-600 input[type=text],
.light-blue-700 input[type=text],
.light-blue-800 input[type=text],
.light-blue-900 input[type=text],
.light-blue-A700 input[type=text],
.cyan-500 input[type=text],
.cyan input[type=text],
.cyan-600 input[type=text],
.cyan-700 input[type=text],
.cyan-800 input[type=text],
.cyan-900 input[type=text],
.teal-500 input[type=text],
.teal input[type=text],
.teal-600 input[type=text],
.teal-700 input[type=text],
.teal-800 input[type=text],
.teal-900 input[type=text],
.green-600 input[type=text],
.green-700 input[type=text],
.green-800 input[type=text],
.green-900 input[type=text],
.light-green-700 input[type=text],
.light-green-800 input[type=text],
.light-green-900 input[type=text],
.lime-900 input[type=text],
.orange-800 input[type=text],
.orange-900 input[type=text],
.deep-orange-500 input[type=text],
.deep-orange input[type=text],
.deep-orange-600 input[type=text],
.deep-orange-700 input[type=text],
.deep-orange-800 input[type=text],
.deep-orange-900 input[type=text],
.deep-orange-A400 input[type=text],
.deep-orange-A700 input[type=text],
.brown-300 input[type=text],
.brown-400 input[type=text],
.brown-500 input[type=text],
.brown input[type=text],
.brown-600 input[type=text],
.brown-700 input[type=text],
.brown-800 input[type=text],
.brown-900 input[type=text],
.brown-A400 input[type=text],
.brown-A700 input[type=text],
.grey-600 input[type=text],
.grey-700 input[type=text],
.grey-800 input[type=text],
.grey-900 input[type=text],
.grey-A700 input[type=text],
.blue-grey-400 input[type=text],
.blue-grey-500 input[type=text],
.blue-grey input[type=text],
.blue-grey-600 input[type=text],
.blue-grey-700 input[type=text],
.blue-grey-800 input[type=text],
.blue-grey-900 input[type=text],
.blue-grey-A400 input[type=text],
.blue-grey-A700 input[type=text] {
  color: white;
}
.red-500 .mat-form-field-label,
.red .mat-form-field-label,
.red-600 .mat-form-field-label,
.red-700 .mat-form-field-label,
.red-800 .mat-form-field-label,
.red-900 .mat-form-field-label,
.red-A200 .mat-form-field-label,
.red-A400 .mat-form-field-label,
.red-A700 .mat-form-field-label,
.pink-500 .mat-form-field-label,
.pink .mat-form-field-label,
.pink-600 .mat-form-field-label,
.pink-700 .mat-form-field-label,
.pink-800 .mat-form-field-label,
.pink-900 .mat-form-field-label,
.pink-A200 .mat-form-field-label,
.pink-A400 .mat-form-field-label,
.pink-A700 .mat-form-field-label,
.purple-300 .mat-form-field-label,
.purple-400 .mat-form-field-label,
.purple-500 .mat-form-field-label,
.purple .mat-form-field-label,
.purple-600 .mat-form-field-label,
.purple-700 .mat-form-field-label,
.purple-800 .mat-form-field-label,
.purple-900 .mat-form-field-label,
.purple-A200 .mat-form-field-label,
.purple-A400 .mat-form-field-label,
.purple-A700 .mat-form-field-label,
.deep-purple-300 .mat-form-field-label,
.deep-purple-400 .mat-form-field-label,
.deep-purple-500 .mat-form-field-label,
.deep-purple .mat-form-field-label,
.deep-purple-600 .mat-form-field-label,
.deep-purple-700 .mat-form-field-label,
.deep-purple-800 .mat-form-field-label,
.deep-purple-900 .mat-form-field-label,
.deep-purple-A200 .mat-form-field-label,
.deep-purple-A400 .mat-form-field-label,
.deep-purple-A700 .mat-form-field-label,
.indigo-300 .mat-form-field-label,
.indigo-400 .mat-form-field-label,
.indigo-500 .mat-form-field-label,
.indigo .mat-form-field-label,
.indigo-600 .mat-form-field-label,
.indigo-700 .mat-form-field-label,
.indigo-800 .mat-form-field-label,
.indigo-900 .mat-form-field-label,
.indigo-A200 .mat-form-field-label,
.indigo-A400 .mat-form-field-label,
.indigo-A700 .mat-form-field-label,
.blue-500 .mat-form-field-label,
.blue .mat-form-field-label,
.blue-600 .mat-form-field-label,
.blue-700 .mat-form-field-label,
.blue-800 .mat-form-field-label,
.blue-900 .mat-form-field-label,
.blue-A200 .mat-form-field-label,
.blue-A400 .mat-form-field-label,
.blue-A700 .mat-form-field-label,
.light-blue-500 .mat-form-field-label,
.light-blue .mat-form-field-label,
.light-blue-600 .mat-form-field-label,
.light-blue-700 .mat-form-field-label,
.light-blue-800 .mat-form-field-label,
.light-blue-900 .mat-form-field-label,
.light-blue-A700 .mat-form-field-label,
.cyan-500 .mat-form-field-label,
.cyan .mat-form-field-label,
.cyan-600 .mat-form-field-label,
.cyan-700 .mat-form-field-label,
.cyan-800 .mat-form-field-label,
.cyan-900 .mat-form-field-label,
.teal-500 .mat-form-field-label,
.teal .mat-form-field-label,
.teal-600 .mat-form-field-label,
.teal-700 .mat-form-field-label,
.teal-800 .mat-form-field-label,
.teal-900 .mat-form-field-label,
.green-600 .mat-form-field-label,
.green-700 .mat-form-field-label,
.green-800 .mat-form-field-label,
.green-900 .mat-form-field-label,
.light-green-700 .mat-form-field-label,
.light-green-800 .mat-form-field-label,
.light-green-900 .mat-form-field-label,
.lime-900 .mat-form-field-label,
.orange-800 .mat-form-field-label,
.orange-900 .mat-form-field-label,
.deep-orange-500 .mat-form-field-label,
.deep-orange .mat-form-field-label,
.deep-orange-600 .mat-form-field-label,
.deep-orange-700 .mat-form-field-label,
.deep-orange-800 .mat-form-field-label,
.deep-orange-900 .mat-form-field-label,
.deep-orange-A400 .mat-form-field-label,
.deep-orange-A700 .mat-form-field-label,
.brown-300 .mat-form-field-label,
.brown-400 .mat-form-field-label,
.brown-500 .mat-form-field-label,
.brown .mat-form-field-label,
.brown-600 .mat-form-field-label,
.brown-700 .mat-form-field-label,
.brown-800 .mat-form-field-label,
.brown-900 .mat-form-field-label,
.brown-A400 .mat-form-field-label,
.brown-A700 .mat-form-field-label,
.grey-600 .mat-form-field-label,
.grey-700 .mat-form-field-label,
.grey-800 .mat-form-field-label,
.grey-900 .mat-form-field-label,
.grey-A700 .mat-form-field-label,
.blue-grey-400 .mat-form-field-label,
.blue-grey-500 .mat-form-field-label,
.blue-grey .mat-form-field-label,
.blue-grey-600 .mat-form-field-label,
.blue-grey-700 .mat-form-field-label,
.blue-grey-800 .mat-form-field-label,
.blue-grey-900 .mat-form-field-label,
.blue-grey-A400 .mat-form-field-label,
.blue-grey-A700 .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.red-500 .mat-form-field-underline,
.red .mat-form-field-underline,
.red-600 .mat-form-field-underline,
.red-700 .mat-form-field-underline,
.red-800 .mat-form-field-underline,
.red-900 .mat-form-field-underline,
.red-A200 .mat-form-field-underline,
.red-A400 .mat-form-field-underline,
.red-A700 .mat-form-field-underline,
.pink-500 .mat-form-field-underline,
.pink .mat-form-field-underline,
.pink-600 .mat-form-field-underline,
.pink-700 .mat-form-field-underline,
.pink-800 .mat-form-field-underline,
.pink-900 .mat-form-field-underline,
.pink-A200 .mat-form-field-underline,
.pink-A400 .mat-form-field-underline,
.pink-A700 .mat-form-field-underline,
.purple-300 .mat-form-field-underline,
.purple-400 .mat-form-field-underline,
.purple-500 .mat-form-field-underline,
.purple .mat-form-field-underline,
.purple-600 .mat-form-field-underline,
.purple-700 .mat-form-field-underline,
.purple-800 .mat-form-field-underline,
.purple-900 .mat-form-field-underline,
.purple-A200 .mat-form-field-underline,
.purple-A400 .mat-form-field-underline,
.purple-A700 .mat-form-field-underline,
.deep-purple-300 .mat-form-field-underline,
.deep-purple-400 .mat-form-field-underline,
.deep-purple-500 .mat-form-field-underline,
.deep-purple .mat-form-field-underline,
.deep-purple-600 .mat-form-field-underline,
.deep-purple-700 .mat-form-field-underline,
.deep-purple-800 .mat-form-field-underline,
.deep-purple-900 .mat-form-field-underline,
.deep-purple-A200 .mat-form-field-underline,
.deep-purple-A400 .mat-form-field-underline,
.deep-purple-A700 .mat-form-field-underline,
.indigo-300 .mat-form-field-underline,
.indigo-400 .mat-form-field-underline,
.indigo-500 .mat-form-field-underline,
.indigo .mat-form-field-underline,
.indigo-600 .mat-form-field-underline,
.indigo-700 .mat-form-field-underline,
.indigo-800 .mat-form-field-underline,
.indigo-900 .mat-form-field-underline,
.indigo-A200 .mat-form-field-underline,
.indigo-A400 .mat-form-field-underline,
.indigo-A700 .mat-form-field-underline,
.blue-500 .mat-form-field-underline,
.blue .mat-form-field-underline,
.blue-600 .mat-form-field-underline,
.blue-700 .mat-form-field-underline,
.blue-800 .mat-form-field-underline,
.blue-900 .mat-form-field-underline,
.blue-A200 .mat-form-field-underline,
.blue-A400 .mat-form-field-underline,
.blue-A700 .mat-form-field-underline,
.light-blue-500 .mat-form-field-underline,
.light-blue .mat-form-field-underline,
.light-blue-600 .mat-form-field-underline,
.light-blue-700 .mat-form-field-underline,
.light-blue-800 .mat-form-field-underline,
.light-blue-900 .mat-form-field-underline,
.light-blue-A700 .mat-form-field-underline,
.cyan-500 .mat-form-field-underline,
.cyan .mat-form-field-underline,
.cyan-600 .mat-form-field-underline,
.cyan-700 .mat-form-field-underline,
.cyan-800 .mat-form-field-underline,
.cyan-900 .mat-form-field-underline,
.teal-500 .mat-form-field-underline,
.teal .mat-form-field-underline,
.teal-600 .mat-form-field-underline,
.teal-700 .mat-form-field-underline,
.teal-800 .mat-form-field-underline,
.teal-900 .mat-form-field-underline,
.green-600 .mat-form-field-underline,
.green-700 .mat-form-field-underline,
.green-800 .mat-form-field-underline,
.green-900 .mat-form-field-underline,
.light-green-700 .mat-form-field-underline,
.light-green-800 .mat-form-field-underline,
.light-green-900 .mat-form-field-underline,
.lime-900 .mat-form-field-underline,
.orange-800 .mat-form-field-underline,
.orange-900 .mat-form-field-underline,
.deep-orange-500 .mat-form-field-underline,
.deep-orange .mat-form-field-underline,
.deep-orange-600 .mat-form-field-underline,
.deep-orange-700 .mat-form-field-underline,
.deep-orange-800 .mat-form-field-underline,
.deep-orange-900 .mat-form-field-underline,
.deep-orange-A400 .mat-form-field-underline,
.deep-orange-A700 .mat-form-field-underline,
.brown-300 .mat-form-field-underline,
.brown-400 .mat-form-field-underline,
.brown-500 .mat-form-field-underline,
.brown .mat-form-field-underline,
.brown-600 .mat-form-field-underline,
.brown-700 .mat-form-field-underline,
.brown-800 .mat-form-field-underline,
.brown-900 .mat-form-field-underline,
.brown-A400 .mat-form-field-underline,
.brown-A700 .mat-form-field-underline,
.grey-600 .mat-form-field-underline,
.grey-700 .mat-form-field-underline,
.grey-800 .mat-form-field-underline,
.grey-900 .mat-form-field-underline,
.grey-A700 .mat-form-field-underline,
.blue-grey-400 .mat-form-field-underline,
.blue-grey-500 .mat-form-field-underline,
.blue-grey .mat-form-field-underline,
.blue-grey-600 .mat-form-field-underline,
.blue-grey-700 .mat-form-field-underline,
.blue-grey-800 .mat-form-field-underline,
.blue-grey-900 .mat-form-field-underline,
.blue-grey-A400 .mat-form-field-underline,
.blue-grey-A700 .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-500 .mat-select-trigger,
.red-500 .mat-select-arrow,
.red .mat-select-trigger,
.red .mat-select-arrow,
.red-600 .mat-select-trigger,
.red-600 .mat-select-arrow,
.red-700 .mat-select-trigger,
.red-700 .mat-select-arrow,
.red-800 .mat-select-trigger,
.red-800 .mat-select-arrow,
.red-900 .mat-select-trigger,
.red-900 .mat-select-arrow,
.red-A200 .mat-select-trigger,
.red-A200 .mat-select-arrow,
.red-A400 .mat-select-trigger,
.red-A400 .mat-select-arrow,
.red-A700 .mat-select-trigger,
.red-A700 .mat-select-arrow,
.pink-500 .mat-select-trigger,
.pink-500 .mat-select-arrow,
.pink .mat-select-trigger,
.pink .mat-select-arrow,
.pink-600 .mat-select-trigger,
.pink-600 .mat-select-arrow,
.pink-700 .mat-select-trigger,
.pink-700 .mat-select-arrow,
.pink-800 .mat-select-trigger,
.pink-800 .mat-select-arrow,
.pink-900 .mat-select-trigger,
.pink-900 .mat-select-arrow,
.pink-A200 .mat-select-trigger,
.pink-A200 .mat-select-arrow,
.pink-A400 .mat-select-trigger,
.pink-A400 .mat-select-arrow,
.pink-A700 .mat-select-trigger,
.pink-A700 .mat-select-arrow,
.purple-300 .mat-select-trigger,
.purple-300 .mat-select-arrow,
.purple-400 .mat-select-trigger,
.purple-400 .mat-select-arrow,
.purple-500 .mat-select-trigger,
.purple-500 .mat-select-arrow,
.purple .mat-select-trigger,
.purple .mat-select-arrow,
.purple-600 .mat-select-trigger,
.purple-600 .mat-select-arrow,
.purple-700 .mat-select-trigger,
.purple-700 .mat-select-arrow,
.purple-800 .mat-select-trigger,
.purple-800 .mat-select-arrow,
.purple-900 .mat-select-trigger,
.purple-900 .mat-select-arrow,
.purple-A200 .mat-select-trigger,
.purple-A200 .mat-select-arrow,
.purple-A400 .mat-select-trigger,
.purple-A400 .mat-select-arrow,
.purple-A700 .mat-select-trigger,
.purple-A700 .mat-select-arrow,
.deep-purple-300 .mat-select-trigger,
.deep-purple-300 .mat-select-arrow,
.deep-purple-400 .mat-select-trigger,
.deep-purple-400 .mat-select-arrow,
.deep-purple-500 .mat-select-trigger,
.deep-purple-500 .mat-select-arrow,
.deep-purple .mat-select-trigger,
.deep-purple .mat-select-arrow,
.deep-purple-600 .mat-select-trigger,
.deep-purple-600 .mat-select-arrow,
.deep-purple-700 .mat-select-trigger,
.deep-purple-700 .mat-select-arrow,
.deep-purple-800 .mat-select-trigger,
.deep-purple-800 .mat-select-arrow,
.deep-purple-900 .mat-select-trigger,
.deep-purple-900 .mat-select-arrow,
.deep-purple-A200 .mat-select-trigger,
.deep-purple-A200 .mat-select-arrow,
.deep-purple-A400 .mat-select-trigger,
.deep-purple-A400 .mat-select-arrow,
.deep-purple-A700 .mat-select-trigger,
.deep-purple-A700 .mat-select-arrow,
.indigo-300 .mat-select-trigger,
.indigo-300 .mat-select-arrow,
.indigo-400 .mat-select-trigger,
.indigo-400 .mat-select-arrow,
.indigo-500 .mat-select-trigger,
.indigo-500 .mat-select-arrow,
.indigo .mat-select-trigger,
.indigo .mat-select-arrow,
.indigo-600 .mat-select-trigger,
.indigo-600 .mat-select-arrow,
.indigo-700 .mat-select-trigger,
.indigo-700 .mat-select-arrow,
.indigo-800 .mat-select-trigger,
.indigo-800 .mat-select-arrow,
.indigo-900 .mat-select-trigger,
.indigo-900 .mat-select-arrow,
.indigo-A200 .mat-select-trigger,
.indigo-A200 .mat-select-arrow,
.indigo-A400 .mat-select-trigger,
.indigo-A400 .mat-select-arrow,
.indigo-A700 .mat-select-trigger,
.indigo-A700 .mat-select-arrow,
.blue-500 .mat-select-trigger,
.blue-500 .mat-select-arrow,
.blue .mat-select-trigger,
.blue .mat-select-arrow,
.blue-600 .mat-select-trigger,
.blue-600 .mat-select-arrow,
.blue-700 .mat-select-trigger,
.blue-700 .mat-select-arrow,
.blue-800 .mat-select-trigger,
.blue-800 .mat-select-arrow,
.blue-900 .mat-select-trigger,
.blue-900 .mat-select-arrow,
.blue-A200 .mat-select-trigger,
.blue-A200 .mat-select-arrow,
.blue-A400 .mat-select-trigger,
.blue-A400 .mat-select-arrow,
.blue-A700 .mat-select-trigger,
.blue-A700 .mat-select-arrow,
.light-blue-500 .mat-select-trigger,
.light-blue-500 .mat-select-arrow,
.light-blue .mat-select-trigger,
.light-blue .mat-select-arrow,
.light-blue-600 .mat-select-trigger,
.light-blue-600 .mat-select-arrow,
.light-blue-700 .mat-select-trigger,
.light-blue-700 .mat-select-arrow,
.light-blue-800 .mat-select-trigger,
.light-blue-800 .mat-select-arrow,
.light-blue-900 .mat-select-trigger,
.light-blue-900 .mat-select-arrow,
.light-blue-A700 .mat-select-trigger,
.light-blue-A700 .mat-select-arrow,
.cyan-500 .mat-select-trigger,
.cyan-500 .mat-select-arrow,
.cyan .mat-select-trigger,
.cyan .mat-select-arrow,
.cyan-600 .mat-select-trigger,
.cyan-600 .mat-select-arrow,
.cyan-700 .mat-select-trigger,
.cyan-700 .mat-select-arrow,
.cyan-800 .mat-select-trigger,
.cyan-800 .mat-select-arrow,
.cyan-900 .mat-select-trigger,
.cyan-900 .mat-select-arrow,
.teal-500 .mat-select-trigger,
.teal-500 .mat-select-arrow,
.teal .mat-select-trigger,
.teal .mat-select-arrow,
.teal-600 .mat-select-trigger,
.teal-600 .mat-select-arrow,
.teal-700 .mat-select-trigger,
.teal-700 .mat-select-arrow,
.teal-800 .mat-select-trigger,
.teal-800 .mat-select-arrow,
.teal-900 .mat-select-trigger,
.teal-900 .mat-select-arrow,
.green-600 .mat-select-trigger,
.green-600 .mat-select-arrow,
.green-700 .mat-select-trigger,
.green-700 .mat-select-arrow,
.green-800 .mat-select-trigger,
.green-800 .mat-select-arrow,
.green-900 .mat-select-trigger,
.green-900 .mat-select-arrow,
.light-green-700 .mat-select-trigger,
.light-green-700 .mat-select-arrow,
.light-green-800 .mat-select-trigger,
.light-green-800 .mat-select-arrow,
.light-green-900 .mat-select-trigger,
.light-green-900 .mat-select-arrow,
.lime-900 .mat-select-trigger,
.lime-900 .mat-select-arrow,
.orange-800 .mat-select-trigger,
.orange-800 .mat-select-arrow,
.orange-900 .mat-select-trigger,
.orange-900 .mat-select-arrow,
.deep-orange-500 .mat-select-trigger,
.deep-orange-500 .mat-select-arrow,
.deep-orange .mat-select-trigger,
.deep-orange .mat-select-arrow,
.deep-orange-600 .mat-select-trigger,
.deep-orange-600 .mat-select-arrow,
.deep-orange-700 .mat-select-trigger,
.deep-orange-700 .mat-select-arrow,
.deep-orange-800 .mat-select-trigger,
.deep-orange-800 .mat-select-arrow,
.deep-orange-900 .mat-select-trigger,
.deep-orange-900 .mat-select-arrow,
.deep-orange-A400 .mat-select-trigger,
.deep-orange-A400 .mat-select-arrow,
.deep-orange-A700 .mat-select-trigger,
.deep-orange-A700 .mat-select-arrow,
.brown-300 .mat-select-trigger,
.brown-300 .mat-select-arrow,
.brown-400 .mat-select-trigger,
.brown-400 .mat-select-arrow,
.brown-500 .mat-select-trigger,
.brown-500 .mat-select-arrow,
.brown .mat-select-trigger,
.brown .mat-select-arrow,
.brown-600 .mat-select-trigger,
.brown-600 .mat-select-arrow,
.brown-700 .mat-select-trigger,
.brown-700 .mat-select-arrow,
.brown-800 .mat-select-trigger,
.brown-800 .mat-select-arrow,
.brown-900 .mat-select-trigger,
.brown-900 .mat-select-arrow,
.brown-A400 .mat-select-trigger,
.brown-A400 .mat-select-arrow,
.brown-A700 .mat-select-trigger,
.brown-A700 .mat-select-arrow,
.grey-600 .mat-select-trigger,
.grey-600 .mat-select-arrow,
.grey-700 .mat-select-trigger,
.grey-700 .mat-select-arrow,
.grey-800 .mat-select-trigger,
.grey-800 .mat-select-arrow,
.grey-900 .mat-select-trigger,
.grey-900 .mat-select-arrow,
.grey-A700 .mat-select-trigger,
.grey-A700 .mat-select-arrow,
.blue-grey-400 .mat-select-trigger,
.blue-grey-400 .mat-select-arrow,
.blue-grey-500 .mat-select-trigger,
.blue-grey-500 .mat-select-arrow,
.blue-grey .mat-select-trigger,
.blue-grey .mat-select-arrow,
.blue-grey-600 .mat-select-trigger,
.blue-grey-600 .mat-select-arrow,
.blue-grey-700 .mat-select-trigger,
.blue-grey-700 .mat-select-arrow,
.blue-grey-800 .mat-select-trigger,
.blue-grey-800 .mat-select-arrow,
.blue-grey-900 .mat-select-trigger,
.blue-grey-900 .mat-select-arrow,
.blue-grey-A400 .mat-select-trigger,
.blue-grey-A400 .mat-select-arrow,
.blue-grey-A700 .mat-select-trigger,
.blue-grey-A700 .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.red-500 .mat-select-underline,
.red .mat-select-underline,
.red-600 .mat-select-underline,
.red-700 .mat-select-underline,
.red-800 .mat-select-underline,
.red-900 .mat-select-underline,
.red-A200 .mat-select-underline,
.red-A400 .mat-select-underline,
.red-A700 .mat-select-underline,
.pink-500 .mat-select-underline,
.pink .mat-select-underline,
.pink-600 .mat-select-underline,
.pink-700 .mat-select-underline,
.pink-800 .mat-select-underline,
.pink-900 .mat-select-underline,
.pink-A200 .mat-select-underline,
.pink-A400 .mat-select-underline,
.pink-A700 .mat-select-underline,
.purple-300 .mat-select-underline,
.purple-400 .mat-select-underline,
.purple-500 .mat-select-underline,
.purple .mat-select-underline,
.purple-600 .mat-select-underline,
.purple-700 .mat-select-underline,
.purple-800 .mat-select-underline,
.purple-900 .mat-select-underline,
.purple-A200 .mat-select-underline,
.purple-A400 .mat-select-underline,
.purple-A700 .mat-select-underline,
.deep-purple-300 .mat-select-underline,
.deep-purple-400 .mat-select-underline,
.deep-purple-500 .mat-select-underline,
.deep-purple .mat-select-underline,
.deep-purple-600 .mat-select-underline,
.deep-purple-700 .mat-select-underline,
.deep-purple-800 .mat-select-underline,
.deep-purple-900 .mat-select-underline,
.deep-purple-A200 .mat-select-underline,
.deep-purple-A400 .mat-select-underline,
.deep-purple-A700 .mat-select-underline,
.indigo-300 .mat-select-underline,
.indigo-400 .mat-select-underline,
.indigo-500 .mat-select-underline,
.indigo .mat-select-underline,
.indigo-600 .mat-select-underline,
.indigo-700 .mat-select-underline,
.indigo-800 .mat-select-underline,
.indigo-900 .mat-select-underline,
.indigo-A200 .mat-select-underline,
.indigo-A400 .mat-select-underline,
.indigo-A700 .mat-select-underline,
.blue-500 .mat-select-underline,
.blue .mat-select-underline,
.blue-600 .mat-select-underline,
.blue-700 .mat-select-underline,
.blue-800 .mat-select-underline,
.blue-900 .mat-select-underline,
.blue-A200 .mat-select-underline,
.blue-A400 .mat-select-underline,
.blue-A700 .mat-select-underline,
.light-blue-500 .mat-select-underline,
.light-blue .mat-select-underline,
.light-blue-600 .mat-select-underline,
.light-blue-700 .mat-select-underline,
.light-blue-800 .mat-select-underline,
.light-blue-900 .mat-select-underline,
.light-blue-A700 .mat-select-underline,
.cyan-500 .mat-select-underline,
.cyan .mat-select-underline,
.cyan-600 .mat-select-underline,
.cyan-700 .mat-select-underline,
.cyan-800 .mat-select-underline,
.cyan-900 .mat-select-underline,
.teal-500 .mat-select-underline,
.teal .mat-select-underline,
.teal-600 .mat-select-underline,
.teal-700 .mat-select-underline,
.teal-800 .mat-select-underline,
.teal-900 .mat-select-underline,
.green-600 .mat-select-underline,
.green-700 .mat-select-underline,
.green-800 .mat-select-underline,
.green-900 .mat-select-underline,
.light-green-700 .mat-select-underline,
.light-green-800 .mat-select-underline,
.light-green-900 .mat-select-underline,
.lime-900 .mat-select-underline,
.orange-800 .mat-select-underline,
.orange-900 .mat-select-underline,
.deep-orange-500 .mat-select-underline,
.deep-orange .mat-select-underline,
.deep-orange-600 .mat-select-underline,
.deep-orange-700 .mat-select-underline,
.deep-orange-800 .mat-select-underline,
.deep-orange-900 .mat-select-underline,
.deep-orange-A400 .mat-select-underline,
.deep-orange-A700 .mat-select-underline,
.brown-300 .mat-select-underline,
.brown-400 .mat-select-underline,
.brown-500 .mat-select-underline,
.brown .mat-select-underline,
.brown-600 .mat-select-underline,
.brown-700 .mat-select-underline,
.brown-800 .mat-select-underline,
.brown-900 .mat-select-underline,
.brown-A400 .mat-select-underline,
.brown-A700 .mat-select-underline,
.grey-600 .mat-select-underline,
.grey-700 .mat-select-underline,
.grey-800 .mat-select-underline,
.grey-900 .mat-select-underline,
.grey-A700 .mat-select-underline,
.blue-grey-400 .mat-select-underline,
.blue-grey-500 .mat-select-underline,
.blue-grey .mat-select-underline,
.blue-grey-600 .mat-select-underline,
.blue-grey-700 .mat-select-underline,
.blue-grey-800 .mat-select-underline,
.blue-grey-900 .mat-select-underline,
.blue-grey-A400 .mat-select-underline,
.blue-grey-A700 .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.red-500 .mat-select-disabled .mat-select-value,
.red-500 .mat-select-arrow,
.red-500 .mat-select-trigger,
.red .mat-select-disabled .mat-select-value,
.red .mat-select-arrow,
.red .mat-select-trigger,
.red-600 .mat-select-disabled .mat-select-value,
.red-600 .mat-select-arrow,
.red-600 .mat-select-trigger,
.red-700 .mat-select-disabled .mat-select-value,
.red-700 .mat-select-arrow,
.red-700 .mat-select-trigger,
.red-800 .mat-select-disabled .mat-select-value,
.red-800 .mat-select-arrow,
.red-800 .mat-select-trigger,
.red-900 .mat-select-disabled .mat-select-value,
.red-900 .mat-select-arrow,
.red-900 .mat-select-trigger,
.red-A200 .mat-select-disabled .mat-select-value,
.red-A200 .mat-select-arrow,
.red-A200 .mat-select-trigger,
.red-A400 .mat-select-disabled .mat-select-value,
.red-A400 .mat-select-arrow,
.red-A400 .mat-select-trigger,
.red-A700 .mat-select-disabled .mat-select-value,
.red-A700 .mat-select-arrow,
.red-A700 .mat-select-trigger,
.pink-500 .mat-select-disabled .mat-select-value,
.pink-500 .mat-select-arrow,
.pink-500 .mat-select-trigger,
.pink .mat-select-disabled .mat-select-value,
.pink .mat-select-arrow,
.pink .mat-select-trigger,
.pink-600 .mat-select-disabled .mat-select-value,
.pink-600 .mat-select-arrow,
.pink-600 .mat-select-trigger,
.pink-700 .mat-select-disabled .mat-select-value,
.pink-700 .mat-select-arrow,
.pink-700 .mat-select-trigger,
.pink-800 .mat-select-disabled .mat-select-value,
.pink-800 .mat-select-arrow,
.pink-800 .mat-select-trigger,
.pink-900 .mat-select-disabled .mat-select-value,
.pink-900 .mat-select-arrow,
.pink-900 .mat-select-trigger,
.pink-A200 .mat-select-disabled .mat-select-value,
.pink-A200 .mat-select-arrow,
.pink-A200 .mat-select-trigger,
.pink-A400 .mat-select-disabled .mat-select-value,
.pink-A400 .mat-select-arrow,
.pink-A400 .mat-select-trigger,
.pink-A700 .mat-select-disabled .mat-select-value,
.pink-A700 .mat-select-arrow,
.pink-A700 .mat-select-trigger,
.purple-300 .mat-select-disabled .mat-select-value,
.purple-300 .mat-select-arrow,
.purple-300 .mat-select-trigger,
.purple-400 .mat-select-disabled .mat-select-value,
.purple-400 .mat-select-arrow,
.purple-400 .mat-select-trigger,
.purple-500 .mat-select-disabled .mat-select-value,
.purple-500 .mat-select-arrow,
.purple-500 .mat-select-trigger,
.purple .mat-select-disabled .mat-select-value,
.purple .mat-select-arrow,
.purple .mat-select-trigger,
.purple-600 .mat-select-disabled .mat-select-value,
.purple-600 .mat-select-arrow,
.purple-600 .mat-select-trigger,
.purple-700 .mat-select-disabled .mat-select-value,
.purple-700 .mat-select-arrow,
.purple-700 .mat-select-trigger,
.purple-800 .mat-select-disabled .mat-select-value,
.purple-800 .mat-select-arrow,
.purple-800 .mat-select-trigger,
.purple-900 .mat-select-disabled .mat-select-value,
.purple-900 .mat-select-arrow,
.purple-900 .mat-select-trigger,
.purple-A200 .mat-select-disabled .mat-select-value,
.purple-A200 .mat-select-arrow,
.purple-A200 .mat-select-trigger,
.purple-A400 .mat-select-disabled .mat-select-value,
.purple-A400 .mat-select-arrow,
.purple-A400 .mat-select-trigger,
.purple-A700 .mat-select-disabled .mat-select-value,
.purple-A700 .mat-select-arrow,
.purple-A700 .mat-select-trigger,
.deep-purple-300 .mat-select-disabled .mat-select-value,
.deep-purple-300 .mat-select-arrow,
.deep-purple-300 .mat-select-trigger,
.deep-purple-400 .mat-select-disabled .mat-select-value,
.deep-purple-400 .mat-select-arrow,
.deep-purple-400 .mat-select-trigger,
.deep-purple-500 .mat-select-disabled .mat-select-value,
.deep-purple-500 .mat-select-arrow,
.deep-purple-500 .mat-select-trigger,
.deep-purple .mat-select-disabled .mat-select-value,
.deep-purple .mat-select-arrow,
.deep-purple .mat-select-trigger,
.deep-purple-600 .mat-select-disabled .mat-select-value,
.deep-purple-600 .mat-select-arrow,
.deep-purple-600 .mat-select-trigger,
.deep-purple-700 .mat-select-disabled .mat-select-value,
.deep-purple-700 .mat-select-arrow,
.deep-purple-700 .mat-select-trigger,
.deep-purple-800 .mat-select-disabled .mat-select-value,
.deep-purple-800 .mat-select-arrow,
.deep-purple-800 .mat-select-trigger,
.deep-purple-900 .mat-select-disabled .mat-select-value,
.deep-purple-900 .mat-select-arrow,
.deep-purple-900 .mat-select-trigger,
.deep-purple-A200 .mat-select-disabled .mat-select-value,
.deep-purple-A200 .mat-select-arrow,
.deep-purple-A200 .mat-select-trigger,
.deep-purple-A400 .mat-select-disabled .mat-select-value,
.deep-purple-A400 .mat-select-arrow,
.deep-purple-A400 .mat-select-trigger,
.deep-purple-A700 .mat-select-disabled .mat-select-value,
.deep-purple-A700 .mat-select-arrow,
.deep-purple-A700 .mat-select-trigger,
.indigo-300 .mat-select-disabled .mat-select-value,
.indigo-300 .mat-select-arrow,
.indigo-300 .mat-select-trigger,
.indigo-400 .mat-select-disabled .mat-select-value,
.indigo-400 .mat-select-arrow,
.indigo-400 .mat-select-trigger,
.indigo-500 .mat-select-disabled .mat-select-value,
.indigo-500 .mat-select-arrow,
.indigo-500 .mat-select-trigger,
.indigo .mat-select-disabled .mat-select-value,
.indigo .mat-select-arrow,
.indigo .mat-select-trigger,
.indigo-600 .mat-select-disabled .mat-select-value,
.indigo-600 .mat-select-arrow,
.indigo-600 .mat-select-trigger,
.indigo-700 .mat-select-disabled .mat-select-value,
.indigo-700 .mat-select-arrow,
.indigo-700 .mat-select-trigger,
.indigo-800 .mat-select-disabled .mat-select-value,
.indigo-800 .mat-select-arrow,
.indigo-800 .mat-select-trigger,
.indigo-900 .mat-select-disabled .mat-select-value,
.indigo-900 .mat-select-arrow,
.indigo-900 .mat-select-trigger,
.indigo-A200 .mat-select-disabled .mat-select-value,
.indigo-A200 .mat-select-arrow,
.indigo-A200 .mat-select-trigger,
.indigo-A400 .mat-select-disabled .mat-select-value,
.indigo-A400 .mat-select-arrow,
.indigo-A400 .mat-select-trigger,
.indigo-A700 .mat-select-disabled .mat-select-value,
.indigo-A700 .mat-select-arrow,
.indigo-A700 .mat-select-trigger,
.blue-500 .mat-select-disabled .mat-select-value,
.blue-500 .mat-select-arrow,
.blue-500 .mat-select-trigger,
.blue .mat-select-disabled .mat-select-value,
.blue .mat-select-arrow,
.blue .mat-select-trigger,
.blue-600 .mat-select-disabled .mat-select-value,
.blue-600 .mat-select-arrow,
.blue-600 .mat-select-trigger,
.blue-700 .mat-select-disabled .mat-select-value,
.blue-700 .mat-select-arrow,
.blue-700 .mat-select-trigger,
.blue-800 .mat-select-disabled .mat-select-value,
.blue-800 .mat-select-arrow,
.blue-800 .mat-select-trigger,
.blue-900 .mat-select-disabled .mat-select-value,
.blue-900 .mat-select-arrow,
.blue-900 .mat-select-trigger,
.blue-A200 .mat-select-disabled .mat-select-value,
.blue-A200 .mat-select-arrow,
.blue-A200 .mat-select-trigger,
.blue-A400 .mat-select-disabled .mat-select-value,
.blue-A400 .mat-select-arrow,
.blue-A400 .mat-select-trigger,
.blue-A700 .mat-select-disabled .mat-select-value,
.blue-A700 .mat-select-arrow,
.blue-A700 .mat-select-trigger,
.light-blue-500 .mat-select-disabled .mat-select-value,
.light-blue-500 .mat-select-arrow,
.light-blue-500 .mat-select-trigger,
.light-blue .mat-select-disabled .mat-select-value,
.light-blue .mat-select-arrow,
.light-blue .mat-select-trigger,
.light-blue-600 .mat-select-disabled .mat-select-value,
.light-blue-600 .mat-select-arrow,
.light-blue-600 .mat-select-trigger,
.light-blue-700 .mat-select-disabled .mat-select-value,
.light-blue-700 .mat-select-arrow,
.light-blue-700 .mat-select-trigger,
.light-blue-800 .mat-select-disabled .mat-select-value,
.light-blue-800 .mat-select-arrow,
.light-blue-800 .mat-select-trigger,
.light-blue-900 .mat-select-disabled .mat-select-value,
.light-blue-900 .mat-select-arrow,
.light-blue-900 .mat-select-trigger,
.light-blue-A700 .mat-select-disabled .mat-select-value,
.light-blue-A700 .mat-select-arrow,
.light-blue-A700 .mat-select-trigger,
.cyan-500 .mat-select-disabled .mat-select-value,
.cyan-500 .mat-select-arrow,
.cyan-500 .mat-select-trigger,
.cyan .mat-select-disabled .mat-select-value,
.cyan .mat-select-arrow,
.cyan .mat-select-trigger,
.cyan-600 .mat-select-disabled .mat-select-value,
.cyan-600 .mat-select-arrow,
.cyan-600 .mat-select-trigger,
.cyan-700 .mat-select-disabled .mat-select-value,
.cyan-700 .mat-select-arrow,
.cyan-700 .mat-select-trigger,
.cyan-800 .mat-select-disabled .mat-select-value,
.cyan-800 .mat-select-arrow,
.cyan-800 .mat-select-trigger,
.cyan-900 .mat-select-disabled .mat-select-value,
.cyan-900 .mat-select-arrow,
.cyan-900 .mat-select-trigger,
.teal-500 .mat-select-disabled .mat-select-value,
.teal-500 .mat-select-arrow,
.teal-500 .mat-select-trigger,
.teal .mat-select-disabled .mat-select-value,
.teal .mat-select-arrow,
.teal .mat-select-trigger,
.teal-600 .mat-select-disabled .mat-select-value,
.teal-600 .mat-select-arrow,
.teal-600 .mat-select-trigger,
.teal-700 .mat-select-disabled .mat-select-value,
.teal-700 .mat-select-arrow,
.teal-700 .mat-select-trigger,
.teal-800 .mat-select-disabled .mat-select-value,
.teal-800 .mat-select-arrow,
.teal-800 .mat-select-trigger,
.teal-900 .mat-select-disabled .mat-select-value,
.teal-900 .mat-select-arrow,
.teal-900 .mat-select-trigger,
.green-600 .mat-select-disabled .mat-select-value,
.green-600 .mat-select-arrow,
.green-600 .mat-select-trigger,
.green-700 .mat-select-disabled .mat-select-value,
.green-700 .mat-select-arrow,
.green-700 .mat-select-trigger,
.green-800 .mat-select-disabled .mat-select-value,
.green-800 .mat-select-arrow,
.green-800 .mat-select-trigger,
.green-900 .mat-select-disabled .mat-select-value,
.green-900 .mat-select-arrow,
.green-900 .mat-select-trigger,
.light-green-700 .mat-select-disabled .mat-select-value,
.light-green-700 .mat-select-arrow,
.light-green-700 .mat-select-trigger,
.light-green-800 .mat-select-disabled .mat-select-value,
.light-green-800 .mat-select-arrow,
.light-green-800 .mat-select-trigger,
.light-green-900 .mat-select-disabled .mat-select-value,
.light-green-900 .mat-select-arrow,
.light-green-900 .mat-select-trigger,
.lime-900 .mat-select-disabled .mat-select-value,
.lime-900 .mat-select-arrow,
.lime-900 .mat-select-trigger,
.orange-800 .mat-select-disabled .mat-select-value,
.orange-800 .mat-select-arrow,
.orange-800 .mat-select-trigger,
.orange-900 .mat-select-disabled .mat-select-value,
.orange-900 .mat-select-arrow,
.orange-900 .mat-select-trigger,
.deep-orange-500 .mat-select-disabled .mat-select-value,
.deep-orange-500 .mat-select-arrow,
.deep-orange-500 .mat-select-trigger,
.deep-orange .mat-select-disabled .mat-select-value,
.deep-orange .mat-select-arrow,
.deep-orange .mat-select-trigger,
.deep-orange-600 .mat-select-disabled .mat-select-value,
.deep-orange-600 .mat-select-arrow,
.deep-orange-600 .mat-select-trigger,
.deep-orange-700 .mat-select-disabled .mat-select-value,
.deep-orange-700 .mat-select-arrow,
.deep-orange-700 .mat-select-trigger,
.deep-orange-800 .mat-select-disabled .mat-select-value,
.deep-orange-800 .mat-select-arrow,
.deep-orange-800 .mat-select-trigger,
.deep-orange-900 .mat-select-disabled .mat-select-value,
.deep-orange-900 .mat-select-arrow,
.deep-orange-900 .mat-select-trigger,
.deep-orange-A400 .mat-select-disabled .mat-select-value,
.deep-orange-A400 .mat-select-arrow,
.deep-orange-A400 .mat-select-trigger,
.deep-orange-A700 .mat-select-disabled .mat-select-value,
.deep-orange-A700 .mat-select-arrow,
.deep-orange-A700 .mat-select-trigger,
.brown-300 .mat-select-disabled .mat-select-value,
.brown-300 .mat-select-arrow,
.brown-300 .mat-select-trigger,
.brown-400 .mat-select-disabled .mat-select-value,
.brown-400 .mat-select-arrow,
.brown-400 .mat-select-trigger,
.brown-500 .mat-select-disabled .mat-select-value,
.brown-500 .mat-select-arrow,
.brown-500 .mat-select-trigger,
.brown .mat-select-disabled .mat-select-value,
.brown .mat-select-arrow,
.brown .mat-select-trigger,
.brown-600 .mat-select-disabled .mat-select-value,
.brown-600 .mat-select-arrow,
.brown-600 .mat-select-trigger,
.brown-700 .mat-select-disabled .mat-select-value,
.brown-700 .mat-select-arrow,
.brown-700 .mat-select-trigger,
.brown-800 .mat-select-disabled .mat-select-value,
.brown-800 .mat-select-arrow,
.brown-800 .mat-select-trigger,
.brown-900 .mat-select-disabled .mat-select-value,
.brown-900 .mat-select-arrow,
.brown-900 .mat-select-trigger,
.brown-A400 .mat-select-disabled .mat-select-value,
.brown-A400 .mat-select-arrow,
.brown-A400 .mat-select-trigger,
.brown-A700 .mat-select-disabled .mat-select-value,
.brown-A700 .mat-select-arrow,
.brown-A700 .mat-select-trigger,
.grey-600 .mat-select-disabled .mat-select-value,
.grey-600 .mat-select-arrow,
.grey-600 .mat-select-trigger,
.grey-700 .mat-select-disabled .mat-select-value,
.grey-700 .mat-select-arrow,
.grey-700 .mat-select-trigger,
.grey-800 .mat-select-disabled .mat-select-value,
.grey-800 .mat-select-arrow,
.grey-800 .mat-select-trigger,
.grey-900 .mat-select-disabled .mat-select-value,
.grey-900 .mat-select-arrow,
.grey-900 .mat-select-trigger,
.grey-A700 .mat-select-disabled .mat-select-value,
.grey-A700 .mat-select-arrow,
.grey-A700 .mat-select-trigger,
.blue-grey-400 .mat-select-disabled .mat-select-value,
.blue-grey-400 .mat-select-arrow,
.blue-grey-400 .mat-select-trigger,
.blue-grey-500 .mat-select-disabled .mat-select-value,
.blue-grey-500 .mat-select-arrow,
.blue-grey-500 .mat-select-trigger,
.blue-grey .mat-select-disabled .mat-select-value,
.blue-grey .mat-select-arrow,
.blue-grey .mat-select-trigger,
.blue-grey-600 .mat-select-disabled .mat-select-value,
.blue-grey-600 .mat-select-arrow,
.blue-grey-600 .mat-select-trigger,
.blue-grey-700 .mat-select-disabled .mat-select-value,
.blue-grey-700 .mat-select-arrow,
.blue-grey-700 .mat-select-trigger,
.blue-grey-800 .mat-select-disabled .mat-select-value,
.blue-grey-800 .mat-select-arrow,
.blue-grey-800 .mat-select-trigger,
.blue-grey-900 .mat-select-disabled .mat-select-value,
.blue-grey-900 .mat-select-arrow,
.blue-grey-900 .mat-select-trigger,
.blue-grey-A400 .mat-select-disabled .mat-select-value,
.blue-grey-A400 .mat-select-arrow,
.blue-grey-A400 .mat-select-trigger,
.blue-grey-A700 .mat-select-disabled .mat-select-value,
.blue-grey-A700 .mat-select-arrow,
.blue-grey-A700 .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.red-500 .mat-select-value,
.red .mat-select-value,
.red-600 .mat-select-value,
.red-700 .mat-select-value,
.red-800 .mat-select-value,
.red-900 .mat-select-value,
.red-A200 .mat-select-value,
.red-A400 .mat-select-value,
.red-A700 .mat-select-value,
.pink-500 .mat-select-value,
.pink .mat-select-value,
.pink-600 .mat-select-value,
.pink-700 .mat-select-value,
.pink-800 .mat-select-value,
.pink-900 .mat-select-value,
.pink-A200 .mat-select-value,
.pink-A400 .mat-select-value,
.pink-A700 .mat-select-value,
.purple-300 .mat-select-value,
.purple-400 .mat-select-value,
.purple-500 .mat-select-value,
.purple .mat-select-value,
.purple-600 .mat-select-value,
.purple-700 .mat-select-value,
.purple-800 .mat-select-value,
.purple-900 .mat-select-value,
.purple-A200 .mat-select-value,
.purple-A400 .mat-select-value,
.purple-A700 .mat-select-value,
.deep-purple-300 .mat-select-value,
.deep-purple-400 .mat-select-value,
.deep-purple-500 .mat-select-value,
.deep-purple .mat-select-value,
.deep-purple-600 .mat-select-value,
.deep-purple-700 .mat-select-value,
.deep-purple-800 .mat-select-value,
.deep-purple-900 .mat-select-value,
.deep-purple-A200 .mat-select-value,
.deep-purple-A400 .mat-select-value,
.deep-purple-A700 .mat-select-value,
.indigo-300 .mat-select-value,
.indigo-400 .mat-select-value,
.indigo-500 .mat-select-value,
.indigo .mat-select-value,
.indigo-600 .mat-select-value,
.indigo-700 .mat-select-value,
.indigo-800 .mat-select-value,
.indigo-900 .mat-select-value,
.indigo-A200 .mat-select-value,
.indigo-A400 .mat-select-value,
.indigo-A700 .mat-select-value,
.blue-500 .mat-select-value,
.blue .mat-select-value,
.blue-600 .mat-select-value,
.blue-700 .mat-select-value,
.blue-800 .mat-select-value,
.blue-900 .mat-select-value,
.blue-A200 .mat-select-value,
.blue-A400 .mat-select-value,
.blue-A700 .mat-select-value,
.light-blue-500 .mat-select-value,
.light-blue .mat-select-value,
.light-blue-600 .mat-select-value,
.light-blue-700 .mat-select-value,
.light-blue-800 .mat-select-value,
.light-blue-900 .mat-select-value,
.light-blue-A700 .mat-select-value,
.cyan-500 .mat-select-value,
.cyan .mat-select-value,
.cyan-600 .mat-select-value,
.cyan-700 .mat-select-value,
.cyan-800 .mat-select-value,
.cyan-900 .mat-select-value,
.teal-500 .mat-select-value,
.teal .mat-select-value,
.teal-600 .mat-select-value,
.teal-700 .mat-select-value,
.teal-800 .mat-select-value,
.teal-900 .mat-select-value,
.green-600 .mat-select-value,
.green-700 .mat-select-value,
.green-800 .mat-select-value,
.green-900 .mat-select-value,
.light-green-700 .mat-select-value,
.light-green-800 .mat-select-value,
.light-green-900 .mat-select-value,
.lime-900 .mat-select-value,
.orange-800 .mat-select-value,
.orange-900 .mat-select-value,
.deep-orange-500 .mat-select-value,
.deep-orange .mat-select-value,
.deep-orange-600 .mat-select-value,
.deep-orange-700 .mat-select-value,
.deep-orange-800 .mat-select-value,
.deep-orange-900 .mat-select-value,
.deep-orange-A400 .mat-select-value,
.deep-orange-A700 .mat-select-value,
.brown-300 .mat-select-value,
.brown-400 .mat-select-value,
.brown-500 .mat-select-value,
.brown .mat-select-value,
.brown-600 .mat-select-value,
.brown-700 .mat-select-value,
.brown-800 .mat-select-value,
.brown-900 .mat-select-value,
.brown-A400 .mat-select-value,
.brown-A700 .mat-select-value,
.grey-600 .mat-select-value,
.grey-700 .mat-select-value,
.grey-800 .mat-select-value,
.grey-900 .mat-select-value,
.grey-A700 .mat-select-value,
.blue-grey-400 .mat-select-value,
.blue-grey-500 .mat-select-value,
.blue-grey .mat-select-value,
.blue-grey-600 .mat-select-value,
.blue-grey-700 .mat-select-value,
.blue-grey-800 .mat-select-value,
.blue-grey-900 .mat-select-value,
.blue-grey-A400 .mat-select-value,
.blue-grey-A700 .mat-select-value {
  color: white;
}
.avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}
.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: "remove_circle_outline";
}
mat-icon.status.away {
  color: #FFC107;
}
mat-icon.status.away:before {
  content: "access_time";
}
mat-icon.status.offline {
  color: #646464;
}
mat-icon.status.offline:before {
  content: "not_interested";
}
.form-wrapper {
  padding: 16px;
}
.form-wrapper .form-title {
  font-size: 21px;
  padding: 8px 0;
}
.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: 600;
  line-height: 1;
}
.navigation-simple .subheader {
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}
.navigation-simple mat-divider {
  margin: 8px 0;
}
.simple-pagination {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  padding: 0 8px;
  border-radius: 4px;
  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);
}
.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;
}
.simple-pagination .pagination-item.active {
  cursor: default;
}
.simple-pagination .pagination-item.disabled {
  cursor: default;
}
.price-tables .price-table {
  position: relative;
  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: 600;
}
.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;
}
.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: 600;
  padding: 6px 8px;
}
.price-tables .price-table.style-2 .package-type {
  padding: 48px 32px 24px 32px;
  font-size: 20px;
  font-weight: 600;
  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: 600;
}
.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: 600;
  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;
  font-weight: 600;
}
.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: 600;
}
.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;
}
.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;
}
.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: 600;
  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;
}
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;
}
html.cdk-global-scrollblock {
  position: relative !important;
  overflow: hidden !important;
}
button {
}
button .mat-button-wrapper {
  line-height: normal;
}
.mat-icon {
  font-weight: 400 !important;
  line-height: 1;
}
.mat-mdc-icon-button {
}
.mat-mdc-icon-button .mat-button-ripple {
  border-radius: 50%;
}
.mat-mdc-dialog-container {
  -webkit-overflow-scrolling: touch;
}
.mat-mdc-checkbox {
  font-size: 16px;
}
.mat-mdc-radio-button {
  font-size: 16px;
}
.mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-form-field.mat-form-field-type-mat-select {
}
.mat-mdc-form-field.mat-form-field-type-mat-select .mat-form-field-infix {
  display: inline-flex;
  width: auto;
}
.mat-mdc-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.mat-mdc-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger .mat-select-value {
  display: flex;
  max-width: none;
  margin-right: 8px;
}
.mat-mdc-form-field.mat-form-field-type-mat-select .mat-form-field-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: inherit !important;
}
mat-vertical-stepper {
  padding: 16px 0;
}
mat-chip mat-icon {
  min-width: 0 !important;
  min-height: 0 !important;
}
html {
  font-family: "Open Sans", 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;
  margin: 0;
}
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 {
  text-decoration: none;
}
a:not(.mat-mdc-button):not(.mat-mdc-raised-button):not(.mat-mdc-unelevated-button):not(.mat-mdc-outlined-button):not(.mat-mdc-icon-button):not(.mat-mdc-fab):not(.mat-mdc-mini-fab):hover,
a:not(.mat-mdc-button):not(.mat-mdc-raised-button):not(.mat-mdc-unelevated-button):not(.mat-mdc-outlined-button):not(.mat-mdc-icon-button):not(.mat-mdc-fab):not(.mat-mdc-mini-fab):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: "\2014\a0";
}
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: "\2014\a0";
}
code {
  font-family:
    "Monaco",
    "Menlo",
    "Consolas",
    "Ubuntu Mono",
    monospace;
}
code:not(.highlight) {
  color: #106CC8;
  padding: 2px 3px;
  border-radius: 2px;
  line-height: 1.7;
}
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\.5,
.line-height-1\.50 {
  line-height: 1.5;
}
.line-height-1\.75 {
  line-height: 1.75;
}
.letter-spacing-condensed {
  letter-spacing: -0.02em;
}
.letter-spacing-normal {
  letter-spacing: normal;
}
.letter-spacing-relaxed {
  letter-spacing: 0.02em;
}
.text-boxed {
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0 8px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.text-truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.changelog .entry {
  margin-bottom: 24px;
  padding: 24px 32px;
  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);
}
.changelog .entry > .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.changelog .entry > .title .version {
  font-size: 24px;
}
.changelog .entry > .title .date {
  margin-left: 8px;
  font-size: 17px;
  opacity: 0.54;
}
.changelog .entry .groups div {
  margin-bottom: 32px;
}
.changelog .entry .groups div:last-child {
  margin-bottom: 0;
}
.changelog .entry .groups .title {
  display: inline-flex;
  font-size: 13px;
  color: white;
  letter-spacing: 0.015em;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 2px;
}
.changelog .entry .groups .breaking-changes .title {
  background: #F44336;
}
.changelog .entry .groups .new .title {
  background: #43A047;
}
.changelog .entry .groups .improved .title {
  background: #673AB7;
}
.changelog .entry .groups .fixed .title {
  background: #2196F3;
}
.changelog .entry .groups ul {
  padding-left: 24px;
}
.changelog .entry .groups ul li {
  margin-bottom: 6px;
  letter-spacing: 0.015em;
}
.changelog .entry .groups ul li ul {
  margin-top: 6px;
}
.message-box {
  padding: 16px;
  background: #607D8B;
  border-left: 6px solid #37474F;
  color: rgb(255, 255, 255);
}
.message-box.error {
  background: #EF5350;
  border-left-color: #B71C1C;
}
.message-box.warning {
  background: #FFECB3;
  border-left-color: #FFC107;
  color: rgba(0, 0, 0, 0.87);
}
.message-box.success {
  background: #4CAF50;
  border-left-color: #2E7D32;
}
.message-box.info {
  background: #B3E5FC;
  border-left-color: #03A9F4;
  color: rgba(0, 0, 0, 0.87);
}
.docs {
  font-size: 16px;
}
.docs > .content {
  max-width: 980px;
}
.docs > .content > .main-title:first-child {
  margin-top: 0;
}
.docs .main-title {
  display: flex;
  margin-top: 72px;
  font-size: 24px;
}
.docs .section-title {
  display: inline-flex;
  font-size: 18px;
  margin-top: 24px;
  border-bottom: 1px solid #F44336;
  color: #F44336;
}
.docs ol,
.docs ul {
  padding-left: 24px;
}
.docs ol li,
.docs ul li {
  margin-bottom: 12px;
  line-height: 1.7;
}
.docs p {
  line-height: 1.7;
}
.page-layout {
  position: relative;
  overflow: hidden;
}
.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;
}
.page-layout.carded.fullwidth > .center {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 32px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.page-layout.carded.fullwidth > .center > .header {
  height: 136px !important;
  min-height: 136px !important;
  max-height: 136px !important;
}
.page-layout.carded.fullwidth > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  overflow: hidden;
  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);
}
.page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.fullwidth > .center > .content-card > .content {
  flex: 1 0 auto;
}
.page-layout.carded.fullwidth.tabbed > .center {
  width: 100%;
  min-width: 0;
}
.page-layout.carded.fullwidth.tabbed > .center > .header {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content {
  display: flex;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-mdc-tab-group {
  overflow: hidden;
  width: 100%;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-header {
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-label {
  height: 64px;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body {
  overflow: hidden;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.page-layout.carded.fullwidth.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-layout.carded.fullwidth.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.fullwidth.inner-scroll.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body {
}
.page-layout.carded.fullwidth.inner-scroll.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body .mat-tab-body-content .tab-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar,
.page-layout.carded.right-sidebar {
  flex-direction: row;
}
.page-layout.carded.left-sidebar > .sidebar,
.page-layout.carded.right-sidebar > .sidebar {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: auto;
  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-sidebar > .sidebar.locked-open,
.page-layout.carded.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open.left-positioned + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
.page-layout.carded.left-sidebar > .sidebar.locked-open.right-positioned + .center,
.page-layout.carded.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
.page-layout.carded.left-sidebar > .sidebar .header,
.page-layout.carded.right-sidebar > .sidebar .header {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}
.page-layout.carded.left-sidebar > .sidebar .content,
.page-layout.carded.right-sidebar > .sidebar .content {
  background: transparent;
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar > .center,
.page-layout.carded.right-sidebar > .center {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
  margin-left: 32px;
  margin-right: 32px;
  width: 100%;
  min-width: 0;
}
.page-layout.carded.left-sidebar > .center > .header,
.page-layout.carded.right-sidebar > .center > .header {
  display: flex;
  height: 136px;
  min-height: 136px;
  max-height: 136px;
}
.page-layout.carded.left-sidebar > .center > .content-card,
.page-layout.carded.right-sidebar > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
  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);
}
.page-layout.carded.left-sidebar > .center > .content-card > .toolbar,
.page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.left-sidebar > .center > .content-card > .toolbar .sidebar-toggle,
.page-layout.carded.right-sidebar > .center > .content-card > .toolbar .sidebar-toggle {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.page-layout.carded.left-sidebar > .center > .content-card > .content,
.page-layout.carded.right-sidebar > .center > .content-card > .content {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.tabbed > .center,
.page-layout.carded.right-sidebar.tabbed > .center {
  width: calc(100% - 32px);
  min-width: 0;
}
@media screen and (max-width: 1279px) {
  .page-layout.carded.left-sidebar.tabbed > .center,
  .page-layout.carded.right-sidebar.tabbed > .center {
    width: calc(100% - 64px);
  }
}
.page-layout.carded.left-sidebar.tabbed > .center > .header,
.page-layout.carded.right-sidebar.tabbed > .center > .header {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content {
  display: flex;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-header,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-header {
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-label,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-header .mat-tab-label {
  height: 64px;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body .mat-tab-body-content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body .mat-tab-body-content {
  overflow: hidden;
}
.page-layout.carded.left-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body .mat-tab-body-content .tab-content,
.page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-layout.carded.left-sidebar.inner-scroll,
.page-layout.carded.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .sidebar .content,
.page-layout.carded.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar.inner-scroll > .center,
.page-layout.carded.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .center > .content-card,
.page-layout.carded.right-sidebar.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
.page-layout.carded.left-sidebar.inner-scroll > .center > .content-card > .content,
.page-layout.carded.right-sidebar.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.left-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body,
.page-layout.carded.right-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body {
}
.page-layout.carded.left-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body .mat-tab-body-content .tab-content,
.page-layout.carded.right-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-mdc-tab-group .mat-mdc-tab-body .mat-tab-body-content .tab-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.carded.right-sidebar > .center {
  order: 1;
}
.page-layout.simple {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.simple.fullwidth > .content {
  flex: 1 1 auto;
  min-width: 0;
}
.page-layout.simple.fullwidth > .header,
.page-layout.simple.inner-sidebar > .header {
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
}
.page-layout.simple.left-sidebar,
.page-layout.simple.right-sidebar {
  flex-direction: row;
}
.page-layout.simple.left-sidebar > .sidebar,
.page-layout.simple.right-sidebar > .sidebar {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  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.simple.left-sidebar > .sidebar.locked-open,
.page-layout.simple.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open.left-positioned + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
.page-layout.simple.left-sidebar > .sidebar.locked-open.right-positioned + .center,
.page-layout.simple.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
.page-layout.simple.left-sidebar > .sidebar .content,
.page-layout.simple.right-sidebar > .sidebar .content {
  flex: 1 1 auto;
}
.page-layout.simple.left-sidebar > .center,
.page-layout.simple.right-sidebar > .center {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  z-index: 3;
  min-width: 0;
  width: 100%;
  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);
}
.page-layout.simple.left-sidebar > .center > .header,
.page-layout.simple.right-sidebar > .center > .header {
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
}
.page-layout.simple.left-sidebar > .center > .content,
.page-layout.simple.right-sidebar > .center > .content {
  flex: 1 0 auto;
}
.page-layout.simple.left-sidebar.inner-scroll,
.page-layout.simple.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.simple.left-sidebar.inner-scroll > .sidebar .content,
.page-layout.simple.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-scroll > .center,
.page-layout.simple.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar,
.page-layout.simple.right-sidebar.inner-sidebar {
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content {
  display: flex;
  min-height: 0;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .sidebar.locked-open,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .sidebar .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .center,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content,
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  border-radius: 8px;
  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);
}
.page-layout.simple.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar > .center {
  order: 1;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  order: 1;
}
.page-layout.simple.tabbed {
  min-height: 100%;
}
.page-layout.simple.tabbed > .header {
  height: 4rem;
  min-height: 4rem;
  max-height: 4rem;
}
.page-layout.simple.tabbed > .content > .mat-mdc-tab-group {
}
.page-layout.simple.tabbed > .content > .mat-mdc-tab-group .mat-tab-labels {
  padding: 0 24px;
}
.page-layout.blank {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 599px) {
  .page-layout.carded.fullwidth > .center {
    padding: 0 16px;
  }
  .page-layout.carded.left-sidebar > .center,
  .page-layout.carded.right-sidebar > .center {
    margin: 0 16px;
  }
}
.fuse-card {
  max-width: 320px;
  min-width: 320px;
  border-radius: 8px;
  border: 1px solid;
}
.fuse-card.variable-width {
  min-width: 0;
}
.fuse-card.auto-width {
  min-width: 0;
  max-width: none;
}
.fuse-card .mat-button-toggle-group,
.fuse-card .mat-button-toggle-standalone {
  box-shadow: none !important;
}
.fuse-card .mat-tab-labels {
  justify-content: center;
}
.fuse-card .mat-tab-label {
  min-width: 0 !important;
}
.fuse-card .card-divider {
  margin: 16px;
}
.fuse-card .card-divider.full-width {
  margin: 0;
}
.fuse-card .card-expand-area {
  overflow: hidden;
}
.fuse-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: 600;
  padding-left: 24px;
  margin-top: 8px;
  font-size: 12px;
  white-space: nowrap;
}
.nav .nav-group {
  display: block;
}
.nav .nav-group > .group-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 600;
  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 22px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  color: currentColor;
}
.nav .nav-item .nav-link > .nav-link-title {
  flex: 1 1 auto;
  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: 600;
  border-radius: 20px;
  transition: opacity 0.2s ease-in-out 0.1s;
  margin-left: 8px;
}
.nav .nav-item .nav-link .nav-link-badge + .collapsable-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 .nav-link-icon {
  opacity: 1;
}
.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 .collapsable-arrow {
  font-size: 26px;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  line-height: 26px;
}
.nav .nav-item.nav-collapsable {
  display: block;
}
.nav .nav-item.nav-collapsable > .children > .nav-item > .nav-link,
.nav .nav-item.nav-collapsable > .children > .nav-item.nav-group > .group-title,
.nav .nav-item.nav-collapsable > .children > .nav-item.nav-group > .group-items > .nav-item > .nav-link {
  padding-left: 56px;
}
.nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item > .nav-link,
.nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item.nav-group > .group-title,
.nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item.nav-group > .group-items > .nav-item > .nav-link {
  padding-left: 72px;
}
.nav > .nav-item.nav-collapsable {
  background: transparent;
  transition: background 200ms ease-in-out;
}
.nav > .nav-item.nav-collapsable.open {
  background: rgba(0, 0, 0, 0.12);
}
.nav > .nav-group > .group-items > .nav-collapsable {
  background: transparent;
  transition: background 200ms ease-in-out;
}
.nav > .nav-group > .group-items > .nav-collapsable.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-collapsable {
  position: relative;
}
.nav.horizontal .nav-item.nav-collapsable .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-collapsable .children.open {
  display: block;
}
.nav.horizontal .nav-item.nav-collapsable .children .nav-link {
  padding-left: 24px !important;
}
.nav.horizontal > .nav-item > .nav-link {
  height: 56px;
}
.nav.horizontal > .nav-item.nav-collapsable {
  position: relative;
}
.nav.horizontal > .nav-item.nav-collapsable > .nav-link {
  height: 56px;
}
.nav.horizontal > .nav-item.nav-collapsable > .nav-link .collapsable-arrow {
  display: none;
}
.nav.horizontal > .nav-item.nav-collapsable > .children {
  top: 100%;
  left: 0;
}
.nav.material2 .nav-subheader,
.material2 .nav .nav-subheader {
  height: 40px;
}
.nav.material2 .nav-group > .group-title,
.material2 .nav .nav-group > .group-title {
  height: 40px;
}
.nav.material2 .nav-item .nav-link,
.material2 .nav .nav-item .nav-link {
  height: 40px;
  padding: 0 12px 0 24px;
  border-radius: 0 20px 20px 0;
  margin-right: 16px;
}
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;
}
@media all {
  .page-break-after,
  .page-break-before {
    display: none;
  }
}
@media print {
  html,
  body {
    height: auto !important;
    overflow: initial !important;
  }
  .page-break-after {
    display: block;
    page-break-after: always;
    position: relative;
  }
  .page-break-before {
    display: block;
    page-break-before: always;
    position: relative;
  }
  app fuse-sidebar,
  app navbar,
  app toolbar,
  app footer,
  app .theme-options-button,
  app fuse-theme-options,
  app .ps > .ps__rail-x,
  app .ps > .ps__rail-y {
    display: none !important;
  }
  app #main,
  app #container-1,
  app #container-2,
  app #container-3 {
    padding: 0 !important;
  }
  app .ps {
    overflow: visible !important;
  }
  app .mat-drawer-container,
  app .mat-sidenav-container {
    background-color: white !important;
  }
  app .mat-drawer-container .mat-drawer-content,
  app .mat-drawer-container .mat-sidenav-content,
  app .mat-sidenav-container .mat-drawer-content,
  app .mat-sidenav-container .mat-sidenav-content {
    overflow: initial !important;
    height: auto !important;
  }
}
code[class*=language-],
pre[class*=language-] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  white-space: pre;
  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-header .datatable-header-cell .datatable-header-cell-template-wrap {
  display: inline-flex;
  align-items: center;
}
.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;
}
.ngx-datatable.material .datatable-body .datatable-row-wrapper:first-child {
  border-top: 1px solid;
}
.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 (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 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.ngx-datatable.material .datatable-footer .datatable-footer-inner .datatable-pager .pager li a i {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 0;
}
[class*=datatable-icon-] {
  font-family: "material-outline-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: "arrow_drop_up";
}
.datatable-icon-down:before {
  content: "arrow_drop_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;
  -webkit-overflow-scrolling: touch;
}
.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;
}
.fuse-white-500-bg {
  background-color: white !important;
}
.fuse-white-500 {
  background-color: white !important;
  color: #000 !important;
}
.fuse-white-500[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-white-500-fg {
  color: white !important;
}
.fuse-white-500-border {
  border-color: white !important;
}
.fuse-white-500-border-top {
  border-top-color: white !important;
}
.fuse-white-500-border-right {
  border-right-color: white !important;
}
.fuse-white-500-border-bottom {
  border-bottom-color: white !important;
}
.fuse-white-500-border-left {
  border-left-color: white !important;
}
.fuse-white-bg {
  background-color: white !important;
}
.fuse-white {
  background-color: white !important;
  color: #000 !important;
}
.fuse-white[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-white-fg {
  color: white !important;
}
.fuse-white-border {
  border-color: white !important;
}
.fuse-white-border-top {
  border-top-color: white !important;
}
.fuse-white-border-right {
  border-right-color: white !important;
}
.fuse-white-border-bottom {
  border-bottom-color: white !important;
}
.fuse-white-border-left {
  border-left-color: white !important;
}
.fuse-black-500-bg {
  background-color: black !important;
}
.fuse-black-500 {
  background-color: black !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-black-500[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-black-500-fg {
  color: black !important;
}
.fuse-black-500-border {
  border-color: black !important;
}
.fuse-black-500-border-top {
  border-top-color: black !important;
}
.fuse-black-500-border-right {
  border-right-color: black !important;
}
.fuse-black-500-border-bottom {
  border-bottom-color: black !important;
}
.fuse-black-500-border-left {
  border-left-color: black !important;
}
.fuse-black-bg {
  background-color: black !important;
}
.fuse-black {
  background-color: black !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-black[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-black-fg {
  color: black !important;
}
.fuse-black-border {
  border-color: black !important;
}
.fuse-black-border-top {
  border-top-color: black !important;
}
.fuse-black-border-right {
  border-right-color: black !important;
}
.fuse-black-border-bottom {
  border-bottom-color: black !important;
}
.fuse-black-border-left {
  border-left-color: black !important;
}
.fuse-navy-50-bg {
  background-color: #e8eaf6 !important;
}
.fuse-navy-50 {
  background-color: #e8eaf6 !important;
  color: #000 !important;
}
.fuse-navy-50[disabled] {
  background-color: rgba(232, 234, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-navy-50-fg {
  color: #e8eaf6 !important;
}
.fuse-navy-50-border {
  border-color: #e8eaf6 !important;
}
.fuse-navy-50-border-top {
  border-top-color: #e8eaf6 !important;
}
.fuse-navy-50-border-right {
  border-right-color: #e8eaf6 !important;
}
.fuse-navy-50-border-bottom {
  border-bottom-color: #e8eaf6 !important;
}
.fuse-navy-50-border-left {
  border-left-color: #e8eaf6 !important;
}
.fuse-navy-100-bg {
  background-color: #c5cae9 !important;
}
.fuse-navy-100 {
  background-color: #c5cae9 !important;
  color: #000 !important;
}
.fuse-navy-100[disabled] {
  background-color: rgba(197, 202, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-navy-100-fg {
  color: #c5cae9 !important;
}
.fuse-navy-100-border {
  border-color: #c5cae9 !important;
}
.fuse-navy-100-border-top {
  border-top-color: #c5cae9 !important;
}
.fuse-navy-100-border-right {
  border-right-color: #c5cae9 !important;
}
.fuse-navy-100-border-bottom {
  border-bottom-color: #c5cae9 !important;
}
.fuse-navy-100-border-left {
  border-left-color: #c5cae9 !important;
}
.fuse-navy-200-bg {
  background-color: #9fa8da !important;
}
.fuse-navy-200 {
  background-color: #9fa8da !important;
  color: #000 !important;
}
.fuse-navy-200[disabled] {
  background-color: rgba(159, 168, 218, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-navy-200-fg {
  color: #9fa8da !important;
}
.fuse-navy-200-border {
  border-color: #9fa8da !important;
}
.fuse-navy-200-border-top {
  border-top-color: #9fa8da !important;
}
.fuse-navy-200-border-right {
  border-right-color: #9fa8da !important;
}
.fuse-navy-200-border-bottom {
  border-bottom-color: #9fa8da !important;
}
.fuse-navy-200-border-left {
  border-left-color: #9fa8da !important;
}
.fuse-navy-300-bg {
  background-color: #7986cb !important;
}
.fuse-navy-300 {
  background-color: #7986cb !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-navy-300[disabled] {
  background-color: rgba(121, 134, 203, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-300-fg {
  color: #7986cb !important;
}
.fuse-navy-300-border {
  border-color: #7986cb !important;
}
.fuse-navy-300-border-top {
  border-top-color: #7986cb !important;
}
.fuse-navy-300-border-right {
  border-right-color: #7986cb !important;
}
.fuse-navy-300-border-bottom {
  border-bottom-color: #7986cb !important;
}
.fuse-navy-300-border-left {
  border-left-color: #7986cb !important;
}
.fuse-navy-400-bg {
  background-color: #5c6bc0 !important;
}
.fuse-navy-400 {
  background-color: #5c6bc0 !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-navy-400[disabled] {
  background-color: rgba(92, 107, 192, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-400-fg {
  color: #5c6bc0 !important;
}
.fuse-navy-400-border {
  border-color: #5c6bc0 !important;
}
.fuse-navy-400-border-top {
  border-top-color: #5c6bc0 !important;
}
.fuse-navy-400-border-right {
  border-right-color: #5c6bc0 !important;
}
.fuse-navy-400-border-bottom {
  border-bottom-color: #5c6bc0 !important;
}
.fuse-navy-400-border-left {
  border-left-color: #5c6bc0 !important;
}
.fuse-navy-500-bg {
  background-color: #3f51b5 !important;
}
.fuse-navy-500 {
  background-color: #3f51b5 !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-navy-500[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-500-fg {
  color: #3f51b5 !important;
}
.fuse-navy-500-border {
  border-color: #3f51b5 !important;
}
.fuse-navy-500-border-top {
  border-top-color: #3f51b5 !important;
}
.fuse-navy-500-border-right {
  border-right-color: #3f51b5 !important;
}
.fuse-navy-500-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
.fuse-navy-500-border-left {
  border-left-color: #3f51b5 !important;
}
.fuse-navy-bg {
  background-color: #3f51b5 !important;
}
.fuse-navy {
  background-color: #3f51b5 !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-navy[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-fg {
  color: #3f51b5 !important;
}
.fuse-navy-border {
  border-color: #3f51b5 !important;
}
.fuse-navy-border-top {
  border-top-color: #3f51b5 !important;
}
.fuse-navy-border-right {
  border-right-color: #3f51b5 !important;
}
.fuse-navy-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
.fuse-navy-border-left {
  border-left-color: #3f51b5 !important;
}
.fuse-navy-600-bg {
  background-color: #3949ab !important;
}
.fuse-navy-600 {
  background-color: #3949ab !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-navy-600[disabled] {
  background-color: rgba(57, 73, 171, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-600-fg {
  color: #3949ab !important;
}
.fuse-navy-600-border {
  border-color: #3949ab !important;
}
.fuse-navy-600-border-top {
  border-top-color: #3949ab !important;
}
.fuse-navy-600-border-right {
  border-right-color: #3949ab !important;
}
.fuse-navy-600-border-bottom {
  border-bottom-color: #3949ab !important;
}
.fuse-navy-600-border-left {
  border-left-color: #3949ab !important;
}
.fuse-navy-700-bg {
  background-color: #303f9f !important;
}
.fuse-navy-700 {
  background-color: #303f9f !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-navy-700[disabled] {
  background-color: rgba(48, 63, 159, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-700-fg {
  color: #303f9f !important;
}
.fuse-navy-700-border {
  border-color: #303f9f !important;
}
.fuse-navy-700-border-top {
  border-top-color: #303f9f !important;
}
.fuse-navy-700-border-right {
  border-right-color: #303f9f !important;
}
.fuse-navy-700-border-bottom {
  border-bottom-color: #303f9f !important;
}
.fuse-navy-700-border-left {
  border-left-color: #303f9f !important;
}
.fuse-navy-800-bg {
  background-color: #283593 !important;
}
.fuse-navy-800 {
  background-color: #283593 !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-navy-800[disabled] {
  background-color: rgba(40, 53, 147, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-800-fg {
  color: #283593 !important;
}
.fuse-navy-800-border {
  border-color: #283593 !important;
}
.fuse-navy-800-border-top {
  border-top-color: #283593 !important;
}
.fuse-navy-800-border-right {
  border-right-color: #283593 !important;
}
.fuse-navy-800-border-bottom {
  border-bottom-color: #283593 !important;
}
.fuse-navy-800-border-left {
  border-left-color: #283593 !important;
}
.fuse-navy-900-bg {
  background-color: #1a237e !important;
}
.fuse-navy-900 {
  background-color: #1a237e !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-navy-900[disabled] {
  background-color: rgba(26, 35, 126, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-900-fg {
  color: #1a237e !important;
}
.fuse-navy-900-border {
  border-color: #1a237e !important;
}
.fuse-navy-900-border-top {
  border-top-color: #1a237e !important;
}
.fuse-navy-900-border-right {
  border-right-color: #1a237e !important;
}
.fuse-navy-900-border-bottom {
  border-bottom-color: #1a237e !important;
}
.fuse-navy-900-border-left {
  border-left-color: #1a237e !important;
}
.fuse-navy-A100-bg {
  background-color: #8c9eff !important;
}
.fuse-navy-A100 {
  background-color: #8c9eff !important;
  color: #000 !important;
}
.fuse-navy-A100[disabled] {
  background-color: rgba(140, 158, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-navy-A100-fg {
  color: #8c9eff !important;
}
.fuse-navy-A100-border {
  border-color: #8c9eff !important;
}
.fuse-navy-A100-border-top {
  border-top-color: #8c9eff !important;
}
.fuse-navy-A100-border-right {
  border-right-color: #8c9eff !important;
}
.fuse-navy-A100-border-bottom {
  border-bottom-color: #8c9eff !important;
}
.fuse-navy-A100-border-left {
  border-left-color: #8c9eff !important;
}
.fuse-navy-A200-bg {
  background-color: #536dfe !important;
}
.fuse-navy-A200 {
  background-color: #536dfe !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-navy-A200[disabled] {
  background-color: rgba(83, 109, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-A200-fg {
  color: #536dfe !important;
}
.fuse-navy-A200-border {
  border-color: #536dfe !important;
}
.fuse-navy-A200-border-top {
  border-top-color: #536dfe !important;
}
.fuse-navy-A200-border-right {
  border-right-color: #536dfe !important;
}
.fuse-navy-A200-border-bottom {
  border-bottom-color: #536dfe !important;
}
.fuse-navy-A200-border-left {
  border-left-color: #536dfe !important;
}
.fuse-navy-A400-bg {
  background-color: #3d5afe !important;
}
.fuse-navy-A400 {
  background-color: #3d5afe !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-navy-A400[disabled] {
  background-color: rgba(61, 90, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-A400-fg {
  color: #3d5afe !important;
}
.fuse-navy-A400-border {
  border-color: #3d5afe !important;
}
.fuse-navy-A400-border-top {
  border-top-color: #3d5afe !important;
}
.fuse-navy-A400-border-right {
  border-right-color: #3d5afe !important;
}
.fuse-navy-A400-border-bottom {
  border-bottom-color: #3d5afe !important;
}
.fuse-navy-A400-border-left {
  border-left-color: #3d5afe !important;
}
.fuse-navy-A700-bg {
  background-color: #304ffe !important;
}
.fuse-navy-A700 {
  background-color: #304ffe !important;
  color: rgb(255, 255, 255) !important;
}
.fuse-navy-A700[disabled] {
  background-color: rgba(48, 79, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-A700-fg {
  color: #304ffe !important;
}
.fuse-navy-A700-border {
  border-color: #304ffe !important;
}
.fuse-navy-A700-border-top {
  border-top-color: #304ffe !important;
}
.fuse-navy-A700-border-right {
  border-right-color: #304ffe !important;
}
.fuse-navy-A700-border-bottom {
  border-bottom-color: #304ffe !important;
}
.fuse-navy-A700-border-left {
  border-left-color: #304ffe !important;
}
.fuse-white-500 i,
.fuse-white-500 .icon,
.fuse-white i,
.fuse-white .icon,
.fuse-navy-50 i,
.fuse-navy-50 .icon,
.fuse-navy-100 i,
.fuse-navy-100 .icon,
.fuse-navy-200 i,
.fuse-navy-200 .icon,
.fuse-navy-A100 i,
.fuse-navy-A100 .icon {
  color: rgba(0, 0, 0, 0.54);
}
.fuse-white-500.secondary-text,
.fuse-white-500 .secondary-text,
.fuse-white.secondary-text,
.fuse-white .secondary-text,
.fuse-navy-50.secondary-text,
.fuse-navy-50 .secondary-text,
.fuse-navy-100.secondary-text,
.fuse-navy-100 .secondary-text,
.fuse-navy-200.secondary-text,
.fuse-navy-200 .secondary-text,
.fuse-navy-A100.secondary-text,
.fuse-navy-A100 .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.fuse-white-500.hint-text,
.fuse-white-500 .hint-text,
.fuse-white-500.disabled-text,
.fuse-white-500 .disabled-text,
.fuse-white.hint-text,
.fuse-white .hint-text,
.fuse-white.disabled-text,
.fuse-white .disabled-text,
.fuse-navy-50.hint-text,
.fuse-navy-50 .hint-text,
.fuse-navy-50.disabled-text,
.fuse-navy-50 .disabled-text,
.fuse-navy-100.hint-text,
.fuse-navy-100 .hint-text,
.fuse-navy-100.disabled-text,
.fuse-navy-100 .disabled-text,
.fuse-navy-200.hint-text,
.fuse-navy-200 .hint-text,
.fuse-navy-200.disabled-text,
.fuse-navy-200 .disabled-text,
.fuse-navy-A100.hint-text,
.fuse-navy-A100 .hint-text,
.fuse-navy-A100.disabled-text,
.fuse-navy-A100 .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
.fuse-white-500.divider,
.fuse-white-500 .divider,
.fuse-white.divider,
.fuse-white .divider,
.fuse-navy-50.divider,
.fuse-navy-50 .divider,
.fuse-navy-100.divider,
.fuse-navy-100 .divider,
.fuse-navy-200.divider,
.fuse-navy-200 .divider,
.fuse-navy-A100.divider,
.fuse-navy-A100 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.fuse-white-500 .mat-ripple-element,
.fuse-white .mat-ripple-element,
.fuse-navy-50 .mat-ripple-element,
.fuse-navy-100 .mat-ripple-element,
.fuse-navy-200 .mat-ripple-element,
.fuse-navy-A100 .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.fuse-white-500 .adaptive-border-color,
.fuse-white .adaptive-border-color,
.fuse-navy-50 .adaptive-border-color,
.fuse-navy-100 .adaptive-border-color,
.fuse-navy-200 .adaptive-border-color,
.fuse-navy-A100 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
.fuse-black-500 i,
.fuse-black-500 .icon,
.fuse-black i,
.fuse-black .icon,
.fuse-navy-300 i,
.fuse-navy-300 .icon,
.fuse-navy-400 i,
.fuse-navy-400 .icon,
.fuse-navy-500 i,
.fuse-navy-500 .icon,
.fuse-navy i,
.fuse-navy .icon,
.fuse-navy-600 i,
.fuse-navy-600 .icon,
.fuse-navy-700 i,
.fuse-navy-700 .icon,
.fuse-navy-800 i,
.fuse-navy-800 .icon,
.fuse-navy-900 i,
.fuse-navy-900 .icon,
.fuse-navy-A200 i,
.fuse-navy-A200 .icon,
.fuse-navy-A400 i,
.fuse-navy-A400 .icon,
.fuse-navy-A700 i,
.fuse-navy-A700 .icon {
  color: rgb(255, 255, 255);
}
.fuse-black-500.secondary-text,
.fuse-black-500 .secondary-text,
.fuse-black.secondary-text,
.fuse-black .secondary-text,
.fuse-navy-300.secondary-text,
.fuse-navy-300 .secondary-text,
.fuse-navy-400.secondary-text,
.fuse-navy-400 .secondary-text,
.fuse-navy-500.secondary-text,
.fuse-navy-500 .secondary-text,
.fuse-navy.secondary-text,
.fuse-navy .secondary-text,
.fuse-navy-600.secondary-text,
.fuse-navy-600 .secondary-text,
.fuse-navy-700.secondary-text,
.fuse-navy-700 .secondary-text,
.fuse-navy-800.secondary-text,
.fuse-navy-800 .secondary-text,
.fuse-navy-900.secondary-text,
.fuse-navy-900 .secondary-text,
.fuse-navy-A200.secondary-text,
.fuse-navy-A200 .secondary-text,
.fuse-navy-A400.secondary-text,
.fuse-navy-A400 .secondary-text,
.fuse-navy-A700.secondary-text,
.fuse-navy-A700 .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-black-500.hint-text,
.fuse-black-500 .hint-text,
.fuse-black-500.disabled-text,
.fuse-black-500 .disabled-text,
.fuse-black.hint-text,
.fuse-black .hint-text,
.fuse-black.disabled-text,
.fuse-black .disabled-text,
.fuse-navy-300.hint-text,
.fuse-navy-300 .hint-text,
.fuse-navy-300.disabled-text,
.fuse-navy-300 .disabled-text,
.fuse-navy-400.hint-text,
.fuse-navy-400 .hint-text,
.fuse-navy-400.disabled-text,
.fuse-navy-400 .disabled-text,
.fuse-navy-500.hint-text,
.fuse-navy-500 .hint-text,
.fuse-navy-500.disabled-text,
.fuse-navy-500 .disabled-text,
.fuse-navy.hint-text,
.fuse-navy .hint-text,
.fuse-navy.disabled-text,
.fuse-navy .disabled-text,
.fuse-navy-600.hint-text,
.fuse-navy-600 .hint-text,
.fuse-navy-600.disabled-text,
.fuse-navy-600 .disabled-text,
.fuse-navy-700.hint-text,
.fuse-navy-700 .hint-text,
.fuse-navy-700.disabled-text,
.fuse-navy-700 .disabled-text,
.fuse-navy-800.hint-text,
.fuse-navy-800 .hint-text,
.fuse-navy-800.disabled-text,
.fuse-navy-800 .disabled-text,
.fuse-navy-900.hint-text,
.fuse-navy-900 .hint-text,
.fuse-navy-900.disabled-text,
.fuse-navy-900 .disabled-text,
.fuse-navy-A200.hint-text,
.fuse-navy-A200 .hint-text,
.fuse-navy-A200.disabled-text,
.fuse-navy-A200 .disabled-text,
.fuse-navy-A400.hint-text,
.fuse-navy-A400 .hint-text,
.fuse-navy-A400.disabled-text,
.fuse-navy-A400 .disabled-text,
.fuse-navy-A700.hint-text,
.fuse-navy-A700 .hint-text,
.fuse-navy-A700.disabled-text,
.fuse-navy-A700 .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
.fuse-black-500.divider,
.fuse-black-500 .divider,
.fuse-black.divider,
.fuse-black .divider,
.fuse-navy-300.divider,
.fuse-navy-300 .divider,
.fuse-navy-400.divider,
.fuse-navy-400 .divider,
.fuse-navy-500.divider,
.fuse-navy-500 .divider,
.fuse-navy.divider,
.fuse-navy .divider,
.fuse-navy-600.divider,
.fuse-navy-600 .divider,
.fuse-navy-700.divider,
.fuse-navy-700 .divider,
.fuse-navy-800.divider,
.fuse-navy-800 .divider,
.fuse-navy-900.divider,
.fuse-navy-900 .divider,
.fuse-navy-A200.divider,
.fuse-navy-A200 .divider,
.fuse-navy-A400.divider,
.fuse-navy-A400 .divider,
.fuse-navy-A700.divider,
.fuse-navy-A700 .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-black-500 .mat-ripple-element,
.fuse-black .mat-ripple-element,
.fuse-navy-300 .mat-ripple-element,
.fuse-navy-400 .mat-ripple-element,
.fuse-navy-500 .mat-ripple-element,
.fuse-navy .mat-ripple-element,
.fuse-navy-600 .mat-ripple-element,
.fuse-navy-700 .mat-ripple-element,
.fuse-navy-800 .mat-ripple-element,
.fuse-navy-900 .mat-ripple-element,
.fuse-navy-A200 .mat-ripple-element,
.fuse-navy-A400 .mat-ripple-element,
.fuse-navy-A700 .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.fuse-black-500 .adaptive-border-color,
.fuse-black .adaptive-border-color,
.fuse-navy-300 .adaptive-border-color,
.fuse-navy-400 .adaptive-border-color,
.fuse-navy-500 .adaptive-border-color,
.fuse-navy .adaptive-border-color,
.fuse-navy-600 .adaptive-border-color,
.fuse-navy-700 .adaptive-border-color,
.fuse-navy-800 .adaptive-border-color,
.fuse-navy-900 .adaptive-border-color,
.fuse-navy-A200 .adaptive-border-color,
.fuse-navy-A400 .adaptive-border-color,
.fuse-navy-A700 .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
.fuse-white-500,
.fuse-white,
.fuse-navy-50,
.fuse-navy-100,
.fuse-navy-200,
.fuse-navy-A100 {
}
.fuse-white-500 input[type=text],
.fuse-white input[type=text],
.fuse-navy-50 input[type=text],
.fuse-navy-100 input[type=text],
.fuse-navy-200 input[type=text],
.fuse-navy-A100 input[type=text] {
  color: black;
}
.fuse-white-500 .mat-form-field-label,
.fuse-white .mat-form-field-label,
.fuse-navy-50 .mat-form-field-label,
.fuse-navy-100 .mat-form-field-label,
.fuse-navy-200 .mat-form-field-label,
.fuse-navy-A100 .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.fuse-white-500 .mat-form-field-underline,
.fuse-white .mat-form-field-underline,
.fuse-navy-50 .mat-form-field-underline,
.fuse-navy-100 .mat-form-field-underline,
.fuse-navy-200 .mat-form-field-underline,
.fuse-navy-A100 .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.fuse-white-500 .mat-select-trigger,
.fuse-white-500 .mat-select-arrow,
.fuse-white .mat-select-trigger,
.fuse-white .mat-select-arrow,
.fuse-navy-50 .mat-select-trigger,
.fuse-navy-50 .mat-select-arrow,
.fuse-navy-100 .mat-select-trigger,
.fuse-navy-100 .mat-select-arrow,
.fuse-navy-200 .mat-select-trigger,
.fuse-navy-200 .mat-select-arrow,
.fuse-navy-A100 .mat-select-trigger,
.fuse-navy-A100 .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.fuse-white-500 .mat-select-underline,
.fuse-white .mat-select-underline,
.fuse-navy-50 .mat-select-underline,
.fuse-navy-100 .mat-select-underline,
.fuse-navy-200 .mat-select-underline,
.fuse-navy-A100 .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.fuse-white-500 .mat-select-disabled .mat-select-value,
.fuse-white-500 .mat-select-arrow,
.fuse-white-500 .mat-select-trigger,
.fuse-white .mat-select-disabled .mat-select-value,
.fuse-white .mat-select-arrow,
.fuse-white .mat-select-trigger,
.fuse-navy-50 .mat-select-disabled .mat-select-value,
.fuse-navy-50 .mat-select-arrow,
.fuse-navy-50 .mat-select-trigger,
.fuse-navy-100 .mat-select-disabled .mat-select-value,
.fuse-navy-100 .mat-select-arrow,
.fuse-navy-100 .mat-select-trigger,
.fuse-navy-200 .mat-select-disabled .mat-select-value,
.fuse-navy-200 .mat-select-arrow,
.fuse-navy-200 .mat-select-trigger,
.fuse-navy-A100 .mat-select-disabled .mat-select-value,
.fuse-navy-A100 .mat-select-arrow,
.fuse-navy-A100 .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.fuse-black-500,
.fuse-black,
.fuse-navy-300,
.fuse-navy-400,
.fuse-navy-500,
.fuse-navy,
.fuse-navy-600,
.fuse-navy-700,
.fuse-navy-800,
.fuse-navy-900,
.fuse-navy-A200,
.fuse-navy-A400,
.fuse-navy-A700 {
}
.fuse-black-500 input[type=text],
.fuse-black input[type=text],
.fuse-navy-300 input[type=text],
.fuse-navy-400 input[type=text],
.fuse-navy-500 input[type=text],
.fuse-navy input[type=text],
.fuse-navy-600 input[type=text],
.fuse-navy-700 input[type=text],
.fuse-navy-800 input[type=text],
.fuse-navy-900 input[type=text],
.fuse-navy-A200 input[type=text],
.fuse-navy-A400 input[type=text],
.fuse-navy-A700 input[type=text] {
  color: white;
}
.fuse-black-500 .mat-form-field-label,
.fuse-black .mat-form-field-label,
.fuse-navy-300 .mat-form-field-label,
.fuse-navy-400 .mat-form-field-label,
.fuse-navy-500 .mat-form-field-label,
.fuse-navy .mat-form-field-label,
.fuse-navy-600 .mat-form-field-label,
.fuse-navy-700 .mat-form-field-label,
.fuse-navy-800 .mat-form-field-label,
.fuse-navy-900 .mat-form-field-label,
.fuse-navy-A200 .mat-form-field-label,
.fuse-navy-A400 .mat-form-field-label,
.fuse-navy-A700 .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-black-500 .mat-form-field-underline,
.fuse-black .mat-form-field-underline,
.fuse-navy-300 .mat-form-field-underline,
.fuse-navy-400 .mat-form-field-underline,
.fuse-navy-500 .mat-form-field-underline,
.fuse-navy .mat-form-field-underline,
.fuse-navy-600 .mat-form-field-underline,
.fuse-navy-700 .mat-form-field-underline,
.fuse-navy-800 .mat-form-field-underline,
.fuse-navy-900 .mat-form-field-underline,
.fuse-navy-A200 .mat-form-field-underline,
.fuse-navy-A400 .mat-form-field-underline,
.fuse-navy-A700 .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-black-500 .mat-select-trigger,
.fuse-black-500 .mat-select-arrow,
.fuse-black .mat-select-trigger,
.fuse-black .mat-select-arrow,
.fuse-navy-300 .mat-select-trigger,
.fuse-navy-300 .mat-select-arrow,
.fuse-navy-400 .mat-select-trigger,
.fuse-navy-400 .mat-select-arrow,
.fuse-navy-500 .mat-select-trigger,
.fuse-navy-500 .mat-select-arrow,
.fuse-navy .mat-select-trigger,
.fuse-navy .mat-select-arrow,
.fuse-navy-600 .mat-select-trigger,
.fuse-navy-600 .mat-select-arrow,
.fuse-navy-700 .mat-select-trigger,
.fuse-navy-700 .mat-select-arrow,
.fuse-navy-800 .mat-select-trigger,
.fuse-navy-800 .mat-select-arrow,
.fuse-navy-900 .mat-select-trigger,
.fuse-navy-900 .mat-select-arrow,
.fuse-navy-A200 .mat-select-trigger,
.fuse-navy-A200 .mat-select-arrow,
.fuse-navy-A400 .mat-select-trigger,
.fuse-navy-A400 .mat-select-arrow,
.fuse-navy-A700 .mat-select-trigger,
.fuse-navy-A700 .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-black-500 .mat-select-underline,
.fuse-black .mat-select-underline,
.fuse-navy-300 .mat-select-underline,
.fuse-navy-400 .mat-select-underline,
.fuse-navy-500 .mat-select-underline,
.fuse-navy .mat-select-underline,
.fuse-navy-600 .mat-select-underline,
.fuse-navy-700 .mat-select-underline,
.fuse-navy-800 .mat-select-underline,
.fuse-navy-900 .mat-select-underline,
.fuse-navy-A200 .mat-select-underline,
.fuse-navy-A400 .mat-select-underline,
.fuse-navy-A700 .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-black-500 .mat-select-disabled .mat-select-value,
.fuse-black-500 .mat-select-arrow,
.fuse-black-500 .mat-select-trigger,
.fuse-black .mat-select-disabled .mat-select-value,
.fuse-black .mat-select-arrow,
.fuse-black .mat-select-trigger,
.fuse-navy-300 .mat-select-disabled .mat-select-value,
.fuse-navy-300 .mat-select-arrow,
.fuse-navy-300 .mat-select-trigger,
.fuse-navy-400 .mat-select-disabled .mat-select-value,
.fuse-navy-400 .mat-select-arrow,
.fuse-navy-400 .mat-select-trigger,
.fuse-navy-500 .mat-select-disabled .mat-select-value,
.fuse-navy-500 .mat-select-arrow,
.fuse-navy-500 .mat-select-trigger,
.fuse-navy .mat-select-disabled .mat-select-value,
.fuse-navy .mat-select-arrow,
.fuse-navy .mat-select-trigger,
.fuse-navy-600 .mat-select-disabled .mat-select-value,
.fuse-navy-600 .mat-select-arrow,
.fuse-navy-600 .mat-select-trigger,
.fuse-navy-700 .mat-select-disabled .mat-select-value,
.fuse-navy-700 .mat-select-arrow,
.fuse-navy-700 .mat-select-trigger,
.fuse-navy-800 .mat-select-disabled .mat-select-value,
.fuse-navy-800 .mat-select-arrow,
.fuse-navy-800 .mat-select-trigger,
.fuse-navy-900 .mat-select-disabled .mat-select-value,
.fuse-navy-900 .mat-select-arrow,
.fuse-navy-900 .mat-select-trigger,
.fuse-navy-A200 .mat-select-disabled .mat-select-value,
.fuse-navy-A200 .mat-select-arrow,
.fuse-navy-A200 .mat-select-trigger,
.fuse-navy-A400 .mat-select-disabled .mat-select-value,
.fuse-navy-A400 .mat-select-arrow,
.fuse-navy-A400 .mat-select-trigger,
.fuse-navy-A700 .mat-select-disabled .mat-select-value,
.fuse-navy-A700 .mat-select-arrow,
.fuse-navy-A700 .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-black-500 .mat-select-value,
.fuse-black .mat-select-value,
.fuse-navy-300 .mat-select-value,
.fuse-navy-400 .mat-select-value,
.fuse-navy-500 .mat-select-value,
.fuse-navy .mat-select-value,
.fuse-navy-600 .mat-select-value,
.fuse-navy-700 .mat-select-value,
.fuse-navy-800 .mat-select-value,
.fuse-navy-900 .mat-select-value,
.fuse-navy-A200 .mat-select-value,
.fuse-navy-A400 .mat-select-value,
.fuse-navy-A700 .mat-select-value {
  color: white;
}
html {
  --mat-badge-text-font: Open Sans, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px / 32px Open Sans, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 600 20px / 32px Open Sans, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Open Sans, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 1.125 Open Sans, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px Open Sans, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px Open Sans, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 600 14px / 24px Open Sans, sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 20px Open Sans, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px Open Sans, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Open Sans, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Open Sans, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Open Sans, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Open Sans, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
html {
  --mat-bottom-sheet-container-text-font: Open Sans, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-legacy-button-toggle-label-text-font: Open Sans, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 1.125;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
}
html {
  --mat-standard-button-toggle-label-text-font: Open Sans, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 1.125;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-text-font: Open Sans, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-expansion-header-text-font: Open Sans, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 600;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Open Sans, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-stepper-container-text-font: Open Sans, sans-serif;
  --mat-stepper-header-label-text-font: Open Sans, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-toolbar-title-text-font: Open Sans, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 600;
}
html {
  --mat-tree-node-text-font: Open Sans, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-option-label-text-font: Open Sans, sans-serif;
  --mat-option-label-text-line-height: 1.125;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Open Sans, sans-serif;
  --mat-optgroup-label-text-line-height: 1.125;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-title-text-font: Open Sans, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 600;
  --mat-card-subtitle-text-font: Open Sans, sans-serif;
  --mat-card-subtitle-text-line-height: 24px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 600;
}
html {
  --mdc-plain-tooltip-supporting-text-font: Open Sans, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mdc-filled-text-field-label-text-font: Open Sans, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
}
html {
  --mdc-outlined-text-field-label-text-font: Open Sans, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
}
html {
  --mat-form-field-container-text-font: Open Sans, sans-serif;
  --mat-form-field-container-text-line-height: 1.125;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Open Sans, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
}
html {
  --mat-select-trigger-text-font: Open Sans, sans-serif;
  --mat-select-trigger-text-line-height: 1.125;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mdc-dialog-subhead-font: Open Sans, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 600;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Open Sans, sans-serif;
  --mdc-dialog-supporting-text-line-height: 1.125;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Open Sans, sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --mdc-chip-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Open Sans, sans-serif;
  --mat-switch-label-text-line-height: 20px;
  --mat-switch-label-text-size: 14px;
  --mat-switch-label-text-tracking: 0.0178571429em;
  --mat-switch-label-text-weight: 400;
}
html {
  --mat-radio-label-text-font: Open Sans, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mdc-slider-label-label-text-font: Open Sans, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 24px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 600;
}
html {
  --mat-menu-item-label-text-font: Open Sans, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 1.125;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mdc-list-list-item-label-text-font: Open Sans, sans-serif;
  --mdc-list-list-item-label-text-line-height: 1.125;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Open Sans, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Open Sans, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Open Sans, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-font: Open Sans, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Open Sans, sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 14px;
  --mat-tab-header-label-text-weight: 600;
}
html {
  --mat-checkbox-label-text-font: Open Sans, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mdc-text-button-label-text-font: Open Sans, sans-serif;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
}
html {
  --mdc-filled-button-label-text-font: Open Sans, sans-serif;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
}
html {
  --mdc-protected-button-label-text-font: Open Sans, sans-serif;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
}
html {
  --mdc-outlined-button-label-text-font: Open Sans, sans-serif;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
}
html {
  --mdc-extended-fab-label-text-font: Open Sans, sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
}
html {
  --mdc-snackbar-supporting-text-font: Open Sans, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}
html {
  --mat-table-header-headline-font: Open Sans, sans-serif;
  --mat-table-header-headline-line-height: 24px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 600;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Open Sans, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: Open Sans, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
body.theme-default {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
body.theme-default {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-accent {
  --mat-option-selected-state-label-text-color: #ffc107;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
body.theme-default {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default {
  --mat-full-pseudo-checkbox-selected-icon-color: #ffc107;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
body.theme-default {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ffc107;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
body.theme-default .mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ffc107;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
body.theme-default .mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ffc107;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
body.theme-default .mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
body.theme-default {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mdc-elevated-card-container-shape: 4px;
}
body.theme-default {
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
body.theme-default {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}
body.theme-default {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
body.theme-default .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3f51b5;
  --mdc-linear-progress-track-color: rgba(63, 81, 181, 0.25);
}
body.theme-default .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ffc107;
  --mdc-linear-progress-track-color: rgba(255, 193, 7, 0.25);
}
body.theme-default .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
body.theme-default {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
body.theme-default {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
body.theme-default {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
body.theme-default {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
body.theme-default {
  --mdc-filled-text-field-caret-color: #3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color: #3f51b5;
  --mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
}
body.theme-default {
  --mdc-outlined-text-field-caret-color: #3f51b5;
  --mdc-outlined-text-field-focus-outline-color: #3f51b5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
}
body.theme-default {
  --mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
body.theme-default .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ffc107;
  --mdc-filled-text-field-focus-active-indicator-color: #ffc107;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 193, 7, 0.87);
}
body.theme-default .mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #ffc107;
  --mdc-outlined-text-field-focus-outline-color: #ffc107;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 193, 7, 0.87);
}
body.theme-default .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(255, 193, 7, 0.87);
}
body.theme-default .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
body.theme-default {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 193, 7, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-default {
  --mat-select-arrow-transform: translateY(-8px);
}
body.theme-default {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mat-autocomplete-background-color: white;
}
body.theme-default {
  --mdc-dialog-container-shape: 4px;
}
body.theme-default {
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
body.theme-default {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
body.theme-default .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
}
body.theme-default .mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
body.theme-default .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
body.theme-default .mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3f51b5;
  --mdc-chip-elevated-selected-container-color: #3f51b5;
  --mdc-chip-elevated-disabled-container-color: #3f51b5;
  --mdc-chip-flat-disabled-selected-container-color: #3f51b5;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ffc107;
  --mdc-chip-elevated-selected-container-color: #ffc107;
  --mdc-chip-elevated-disabled-container-color: #ffc107;
  --mdc-chip-flat-disabled-selected-container-color: #ffc107;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-default .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.theme-default {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
body.theme-default .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
body.theme-default {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #ffb300;
  --mdc-switch-selected-handle-color: #ffb300;
  --mdc-switch-selected-hover-state-layer-color: #ffb300;
  --mdc-switch-selected-pressed-state-layer-color: #ffb300;
  --mdc-switch-selected-focus-handle-color: #ff6f00;
  --mdc-switch-selected-hover-handle-color: #ff6f00;
  --mdc-switch-selected-pressed-handle-color: #ff6f00;
  --mdc-switch-selected-focus-track-color: #ffd54f;
  --mdc-switch-selected-hover-track-color: #ffd54f;
  --mdc-switch-selected-pressed-track-color: #ffd54f;
  --mdc-switch-selected-track-color: #ffd54f;
}
body.theme-default .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
body.theme-default {
  --mdc-switch-state-layer-size: 40px;
}
body.theme-default {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
body.theme-default .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
}
body.theme-default .mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #3f51b5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffc107;
  --mdc-radio-selected-hover-icon-color: #ffc107;
  --mdc-radio-selected-icon-color: #ffc107;
  --mdc-radio-selected-pressed-icon-color: #ffc107;
}
body.theme-default .mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ffc107;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.theme-default .mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-default {
  --mat-radio-touch-target-display: block;
}
body.theme-default {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}
body.theme-default {
  --mdc-slider-handle-color: #3f51b5;
  --mdc-slider-focus-handle-color: #3f51b5;
  --mdc-slider-hover-handle-color: #3f51b5;
  --mdc-slider-active-track-color: #3f51b5;
  --mdc-slider-inactive-track-color: #3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
}
body.theme-default {
  --mat-slider-ripple-color: #3f51b5;
  --mat-slider-hover-state-layer-color: rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color: rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
body.theme-default .mat-accent {
  --mdc-slider-handle-color: #ffc107;
  --mdc-slider-focus-handle-color: #ffc107;
  --mdc-slider-hover-handle-color: #ffc107;
  --mdc-slider-active-track-color: #ffc107;
  --mdc-slider-inactive-track-color: #ffc107;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffc107;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
body.theme-default .mat-accent {
  --mat-slider-ripple-color: #ffc107;
  --mat-slider-hover-state-layer-color: rgba(255, 193, 7, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 193, 7, 0.2);
}
body.theme-default .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
body.theme-default .mat-warn {
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}
body.theme-default {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
body.theme-default {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}
body.theme-default {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
body.theme-default .mdc-list-item__start,
body.theme-default .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5;
}
body.theme-default .mat-accent .mdc-list-item__start,
body.theme-default .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffc107;
  --mdc-radio-selected-hover-icon-color: #ffc107;
  --mdc-radio-selected-icon-color: #ffc107;
  --mdc-radio-selected-pressed-icon-color: #ffc107;
}
body.theme-default .mat-warn .mdc-list-item__start,
body.theme-default .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.theme-default .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ffc107;
  --mdc-checkbox-selected-hover-icon-color: #ffc107;
  --mdc-checkbox-selected-icon-color: #ffc107;
  --mdc-checkbox-selected-pressed-icon-color: #ffc107;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ffc107;
  --mdc-checkbox-selected-hover-state-layer-color: #ffc107;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffc107;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
body.theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.theme-default {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
body.theme-default {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
body.theme-default .mdc-list-item__start,
body.theme-default .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
body.theme-default .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.theme-default {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
body.theme-default {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-default {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
body.theme-default {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
body.theme-default .mat-mdc-tab-group,
body.theme-default .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3f51b5;
}
body.theme-default .mat-mdc-tab-group,
body.theme-default .mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #3f51b5;
  --mat-tab-header-active-ripple-color: #3f51b5;
  --mat-tab-header-inactive-ripple-color: #3f51b5;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #3f51b5;
  --mat-tab-header-active-hover-label-text-color: #3f51b5;
  --mat-tab-header-active-focus-indicator-color: #3f51b5;
  --mat-tab-header-active-hover-indicator-color: #3f51b5;
}
body.theme-default .mat-mdc-tab-group.mat-accent,
body.theme-default .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ffc107;
}
body.theme-default .mat-mdc-tab-group.mat-accent,
body.theme-default .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ffc107;
  --mat-tab-header-active-ripple-color: #ffc107;
  --mat-tab-header-inactive-ripple-color: #ffc107;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ffc107;
  --mat-tab-header-active-hover-label-text-color: #ffc107;
  --mat-tab-header-active-focus-indicator-color: #ffc107;
  --mat-tab-header-active-hover-indicator-color: #ffc107;
}
body.theme-default .mat-mdc-tab-group.mat-warn,
body.theme-default .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
}
body.theme-default .mat-mdc-tab-group.mat-warn,
body.theme-default .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body.theme-default .mat-mdc-tab-group.mat-background-primary,
body.theme-default .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3f51b5;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .mat-mdc-tab-group.mat-background-accent,
body.theme-default .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ffc107;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .mat-mdc-tab-group.mat-background-warn,
body.theme-default .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-default .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-default {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
body.theme-default {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ffc107;
  --mdc-checkbox-selected-hover-icon-color: #ffc107;
  --mdc-checkbox-selected-icon-color: #ffc107;
  --mdc-checkbox-selected-pressed-icon-color: #ffc107;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ffc107;
  --mdc-checkbox-selected-hover-state-layer-color: #ffc107;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffc107;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.theme-default {
  --mdc-checkbox-state-layer-size: 40px;
}
body.theme-default {
  --mat-checkbox-touch-target-display: block;
}
body.theme-default {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
body.theme-default {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
body.theme-default {
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
body.theme-default {
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
}
body.theme-default {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
body.theme-default {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
body.theme-default {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}
body.theme-default {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
body.theme-default {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
body.theme-default {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
body.theme-default {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
body.theme-default {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
body.theme-default {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
body.theme-default {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
body.theme-default .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3f51b5;
}
body.theme-default .mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #3f51b5;
  --mat-text-button-ripple-color: rgba(63, 81, 181, 0.1);
}
body.theme-default .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffc107;
}
body.theme-default .mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #ffc107;
  --mat-text-button-ripple-color: rgba(255, 193, 7, 0.1);
}
body.theme-default .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
body.theme-default .mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3f51b5;
  --mdc-filled-button-label-text-color: white;
}
body.theme-default .mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ffc107;
  --mdc-filled-button-label-text-color: white;
}
body.theme-default .mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
}
body.theme-default .mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3f51b5;
  --mdc-protected-button-label-text-color: white;
}
body.theme-default .mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ffc107;
  --mdc-protected-button-label-text-color: white;
}
body.theme-default .mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
}
body.theme-default .mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3f51b5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #3f51b5;
  --mat-outlined-button-ripple-color: rgba(63, 81, 181, 0.1);
}
body.theme-default .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffc107;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #ffc107;
  --mat-outlined-button-ripple-color: rgba(255, 193, 7, 0.1);
}
body.theme-default .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default {
  --mdc-text-button-container-height: 36px;
}
body.theme-default {
  --mdc-filled-button-container-height: 36px;
}
body.theme-default {
  --mdc-protected-button-container-height: 36px;
}
body.theme-default {
  --mdc-outlined-button-container-height: 36px;
}
body.theme-default {
  --mat-text-button-touch-target-display: block;
}
body.theme-default {
  --mat-filled-button-touch-target-display: block;
}
body.theme-default {
  --mat-protected-button-touch-target-display: block;
}
body.theme-default {
  --mat-outlined-button-touch-target-display: block;
}
body.theme-default {
  --mdc-icon-button-icon-size: 24px;
}
body.theme-default {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
body.theme-default {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
body.theme-default .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3f51b5;
}
body.theme-default .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: rgba(63, 81, 181, 0.1);
}
body.theme-default .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffc107;
}
body.theme-default .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #ffc107;
  --mat-icon-button-ripple-color: rgba(255, 193, 7, 0.1);
}
body.theme-default .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
body.theme-default .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-default {
  --mat-icon-button-touch-target-display: block;
}
body.theme-default .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.theme-default {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mdc-fab-container-color: white;
}
body.theme-default {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
body.theme-default {
  --mdc-fab-small-container-color: white;
}
body.theme-default {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3f51b5;
}
body.theme-default .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #ffc107;
}
body.theme-default .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
}
body.theme-default .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3f51b5;
}
body.theme-default .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #ffc107;
}
body.theme-default .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
}
body.theme-default .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-default {
  --mat-fab-touch-target-display: block;
}
body.theme-default {
  --mat-fab-small-touch-target-display: block;
}
body.theme-default {
  --mdc-snackbar-container-shape: 4px;
}
body.theme-default {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
body.theme-default {
  --mat-snack-bar-button-color: #ffc107;
}
body.theme-default {
  --mat-table-row-item-outline-width: 1px;
}
body.theme-default {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
body.theme-default {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
body.theme-default {
  --mdc-circular-progress-active-indicator-color: #3f51b5;
}
body.theme-default .mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffc107;
}
body.theme-default .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body.theme-default {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
body.theme-default {
  --mat-badge-background-color: #3f51b5;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-badge-accent {
  --mat-badge-background-color: #ffc107;
  --mat-badge-text-color: white;
}
body.theme-default .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body.theme-default {
  --mat-bottom-sheet-container-shape: 4px;
}
body.theme-default {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
body.theme-default {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
body.theme-default {
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}
body.theme-default {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
}
body.theme-default {
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: rgb(224.4, 224.4, 224.4);
}
body.theme-default {
  --mat-standard-button-toggle-height: 48px;
}
body.theme-default {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ffc107;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 193, 7, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 193, 7, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 193, 7, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 193, 7, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
body.theme-default .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
body.theme-default .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ffc107;
}
body.theme-default .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body.theme-default .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.theme-default .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.theme-default {
  --mat-divider-width: 1px;
}
body.theme-default {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
body.theme-default {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
body.theme-default {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
body.theme-default {
  --mat-icon-color: inherit;
}
body.theme-default .mat-icon.mat-primary {
  --mat-icon-color: #3f51b5;
}
body.theme-default .mat-icon.mat-accent {
  --mat-icon-color: #ffc107;
}
body.theme-default .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body.theme-default {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
body.theme-default {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
body.theme-default {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
body.theme-default .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ffc107;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ffc107;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ffc107;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-default {
  --mat-stepper-header-height: 72px;
}
body.theme-default {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}
body.theme-default {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ffc107;
  --mat-toolbar-container-text-color: white;
}
body.theme-default .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body.theme-default {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
body.theme-default {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
body.theme-default {
  --mat-tree-node-min-height: 48px;
}
body.theme-default {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-default {
  --mat-timepicker-container-background-color: white;
}
body.theme-default {
  color: rgba(0, 0, 0, 0.87);
  background: #F5F5F5;
}
body.theme-default .secondary-text {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .icon,
body.theme-default i {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .hint-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .disabled-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .fade-text,
body.theme-default .divider {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-default .fuse-card {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .fuse-card .card-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default .avatar {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .form-wrapper {
  background-color: white;
}
body.theme-default .navigation-simple .item.selected {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .navigation-simple .subheader {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default .simple-pagination {
  background: white;
}
body.theme-default .simple-pagination .pagination-item {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .simple-pagination .pagination-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .simple-pagination .pagination-item.disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .price-tables .price-table {
  background: white;
}
body.theme-default .price-tables .price-table.style-1 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-1 .price .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-2 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-2 .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .package-type .subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .terms {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .note {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .simple-table-container {
  background: white;
}
body.theme-default table.simple thead tr th {
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default table.simple tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default table.simple.clickable tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .page-layout.carded.fullwidth > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-default .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .page-layout.carded.left-sidebar > .center > .content-card,
body.theme-default .page-layout.carded.right-sidebar > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-default .page-layout.carded.left-sidebar > .center > .content-card > .toolbar,
body.theme-default .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .page-layout.simple.left-sidebar > .center > .content,
body.theme-default .page-layout.simple.right-sidebar > .center > .content {
  background: white;
}
body.theme-default .page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content,
body.theme-default .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: white;
}
body.theme-default code:not(.highlight) {
  background-color: #f5f5f5;
}
body.theme-default .changelog .entry {
  background-color: white;
}
body.theme-default .text-boxed {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default fuse-countdown .fuse-countdown .time .title {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .fuse-search-bar.expanded {
  background-color: #fafafa;
}
body.theme-default #fuse-shortcuts.show-mobile-panel {
  background-color: #fafafa;
}
body.theme-default fuse-sidebar {
  background: #fafafa;
}
body.theme-default .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-default .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-default fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default fuse-theme-options .theme-options-panel form .group h2 {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .fuse-material-color-picker-menu .mat-mdc-menu-content .views {
  background: #303030;
}
body.theme-default fuse-widget > .fuse-widget-front,
body.theme-default fuse-widget > .fuse-widget-back {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default ngx-datatable.material {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default ngx-datatable.material .datatable-header .datatable-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default ngx-datatable.material .datatable-body .datatable-row-wrapper {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default ngx-datatable.material .datatable-body .datatable-row-wrapper:first-child {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-default ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default ngx-datatable.material .datatable-footer {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default ngx-datatable.material .datatable-footer .datatable-pager a {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default toolbar .toolbar-separator {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-default .primary-50-bg {
  background-color: #e8eaf6 !important;
}
body.theme-default .primary-50 {
  background-color: #e8eaf6 !important;
  color: #000 !important;
}
body.theme-default .primary-50[disabled] {
  background-color: rgba(232, 234, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .primary-50-fg {
  color: #e8eaf6 !important;
}
body.theme-default .primary-50-border {
  border-color: #e8eaf6 !important;
}
body.theme-default .primary-50-border-top {
  border-top-color: #e8eaf6 !important;
}
body.theme-default .primary-50-border-right {
  border-right-color: #e8eaf6 !important;
}
body.theme-default .primary-50-border-bottom {
  border-bottom-color: #e8eaf6 !important;
}
body.theme-default .primary-50-border-left {
  border-left-color: #e8eaf6 !important;
}
body.theme-default .primary-100-bg {
  background-color: #c5cae9 !important;
}
body.theme-default .primary-100 {
  background-color: #c5cae9 !important;
  color: #000 !important;
}
body.theme-default .primary-100[disabled] {
  background-color: rgba(197, 202, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .primary-100-fg {
  color: #c5cae9 !important;
}
body.theme-default .primary-100-border {
  border-color: #c5cae9 !important;
}
body.theme-default .primary-100-border-top {
  border-top-color: #c5cae9 !important;
}
body.theme-default .primary-100-border-right {
  border-right-color: #c5cae9 !important;
}
body.theme-default .primary-100-border-bottom {
  border-bottom-color: #c5cae9 !important;
}
body.theme-default .primary-100-border-left {
  border-left-color: #c5cae9 !important;
}
body.theme-default .primary-200-bg {
  background-color: #9fa8da !important;
}
body.theme-default .primary-200 {
  background-color: #9fa8da !important;
  color: #000 !important;
}
body.theme-default .primary-200[disabled] {
  background-color: rgba(159, 168, 218, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .primary-200-fg {
  color: #9fa8da !important;
}
body.theme-default .primary-200-border {
  border-color: #9fa8da !important;
}
body.theme-default .primary-200-border-top {
  border-top-color: #9fa8da !important;
}
body.theme-default .primary-200-border-right {
  border-right-color: #9fa8da !important;
}
body.theme-default .primary-200-border-bottom {
  border-bottom-color: #9fa8da !important;
}
body.theme-default .primary-200-border-left {
  border-left-color: #9fa8da !important;
}
body.theme-default .primary-300-bg {
  background-color: #7986cb !important;
}
body.theme-default .primary-300 {
  background-color: #7986cb !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .primary-300[disabled] {
  background-color: rgba(121, 134, 203, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-300-fg {
  color: #7986cb !important;
}
body.theme-default .primary-300-border {
  border-color: #7986cb !important;
}
body.theme-default .primary-300-border-top {
  border-top-color: #7986cb !important;
}
body.theme-default .primary-300-border-right {
  border-right-color: #7986cb !important;
}
body.theme-default .primary-300-border-bottom {
  border-bottom-color: #7986cb !important;
}
body.theme-default .primary-300-border-left {
  border-left-color: #7986cb !important;
}
body.theme-default .primary-400-bg {
  background-color: #5c6bc0 !important;
}
body.theme-default .primary-400 {
  background-color: #5c6bc0 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .primary-400[disabled] {
  background-color: rgba(92, 107, 192, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-400-fg {
  color: #5c6bc0 !important;
}
body.theme-default .primary-400-border {
  border-color: #5c6bc0 !important;
}
body.theme-default .primary-400-border-top {
  border-top-color: #5c6bc0 !important;
}
body.theme-default .primary-400-border-right {
  border-right-color: #5c6bc0 !important;
}
body.theme-default .primary-400-border-bottom {
  border-bottom-color: #5c6bc0 !important;
}
body.theme-default .primary-400-border-left {
  border-left-color: #5c6bc0 !important;
}
body.theme-default .primary-500-bg {
  background-color: #3f51b5 !important;
}
body.theme-default .primary-500 {
  background-color: #3f51b5 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .primary-500[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-500-fg {
  color: #3f51b5 !important;
}
body.theme-default .primary-500-border {
  border-color: #3f51b5 !important;
}
body.theme-default .primary-500-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-default .primary-500-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-default .primary-500-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-default .primary-500-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-default .primary-600-bg {
  background-color: #3949ab !important;
}
body.theme-default .primary-600 {
  background-color: #3949ab !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .primary-600[disabled] {
  background-color: rgba(57, 73, 171, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-600-fg {
  color: #3949ab !important;
}
body.theme-default .primary-600-border {
  border-color: #3949ab !important;
}
body.theme-default .primary-600-border-top {
  border-top-color: #3949ab !important;
}
body.theme-default .primary-600-border-right {
  border-right-color: #3949ab !important;
}
body.theme-default .primary-600-border-bottom {
  border-bottom-color: #3949ab !important;
}
body.theme-default .primary-600-border-left {
  border-left-color: #3949ab !important;
}
body.theme-default .primary-700-bg {
  background-color: #303f9f !important;
}
body.theme-default .primary-700 {
  background-color: #303f9f !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .primary-700[disabled] {
  background-color: rgba(48, 63, 159, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-700-fg {
  color: #303f9f !important;
}
body.theme-default .primary-700-border {
  border-color: #303f9f !important;
}
body.theme-default .primary-700-border-top {
  border-top-color: #303f9f !important;
}
body.theme-default .primary-700-border-right {
  border-right-color: #303f9f !important;
}
body.theme-default .primary-700-border-bottom {
  border-bottom-color: #303f9f !important;
}
body.theme-default .primary-700-border-left {
  border-left-color: #303f9f !important;
}
body.theme-default .primary-800-bg {
  background-color: #283593 !important;
}
body.theme-default .primary-800 {
  background-color: #283593 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .primary-800[disabled] {
  background-color: rgba(40, 53, 147, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-800-fg {
  color: #283593 !important;
}
body.theme-default .primary-800-border {
  border-color: #283593 !important;
}
body.theme-default .primary-800-border-top {
  border-top-color: #283593 !important;
}
body.theme-default .primary-800-border-right {
  border-right-color: #283593 !important;
}
body.theme-default .primary-800-border-bottom {
  border-bottom-color: #283593 !important;
}
body.theme-default .primary-800-border-left {
  border-left-color: #283593 !important;
}
body.theme-default .primary-900-bg {
  background-color: #1a237e !important;
}
body.theme-default .primary-900 {
  background-color: #1a237e !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .primary-900[disabled] {
  background-color: rgba(26, 35, 126, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-900-fg {
  color: #1a237e !important;
}
body.theme-default .primary-900-border {
  border-color: #1a237e !important;
}
body.theme-default .primary-900-border-top {
  border-top-color: #1a237e !important;
}
body.theme-default .primary-900-border-right {
  border-right-color: #1a237e !important;
}
body.theme-default .primary-900-border-bottom {
  border-bottom-color: #1a237e !important;
}
body.theme-default .primary-900-border-left {
  border-left-color: #1a237e !important;
}
body.theme-default .primary-A100-bg {
  background-color: #8c9eff !important;
}
body.theme-default .primary-A100 {
  background-color: #8c9eff !important;
  color: #000 !important;
}
body.theme-default .primary-A100[disabled] {
  background-color: rgba(140, 158, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .primary-A100-fg {
  color: #8c9eff !important;
}
body.theme-default .primary-A100-border {
  border-color: #8c9eff !important;
}
body.theme-default .primary-A100-border-top {
  border-top-color: #8c9eff !important;
}
body.theme-default .primary-A100-border-right {
  border-right-color: #8c9eff !important;
}
body.theme-default .primary-A100-border-bottom {
  border-bottom-color: #8c9eff !important;
}
body.theme-default .primary-A100-border-left {
  border-left-color: #8c9eff !important;
}
body.theme-default .primary-A200-bg {
  background-color: #536dfe !important;
}
body.theme-default .primary-A200 {
  background-color: #536dfe !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .primary-A200[disabled] {
  background-color: rgba(83, 109, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-A200-fg {
  color: #536dfe !important;
}
body.theme-default .primary-A200-border {
  border-color: #536dfe !important;
}
body.theme-default .primary-A200-border-top {
  border-top-color: #536dfe !important;
}
body.theme-default .primary-A200-border-right {
  border-right-color: #536dfe !important;
}
body.theme-default .primary-A200-border-bottom {
  border-bottom-color: #536dfe !important;
}
body.theme-default .primary-A200-border-left {
  border-left-color: #536dfe !important;
}
body.theme-default .primary-A400-bg {
  background-color: #3d5afe !important;
}
body.theme-default .primary-A400 {
  background-color: #3d5afe !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .primary-A400[disabled] {
  background-color: rgba(61, 90, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-A400-fg {
  color: #3d5afe !important;
}
body.theme-default .primary-A400-border {
  border-color: #3d5afe !important;
}
body.theme-default .primary-A400-border-top {
  border-top-color: #3d5afe !important;
}
body.theme-default .primary-A400-border-right {
  border-right-color: #3d5afe !important;
}
body.theme-default .primary-A400-border-bottom {
  border-bottom-color: #3d5afe !important;
}
body.theme-default .primary-A400-border-left {
  border-left-color: #3d5afe !important;
}
body.theme-default .primary-A700-bg {
  background-color: #304ffe !important;
}
body.theme-default .primary-A700 {
  background-color: #304ffe !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .primary-A700[disabled] {
  background-color: rgba(48, 79, 254, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-A700-fg {
  color: #304ffe !important;
}
body.theme-default .primary-A700-border {
  border-color: #304ffe !important;
}
body.theme-default .primary-A700-border-top {
  border-top-color: #304ffe !important;
}
body.theme-default .primary-A700-border-right {
  border-right-color: #304ffe !important;
}
body.theme-default .primary-A700-border-bottom {
  border-bottom-color: #304ffe !important;
}
body.theme-default .primary-A700-border-left {
  border-left-color: #304ffe !important;
}
body.theme-default .primary-bg {
  background-color: #3f51b5 !important;
}
body.theme-default .primary {
  background-color: #3f51b5 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .primary[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-fg {
  color: #3f51b5 !important;
}
body.theme-default .primary-border {
  border-color: #3f51b5 !important;
}
body.theme-default .primary-border-top {
  border-top-color: #3f51b5 !important;
}
body.theme-default .primary-border-right {
  border-right-color: #3f51b5 !important;
}
body.theme-default .primary-border-bottom {
  border-bottom-color: #3f51b5 !important;
}
body.theme-default .primary-border-left {
  border-left-color: #3f51b5 !important;
}
body.theme-default .accent-50-bg {
  background-color: #fff8e1 !important;
}
body.theme-default .accent-50 {
  background-color: #fff8e1 !important;
  color: #000 !important;
}
body.theme-default .accent-50[disabled] {
  background-color: rgba(255, 248, 225, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .accent-50-fg {
  color: #fff8e1 !important;
}
body.theme-default .accent-50-border {
  border-color: #fff8e1 !important;
}
body.theme-default .accent-50-border-top {
  border-top-color: #fff8e1 !important;
}
body.theme-default .accent-50-border-right {
  border-right-color: #fff8e1 !important;
}
body.theme-default .accent-50-border-bottom {
  border-bottom-color: #fff8e1 !important;
}
body.theme-default .accent-50-border-left {
  border-left-color: #fff8e1 !important;
}
body.theme-default .accent-100-bg {
  background-color: #ffecb3 !important;
}
body.theme-default .accent-100 {
  background-color: #ffecb3 !important;
  color: #000 !important;
}
body.theme-default .accent-100[disabled] {
  background-color: rgba(255, 236, 179, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .accent-100-fg {
  color: #ffecb3 !important;
}
body.theme-default .accent-100-border {
  border-color: #ffecb3 !important;
}
body.theme-default .accent-100-border-top {
  border-top-color: #ffecb3 !important;
}
body.theme-default .accent-100-border-right {
  border-right-color: #ffecb3 !important;
}
body.theme-default .accent-100-border-bottom {
  border-bottom-color: #ffecb3 !important;
}
body.theme-default .accent-100-border-left {
  border-left-color: #ffecb3 !important;
}
body.theme-default .accent-200-bg {
  background-color: #ffe082 !important;
}
body.theme-default .accent-200 {
  background-color: #ffe082 !important;
  color: #000 !important;
}
body.theme-default .accent-200[disabled] {
  background-color: rgba(255, 224, 130, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .accent-200-fg {
  color: #ffe082 !important;
}
body.theme-default .accent-200-border {
  border-color: #ffe082 !important;
}
body.theme-default .accent-200-border-top {
  border-top-color: #ffe082 !important;
}
body.theme-default .accent-200-border-right {
  border-right-color: #ffe082 !important;
}
body.theme-default .accent-200-border-bottom {
  border-bottom-color: #ffe082 !important;
}
body.theme-default .accent-200-border-left {
  border-left-color: #ffe082 !important;
}
body.theme-default .accent-300-bg {
  background-color: #ffd54f !important;
}
body.theme-default .accent-300 {
  background-color: #ffd54f !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .accent-300[disabled] {
  background-color: rgba(255, 213, 79, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-300-fg {
  color: #ffd54f !important;
}
body.theme-default .accent-300-border {
  border-color: #ffd54f !important;
}
body.theme-default .accent-300-border-top {
  border-top-color: #ffd54f !important;
}
body.theme-default .accent-300-border-right {
  border-right-color: #ffd54f !important;
}
body.theme-default .accent-300-border-bottom {
  border-bottom-color: #ffd54f !important;
}
body.theme-default .accent-300-border-left {
  border-left-color: #ffd54f !important;
}
body.theme-default .accent-400-bg {
  background-color: #ffca28 !important;
}
body.theme-default .accent-400 {
  background-color: #ffca28 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .accent-400[disabled] {
  background-color: rgba(255, 202, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-400-fg {
  color: #ffca28 !important;
}
body.theme-default .accent-400-border {
  border-color: #ffca28 !important;
}
body.theme-default .accent-400-border-top {
  border-top-color: #ffca28 !important;
}
body.theme-default .accent-400-border-right {
  border-right-color: #ffca28 !important;
}
body.theme-default .accent-400-border-bottom {
  border-bottom-color: #ffca28 !important;
}
body.theme-default .accent-400-border-left {
  border-left-color: #ffca28 !important;
}
body.theme-default .accent-500-bg {
  background-color: #ffc107 !important;
}
body.theme-default .accent-500 {
  background-color: #ffc107 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .accent-500[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-500-fg {
  color: #ffc107 !important;
}
body.theme-default .accent-500-border {
  border-color: #ffc107 !important;
}
body.theme-default .accent-500-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-default .accent-500-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-default .accent-500-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-default .accent-500-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-default .accent-600-bg {
  background-color: #ffb300 !important;
}
body.theme-default .accent-600 {
  background-color: #ffb300 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .accent-600[disabled] {
  background-color: rgba(255, 179, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-600-fg {
  color: #ffb300 !important;
}
body.theme-default .accent-600-border {
  border-color: #ffb300 !important;
}
body.theme-default .accent-600-border-top {
  border-top-color: #ffb300 !important;
}
body.theme-default .accent-600-border-right {
  border-right-color: #ffb300 !important;
}
body.theme-default .accent-600-border-bottom {
  border-bottom-color: #ffb300 !important;
}
body.theme-default .accent-600-border-left {
  border-left-color: #ffb300 !important;
}
body.theme-default .accent-700-bg {
  background-color: #ffa000 !important;
}
body.theme-default .accent-700 {
  background-color: #ffa000 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .accent-700[disabled] {
  background-color: rgba(255, 160, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-700-fg {
  color: #ffa000 !important;
}
body.theme-default .accent-700-border {
  border-color: #ffa000 !important;
}
body.theme-default .accent-700-border-top {
  border-top-color: #ffa000 !important;
}
body.theme-default .accent-700-border-right {
  border-right-color: #ffa000 !important;
}
body.theme-default .accent-700-border-bottom {
  border-bottom-color: #ffa000 !important;
}
body.theme-default .accent-700-border-left {
  border-left-color: #ffa000 !important;
}
body.theme-default .accent-800-bg {
  background-color: #ff8f00 !important;
}
body.theme-default .accent-800 {
  background-color: #ff8f00 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .accent-800[disabled] {
  background-color: rgba(255, 143, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-800-fg {
  color: #ff8f00 !important;
}
body.theme-default .accent-800-border {
  border-color: #ff8f00 !important;
}
body.theme-default .accent-800-border-top {
  border-top-color: #ff8f00 !important;
}
body.theme-default .accent-800-border-right {
  border-right-color: #ff8f00 !important;
}
body.theme-default .accent-800-border-bottom {
  border-bottom-color: #ff8f00 !important;
}
body.theme-default .accent-800-border-left {
  border-left-color: #ff8f00 !important;
}
body.theme-default .accent-900-bg {
  background-color: #ff6f00 !important;
}
body.theme-default .accent-900 {
  background-color: #ff6f00 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .accent-900[disabled] {
  background-color: rgba(255, 111, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-900-fg {
  color: #ff6f00 !important;
}
body.theme-default .accent-900-border {
  border-color: #ff6f00 !important;
}
body.theme-default .accent-900-border-top {
  border-top-color: #ff6f00 !important;
}
body.theme-default .accent-900-border-right {
  border-right-color: #ff6f00 !important;
}
body.theme-default .accent-900-border-bottom {
  border-bottom-color: #ff6f00 !important;
}
body.theme-default .accent-900-border-left {
  border-left-color: #ff6f00 !important;
}
body.theme-default .accent-A100-bg {
  background-color: #ff357f !important;
}
body.theme-default .accent-A100 {
  background-color: #ff357f !important;
  color: #000 !important;
}
body.theme-default .accent-A100[disabled] {
  background-color: rgba(255, 53, 127, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .accent-A100-fg {
  color: #ff357f !important;
}
body.theme-default .accent-A100-border {
  border-color: #ff357f !important;
}
body.theme-default .accent-A100-border-top {
  border-top-color: #ff357f !important;
}
body.theme-default .accent-A100-border-right {
  border-right-color: #ff357f !important;
}
body.theme-default .accent-A100-border-bottom {
  border-bottom-color: #ff357f !important;
}
body.theme-default .accent-A100-border-left {
  border-left-color: #ff357f !important;
}
body.theme-default .accent-A200-bg {
  background-color: #ffd740 !important;
}
body.theme-default .accent-A200 {
  background-color: #ffd740 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .accent-A200[disabled] {
  background-color: rgba(255, 215, 64, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-A200-fg {
  color: #ffd740 !important;
}
body.theme-default .accent-A200-border {
  border-color: #ffd740 !important;
}
body.theme-default .accent-A200-border-top {
  border-top-color: #ffd740 !important;
}
body.theme-default .accent-A200-border-right {
  border-right-color: #ffd740 !important;
}
body.theme-default .accent-A200-border-bottom {
  border-bottom-color: #ffd740 !important;
}
body.theme-default .accent-A200-border-left {
  border-left-color: #ffd740 !important;
}
body.theme-default .accent-A400-bg {
  background-color: #ffc400 !important;
}
body.theme-default .accent-A400 {
  background-color: #ffc400 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .accent-A400[disabled] {
  background-color: rgba(255, 196, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-A400-fg {
  color: #ffc400 !important;
}
body.theme-default .accent-A400-border {
  border-color: #ffc400 !important;
}
body.theme-default .accent-A400-border-top {
  border-top-color: #ffc400 !important;
}
body.theme-default .accent-A400-border-right {
  border-right-color: #ffc400 !important;
}
body.theme-default .accent-A400-border-bottom {
  border-bottom-color: #ffc400 !important;
}
body.theme-default .accent-A400-border-left {
  border-left-color: #ffc400 !important;
}
body.theme-default .accent-A700-bg {
  background-color: #ffab00 !important;
}
body.theme-default .accent-A700 {
  background-color: #ffab00 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .accent-A700[disabled] {
  background-color: rgba(255, 171, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-A700-fg {
  color: #ffab00 !important;
}
body.theme-default .accent-A700-border {
  border-color: #ffab00 !important;
}
body.theme-default .accent-A700-border-top {
  border-top-color: #ffab00 !important;
}
body.theme-default .accent-A700-border-right {
  border-right-color: #ffab00 !important;
}
body.theme-default .accent-A700-border-bottom {
  border-bottom-color: #ffab00 !important;
}
body.theme-default .accent-A700-border-left {
  border-left-color: #ffab00 !important;
}
body.theme-default .accent-bg {
  background-color: #ffc107 !important;
}
body.theme-default .accent {
  background-color: #ffc107 !important;
  color: rgb(255, 255, 255) !important;
}
body.theme-default .accent[disabled] {
  background-color: rgba(255, 193, 7, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-fg {
  color: #ffc107 !important;
}
body.theme-default .accent-border {
  border-color: #ffc107 !important;
}
body.theme-default .accent-border-top {
  border-top-color: #ffc107 !important;
}
body.theme-default .accent-border-right {
  border-right-color: #ffc107 !important;
}
body.theme-default .accent-border-bottom {
  border-bottom-color: #ffc107 !important;
}
body.theme-default .accent-border-left {
  border-left-color: #ffc107 !important;
}
body.theme-default .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .warn-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-50-fg {
  color: #ffebee !important;
}
body.theme-default .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-default .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .warn-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .warn-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .warn-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-300-fg {
  color: #e57373 !important;
}
body.theme-default .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-default .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .warn-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-default .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .warn-500 {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-500-fg {
  color: #f44336 !important;
}
body.theme-default .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-default .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .warn-600 {
  background-color: #e53935 !important;
  color: white !important;
}
body.theme-default .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-600-fg {
  color: #e53935 !important;
}
body.theme-default .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-default .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .warn-700 {
  background-color: #d32f2f !important;
  color: white !important;
}
body.theme-default .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-default .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .warn-800 {
  background-color: #c62828 !important;
  color: white !important;
}
body.theme-default .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-800-fg {
  color: #c62828 !important;
}
body.theme-default .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-default .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .warn-900 {
  background-color: #b71c1c !important;
  color: white !important;
}
body.theme-default .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-default .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .warn-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .warn-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}
body.theme-default .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .warn-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}
body.theme-default .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .warn-A700 {
  background-color: #d50000 !important;
  color: white !important;
}
body.theme-default .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-default .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .warn-bg {
  background-color: #f44336 !important;
}
body.theme-default .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-fg {
  color: #f44336 !important;
}
body.theme-default .warn-border {
  border-color: #f44336 !important;
}
body.theme-default .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .primary-50 i,
body.theme-default .primary-50 .icon,
body.theme-default .primary-100 i,
body.theme-default .primary-100 .icon,
body.theme-default .primary-200 i,
body.theme-default .primary-200 .icon,
body.theme-default .primary-A100 i,
body.theme-default .primary-A100 .icon,
body.theme-default .accent-50 i,
body.theme-default .accent-50 .icon,
body.theme-default .accent-100 i,
body.theme-default .accent-100 .icon,
body.theme-default .accent-200 i,
body.theme-default .accent-200 .icon,
body.theme-default .accent-A100 i,
body.theme-default .accent-A100 .icon,
body.theme-default .warn-50 i,
body.theme-default .warn-50 .icon,
body.theme-default .warn-100 i,
body.theme-default .warn-100 .icon,
body.theme-default .warn-200 i,
body.theme-default .warn-200 .icon,
body.theme-default .warn-300 i,
body.theme-default .warn-300 .icon,
body.theme-default .warn-400 i,
body.theme-default .warn-400 .icon,
body.theme-default .warn-A100 i,
body.theme-default .warn-A100 .icon {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .primary-50.secondary-text,
body.theme-default .primary-50 .secondary-text,
body.theme-default .primary-100.secondary-text,
body.theme-default .primary-100 .secondary-text,
body.theme-default .primary-200.secondary-text,
body.theme-default .primary-200 .secondary-text,
body.theme-default .primary-A100.secondary-text,
body.theme-default .primary-A100 .secondary-text,
body.theme-default .accent-50.secondary-text,
body.theme-default .accent-50 .secondary-text,
body.theme-default .accent-100.secondary-text,
body.theme-default .accent-100 .secondary-text,
body.theme-default .accent-200.secondary-text,
body.theme-default .accent-200 .secondary-text,
body.theme-default .accent-A100.secondary-text,
body.theme-default .accent-A100 .secondary-text,
body.theme-default .warn-50.secondary-text,
body.theme-default .warn-50 .secondary-text,
body.theme-default .warn-100.secondary-text,
body.theme-default .warn-100 .secondary-text,
body.theme-default .warn-200.secondary-text,
body.theme-default .warn-200 .secondary-text,
body.theme-default .warn-300.secondary-text,
body.theme-default .warn-300 .secondary-text,
body.theme-default .warn-400.secondary-text,
body.theme-default .warn-400 .secondary-text,
body.theme-default .warn-A100.secondary-text,
body.theme-default .warn-A100 .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
body.theme-default .primary-50.hint-text,
body.theme-default .primary-50 .hint-text,
body.theme-default .primary-50.disabled-text,
body.theme-default .primary-50 .disabled-text,
body.theme-default .primary-100.hint-text,
body.theme-default .primary-100 .hint-text,
body.theme-default .primary-100.disabled-text,
body.theme-default .primary-100 .disabled-text,
body.theme-default .primary-200.hint-text,
body.theme-default .primary-200 .hint-text,
body.theme-default .primary-200.disabled-text,
body.theme-default .primary-200 .disabled-text,
body.theme-default .primary-A100.hint-text,
body.theme-default .primary-A100 .hint-text,
body.theme-default .primary-A100.disabled-text,
body.theme-default .primary-A100 .disabled-text,
body.theme-default .accent-50.hint-text,
body.theme-default .accent-50 .hint-text,
body.theme-default .accent-50.disabled-text,
body.theme-default .accent-50 .disabled-text,
body.theme-default .accent-100.hint-text,
body.theme-default .accent-100 .hint-text,
body.theme-default .accent-100.disabled-text,
body.theme-default .accent-100 .disabled-text,
body.theme-default .accent-200.hint-text,
body.theme-default .accent-200 .hint-text,
body.theme-default .accent-200.disabled-text,
body.theme-default .accent-200 .disabled-text,
body.theme-default .accent-A100.hint-text,
body.theme-default .accent-A100 .hint-text,
body.theme-default .accent-A100.disabled-text,
body.theme-default .accent-A100 .disabled-text,
body.theme-default .warn-50.hint-text,
body.theme-default .warn-50 .hint-text,
body.theme-default .warn-50.disabled-text,
body.theme-default .warn-50 .disabled-text,
body.theme-default .warn-100.hint-text,
body.theme-default .warn-100 .hint-text,
body.theme-default .warn-100.disabled-text,
body.theme-default .warn-100 .disabled-text,
body.theme-default .warn-200.hint-text,
body.theme-default .warn-200 .hint-text,
body.theme-default .warn-200.disabled-text,
body.theme-default .warn-200 .disabled-text,
body.theme-default .warn-300.hint-text,
body.theme-default .warn-300 .hint-text,
body.theme-default .warn-300.disabled-text,
body.theme-default .warn-300 .disabled-text,
body.theme-default .warn-400.hint-text,
body.theme-default .warn-400 .hint-text,
body.theme-default .warn-400.disabled-text,
body.theme-default .warn-400 .disabled-text,
body.theme-default .warn-A100.hint-text,
body.theme-default .warn-A100 .hint-text,
body.theme-default .warn-A100.disabled-text,
body.theme-default .warn-A100 .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
body.theme-default .primary-50.divider,
body.theme-default .primary-50 .divider,
body.theme-default .primary-100.divider,
body.theme-default .primary-100 .divider,
body.theme-default .primary-200.divider,
body.theme-default .primary-200 .divider,
body.theme-default .primary-A100.divider,
body.theme-default .primary-A100 .divider,
body.theme-default .accent-50.divider,
body.theme-default .accent-50 .divider,
body.theme-default .accent-100.divider,
body.theme-default .accent-100 .divider,
body.theme-default .accent-200.divider,
body.theme-default .accent-200 .divider,
body.theme-default .accent-A100.divider,
body.theme-default .accent-A100 .divider,
body.theme-default .warn-50.divider,
body.theme-default .warn-50 .divider,
body.theme-default .warn-100.divider,
body.theme-default .warn-100 .divider,
body.theme-default .warn-200.divider,
body.theme-default .warn-200 .divider,
body.theme-default .warn-300.divider,
body.theme-default .warn-300 .divider,
body.theme-default .warn-400.divider,
body.theme-default .warn-400 .divider,
body.theme-default .warn-A100.divider,
body.theme-default .warn-A100 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
body.theme-default .primary-50 .mat-ripple-element,
body.theme-default .primary-100 .mat-ripple-element,
body.theme-default .primary-200 .mat-ripple-element,
body.theme-default .primary-A100 .mat-ripple-element,
body.theme-default .accent-50 .mat-ripple-element,
body.theme-default .accent-100 .mat-ripple-element,
body.theme-default .accent-200 .mat-ripple-element,
body.theme-default .accent-A100 .mat-ripple-element,
body.theme-default .warn-50 .mat-ripple-element,
body.theme-default .warn-100 .mat-ripple-element,
body.theme-default .warn-200 .mat-ripple-element,
body.theme-default .warn-300 .mat-ripple-element,
body.theme-default .warn-400 .mat-ripple-element,
body.theme-default .warn-A100 .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
body.theme-default .primary-50 .adaptive-border-color,
body.theme-default .primary-100 .adaptive-border-color,
body.theme-default .primary-200 .adaptive-border-color,
body.theme-default .primary-A100 .adaptive-border-color,
body.theme-default .accent-50 .adaptive-border-color,
body.theme-default .accent-100 .adaptive-border-color,
body.theme-default .accent-200 .adaptive-border-color,
body.theme-default .accent-A100 .adaptive-border-color,
body.theme-default .warn-50 .adaptive-border-color,
body.theme-default .warn-100 .adaptive-border-color,
body.theme-default .warn-200 .adaptive-border-color,
body.theme-default .warn-300 .adaptive-border-color,
body.theme-default .warn-400 .adaptive-border-color,
body.theme-default .warn-A100 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .primary-300 i,
body.theme-default .primary-300 .icon,
body.theme-default .primary-400 i,
body.theme-default .primary-400 .icon,
body.theme-default .primary-500 i,
body.theme-default .primary-500 .icon,
body.theme-default .primary-600 i,
body.theme-default .primary-600 .icon,
body.theme-default .primary-700 i,
body.theme-default .primary-700 .icon,
body.theme-default .primary-800 i,
body.theme-default .primary-800 .icon,
body.theme-default .primary-900 i,
body.theme-default .primary-900 .icon,
body.theme-default .primary-A200 i,
body.theme-default .primary-A200 .icon,
body.theme-default .primary-A400 i,
body.theme-default .primary-A400 .icon,
body.theme-default .primary-A700 i,
body.theme-default .primary-A700 .icon,
body.theme-default .primary i,
body.theme-default .primary .icon,
body.theme-default .accent-300 i,
body.theme-default .accent-300 .icon,
body.theme-default .accent-400 i,
body.theme-default .accent-400 .icon,
body.theme-default .accent-500 i,
body.theme-default .accent-500 .icon,
body.theme-default .accent-600 i,
body.theme-default .accent-600 .icon,
body.theme-default .accent-700 i,
body.theme-default .accent-700 .icon,
body.theme-default .accent-800 i,
body.theme-default .accent-800 .icon,
body.theme-default .accent-900 i,
body.theme-default .accent-900 .icon,
body.theme-default .accent-A200 i,
body.theme-default .accent-A200 .icon,
body.theme-default .accent-A400 i,
body.theme-default .accent-A400 .icon,
body.theme-default .accent-A700 i,
body.theme-default .accent-A700 .icon,
body.theme-default .accent i,
body.theme-default .accent .icon,
body.theme-default .warn-500 i,
body.theme-default .warn-500 .icon,
body.theme-default .warn-600 i,
body.theme-default .warn-600 .icon,
body.theme-default .warn-700 i,
body.theme-default .warn-700 .icon,
body.theme-default .warn-800 i,
body.theme-default .warn-800 .icon,
body.theme-default .warn-900 i,
body.theme-default .warn-900 .icon,
body.theme-default .warn-A200 i,
body.theme-default .warn-A200 .icon,
body.theme-default .warn-A400 i,
body.theme-default .warn-A400 .icon,
body.theme-default .warn-A700 i,
body.theme-default .warn-A700 .icon,
body.theme-default .warn i,
body.theme-default .warn .icon {
  color: rgb(255, 255, 255);
}
body.theme-default .primary-300.secondary-text,
body.theme-default .primary-300 .secondary-text,
body.theme-default .primary-400.secondary-text,
body.theme-default .primary-400 .secondary-text,
body.theme-default .primary-500.secondary-text,
body.theme-default .primary-500 .secondary-text,
body.theme-default .primary-600.secondary-text,
body.theme-default .primary-600 .secondary-text,
body.theme-default .primary-700.secondary-text,
body.theme-default .primary-700 .secondary-text,
body.theme-default .primary-800.secondary-text,
body.theme-default .primary-800 .secondary-text,
body.theme-default .primary-900.secondary-text,
body.theme-default .primary-900 .secondary-text,
body.theme-default .primary-A200.secondary-text,
body.theme-default .primary-A200 .secondary-text,
body.theme-default .primary-A400.secondary-text,
body.theme-default .primary-A400 .secondary-text,
body.theme-default .primary-A700.secondary-text,
body.theme-default .primary-A700 .secondary-text,
body.theme-default .primary.secondary-text,
body.theme-default .primary .secondary-text,
body.theme-default .accent-300.secondary-text,
body.theme-default .accent-300 .secondary-text,
body.theme-default .accent-400.secondary-text,
body.theme-default .accent-400 .secondary-text,
body.theme-default .accent-500.secondary-text,
body.theme-default .accent-500 .secondary-text,
body.theme-default .accent-600.secondary-text,
body.theme-default .accent-600 .secondary-text,
body.theme-default .accent-700.secondary-text,
body.theme-default .accent-700 .secondary-text,
body.theme-default .accent-800.secondary-text,
body.theme-default .accent-800 .secondary-text,
body.theme-default .accent-900.secondary-text,
body.theme-default .accent-900 .secondary-text,
body.theme-default .accent-A200.secondary-text,
body.theme-default .accent-A200 .secondary-text,
body.theme-default .accent-A400.secondary-text,
body.theme-default .accent-A400 .secondary-text,
body.theme-default .accent-A700.secondary-text,
body.theme-default .accent-A700 .secondary-text,
body.theme-default .accent.secondary-text,
body.theme-default .accent .secondary-text,
body.theme-default .warn-500.secondary-text,
body.theme-default .warn-500 .secondary-text,
body.theme-default .warn-600.secondary-text,
body.theme-default .warn-600 .secondary-text,
body.theme-default .warn-700.secondary-text,
body.theme-default .warn-700 .secondary-text,
body.theme-default .warn-800.secondary-text,
body.theme-default .warn-800 .secondary-text,
body.theme-default .warn-900.secondary-text,
body.theme-default .warn-900 .secondary-text,
body.theme-default .warn-A200.secondary-text,
body.theme-default .warn-A200 .secondary-text,
body.theme-default .warn-A400.secondary-text,
body.theme-default .warn-A400 .secondary-text,
body.theme-default .warn-A700.secondary-text,
body.theme-default .warn-A700 .secondary-text,
body.theme-default .warn.secondary-text,
body.theme-default .warn .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.theme-default .primary-300.hint-text,
body.theme-default .primary-300 .hint-text,
body.theme-default .primary-300.disabled-text,
body.theme-default .primary-300 .disabled-text,
body.theme-default .primary-400.hint-text,
body.theme-default .primary-400 .hint-text,
body.theme-default .primary-400.disabled-text,
body.theme-default .primary-400 .disabled-text,
body.theme-default .primary-500.hint-text,
body.theme-default .primary-500 .hint-text,
body.theme-default .primary-500.disabled-text,
body.theme-default .primary-500 .disabled-text,
body.theme-default .primary-600.hint-text,
body.theme-default .primary-600 .hint-text,
body.theme-default .primary-600.disabled-text,
body.theme-default .primary-600 .disabled-text,
body.theme-default .primary-700.hint-text,
body.theme-default .primary-700 .hint-text,
body.theme-default .primary-700.disabled-text,
body.theme-default .primary-700 .disabled-text,
body.theme-default .primary-800.hint-text,
body.theme-default .primary-800 .hint-text,
body.theme-default .primary-800.disabled-text,
body.theme-default .primary-800 .disabled-text,
body.theme-default .primary-900.hint-text,
body.theme-default .primary-900 .hint-text,
body.theme-default .primary-900.disabled-text,
body.theme-default .primary-900 .disabled-text,
body.theme-default .primary-A200.hint-text,
body.theme-default .primary-A200 .hint-text,
body.theme-default .primary-A200.disabled-text,
body.theme-default .primary-A200 .disabled-text,
body.theme-default .primary-A400.hint-text,
body.theme-default .primary-A400 .hint-text,
body.theme-default .primary-A400.disabled-text,
body.theme-default .primary-A400 .disabled-text,
body.theme-default .primary-A700.hint-text,
body.theme-default .primary-A700 .hint-text,
body.theme-default .primary-A700.disabled-text,
body.theme-default .primary-A700 .disabled-text,
body.theme-default .primary.hint-text,
body.theme-default .primary .hint-text,
body.theme-default .primary.disabled-text,
body.theme-default .primary .disabled-text,
body.theme-default .accent-300.hint-text,
body.theme-default .accent-300 .hint-text,
body.theme-default .accent-300.disabled-text,
body.theme-default .accent-300 .disabled-text,
body.theme-default .accent-400.hint-text,
body.theme-default .accent-400 .hint-text,
body.theme-default .accent-400.disabled-text,
body.theme-default .accent-400 .disabled-text,
body.theme-default .accent-500.hint-text,
body.theme-default .accent-500 .hint-text,
body.theme-default .accent-500.disabled-text,
body.theme-default .accent-500 .disabled-text,
body.theme-default .accent-600.hint-text,
body.theme-default .accent-600 .hint-text,
body.theme-default .accent-600.disabled-text,
body.theme-default .accent-600 .disabled-text,
body.theme-default .accent-700.hint-text,
body.theme-default .accent-700 .hint-text,
body.theme-default .accent-700.disabled-text,
body.theme-default .accent-700 .disabled-text,
body.theme-default .accent-800.hint-text,
body.theme-default .accent-800 .hint-text,
body.theme-default .accent-800.disabled-text,
body.theme-default .accent-800 .disabled-text,
body.theme-default .accent-900.hint-text,
body.theme-default .accent-900 .hint-text,
body.theme-default .accent-900.disabled-text,
body.theme-default .accent-900 .disabled-text,
body.theme-default .accent-A200.hint-text,
body.theme-default .accent-A200 .hint-text,
body.theme-default .accent-A200.disabled-text,
body.theme-default .accent-A200 .disabled-text,
body.theme-default .accent-A400.hint-text,
body.theme-default .accent-A400 .hint-text,
body.theme-default .accent-A400.disabled-text,
body.theme-default .accent-A400 .disabled-text,
body.theme-default .accent-A700.hint-text,
body.theme-default .accent-A700 .hint-text,
body.theme-default .accent-A700.disabled-text,
body.theme-default .accent-A700 .disabled-text,
body.theme-default .accent.hint-text,
body.theme-default .accent .hint-text,
body.theme-default .accent.disabled-text,
body.theme-default .accent .disabled-text,
body.theme-default .warn-500.hint-text,
body.theme-default .warn-500 .hint-text,
body.theme-default .warn-500.disabled-text,
body.theme-default .warn-500 .disabled-text,
body.theme-default .warn-600.hint-text,
body.theme-default .warn-600 .hint-text,
body.theme-default .warn-600.disabled-text,
body.theme-default .warn-600 .disabled-text,
body.theme-default .warn-700.hint-text,
body.theme-default .warn-700 .hint-text,
body.theme-default .warn-700.disabled-text,
body.theme-default .warn-700 .disabled-text,
body.theme-default .warn-800.hint-text,
body.theme-default .warn-800 .hint-text,
body.theme-default .warn-800.disabled-text,
body.theme-default .warn-800 .disabled-text,
body.theme-default .warn-900.hint-text,
body.theme-default .warn-900 .hint-text,
body.theme-default .warn-900.disabled-text,
body.theme-default .warn-900 .disabled-text,
body.theme-default .warn-A200.hint-text,
body.theme-default .warn-A200 .hint-text,
body.theme-default .warn-A200.disabled-text,
body.theme-default .warn-A200 .disabled-text,
body.theme-default .warn-A400.hint-text,
body.theme-default .warn-A400 .hint-text,
body.theme-default .warn-A400.disabled-text,
body.theme-default .warn-A400 .disabled-text,
body.theme-default .warn-A700.hint-text,
body.theme-default .warn-A700 .hint-text,
body.theme-default .warn-A700.disabled-text,
body.theme-default .warn-A700 .disabled-text,
body.theme-default .warn.hint-text,
body.theme-default .warn .hint-text,
body.theme-default .warn.disabled-text,
body.theme-default .warn .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.theme-default .primary-300.divider,
body.theme-default .primary-300 .divider,
body.theme-default .primary-400.divider,
body.theme-default .primary-400 .divider,
body.theme-default .primary-500.divider,
body.theme-default .primary-500 .divider,
body.theme-default .primary-600.divider,
body.theme-default .primary-600 .divider,
body.theme-default .primary-700.divider,
body.theme-default .primary-700 .divider,
body.theme-default .primary-800.divider,
body.theme-default .primary-800 .divider,
body.theme-default .primary-900.divider,
body.theme-default .primary-900 .divider,
body.theme-default .primary-A200.divider,
body.theme-default .primary-A200 .divider,
body.theme-default .primary-A400.divider,
body.theme-default .primary-A400 .divider,
body.theme-default .primary-A700.divider,
body.theme-default .primary-A700 .divider,
body.theme-default .primary.divider,
body.theme-default .primary .divider,
body.theme-default .accent-300.divider,
body.theme-default .accent-300 .divider,
body.theme-default .accent-400.divider,
body.theme-default .accent-400 .divider,
body.theme-default .accent-500.divider,
body.theme-default .accent-500 .divider,
body.theme-default .accent-600.divider,
body.theme-default .accent-600 .divider,
body.theme-default .accent-700.divider,
body.theme-default .accent-700 .divider,
body.theme-default .accent-800.divider,
body.theme-default .accent-800 .divider,
body.theme-default .accent-900.divider,
body.theme-default .accent-900 .divider,
body.theme-default .accent-A200.divider,
body.theme-default .accent-A200 .divider,
body.theme-default .accent-A400.divider,
body.theme-default .accent-A400 .divider,
body.theme-default .accent-A700.divider,
body.theme-default .accent-A700 .divider,
body.theme-default .accent.divider,
body.theme-default .accent .divider,
body.theme-default .warn-500.divider,
body.theme-default .warn-500 .divider,
body.theme-default .warn-600.divider,
body.theme-default .warn-600 .divider,
body.theme-default .warn-700.divider,
body.theme-default .warn-700 .divider,
body.theme-default .warn-800.divider,
body.theme-default .warn-800 .divider,
body.theme-default .warn-900.divider,
body.theme-default .warn-900 .divider,
body.theme-default .warn-A200.divider,
body.theme-default .warn-A200 .divider,
body.theme-default .warn-A400.divider,
body.theme-default .warn-A400 .divider,
body.theme-default .warn-A700.divider,
body.theme-default .warn-A700 .divider,
body.theme-default .warn.divider,
body.theme-default .warn .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
body.theme-default .primary-300 .mat-ripple-element,
body.theme-default .primary-400 .mat-ripple-element,
body.theme-default .primary-500 .mat-ripple-element,
body.theme-default .primary-600 .mat-ripple-element,
body.theme-default .primary-700 .mat-ripple-element,
body.theme-default .primary-800 .mat-ripple-element,
body.theme-default .primary-900 .mat-ripple-element,
body.theme-default .primary-A200 .mat-ripple-element,
body.theme-default .primary-A400 .mat-ripple-element,
body.theme-default .primary-A700 .mat-ripple-element,
body.theme-default .primary .mat-ripple-element,
body.theme-default .accent-300 .mat-ripple-element,
body.theme-default .accent-400 .mat-ripple-element,
body.theme-default .accent-500 .mat-ripple-element,
body.theme-default .accent-600 .mat-ripple-element,
body.theme-default .accent-700 .mat-ripple-element,
body.theme-default .accent-800 .mat-ripple-element,
body.theme-default .accent-900 .mat-ripple-element,
body.theme-default .accent-A200 .mat-ripple-element,
body.theme-default .accent-A400 .mat-ripple-element,
body.theme-default .accent-A700 .mat-ripple-element,
body.theme-default .accent .mat-ripple-element,
body.theme-default .warn-500 .mat-ripple-element,
body.theme-default .warn-600 .mat-ripple-element,
body.theme-default .warn-700 .mat-ripple-element,
body.theme-default .warn-800 .mat-ripple-element,
body.theme-default .warn-900 .mat-ripple-element,
body.theme-default .warn-A200 .mat-ripple-element,
body.theme-default .warn-A400 .mat-ripple-element,
body.theme-default .warn-A700 .mat-ripple-element,
body.theme-default .warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
body.theme-default .primary-300 .adaptive-border-color,
body.theme-default .primary-400 .adaptive-border-color,
body.theme-default .primary-500 .adaptive-border-color,
body.theme-default .primary-600 .adaptive-border-color,
body.theme-default .primary-700 .adaptive-border-color,
body.theme-default .primary-800 .adaptive-border-color,
body.theme-default .primary-900 .adaptive-border-color,
body.theme-default .primary-A200 .adaptive-border-color,
body.theme-default .primary-A400 .adaptive-border-color,
body.theme-default .primary-A700 .adaptive-border-color,
body.theme-default .primary .adaptive-border-color,
body.theme-default .accent-300 .adaptive-border-color,
body.theme-default .accent-400 .adaptive-border-color,
body.theme-default .accent-500 .adaptive-border-color,
body.theme-default .accent-600 .adaptive-border-color,
body.theme-default .accent-700 .adaptive-border-color,
body.theme-default .accent-800 .adaptive-border-color,
body.theme-default .accent-900 .adaptive-border-color,
body.theme-default .accent-A200 .adaptive-border-color,
body.theme-default .accent-A400 .adaptive-border-color,
body.theme-default .accent-A700 .adaptive-border-color,
body.theme-default .accent .adaptive-border-color,
body.theme-default .warn-500 .adaptive-border-color,
body.theme-default .warn-600 .adaptive-border-color,
body.theme-default .warn-700 .adaptive-border-color,
body.theme-default .warn-800 .adaptive-border-color,
body.theme-default .warn-900 .adaptive-border-color,
body.theme-default .warn-A200 .adaptive-border-color,
body.theme-default .warn-A400 .adaptive-border-color,
body.theme-default .warn-A700 .adaptive-border-color,
body.theme-default .warn .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .primary-50,
body.theme-default .primary-100,
body.theme-default .primary-200,
body.theme-default .primary-A100,
body.theme-default .accent-50,
body.theme-default .accent-100,
body.theme-default .accent-200,
body.theme-default .accent-A100,
body.theme-default .warn-50,
body.theme-default .warn-100,
body.theme-default .warn-200,
body.theme-default .warn-300,
body.theme-default .warn-400,
body.theme-default .warn-A100 {
}
body.theme-default .primary-50 input[type=text],
body.theme-default .primary-100 input[type=text],
body.theme-default .primary-200 input[type=text],
body.theme-default .primary-A100 input[type=text],
body.theme-default .accent-50 input[type=text],
body.theme-default .accent-100 input[type=text],
body.theme-default .accent-200 input[type=text],
body.theme-default .accent-A100 input[type=text],
body.theme-default .warn-50 input[type=text],
body.theme-default .warn-100 input[type=text],
body.theme-default .warn-200 input[type=text],
body.theme-default .warn-300 input[type=text],
body.theme-default .warn-400 input[type=text],
body.theme-default .warn-A100 input[type=text] {
  color: black;
}
body.theme-default .primary-50 .mat-form-field-label,
body.theme-default .primary-100 .mat-form-field-label,
body.theme-default .primary-200 .mat-form-field-label,
body.theme-default .primary-A100 .mat-form-field-label,
body.theme-default .accent-50 .mat-form-field-label,
body.theme-default .accent-100 .mat-form-field-label,
body.theme-default .accent-200 .mat-form-field-label,
body.theme-default .accent-A100 .mat-form-field-label,
body.theme-default .warn-50 .mat-form-field-label,
body.theme-default .warn-100 .mat-form-field-label,
body.theme-default .warn-200 .mat-form-field-label,
body.theme-default .warn-300 .mat-form-field-label,
body.theme-default .warn-400 .mat-form-field-label,
body.theme-default .warn-A100 .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .primary-50 .mat-form-field-underline,
body.theme-default .primary-100 .mat-form-field-underline,
body.theme-default .primary-200 .mat-form-field-underline,
body.theme-default .primary-A100 .mat-form-field-underline,
body.theme-default .accent-50 .mat-form-field-underline,
body.theme-default .accent-100 .mat-form-field-underline,
body.theme-default .accent-200 .mat-form-field-underline,
body.theme-default .accent-A100 .mat-form-field-underline,
body.theme-default .warn-50 .mat-form-field-underline,
body.theme-default .warn-100 .mat-form-field-underline,
body.theme-default .warn-200 .mat-form-field-underline,
body.theme-default .warn-300 .mat-form-field-underline,
body.theme-default .warn-400 .mat-form-field-underline,
body.theme-default .warn-A100 .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .primary-50 .mat-select-trigger,
body.theme-default .primary-50 .mat-select-arrow,
body.theme-default .primary-100 .mat-select-trigger,
body.theme-default .primary-100 .mat-select-arrow,
body.theme-default .primary-200 .mat-select-trigger,
body.theme-default .primary-200 .mat-select-arrow,
body.theme-default .primary-A100 .mat-select-trigger,
body.theme-default .primary-A100 .mat-select-arrow,
body.theme-default .accent-50 .mat-select-trigger,
body.theme-default .accent-50 .mat-select-arrow,
body.theme-default .accent-100 .mat-select-trigger,
body.theme-default .accent-100 .mat-select-arrow,
body.theme-default .accent-200 .mat-select-trigger,
body.theme-default .accent-200 .mat-select-arrow,
body.theme-default .accent-A100 .mat-select-trigger,
body.theme-default .accent-A100 .mat-select-arrow,
body.theme-default .warn-50 .mat-select-trigger,
body.theme-default .warn-50 .mat-select-arrow,
body.theme-default .warn-100 .mat-select-trigger,
body.theme-default .warn-100 .mat-select-arrow,
body.theme-default .warn-200 .mat-select-trigger,
body.theme-default .warn-200 .mat-select-arrow,
body.theme-default .warn-300 .mat-select-trigger,
body.theme-default .warn-300 .mat-select-arrow,
body.theme-default .warn-400 .mat-select-trigger,
body.theme-default .warn-400 .mat-select-arrow,
body.theme-default .warn-A100 .mat-select-trigger,
body.theme-default .warn-A100 .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .primary-50 .mat-select-underline,
body.theme-default .primary-100 .mat-select-underline,
body.theme-default .primary-200 .mat-select-underline,
body.theme-default .primary-A100 .mat-select-underline,
body.theme-default .accent-50 .mat-select-underline,
body.theme-default .accent-100 .mat-select-underline,
body.theme-default .accent-200 .mat-select-underline,
body.theme-default .accent-A100 .mat-select-underline,
body.theme-default .warn-50 .mat-select-underline,
body.theme-default .warn-100 .mat-select-underline,
body.theme-default .warn-200 .mat-select-underline,
body.theme-default .warn-300 .mat-select-underline,
body.theme-default .warn-400 .mat-select-underline,
body.theme-default .warn-A100 .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .primary-50 .mat-select-disabled .mat-select-value,
body.theme-default .primary-50 .mat-select-arrow,
body.theme-default .primary-50 .mat-select-trigger,
body.theme-default .primary-100 .mat-select-disabled .mat-select-value,
body.theme-default .primary-100 .mat-select-arrow,
body.theme-default .primary-100 .mat-select-trigger,
body.theme-default .primary-200 .mat-select-disabled .mat-select-value,
body.theme-default .primary-200 .mat-select-arrow,
body.theme-default .primary-200 .mat-select-trigger,
body.theme-default .primary-A100 .mat-select-disabled .mat-select-value,
body.theme-default .primary-A100 .mat-select-arrow,
body.theme-default .primary-A100 .mat-select-trigger,
body.theme-default .accent-50 .mat-select-disabled .mat-select-value,
body.theme-default .accent-50 .mat-select-arrow,
body.theme-default .accent-50 .mat-select-trigger,
body.theme-default .accent-100 .mat-select-disabled .mat-select-value,
body.theme-default .accent-100 .mat-select-arrow,
body.theme-default .accent-100 .mat-select-trigger,
body.theme-default .accent-200 .mat-select-disabled .mat-select-value,
body.theme-default .accent-200 .mat-select-arrow,
body.theme-default .accent-200 .mat-select-trigger,
body.theme-default .accent-A100 .mat-select-disabled .mat-select-value,
body.theme-default .accent-A100 .mat-select-arrow,
body.theme-default .accent-A100 .mat-select-trigger,
body.theme-default .warn-50 .mat-select-disabled .mat-select-value,
body.theme-default .warn-50 .mat-select-arrow,
body.theme-default .warn-50 .mat-select-trigger,
body.theme-default .warn-100 .mat-select-disabled .mat-select-value,
body.theme-default .warn-100 .mat-select-arrow,
body.theme-default .warn-100 .mat-select-trigger,
body.theme-default .warn-200 .mat-select-disabled .mat-select-value,
body.theme-default .warn-200 .mat-select-arrow,
body.theme-default .warn-200 .mat-select-trigger,
body.theme-default .warn-300 .mat-select-disabled .mat-select-value,
body.theme-default .warn-300 .mat-select-arrow,
body.theme-default .warn-300 .mat-select-trigger,
body.theme-default .warn-400 .mat-select-disabled .mat-select-value,
body.theme-default .warn-400 .mat-select-arrow,
body.theme-default .warn-400 .mat-select-trigger,
body.theme-default .warn-A100 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A100 .mat-select-arrow,
body.theme-default .warn-A100 .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .primary-300,
body.theme-default .primary-400,
body.theme-default .primary-500,
body.theme-default .primary-600,
body.theme-default .primary-700,
body.theme-default .primary-800,
body.theme-default .primary-900,
body.theme-default .primary-A200,
body.theme-default .primary-A400,
body.theme-default .primary-A700,
body.theme-default .primary,
body.theme-default .accent-300,
body.theme-default .accent-400,
body.theme-default .accent-500,
body.theme-default .accent-600,
body.theme-default .accent-700,
body.theme-default .accent-800,
body.theme-default .accent-900,
body.theme-default .accent-A200,
body.theme-default .accent-A400,
body.theme-default .accent-A700,
body.theme-default .accent,
body.theme-default .warn-500,
body.theme-default .warn-600,
body.theme-default .warn-700,
body.theme-default .warn-800,
body.theme-default .warn-900,
body.theme-default .warn-A200,
body.theme-default .warn-A400,
body.theme-default .warn-A700,
body.theme-default .warn {
}
body.theme-default .primary-300 input[type=text],
body.theme-default .primary-400 input[type=text],
body.theme-default .primary-500 input[type=text],
body.theme-default .primary-600 input[type=text],
body.theme-default .primary-700 input[type=text],
body.theme-default .primary-800 input[type=text],
body.theme-default .primary-900 input[type=text],
body.theme-default .primary-A200 input[type=text],
body.theme-default .primary-A400 input[type=text],
body.theme-default .primary-A700 input[type=text],
body.theme-default .primary input[type=text],
body.theme-default .accent-300 input[type=text],
body.theme-default .accent-400 input[type=text],
body.theme-default .accent-500 input[type=text],
body.theme-default .accent-600 input[type=text],
body.theme-default .accent-700 input[type=text],
body.theme-default .accent-800 input[type=text],
body.theme-default .accent-900 input[type=text],
body.theme-default .accent-A200 input[type=text],
body.theme-default .accent-A400 input[type=text],
body.theme-default .accent-A700 input[type=text],
body.theme-default .accent input[type=text],
body.theme-default .warn-500 input[type=text],
body.theme-default .warn-600 input[type=text],
body.theme-default .warn-700 input[type=text],
body.theme-default .warn-800 input[type=text],
body.theme-default .warn-900 input[type=text],
body.theme-default .warn-A200 input[type=text],
body.theme-default .warn-A400 input[type=text],
body.theme-default .warn-A700 input[type=text],
body.theme-default .warn input[type=text] {
  color: white;
}
body.theme-default .primary-300 .mat-form-field-label,
body.theme-default .primary-400 .mat-form-field-label,
body.theme-default .primary-500 .mat-form-field-label,
body.theme-default .primary-600 .mat-form-field-label,
body.theme-default .primary-700 .mat-form-field-label,
body.theme-default .primary-800 .mat-form-field-label,
body.theme-default .primary-900 .mat-form-field-label,
body.theme-default .primary-A200 .mat-form-field-label,
body.theme-default .primary-A400 .mat-form-field-label,
body.theme-default .primary-A700 .mat-form-field-label,
body.theme-default .primary .mat-form-field-label,
body.theme-default .accent-300 .mat-form-field-label,
body.theme-default .accent-400 .mat-form-field-label,
body.theme-default .accent-500 .mat-form-field-label,
body.theme-default .accent-600 .mat-form-field-label,
body.theme-default .accent-700 .mat-form-field-label,
body.theme-default .accent-800 .mat-form-field-label,
body.theme-default .accent-900 .mat-form-field-label,
body.theme-default .accent-A200 .mat-form-field-label,
body.theme-default .accent-A400 .mat-form-field-label,
body.theme-default .accent-A700 .mat-form-field-label,
body.theme-default .accent .mat-form-field-label,
body.theme-default .warn-500 .mat-form-field-label,
body.theme-default .warn-600 .mat-form-field-label,
body.theme-default .warn-700 .mat-form-field-label,
body.theme-default .warn-800 .mat-form-field-label,
body.theme-default .warn-900 .mat-form-field-label,
body.theme-default .warn-A200 .mat-form-field-label,
body.theme-default .warn-A400 .mat-form-field-label,
body.theme-default .warn-A700 .mat-form-field-label,
body.theme-default .warn .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-default .primary-300 .mat-form-field-underline,
body.theme-default .primary-400 .mat-form-field-underline,
body.theme-default .primary-500 .mat-form-field-underline,
body.theme-default .primary-600 .mat-form-field-underline,
body.theme-default .primary-700 .mat-form-field-underline,
body.theme-default .primary-800 .mat-form-field-underline,
body.theme-default .primary-900 .mat-form-field-underline,
body.theme-default .primary-A200 .mat-form-field-underline,
body.theme-default .primary-A400 .mat-form-field-underline,
body.theme-default .primary-A700 .mat-form-field-underline,
body.theme-default .primary .mat-form-field-underline,
body.theme-default .accent-300 .mat-form-field-underline,
body.theme-default .accent-400 .mat-form-field-underline,
body.theme-default .accent-500 .mat-form-field-underline,
body.theme-default .accent-600 .mat-form-field-underline,
body.theme-default .accent-700 .mat-form-field-underline,
body.theme-default .accent-800 .mat-form-field-underline,
body.theme-default .accent-900 .mat-form-field-underline,
body.theme-default .accent-A200 .mat-form-field-underline,
body.theme-default .accent-A400 .mat-form-field-underline,
body.theme-default .accent-A700 .mat-form-field-underline,
body.theme-default .accent .mat-form-field-underline,
body.theme-default .warn-500 .mat-form-field-underline,
body.theme-default .warn-600 .mat-form-field-underline,
body.theme-default .warn-700 .mat-form-field-underline,
body.theme-default .warn-800 .mat-form-field-underline,
body.theme-default .warn-900 .mat-form-field-underline,
body.theme-default .warn-A200 .mat-form-field-underline,
body.theme-default .warn-A400 .mat-form-field-underline,
body.theme-default .warn-A700 .mat-form-field-underline,
body.theme-default .warn .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .primary-300 .mat-select-trigger,
body.theme-default .primary-300 .mat-select-arrow,
body.theme-default .primary-400 .mat-select-trigger,
body.theme-default .primary-400 .mat-select-arrow,
body.theme-default .primary-500 .mat-select-trigger,
body.theme-default .primary-500 .mat-select-arrow,
body.theme-default .primary-600 .mat-select-trigger,
body.theme-default .primary-600 .mat-select-arrow,
body.theme-default .primary-700 .mat-select-trigger,
body.theme-default .primary-700 .mat-select-arrow,
body.theme-default .primary-800 .mat-select-trigger,
body.theme-default .primary-800 .mat-select-arrow,
body.theme-default .primary-900 .mat-select-trigger,
body.theme-default .primary-900 .mat-select-arrow,
body.theme-default .primary-A200 .mat-select-trigger,
body.theme-default .primary-A200 .mat-select-arrow,
body.theme-default .primary-A400 .mat-select-trigger,
body.theme-default .primary-A400 .mat-select-arrow,
body.theme-default .primary-A700 .mat-select-trigger,
body.theme-default .primary-A700 .mat-select-arrow,
body.theme-default .primary .mat-select-trigger,
body.theme-default .primary .mat-select-arrow,
body.theme-default .accent-300 .mat-select-trigger,
body.theme-default .accent-300 .mat-select-arrow,
body.theme-default .accent-400 .mat-select-trigger,
body.theme-default .accent-400 .mat-select-arrow,
body.theme-default .accent-500 .mat-select-trigger,
body.theme-default .accent-500 .mat-select-arrow,
body.theme-default .accent-600 .mat-select-trigger,
body.theme-default .accent-600 .mat-select-arrow,
body.theme-default .accent-700 .mat-select-trigger,
body.theme-default .accent-700 .mat-select-arrow,
body.theme-default .accent-800 .mat-select-trigger,
body.theme-default .accent-800 .mat-select-arrow,
body.theme-default .accent-900 .mat-select-trigger,
body.theme-default .accent-900 .mat-select-arrow,
body.theme-default .accent-A200 .mat-select-trigger,
body.theme-default .accent-A200 .mat-select-arrow,
body.theme-default .accent-A400 .mat-select-trigger,
body.theme-default .accent-A400 .mat-select-arrow,
body.theme-default .accent-A700 .mat-select-trigger,
body.theme-default .accent-A700 .mat-select-arrow,
body.theme-default .accent .mat-select-trigger,
body.theme-default .accent .mat-select-arrow,
body.theme-default .warn-500 .mat-select-trigger,
body.theme-default .warn-500 .mat-select-arrow,
body.theme-default .warn-600 .mat-select-trigger,
body.theme-default .warn-600 .mat-select-arrow,
body.theme-default .warn-700 .mat-select-trigger,
body.theme-default .warn-700 .mat-select-arrow,
body.theme-default .warn-800 .mat-select-trigger,
body.theme-default .warn-800 .mat-select-arrow,
body.theme-default .warn-900 .mat-select-trigger,
body.theme-default .warn-900 .mat-select-arrow,
body.theme-default .warn-A200 .mat-select-trigger,
body.theme-default .warn-A200 .mat-select-arrow,
body.theme-default .warn-A400 .mat-select-trigger,
body.theme-default .warn-A400 .mat-select-arrow,
body.theme-default .warn-A700 .mat-select-trigger,
body.theme-default .warn-A700 .mat-select-arrow,
body.theme-default .warn .mat-select-trigger,
body.theme-default .warn .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-default .primary-300 .mat-select-underline,
body.theme-default .primary-400 .mat-select-underline,
body.theme-default .primary-500 .mat-select-underline,
body.theme-default .primary-600 .mat-select-underline,
body.theme-default .primary-700 .mat-select-underline,
body.theme-default .primary-800 .mat-select-underline,
body.theme-default .primary-900 .mat-select-underline,
body.theme-default .primary-A200 .mat-select-underline,
body.theme-default .primary-A400 .mat-select-underline,
body.theme-default .primary-A700 .mat-select-underline,
body.theme-default .primary .mat-select-underline,
body.theme-default .accent-300 .mat-select-underline,
body.theme-default .accent-400 .mat-select-underline,
body.theme-default .accent-500 .mat-select-underline,
body.theme-default .accent-600 .mat-select-underline,
body.theme-default .accent-700 .mat-select-underline,
body.theme-default .accent-800 .mat-select-underline,
body.theme-default .accent-900 .mat-select-underline,
body.theme-default .accent-A200 .mat-select-underline,
body.theme-default .accent-A400 .mat-select-underline,
body.theme-default .accent-A700 .mat-select-underline,
body.theme-default .accent .mat-select-underline,
body.theme-default .warn-500 .mat-select-underline,
body.theme-default .warn-600 .mat-select-underline,
body.theme-default .warn-700 .mat-select-underline,
body.theme-default .warn-800 .mat-select-underline,
body.theme-default .warn-900 .mat-select-underline,
body.theme-default .warn-A200 .mat-select-underline,
body.theme-default .warn-A400 .mat-select-underline,
body.theme-default .warn-A700 .mat-select-underline,
body.theme-default .warn .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .primary-300 .mat-select-disabled .mat-select-value,
body.theme-default .primary-300 .mat-select-arrow,
body.theme-default .primary-300 .mat-select-trigger,
body.theme-default .primary-400 .mat-select-disabled .mat-select-value,
body.theme-default .primary-400 .mat-select-arrow,
body.theme-default .primary-400 .mat-select-trigger,
body.theme-default .primary-500 .mat-select-disabled .mat-select-value,
body.theme-default .primary-500 .mat-select-arrow,
body.theme-default .primary-500 .mat-select-trigger,
body.theme-default .primary-600 .mat-select-disabled .mat-select-value,
body.theme-default .primary-600 .mat-select-arrow,
body.theme-default .primary-600 .mat-select-trigger,
body.theme-default .primary-700 .mat-select-disabled .mat-select-value,
body.theme-default .primary-700 .mat-select-arrow,
body.theme-default .primary-700 .mat-select-trigger,
body.theme-default .primary-800 .mat-select-disabled .mat-select-value,
body.theme-default .primary-800 .mat-select-arrow,
body.theme-default .primary-800 .mat-select-trigger,
body.theme-default .primary-900 .mat-select-disabled .mat-select-value,
body.theme-default .primary-900 .mat-select-arrow,
body.theme-default .primary-900 .mat-select-trigger,
body.theme-default .primary-A200 .mat-select-disabled .mat-select-value,
body.theme-default .primary-A200 .mat-select-arrow,
body.theme-default .primary-A200 .mat-select-trigger,
body.theme-default .primary-A400 .mat-select-disabled .mat-select-value,
body.theme-default .primary-A400 .mat-select-arrow,
body.theme-default .primary-A400 .mat-select-trigger,
body.theme-default .primary-A700 .mat-select-disabled .mat-select-value,
body.theme-default .primary-A700 .mat-select-arrow,
body.theme-default .primary-A700 .mat-select-trigger,
body.theme-default .primary .mat-select-disabled .mat-select-value,
body.theme-default .primary .mat-select-arrow,
body.theme-default .primary .mat-select-trigger,
body.theme-default .accent-300 .mat-select-disabled .mat-select-value,
body.theme-default .accent-300 .mat-select-arrow,
body.theme-default .accent-300 .mat-select-trigger,
body.theme-default .accent-400 .mat-select-disabled .mat-select-value,
body.theme-default .accent-400 .mat-select-arrow,
body.theme-default .accent-400 .mat-select-trigger,
body.theme-default .accent-500 .mat-select-disabled .mat-select-value,
body.theme-default .accent-500 .mat-select-arrow,
body.theme-default .accent-500 .mat-select-trigger,
body.theme-default .accent-600 .mat-select-disabled .mat-select-value,
body.theme-default .accent-600 .mat-select-arrow,
body.theme-default .accent-600 .mat-select-trigger,
body.theme-default .accent-700 .mat-select-disabled .mat-select-value,
body.theme-default .accent-700 .mat-select-arrow,
body.theme-default .accent-700 .mat-select-trigger,
body.theme-default .accent-800 .mat-select-disabled .mat-select-value,
body.theme-default .accent-800 .mat-select-arrow,
body.theme-default .accent-800 .mat-select-trigger,
body.theme-default .accent-900 .mat-select-disabled .mat-select-value,
body.theme-default .accent-900 .mat-select-arrow,
body.theme-default .accent-900 .mat-select-trigger,
body.theme-default .accent-A200 .mat-select-disabled .mat-select-value,
body.theme-default .accent-A200 .mat-select-arrow,
body.theme-default .accent-A200 .mat-select-trigger,
body.theme-default .accent-A400 .mat-select-disabled .mat-select-value,
body.theme-default .accent-A400 .mat-select-arrow,
body.theme-default .accent-A400 .mat-select-trigger,
body.theme-default .accent-A700 .mat-select-disabled .mat-select-value,
body.theme-default .accent-A700 .mat-select-arrow,
body.theme-default .accent-A700 .mat-select-trigger,
body.theme-default .accent .mat-select-disabled .mat-select-value,
body.theme-default .accent .mat-select-arrow,
body.theme-default .accent .mat-select-trigger,
body.theme-default .warn-500 .mat-select-disabled .mat-select-value,
body.theme-default .warn-500 .mat-select-arrow,
body.theme-default .warn-500 .mat-select-trigger,
body.theme-default .warn-600 .mat-select-disabled .mat-select-value,
body.theme-default .warn-600 .mat-select-arrow,
body.theme-default .warn-600 .mat-select-trigger,
body.theme-default .warn-700 .mat-select-disabled .mat-select-value,
body.theme-default .warn-700 .mat-select-arrow,
body.theme-default .warn-700 .mat-select-trigger,
body.theme-default .warn-800 .mat-select-disabled .mat-select-value,
body.theme-default .warn-800 .mat-select-arrow,
body.theme-default .warn-800 .mat-select-trigger,
body.theme-default .warn-900 .mat-select-disabled .mat-select-value,
body.theme-default .warn-900 .mat-select-arrow,
body.theme-default .warn-900 .mat-select-trigger,
body.theme-default .warn-A200 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A200 .mat-select-arrow,
body.theme-default .warn-A200 .mat-select-trigger,
body.theme-default .warn-A400 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A400 .mat-select-arrow,
body.theme-default .warn-A400 .mat-select-trigger,
body.theme-default .warn-A700 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A700 .mat-select-arrow,
body.theme-default .warn-A700 .mat-select-trigger,
body.theme-default .warn .mat-select-disabled .mat-select-value,
body.theme-default .warn .mat-select-arrow,
body.theme-default .warn .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-default .primary-300 .mat-select-value,
body.theme-default .primary-400 .mat-select-value,
body.theme-default .primary-500 .mat-select-value,
body.theme-default .primary-600 .mat-select-value,
body.theme-default .primary-700 .mat-select-value,
body.theme-default .primary-800 .mat-select-value,
body.theme-default .primary-900 .mat-select-value,
body.theme-default .primary-A200 .mat-select-value,
body.theme-default .primary-A400 .mat-select-value,
body.theme-default .primary-A700 .mat-select-value,
body.theme-default .primary .mat-select-value,
body.theme-default .accent-300 .mat-select-value,
body.theme-default .accent-400 .mat-select-value,
body.theme-default .accent-500 .mat-select-value,
body.theme-default .accent-600 .mat-select-value,
body.theme-default .accent-700 .mat-select-value,
body.theme-default .accent-800 .mat-select-value,
body.theme-default .accent-900 .mat-select-value,
body.theme-default .accent-A200 .mat-select-value,
body.theme-default .accent-A400 .mat-select-value,
body.theme-default .accent-A700 .mat-select-value,
body.theme-default .accent .mat-select-value,
body.theme-default .warn-500 .mat-select-value,
body.theme-default .warn-600 .mat-select-value,
body.theme-default .warn-700 .mat-select-value,
body.theme-default .warn-800 .mat-select-value,
body.theme-default .warn-900 .mat-select-value,
body.theme-default .warn-A200 .mat-select-value,
body.theme-default .warn-A400 .mat-select-value,
body.theme-default .warn-A700 .mat-select-value,
body.theme-default .warn .mat-select-value {
  color: white;
}
body.theme-blue-gray-dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark {
  --mat-option-selected-state-label-text-color: #2196f3;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
body.theme-blue-gray-dark .mat-accent {
  --mat-option-selected-state-label-text-color: #607d8b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
body.theme-blue-gray-dark .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
body.theme-blue-gray-dark {
  --mat-optgroup-label-text-color: white;
}
body.theme-blue-gray-dark {
  --mat-full-pseudo-checkbox-selected-icon-color: #607d8b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
}
body.theme-blue-gray-dark {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #607d8b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
body.theme-blue-gray-dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #2196f3;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
}
body.theme-blue-gray-dark .mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #2196f3;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
body.theme-blue-gray-dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #607d8b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
}
body.theme-blue-gray-dark .mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #607d8b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
body.theme-blue-gray-dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
}
body.theme-blue-gray-dark .mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
body.theme-blue-gray-dark {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mdc-elevated-card-container-shape: 4px;
}
body.theme-blue-gray-dark {
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
body.theme-blue-gray-dark {
  --mdc-elevated-card-container-color: #424242;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mdc-outlined-card-container-color: #424242;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
body.theme-blue-gray-dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #2196f3;
  --mdc-linear-progress-track-color: rgba(33, 150, 243, 0.25);
}
body.theme-blue-gray-dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #607d8b;
  --mdc-linear-progress-track-color: rgba(96, 125, 139, 0.25);
}
body.theme-blue-gray-dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
body.theme-blue-gray-dark {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
body.theme-blue-gray-dark {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
body.theme-blue-gray-dark {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
body.theme-blue-gray-dark {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
body.theme-blue-gray-dark {
  --mdc-filled-text-field-caret-color: #2196f3;
  --mdc-filled-text-field-focus-active-indicator-color: #2196f3;
  --mdc-filled-text-field-focus-label-text-color: rgba(33, 150, 243, 0.87);
  --mdc-filled-text-field-container-color: rgb(73.56, 73.56, 73.56);
  --mdc-filled-text-field-disabled-container-color: rgb(69.78, 69.78, 69.78);
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
}
body.theme-blue-gray-dark {
  --mdc-outlined-text-field-caret-color: #2196f3;
  --mdc-outlined-text-field-focus-outline-color: #2196f3;
  --mdc-outlined-text-field-focus-label-text-color: rgba(33, 150, 243, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
}
body.theme-blue-gray-dark {
  --mat-form-field-focus-select-arrow-color: rgba(33, 150, 243, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #607d8b;
  --mdc-filled-text-field-focus-active-indicator-color: #607d8b;
  --mdc-filled-text-field-focus-label-text-color: rgba(96, 125, 139, 0.87);
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #607d8b;
  --mdc-outlined-text-field-focus-outline-color: #607d8b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(96, 125, 139, 0.87);
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(96, 125, 139, 0.87);
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-blue-gray-dark {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
body.theme-blue-gray-dark {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(33, 150, 243, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(96, 125, 139, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-blue-gray-dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.theme-blue-gray-dark {
  --mat-select-arrow-transform: translateY(-8px);
}
body.theme-blue-gray-dark {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mat-autocomplete-background-color: #424242;
}
body.theme-blue-gray-dark {
  --mdc-dialog-container-shape: 4px;
}
body.theme-blue-gray-dark {
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
body.theme-blue-gray-dark {
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
body.theme-blue-gray-dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip {
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: rgb(88.68, 88.68, 88.68);
  --mdc-chip-elevated-selected-container-color: rgb(88.68, 88.68, 88.68);
  --mdc-chip-elevated-disabled-container-color: rgb(88.68, 88.68, 88.68);
  --mdc-chip-flat-disabled-selected-container-color: rgb(88.68, 88.68, 88.68);
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #2196f3;
  --mdc-chip-elevated-selected-container-color: #2196f3;
  --mdc-chip-elevated-disabled-container-color: #2196f3;
  --mdc-chip-flat-disabled-selected-container-color: #2196f3;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #607d8b;
  --mdc-chip-elevated-selected-container-color: #607d8b;
  --mdc-chip-elevated-disabled-container-color: #607d8b;
  --mdc-chip-flat-disabled-selected-container-color: #607d8b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-flat-disabled-selected-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.theme-blue-gray-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
body.theme-blue-gray-dark .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
body.theme-blue-gray-dark {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
body.theme-blue-gray-dark .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
body.theme-blue-gray-dark {
  --mdc-switch-selected-focus-state-layer-color: #64b5f6;
  --mdc-switch-selected-handle-color: #64b5f6;
  --mdc-switch-selected-hover-state-layer-color: #64b5f6;
  --mdc-switch-selected-pressed-state-layer-color: #64b5f6;
  --mdc-switch-selected-focus-handle-color: #90caf9;
  --mdc-switch-selected-hover-handle-color: #90caf9;
  --mdc-switch-selected-pressed-handle-color: #90caf9;
  --mdc-switch-selected-focus-track-color: #1e88e5;
  --mdc-switch-selected-hover-track-color: #1e88e5;
  --mdc-switch-selected-pressed-track-color: #1e88e5;
  --mdc-switch-selected-track-color: #1e88e5;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mdc-switch-disabled-label-text-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #90a4ae;
  --mdc-switch-selected-handle-color: #90a4ae;
  --mdc-switch-selected-hover-state-layer-color: #90a4ae;
  --mdc-switch-selected-pressed-state-layer-color: #90a4ae;
  --mdc-switch-selected-focus-handle-color: #b0bec5;
  --mdc-switch-selected-hover-handle-color: #b0bec5;
  --mdc-switch-selected-pressed-handle-color: #b0bec5;
  --mdc-switch-selected-focus-track-color: #546e7a;
  --mdc-switch-selected-hover-track-color: #546e7a;
  --mdc-switch-selected-pressed-track-color: #546e7a;
  --mdc-switch-selected-track-color: #546e7a;
}
body.theme-blue-gray-dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e57373;
  --mdc-switch-selected-handle-color: #e57373;
  --mdc-switch-selected-hover-state-layer-color: #e57373;
  --mdc-switch-selected-pressed-state-layer-color: #e57373;
  --mdc-switch-selected-focus-handle-color: #ef9a9a;
  --mdc-switch-selected-hover-handle-color: #ef9a9a;
  --mdc-switch-selected-pressed-handle-color: #ef9a9a;
  --mdc-switch-selected-focus-track-color: #e53935;
  --mdc-switch-selected-hover-track-color: #e53935;
  --mdc-switch-selected-pressed-track-color: #e53935;
  --mdc-switch-selected-track-color: #e53935;
}
body.theme-blue-gray-dark {
  --mdc-switch-state-layer-size: 40px;
}
body.theme-blue-gray-dark {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
body.theme-blue-gray-dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
}
body.theme-blue-gray-dark .mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #2196f3;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #607d8b;
  --mdc-radio-selected-hover-icon-color: #607d8b;
  --mdc-radio-selected-icon-color: #607d8b;
  --mdc-radio-selected-pressed-icon-color: #607d8b;
}
body.theme-blue-gray-dark .mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #607d8b;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.theme-blue-gray-dark .mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
body.theme-blue-gray-dark {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-blue-gray-dark {
  --mat-radio-touch-target-display: block;
}
body.theme-blue-gray-dark {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}
body.theme-blue-gray-dark {
  --mdc-slider-handle-color: #2196f3;
  --mdc-slider-focus-handle-color: #2196f3;
  --mdc-slider-hover-handle-color: #2196f3;
  --mdc-slider-active-track-color: #2196f3;
  --mdc-slider-inactive-track-color: #2196f3;
  --mdc-slider-with-tick-marks-inactive-container-color: #2196f3;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
}
body.theme-blue-gray-dark {
  --mat-slider-ripple-color: #2196f3;
  --mat-slider-hover-state-layer-color: rgba(33, 150, 243, 0.05);
  --mat-slider-focus-state-layer-color: rgba(33, 150, 243, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
}
body.theme-blue-gray-dark .mat-accent {
  --mdc-slider-handle-color: #607d8b;
  --mdc-slider-focus-handle-color: #607d8b;
  --mdc-slider-hover-handle-color: #607d8b;
  --mdc-slider-active-track-color: #607d8b;
  --mdc-slider-inactive-track-color: #607d8b;
  --mdc-slider-with-tick-marks-inactive-container-color: #607d8b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
body.theme-blue-gray-dark .mat-accent {
  --mat-slider-ripple-color: #607d8b;
  --mat-slider-hover-state-layer-color: rgba(96, 125, 139, 0.05);
  --mat-slider-focus-state-layer-color: rgba(96, 125, 139, 0.2);
}
body.theme-blue-gray-dark .mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
body.theme-blue-gray-dark .mat-warn {
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
}
body.theme-blue-gray-dark {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
body.theme-blue-gray-dark {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}
body.theme-blue-gray-dark {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
body.theme-blue-gray-dark .mdc-list-item__start,
body.theme-blue-gray-dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
}
body.theme-blue-gray-dark .mat-accent .mdc-list-item__start,
body.theme-blue-gray-dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #607d8b;
  --mdc-radio-selected-hover-icon-color: #607d8b;
  --mdc-radio-selected-icon-color: #607d8b;
  --mdc-radio-selected-pressed-icon-color: #607d8b;
}
body.theme-blue-gray-dark .mat-warn .mdc-list-item__start,
body.theme-blue-gray-dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.theme-blue-gray-dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2196f3;
  --mdc-checkbox-selected-hover-state-layer-color: #2196f3;
  --mdc-checkbox-selected-pressed-state-layer-color: #2196f3;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-blue-gray-dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #607d8b;
  --mdc-checkbox-selected-hover-icon-color: #607d8b;
  --mdc-checkbox-selected-icon-color: #607d8b;
  --mdc-checkbox-selected-pressed-icon-color: #607d8b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #607d8b;
  --mdc-checkbox-selected-hover-state-layer-color: #607d8b;
  --mdc-checkbox-selected-pressed-state-layer-color: #607d8b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-blue-gray-dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-blue-gray-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.theme-blue-gray-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.theme-blue-gray-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.theme-blue-gray-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #2196f3;
}
body.theme-blue-gray-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.theme-blue-gray-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.theme-blue-gray-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.theme-blue-gray-dark {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
body.theme-blue-gray-dark {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
body.theme-blue-gray-dark .mdc-list-item__start,
body.theme-blue-gray-dark .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
body.theme-blue-gray-dark .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
body.theme-blue-gray-dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
body.theme-blue-gray-dark {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-blue-gray-dark {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
body.theme-blue-gray-dark {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
body.theme-blue-gray-dark .mat-mdc-tab-group,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #2196f3;
}
body.theme-blue-gray-dark .mat-mdc-tab-group,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar {
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #2196f3;
  --mat-tab-header-active-ripple-color: #2196f3;
  --mat-tab-header-inactive-ripple-color: #2196f3;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #2196f3;
  --mat-tab-header-active-hover-label-text-color: #2196f3;
  --mat-tab-header-active-focus-indicator-color: #2196f3;
  --mat-tab-header-active-hover-indicator-color: #2196f3;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-accent,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #607d8b;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-accent,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #607d8b;
  --mat-tab-header-active-ripple-color: #607d8b;
  --mat-tab-header-inactive-ripple-color: #607d8b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #607d8b;
  --mat-tab-header-active-hover-label-text-color: #607d8b;
  --mat-tab-header-active-focus-indicator-color: #607d8b;
  --mat-tab-header-active-hover-indicator-color: #607d8b;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-warn,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-warn,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-background-primary,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #2196f3;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-background-accent,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #607d8b;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-blue-gray-dark .mat-mdc-tab-group.mat-background-warn,
body.theme-blue-gray-dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body.theme-blue-gray-dark .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
body.theme-blue-gray-dark {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
body.theme-blue-gray-dark {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #607d8b;
  --mdc-checkbox-selected-hover-icon-color: #607d8b;
  --mdc-checkbox-selected-icon-color: #607d8b;
  --mdc-checkbox-selected-pressed-icon-color: #607d8b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #607d8b;
  --mdc-checkbox-selected-hover-state-layer-color: #607d8b;
  --mdc-checkbox-selected-pressed-state-layer-color: #607d8b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-blue-gray-dark {
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2196f3;
  --mdc-checkbox-selected-hover-state-layer-color: #2196f3;
  --mdc-checkbox-selected-pressed-state-layer-color: #2196f3;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-blue-gray-dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.theme-blue-gray-dark {
  --mdc-checkbox-state-layer-size: 40px;
}
body.theme-blue-gray-dark {
  --mat-checkbox-touch-target-display: block;
}
body.theme-blue-gray-dark {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
body.theme-blue-gray-dark {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
body.theme-blue-gray-dark {
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
body.theme-blue-gray-dark {
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
}
body.theme-blue-gray-dark {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
body.theme-blue-gray-dark {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
body.theme-blue-gray-dark {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}
body.theme-blue-gray-dark {
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark {
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
}
body.theme-blue-gray-dark {
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
}
body.theme-blue-gray-dark {
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
}
body.theme-blue-gray-dark {
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark {
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
body.theme-blue-gray-dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #2196f3;
}
body.theme-blue-gray-dark .mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #2196f3;
  --mat-text-button-ripple-color: rgba(33, 150, 243, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #607d8b;
}
body.theme-blue-gray-dark .mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #607d8b;
  --mat-text-button-ripple-color: rgba(96, 125, 139, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
body.theme-blue-gray-dark .mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #2196f3;
  --mdc-filled-button-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #607d8b;
  --mdc-filled-button-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #2196f3;
  --mdc-protected-button-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #607d8b;
  --mdc-protected-button-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
}
body.theme-blue-gray-dark .mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #2196f3;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #2196f3;
  --mat-outlined-button-ripple-color: rgba(33, 150, 243, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #607d8b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #607d8b;
  --mat-outlined-button-ripple-color: rgba(96, 125, 139, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-blue-gray-dark {
  --mdc-text-button-container-height: 36px;
}
body.theme-blue-gray-dark {
  --mdc-filled-button-container-height: 36px;
}
body.theme-blue-gray-dark {
  --mdc-protected-button-container-height: 36px;
}
body.theme-blue-gray-dark {
  --mdc-outlined-button-container-height: 36px;
}
body.theme-blue-gray-dark {
  --mat-text-button-touch-target-display: block;
}
body.theme-blue-gray-dark {
  --mat-filled-button-touch-target-display: block;
}
body.theme-blue-gray-dark {
  --mat-protected-button-touch-target-display: block;
}
body.theme-blue-gray-dark {
  --mat-outlined-button-touch-target-display: block;
}
body.theme-blue-gray-dark {
  --mdc-icon-button-icon-size: 24px;
}
body.theme-blue-gray-dark {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark {
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
body.theme-blue-gray-dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #2196f3;
}
body.theme-blue-gray-dark .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #2196f3;
  --mat-icon-button-ripple-color: rgba(33, 150, 243, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #607d8b;
}
body.theme-blue-gray-dark .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #607d8b;
  --mat-icon-button-ripple-color: rgba(96, 125, 139, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
body.theme-blue-gray-dark .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.theme-blue-gray-dark {
  --mat-icon-button-touch-target-display: block;
}
body.theme-blue-gray-dark .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
body.theme-blue-gray-dark {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mdc-fab-container-color: #424242;
}
body.theme-blue-gray-dark {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark {
  --mdc-fab-small-container-color: #424242;
}
body.theme-blue-gray-dark {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #2196f3;
}
body.theme-blue-gray-dark .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #607d8b;
}
body.theme-blue-gray-dark .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
}
body.theme-blue-gray-dark .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #2196f3;
}
body.theme-blue-gray-dark .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #607d8b;
}
body.theme-blue-gray-dark .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
}
body.theme-blue-gray-dark .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark {
  --mat-fab-touch-target-display: block;
}
body.theme-blue-gray-dark {
  --mat-fab-small-touch-target-display: block;
}
body.theme-blue-gray-dark {
  --mdc-snackbar-container-shape: 4px;
}
body.theme-blue-gray-dark {
  --mdc-snackbar-container-color: rgb(217.2, 217.2, 217.2);
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
}
body.theme-blue-gray-dark {
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
}
body.theme-blue-gray-dark {
  --mat-table-row-item-outline-width: 1px;
}
body.theme-blue-gray-dark {
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
body.theme-blue-gray-dark {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
body.theme-blue-gray-dark {
  --mdc-circular-progress-active-indicator-color: #2196f3;
}
body.theme-blue-gray-dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #607d8b;
}
body.theme-blue-gray-dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body.theme-blue-gray-dark {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
body.theme-blue-gray-dark {
  --mat-badge-background-color: #2196f3;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: rgb(110.1, 110.1, 110.1);
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-badge-accent {
  --mat-badge-background-color: #607d8b;
  --mat-badge-text-color: white;
}
body.theme-blue-gray-dark .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body.theme-blue-gray-dark {
  --mat-bottom-sheet-container-shape: 4px;
}
body.theme-blue-gray-dark {
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
}
body.theme-blue-gray-dark {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
body.theme-blue-gray-dark {
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}
body.theme-blue-gray-dark {
  --mat-legacy-button-toggle-text-color: rgba(255, 255, 255, 0.5);
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, 0.7);
  --mat-legacy-button-toggle-selected-state-background-color: #212121;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;
}
body.theme-blue-gray-dark {
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #424242;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #212121;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-standard-button-toggle-disabled-state-background-color: #424242;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-divider-color: rgb(88.68, 88.68, 88.68);
}
body.theme-blue-gray-dark {
  --mat-standard-button-toggle-height: 48px;
}
body.theme-blue-gray-dark {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #2196f3;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(33, 150, 243, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(33, 150, 243, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(33, 150, 243, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #2196f3;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(33, 150, 243, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.3);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
body.theme-blue-gray-dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #607d8b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(96, 125, 139, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(96, 125, 139, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(96, 125, 139, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(96, 125, 139, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
body.theme-blue-gray-dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
body.theme-blue-gray-dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #607d8b;
}
body.theme-blue-gray-dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body.theme-blue-gray-dark .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.theme-blue-gray-dark .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
body.theme-blue-gray-dark {
  --mat-divider-width: 1px;
}
body.theme-blue-gray-dark {
  --mat-divider-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
body.theme-blue-gray-dark {
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
body.theme-blue-gray-dark {
  --mat-icon-color: inherit;
}
body.theme-blue-gray-dark .mat-icon.mat-primary {
  --mat-icon-color: #2196f3;
}
body.theme-blue-gray-dark .mat-icon.mat-accent {
  --mat-icon-color: #607d8b;
}
body.theme-blue-gray-dark .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body.theme-blue-gray-dark {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
body.theme-blue-gray-dark {
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6);
}
body.theme-blue-gray-dark {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #2196f3;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #2196f3;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #2196f3;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
body.theme-blue-gray-dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #607d8b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #607d8b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #607d8b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-blue-gray-dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.theme-blue-gray-dark {
  --mat-stepper-header-height: 72px;
}
body.theme-blue-gray-dark {
  --mat-sort-arrow-color: rgb(198.3, 198.3, 198.3);
}
body.theme-blue-gray-dark {
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
}
body.theme-blue-gray-dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #2196f3;
  --mat-toolbar-container-text-color: white;
}
body.theme-blue-gray-dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #607d8b;
  --mat-toolbar-container-text-color: white;
}
body.theme-blue-gray-dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body.theme-blue-gray-dark {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
body.theme-blue-gray-dark {
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
}
body.theme-blue-gray-dark {
  --mat-tree-node-min-height: 48px;
}
body.theme-blue-gray-dark {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark {
  --mat-timepicker-container-background-color: #424242;
}
body.theme-blue-gray-dark {
  color: white;
  background: #303030;
}
body.theme-blue-gray-dark .secondary-text {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .icon,
body.theme-blue-gray-dark i {
  color: white;
}
body.theme-blue-gray-dark .hint-text {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .disabled-text {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .fade-text,
body.theme-blue-gray-dark .divider {
  color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .fuse-card {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .fuse-card .card-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .avatar {
  color: white;
}
body.theme-blue-gray-dark .form-wrapper {
  background-color: #424242;
}
body.theme-blue-gray-dark .navigation-simple .item.selected {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark .navigation-simple .subheader {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .simple-pagination {
  background: #424242;
}
body.theme-blue-gray-dark .simple-pagination .pagination-item {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .simple-pagination .pagination-item:hover {
  color: white;
}
body.theme-blue-gray-dark .simple-pagination .pagination-item.disabled {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .price-tables .price-table {
  background: #424242;
}
body.theme-blue-gray-dark .price-tables .price-table.style-1 .price .currency {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-1 .price .period {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-2 .price .currency {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-2 .period {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-3 .package-type .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-3 .terms {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .price-tables .price-table.style-3 .note {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .simple-table-container {
  background: #424242;
}
body.theme-blue-gray-dark table.simple thead tr th {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark table.simple tbody tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark table.simple.clickable tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark .page-layout.carded.fullwidth > .center > .content-card {
  background: #424242;
  border-radius: 8px 8px 0 0;
}
body.theme-blue-gray-dark .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .page-layout.carded.left-sidebar > .center > .content-card,
body.theme-blue-gray-dark .page-layout.carded.right-sidebar > .center > .content-card {
  background: #424242;
  border-radius: 8px 8px 0 0;
}
body.theme-blue-gray-dark .page-layout.carded.left-sidebar > .center > .content-card > .toolbar,
body.theme-blue-gray-dark .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .page-layout.simple.left-sidebar > .center > .content,
body.theme-blue-gray-dark .page-layout.simple.right-sidebar > .center > .content {
  background: #424242;
}
body.theme-blue-gray-dark .page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content,
body.theme-blue-gray-dark .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: #424242;
}
body.theme-blue-gray-dark code:not(.highlight) {
  background-color: #212121;
}
body.theme-blue-gray-dark .changelog .entry {
  background-color: #424242;
}
body.theme-blue-gray-dark .text-boxed {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.54);
}
body.theme-blue-gray-dark fuse-countdown .fuse-countdown .time .title {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .fuse-search-bar.expanded {
  background-color: #303030;
}
body.theme-blue-gray-dark #fuse-shortcuts.show-mobile-panel {
  background-color: #303030;
}
body.theme-blue-gray-dark fuse-sidebar {
  background: #303030;
}
body.theme-blue-gray-dark .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-blue-gray-dark .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-blue-gray-dark fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark fuse-theme-options .theme-options-panel form .group h2 {
  background: #303030;
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .fuse-material-color-picker-menu .mat-mdc-menu-content .views {
  background: #303030;
}
body.theme-blue-gray-dark fuse-widget > .fuse-widget-front,
body.theme-blue-gray-dark fuse-widget > .fuse-widget-back {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark ngx-datatable.material {
  background: #424242;
  color: white;
}
body.theme-blue-gray-dark ngx-datatable.material .datatable-header .datatable-header-cell {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark ngx-datatable.material .datatable-body .datatable-row-wrapper {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark ngx-datatable.material .datatable-body .datatable-row-wrapper:first-child {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
  color: white;
}
body.theme-blue-gray-dark ngx-datatable.material .datatable-footer {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark ngx-datatable.material .datatable-footer .datatable-pager a {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover .datatable-row-group {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark toolbar .toolbar-separator {
  background: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .primary-50-bg {
  background-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .primary-50 {
  background-color: #e3f2fd !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .primary-50[disabled] {
  background-color: rgba(227, 242, 253, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .primary-50-fg {
  color: #e3f2fd !important;
}
body.theme-blue-gray-dark .primary-50-border {
  border-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .primary-50-border-top {
  border-top-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .primary-50-border-right {
  border-right-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .primary-50-border-bottom {
  border-bottom-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .primary-50-border-left {
  border-left-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .primary-100-bg {
  background-color: #bbdefb !important;
}
body.theme-blue-gray-dark .primary-100 {
  background-color: #bbdefb !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .primary-100[disabled] {
  background-color: rgba(187, 222, 251, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .primary-100-fg {
  color: #bbdefb !important;
}
body.theme-blue-gray-dark .primary-100-border {
  border-color: #bbdefb !important;
}
body.theme-blue-gray-dark .primary-100-border-top {
  border-top-color: #bbdefb !important;
}
body.theme-blue-gray-dark .primary-100-border-right {
  border-right-color: #bbdefb !important;
}
body.theme-blue-gray-dark .primary-100-border-bottom {
  border-bottom-color: #bbdefb !important;
}
body.theme-blue-gray-dark .primary-100-border-left {
  border-left-color: #bbdefb !important;
}
body.theme-blue-gray-dark .primary-200-bg {
  background-color: #90caf9 !important;
}
body.theme-blue-gray-dark .primary-200 {
  background-color: #90caf9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .primary-200[disabled] {
  background-color: rgba(144, 202, 249, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .primary-200-fg {
  color: #90caf9 !important;
}
body.theme-blue-gray-dark .primary-200-border {
  border-color: #90caf9 !important;
}
body.theme-blue-gray-dark .primary-200-border-top {
  border-top-color: #90caf9 !important;
}
body.theme-blue-gray-dark .primary-200-border-right {
  border-right-color: #90caf9 !important;
}
body.theme-blue-gray-dark .primary-200-border-bottom {
  border-bottom-color: #90caf9 !important;
}
body.theme-blue-gray-dark .primary-200-border-left {
  border-left-color: #90caf9 !important;
}
body.theme-blue-gray-dark .primary-300-bg {
  background-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .primary-300 {
  background-color: #64b5f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .primary-300[disabled] {
  background-color: rgba(100, 181, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .primary-300-fg {
  color: #64b5f6 !important;
}
body.theme-blue-gray-dark .primary-300-border {
  border-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .primary-300-border-top {
  border-top-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .primary-300-border-right {
  border-right-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .primary-300-border-bottom {
  border-bottom-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .primary-300-border-left {
  border-left-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .primary-400-bg {
  background-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .primary-400 {
  background-color: #42a5f5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .primary-400[disabled] {
  background-color: rgba(66, 165, 245, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .primary-400-fg {
  color: #42a5f5 !important;
}
body.theme-blue-gray-dark .primary-400-border {
  border-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .primary-400-border-top {
  border-top-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .primary-400-border-right {
  border-right-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .primary-400-border-bottom {
  border-bottom-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .primary-400-border-left {
  border-left-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .primary-500-bg {
  background-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-500 {
  background-color: #2196f3 !important;
  color: white !important;
}
body.theme-blue-gray-dark .primary-500[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .primary-500-fg {
  color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-500-border {
  border-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-500-border-top {
  border-top-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-500-border-right {
  border-right-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-500-border-bottom {
  border-bottom-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-500-border-left {
  border-left-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-600-bg {
  background-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .primary-600 {
  background-color: #1e88e5 !important;
  color: white !important;
}
body.theme-blue-gray-dark .primary-600[disabled] {
  background-color: rgba(30, 136, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .primary-600-fg {
  color: #1e88e5 !important;
}
body.theme-blue-gray-dark .primary-600-border {
  border-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .primary-600-border-top {
  border-top-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .primary-600-border-right {
  border-right-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .primary-600-border-bottom {
  border-bottom-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .primary-600-border-left {
  border-left-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .primary-700-bg {
  background-color: #1976d2 !important;
}
body.theme-blue-gray-dark .primary-700 {
  background-color: #1976d2 !important;
  color: white !important;
}
body.theme-blue-gray-dark .primary-700[disabled] {
  background-color: rgba(25, 118, 210, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .primary-700-fg {
  color: #1976d2 !important;
}
body.theme-blue-gray-dark .primary-700-border {
  border-color: #1976d2 !important;
}
body.theme-blue-gray-dark .primary-700-border-top {
  border-top-color: #1976d2 !important;
}
body.theme-blue-gray-dark .primary-700-border-right {
  border-right-color: #1976d2 !important;
}
body.theme-blue-gray-dark .primary-700-border-bottom {
  border-bottom-color: #1976d2 !important;
}
body.theme-blue-gray-dark .primary-700-border-left {
  border-left-color: #1976d2 !important;
}
body.theme-blue-gray-dark .primary-800-bg {
  background-color: #1565c0 !important;
}
body.theme-blue-gray-dark .primary-800 {
  background-color: #1565c0 !important;
  color: white !important;
}
body.theme-blue-gray-dark .primary-800[disabled] {
  background-color: rgba(21, 101, 192, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .primary-800-fg {
  color: #1565c0 !important;
}
body.theme-blue-gray-dark .primary-800-border {
  border-color: #1565c0 !important;
}
body.theme-blue-gray-dark .primary-800-border-top {
  border-top-color: #1565c0 !important;
}
body.theme-blue-gray-dark .primary-800-border-right {
  border-right-color: #1565c0 !important;
}
body.theme-blue-gray-dark .primary-800-border-bottom {
  border-bottom-color: #1565c0 !important;
}
body.theme-blue-gray-dark .primary-800-border-left {
  border-left-color: #1565c0 !important;
}
body.theme-blue-gray-dark .primary-900-bg {
  background-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .primary-900 {
  background-color: #0d47a1 !important;
  color: white !important;
}
body.theme-blue-gray-dark .primary-900[disabled] {
  background-color: rgba(13, 71, 161, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .primary-900-fg {
  color: #0d47a1 !important;
}
body.theme-blue-gray-dark .primary-900-border {
  border-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .primary-900-border-top {
  border-top-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .primary-900-border-right {
  border-right-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .primary-900-border-bottom {
  border-bottom-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .primary-900-border-left {
  border-left-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .primary-A100-bg {
  background-color: #82b1ff !important;
}
body.theme-blue-gray-dark .primary-A100 {
  background-color: #82b1ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .primary-A100[disabled] {
  background-color: rgba(130, 177, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .primary-A100-fg {
  color: #82b1ff !important;
}
body.theme-blue-gray-dark .primary-A100-border {
  border-color: #82b1ff !important;
}
body.theme-blue-gray-dark .primary-A100-border-top {
  border-top-color: #82b1ff !important;
}
body.theme-blue-gray-dark .primary-A100-border-right {
  border-right-color: #82b1ff !important;
}
body.theme-blue-gray-dark .primary-A100-border-bottom {
  border-bottom-color: #82b1ff !important;
}
body.theme-blue-gray-dark .primary-A100-border-left {
  border-left-color: #82b1ff !important;
}
body.theme-blue-gray-dark .primary-A200-bg {
  background-color: #448aff !important;
}
body.theme-blue-gray-dark .primary-A200 {
  background-color: #448aff !important;
  color: white !important;
}
body.theme-blue-gray-dark .primary-A200[disabled] {
  background-color: rgba(68, 138, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .primary-A200-fg {
  color: #448aff !important;
}
body.theme-blue-gray-dark .primary-A200-border {
  border-color: #448aff !important;
}
body.theme-blue-gray-dark .primary-A200-border-top {
  border-top-color: #448aff !important;
}
body.theme-blue-gray-dark .primary-A200-border-right {
  border-right-color: #448aff !important;
}
body.theme-blue-gray-dark .primary-A200-border-bottom {
  border-bottom-color: #448aff !important;
}
body.theme-blue-gray-dark .primary-A200-border-left {
  border-left-color: #448aff !important;
}
body.theme-blue-gray-dark .primary-A400-bg {
  background-color: #2979ff !important;
}
body.theme-blue-gray-dark .primary-A400 {
  background-color: #2979ff !important;
  color: white !important;
}
body.theme-blue-gray-dark .primary-A400[disabled] {
  background-color: rgba(41, 121, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .primary-A400-fg {
  color: #2979ff !important;
}
body.theme-blue-gray-dark .primary-A400-border {
  border-color: #2979ff !important;
}
body.theme-blue-gray-dark .primary-A400-border-top {
  border-top-color: #2979ff !important;
}
body.theme-blue-gray-dark .primary-A400-border-right {
  border-right-color: #2979ff !important;
}
body.theme-blue-gray-dark .primary-A400-border-bottom {
  border-bottom-color: #2979ff !important;
}
body.theme-blue-gray-dark .primary-A400-border-left {
  border-left-color: #2979ff !important;
}
body.theme-blue-gray-dark .primary-A700-bg {
  background-color: #2962ff !important;
}
body.theme-blue-gray-dark .primary-A700 {
  background-color: #2962ff !important;
  color: white !important;
}
body.theme-blue-gray-dark .primary-A700[disabled] {
  background-color: rgba(41, 98, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .primary-A700-fg {
  color: #2962ff !important;
}
body.theme-blue-gray-dark .primary-A700-border {
  border-color: #2962ff !important;
}
body.theme-blue-gray-dark .primary-A700-border-top {
  border-top-color: #2962ff !important;
}
body.theme-blue-gray-dark .primary-A700-border-right {
  border-right-color: #2962ff !important;
}
body.theme-blue-gray-dark .primary-A700-border-bottom {
  border-bottom-color: #2962ff !important;
}
body.theme-blue-gray-dark .primary-A700-border-left {
  border-left-color: #2962ff !important;
}
body.theme-blue-gray-dark .primary-bg {
  background-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary {
  background-color: #2196f3 !important;
  color: white !important;
}
body.theme-blue-gray-dark .primary[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .primary-fg {
  color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-border {
  border-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-border-top {
  border-top-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-border-right {
  border-right-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-border-bottom {
  border-bottom-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-border-left {
  border-left-color: #2196f3 !important;
}
body.theme-blue-gray-dark .accent-50-bg {
  background-color: #eceff1 !important;
}
body.theme-blue-gray-dark .accent-50 {
  background-color: #eceff1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .accent-50[disabled] {
  background-color: rgba(236, 239, 241, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .accent-50-fg {
  color: #eceff1 !important;
}
body.theme-blue-gray-dark .accent-50-border {
  border-color: #eceff1 !important;
}
body.theme-blue-gray-dark .accent-50-border-top {
  border-top-color: #eceff1 !important;
}
body.theme-blue-gray-dark .accent-50-border-right {
  border-right-color: #eceff1 !important;
}
body.theme-blue-gray-dark .accent-50-border-bottom {
  border-bottom-color: #eceff1 !important;
}
body.theme-blue-gray-dark .accent-50-border-left {
  border-left-color: #eceff1 !important;
}
body.theme-blue-gray-dark .accent-100-bg {
  background-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .accent-100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .accent-100-fg {
  color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-100-border {
  border-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-200-bg {
  background-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .accent-200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .accent-200-fg {
  color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-200-border {
  border-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-300-bg {
  background-color: #90a4ae !important;
}
body.theme-blue-gray-dark .accent-300 {
  background-color: #90a4ae !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .accent-300[disabled] {
  background-color: rgba(144, 164, 174, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .accent-300-fg {
  color: #90a4ae !important;
}
body.theme-blue-gray-dark .accent-300-border {
  border-color: #90a4ae !important;
}
body.theme-blue-gray-dark .accent-300-border-top {
  border-top-color: #90a4ae !important;
}
body.theme-blue-gray-dark .accent-300-border-right {
  border-right-color: #90a4ae !important;
}
body.theme-blue-gray-dark .accent-300-border-bottom {
  border-bottom-color: #90a4ae !important;
}
body.theme-blue-gray-dark .accent-300-border-left {
  border-left-color: #90a4ae !important;
}
body.theme-blue-gray-dark .accent-400-bg {
  background-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-400 {
  background-color: #78909c !important;
  color: white !important;
}
body.theme-blue-gray-dark .accent-400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-400-fg {
  color: #78909c !important;
}
body.theme-blue-gray-dark .accent-400-border {
  border-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-400-border-top {
  border-top-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-400-border-right {
  border-right-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-400-border-left {
  border-left-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-500-bg {
  background-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-500 {
  background-color: #607d8b !important;
  color: white !important;
}
body.theme-blue-gray-dark .accent-500[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-500-fg {
  color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-500-border {
  border-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-500-border-top {
  border-top-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-500-border-right {
  border-right-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-500-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-500-border-left {
  border-left-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-600-bg {
  background-color: #546e7a !important;
}
body.theme-blue-gray-dark .accent-600 {
  background-color: #546e7a !important;
  color: white !important;
}
body.theme-blue-gray-dark .accent-600[disabled] {
  background-color: rgba(84, 110, 122, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-600-fg {
  color: #546e7a !important;
}
body.theme-blue-gray-dark .accent-600-border {
  border-color: #546e7a !important;
}
body.theme-blue-gray-dark .accent-600-border-top {
  border-top-color: #546e7a !important;
}
body.theme-blue-gray-dark .accent-600-border-right {
  border-right-color: #546e7a !important;
}
body.theme-blue-gray-dark .accent-600-border-bottom {
  border-bottom-color: #546e7a !important;
}
body.theme-blue-gray-dark .accent-600-border-left {
  border-left-color: #546e7a !important;
}
body.theme-blue-gray-dark .accent-700-bg {
  background-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-700 {
  background-color: #455a64 !important;
  color: white !important;
}
body.theme-blue-gray-dark .accent-700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-700-fg {
  color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-700-border {
  border-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-800-bg {
  background-color: #37474f !important;
}
body.theme-blue-gray-dark .accent-800 {
  background-color: #37474f !important;
  color: white !important;
}
body.theme-blue-gray-dark .accent-800[disabled] {
  background-color: rgba(55, 71, 79, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-800-fg {
  color: #37474f !important;
}
body.theme-blue-gray-dark .accent-800-border {
  border-color: #37474f !important;
}
body.theme-blue-gray-dark .accent-800-border-top {
  border-top-color: #37474f !important;
}
body.theme-blue-gray-dark .accent-800-border-right {
  border-right-color: #37474f !important;
}
body.theme-blue-gray-dark .accent-800-border-bottom {
  border-bottom-color: #37474f !important;
}
body.theme-blue-gray-dark .accent-800-border-left {
  border-left-color: #37474f !important;
}
body.theme-blue-gray-dark .accent-900-bg {
  background-color: #263238 !important;
}
body.theme-blue-gray-dark .accent-900 {
  background-color: #263238 !important;
  color: white !important;
}
body.theme-blue-gray-dark .accent-900[disabled] {
  background-color: rgba(38, 50, 56, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-900-fg {
  color: #263238 !important;
}
body.theme-blue-gray-dark .accent-900-border {
  border-color: #263238 !important;
}
body.theme-blue-gray-dark .accent-900-border-top {
  border-top-color: #263238 !important;
}
body.theme-blue-gray-dark .accent-900-border-right {
  border-right-color: #263238 !important;
}
body.theme-blue-gray-dark .accent-900-border-bottom {
  border-bottom-color: #263238 !important;
}
body.theme-blue-gray-dark .accent-900-border-left {
  border-left-color: #263238 !important;
}
body.theme-blue-gray-dark .accent-A100-bg {
  background-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-A100 {
  background-color: #cfd8dc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .accent-A100[disabled] {
  background-color: rgba(207, 216, 220, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .accent-A100-fg {
  color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-A100-border {
  border-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-A100-border-top {
  border-top-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-A100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-A100-border-bottom {
  border-bottom-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-A100-border-left {
  border-left-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-A200-bg {
  background-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-A200 {
  background-color: #b0bec5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .accent-A200[disabled] {
  background-color: rgba(176, 190, 197, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .accent-A200-fg {
  color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-A200-border {
  border-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-A200-border-top {
  border-top-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-A200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-A200-border-bottom {
  border-bottom-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-A200-border-left {
  border-left-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-A400-bg {
  background-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-A400 {
  background-color: #78909c !important;
  color: white !important;
}
body.theme-blue-gray-dark .accent-A400[disabled] {
  background-color: rgba(120, 144, 156, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-A400-fg {
  color: #78909c !important;
}
body.theme-blue-gray-dark .accent-A400-border {
  border-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-A400-border-top {
  border-top-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-A400-border-right {
  border-right-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-A400-border-bottom {
  border-bottom-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-A400-border-left {
  border-left-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-A700-bg {
  background-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-A700 {
  background-color: #455a64 !important;
  color: white !important;
}
body.theme-blue-gray-dark .accent-A700[disabled] {
  background-color: rgba(69, 90, 100, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-A700-fg {
  color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-A700-border {
  border-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-A700-border-top {
  border-top-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-A700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-A700-border-bottom {
  border-bottom-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-A700-border-left {
  border-left-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-bg {
  background-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent {
  background-color: #607d8b !important;
  color: white !important;
}
body.theme-blue-gray-dark .accent[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-fg {
  color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-border {
  border-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-border-top {
  border-top-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-border-right {
  border-right-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-border-bottom {
  border-bottom-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-border-left {
  border-left-color: #607d8b !important;
}
body.theme-blue-gray-dark .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .warn-50-fg {
  color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .warn-300-fg {
  color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500 {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-blue-gray-dark .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .warn-500-fg {
  color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600 {
  background-color: #e53935 !important;
  color: white !important;
}
body.theme-blue-gray-dark .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .warn-600-fg {
  color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700 {
  background-color: #d32f2f !important;
  color: white !important;
}
body.theme-blue-gray-dark .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800 {
  background-color: #c62828 !important;
  color: white !important;
}
body.theme-blue-gray-dark .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .warn-800-fg {
  color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900 {
  background-color: #b71c1c !important;
  color: white !important;
}
body.theme-blue-gray-dark .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-blue-gray-dark .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-blue-gray-dark .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}
body.theme-blue-gray-dark .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}
body.theme-blue-gray-dark .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700 {
  background-color: #d50000 !important;
  color: white !important;
}
body.theme-blue-gray-dark .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn-bg {
  background-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-blue-gray-dark .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .warn-fg {
  color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-border {
  border-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-blue-gray-dark .primary-50 i,
body.theme-blue-gray-dark .primary-50 .icon,
body.theme-blue-gray-dark .primary-100 i,
body.theme-blue-gray-dark .primary-100 .icon,
body.theme-blue-gray-dark .primary-200 i,
body.theme-blue-gray-dark .primary-200 .icon,
body.theme-blue-gray-dark .primary-300 i,
body.theme-blue-gray-dark .primary-300 .icon,
body.theme-blue-gray-dark .primary-400 i,
body.theme-blue-gray-dark .primary-400 .icon,
body.theme-blue-gray-dark .primary-A100 i,
body.theme-blue-gray-dark .primary-A100 .icon,
body.theme-blue-gray-dark .accent-50 i,
body.theme-blue-gray-dark .accent-50 .icon,
body.theme-blue-gray-dark .accent-100 i,
body.theme-blue-gray-dark .accent-100 .icon,
body.theme-blue-gray-dark .accent-200 i,
body.theme-blue-gray-dark .accent-200 .icon,
body.theme-blue-gray-dark .accent-300 i,
body.theme-blue-gray-dark .accent-300 .icon,
body.theme-blue-gray-dark .accent-A100 i,
body.theme-blue-gray-dark .accent-A100 .icon,
body.theme-blue-gray-dark .accent-A200 i,
body.theme-blue-gray-dark .accent-A200 .icon,
body.theme-blue-gray-dark .warn-50 i,
body.theme-blue-gray-dark .warn-50 .icon,
body.theme-blue-gray-dark .warn-100 i,
body.theme-blue-gray-dark .warn-100 .icon,
body.theme-blue-gray-dark .warn-200 i,
body.theme-blue-gray-dark .warn-200 .icon,
body.theme-blue-gray-dark .warn-300 i,
body.theme-blue-gray-dark .warn-300 .icon,
body.theme-blue-gray-dark .warn-400 i,
body.theme-blue-gray-dark .warn-400 .icon,
body.theme-blue-gray-dark .warn-A100 i,
body.theme-blue-gray-dark .warn-A100 .icon {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-blue-gray-dark .primary-50.secondary-text,
body.theme-blue-gray-dark .primary-50 .secondary-text,
body.theme-blue-gray-dark .primary-100.secondary-text,
body.theme-blue-gray-dark .primary-100 .secondary-text,
body.theme-blue-gray-dark .primary-200.secondary-text,
body.theme-blue-gray-dark .primary-200 .secondary-text,
body.theme-blue-gray-dark .primary-300.secondary-text,
body.theme-blue-gray-dark .primary-300 .secondary-text,
body.theme-blue-gray-dark .primary-400.secondary-text,
body.theme-blue-gray-dark .primary-400 .secondary-text,
body.theme-blue-gray-dark .primary-A100.secondary-text,
body.theme-blue-gray-dark .primary-A100 .secondary-text,
body.theme-blue-gray-dark .accent-50.secondary-text,
body.theme-blue-gray-dark .accent-50 .secondary-text,
body.theme-blue-gray-dark .accent-100.secondary-text,
body.theme-blue-gray-dark .accent-100 .secondary-text,
body.theme-blue-gray-dark .accent-200.secondary-text,
body.theme-blue-gray-dark .accent-200 .secondary-text,
body.theme-blue-gray-dark .accent-300.secondary-text,
body.theme-blue-gray-dark .accent-300 .secondary-text,
body.theme-blue-gray-dark .accent-A100.secondary-text,
body.theme-blue-gray-dark .accent-A100 .secondary-text,
body.theme-blue-gray-dark .accent-A200.secondary-text,
body.theme-blue-gray-dark .accent-A200 .secondary-text,
body.theme-blue-gray-dark .warn-50.secondary-text,
body.theme-blue-gray-dark .warn-50 .secondary-text,
body.theme-blue-gray-dark .warn-100.secondary-text,
body.theme-blue-gray-dark .warn-100 .secondary-text,
body.theme-blue-gray-dark .warn-200.secondary-text,
body.theme-blue-gray-dark .warn-200 .secondary-text,
body.theme-blue-gray-dark .warn-300.secondary-text,
body.theme-blue-gray-dark .warn-300 .secondary-text,
body.theme-blue-gray-dark .warn-400.secondary-text,
body.theme-blue-gray-dark .warn-400 .secondary-text,
body.theme-blue-gray-dark .warn-A100.secondary-text,
body.theme-blue-gray-dark .warn-A100 .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
body.theme-blue-gray-dark .primary-50.hint-text,
body.theme-blue-gray-dark .primary-50 .hint-text,
body.theme-blue-gray-dark .primary-50.disabled-text,
body.theme-blue-gray-dark .primary-50 .disabled-text,
body.theme-blue-gray-dark .primary-100.hint-text,
body.theme-blue-gray-dark .primary-100 .hint-text,
body.theme-blue-gray-dark .primary-100.disabled-text,
body.theme-blue-gray-dark .primary-100 .disabled-text,
body.theme-blue-gray-dark .primary-200.hint-text,
body.theme-blue-gray-dark .primary-200 .hint-text,
body.theme-blue-gray-dark .primary-200.disabled-text,
body.theme-blue-gray-dark .primary-200 .disabled-text,
body.theme-blue-gray-dark .primary-300.hint-text,
body.theme-blue-gray-dark .primary-300 .hint-text,
body.theme-blue-gray-dark .primary-300.disabled-text,
body.theme-blue-gray-dark .primary-300 .disabled-text,
body.theme-blue-gray-dark .primary-400.hint-text,
body.theme-blue-gray-dark .primary-400 .hint-text,
body.theme-blue-gray-dark .primary-400.disabled-text,
body.theme-blue-gray-dark .primary-400 .disabled-text,
body.theme-blue-gray-dark .primary-A100.hint-text,
body.theme-blue-gray-dark .primary-A100 .hint-text,
body.theme-blue-gray-dark .primary-A100.disabled-text,
body.theme-blue-gray-dark .primary-A100 .disabled-text,
body.theme-blue-gray-dark .accent-50.hint-text,
body.theme-blue-gray-dark .accent-50 .hint-text,
body.theme-blue-gray-dark .accent-50.disabled-text,
body.theme-blue-gray-dark .accent-50 .disabled-text,
body.theme-blue-gray-dark .accent-100.hint-text,
body.theme-blue-gray-dark .accent-100 .hint-text,
body.theme-blue-gray-dark .accent-100.disabled-text,
body.theme-blue-gray-dark .accent-100 .disabled-text,
body.theme-blue-gray-dark .accent-200.hint-text,
body.theme-blue-gray-dark .accent-200 .hint-text,
body.theme-blue-gray-dark .accent-200.disabled-text,
body.theme-blue-gray-dark .accent-200 .disabled-text,
body.theme-blue-gray-dark .accent-300.hint-text,
body.theme-blue-gray-dark .accent-300 .hint-text,
body.theme-blue-gray-dark .accent-300.disabled-text,
body.theme-blue-gray-dark .accent-300 .disabled-text,
body.theme-blue-gray-dark .accent-A100.hint-text,
body.theme-blue-gray-dark .accent-A100 .hint-text,
body.theme-blue-gray-dark .accent-A100.disabled-text,
body.theme-blue-gray-dark .accent-A100 .disabled-text,
body.theme-blue-gray-dark .accent-A200.hint-text,
body.theme-blue-gray-dark .accent-A200 .hint-text,
body.theme-blue-gray-dark .accent-A200.disabled-text,
body.theme-blue-gray-dark .accent-A200 .disabled-text,
body.theme-blue-gray-dark .warn-50.hint-text,
body.theme-blue-gray-dark .warn-50 .hint-text,
body.theme-blue-gray-dark .warn-50.disabled-text,
body.theme-blue-gray-dark .warn-50 .disabled-text,
body.theme-blue-gray-dark .warn-100.hint-text,
body.theme-blue-gray-dark .warn-100 .hint-text,
body.theme-blue-gray-dark .warn-100.disabled-text,
body.theme-blue-gray-dark .warn-100 .disabled-text,
body.theme-blue-gray-dark .warn-200.hint-text,
body.theme-blue-gray-dark .warn-200 .hint-text,
body.theme-blue-gray-dark .warn-200.disabled-text,
body.theme-blue-gray-dark .warn-200 .disabled-text,
body.theme-blue-gray-dark .warn-300.hint-text,
body.theme-blue-gray-dark .warn-300 .hint-text,
body.theme-blue-gray-dark .warn-300.disabled-text,
body.theme-blue-gray-dark .warn-300 .disabled-text,
body.theme-blue-gray-dark .warn-400.hint-text,
body.theme-blue-gray-dark .warn-400 .hint-text,
body.theme-blue-gray-dark .warn-400.disabled-text,
body.theme-blue-gray-dark .warn-400 .disabled-text,
body.theme-blue-gray-dark .warn-A100.hint-text,
body.theme-blue-gray-dark .warn-A100 .hint-text,
body.theme-blue-gray-dark .warn-A100.disabled-text,
body.theme-blue-gray-dark .warn-A100 .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
body.theme-blue-gray-dark .primary-50.divider,
body.theme-blue-gray-dark .primary-50 .divider,
body.theme-blue-gray-dark .primary-100.divider,
body.theme-blue-gray-dark .primary-100 .divider,
body.theme-blue-gray-dark .primary-200.divider,
body.theme-blue-gray-dark .primary-200 .divider,
body.theme-blue-gray-dark .primary-300.divider,
body.theme-blue-gray-dark .primary-300 .divider,
body.theme-blue-gray-dark .primary-400.divider,
body.theme-blue-gray-dark .primary-400 .divider,
body.theme-blue-gray-dark .primary-A100.divider,
body.theme-blue-gray-dark .primary-A100 .divider,
body.theme-blue-gray-dark .accent-50.divider,
body.theme-blue-gray-dark .accent-50 .divider,
body.theme-blue-gray-dark .accent-100.divider,
body.theme-blue-gray-dark .accent-100 .divider,
body.theme-blue-gray-dark .accent-200.divider,
body.theme-blue-gray-dark .accent-200 .divider,
body.theme-blue-gray-dark .accent-300.divider,
body.theme-blue-gray-dark .accent-300 .divider,
body.theme-blue-gray-dark .accent-A100.divider,
body.theme-blue-gray-dark .accent-A100 .divider,
body.theme-blue-gray-dark .accent-A200.divider,
body.theme-blue-gray-dark .accent-A200 .divider,
body.theme-blue-gray-dark .warn-50.divider,
body.theme-blue-gray-dark .warn-50 .divider,
body.theme-blue-gray-dark .warn-100.divider,
body.theme-blue-gray-dark .warn-100 .divider,
body.theme-blue-gray-dark .warn-200.divider,
body.theme-blue-gray-dark .warn-200 .divider,
body.theme-blue-gray-dark .warn-300.divider,
body.theme-blue-gray-dark .warn-300 .divider,
body.theme-blue-gray-dark .warn-400.divider,
body.theme-blue-gray-dark .warn-400 .divider,
body.theme-blue-gray-dark .warn-A100.divider,
body.theme-blue-gray-dark .warn-A100 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
body.theme-blue-gray-dark .primary-50 .mat-ripple-element,
body.theme-blue-gray-dark .primary-100 .mat-ripple-element,
body.theme-blue-gray-dark .primary-200 .mat-ripple-element,
body.theme-blue-gray-dark .primary-300 .mat-ripple-element,
body.theme-blue-gray-dark .primary-400 .mat-ripple-element,
body.theme-blue-gray-dark .primary-A100 .mat-ripple-element,
body.theme-blue-gray-dark .accent-50 .mat-ripple-element,
body.theme-blue-gray-dark .accent-100 .mat-ripple-element,
body.theme-blue-gray-dark .accent-200 .mat-ripple-element,
body.theme-blue-gray-dark .accent-300 .mat-ripple-element,
body.theme-blue-gray-dark .accent-A100 .mat-ripple-element,
body.theme-blue-gray-dark .accent-A200 .mat-ripple-element,
body.theme-blue-gray-dark .warn-50 .mat-ripple-element,
body.theme-blue-gray-dark .warn-100 .mat-ripple-element,
body.theme-blue-gray-dark .warn-200 .mat-ripple-element,
body.theme-blue-gray-dark .warn-300 .mat-ripple-element,
body.theme-blue-gray-dark .warn-400 .mat-ripple-element,
body.theme-blue-gray-dark .warn-A100 .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
body.theme-blue-gray-dark .primary-50 .adaptive-border-color,
body.theme-blue-gray-dark .primary-100 .adaptive-border-color,
body.theme-blue-gray-dark .primary-200 .adaptive-border-color,
body.theme-blue-gray-dark .primary-300 .adaptive-border-color,
body.theme-blue-gray-dark .primary-400 .adaptive-border-color,
body.theme-blue-gray-dark .primary-A100 .adaptive-border-color,
body.theme-blue-gray-dark .accent-50 .adaptive-border-color,
body.theme-blue-gray-dark .accent-100 .adaptive-border-color,
body.theme-blue-gray-dark .accent-200 .adaptive-border-color,
body.theme-blue-gray-dark .accent-300 .adaptive-border-color,
body.theme-blue-gray-dark .accent-A100 .adaptive-border-color,
body.theme-blue-gray-dark .accent-A200 .adaptive-border-color,
body.theme-blue-gray-dark .warn-50 .adaptive-border-color,
body.theme-blue-gray-dark .warn-100 .adaptive-border-color,
body.theme-blue-gray-dark .warn-200 .adaptive-border-color,
body.theme-blue-gray-dark .warn-300 .adaptive-border-color,
body.theme-blue-gray-dark .warn-400 .adaptive-border-color,
body.theme-blue-gray-dark .warn-A100 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .primary-500 i,
body.theme-blue-gray-dark .primary-500 .icon,
body.theme-blue-gray-dark .primary-600 i,
body.theme-blue-gray-dark .primary-600 .icon,
body.theme-blue-gray-dark .primary-700 i,
body.theme-blue-gray-dark .primary-700 .icon,
body.theme-blue-gray-dark .primary-800 i,
body.theme-blue-gray-dark .primary-800 .icon,
body.theme-blue-gray-dark .primary-900 i,
body.theme-blue-gray-dark .primary-900 .icon,
body.theme-blue-gray-dark .primary-A200 i,
body.theme-blue-gray-dark .primary-A200 .icon,
body.theme-blue-gray-dark .primary-A400 i,
body.theme-blue-gray-dark .primary-A400 .icon,
body.theme-blue-gray-dark .primary-A700 i,
body.theme-blue-gray-dark .primary-A700 .icon,
body.theme-blue-gray-dark .primary i,
body.theme-blue-gray-dark .primary .icon,
body.theme-blue-gray-dark .accent-400 i,
body.theme-blue-gray-dark .accent-400 .icon,
body.theme-blue-gray-dark .accent-500 i,
body.theme-blue-gray-dark .accent-500 .icon,
body.theme-blue-gray-dark .accent-600 i,
body.theme-blue-gray-dark .accent-600 .icon,
body.theme-blue-gray-dark .accent-700 i,
body.theme-blue-gray-dark .accent-700 .icon,
body.theme-blue-gray-dark .accent-800 i,
body.theme-blue-gray-dark .accent-800 .icon,
body.theme-blue-gray-dark .accent-900 i,
body.theme-blue-gray-dark .accent-900 .icon,
body.theme-blue-gray-dark .accent-A400 i,
body.theme-blue-gray-dark .accent-A400 .icon,
body.theme-blue-gray-dark .accent-A700 i,
body.theme-blue-gray-dark .accent-A700 .icon,
body.theme-blue-gray-dark .accent i,
body.theme-blue-gray-dark .accent .icon,
body.theme-blue-gray-dark .warn-500 i,
body.theme-blue-gray-dark .warn-500 .icon,
body.theme-blue-gray-dark .warn-600 i,
body.theme-blue-gray-dark .warn-600 .icon,
body.theme-blue-gray-dark .warn-700 i,
body.theme-blue-gray-dark .warn-700 .icon,
body.theme-blue-gray-dark .warn-800 i,
body.theme-blue-gray-dark .warn-800 .icon,
body.theme-blue-gray-dark .warn-900 i,
body.theme-blue-gray-dark .warn-900 .icon,
body.theme-blue-gray-dark .warn-A200 i,
body.theme-blue-gray-dark .warn-A200 .icon,
body.theme-blue-gray-dark .warn-A400 i,
body.theme-blue-gray-dark .warn-A400 .icon,
body.theme-blue-gray-dark .warn-A700 i,
body.theme-blue-gray-dark .warn-A700 .icon,
body.theme-blue-gray-dark .warn i,
body.theme-blue-gray-dark .warn .icon {
  color: rgb(255, 255, 255);
}
body.theme-blue-gray-dark .primary-500.secondary-text,
body.theme-blue-gray-dark .primary-500 .secondary-text,
body.theme-blue-gray-dark .primary-600.secondary-text,
body.theme-blue-gray-dark .primary-600 .secondary-text,
body.theme-blue-gray-dark .primary-700.secondary-text,
body.theme-blue-gray-dark .primary-700 .secondary-text,
body.theme-blue-gray-dark .primary-800.secondary-text,
body.theme-blue-gray-dark .primary-800 .secondary-text,
body.theme-blue-gray-dark .primary-900.secondary-text,
body.theme-blue-gray-dark .primary-900 .secondary-text,
body.theme-blue-gray-dark .primary-A200.secondary-text,
body.theme-blue-gray-dark .primary-A200 .secondary-text,
body.theme-blue-gray-dark .primary-A400.secondary-text,
body.theme-blue-gray-dark .primary-A400 .secondary-text,
body.theme-blue-gray-dark .primary-A700.secondary-text,
body.theme-blue-gray-dark .primary-A700 .secondary-text,
body.theme-blue-gray-dark .primary.secondary-text,
body.theme-blue-gray-dark .primary .secondary-text,
body.theme-blue-gray-dark .accent-400.secondary-text,
body.theme-blue-gray-dark .accent-400 .secondary-text,
body.theme-blue-gray-dark .accent-500.secondary-text,
body.theme-blue-gray-dark .accent-500 .secondary-text,
body.theme-blue-gray-dark .accent-600.secondary-text,
body.theme-blue-gray-dark .accent-600 .secondary-text,
body.theme-blue-gray-dark .accent-700.secondary-text,
body.theme-blue-gray-dark .accent-700 .secondary-text,
body.theme-blue-gray-dark .accent-800.secondary-text,
body.theme-blue-gray-dark .accent-800 .secondary-text,
body.theme-blue-gray-dark .accent-900.secondary-text,
body.theme-blue-gray-dark .accent-900 .secondary-text,
body.theme-blue-gray-dark .accent-A400.secondary-text,
body.theme-blue-gray-dark .accent-A400 .secondary-text,
body.theme-blue-gray-dark .accent-A700.secondary-text,
body.theme-blue-gray-dark .accent-A700 .secondary-text,
body.theme-blue-gray-dark .accent.secondary-text,
body.theme-blue-gray-dark .accent .secondary-text,
body.theme-blue-gray-dark .warn-500.secondary-text,
body.theme-blue-gray-dark .warn-500 .secondary-text,
body.theme-blue-gray-dark .warn-600.secondary-text,
body.theme-blue-gray-dark .warn-600 .secondary-text,
body.theme-blue-gray-dark .warn-700.secondary-text,
body.theme-blue-gray-dark .warn-700 .secondary-text,
body.theme-blue-gray-dark .warn-800.secondary-text,
body.theme-blue-gray-dark .warn-800 .secondary-text,
body.theme-blue-gray-dark .warn-900.secondary-text,
body.theme-blue-gray-dark .warn-900 .secondary-text,
body.theme-blue-gray-dark .warn-A200.secondary-text,
body.theme-blue-gray-dark .warn-A200 .secondary-text,
body.theme-blue-gray-dark .warn-A400.secondary-text,
body.theme-blue-gray-dark .warn-A400 .secondary-text,
body.theme-blue-gray-dark .warn-A700.secondary-text,
body.theme-blue-gray-dark .warn-A700 .secondary-text,
body.theme-blue-gray-dark .warn.secondary-text,
body.theme-blue-gray-dark .warn .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.theme-blue-gray-dark .primary-500.hint-text,
body.theme-blue-gray-dark .primary-500 .hint-text,
body.theme-blue-gray-dark .primary-500.disabled-text,
body.theme-blue-gray-dark .primary-500 .disabled-text,
body.theme-blue-gray-dark .primary-600.hint-text,
body.theme-blue-gray-dark .primary-600 .hint-text,
body.theme-blue-gray-dark .primary-600.disabled-text,
body.theme-blue-gray-dark .primary-600 .disabled-text,
body.theme-blue-gray-dark .primary-700.hint-text,
body.theme-blue-gray-dark .primary-700 .hint-text,
body.theme-blue-gray-dark .primary-700.disabled-text,
body.theme-blue-gray-dark .primary-700 .disabled-text,
body.theme-blue-gray-dark .primary-800.hint-text,
body.theme-blue-gray-dark .primary-800 .hint-text,
body.theme-blue-gray-dark .primary-800.disabled-text,
body.theme-blue-gray-dark .primary-800 .disabled-text,
body.theme-blue-gray-dark .primary-900.hint-text,
body.theme-blue-gray-dark .primary-900 .hint-text,
body.theme-blue-gray-dark .primary-900.disabled-text,
body.theme-blue-gray-dark .primary-900 .disabled-text,
body.theme-blue-gray-dark .primary-A200.hint-text,
body.theme-blue-gray-dark .primary-A200 .hint-text,
body.theme-blue-gray-dark .primary-A200.disabled-text,
body.theme-blue-gray-dark .primary-A200 .disabled-text,
body.theme-blue-gray-dark .primary-A400.hint-text,
body.theme-blue-gray-dark .primary-A400 .hint-text,
body.theme-blue-gray-dark .primary-A400.disabled-text,
body.theme-blue-gray-dark .primary-A400 .disabled-text,
body.theme-blue-gray-dark .primary-A700.hint-text,
body.theme-blue-gray-dark .primary-A700 .hint-text,
body.theme-blue-gray-dark .primary-A700.disabled-text,
body.theme-blue-gray-dark .primary-A700 .disabled-text,
body.theme-blue-gray-dark .primary.hint-text,
body.theme-blue-gray-dark .primary .hint-text,
body.theme-blue-gray-dark .primary.disabled-text,
body.theme-blue-gray-dark .primary .disabled-text,
body.theme-blue-gray-dark .accent-400.hint-text,
body.theme-blue-gray-dark .accent-400 .hint-text,
body.theme-blue-gray-dark .accent-400.disabled-text,
body.theme-blue-gray-dark .accent-400 .disabled-text,
body.theme-blue-gray-dark .accent-500.hint-text,
body.theme-blue-gray-dark .accent-500 .hint-text,
body.theme-blue-gray-dark .accent-500.disabled-text,
body.theme-blue-gray-dark .accent-500 .disabled-text,
body.theme-blue-gray-dark .accent-600.hint-text,
body.theme-blue-gray-dark .accent-600 .hint-text,
body.theme-blue-gray-dark .accent-600.disabled-text,
body.theme-blue-gray-dark .accent-600 .disabled-text,
body.theme-blue-gray-dark .accent-700.hint-text,
body.theme-blue-gray-dark .accent-700 .hint-text,
body.theme-blue-gray-dark .accent-700.disabled-text,
body.theme-blue-gray-dark .accent-700 .disabled-text,
body.theme-blue-gray-dark .accent-800.hint-text,
body.theme-blue-gray-dark .accent-800 .hint-text,
body.theme-blue-gray-dark .accent-800.disabled-text,
body.theme-blue-gray-dark .accent-800 .disabled-text,
body.theme-blue-gray-dark .accent-900.hint-text,
body.theme-blue-gray-dark .accent-900 .hint-text,
body.theme-blue-gray-dark .accent-900.disabled-text,
body.theme-blue-gray-dark .accent-900 .disabled-text,
body.theme-blue-gray-dark .accent-A400.hint-text,
body.theme-blue-gray-dark .accent-A400 .hint-text,
body.theme-blue-gray-dark .accent-A400.disabled-text,
body.theme-blue-gray-dark .accent-A400 .disabled-text,
body.theme-blue-gray-dark .accent-A700.hint-text,
body.theme-blue-gray-dark .accent-A700 .hint-text,
body.theme-blue-gray-dark .accent-A700.disabled-text,
body.theme-blue-gray-dark .accent-A700 .disabled-text,
body.theme-blue-gray-dark .accent.hint-text,
body.theme-blue-gray-dark .accent .hint-text,
body.theme-blue-gray-dark .accent.disabled-text,
body.theme-blue-gray-dark .accent .disabled-text,
body.theme-blue-gray-dark .warn-500.hint-text,
body.theme-blue-gray-dark .warn-500 .hint-text,
body.theme-blue-gray-dark .warn-500.disabled-text,
body.theme-blue-gray-dark .warn-500 .disabled-text,
body.theme-blue-gray-dark .warn-600.hint-text,
body.theme-blue-gray-dark .warn-600 .hint-text,
body.theme-blue-gray-dark .warn-600.disabled-text,
body.theme-blue-gray-dark .warn-600 .disabled-text,
body.theme-blue-gray-dark .warn-700.hint-text,
body.theme-blue-gray-dark .warn-700 .hint-text,
body.theme-blue-gray-dark .warn-700.disabled-text,
body.theme-blue-gray-dark .warn-700 .disabled-text,
body.theme-blue-gray-dark .warn-800.hint-text,
body.theme-blue-gray-dark .warn-800 .hint-text,
body.theme-blue-gray-dark .warn-800.disabled-text,
body.theme-blue-gray-dark .warn-800 .disabled-text,
body.theme-blue-gray-dark .warn-900.hint-text,
body.theme-blue-gray-dark .warn-900 .hint-text,
body.theme-blue-gray-dark .warn-900.disabled-text,
body.theme-blue-gray-dark .warn-900 .disabled-text,
body.theme-blue-gray-dark .warn-A200.hint-text,
body.theme-blue-gray-dark .warn-A200 .hint-text,
body.theme-blue-gray-dark .warn-A200.disabled-text,
body.theme-blue-gray-dark .warn-A200 .disabled-text,
body.theme-blue-gray-dark .warn-A400.hint-text,
body.theme-blue-gray-dark .warn-A400 .hint-text,
body.theme-blue-gray-dark .warn-A400.disabled-text,
body.theme-blue-gray-dark .warn-A400 .disabled-text,
body.theme-blue-gray-dark .warn-A700.hint-text,
body.theme-blue-gray-dark .warn-A700 .hint-text,
body.theme-blue-gray-dark .warn-A700.disabled-text,
body.theme-blue-gray-dark .warn-A700 .disabled-text,
body.theme-blue-gray-dark .warn.hint-text,
body.theme-blue-gray-dark .warn .hint-text,
body.theme-blue-gray-dark .warn.disabled-text,
body.theme-blue-gray-dark .warn .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.theme-blue-gray-dark .primary-500.divider,
body.theme-blue-gray-dark .primary-500 .divider,
body.theme-blue-gray-dark .primary-600.divider,
body.theme-blue-gray-dark .primary-600 .divider,
body.theme-blue-gray-dark .primary-700.divider,
body.theme-blue-gray-dark .primary-700 .divider,
body.theme-blue-gray-dark .primary-800.divider,
body.theme-blue-gray-dark .primary-800 .divider,
body.theme-blue-gray-dark .primary-900.divider,
body.theme-blue-gray-dark .primary-900 .divider,
body.theme-blue-gray-dark .primary-A200.divider,
body.theme-blue-gray-dark .primary-A200 .divider,
body.theme-blue-gray-dark .primary-A400.divider,
body.theme-blue-gray-dark .primary-A400 .divider,
body.theme-blue-gray-dark .primary-A700.divider,
body.theme-blue-gray-dark .primary-A700 .divider,
body.theme-blue-gray-dark .primary.divider,
body.theme-blue-gray-dark .primary .divider,
body.theme-blue-gray-dark .accent-400.divider,
body.theme-blue-gray-dark .accent-400 .divider,
body.theme-blue-gray-dark .accent-500.divider,
body.theme-blue-gray-dark .accent-500 .divider,
body.theme-blue-gray-dark .accent-600.divider,
body.theme-blue-gray-dark .accent-600 .divider,
body.theme-blue-gray-dark .accent-700.divider,
body.theme-blue-gray-dark .accent-700 .divider,
body.theme-blue-gray-dark .accent-800.divider,
body.theme-blue-gray-dark .accent-800 .divider,
body.theme-blue-gray-dark .accent-900.divider,
body.theme-blue-gray-dark .accent-900 .divider,
body.theme-blue-gray-dark .accent-A400.divider,
body.theme-blue-gray-dark .accent-A400 .divider,
body.theme-blue-gray-dark .accent-A700.divider,
body.theme-blue-gray-dark .accent-A700 .divider,
body.theme-blue-gray-dark .accent.divider,
body.theme-blue-gray-dark .accent .divider,
body.theme-blue-gray-dark .warn-500.divider,
body.theme-blue-gray-dark .warn-500 .divider,
body.theme-blue-gray-dark .warn-600.divider,
body.theme-blue-gray-dark .warn-600 .divider,
body.theme-blue-gray-dark .warn-700.divider,
body.theme-blue-gray-dark .warn-700 .divider,
body.theme-blue-gray-dark .warn-800.divider,
body.theme-blue-gray-dark .warn-800 .divider,
body.theme-blue-gray-dark .warn-900.divider,
body.theme-blue-gray-dark .warn-900 .divider,
body.theme-blue-gray-dark .warn-A200.divider,
body.theme-blue-gray-dark .warn-A200 .divider,
body.theme-blue-gray-dark .warn-A400.divider,
body.theme-blue-gray-dark .warn-A400 .divider,
body.theme-blue-gray-dark .warn-A700.divider,
body.theme-blue-gray-dark .warn-A700 .divider,
body.theme-blue-gray-dark .warn.divider,
body.theme-blue-gray-dark .warn .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
body.theme-blue-gray-dark .primary-500 .mat-ripple-element,
body.theme-blue-gray-dark .primary-600 .mat-ripple-element,
body.theme-blue-gray-dark .primary-700 .mat-ripple-element,
body.theme-blue-gray-dark .primary-800 .mat-ripple-element,
body.theme-blue-gray-dark .primary-900 .mat-ripple-element,
body.theme-blue-gray-dark .primary-A200 .mat-ripple-element,
body.theme-blue-gray-dark .primary-A400 .mat-ripple-element,
body.theme-blue-gray-dark .primary-A700 .mat-ripple-element,
body.theme-blue-gray-dark .primary .mat-ripple-element,
body.theme-blue-gray-dark .accent-400 .mat-ripple-element,
body.theme-blue-gray-dark .accent-500 .mat-ripple-element,
body.theme-blue-gray-dark .accent-600 .mat-ripple-element,
body.theme-blue-gray-dark .accent-700 .mat-ripple-element,
body.theme-blue-gray-dark .accent-800 .mat-ripple-element,
body.theme-blue-gray-dark .accent-900 .mat-ripple-element,
body.theme-blue-gray-dark .accent-A400 .mat-ripple-element,
body.theme-blue-gray-dark .accent-A700 .mat-ripple-element,
body.theme-blue-gray-dark .accent .mat-ripple-element,
body.theme-blue-gray-dark .warn-500 .mat-ripple-element,
body.theme-blue-gray-dark .warn-600 .mat-ripple-element,
body.theme-blue-gray-dark .warn-700 .mat-ripple-element,
body.theme-blue-gray-dark .warn-800 .mat-ripple-element,
body.theme-blue-gray-dark .warn-900 .mat-ripple-element,
body.theme-blue-gray-dark .warn-A200 .mat-ripple-element,
body.theme-blue-gray-dark .warn-A400 .mat-ripple-element,
body.theme-blue-gray-dark .warn-A700 .mat-ripple-element,
body.theme-blue-gray-dark .warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .primary-500 .adaptive-border-color,
body.theme-blue-gray-dark .primary-600 .adaptive-border-color,
body.theme-blue-gray-dark .primary-700 .adaptive-border-color,
body.theme-blue-gray-dark .primary-800 .adaptive-border-color,
body.theme-blue-gray-dark .primary-900 .adaptive-border-color,
body.theme-blue-gray-dark .primary-A200 .adaptive-border-color,
body.theme-blue-gray-dark .primary-A400 .adaptive-border-color,
body.theme-blue-gray-dark .primary-A700 .adaptive-border-color,
body.theme-blue-gray-dark .primary .adaptive-border-color,
body.theme-blue-gray-dark .accent-400 .adaptive-border-color,
body.theme-blue-gray-dark .accent-500 .adaptive-border-color,
body.theme-blue-gray-dark .accent-600 .adaptive-border-color,
body.theme-blue-gray-dark .accent-700 .adaptive-border-color,
body.theme-blue-gray-dark .accent-800 .adaptive-border-color,
body.theme-blue-gray-dark .accent-900 .adaptive-border-color,
body.theme-blue-gray-dark .accent-A400 .adaptive-border-color,
body.theme-blue-gray-dark .accent-A700 .adaptive-border-color,
body.theme-blue-gray-dark .accent .adaptive-border-color,
body.theme-blue-gray-dark .warn-500 .adaptive-border-color,
body.theme-blue-gray-dark .warn-600 .adaptive-border-color,
body.theme-blue-gray-dark .warn-700 .adaptive-border-color,
body.theme-blue-gray-dark .warn-800 .adaptive-border-color,
body.theme-blue-gray-dark .warn-900 .adaptive-border-color,
body.theme-blue-gray-dark .warn-A200 .adaptive-border-color,
body.theme-blue-gray-dark .warn-A400 .adaptive-border-color,
body.theme-blue-gray-dark .warn-A700 .adaptive-border-color,
body.theme-blue-gray-dark .warn .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .primary-50,
body.theme-blue-gray-dark .primary-100,
body.theme-blue-gray-dark .primary-200,
body.theme-blue-gray-dark .primary-300,
body.theme-blue-gray-dark .primary-400,
body.theme-blue-gray-dark .primary-A100,
body.theme-blue-gray-dark .accent-50,
body.theme-blue-gray-dark .accent-100,
body.theme-blue-gray-dark .accent-200,
body.theme-blue-gray-dark .accent-300,
body.theme-blue-gray-dark .accent-A100,
body.theme-blue-gray-dark .accent-A200,
body.theme-blue-gray-dark .warn-50,
body.theme-blue-gray-dark .warn-100,
body.theme-blue-gray-dark .warn-200,
body.theme-blue-gray-dark .warn-300,
body.theme-blue-gray-dark .warn-400,
body.theme-blue-gray-dark .warn-A100 {
}
body.theme-blue-gray-dark .primary-50 input[type=text],
body.theme-blue-gray-dark .primary-100 input[type=text],
body.theme-blue-gray-dark .primary-200 input[type=text],
body.theme-blue-gray-dark .primary-300 input[type=text],
body.theme-blue-gray-dark .primary-400 input[type=text],
body.theme-blue-gray-dark .primary-A100 input[type=text],
body.theme-blue-gray-dark .accent-50 input[type=text],
body.theme-blue-gray-dark .accent-100 input[type=text],
body.theme-blue-gray-dark .accent-200 input[type=text],
body.theme-blue-gray-dark .accent-300 input[type=text],
body.theme-blue-gray-dark .accent-A100 input[type=text],
body.theme-blue-gray-dark .accent-A200 input[type=text],
body.theme-blue-gray-dark .warn-50 input[type=text],
body.theme-blue-gray-dark .warn-100 input[type=text],
body.theme-blue-gray-dark .warn-200 input[type=text],
body.theme-blue-gray-dark .warn-300 input[type=text],
body.theme-blue-gray-dark .warn-400 input[type=text],
body.theme-blue-gray-dark .warn-A100 input[type=text] {
  color: black;
}
body.theme-blue-gray-dark .primary-50 .mat-form-field-label,
body.theme-blue-gray-dark .primary-100 .mat-form-field-label,
body.theme-blue-gray-dark .primary-200 .mat-form-field-label,
body.theme-blue-gray-dark .primary-300 .mat-form-field-label,
body.theme-blue-gray-dark .primary-400 .mat-form-field-label,
body.theme-blue-gray-dark .primary-A100 .mat-form-field-label,
body.theme-blue-gray-dark .accent-50 .mat-form-field-label,
body.theme-blue-gray-dark .accent-100 .mat-form-field-label,
body.theme-blue-gray-dark .accent-200 .mat-form-field-label,
body.theme-blue-gray-dark .accent-300 .mat-form-field-label,
body.theme-blue-gray-dark .accent-A100 .mat-form-field-label,
body.theme-blue-gray-dark .accent-A200 .mat-form-field-label,
body.theme-blue-gray-dark .warn-50 .mat-form-field-label,
body.theme-blue-gray-dark .warn-100 .mat-form-field-label,
body.theme-blue-gray-dark .warn-200 .mat-form-field-label,
body.theme-blue-gray-dark .warn-300 .mat-form-field-label,
body.theme-blue-gray-dark .warn-400 .mat-form-field-label,
body.theme-blue-gray-dark .warn-A100 .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-blue-gray-dark .primary-50 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-100 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-200 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-300 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-400 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-A100 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-50 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-100 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-200 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-300 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-A100 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-A200 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-50 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-100 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-200 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-300 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-400 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-A100 .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .primary-50 .mat-select-trigger,
body.theme-blue-gray-dark .primary-50 .mat-select-arrow,
body.theme-blue-gray-dark .primary-100 .mat-select-trigger,
body.theme-blue-gray-dark .primary-100 .mat-select-arrow,
body.theme-blue-gray-dark .primary-200 .mat-select-trigger,
body.theme-blue-gray-dark .primary-200 .mat-select-arrow,
body.theme-blue-gray-dark .primary-300 .mat-select-trigger,
body.theme-blue-gray-dark .primary-300 .mat-select-arrow,
body.theme-blue-gray-dark .primary-400 .mat-select-trigger,
body.theme-blue-gray-dark .primary-400 .mat-select-arrow,
body.theme-blue-gray-dark .primary-A100 .mat-select-trigger,
body.theme-blue-gray-dark .primary-A100 .mat-select-arrow,
body.theme-blue-gray-dark .accent-50 .mat-select-trigger,
body.theme-blue-gray-dark .accent-50 .mat-select-arrow,
body.theme-blue-gray-dark .accent-100 .mat-select-trigger,
body.theme-blue-gray-dark .accent-100 .mat-select-arrow,
body.theme-blue-gray-dark .accent-200 .mat-select-trigger,
body.theme-blue-gray-dark .accent-200 .mat-select-arrow,
body.theme-blue-gray-dark .accent-300 .mat-select-trigger,
body.theme-blue-gray-dark .accent-300 .mat-select-arrow,
body.theme-blue-gray-dark .accent-A100 .mat-select-trigger,
body.theme-blue-gray-dark .accent-A100 .mat-select-arrow,
body.theme-blue-gray-dark .accent-A200 .mat-select-trigger,
body.theme-blue-gray-dark .accent-A200 .mat-select-arrow,
body.theme-blue-gray-dark .warn-50 .mat-select-trigger,
body.theme-blue-gray-dark .warn-50 .mat-select-arrow,
body.theme-blue-gray-dark .warn-100 .mat-select-trigger,
body.theme-blue-gray-dark .warn-100 .mat-select-arrow,
body.theme-blue-gray-dark .warn-200 .mat-select-trigger,
body.theme-blue-gray-dark .warn-200 .mat-select-arrow,
body.theme-blue-gray-dark .warn-300 .mat-select-trigger,
body.theme-blue-gray-dark .warn-300 .mat-select-arrow,
body.theme-blue-gray-dark .warn-400 .mat-select-trigger,
body.theme-blue-gray-dark .warn-400 .mat-select-arrow,
body.theme-blue-gray-dark .warn-A100 .mat-select-trigger,
body.theme-blue-gray-dark .warn-A100 .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-blue-gray-dark .primary-50 .mat-select-underline,
body.theme-blue-gray-dark .primary-100 .mat-select-underline,
body.theme-blue-gray-dark .primary-200 .mat-select-underline,
body.theme-blue-gray-dark .primary-300 .mat-select-underline,
body.theme-blue-gray-dark .primary-400 .mat-select-underline,
body.theme-blue-gray-dark .primary-A100 .mat-select-underline,
body.theme-blue-gray-dark .accent-50 .mat-select-underline,
body.theme-blue-gray-dark .accent-100 .mat-select-underline,
body.theme-blue-gray-dark .accent-200 .mat-select-underline,
body.theme-blue-gray-dark .accent-300 .mat-select-underline,
body.theme-blue-gray-dark .accent-A100 .mat-select-underline,
body.theme-blue-gray-dark .accent-A200 .mat-select-underline,
body.theme-blue-gray-dark .warn-50 .mat-select-underline,
body.theme-blue-gray-dark .warn-100 .mat-select-underline,
body.theme-blue-gray-dark .warn-200 .mat-select-underline,
body.theme-blue-gray-dark .warn-300 .mat-select-underline,
body.theme-blue-gray-dark .warn-400 .mat-select-underline,
body.theme-blue-gray-dark .warn-A100 .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .primary-50 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-50 .mat-select-arrow,
body.theme-blue-gray-dark .primary-50 .mat-select-trigger,
body.theme-blue-gray-dark .primary-100 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-100 .mat-select-arrow,
body.theme-blue-gray-dark .primary-100 .mat-select-trigger,
body.theme-blue-gray-dark .primary-200 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-200 .mat-select-arrow,
body.theme-blue-gray-dark .primary-200 .mat-select-trigger,
body.theme-blue-gray-dark .primary-300 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-300 .mat-select-arrow,
body.theme-blue-gray-dark .primary-300 .mat-select-trigger,
body.theme-blue-gray-dark .primary-400 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-400 .mat-select-arrow,
body.theme-blue-gray-dark .primary-400 .mat-select-trigger,
body.theme-blue-gray-dark .primary-A100 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-A100 .mat-select-arrow,
body.theme-blue-gray-dark .primary-A100 .mat-select-trigger,
body.theme-blue-gray-dark .accent-50 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-50 .mat-select-arrow,
body.theme-blue-gray-dark .accent-50 .mat-select-trigger,
body.theme-blue-gray-dark .accent-100 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-100 .mat-select-arrow,
body.theme-blue-gray-dark .accent-100 .mat-select-trigger,
body.theme-blue-gray-dark .accent-200 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-200 .mat-select-arrow,
body.theme-blue-gray-dark .accent-200 .mat-select-trigger,
body.theme-blue-gray-dark .accent-300 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-300 .mat-select-arrow,
body.theme-blue-gray-dark .accent-300 .mat-select-trigger,
body.theme-blue-gray-dark .accent-A100 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-A100 .mat-select-arrow,
body.theme-blue-gray-dark .accent-A100 .mat-select-trigger,
body.theme-blue-gray-dark .accent-A200 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-A200 .mat-select-arrow,
body.theme-blue-gray-dark .accent-A200 .mat-select-trigger,
body.theme-blue-gray-dark .warn-50 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-50 .mat-select-arrow,
body.theme-blue-gray-dark .warn-50 .mat-select-trigger,
body.theme-blue-gray-dark .warn-100 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-100 .mat-select-arrow,
body.theme-blue-gray-dark .warn-100 .mat-select-trigger,
body.theme-blue-gray-dark .warn-200 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-200 .mat-select-arrow,
body.theme-blue-gray-dark .warn-200 .mat-select-trigger,
body.theme-blue-gray-dark .warn-300 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-300 .mat-select-arrow,
body.theme-blue-gray-dark .warn-300 .mat-select-trigger,
body.theme-blue-gray-dark .warn-400 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-400 .mat-select-arrow,
body.theme-blue-gray-dark .warn-400 .mat-select-trigger,
body.theme-blue-gray-dark .warn-A100 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-A100 .mat-select-arrow,
body.theme-blue-gray-dark .warn-A100 .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-blue-gray-dark .primary-500,
body.theme-blue-gray-dark .primary-600,
body.theme-blue-gray-dark .primary-700,
body.theme-blue-gray-dark .primary-800,
body.theme-blue-gray-dark .primary-900,
body.theme-blue-gray-dark .primary-A200,
body.theme-blue-gray-dark .primary-A400,
body.theme-blue-gray-dark .primary-A700,
body.theme-blue-gray-dark .primary,
body.theme-blue-gray-dark .accent-400,
body.theme-blue-gray-dark .accent-500,
body.theme-blue-gray-dark .accent-600,
body.theme-blue-gray-dark .accent-700,
body.theme-blue-gray-dark .accent-800,
body.theme-blue-gray-dark .accent-900,
body.theme-blue-gray-dark .accent-A400,
body.theme-blue-gray-dark .accent-A700,
body.theme-blue-gray-dark .accent,
body.theme-blue-gray-dark .warn-500,
body.theme-blue-gray-dark .warn-600,
body.theme-blue-gray-dark .warn-700,
body.theme-blue-gray-dark .warn-800,
body.theme-blue-gray-dark .warn-900,
body.theme-blue-gray-dark .warn-A200,
body.theme-blue-gray-dark .warn-A400,
body.theme-blue-gray-dark .warn-A700,
body.theme-blue-gray-dark .warn {
}
body.theme-blue-gray-dark .primary-500 input[type=text],
body.theme-blue-gray-dark .primary-600 input[type=text],
body.theme-blue-gray-dark .primary-700 input[type=text],
body.theme-blue-gray-dark .primary-800 input[type=text],
body.theme-blue-gray-dark .primary-900 input[type=text],
body.theme-blue-gray-dark .primary-A200 input[type=text],
body.theme-blue-gray-dark .primary-A400 input[type=text],
body.theme-blue-gray-dark .primary-A700 input[type=text],
body.theme-blue-gray-dark .primary input[type=text],
body.theme-blue-gray-dark .accent-400 input[type=text],
body.theme-blue-gray-dark .accent-500 input[type=text],
body.theme-blue-gray-dark .accent-600 input[type=text],
body.theme-blue-gray-dark .accent-700 input[type=text],
body.theme-blue-gray-dark .accent-800 input[type=text],
body.theme-blue-gray-dark .accent-900 input[type=text],
body.theme-blue-gray-dark .accent-A400 input[type=text],
body.theme-blue-gray-dark .accent-A700 input[type=text],
body.theme-blue-gray-dark .accent input[type=text],
body.theme-blue-gray-dark .warn-500 input[type=text],
body.theme-blue-gray-dark .warn-600 input[type=text],
body.theme-blue-gray-dark .warn-700 input[type=text],
body.theme-blue-gray-dark .warn-800 input[type=text],
body.theme-blue-gray-dark .warn-900 input[type=text],
body.theme-blue-gray-dark .warn-A200 input[type=text],
body.theme-blue-gray-dark .warn-A400 input[type=text],
body.theme-blue-gray-dark .warn-A700 input[type=text],
body.theme-blue-gray-dark .warn input[type=text] {
  color: white;
}
body.theme-blue-gray-dark .primary-500 .mat-form-field-label,
body.theme-blue-gray-dark .primary-600 .mat-form-field-label,
body.theme-blue-gray-dark .primary-700 .mat-form-field-label,
body.theme-blue-gray-dark .primary-800 .mat-form-field-label,
body.theme-blue-gray-dark .primary-900 .mat-form-field-label,
body.theme-blue-gray-dark .primary-A200 .mat-form-field-label,
body.theme-blue-gray-dark .primary-A400 .mat-form-field-label,
body.theme-blue-gray-dark .primary-A700 .mat-form-field-label,
body.theme-blue-gray-dark .primary .mat-form-field-label,
body.theme-blue-gray-dark .accent-400 .mat-form-field-label,
body.theme-blue-gray-dark .accent-500 .mat-form-field-label,
body.theme-blue-gray-dark .accent-600 .mat-form-field-label,
body.theme-blue-gray-dark .accent-700 .mat-form-field-label,
body.theme-blue-gray-dark .accent-800 .mat-form-field-label,
body.theme-blue-gray-dark .accent-900 .mat-form-field-label,
body.theme-blue-gray-dark .accent-A400 .mat-form-field-label,
body.theme-blue-gray-dark .accent-A700 .mat-form-field-label,
body.theme-blue-gray-dark .accent .mat-form-field-label,
body.theme-blue-gray-dark .warn-500 .mat-form-field-label,
body.theme-blue-gray-dark .warn-600 .mat-form-field-label,
body.theme-blue-gray-dark .warn-700 .mat-form-field-label,
body.theme-blue-gray-dark .warn-800 .mat-form-field-label,
body.theme-blue-gray-dark .warn-900 .mat-form-field-label,
body.theme-blue-gray-dark .warn-A200 .mat-form-field-label,
body.theme-blue-gray-dark .warn-A400 .mat-form-field-label,
body.theme-blue-gray-dark .warn-A700 .mat-form-field-label,
body.theme-blue-gray-dark .warn .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .primary-500 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-600 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-700 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-800 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-900 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-A200 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-A400 .mat-form-field-underline,
body.theme-blue-gray-dark .primary-A700 .mat-form-field-underline,
body.theme-blue-gray-dark .primary .mat-form-field-underline,
body.theme-blue-gray-dark .accent-400 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-500 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-600 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-700 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-800 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-900 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-A400 .mat-form-field-underline,
body.theme-blue-gray-dark .accent-A700 .mat-form-field-underline,
body.theme-blue-gray-dark .accent .mat-form-field-underline,
body.theme-blue-gray-dark .warn-500 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-600 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-700 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-800 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-900 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-A200 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-A400 .mat-form-field-underline,
body.theme-blue-gray-dark .warn-A700 .mat-form-field-underline,
body.theme-blue-gray-dark .warn .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .primary-500 .mat-select-trigger,
body.theme-blue-gray-dark .primary-500 .mat-select-arrow,
body.theme-blue-gray-dark .primary-600 .mat-select-trigger,
body.theme-blue-gray-dark .primary-600 .mat-select-arrow,
body.theme-blue-gray-dark .primary-700 .mat-select-trigger,
body.theme-blue-gray-dark .primary-700 .mat-select-arrow,
body.theme-blue-gray-dark .primary-800 .mat-select-trigger,
body.theme-blue-gray-dark .primary-800 .mat-select-arrow,
body.theme-blue-gray-dark .primary-900 .mat-select-trigger,
body.theme-blue-gray-dark .primary-900 .mat-select-arrow,
body.theme-blue-gray-dark .primary-A200 .mat-select-trigger,
body.theme-blue-gray-dark .primary-A200 .mat-select-arrow,
body.theme-blue-gray-dark .primary-A400 .mat-select-trigger,
body.theme-blue-gray-dark .primary-A400 .mat-select-arrow,
body.theme-blue-gray-dark .primary-A700 .mat-select-trigger,
body.theme-blue-gray-dark .primary-A700 .mat-select-arrow,
body.theme-blue-gray-dark .primary .mat-select-trigger,
body.theme-blue-gray-dark .primary .mat-select-arrow,
body.theme-blue-gray-dark .accent-400 .mat-select-trigger,
body.theme-blue-gray-dark .accent-400 .mat-select-arrow,
body.theme-blue-gray-dark .accent-500 .mat-select-trigger,
body.theme-blue-gray-dark .accent-500 .mat-select-arrow,
body.theme-blue-gray-dark .accent-600 .mat-select-trigger,
body.theme-blue-gray-dark .accent-600 .mat-select-arrow,
body.theme-blue-gray-dark .accent-700 .mat-select-trigger,
body.theme-blue-gray-dark .accent-700 .mat-select-arrow,
body.theme-blue-gray-dark .accent-800 .mat-select-trigger,
body.theme-blue-gray-dark .accent-800 .mat-select-arrow,
body.theme-blue-gray-dark .accent-900 .mat-select-trigger,
body.theme-blue-gray-dark .accent-900 .mat-select-arrow,
body.theme-blue-gray-dark .accent-A400 .mat-select-trigger,
body.theme-blue-gray-dark .accent-A400 .mat-select-arrow,
body.theme-blue-gray-dark .accent-A700 .mat-select-trigger,
body.theme-blue-gray-dark .accent-A700 .mat-select-arrow,
body.theme-blue-gray-dark .accent .mat-select-trigger,
body.theme-blue-gray-dark .accent .mat-select-arrow,
body.theme-blue-gray-dark .warn-500 .mat-select-trigger,
body.theme-blue-gray-dark .warn-500 .mat-select-arrow,
body.theme-blue-gray-dark .warn-600 .mat-select-trigger,
body.theme-blue-gray-dark .warn-600 .mat-select-arrow,
body.theme-blue-gray-dark .warn-700 .mat-select-trigger,
body.theme-blue-gray-dark .warn-700 .mat-select-arrow,
body.theme-blue-gray-dark .warn-800 .mat-select-trigger,
body.theme-blue-gray-dark .warn-800 .mat-select-arrow,
body.theme-blue-gray-dark .warn-900 .mat-select-trigger,
body.theme-blue-gray-dark .warn-900 .mat-select-arrow,
body.theme-blue-gray-dark .warn-A200 .mat-select-trigger,
body.theme-blue-gray-dark .warn-A200 .mat-select-arrow,
body.theme-blue-gray-dark .warn-A400 .mat-select-trigger,
body.theme-blue-gray-dark .warn-A400 .mat-select-arrow,
body.theme-blue-gray-dark .warn-A700 .mat-select-trigger,
body.theme-blue-gray-dark .warn-A700 .mat-select-arrow,
body.theme-blue-gray-dark .warn .mat-select-trigger,
body.theme-blue-gray-dark .warn .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .primary-500 .mat-select-underline,
body.theme-blue-gray-dark .primary-600 .mat-select-underline,
body.theme-blue-gray-dark .primary-700 .mat-select-underline,
body.theme-blue-gray-dark .primary-800 .mat-select-underline,
body.theme-blue-gray-dark .primary-900 .mat-select-underline,
body.theme-blue-gray-dark .primary-A200 .mat-select-underline,
body.theme-blue-gray-dark .primary-A400 .mat-select-underline,
body.theme-blue-gray-dark .primary-A700 .mat-select-underline,
body.theme-blue-gray-dark .primary .mat-select-underline,
body.theme-blue-gray-dark .accent-400 .mat-select-underline,
body.theme-blue-gray-dark .accent-500 .mat-select-underline,
body.theme-blue-gray-dark .accent-600 .mat-select-underline,
body.theme-blue-gray-dark .accent-700 .mat-select-underline,
body.theme-blue-gray-dark .accent-800 .mat-select-underline,
body.theme-blue-gray-dark .accent-900 .mat-select-underline,
body.theme-blue-gray-dark .accent-A400 .mat-select-underline,
body.theme-blue-gray-dark .accent-A700 .mat-select-underline,
body.theme-blue-gray-dark .accent .mat-select-underline,
body.theme-blue-gray-dark .warn-500 .mat-select-underline,
body.theme-blue-gray-dark .warn-600 .mat-select-underline,
body.theme-blue-gray-dark .warn-700 .mat-select-underline,
body.theme-blue-gray-dark .warn-800 .mat-select-underline,
body.theme-blue-gray-dark .warn-900 .mat-select-underline,
body.theme-blue-gray-dark .warn-A200 .mat-select-underline,
body.theme-blue-gray-dark .warn-A400 .mat-select-underline,
body.theme-blue-gray-dark .warn-A700 .mat-select-underline,
body.theme-blue-gray-dark .warn .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .primary-500 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-500 .mat-select-arrow,
body.theme-blue-gray-dark .primary-500 .mat-select-trigger,
body.theme-blue-gray-dark .primary-600 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-600 .mat-select-arrow,
body.theme-blue-gray-dark .primary-600 .mat-select-trigger,
body.theme-blue-gray-dark .primary-700 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-700 .mat-select-arrow,
body.theme-blue-gray-dark .primary-700 .mat-select-trigger,
body.theme-blue-gray-dark .primary-800 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-800 .mat-select-arrow,
body.theme-blue-gray-dark .primary-800 .mat-select-trigger,
body.theme-blue-gray-dark .primary-900 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-900 .mat-select-arrow,
body.theme-blue-gray-dark .primary-900 .mat-select-trigger,
body.theme-blue-gray-dark .primary-A200 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-A200 .mat-select-arrow,
body.theme-blue-gray-dark .primary-A200 .mat-select-trigger,
body.theme-blue-gray-dark .primary-A400 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-A400 .mat-select-arrow,
body.theme-blue-gray-dark .primary-A400 .mat-select-trigger,
body.theme-blue-gray-dark .primary-A700 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary-A700 .mat-select-arrow,
body.theme-blue-gray-dark .primary-A700 .mat-select-trigger,
body.theme-blue-gray-dark .primary .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary .mat-select-arrow,
body.theme-blue-gray-dark .primary .mat-select-trigger,
body.theme-blue-gray-dark .accent-400 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-400 .mat-select-arrow,
body.theme-blue-gray-dark .accent-400 .mat-select-trigger,
body.theme-blue-gray-dark .accent-500 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-500 .mat-select-arrow,
body.theme-blue-gray-dark .accent-500 .mat-select-trigger,
body.theme-blue-gray-dark .accent-600 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-600 .mat-select-arrow,
body.theme-blue-gray-dark .accent-600 .mat-select-trigger,
body.theme-blue-gray-dark .accent-700 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-700 .mat-select-arrow,
body.theme-blue-gray-dark .accent-700 .mat-select-trigger,
body.theme-blue-gray-dark .accent-800 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-800 .mat-select-arrow,
body.theme-blue-gray-dark .accent-800 .mat-select-trigger,
body.theme-blue-gray-dark .accent-900 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-900 .mat-select-arrow,
body.theme-blue-gray-dark .accent-900 .mat-select-trigger,
body.theme-blue-gray-dark .accent-A400 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-A400 .mat-select-arrow,
body.theme-blue-gray-dark .accent-A400 .mat-select-trigger,
body.theme-blue-gray-dark .accent-A700 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent-A700 .mat-select-arrow,
body.theme-blue-gray-dark .accent-A700 .mat-select-trigger,
body.theme-blue-gray-dark .accent .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent .mat-select-arrow,
body.theme-blue-gray-dark .accent .mat-select-trigger,
body.theme-blue-gray-dark .warn-500 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-500 .mat-select-arrow,
body.theme-blue-gray-dark .warn-500 .mat-select-trigger,
body.theme-blue-gray-dark .warn-600 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-600 .mat-select-arrow,
body.theme-blue-gray-dark .warn-600 .mat-select-trigger,
body.theme-blue-gray-dark .warn-700 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-700 .mat-select-arrow,
body.theme-blue-gray-dark .warn-700 .mat-select-trigger,
body.theme-blue-gray-dark .warn-800 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-800 .mat-select-arrow,
body.theme-blue-gray-dark .warn-800 .mat-select-trigger,
body.theme-blue-gray-dark .warn-900 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-900 .mat-select-arrow,
body.theme-blue-gray-dark .warn-900 .mat-select-trigger,
body.theme-blue-gray-dark .warn-A200 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-A200 .mat-select-arrow,
body.theme-blue-gray-dark .warn-A200 .mat-select-trigger,
body.theme-blue-gray-dark .warn-A400 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-A400 .mat-select-arrow,
body.theme-blue-gray-dark .warn-A400 .mat-select-trigger,
body.theme-blue-gray-dark .warn-A700 .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn-A700 .mat-select-arrow,
body.theme-blue-gray-dark .warn-A700 .mat-select-trigger,
body.theme-blue-gray-dark .warn .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn .mat-select-arrow,
body.theme-blue-gray-dark .warn .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .primary-500 .mat-select-value,
body.theme-blue-gray-dark .primary-600 .mat-select-value,
body.theme-blue-gray-dark .primary-700 .mat-select-value,
body.theme-blue-gray-dark .primary-800 .mat-select-value,
body.theme-blue-gray-dark .primary-900 .mat-select-value,
body.theme-blue-gray-dark .primary-A200 .mat-select-value,
body.theme-blue-gray-dark .primary-A400 .mat-select-value,
body.theme-blue-gray-dark .primary-A700 .mat-select-value,
body.theme-blue-gray-dark .primary .mat-select-value,
body.theme-blue-gray-dark .accent-400 .mat-select-value,
body.theme-blue-gray-dark .accent-500 .mat-select-value,
body.theme-blue-gray-dark .accent-600 .mat-select-value,
body.theme-blue-gray-dark .accent-700 .mat-select-value,
body.theme-blue-gray-dark .accent-800 .mat-select-value,
body.theme-blue-gray-dark .accent-900 .mat-select-value,
body.theme-blue-gray-dark .accent-A400 .mat-select-value,
body.theme-blue-gray-dark .accent-A700 .mat-select-value,
body.theme-blue-gray-dark .accent .mat-select-value,
body.theme-blue-gray-dark .warn-500 .mat-select-value,
body.theme-blue-gray-dark .warn-600 .mat-select-value,
body.theme-blue-gray-dark .warn-700 .mat-select-value,
body.theme-blue-gray-dark .warn-800 .mat-select-value,
body.theme-blue-gray-dark .warn-900 .mat-select-value,
body.theme-blue-gray-dark .warn-A200 .mat-select-value,
body.theme-blue-gray-dark .warn-A400 .mat-select-value,
body.theme-blue-gray-dark .warn-A700 .mat-select-value,
body.theme-blue-gray-dark .warn .mat-select-value {
  color: white;
}
html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color: #3f51b5;
  --mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f44336;
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
}
html {
  --mdc-outlined-text-field-caret-color: #3f51b5;
  --mdc-outlined-text-field-focus-outline-color: #3f51b5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-hover-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ffc107;
  --mdc-filled-text-field-focus-active-indicator-color: #ffc107;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 193, 7, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #ffc107;
  --mdc-outlined-text-field-focus-outline-color: #ffc107;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 193, 7, 0.87);
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(255, 193, 7, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
html {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
html {
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
}
html {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
html {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
html {
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}
html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
}
html {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3f51b5;
}
.mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #3f51b5;
  --mat-text-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffc107;
}
.mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #ffc107;
  --mat-text-button-ripple-color: rgba(255, 193, 7, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3f51b5;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ffc107;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: white;
}
.mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3f51b5;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ffc107;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: white;
}
.mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3f51b5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #3f51b5;
  --mat-outlined-button-ripple-color: rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffc107;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #ffc107;
  --mat-outlined-button-ripple-color: rgba(255, 193, 7, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mat-text-button-touch-target-display: block;
}
html {
  --mat-filled-button-touch-target-display: block;
}
html {
  --mat-protected-button-touch-target-display: block;
}
html {
  --mat-outlined-button-touch-target-display: block;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color: white;
}
html {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color: white;
}
html {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3f51b5;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #ffc107;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3f51b5;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #ffc107;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f44336;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-touch-target-display: block;
}
html {
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3f51b5;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #3f51b5;
  --mat-icon-button-ripple-color: rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffc107;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #ffc107;
  --mat-icon-button-ripple-color: rgba(255, 193, 7, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-timepicker-opacity-active: 0.15;
  --mat-timepicker-content-border-radius: 0.25rem;
}
.mat-timepicker-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);
}
html {
  --mat-timepicker-toggle-active-color: #3f51b5;
  --mat-timepicker-clock-dial-value-active-text-color: #3f51b5;
  --mat-timepicker-clock-dial-value-active-background-color: rgba(63, 81, 181, var(--mat-timepicker-opacity-active));
  --mat-timepicker-time-period-active-text-color: #3f51b5;
  --mat-timepicker-time-period-active-background-color: rgba(63, 81, 181, var(--mat-timepicker-opacity-active));
  --mat-timepicker-clock-dial-center-point-color: #3f51b5;
  --mat-timepicker-clock-dial-hand-color: #3f51b5;
  --mat-timepicker-clock-dial-hand-disabled-color: transparent;
  --mat-timepicker-clock-dial-hand-value-point-color: #3f51b5;
  --mat-timepicker-clock-dial-hand-value-point-disabled-color: rgba(63, 81, 181, 0.4);
  --mat-timepicker-clock-dial-cell-unthemable-color: transparent;
  --mat-timepicker-clock-dial-cell-active-background-color: #3f51b5;
  --mat-timepicker-clock-dial-cell-active-disabled-color: rgba(63, 81, 181, 0.4);
  --mat-timepicker-clock-dial-cell-active-text-color: #fff;
  --mat-timepicker-clock-dial-cell-disabled-text-color: rgba(0, 0, 0, 0.26);
  --mat-timepicker-clock-dial-cell-disabled-background-color: transparent;
  --mat-timepicker-content-background-color: white;
  --mat-timepicker-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-timepicker-content-layout-title-color: rgba(0, 0, 0, 0.54);
  --mat-timepicker-toggle-mode-button-color: rgba(0, 0, 0, 0.54);
  --mat-timepicker-time-period-border-color: rgba(0, 0, 0, 0.12);
  --mat-timepicker-time-period-disabled-text-color: rgba(0, 0, 0, 0.26);
  --mat-timepicker-time-period-disabled-background-color: rgba(0, 0, 0, 0.12);
  --mat-timepicker-clock-dial-background-color: #fafafa;
  --mat-timepicker-clock-dial-value-background-color: #fafafa;
  --mat-timepicker-time-inputs-field-background-color: #fafafa;
  --mat-timepicker-toggle-color: rgba(0, 0, 0, 0.54);
}
.mat-timepicker-content.mat-accent {
  --mat-timepicker-clock-dial-value-active-text-color: #ffc107;
  --mat-timepicker-clock-dial-value-active-background-color: rgba(255, 193, 7, var(--mat-timepicker-opacity-active));
  --mat-timepicker-time-period-active-text-color: #ffc107;
  --mat-timepicker-time-period-active-background-color: rgba(255, 193, 7, var(--mat-timepicker-opacity-active));
  --mat-timepicker-clock-dial-center-point-color: #ffc107;
  --mat-timepicker-clock-dial-hand-color: #ffc107;
  --mat-timepicker-clock-dial-hand-disabled-color: transparent;
  --mat-timepicker-clock-dial-hand-value-point-color: #ffc107;
  --mat-timepicker-clock-dial-hand-value-point-disabled-color: rgba(255, 193, 7, 0.4);
  --mat-timepicker-clock-dial-cell-unthemable-color: transparent;
  --mat-timepicker-clock-dial-cell-active-background-color: #ffc107;
  --mat-timepicker-clock-dial-cell-active-disabled-color: rgba(255, 193, 7, 0.4);
}
.mat-timepicker-content.mat-warn {
  --mat-timepicker-clock-dial-value-active-text-color: #f44336;
  --mat-timepicker-clock-dial-value-active-background-color: rgba(244, 67, 54, var(--mat-timepicker-opacity-active));
  --mat-timepicker-time-period-active-text-color: #f44336;
  --mat-timepicker-time-period-active-background-color: rgba(244, 67, 54, var(--mat-timepicker-opacity-active));
  --mat-timepicker-clock-dial-center-point-color: #f44336;
  --mat-timepicker-clock-dial-hand-color: #f44336;
  --mat-timepicker-clock-dial-hand-disabled-color: transparent;
  --mat-timepicker-clock-dial-hand-value-point-color: #f44336;
  --mat-timepicker-clock-dial-hand-value-point-disabled-color: rgba(244, 67, 54, 0.4);
  --mat-timepicker-clock-dial-cell-unthemable-color: transparent;
  --mat-timepicker-clock-dial-cell-active-background-color: #f44336;
  --mat-timepicker-clock-dial-cell-active-disabled-color: rgba(244, 67, 54, 0.4);
}
.mat-timepicker-toggle-active.mat-accent {
  --mat-timepicker-toggle-active-color: #ffc107;
}
.mat-timepicker-toggle-active.mat-warn {
  --mat-timepicker-toggle-active-color: #f44336;
}
html {
  --mat-timepicker-content-layout-title-font-size: 12px;
  --mat-timepicker-content-layout-title-font-weight: 500;
  --mat-timepicker-content-layout-separator-font-size: 3rem;
  --mat-timepicker-content-layout-separator-line-height: 1.25rem;
  --mat-timepicker-time-inputs-field-font-size: 2rem;
  --mat-timepicker-time-inputs-field-line-height: 1.25;
  --mat-timepicker-clock-dial-value-font-family: var(--mat-form-field-container-text-font);
  --mat-timepicker-clock-dial-value-font-size: 2rem;
  --mat-timepicker-clock-dial-value-letter-spacing: 0.5px;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play-4O2DMQ3I.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* angular:styles/global:styles */
