/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Material+Icons);
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme.scss?ngGlobalStyle (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Lato);
/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.core.css ***!
  \********************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.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;
}

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.snow.css ***!
  \********************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.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;
}

/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/quill-mention/dist/quill.mention.min.css ***!
  \***********************************************************************************************************************************************************************************************************************************************/
.ql-mention-list-container{background-color:#fff;border:1px solid #f0f0f0;border-radius:4px;box-shadow:0 2px 12px 0 rgba(30,30,30,.08);overflow:auto;width:270px;z-index:9001}.ql-mention-loading{font-size:16px;line-height:44px;padding:0 20px;vertical-align:middle}.ql-mention-list{list-style:none;margin:0;overflow:hidden;padding:0}.ql-mention-list-item{cursor:pointer;font-size:16px;line-height:44px;padding:0 20px;vertical-align:middle}.ql-mention-list-item.disabled{cursor:auto}.ql-mention-list-item.selected{background-color:#d3e1eb;text-decoration:none}.mention{background-color:#d3e1eb;border-radius:6px;height:24px;margin-right:2px;padding:3px 0;-webkit-user-select:all;user-select:all;width:65px}.mention>span{margin:0 3px}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
body {
  margin: 0;
  height: 100vh;
  overflow: hidden;
}

a {
  text-decoration: none;
}

textarea {
  outline: none;
}

input {
  outline: none;
}

button {
  outline: none;
}

.wrapper {
  position: relative;
}
.wrapper.absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

div.mat-mdc-menu-panel.bdc-walk-popup .container,
div.mat-menu-panel.bdc-walk-popup .container {
  margin: 0;
  position: inherit;
}

.container {
  position: relative;
  margin: 1rem;
}

.padded {
  padding-left: 1rem;
  padding-right: 1rem;
}

.center-align {
  align-items: center;
}

.text-center {
  text-align: center;
}

.flex {
  display: flex;
  flex-direction: row;
}
.flex.stack {
  flex-direction: column;
}
.flex.center {
  justify-content: center;
  align-items: center;
}
.flex.between {
  justify-content: space-between;
}
.flex.even-spacing {
  justify-content: space-evenly;
}

.flex-shrunk {
  min-width: 0px;
}

.spacer {
  flex: 1 1 auto;
}

.flexible {
  flex-grow: 1;
  flex-shrink: 1;
}

.fixed {
  flex-grow: 0;
  flex-shrink: 0;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.break {
  flex-basis: 100%;
  width: 0;
  height: 0;
  overflow: hidden;
}

.full {
  width: 100%;
}
.full.stack {
  width: auto;
  height: 100%;
}

.quarter {
  width: 25%;
}

@media only screen and (max-width: 715px) {
  .mat-mdc-form-field.column.quarter.input {
    width: 50% !important;
  }
  .mat-mdc-form-field.column.half.input {
    width: 100% !important;
  }
}
.half {
  width: 50%;
}

.third {
  width: 33.33%;
}

.three-fourth {
  width: 75%;
}

.spinner {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.spinner-message {
  text-align: center;
  top: 50%;
  left: 50%;
  padding: 1rem;
}

.inline {
  width: auto;
  height: auto;
  vertical-align: bottom;
  line-height: inherit;
}

.divider {
  height: 1px;
  overflow: hidden;
  margin: 0;
}

.vdivider {
  width: 1px;
  overflow: hidden;
  margin: 0;
}

.account-menu .account-header {
  padding: 0.625rem 1.25rem;
  text-align: center;
}
.account-menu .mat-mdc-menu-item {
  min-width: 10rem;
  text-align: left;
}
.account-menu .mat-mdc-menu-item .mat-icon {
  margin-right: 0.5rem;
}
.account-menu .mat-mdc-menu-content {
  padding: 0;
}
.account-menu .mat-mdc-menu-content:not(:empty) {
  padding-top: 0;
  padding-bottom: 0;
}
.account-menu .footer-info {
  padding: 16px;
}

.small .mat-mdc-standard-chip {
  font-size: 9px;
  padding: 4px 6px;
  min-height: 16px;
}

.scrollable {
  padding: 1rem;
  overflow-y: scroll;
  flex: 1 1 auto;
}

.no-padding {
  padding: 0;
}

.content-card {
  padding: 1rem;
  border-radius: 0.25rem;
}

.relative {
  position: relative;
}

.page-header {
  flex: 0 1 auto;
}

.sub-tabs {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.sub-tabs .mat-tab-body-wrapper {
  flex: 1 1 auto;
}

.list-item {
  cursor: pointer;
}

.row {
  position: relative;
  margin: 0.5rem 0;
}
.row > .column {
  margin: 0 0.5rem;
}
.row > .column:first-child {
  margin-left: 0;
}
.row > .column:last-child {
  margin-right: 0;
}
.row.flex {
  flex: 1 1 auto;
}
.row.flex > .column {
  width: 0;
  flex: 1 1 auto;
}
.row.flex > .column.fixed {
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.table {
  position: relative;
}
.table .header > .row, .table .body > .row {
  width: 100%;
  margin: 0;
}
.table .header > .row.flex, .table .body > .row.flex {
  flex-wrap: nowrap;
  flex-grow: 0;
}
.table .header > .row .column, .table .body > .row .column {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0.25rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.table .header > .row .column.vcenter, .table .body > .row .column.vcenter {
  vertical-align: middle;
  align-items: center;
  align-content: center;
}
.table .header > .row .column:first-child, .table .body > .row .column:first-child {
  margin-left: 0.5rem;
}
.table .header > .row .column:last-child, .table .body > .row .column:last-child {
  margin-right: 0.5rem;
}
.table .header > .row .column.scroll, .table .body > .row .column.scroll {
  overflow: scroll;
}
.table .header > .row .column.wrap, .table .body > .row .column.wrap {
  overflow: auto;
  white-space: normal;
}
.table .header > .row .column .mat-icon-button, .table .header > .row .column > .mat-icon, .table .body > .row .column .mat-icon-button, .table .body > .row .column > .mat-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.table .header > .row .column.flex.fixed, .table .body > .row .column.flex.fixed {
  flex-grow: 0;
  flex-shrink: 0;
}
.table .header > .row .column.icon-column, .table .body > .row .column.icon-column {
  flex-grow: 0;
  flex-shrink: 0;
  width: 36px;
  justify-content: flex-end;
  justify-items: flex-end;
  text-align: right;
  align-content: center;
  align-items: center;
}

.hidden {
  opacity: 0;
}

.clickable {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.object-details {
  flex-wrap: wrap;
  overflow-y: scroll;
  overflow-x: hidden;
}

.table-cell-input {
  width: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.data-form-raido-container {
  padding-bottom: 2rem;
}
.data-form-raido-container .radio {
  padding-left: 1.5rem;
}

.form-inline > .compound-property:not(:first-child) {
  margin-left: 0.5rem;
}

.option-spacer {
  padding-left: 0.25rem;
}

.dim {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute !important;
  z-index: 5000 !important;
  min-width: 100% !important;
  min-height: 100vh !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-user-select: none;
          user-select: none;
}
.dim.container-only {
  height: auto;
  width: auto;
}

.no-interactions {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  cursor: disabled;
}
.no-interactions .mat-datepicker-toggle {
  pointer-events: none;
}

.not-found {
  justify-content: center;
}

.group-indent {
  margin-left: 1rem;
}

.highlight {
  z-index: 9999 !important;
  position: relative !important;
}

.hidden-footer {
  height: 0;
  min-height: 0;
  visibility: hidden;
}

.hidden-rows {
  display: none;
}

/* ------- Post Fontello Custom Icons ------- */
.custom-icon {
  color: #000000;
  font-size: 16px;
}

/* ------- End Fontello Custom Icons ------- */
.mat-checkbox-layout {
  white-space: normal !important;
}
.mat-checkbox-layout .mat-checkbox-inner-container {
  margin-top: 0.25rem;
}

.mat-mdc-tooltip {
  padding: 0.25rem 0.75rem !important;
  margin: 1rem !important;
  white-space: pre-line;
}

.org-tooltip-redaction {
  padding: 0 !important;
  margin: 0 !important;
}

/* Quill Editor CSS (it's styling is global so custom css changes have to be done here)*/
.ql-editor {
  padding: 0;
}

mat-dialog-container {
  padding: 0 !important;
  min-height: max-content !important;
  position: relative;
}

.mat-mdc-dialog-title {
  display: flex !important;
  align-items: center;
  align-content: center;
  padding: 1rem !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 714px) {
  .mat-mdc-dialog-title {
    font-size: 20px !important;
  }
}
.mat-dialog-content {
  position: relative;
  margin: 0 !important;
  padding: 1rem 2rem !important;
}
.mat-dialog-content.remove-styling {
  padding: 1rem 0 !important;
}
.mat-dialog-content.full {
  max-height: 100%;
}

.mat-dialog-actions,
.object-actions {
  display: flex;
  padding: 0 !important;
  margin: 1rem 2rem !important;
}
.mat-dialog-actions > *,
.object-actions > * {
  margin: 0 0.25rem;
}
.mat-dialog-actions > button:first-child,
.object-actions > button:first-child {
  margin-left: 0;
}
.mat-dialog-actions > *:last-child,
.object-actions > *:last-child {
  margin-right: 0;
}
.flex > .mat-dialog-actions,
.flex > .object-actions {
  flex-grow: 0;
}

.mat-mdc-form-field.compact > .mat-mdc-form-field-wrapper {
  padding-bottom: 0;
}

.list-header {
  margin: 0 1rem 2rem 1rem;
  align-content: center;
  align-items: center;
}

.list-root {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.auto-y {
  overflow-y: auto;
}

.list {
  padding: 1rem 0;
  flex-wrap: wrap;
  overflow-x: hidden;
}

.list-container {
  margin: 2rem;
}

.list-search {
  min-width: 20rem;
  margin-right: 0.5rem;
  font-size: 12px;
}

.dt-slide .mat-slide-toggle-label .mat-slide-toggle-content {
  white-space: normal;
}

.dt-slide .mdc-form-field {
  align-items: start;
}

.dt-check .mdc-form-field {
  align-items: start;
}
.dt-check .mdc-form-field .mdc-label {
  padding-top: 0.5rem;
}

.badgePadding {
  padding-left: 0.5rem;
}

.data-form-content-view {
  padding-top: 1.75rem;
}

.data-form-content-edit {
  padding-top: 0.5rem;
}

.mat-drawer[cdk-scrollable] .mat-drawer-inner-container, .mat-drawer[cdkScrollable] .mat-drawer-inner-container,
.mat-sidenav[cdk-scrollable] .mat-drawer-inner-container,
.mat-sidenav[cdkScrollable] .mat-drawer-inner-container {
  overflow: visible;
}

.center-chips {
  display: flex;
  width: 100%;
}
.center-chips .mdc-evolution-chip-set__chips {
  justify-content: center;
}

.mdc-evolution-chip-set__chips {
  max-width: 100% !important;
}

.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,
.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,
.mat-mdc-standard-chip .mat-mdc-chip-action-label {
  overflow: hidden !important;
}

.mdc-evolution-chip__text-label {
  text-align: center !important;
  word-wrap: break-word !important;
}

.margin-right {
  margin-right: 0.5rem;
}

.margin-top {
  margin-top: 1rem;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.mat-mdc-tab-header {
  margin-bottom: 1rem;
}

.settings-section-content {
  margin-top: 1rem;
  margin-left: 0.5rem;
}

.card-grid {
  display: grid;
  gap: 1rem;
}

.example-card {
  padding: 0.75rem;
}

.card-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.card-column {
  flex: 1;
  text-align: left;
}
@media only screen and (min-width: 716px) {
  .card-column {
    padding: 0 0.5rem;
  }
}
@media only screen and (max-width: 715px) {
  .card-column {
    padding: 0 0.5rem 0 0;
  }
}

.card-button {
  flex: none;
}

.card-header {
  font-size: 0.9rem;
  font-weight: bold !important;
}

.card-text-content {
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mat-mdc-form-field {
  padding-top: 0.25rem;
}

.country-flag-img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
  margin-right: 8px;
}

.system-view {
  padding-top: 0.5rem;
  overflow-y: auto;
}
.system-view .mat-mdc-tab-group {
  height: 100%;
}
.system-view .mat-mdc-tab-group .mat-mdc-tab-body-wrapper {
  flex-grow: 1;
}
.system-view .mat-mdc-tab-group .mat-mdc-tab-body-wrapper .mat-mdc-tab-body-content {
  display: flex;
  flex-direction: column;
}

.hide-tab-header .mat-mdc-tab-header {
  display: none;
}

.warning-banner, .error-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
.warning-banner mat-icon, .error-banner mat-icon {
  margin-right: 0.5rem;
}

@media only screen and (max-width: 619px) {
  .mat-mdc-tab-group .mat-mdc-tab-header button.mat-mdc-tab-header-pagination .mat-mdc-tab-header-pagination-chevron {
    height: 16px;
    width: 16px;
  }
  .mat-mdc-paginator-range-label {
    margin: 0px !important;
  }
  .form-button-actions {
    align-items: start !important;
    flex-direction: column;
  }
  .form-button-actions button {
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .form-header-mobile {
    align-items: start !important;
  }
}
@media only screen and (max-width: 924px) {
  .form-button-actions {
    align-items: start !important;
  }
  .mdc-evolution-chip-set__chips {
    max-width: unset !important;
  }
  .mobile-pills {
    justify-content: space-evenly;
  }
  .mobile-pills .flex.stack {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 715px) {
  data-form:has(dt-multiple) .mobile-flexible-override .flexible {
    flex-grow: 0 !important;
  }
}
@media only screen and (max-width: 714px) and (min-width: 674px) {
  data-form:has(dt-multiple) .data-field-container.mobile-full-override:not(:has(dt-compound)) mat-form-field.full,
  data-form:has(dt-multiple) .data-field-container.mobile-full-override:has(dt-compound.stack) mat-form-field.full {
    width: 250% !important;
  }
}
@media only screen and (max-width: 673px) and (min-width: 521px) {
  data-form:has(dt-multiple) .data-field-container.mobile-full-override:not(:has(dt-compound)) mat-form-field.full,
  data-form:has(dt-multiple) .data-field-container.mobile-full-override:has(dt-compound.stack) mat-form-field.full {
    width: 200% !important;
  }
}
@media only screen and (max-width: 520px) and (min-width: 472px) {
  data-form:has(dt-multiple) .data-field-container.mobile-full-override:not(:has(dt-compound)) mat-form-field.full,
  data-form:has(dt-multiple) .data-field-container.mobile-full-override:has(dt-compound.stack) mat-form-field.full {
    width: 163% !important;
  }
}
@media only screen and (max-width: 471px) and (min-width: 386px) {
  data-form:has(dt-multiple) .data-field-container.mobile-full-override:not(:has(dt-compound)) mat-form-field.full,
  data-form:has(dt-multiple) .data-field-container.mobile-full-override:has(dt-compound.stack) mat-form-field.full {
    width: 140% !important;
  }
}
@media only screen and (max-width: 385px) and (min-width: 300px) {
  data-form:has(dt-multiple) .data-field-container.mobile-full-override:not(:has(dt-compound)) mat-form-field.full:not(.mat-mdc-form-field-has-icon-suffix),
  data-form:has(dt-multiple) .data-field-container.mobile-full-override:has(dt-compound.stack) mat-form-field.full:not(.mat-mdc-form-field-has-icon-suffix) {
    width: 125% !important;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/theme.scss?ngGlobalStyle (2) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
* Generated theme by Material Theme Generator
* https://materialtheme.arcsine.dev
*/
:root {
  --dark-blue: #223554;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

body {
  --primary-color: mat.get-color-from-palette($theme-primary, default);
  --primary-lighter-color: mat.get-color-from-palette($theme-primary, lighter);
  --primary-darker-color: mat.get-color-from-palette($theme-primary, darker);
  --text-primary-color: mat.get-color-from-palette($theme-primary, default);
  --text-primary-lighter-color: mat.get-color-from-palette($theme-primary, lighter);
  --text-primary-darker-color: mat.get-color-from-palette($theme-primary, darker);
  --accent-color: mat.get-color-from-palette($theme-accent, default);
  --accent-lighter-color: mat.get-color-from-palette($theme-accent, lighter);
  --accent-darker-color: mat.get-color-from-palette($theme-accent, darker);
  --text-accent-color: mat.get-color-from-palette($theme-accent, default);
  --text-accent-lighter-color: mat.get-color-from-palette($theme-accent, lighter);
  --text-accent-darker-color: mat.get-color-from-palette($theme-accent, darker);
  --warn-color: mat.get-color-from-palette($theme-warn, default);
  --warn-lighter-color: mat.get-color-from-palette($theme-warn, lighter);
  --warn-darker-color: mat.get-color-from-palette($theme-warn, darker);
  --text-warn-color: mat.get-color-from-palette($theme-warn, default);
  --text-warn-lighter-color: mat.get-color-from-palette($theme-warn, lighter);
  --text-warn-darker-color: mat.get-color-from-palette($theme-warn, darker);
  --mdc-typography-button-text-transform: uppercase;
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #5a7997;
  --mat-option-label-text-color: #223554;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #2f9582;
  --mat-option-label-text-color: #223554;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #d32f2f;
  --mat-option-label-text-color: #223554;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: #223554;
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #5a7997;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f9f9f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #5a7997;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f9f9f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #5a7997;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #2f9582;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f9f9f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #5a7997;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f9f9f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #2f9582;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #2f9582;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f9f9f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #5a7997;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f9f9f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #2f9582;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #d32f2f;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f9f9f9;
  --mat-full-pseudo-checkbox-unselected-icon-color: #5a7997;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f9f9f9;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #d32f2f;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-app-background {
  background-color: #f9f9f9;
  color: #223554;
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

html {
  --mat-option-label-text-font: Lato;
  --mat-option-label-text-line-height: 20px;
  --mat-option-label-text-size: 14px;
  --mat-option-label-text-tracking: 0.25px;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: Lato;
  --mat-optgroup-label-text-line-height: 20px;
  --mat-optgroup-label-text-size: 14px;
  --mat-optgroup-label-text-tracking: 0.25px;
  --mat-optgroup-label-text-weight: 400;
}

html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}

html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #5a7997;
}

html {
  --mat-card-title-text-font: Lato;
  --mat-card-title-text-line-height: 34px;
  --mat-card-title-text-size: 28px;
  --mat-card-title-text-tracking: 0.5px;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Lato;
  --mat-card-subtitle-text-line-height: 28px;
  --mat-card-subtitle-text-size: 15px;
  --mat-card-subtitle-text-tracking: 0.15px;
  --mat-card-subtitle-text-weight: 400;
}

html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #5a7997;
  --mdc-linear-progress-track-color: rgba(90, 121, 151, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #2f9582;
  --mdc-linear-progress-track-color: rgba(47, 149, 130, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #d32f2f;
  --mdc-linear-progress-track-color: rgba(211, 47, 47, 0.25);
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}

html {
  --mdc-plain-tooltip-container-color: white;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-plain-tooltip-supporting-text-font: Lato;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0em;
}

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;
  --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: #5a7997;
  --mdc-filled-text-field-focus-active-indicator-color: #5a7997;
  --mdc-filled-text-field-focus-label-text-color: rgba(90, 121, 151, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-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-focus-label-text-color: #d32f2f;
  --mdc-filled-text-field-error-label-text-color: #d32f2f;
  --mdc-filled-text-field-error-caret-color: #d32f2f;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #d32f2f;
  --mdc-filled-text-field-error-focus-active-indicator-color: #d32f2f;
  --mdc-filled-text-field-error-hover-active-indicator-color: #d32f2f;
  --mdc-outlined-text-field-caret-color: #5a7997;
  --mdc-outlined-text-field-focus-outline-color: #5a7997;
  --mdc-outlined-text-field-focus-label-text-color: rgba(90, 121, 151, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #d32f2f;
  --mdc-outlined-text-field-error-focus-label-text-color: #d32f2f;
  --mdc-outlined-text-field-error-label-text-color: #d32f2f;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #d32f2f;
  --mdc-outlined-text-field-error-hover-outline-color: #d32f2f;
  --mdc-outlined-text-field-error-outline-color: #d32f2f;
  --mat-form-field-focus-select-arrow-color: rgba(90, 121, 151, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #d32f2f;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-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.12;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #2f9582;
  --mdc-filled-text-field-focus-active-indicator-color: #2f9582;
  --mdc-filled-text-field-focus-label-text-color: rgba(47, 149, 130, 0.87);
  --mdc-outlined-text-field-caret-color: #2f9582;
  --mdc-outlined-text-field-focus-outline-color: #2f9582;
  --mdc-outlined-text-field-focus-label-text-color: rgba(47, 149, 130, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(47, 149, 130, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #d32f2f;
  --mdc-filled-text-field-focus-active-indicator-color: #d32f2f;
  --mdc-filled-text-field-focus-label-text-color: rgba(211, 47, 47, 0.87);
  --mdc-outlined-text-field-caret-color: #d32f2f;
  --mdc-outlined-text-field-focus-outline-color: #d32f2f;
  --mdc-outlined-text-field-focus-label-text-color: rgba(211, 47, 47, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(211, 47, 47, 0.87);
}

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-filled-text-field-label-text-font: Lato;
  --mdc-filled-text-field-label-text-size: 14px;
  --mdc-filled-text-field-label-text-tracking: 0.25px;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Lato;
  --mdc-outlined-text-field-label-text-size: 14px;
  --mdc-outlined-text-field-label-text-tracking: 0.25px;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Lato;
  --mat-form-field-container-text-line-height: 20px;
  --mat-form-field-container-text-size: 14px;
  --mat-form-field-container-text-tracking: 0.25px;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 14px;
  --mat-form-field-subscript-text-font: Lato;
  --mat-form-field-subscript-text-line-height: 14px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0em;
  --mat-form-field-subscript-text-weight: 400;
}

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(90, 121, 151, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 47, 47, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(47, 149, 130, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 47, 47, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(211, 47, 47, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 47, 47, 0.87);
}

html {
  --mat-select-trigger-text-font: Lato;
  --mat-select-trigger-text-line-height: 20px;
  --mat-select-trigger-text-size: 14px;
  --mat-select-trigger-text-tracking: 0.25px;
  --mat-select-trigger-text-weight: 400;
}

html {
  --mat-autocomplete-background-color: white;
}

html {
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
}

html {
  --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);
}

html {
  --mdc-dialog-subhead-font: Lato;
  --mdc-dialog-subhead-line-height: 34px;
  --mdc-dialog-subhead-size: 28px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: 0.5px;
  --mdc-dialog-supporting-text-font: Lato;
  --mdc-dialog-supporting-text-line-height: 20px;
  --mdc-dialog-supporting-text-size: 14px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.25px;
}

.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #5a7997;
  --mdc-chip-elevated-disabled-container-color: #5a7997;
  --mdc-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #2f9582;
  --mdc-chip-elevated-disabled-container-color: #2f9582;
  --mdc-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #d32f2f;
  --mdc-chip-elevated-disabled-container-color: #d32f2f;
  --mdc-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Lato;
  --mdc-chip-label-text-line-height: 24px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: 0em;
  --mdc-chip-label-text-weight: 400;
}

.mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --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-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}

.mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
}
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #babcbe;
}
.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

.mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Lato;
  --mat-slide-toggle-label-text-size: 16px;
  --mat-slide-toggle-label-text-tracking: 0em;
  --mat-slide-toggle-label-text-line-height: 24px;
  --mat-slide-toggle-label-text-weight: 400;
}
.mat-mdc-slide-toggle .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #5a7997;
  --mdc-radio-selected-hover-icon-color: #5a7997;
  --mdc-radio-selected-icon-color: #5a7997;
  --mdc-radio-selected-pressed-icon-color: #5a7997;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #5a7997;
  --mat-radio-disabled-label-color: #babcbe;
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #2f9582;
  --mdc-radio-selected-hover-icon-color: #2f9582;
  --mdc-radio-selected-icon-color: #2f9582;
  --mdc-radio-selected-pressed-icon-color: #2f9582;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #2f9582;
  --mat-radio-disabled-label-color: #babcbe;
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #d32f2f;
  --mdc-radio-selected-hover-icon-color: #d32f2f;
  --mdc-radio-selected-icon-color: #d32f2f;
  --mdc-radio-selected-pressed-icon-color: #d32f2f;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #d32f2f;
  --mat-radio-disabled-label-color: #babcbe;
}

html {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Lato));
  font-size: var(--mdc-typography-body2-font-size, 16px);
  line-height: var(--mdc-typography-body2-line-height, 24px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
}

html {
  --mdc-slider-handle-color: #5a7997;
  --mdc-slider-focus-handle-color: #5a7997;
  --mdc-slider-hover-handle-color: #5a7997;
  --mdc-slider-active-track-color: #5a7997;
  --mdc-slider-inactive-track-color: #5a7997;
  --mdc-slider-with-tick-marks-inactive-container-color: #5a7997;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #5a7997;
  --mat-slider-hover-state-layer-color: rgba(90, 121, 151, 0.05);
  --mat-slider-focus-state-layer-color: rgba(90, 121, 151, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #2f9582;
  --mat-slider-hover-state-layer-color: rgba(47, 149, 130, 0.05);
  --mat-slider-focus-state-layer-color: rgba(47, 149, 130, 0.2);
  --mdc-slider-handle-color: #2f9582;
  --mdc-slider-focus-handle-color: #2f9582;
  --mdc-slider-hover-handle-color: #2f9582;
  --mdc-slider-active-track-color: #2f9582;
  --mdc-slider-inactive-track-color: #2f9582;
  --mdc-slider-with-tick-marks-inactive-container-color: #2f9582;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #d32f2f;
  --mat-slider-hover-state-layer-color: rgba(211, 47, 47, 0.05);
  --mat-slider-focus-state-layer-color: rgba(211, 47, 47, 0.2);
  --mdc-slider-handle-color: #d32f2f;
  --mdc-slider-focus-handle-color: #d32f2f;
  --mdc-slider-hover-handle-color: #d32f2f;
  --mdc-slider-active-track-color: #d32f2f;
  --mdc-slider-inactive-track-color: #d32f2f;
  --mdc-slider-with-tick-marks-inactive-container-color: #d32f2f;
  --mdc-slider-with-tick-marks-active-container-color: white;
}

html {
  --mdc-slider-label-label-text-font: Lato;
  --mdc-slider-label-label-text-size: 15px;
  --mdc-slider-label-label-text-line-height: 28px;
  --mdc-slider-label-label-text-tracking: 0.15px;
  --mdc-slider-label-label-text-weight: 400;
}

html {
  --mat-menu-container-shape: 4px;
}

html {
  --mat-menu-item-label-text-color: #223554;
  --mat-menu-item-icon-color: #223554;
  --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;
}

html {
  --mat-menu-item-label-text-font: Lato;
  --mat-menu-item-label-text-size: 14px;
  --mat-menu-item-label-text-tracking: 0.25px;
  --mat-menu-item-label-text-line-height: 20px;
  --mat-menu-item-label-text-weight: 400;
}

html {
  --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;
}

html {
  --mdc-list-list-item-label-text-color: #223554;
  --mdc-list-list-item-supporting-text-color: #5a7997;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #8c8d8f;
  --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: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-label-text-color: #223554;
  --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: #223554;
  --mdc-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #5a7997;
  --mdc-radio-selected-hover-icon-color: #5a7997;
  --mdc-radio-selected-icon-color: #5a7997;
  --mdc-radio-selected-pressed-icon-color: #5a7997;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #2f9582;
  --mdc-radio-selected-hover-icon-color: #2f9582;
  --mdc-radio-selected-icon-color: #2f9582;
  --mdc-radio-selected-pressed-icon-color: #2f9582;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #d32f2f;
  --mdc-radio-selected-hover-icon-color: #d32f2f;
  --mdc-radio-selected-icon-color: #d32f2f;
  --mdc-radio-selected-pressed-icon-color: #d32f2f;
}

.mat-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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #5a7997;
  --mdc-checkbox-selected-hover-icon-color: #5a7997;
  --mdc-checkbox-selected-icon-color: #5a7997;
  --mdc-checkbox-selected-pressed-icon-color: #5a7997;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #5a7997;
  --mdc-checkbox-selected-hover-state-layer-color: #5a7997;
  --mdc-checkbox-selected-pressed-state-layer-color: #5a7997;
  --mdc-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}

.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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #2f9582;
  --mdc-checkbox-selected-hover-icon-color: #2f9582;
  --mdc-checkbox-selected-icon-color: #2f9582;
  --mdc-checkbox-selected-pressed-icon-color: #2f9582;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2f9582;
  --mdc-checkbox-selected-hover-state-layer-color: #2f9582;
  --mdc-checkbox-selected-pressed-state-layer-color: #2f9582;
  --mdc-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}

.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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #d32f2f;
  --mdc-checkbox-selected-hover-icon-color: #d32f2f;
  --mdc-checkbox-selected-icon-color: #d32f2f;
  --mdc-checkbox-selected-pressed-icon-color: #d32f2f;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d32f2f;
  --mdc-checkbox-selected-hover-state-layer-color: #d32f2f;
  --mdc-checkbox-selected-pressed-state-layer-color: #d32f2f;
  --mdc-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #5a7997;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #5a7997;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mdc-list-list-item-label-text-font: Lato;
  --mdc-list-list-item-label-text-line-height: 20px;
  --mdc-list-list-item-label-text-size: 14px;
  --mdc-list-list-item-label-text-tracking: 0.25px;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Lato;
  --mdc-list-list-item-supporting-text-line-height: 24px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: 0em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Lato;
  --mdc-list-list-item-trailing-supporting-text-line-height: 14px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font: 700 20px / 24px Lato;
  letter-spacing: 0em;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-paginator-container-size: 56px;
}

.mat-mdc-paginator {
  --mat-form-field-container-height: 40px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 8px;
  --mat-form-field-filled-with-label-container-padding-top: 8px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}

html {
  --mat-paginator-container-text-font: Lato;
  --mat-paginator-container-text-line-height: 14px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}

html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #5a7997;
  --mat-tab-header-disabled-ripple-color: #babcbe;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #5a7997;
  --mat-tab-header-active-ripple-color: #5a7997;
  --mat-tab-header-inactive-ripple-color: #5a7997;
  --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: #5a7997;
  --mat-tab-header-active-hover-label-text-color: #5a7997;
  --mat-tab-header-active-focus-indicator-color: #5a7997;
  --mat-tab-header-active-hover-indicator-color: #5a7997;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #2f9582;
  --mat-tab-header-disabled-ripple-color: #babcbe;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #2f9582;
  --mat-tab-header-active-ripple-color: #2f9582;
  --mat-tab-header-inactive-ripple-color: #2f9582;
  --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: #2f9582;
  --mat-tab-header-active-hover-label-text-color: #2f9582;
  --mat-tab-header-active-focus-indicator-color: #2f9582;
  --mat-tab-header-active-hover-indicator-color: #2f9582;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #d32f2f;
  --mat-tab-header-disabled-ripple-color: #babcbe;
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #d32f2f;
  --mat-tab-header-active-ripple-color: #d32f2f;
  --mat-tab-header-inactive-ripple-color: #d32f2f;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #d32f2f;
  --mat-tab-header-active-hover-label-text-color: #d32f2f;
  --mat-tab-header-active-focus-indicator-color: #d32f2f;
  --mat-tab-header-active-hover-indicator-color: #d32f2f;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #5a7997;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #2f9582;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #d32f2f;
  --mat-tab-header-with-background-foreground-color: white;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}

.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Lato;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0em;
  --mat-tab-header-label-text-line-height: 22px;
  --mat-tab-header-label-text-weight: 700;
}

html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}

html {
  --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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #2f9582;
  --mdc-checkbox-selected-hover-icon-color: #2f9582;
  --mdc-checkbox-selected-icon-color: #2f9582;
  --mdc-checkbox-selected-pressed-icon-color: #2f9582;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #2f9582;
  --mdc-checkbox-selected-hover-state-layer-color: #2f9582;
  --mdc-checkbox-selected-pressed-state-layer-color: #2f9582;
  --mdc-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}

.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #5a7997;
  --mdc-checkbox-selected-hover-icon-color: #5a7997;
  --mdc-checkbox-selected-icon-color: #5a7997;
  --mdc-checkbox-selected-pressed-icon-color: #5a7997;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #5a7997;
  --mdc-checkbox-selected-hover-state-layer-color: #5a7997;
  --mdc-checkbox-selected-pressed-state-layer-color: #5a7997;
  --mdc-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #d32f2f;
  --mdc-checkbox-selected-hover-icon-color: #d32f2f;
  --mdc-checkbox-selected-icon-color: #d32f2f;
  --mdc-checkbox-selected-pressed-icon-color: #d32f2f;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d32f2f;
  --mdc-checkbox-selected-hover-state-layer-color: #d32f2f;
  --mdc-checkbox-selected-pressed-state-layer-color: #d32f2f;
  --mdc-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #babcbe;
}

html {
  --mdc-checkbox-state-layer-size: 40px;
}

.mat-mdc-checkbox .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Lato));
  font-size: var(--mdc-typography-body2-font-size, 16px);
  line-height: var(--mdc-typography-body2-line-height, 24px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-button {
  --mdc-text-button-label-text-color: #000;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: #000;
  --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;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #5a7997;
  --mat-text-button-state-layer-color: #5a7997;
  --mat-text-button-ripple-color: rgba(90, 121, 151, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #2f9582;
  --mat-text-button-state-layer-color: #2f9582;
  --mat-text-button-ripple-color: rgba(47, 149, 130, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #d32f2f;
  --mat-text-button-state-layer-color: #d32f2f;
  --mat-text-button-ripple-color: rgba(211, 47, 47, 0.1);
}

.mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #000;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: #000;
  --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;
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #5a7997;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #2f9582;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #d32f2f;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #000;
  --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);
  --mat-protected-button-state-layer-color: #000;
  --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;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #5a7997;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #2f9582;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #d32f2f;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button:hover, .mat-mdc-raised-button:focus {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-mdc-raised-button:active, .mat-mdc-raised-button:focus:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-mdc-outlined-button {
  --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: #000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #000;
  --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-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #5a7997;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #5a7997;
  --mat-outlined-button-ripple-color: rgba(90, 121, 151, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #2f9582;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #2f9582;
  --mat-outlined-button-ripple-color: rgba(47, 149, 130, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #d32f2f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #d32f2f;
  --mat-outlined-button-ripple-color: rgba(211, 47, 47, 0.1);
}

.mat-mdc-button {
  --mdc-text-button-container-height: 36px;
}

.mat-mdc-raised-button {
  --mdc-protected-button-container-height: 36px;
}

.mat-mdc-unelevated-button {
  --mdc-filled-button-container-height: 36px;
}

.mat-mdc-outlined-button {
  --mdc-outlined-button-container-height: 36px;
}

html {
  --mdc-text-button-label-text-font: Lato;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: 0em;
  --mdc-text-button-label-text-weight: 700;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Lato;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: 0em;
  --mdc-filled-button-label-text-weight: 700;
  --mdc-filled-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Lato;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: 0em;
  --mdc-outlined-button-label-text-weight: 700;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Lato;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: 0em;
  --mdc-protected-button-label-text-weight: 700;
  --mdc-protected-button-label-text-transform: none;
}

.mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: #000;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #5a7997;
  --mat-icon-button-state-layer-color: #5a7997;
  --mat-icon-button-ripple-color: rgba(90, 121, 151, 0.1);
}
.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #2f9582;
  --mat-icon-button-state-layer-color: #2f9582;
  --mat-icon-button-ripple-color: rgba(47, 149, 130, 0.1);
}
.mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #d32f2f;
  --mat-icon-button-state-layer-color: #d32f2f;
  --mat-icon-button-ripple-color: rgba(211, 47, 47, 0.1);
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
}

html {
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: #000;
  --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 .mat-mdc-fab.mat-primary,
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #5a7997;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent,
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #2f9582;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn,
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #d32f2f;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Lato));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 22px);
  font-weight: var(--mdc-typography-button-font-weight, 700);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
html {
  --mdc-extended-fab-label-text-font: Lato;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0em;
  --mdc-extended-fab-label-text-weight: 700;
}

html {
  --mdc-snackbar-container-shape: 4px;
}

html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #2f9582;
}

html {
  --mdc-snackbar-supporting-text-font: Lato;
  --mdc-snackbar-supporting-text-line-height: 24px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
}

html {
  --mat-table-row-item-outline-width: 1px;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #223554;
  --mat-table-row-item-label-text-color: #223554;
  --mat-table-row-item-outline-color: #e0e0e0;
}

html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

html {
  --mat-table-header-headline-font: Lato;
  --mat-table-header-headline-line-height: 28px;
  --mat-table-header-headline-size: 15px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: 0.15px;
  --mat-table-row-item-label-text-font: Lato;
  --mat-table-row-item-label-text-line-height: 24px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0em;
  --mat-table-footer-supporting-text-font: Lato;
  --mat-table-footer-supporting-text-line-height: 24px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0em;
}

html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}

html {
  --mdc-circular-progress-active-indicator-color: #5a7997;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #2f9582;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #d32f2f;
}

.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  /* @alternate */
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  /* @alternate */
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  /* @alternate */
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

html {
  --mat-badge-background-color: #5a7997;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b8b8b8;
  --mat-badge-disabled-state-text-color: #babcbe;
}

.mat-badge-accent {
  --mat-badge-background-color: #2f9582;
  --mat-badge-text-color: white;
}

.mat-badge-warn {
  --mat-badge-background-color: #d32f2f;
  --mat-badge-text-color: white;
}

html {
  --mat-badge-text-font: Lato;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
}

html {
  --mat-bottom-sheet-container-shape: 4px;
}

html {
  --mat-bottom-sheet-container-text-color: #223554;
  --mat-bottom-sheet-container-background-color: white;
}

html {
  --mat-bottom-sheet-container-text-font: Lato;
  --mat-bottom-sheet-container-text-line-height: 24px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: 0em;
  --mat-bottom-sheet-container-text-weight: 400;
}

html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}

html {
  --mat-legacy-button-toggle-text-color: #8c8d8f;
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #5a7997;
  --mat-legacy-button-toggle-selected-state-background-color: #c9c9c9;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #e3e3e3;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #b0b0b0;
  --mat-standard-button-toggle-text-color: #223554;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #c9c9c9;
  --mat-standard-button-toggle-selected-state-text-color: #223554;
  --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: #223554;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #b0b0b0;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}

html {
  --mat-standard-button-toggle-height: 48px;
}

html {
  --mat-legacy-button-toggle-text-font: Lato;
  --mat-standard-button-toggle-text-font: Lato;
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #5a7997;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(90, 121, 151, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(90, 121, 151, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(90, 121, 151, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #5a7997;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(90, 121, 151, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #5a7997;
  --mat-datepicker-calendar-body-label-text-color: #5a7997;
  --mat-datepicker-calendar-period-button-icon-color: #5a7997;
  --mat-datepicker-calendar-navigation-button-icon-color: #5a7997;
  --mat-datepicker-calendar-header-divider-color: #e0e0e0;
  --mat-datepicker-calendar-header-text-color: #5a7997;
  --mat-datepicker-calendar-date-today-outline-color: #8c8d8f;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(140, 141, 143, 0.8);
  --mat-datepicker-calendar-date-text-color: #223554;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #babcbe;
  --mat-datepicker-calendar-date-preview-state-outline-color: #e0e0e0;
  --mat-datepicker-range-input-separator-color: #223554;
  --mat-datepicker-range-input-disabled-state-separator-color: #babcbe;
  --mat-datepicker-range-input-disabled-state-text-color: #babcbe;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #223554;
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #2f9582;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(47, 149, 130, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(47, 149, 130, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(47, 149, 130, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(47, 149, 130, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #d32f2f;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(211, 47, 47, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(211, 47, 47, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(211, 47, 47, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(211, 47, 47, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #2f9582;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #d32f2f;
}

.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;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

html {
  --mat-datepicker-calendar-text-font: Lato;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 700;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 700;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}

html {
  --mat-divider-width: 1px;
}

html {
  --mat-divider-color: #e0e0e0;
}

html {
  --mat-expansion-container-shape: 4px;
}

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #223554;
  --mat-expansion-actions-divider-color: #e0e0e0;
  --mat-expansion-header-hover-state-layer-color: rgba(252, 252, 252, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(252, 252, 252, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: #223554;
  --mat-expansion-header-description-color: #5a7997;
  --mat-expansion-header-indicator-color: #5a7997;
}

html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}

html {
  --mat-expansion-header-text-font: Lato;
  --mat-expansion-header-text-size: 16px;
  --mat-expansion-header-text-weight: 700;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Lato;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.25px;
  --mat-expansion-container-text-weight: 400;
}

html {
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}

html {
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #5a7997;
}
.mat-icon.mat-accent {
  --mat-icon-color: #2f9582;
}
.mat-icon.mat-warn {
  --mat-icon-color: #d32f2f;
}

html {
  --mat-sidenav-container-shape: 0;
}

html {
  --mat-sidenav-container-divider-color: #e0e0e0;
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #223554;
  --mat-sidenav-content-background-color: #f9f9f9;
  --mat-sidenav-content-text-color: #223554;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #5a7997;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #5a7997;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #5a7997;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: #e0e0e0;
  --mat-stepper-header-hover-state-layer-color: rgba(252, 252, 252, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(252, 252, 252, 0.04);
  --mat-stepper-header-label-text-color: #5a7997;
  --mat-stepper-header-optional-label-text-color: #5a7997;
  --mat-stepper-header-selected-state-label-text-color: #223554;
  --mat-stepper-header-error-state-label-text-color: #d32f2f;
  --mat-stepper-header-icon-background-color: #5a7997;
  --mat-stepper-header-error-state-icon-foreground-color: #d32f2f;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #2f9582;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #2f9582;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #2f9582;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #d32f2f;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #d32f2f;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #d32f2f;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-stepper-container-text-font: Lato;
  --mat-stepper-header-label-text-font: Lato;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}

html {
  --mat-sort-arrow-color: #5a7997;
}

html {
  --mat-toolbar-container-background-color: #223554;
  --mat-toolbar-container-text-color: #223554;
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #5a7997;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #2f9582;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #d32f2f;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-toolbar-title-text-font: Lato;
  --mat-toolbar-title-text-line-height: 34px;
  --mat-toolbar-title-text-size: 28px;
  --mat-toolbar-title-text-tracking: 0.5px;
  --mat-toolbar-title-text-weight: 700;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #223554;
}

html {
  --mat-tree-node-min-height: 48px;
}

html {
  --mat-tree-node-text-font: Lato;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 700 48px / 58px Lato;
  letter-spacing: 1.5px;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 700 28px / 34px Lato;
  letter-spacing: 0.5px;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 700 20px / 24px Lato;
  letter-spacing: 0em;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 14px / 20px Lato;
  letter-spacing: 0.25px;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(16px * 0.83) / 24px Lato;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(16px * 0.67) / 24px Lato;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 400 15px / 28px Lato;
  letter-spacing: 0.15px;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 16px / 24px Lato;
  letter-spacing: 0em;
}
.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 / 14px Lato;
  letter-spacing: 0em;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 112px / 112px Lato;
  letter-spacing: -0.0134em;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 400 56px / 56px Lato;
  letter-spacing: -0.0089em;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 45px / 48px Lato;
  letter-spacing: 0em;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Lato;
  letter-spacing: 0.0074em;
  margin: 0 0 64px;
}

a {
  color: #91afcd;
}

body {
  background: #f9f9f9;
  color: #223554;
}

h4 {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.disabled {
  color: #babcbe;
}
.disabled.mat-icon {
  color: #babcbe;
}
.disabled.mat-icon-button {
  color: #babcbe;
}
.disabled .mat-icon {
  color: #babcbe;
}
.disabled .mat-icon-button {
  color: #babcbe;
}
.disabled.mat-mdc-footer-cell {
  color: #babcbe !important;
}

.secondary {
  color: #5a7997;
}
.secondary.mat-icon {
  color: #5a7997;
}
.secondary.mat-icon-button {
  color: #5a7997;
}
.secondary .mat-icon {
  color: #5a7997;
}
.secondary .mat-icon-button {
  color: #5a7997;
}
.secondary.mat-mdc-footer-cell {
  color: #5a7997 !important;
}

.error {
  color: #d32f2f;
}
.error.mat-icon {
  color: #d32f2f;
}
.error.mat-icon-button {
  color: #d32f2f;
}
.error .mat-icon {
  color: #d32f2f;
}
.error .mat-icon-button {
  color: #d32f2f;
}
.error.mat-mdc-footer-cell {
  color: #d32f2f !important;
}

.warning {
  color: #ffb000;
}
.warning.mat-icon {
  color: #ffb000;
}
.warning.mat-icon-button {
  color: #ffb000;
}
.warning .mat-icon {
  color: #ffb000;
}
.warning .mat-icon-button {
  color: #ffb000;
}
.warning.mat-mdc-footer-cell {
  color: #ffb000 !important;
}
.warning.mat-mdc-unelevated-button:not(.disabled) {
  background-color: #ffb000 !important;
  color: black !important;
}

.warning-background {
  background-color: #fff7e6;
}

.error-background {
  background-color: #fcf0f0;
}

.success-background {
  background-color: #f2f6ef;
}

.warning-banner {
  background-color: #ffb000;
  color: black;
}

.error-banner {
  background-color: #d32f2f;
  color: white;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.optional {
  font-style: italic;
}

.small {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-family: Lato;
  letter-spacing: 0em;
}

.super-small {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-family: Lato;
  letter-spacing: 0em;
  font-size: 10px;
  line-height: 14px;
}

.hint {
  color: #8c8d8f;
}

.primary.mat-mdc-footer-cell {
  color: !important;
}

.accent.mat-mdc-footer-cell {
  color: !important;
}

.info {
  color: #91afcd;
}
.info.mat-icon {
  color: #91afcd;
}
.info.mat-icon-button {
  color: #91afcd;
}
.info .mat-icon {
  color: #91afcd;
}
.info .mat-icon-button {
  color: #91afcd;
}
.info.mat-mdc-footer-cell {
  color: #91afcd !important;
}

.brand-medium {
  color: #5a7997;
}
.brand-medium.mat-icon {
  color: #5a7997;
}
.brand-medium.mat-icon-button {
  color: #5a7997;
}
.brand-medium .mat-icon {
  /*            color: mat.get-color-from-palette($brand, medium-blue); */
}
.brand-medium .mat-icon-button {
  color: #5a7997;
}
.brand-medium.mat-mdc-footer-cell {
  color: #5a7997 !important;
}

.amber {
  color: #2f80ed;
}
.amber.mat-icon {
  color: #ffb000;
}
.amber.mat-icon-button {
  color: #ffb000;
}
.amber .mat-icon {
  color: #ffb000;
}
.amber .mat-icon-button {
  color: #ffb000;
}
.amber.mat-mdc-footer-cell {
  color: #ffb000 !important;
}

.clickable {
  color: #2f80ed;
}
.clickable.mat-icon {
  color: #2f80ed;
}
.clickable.mat-icon-button {
  color: #2f80ed;
}
.clickable .mat-icon {
  color: #2f80ed;
}
.clickable .mat-icon-button {
  color: #2f80ed;
}
.clickable.mat-mdc-footer-cell {
  color: #2f80ed !important;
}

.button-disabled {
  color: rgba(0, 0, 0, 0.26);
  background: transparent;
}
.button-disabled.mat-icon {
  color: rgba(0, 0, 0, 0.26);
}
.button-disabled.mat-icon-button {
  color: rgba(0, 0, 0, 0.26);
}
.button-disabled .mat-icon {
  color: rgba(0, 0, 0, 0.26);
}
.button-disabled .mat-icon-button {
  color: rgba(0, 0, 0, 0.26);
}

.divider {
  background: #e0e0e0;
}

.vdivider {
  background: #e0e0e0;
}

.mat-mdc-standard-chip {
  --mdc-chip-label-text-size: 13px;
  --mdc-chip-label-text-weight: 700;
}
.mat-mdc-standard-chip.warning {
  background-color: #ffb000 !important;
  color: black !important;
}
.mat-mdc-standard-chip.mat-primary {
  background-color: #5a7997 !important;
}
.mat-mdc-standard-chip.mat-primary .mdc-evolution-chip__text-label {
  color: white !important;
}
.mat-mdc-standard-chip.mat-accent {
  background-color: #2f9582 !important;
}
.mat-mdc-standard-chip.mat-accent .mdc-evolution-chip__text-label {
  color: white !important;
}
.mat-mdc-standard-chip.mat-warn {
  background-color: #d32f2f !important;
}
.mat-mdc-standard-chip.mat-warn .mdc-evolution-chip__text-label {
  color: white !important;
}
.mat-mdc-standard-chip.mat-red-tag {
  border: #d32f2f solid 0.2rem !important;
  background-color: white !important;
  color: white !important;
}
.mat-mdc-standard-chip.mat-red-tag .mdc-evolution-chip__text-label {
  color: black;
}
.mat-mdc-standard-chip.mat-green-tag {
  border: #2f9582 solid 0.2rem !important;
  background-color: white !important;
  color: white !important;
}
.mat-mdc-standard-chip.mat-green-tag .mdc-evolution-chip__text-label {
  color: black;
}
.mat-mdc-standard-chip.mat-blue-tag {
  border: #5a7997 solid 0.2rem !important;
  background-color: white !important;
  color: white !important;
}
.mat-mdc-standard-chip.mat-blue-tag .mdc-evolution-chip__text-label {
  color: black;
}
.mat-mdc-standard-chip.mat-grey-tag {
  border: #8c8d8f solid 0.2rem !important;
  background-color: white !important;
  color: white !important;
}
.mat-mdc-standard-chip.mat-grey-tag .mdc-evolution-chip__text-label {
  color: black;
}

.tag {
  background-color: white !important;
  border-radius: 20px;
}

.powered-by-tag {
  border-radius: 20px;
  padding: 0.25rem 0.5rem;
}

.account-menu {
  background: #223554 !important;
  color: #eff5f5 !important;
  border: 1px solid #e0e0e0 !important;
}
.account-menu .divider {
  background: rgba(255, 255, 255, 0.12);
}
.account-menu .account-header {
  background: #314c78;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
}

.mat-mdc-menu-item.account-menu-item {
  color: #eff5f5;
}
.mat-mdc-menu-item.account-menu-item .mat-icon {
  color: white;
}
.mat-mdc-menu-item.account-menu-item:hover {
  background: #294066;
}

.title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  font-family: Lato;
  letter-spacing: 0.5px;
}

.title-1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  font-family: Lato;
  letter-spacing: 0.25px;
}

.title-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
}

.breadcrumbs .breadcrumb .breadcrumb-button .mat-button-wrapper {
  display: flex;
  align-items: center;
}

.tile {
  background: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}

.content-card {
  background-color: white;
  color: #223554;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 1px 8px rgba(0, 0, 0, 0.12);
  margin: 2rem;
}
.content-card:first-child {
  margin-top: 0;
}

.table .header {
  color: #5a7997;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  font-family: Lato;
  letter-spacing: 0.25px;
  font-weight: 500;
}
.table .body > .row {
  border: 1px solid #e0e0e0;
}
.table .body > .row.no-border {
  border: none;
}
.table .body > .row:not(:last-child) {
  border-bottom: none;
}
.table .body > .row:hover:not(.no-hover) {
  background: rgba(0, 0, 0, 0.12);
}
.table .body > .row.selected {
  background: #223554;
}
.table .body.striped > .row:nth-of-type(even) {
  background: white;
}
.table .body.striped > .row:nth-of-type(odd) {
  background: #f5f5f5;
}
.table .header > .row > .column .mat-icon, .table .header > .row > .column .mat-icon-button, .table .body > .row > .column .mat-icon, .table .body > .row > .column .mat-icon-button {
  line-height: 20px;
  width: 20px;
  height: 20px;
}
.table .header > .row > .column .mat-icon, .table .body > .row > .column .mat-icon {
  font-size: 20px;
}
.table .header > .row > .column.header, .table .body > .row > .column.header {
  font-weight: bold;
  color: #2f9582;
}

.uploader .drop-zone {
  border: dashed 1px #e0e0e0;
  background-color: #f2f6ef;
  box-sizing: border-box;
  border-radius: 4px;
}
.uploader .drop-zone.over {
  border: dotted 2px #bbdddd;
}

div.mat-mdc-tooltip .mdc-tooltip__surface {
  color: #223554 !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  font-family: Lato;
  letter-spacing: 0.25px;
  border: #e7e9ec 1px solid;
}

.mdc-switch--selected.mdc-switch--checked .mdc-switch__track {
  background-color: #bbdddd;
}
.mdc-switch--selected.mdc-switch--checked .mdc-switch__shadow {
  background-color: #2f9582;
}

.mat-mdc-unelevated-button {
  font-size: 12px;
  font-weight: 800;
  line-height: 14px;
  font-family: Lato;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: transparent;
}
.mat-mdc-unelevated-button .mat-icon {
  vertical-align: text-top !important;
  width: auto;
  font-size: 1rem;
}

.mat-mdc-table .mat-mdc-row {
  border-bottom-width: 0;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
  padding: 0.625rem 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Lato;
  letter-spacing: 0.25px;
}
.mat-mdc-table .mat-mdc-row:nth-of-type(even) {
  background: #f9f9f9;
}
.mat-mdc-table .mat-mdc-row:nth-of-type(odd) {
  background: inherit;
}
.mat-mdc-table .mat-mdc-row .mat-mdc-cell {
  margin: 0 0.5rem;
  border-bottom: 0;
  box-sizing: content-box !important;
}
.mat-mdc-table .mat-mdc-row .mat-mdc-cell:first-of-type {
  padding-left: 1.5rem;
}
.mat-mdc-table .mat-mdc-header-row {
  background: #f6f6f7;
  border-bottom-width: 0;
  box-shadow: none;
}
.mat-mdc-table .mat-mdc-header-row .mat-mdc-header-cell {
  margin: 0 0.5rem;
  color: #223554;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  font-family: Lato;
  letter-spacing: 0em;
  border-bottom: 0;
  box-sizing: content-box !important;
}
.mat-mdc-table .mat-mdc-footer-row {
  border-bottom-width: 0;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
}
.mat-mdc-table .mat-mdc-footer-row .mat-mdc-footer-cell {
  margin: 0 0.5rem;
  color: #223554;
  border-bottom: 0;
  box-sizing: content-box !important;
}
.mat-mdc-table .overflow {
  flex-grow: 0;
  flex-basis: auto;
  min-width: 2.5rem;
}
.mat-mdc-table .overflow:last-of-type {
  padding-right: 0;
}
.mat-mdc-table .overflow-badges {
  min-width: 2rem !important;
  padding-left: 0;
  padding-right: 1px;
}
.mat-mdc-table .overflow-badges:first-of-type {
  padding-left: 0 !important;
}

.mat-stepper-vertical-line::before {
  border-left-width: 0px !important;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: #babcbe;
}

.mat-mdc-progress-spinner.inline {
  display: inline-block;
  margin-right: 0.5rem;
}

.mat-mdc-dialog-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
  letter-spacing: auto;
  background: #f6f6f7;
  color: #223554;
}

.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 0.25rem;
  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);
}

.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.builder-group-preview {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  font-family: Lato;
  letter-spacing: 0.5px;
}

.reference-wrapper {
  position: relative;
  min-height: 1rem;
  width: 100%;
  background-color: rgb(241, 241, 241);
  z-index: 44;
  overflow: hidden;
  border-radius: 5px;
  margin: 0.5rem;
}
.reference-wrapper.primary {
  height: 1rem;
}
.reference-wrapper.secondary {
  height: 10px;
}
.reference-wrapper.icon {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}
.reference-wrapper.task-icon {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
}
.reference-wrapper.chip {
  border-radius: 50%;
}

.reference-loading {
  position: absolute;
  left: -45%;
  height: 100%;
  width: 45%;
  background-image: linear-gradient(to left, rgba(251, 251, 251, 0.05), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.6), rgba(251, 251, 251, 0.3), rgba(251, 251, 251, 0.05));
  animation: reference-loading 1s infinite;
  z-index: 45;
}

@keyframes reference-loading {
  0% {
    left: -45%;
  }
  100% {
    left: 100%;
  }
}
@keyframes background-highlight {
  0% {
    background: #fff7e6;
  }
  100% {
    background: inherit;
  }
}
.background-highlight {
  animation: background-highlight 10s;
}

.websocket-overlay {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  font-family: Lato;
  letter-spacing: 0.5px;
}
.websocket-overlay .reconnect {
  width: 100%;
}

button:not(.mat-mdc-icon-button).accent .mat-icon {
  color: white;
}

button:not(.mat-mdc-icon-button).primary .mat-icon {
  color: white;
}

.app-bar {
  background: #223554;
  color: white;
}
.app-bar .title {
  background: white;
  mask-image: url('logo.svg');
  mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-image: url('logo.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
}
.app-bar .features > button {
  color: #eff5f5;
  opacity: 0.5;
  background: #223554;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  font-family: Lato;
  letter-spacing: 0em;
  text-transform: none;
}
.app-bar .features > button.selected {
  opacity: 1;
}
.app-bar .features > button.selected:after {
  content: "";
  border-top: 0.1875rem solid white;
  position: absolute;
  top: 3.3125rem;
  left: 0;
  right: 0;
}
.app-bar .account-menu-trigger {
  background: #223554;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  font-family: Lato;
  letter-spacing: 0em;
}
.app-bar .account-menu-trigger .avatar {
  color: white;
  font-size: 2rem;
}

.content-wrapper .content {
  color: #223554;
}

.footer {
  background: #223554;
  color: white;
}

.breadcrumbs {
  background: #eff5f5;
  color: black;
}
.breadcrumbs .breadcrumb:not(:last-child):after {
  color: #e0e0e0;
}

.detail-tab-group .tabs .tab-button {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
  text-transform: none;
  height: 3.5rem;
  justify-content: start;
}
.detail-tab-group .tabs .tab-button.selected {
  background: #f6f5f6;
  color: #223554;
}

.mat-chip.mat-standard-chip.close-all {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  font-family: Lato;
  letter-spacing: 0em;
  font-size: 10px;
  background-color: #257b6c;
}

.gutter {
  background: #e0e0e0;
}

.tab {
  border-bottom: 1px solid #e0e0e0;
}
.tab .active {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #91afcd;
}
.tab .changed {
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  width: 3px;
  border-radius: 50%;
}

.tab-content {
  background-color: rgba(0, 0, 0, 0.26);
}
.tab-content .title {
  color: #223554;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  font-family: Lato;
  letter-spacing: 1.5px;
}
.add-organization {
  z-index: 8;
  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);
}

.settings-section-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  font-family: Lato;
  letter-spacing: 0.5px;
}

.settings-card .sub-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
}

.integration-code .pre-formatted {
  border-radius: 0.5rem;
  border: 1px solid #e0e0e0;
  background: #223554;
}

.settings-overview {
  background: #f2f6ef;
  color: black;
}
.settings-overview .organization-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
}
.settings-overview .organization-name.editing {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Lato;
  letter-spacing: 0.25px;
}

.contact-information {
  margin-top: 2rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  font-family: Lato;
  letter-spacing: 0.25px;
}

.add-program {
  z-index: 8;
  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);
}

.settings-section-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  font-family: Lato;
  letter-spacing: 0.5px;
}

.integration-code .pre-formatted {
  border-radius: 0.5rem;
  border: 1px solid #e0e0e0;
  background: #223554;
}

.table .body .row.message-display {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.inquiry-overview {
  background: #fff7e6;
  color: black;
}
.inquiry-overview .header-panel:not(:last-child) {
  box-shadow: inset -1px 0px 1px rgba(0, 0, 0, 0.12);
}
.inquiry-overview .physician {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
}

.discussion-container .message-list .message {
  position: relative;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.discussion-container .message-list .message.sender {
  background-color: rgba(187, 221, 221, 0.75);
}
.discussion-container .message-list .message .header {
  border-bottom: 1px solid #e0e0e0;
}
.discussion-container .message-list .message .notification-bubble {
  position: absolute;
  top: 0rem;
  right: 0rem;
}
.discussion-container .send-button .mat-icon-button {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: Lato;
  letter-spacing: 0.0074em;
}
.discussion-container .send-button .mat-icon-button .mat-icon {
  line-height: inherit;
  width: auto;
  height: auto;
  font-size: inherit;
}

.custom-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: Lato;
  letter-spacing: 0.25px;
}

.task-title {
  color: #2f80ed;
}

.task-title.disabled {
  pointer-events: none;
  color: #8c8d8f;
  cursor: default;
}

.sign-here {
  border: 1px solid #e0e0e0;
  background-color: rgba(251, 215, 56, 0.75);
}
.sign-here:active {
  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);
}

.shipping-details .title {
  color: #223554;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  font-family: Lato;
  letter-spacing: 1.5px;
}

.message-display {
  border-top: 1px solid #e0e0e0;
}

.case-details .communications-tab .message-text {
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  background: #f9f9f9;
}

.mat-tab-label-active {
  border-right: 2px solid #223554 !important;
}

.case-details .mat-button-toggle-checked {
  background: #257b6c;
}

.case-details .communications-tab .message-header.selected {
  background: #2f9582 !important;
  color: !important;
}

.case-tabs .mat-tab-label {
  color: !important;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: #babcbe;
}

.label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
  color: #223554;
}

.view-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: Lato;
  letter-spacing: 0.25px;
  color: #5a7997;
}

.view-value {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.125;
  font-family: Lato;
  letter-spacing: 0.25px;
}

.intake-app-bar {
  background: #223554;
  color: white;
}
.intake-app-bar .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  font-family: Lato;
  letter-spacing: 0.5px;
  color: white;
}
.intake-app-bar .powered-by {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-family: Lato;
  letter-spacing: 0em;
  color: white;
  line-height: 12px;
}
.intake-app-bar .powered-by .ea-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  font-family: Lato;
  letter-spacing: 0em;
}

.intake-content-wrapper .content {
  background: #f9f9f9;
  color: #223554;
}
.intake-content-wrapper .footer {
  background: lightgray;
  color: #223554;
}
.intake-content-wrapper .footer a {
  color: #223554;
}
.intake-content-wrapper .intake-form .intake-header {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  font-family: Lato;
  letter-spacing: 0.5px;
}
.intake-content-wrapper .no-intake {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: Lato;
  letter-spacing: 0.0074em;
}
.intake-content-wrapper .intake-role {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: Lato;
  letter-spacing: 0.0074em;
  font-weight: 500;
}
.intake-content-wrapper .intake-role .ima {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
  font-weight: 400;
}
.intake-content-wrapper .intake-role .role-button {
  background: white;
  text-transform: uppercase;
}
.intake-content-wrapper .country-product {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: Lato;
  letter-spacing: 0.0074em;
  font-weight: 500;
}
.intake-content-wrapper .country-product .dropdown-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
  font-weight: 400;
}
.intake-content-wrapper .intake-data-form {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: Lato;
  letter-spacing: 0.0074em;
  font-weight: 500;
}
.intake-content-wrapper .legal-checks .mat-mdc-checkbox .mdc-form-field {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
  font-weight: 500;
}
.intake-content-wrapper .legal-checks mat-checkbox {
  margin-bottom: 1rem;
}

.submitted-subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  font-family: Lato;
  letter-spacing: 0.15px;
}

.team-header {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
  color: #223554;
}

.role-info {
  margin: 0px 10px;
}

.add-button {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-family: Lato;
  letter-spacing: 0em;
  color: #5a7997;
}

.add-button-text {
  margin: 0px 0.5rem;
}

.document-content .uploader {
  height: 11rem;
}

.uploader-text {
  color: #5a7997 !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  font-family: Lato;
  letter-spacing: 0.15px;
}

.upload-icon {
  color: #5a7997 !important;
  transform: scale(2);
  position: static;
  left: 36.95%;
  right: 36.95%;
  top: 0%;
  bottom: 68.36%;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.file-button {
  background-color: #2f9582 !important;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 16px !important;
  border-radius: 4px !important;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.uploaded-file-card {
  background: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 1px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  flex: none;
  order: 1;
  flex-grow: 1;
}

.file-size {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-family: Lato;
  letter-spacing: 0em;
  color: #5a7997 !important;
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 2px 0px;
}

.file-name {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-family: Lato;
  letter-spacing: 0em;
  padding-left: 0 !important;
  color: #333333;
}

.progress-bar {
  position: relative;
  background-color: #f6f6f7;
  height: 0.25rem;
}

.progress-bar > span {
  display: block;
  height: 100%;
  width: 35%;
  background-color: #5a7997;
  position: relative;
  overflow: hidden;
}

.folder {
  padding-right: 1.25rem;
}

.cancel {
  padding-left: 1.25rem;
}

.icon {
  color: #5a7997;
}

.document-image {
  box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.5);
}

.redacted {
  background: red;
}
.redacted:not(.visible):hover {
  background: rgba(255, 0, 0, 0.5);
}

.redacted-add {
  background: red;
}

.redacted.visible {
  background: inherit;
  border: 2px solid red;
}

.redaction-actions {
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
}

.redaction-header {
  box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
}

.upload-dim {
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
}

.case-overview.pharma {
  background: #fff7e6;
  color: black;
}
.case-overview.physician {
  background: #eff5f5;
  color: black;
}
.case-overview .header-panel {
  box-shadow: inset -1px 0px 1px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 715px) {
  .case-overview .case-reference {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    font-family: Lato;
    letter-spacing: 0em;
  }
}
@media only screen and (min-width: 716px) {
  .case-overview .case-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: Lato;
    letter-spacing: 0em;
  }
}
@media only screen and (max-width: 715px) {
  .case-overview .case-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    font-family: Lato;
    letter-spacing: 0.25px;
  }
}
.case-overview .case-name.editing {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Lato;
  letter-spacing: 0.25px;
}
.case-overview .tag-box {
  border-top: 1px solid #e0e0e0;
}

hr.gray {
  border: 1px dashed #dddfe2;
  width: 100%;
}

.todo-chip {
  color: white !important;
  background: #2f9582 !important;
}

.no-messages {
  padding: 1rem;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  font-family: Lato;
  letter-spacing: 0em;
}

.help-header {
  background: #eff5f5;
}
.help-header .title {
  font-size: 20px;
  font-weight: "Lato";
  line-height: 32px;
  font-family: 0.25px;
  letter-spacing: normal;
  color: #3f3f41;
}
.help-header .secondary-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.6);
}

.border-bottom {
  border-bottom: 1px solid #babcbe;
}

.border-top {
  border-top: 1px solid #babcbe;
}

.section .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Lato;
  letter-spacing: 0.25px;
}
.section .text {
  color: #223554;
}

.text-color {
  color: black;
}

.subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  font-family: Lato;
  letter-spacing: 0.15px;
}

.medical-history {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  font-family: Lato;
  letter-spacing: 0.25px;
}

.drop-zone {
  border: dashed 1px #e0e0e0;
  background-color: #f2f6ef;
  box-sizing: border-box;
  border-radius: 4px;
}
.drop-zone.over {
  border: dotted 2px #bbdddd;
}

.builder-border {
  border-radius: 0.25rem;
  border: 1px dashed #e0e0e0;
}

.builder-preview {
  color: #5a7997;
  background: white;
}

.builder-drag-handle,
.toolbox-drag-handle {
  color: #5a7997;
  opacity: 0.25;
}
.builder-drag-handle:hover,
.toolbox-drag-handle:hover {
  opacity: 1;
}

.builder-toolbox {
  border: 2px solid white;
}
.builder-toolbox.builder-toolbox-drop {
  background: #fcf0f0;
  border: 2px dotted #e0e0e0;
  border-radius: 0.25rem;
}

.builder-placeholder {
  background: #f2f6ef;
  border: 2px dotted #e0e0e0;
  border-radius: 0.25rem;
}
.builder-available-list .builder-placeholder {
  border: none;
  background: #fcf0f0;
  min-height: 0 !important;
  height: 0;
}

.builder-field {
  border-radius: 0.25rem;
  border: 1px hidden;
}
.builder-field.builder-hover:hover {
  background: #eef7f5;
  border: 1px dotted #e0e0e0;
}
.builder-field.builder-hover.depth-even:hover {
  background: #ececec;
}
.builder-field.cdk-drag-preview {
  background: white;
  border: 1px solid #e0e0e0;
}

.builder-available {
  color: #5a7997;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  font-family: Lato;
  letter-spacing: 0.25px;
}

.builder-hover data-form-field:hover .builder-options {
  background: #eef7f5;
  border-left: 1px dotted #e0e0e0;
  border-right: 1px dotted #e0e0e0;
  border-top: 1px dotted #e0e0e0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: -0.5rem;
  border-bottom-right-radius: -0.5rem;
}

.builder-hover.depth-even data-form-field:hover .builder-options {
  background: #ececec;
}

.log-display {
  background-color: #babcbe;
  color: black;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 1px 8px rgba(0, 0, 0, 0.12);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  font-family: Lato;
  letter-spacing: 0em;
  font-family: "Lucida Console", monospace;
}

.audit-state {
  background: #babcbe;
  color: black;
  border: 1px #e0e0e0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 1px 8px rgba(0, 0, 0, 0.12);
}

.selected-entry {
  background: #91afcd !important;
  color: white !important;
}
.selected-entry .secondary {
  color: white !important;
}

.menuTitle {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  font-family: Lato;
  letter-spacing: 0em;
  color: #3f3f41;
}

.notificationMessage {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  font-family: Lato;
  letter-spacing: 0.01563rem;
  color: #333333;
}

.menuHeader {
  border-bottom: 1px solid #e0e0e0;
}

.notificationItem {
  border-bottom: 1px solid #e0e0e0;
}

.icon {
  color: #3f3f41;
}

.notificationTitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Lato;
  letter-spacing: 0em;
  color: #223554;
}

.drop-zone {
  border-radius: 0.25rem;
  border: dashed 1px #e0e0e0;
  background-color: #f2f6ef;
  box-sizing: border-box;
}
.drop-zone.over {
  border: solid 2px var(--main-brand-color-brand, #16969c);
  background-color: #dddfe2;
}

.uploader-text {
  color: #5a7997 !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  font-family: Lato;
  letter-spacing: 0.15px;
}

.progress-bar {
  position: relative;
  background-color: #f6f6f7;
  height: 0.25rem;
}

.progress-bar > span {
  display: block;
  height: 100%;
  width: 35%;
  background-color: #5a7997;
  position: relative;
  overflow: hidden;
}

.documentContainer {
  border: 1px solid #ccc;
}

.actionsContainer {
  background: var(--main-black-color-black-95, #f2f2f3);
}

.task-action {
  color: #2f80ed;
}

.disabled {
  pointer-events: none;
  color: #8c8d8f;
  cursor: not-allowed;
}

.completed-icon {
  color: #48801a;
}

.add-account {
  z-index: 8;
  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);
}

.team-owner {
  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);
  background-color: #F7F7F7;
}

.rule-group:hover {
  background: #eef7f5;
  border-left: 1px dotted #e0e0e0;
  border-right: 1px dotted #e0e0e0;
  border-top: 1px dotted #e0e0e0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: -0.5rem;
  border-bottom-right-radius: -0.5rem;
}

.fb-toolbox,
.fb-properties {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.fb-toolbox.fb-toolbox-drop,
.fb-properties.fb-toolbox-drop {
  background: #fcf0f0;
  border: 2px dotted #e0e0e0;
  border-radius: 0.25rem;
}

.fb-content-header {
  background-color: white;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.fb-content-header.fb-previous-version {
  background-color: #f2f6ef;
}

.fb-footer {
  background-color: white;
  border-top: 1px solid #e0e0e0;
}

.fb-toolbox-section-header {
  background-color: #f6f5f6;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.fb-toolbox-field {
  background-color: white;
}
.fb-toolbox-field:not(.fb-dragging):hover {
  background-color: #f2f6ef;
  border-radius: 0.25rem;
  border: 2px dotted #e0e0e0;
}

.fb-drag-placeholder {
  background-color: #f2f6ef;
  border: 2px dotted #e0e0e0;
  border-radius: 0.25rem;
}

.fb-field {
  border-radius: 0.25rem;
  border: 1px hidden;
}
.fb-field.fb-hidden-condition {
  border: 2px dashed #e0e0e0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.fb-field.fb-hover:hover {
  background: #eef7f5;
  border: 1px dotted #e0e0e0;
}
.fb-field.fb-hover.depth-even:hover {
  background: #ececec;
}
.fb-field.cdk-drag-preview {
  background: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  font-family: Lato;
  letter-spacing: 0.25px;
}
.fb-field.fb-selected, .fb-field.fb-selected:hover {
  background: #fcf0f0;
  border: 1px dashed;
}

.fb-history-current {
  background: #eef7f5 !important;
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/custom-icons/css/custom-icons.css?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'custom-icons';
  src: url('custom-icons.eot?78059338');
  src: url('custom-icons.eot?78059338#iefix') format('embedded-opentype'),
       url('custom-icons.woff2?78059338') format('woff2'),
       url('custom-icons.woff?78059338') format('woff'),
       url('custom-icons.ttf?78059338') format('truetype'),
       url('custom-icons.svg?78059338#custom-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custom-icons';
    src: url('../font/custom-icons.svg?78059338#custom-icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-zip-code:before { content: '\e800'; } /* '' */
.icon-state:before { content: '\e801'; } /* '' */
.icon-requirements:before { content: '\e802'; } /* '' */
.icon-receipt:before { content: '\e803'; } /* '' */
.icon-name2:before { content: '\e804'; } /* '' */
.icon-name1:before { content: '\e805'; } /* '' */
.icon-lot-or-batch:before { content: '\e806'; } /* '' */
.icon-dose-form:before { content: '\e807'; } /* '' */
.icon-discrepancies:before { content: '\e808'; } /* '' */
.icon-units:before { content: '\e809'; } /* '' */


/*# sourceMappingURL=styles.css.map*/