/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */ /*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */ /*!
 * 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;
} /*!
 * 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;
} .c3 svg{font:10px sans-serif;-webkit-tap-highlight-color:transparent} .c3 line,.c3 path{fill:none;stroke:#000} .c3 text{-webkit-user-select:none;user-select:none} .c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid{shape-rendering:crispEdges} .c3-chart-arc path{stroke:#fff} .c3-chart-arc rect{stroke:#fff;stroke-width:1} .c3-chart-arc text{fill:#fff;font-size:13px} .c3-grid line{stroke:#aaa} .c3-grid text{fill:#aaa} .c3-xgrid,.c3-ygrid{stroke-dasharray:3 3} .c3-text.c3-empty{fill:grey;font-size:2em} .c3-line{stroke-width:1px} .c3-circle{fill:currentColor} .c3-circle._expanded_{stroke-width:1px;stroke:#fff} .c3-selected-circle{fill:#fff;stroke-width:2px} .c3-bar{stroke-width:0} .c3-bar._expanded_{fill-opacity:1;fill-opacity:.75} .c3-target.c3-focused{opacity:1} .c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px} .c3-target.c3-defocused{opacity:.3!important} .c3-region{fill:#4682b4;fill-opacity:.1} .c3-region text{fill-opacity:1} .c3-brush .extent{fill-opacity:.1} .c3-legend-item{font-size:12px} .c3-legend-item-hidden{opacity:.15} .c3-legend-background{opacity:.75;fill:#fff;stroke:#d3d3d3;stroke-width:1} .c3-title{font:14px sans-serif} .c3-tooltip-container{z-index:10} .c3-tooltip{border-collapse:collapse;border-spacing:0;background-color:#fff;empty-cells:show;box-shadow:7px 7px 12px -9px #777;opacity:.9} .c3-tooltip tr{border:1px solid #ccc} .c3-tooltip th{background-color:#aaa;font-size:14px;padding:2px 5px;text-align:left;color:#fff} .c3-tooltip td{font-size:13px;padding:3px 6px;background-color:#fff;border-left:1px dotted #999} .c3-tooltip td>span{display:inline-block;width:10px;height:10px;margin-right:6px} .c3-tooltip .value{text-align:right} .c3-area{stroke-width:0;opacity:.2} .c3-chart-arcs-title{dominant-baseline:middle;font-size:1.3em} .c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:#fff} .c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#000;font-size:16px} .c3-chart-arcs .c3-chart-arcs-gauge-max{fill:#777} .c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#777} .c3-chart-arc .c3-gauge-value{fill:#000} .c3-chart-arc.c3-target g path{opacity:1} .c3-chart-arc.c3-target.c3-focused g path{opacity:1} .c3-drag-zoom.enabled{pointer-events:all!important;visibility:visible} .c3-drag-zoom.disabled{pointer-events:none!important;visibility:hidden} .c3-drag-zoom .extent{fill-opacity:.1} *,
*::before,
*::after {
  box-sizing: border-box;
} html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
} body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
} [tabindex="-1"]:focus {
  outline: 0 !important;
} hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
} h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
} p {
  margin-top: 0;
  margin-bottom: 1rem;
} abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
} address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
} ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
} ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
} dt {
  font-weight: 700;
} dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
} blockquote {
  margin: 0 0 1rem;
} b,
strong {
  font-weight: bolder;
} small {
  font-size: 80%;
} sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
} sub {
  bottom: -0.25em;
} sup {
  top: -0.5em;
} a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
} a:hover {
  color: #0056b3;
  text-decoration: underline;
} a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
} a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
} a:not([href]):not([tabindex]):focus {
  outline: 0;
} pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
} pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
} figure {
  margin: 0 0 1rem;
} img {
  vertical-align: middle;
  border-style: none;
} svg {
  overflow: hidden;
  vertical-align: middle;
} table {
  border-collapse: collapse;
} caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
} th {
  text-align: inherit;
} label {
  display: inline-block;
  margin-bottom: 0.5rem;
} button {
  border-radius: 0;
} button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
} input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
} button,
input {
  overflow: visible;
} button,
select {
  text-transform: none;
} select {
  word-wrap: normal;
} button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
} button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
} button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
} input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
} input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
} textarea {
  overflow: auto;
  resize: vertical;
} fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
} legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
} progress {
  vertical-align: baseline;
} [type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
} [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
} [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
} ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
} output {
  display: inline-block;
} summary {
  display: list-item;
  cursor: pointer;
} template {
  display: none;
} [hidden] {
  display: none !important;
} /*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
} *,
*::before,
*::after {
  box-sizing: inherit;
} .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
} @media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
} @media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
} @media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
} @media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
} .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
} .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
} .no-gutters {
  margin-right: 0;
  margin-left: 0;
} .no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
} .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
} .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
} .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
} .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
} .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
} .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
} .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
} .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
} .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
} .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
} .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
} .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
} .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
} .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
} .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
} .order-first {
  order: -1;
} .order-last {
  order: 13;
} .order-0 {
  order: 0;
} .order-1 {
  order: 1;
} .order-2 {
  order: 2;
} .order-3 {
  order: 3;
} .order-4 {
  order: 4;
} .order-5 {
  order: 5;
} .order-6 {
  order: 6;
} .order-7 {
  order: 7;
} .order-8 {
  order: 8;
} .order-9 {
  order: 9;
} .order-10 {
  order: 10;
} .order-11 {
  order: 11;
} .order-12 {
  order: 12;
} .offset-1 {
  margin-left: 8.3333333333%;
} .offset-2 {
  margin-left: 16.6666666667%;
} .offset-3 {
  margin-left: 25%;
} .offset-4 {
  margin-left: 33.3333333333%;
} .offset-5 {
  margin-left: 41.6666666667%;
} .offset-6 {
  margin-left: 50%;
} .offset-7 {
  margin-left: 58.3333333333%;
} .offset-8 {
  margin-left: 66.6666666667%;
} .offset-9 {
  margin-left: 75%;
} .offset-10 {
  margin-left: 83.3333333333%;
} .offset-11 {
  margin-left: 91.6666666667%;
} @media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
} @media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
} @media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
} @media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
} .d-none {
  display: none !important;
} .d-inline {
  display: inline !important;
} .d-inline-block {
  display: inline-block !important;
} .d-block {
  display: block !important;
} .d-table {
  display: table !important;
} .d-table-row {
  display: table-row !important;
} .d-table-cell {
  display: table-cell !important;
} .d-flex {
  display: flex !important;
} .d-inline-flex {
  display: inline-flex !important;
} @media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
} @media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
} @media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
} @media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
} @media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
} .flex-row {
  flex-direction: row !important;
} .flex-column {
  flex-direction: column !important;
} .flex-row-reverse {
  flex-direction: row-reverse !important;
} .flex-column-reverse {
  flex-direction: column-reverse !important;
} .flex-wrap {
  flex-wrap: wrap !important;
} .flex-nowrap {
  flex-wrap: nowrap !important;
} .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
} .flex-fill {
  flex: 1 1 auto !important;
} .flex-grow-0 {
  flex-grow: 0 !important;
} .flex-grow-1 {
  flex-grow: 1 !important;
} .flex-shrink-0 {
  flex-shrink: 0 !important;
} .flex-shrink-1 {
  flex-shrink: 1 !important;
} .justify-content-start {
  justify-content: flex-start !important;
} .justify-content-end {
  justify-content: flex-end !important;
} .justify-content-center {
  justify-content: center !important;
} .justify-content-between {
  justify-content: space-between !important;
} .justify-content-around {
  justify-content: space-around !important;
} .align-items-start {
  align-items: flex-start !important;
} .align-items-end {
  align-items: flex-end !important;
} .align-items-center {
  align-items: center !important;
} .align-items-baseline {
  align-items: baseline !important;
} .align-items-stretch {
  align-items: stretch !important;
} .align-content-start {
  align-content: flex-start !important;
} .align-content-end {
  align-content: flex-end !important;
} .align-content-center {
  align-content: center !important;
} .align-content-between {
  align-content: space-between !important;
} .align-content-around {
  align-content: space-around !important;
} .align-content-stretch {
  align-content: stretch !important;
} .align-self-auto {
  align-self: auto !important;
} .align-self-start {
  align-self: flex-start !important;
} .align-self-end {
  align-self: flex-end !important;
} .align-self-center {
  align-self: center !important;
} .align-self-baseline {
  align-self: baseline !important;
} .align-self-stretch {
  align-self: stretch !important;
} @media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
} @media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
} @media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
} @media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
} .m-0 {
  margin: 0 !important;
} .mt-0,
.my-0 {
  margin-top: 0 !important;
} .mr-0,
.mx-0 {
  margin-right: 0 !important;
} .mb-0,
.my-0 {
  margin-bottom: 0 !important;
} .ml-0,
.mx-0 {
  margin-left: 0 !important;
} .m-1 {
  margin: 0.25rem !important;
} .mt-1,
.my-1 {
  margin-top: 0.25rem !important;
} .mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
} .mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
} .ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
} .m-2 {
  margin: 0.5rem !important;
} .mt-2,
.my-2 {
  margin-top: 0.5rem !important;
} .mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
} .mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
} .ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
} .m-3 {
  margin: 1rem !important;
} .mt-3,
.my-3 {
  margin-top: 1rem !important;
} .mr-3,
.mx-3 {
  margin-right: 1rem !important;
} .mb-3,
.my-3 {
  margin-bottom: 1rem !important;
} .ml-3,
.mx-3 {
  margin-left: 1rem !important;
} .m-4 {
  margin: 1.5rem !important;
} .mt-4,
.my-4 {
  margin-top: 1.5rem !important;
} .mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
} .mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
} .ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
} .m-5 {
  margin: 3rem !important;
} .mt-5,
.my-5 {
  margin-top: 3rem !important;
} .mr-5,
.mx-5 {
  margin-right: 3rem !important;
} .mb-5,
.my-5 {
  margin-bottom: 3rem !important;
} .ml-5,
.mx-5 {
  margin-left: 3rem !important;
} .p-0 {
  padding: 0 !important;
} .pt-0,
.py-0 {
  padding-top: 0 !important;
} .pr-0,
.px-0 {
  padding-right: 0 !important;
} .pb-0,
.py-0 {
  padding-bottom: 0 !important;
} .pl-0,
.px-0 {
  padding-left: 0 !important;
} .p-1 {
  padding: 0.25rem !important;
} .pt-1,
.py-1 {
  padding-top: 0.25rem !important;
} .pr-1,
.px-1 {
  padding-right: 0.25rem !important;
} .pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
} .pl-1,
.px-1 {
  padding-left: 0.25rem !important;
} .p-2 {
  padding: 0.5rem !important;
} .pt-2,
.py-2 {
  padding-top: 0.5rem !important;
} .pr-2,
.px-2 {
  padding-right: 0.5rem !important;
} .pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
} .pl-2,
.px-2 {
  padding-left: 0.5rem !important;
} .p-3 {
  padding: 1rem !important;
} .pt-3,
.py-3 {
  padding-top: 1rem !important;
} .pr-3,
.px-3 {
  padding-right: 1rem !important;
} .pb-3,
.py-3 {
  padding-bottom: 1rem !important;
} .pl-3,
.px-3 {
  padding-left: 1rem !important;
} .p-4 {
  padding: 1.5rem !important;
} .pt-4,
.py-4 {
  padding-top: 1.5rem !important;
} .pr-4,
.px-4 {
  padding-right: 1.5rem !important;
} .pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
} .pl-4,
.px-4 {
  padding-left: 1.5rem !important;
} .p-5 {
  padding: 3rem !important;
} .pt-5,
.py-5 {
  padding-top: 3rem !important;
} .pr-5,
.px-5 {
  padding-right: 3rem !important;
} .pb-5,
.py-5 {
  padding-bottom: 3rem !important;
} .pl-5,
.px-5 {
  padding-left: 3rem !important;
} .m-n1 {
  margin: -0.25rem !important;
} .mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
} .mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
} .mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
} .ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
} .m-n2 {
  margin: -0.5rem !important;
} .mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
} .mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
} .mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
} .ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
} .m-n3 {
  margin: -1rem !important;
} .mt-n3,
.my-n3 {
  margin-top: -1rem !important;
} .mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
} .mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
} .ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
} .m-n4 {
  margin: -1.5rem !important;
} .mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
} .mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
} .mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
} .ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
} .m-n5 {
  margin: -3rem !important;
} .mt-n5,
.my-n5 {
  margin-top: -3rem !important;
} .mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
} .mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
} .ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
} .m-auto {
  margin: auto !important;
} .mt-auto,
.my-auto {
  margin-top: auto !important;
} .mr-auto,
.mx-auto {
  margin-right: auto !important;
} .mb-auto,
.my-auto {
  margin-bottom: auto !important;
} .ml-auto,
.mx-auto {
  margin-left: auto !important;
} @media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
} @media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
} @media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
} @media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
} .mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "Open Sans";
} .mat-badge-small .mat-badge-content {
  font-size: 9px;
} .mat-badge-large .mat-badge-content {
  font-size: 24px;
} .mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px "Open Sans";
  letter-spacing: normal;
  margin: 0 0 16px;
} .mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px "Open Sans";
  letter-spacing: normal;
  margin: 0 0 16px;
} .mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px "Open Sans";
  letter-spacing: normal;
  margin: 0 0 16px;
} .mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px "Open Sans";
  letter-spacing: normal;
  margin: 0 0 16px;
} .mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px "Open Sans";
  margin: 0 0 12px;
} .mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px "Open Sans";
  margin: 0 0 12px;
} .mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px "Open Sans";
  letter-spacing: normal;
} .mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px "Open Sans";
  letter-spacing: normal;
} .mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
} .mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px "Open Sans";
  letter-spacing: normal;
} .mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px "Open Sans";
  letter-spacing: -0.05em;
  margin: 0 0 56px;
} .mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px "Open Sans";
  letter-spacing: -0.02em;
  margin: 0 0 64px;
} .mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px "Open Sans";
  letter-spacing: -0.005em;
  margin: 0 0 64px;
} .mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px "Open Sans";
  letter-spacing: normal;
  margin: 0 0 64px;
} .mat-bottom-sheet-container {
  font: 400 14px / 20px "Open Sans";
  letter-spacing: normal;
} .mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
} .mat-button-toggle {
  font-family: "Open Sans";
} .mat-card {
  font-family: "Open Sans";
} .mat-card-title {
  font-size: 24px;
  font-weight: 500;
} .mat-card-header .mat-card-title {
  font-size: 20px;
} .mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
} .mat-checkbox {
  font-family: "Open Sans";
} .mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
} .mat-chip {
  font-size: 14px;
  font-weight: 500;
} .mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
} .mat-table {
  font-family: "Open Sans";
} .mat-header-cell {
  font-size: 12px;
  font-weight: 500;
} .mat-cell, .mat-footer-cell {
  font-size: 14px;
} .mat-calendar {
  font-family: "Open Sans";
} .mat-calendar-body {
  font-size: 13px;
} .mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
} .mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
} .mat-dialog-title {
  font: 500 20px / 32px "Open Sans";
  letter-spacing: normal;
} .mat-expansion-panel-header {
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 400;
} .mat-expansion-panel-content {
  font: 400 14px / 20px "Open Sans";
  letter-spacing: normal;
} .mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: "Open Sans";
  letter-spacing: normal;
} .mat-form-field-wrapper {
  padding-bottom: 1.34375em;
} .mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
} .mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
} .mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
} .mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
} .mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
} .mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
} .mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
} .mat-form-field-label {
  top: 1.34375em;
} .mat-form-field-underline {
  bottom: 1.34375em;
} .mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
} .mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
} .mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
} .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
} .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
} .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
} .mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
} .mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
} .mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
} @media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
} .mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
} .mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
} .mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
} .mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
} .mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
} .mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
} .mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
} .mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
} .mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
} .mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
} .mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
} input.mat-input-element {
  margin-top: -0.0625em;
} .mat-menu-item {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
} .mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: "Open Sans";
  font-size: 12px;
} .mat-radio-button {
  font-family: "Open Sans";
} .mat-select {
  font-family: "Open Sans";
} .mat-select-trigger {
  height: 1.125em;
} .mat-slide-toggle-content {
  font-family: "Open Sans";
} .mat-slider-thumb-label-text {
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 500;
} .mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: "Open Sans";
} .mat-step-label {
  font-size: 14px;
  font-weight: 400;
} .mat-step-sub-label-error {
  font-weight: normal;
} .mat-step-label-error {
  font-size: 14px;
} .mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
} .mat-tab-group {
  font-family: "Open Sans";
} .mat-tab-label, .mat-tab-link {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
} .mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px / 32px "Open Sans";
  letter-spacing: normal;
  margin: 0;
} .mat-tooltip {
  font-family: "Open Sans";
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
} .mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
} .mat-list-item {
  font-family: "Open Sans";
} .mat-list-option {
  font-family: "Open Sans";
} .mat-list-base .mat-list-item {
  font-size: 16px;
} .mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
} .mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
} .mat-list-base .mat-list-option {
  font-size: 16px;
} .mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
} .mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
} .mat-list-base .mat-subheader {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
} .mat-list-base[dense] .mat-list-item {
  font-size: 12px;
} .mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
} .mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
} .mat-list-base[dense] .mat-list-option {
  font-size: 12px;
} .mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
} .mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
} .mat-list-base[dense] .mat-subheader {
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 500;
} .mat-option {
  font-family: "Open Sans";
  font-size: 16px;
} .mat-optgroup-label {
  font: 500 14px / 24px "Open Sans";
  letter-spacing: normal;
} .mat-simple-snackbar {
  font-family: "Open Sans";
  font-size: 14px;
} .mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
} .mat-tree {
  font-family: "Open Sans";
} .mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
} .mat-ripple {
  overflow: hidden;
  position: relative;
} .mat-ripple:not(:empty) {
  transform: translateZ(0);
} .mat-ripple.mat-ripple-unbounded {
  overflow: visible;
} .mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
} .cdk-high-contrast-active .mat-ripple-element {
  display: none;
} .cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
} [dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
} .cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
} .cdk-overlay-container {
  position: fixed;
  z-index: 1000;
} .cdk-overlay-container:empty {
  display: none;
} .cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
} .cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
} .cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
} .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
} .cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
} .cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
} .cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
} .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
} .cdk-overlay-backdrop-noop-animation {
  transition: none;
} .cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
} .cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
} textarea.cdk-textarea-autosize {
  resize: none;
} textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
} textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
} @keyframes cdk-text-field-autofill-start { /*!*/ } @keyframes cdk-text-field-autofill-end { /*!*/ } .cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
} .cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
} .mat-focus-indicator {
  position: relative;
} .mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
} .mat-focus-indicator:focus::before {
  content: "";
} .cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
} .mat-mdc-focus-indicator {
  position: relative;
} .mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
} .mat-mdc-focus-indicator:focus::before {
  content: "";
} .cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
} .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
} .mat-option {
  color: rgba(0, 0, 0, 0.87);
} .mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
} .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
} .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
} .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
} .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #1565c0;
} .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff4081;
} .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
} .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
} .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
} .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
} .mat-pseudo-checkbox::after {
  color: #fafafa;
} .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
} .mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #1565c0;
} .mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ff4081;
} .mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
} .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
} .mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
} .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
} .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
} .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
} .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
} .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
} .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
} .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
} .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
} .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
} .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
} .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
} .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
} .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
} .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
} .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
} .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
} .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
} .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
} .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
} .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
} .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
} .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
} .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
} .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
} .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
} .mat-theme-loaded-marker {
  display: none;
} .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
} .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
} .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
} .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
} .mat-badge {
  position: relative;
} .mat-badge.mat-badge {
  overflow: visible;
} .mat-badge-hidden .mat-badge-content {
  display: none;
} .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
} .ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
} .mat-badge-content.mat-badge-active {
  transform: none;
} .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
} .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
} .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
} .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
} [dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
} .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
} [dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
} .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
} [dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
} .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
} [dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
} .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
} .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
} .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
} .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
} [dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
} .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
} [dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
} .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
} [dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
} .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
} [dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
} .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
} .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
} .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
} .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
} [dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
} .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
} [dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
} .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
} [dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
} .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
} [dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
} .mat-badge-content {
  color: white;
  background: #1565c0;
} .cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
} .mat-badge-accent .mat-badge-content {
  background: #ff4081;
  color: white;
} .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
} .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
} .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
} .mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
} .mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #1565c0;
} .mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #ff4081;
} .mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #f44336;
} .mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
} .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #1565c0;
} .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ff4081;
} .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
} .mat-button.mat-button-disabled .mat-button-focus-overlay, .mat-icon-button.mat-button-disabled .mat-button-focus-overlay, .mat-stroked-button.mat-button-disabled .mat-button-focus-overlay {
  background-color: transparent;
} .mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
} .mat-button-focus-overlay {
  background: black;
} .mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
} .mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
} .mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
} .mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
} .mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
} .mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
} .mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #1565c0;
} .mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #ff4081;
} .mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #f44336;
} .mat-flat-button.mat-primary.mat-button-disabled, .mat-flat-button.mat-accent.mat-button-disabled, .mat-flat-button.mat-warn.mat-button-disabled, .mat-flat-button.mat-button-disabled.mat-button-disabled, .mat-raised-button.mat-primary.mat-button-disabled, .mat-raised-button.mat-accent.mat-button-disabled, .mat-raised-button.mat-warn.mat-button-disabled, .mat-raised-button.mat-button-disabled.mat-button-disabled, .mat-fab.mat-primary.mat-button-disabled, .mat-fab.mat-accent.mat-button-disabled, .mat-fab.mat-warn.mat-button-disabled, .mat-fab.mat-button-disabled.mat-button-disabled, .mat-mini-fab.mat-primary.mat-button-disabled, .mat-mini-fab.mat-accent.mat-button-disabled, .mat-mini-fab.mat-warn.mat-button-disabled, .mat-mini-fab.mat-button-disabled.mat-button-disabled {
  background-color: rgba(0, 0, 0, 0.12);
} .mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
} .mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
} .mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
} .mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
} .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
} .mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
} .mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
} .mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
} .mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]), .mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
} .mat-fab.mat-button-disabled:not([class*=mat-elevation-z]), .mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
} .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.mat-button-toggle-group:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
} .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
} .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
} .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
} .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
} .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
} .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
} [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
} .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
} .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
} .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
} .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
} .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
} .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
} .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
} .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
} .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
} .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
} .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
} .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
} .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
} .mat-checkbox-checkmark {
  fill: #fafafa;
} .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
} .mat-checkbox-mixedmark {
  background-color: #fafafa;
} .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #1565c0;
} .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ff4081;
} .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
} .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
} .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
} .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
} .mat-checkbox .mat-ripple-element {
  background-color: black;
} .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #1565c0;
} .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ff4081;
} .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
} .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
} .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
} .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
} .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
} .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
} .mat-chip.mat-standard-chip::after {
  background: black;
} .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #1565c0;
  color: white;
} .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
} .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
} .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
} .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
} .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
} .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff4081;
  color: white;
} .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
} .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
} .mat-table {
  background: white;
} .mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
} mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
} .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
} .mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
} .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
} .mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
} .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
} .mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
} .mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
} .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
} .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
} .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
} .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
} .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
} .mat-calendar-body-in-range::before {
  background: rgba(21, 101, 192, 0.2);
} .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
} .mat-calendar-body-comparison-bridge-start::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(21, 101, 192, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
} .mat-calendar-body-comparison-bridge-end::before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(21, 101, 192, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
} .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
} .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
} .mat-calendar-body-selected {
  background-color: #1565c0;
  color: white;
} .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(21, 101, 192, 0.4);
} .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
} .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(21, 101, 192, 0.3);
} @media (hover: hover) {
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(21, 101, 192, 0.3);
  }
} .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
} .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 64, 129, 0.2);
} .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
} .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
} .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
} .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
} .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
} .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff4081;
  color: white;
} .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 64, 129, 0.4);
} .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
} .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 64, 129, 0.3);
} @media (hover: hover) {
  .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 64, 129, 0.3);
  }
} .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
} .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
} .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
} .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
} .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
} .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
} .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
} .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
} .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
} .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
} @media (hover: hover) {
  .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
} .mat-datepicker-content-touch {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
} .mat-datepicker-toggle-active {
  color: #1565c0;
} .mat-datepicker-toggle-active.mat-accent {
  color: #ff4081;
} .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
} .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
} .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
} .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
} .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
} .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
} .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
} .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
} .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
} @media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
} .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
} .mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
} .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
} .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
} .mat-expansion-panel-header {
  height: 48px;
} .mat-expansion-panel-header.mat-expanded {
  height: 64px;
} .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
} .mat-hint {
  color: rgba(0, 0, 0, 0.6);
} .mat-form-field.mat-focused .mat-form-field-label {
  color: #1565c0;
} .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff4081;
} .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
} .mat-focused .mat-form-field-required-marker {
  color: #ff4081;
} .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
} .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #1565c0;
} .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff4081;
} .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
} .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #1565c0;
} .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ff4081;
} .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
} .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
} .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
} .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
} .mat-error {
  color: #f44336;
} .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
} .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
} .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
} .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
} .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
} .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
} .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
} .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
} .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
} .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
} .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
} .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
} .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
} .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #1565c0;
} .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ff4081;
} .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
} .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
} .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
} .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
} .mat-icon.mat-primary {
  color: #1565c0;
} .mat-icon.mat-accent {
  color: #ff4081;
} .mat-icon.mat-warn {
  color: #f44336;
} .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
} .mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
} .mat-input-element {
  caret-color: #1565c0;
} .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
} .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
} .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
} .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
} .mat-form-field.mat-accent .mat-input-element {
  caret-color: #ff4081;
} .mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
} .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
} .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
} .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
} .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
} .mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
} .mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
} .mat-list-single-selected-option, .mat-list-single-selected-option:hover, .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
} .mat-menu-panel {
  background: white;
} .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
} .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
} .mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
} .mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
} .mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
} .mat-paginator {
  background: white;
} .mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
} .mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
} .mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
} .mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
} .mat-paginator-container {
  min-height: 56px;
} .mat-progress-bar-background {
  fill: #c1d5ec;
} .mat-progress-bar-buffer {
  background-color: #c1d5ec;
} .mat-progress-bar-fill::after {
  background-color: #1565c0;
} .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #fbccdc;
} .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #fbccdc;
} .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ff4081;
} .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f9ccc9;
} .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f9ccc9;
} .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
} .mat-progress-spinner circle, .mat-spinner circle {
  stroke: #1565c0;
} .mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #ff4081;
} .mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #f44336;
} .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
} .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #1565c0;
} .mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #1565c0;
} .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff4081;
} .mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ff4081;
} .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
} .mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
} .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
} .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
} .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
} .mat-radio-button .mat-ripple-element {
  background-color: black;
} .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
} .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
} .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
} .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
} .mat-select-panel {
  background: white;
} .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
} .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
} .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #1565c0;
} .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff4081;
} .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
} .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
} .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
} .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
} .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
} .mat-drawer.mat-drawer-push {
  background-color: white;
} .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
} .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
} .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
} [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
} [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
} .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
} .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff4081;
} .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 64, 129, 0.54);
} .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff4081;
} .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #1565c0;
} .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(21, 101, 192, 0.54);
} .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #1565c0;
} .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
} .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
} .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
} .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
} .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
} .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
} .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
} .mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: #1565c0;
} .mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: white;
} .mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: rgba(21, 101, 192, 0.2);
} .mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #ff4081;
} .mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
} .mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(255, 64, 129, 0.2);
} .mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
} .mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
} .mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(244, 67, 54, 0.2);
} .mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
} .mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
} .mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
} .mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
} .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
} .mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
} .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
} .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
} .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
} .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
} .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
} .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
} .mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
} .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
} @media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
} .mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
} .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
} .mat-step-header .mat-step-icon-selected,
.mat-step-header .mat-step-icon-state-done,
.mat-step-header .mat-step-icon-state-edit {
  background-color: #1565c0;
  color: white;
} .mat-step-header.mat-accent .mat-step-icon {
  color: white;
} .mat-step-header.mat-accent .mat-step-icon-selected,
.mat-step-header.mat-accent .mat-step-icon-state-done,
.mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ff4081;
  color: white;
} .mat-step-header.mat-warn .mat-step-icon {
  color: white;
} .mat-step-header.mat-warn .mat-step-icon-selected,
.mat-step-header.mat-warn .mat-step-icon-state-done,
.mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
} .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
} .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
} .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
} .mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
} .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
} .mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
} .mat-horizontal-stepper-header {
  height: 72px;
} .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.mat-vertical-stepper-header {
  padding: 24px 24px;
} .mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
} .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
} .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
} .mat-sort-header-arrow {
  color: #757575;
} .mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
} .mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
} .mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
} .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
} .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
} .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
} .mat-tab-group[class*=mat-background-] > .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
} .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(187, 222, 251, 0.3);
} .mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #1565c0;
} .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
} .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
} .mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff4081;
} .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
} .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
} .mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
} .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn > .mat-tab-link-container .mat-ink-bar {
  background-color: white;
} .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(187, 222, 251, 0.3);
} .mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
  background-color: #1565c0;
} .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
  color: white;
} .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
} .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-primary > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
} .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
} .mat-tab-group.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
} .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 128, 171, 0.3);
} .mat-tab-group.mat-background-accent > .mat-tab-header, .mat-tab-group.mat-background-accent > .mat-tab-link-container, .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
  background-color: #ff4081;
} .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
  color: white;
} .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
} .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-accent > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
} .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
} .mat-tab-group.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
} .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
} .mat-tab-group.mat-background-warn > .mat-tab-header, .mat-tab-group.mat-background-warn > .mat-tab-link-container, .mat-tab-group.mat-background-warn > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination {
  background-color: #f44336;
} .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link {
  color: white;
} .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
} .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-group.mat-background-warn > .mat-tab-header .mat-focus-indicator::before, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-focus-indicator::before {
  border-color: white;
} .mat-tab-group.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: white;
  opacity: 0.4;
} .mat-tab-group.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn > .mat-tab-header .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-link-container .mat-ripple-element,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
} .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
} .mat-toolbar.mat-primary {
  background: #1565c0;
  color: white;
} .mat-toolbar.mat-accent {
  background: #ff4081;
  color: white;
} .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
} .mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
} .mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
} .mat-toolbar .mat-input-element {
  caret-color: currentColor;
} .mat-toolbar-multiple-rows {
  min-height: 64px;
} .mat-toolbar-row, .mat-toolbar-single-row {
  height: 64px;
} @media (max-width: 599px) {
  .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  .mat-toolbar-row, .mat-toolbar-single-row {
    height: 56px;
  }
} .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
} .mat-tree {
  background: white;
} .mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
} .mat-tree-node {
  min-height: 48px;
} .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
} .mat-simple-snackbar-action {
  color: #ff4081;
} @font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("Open-Sans-Regular"), url('OpenSans-Regular-webfont.woff') format("woff"), url('OpenSans-Regular-webfont.ttf') format("truetype");
} @font-face {
  font-family: "Open Sans Semibold";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Semibold"), local("Open-Sans-Semibold"), url('OpenSans-Semibold-webfont.woff') format("woff"), url('OpenSans-Semibold-webfont.ttf') format("truetype");
} @font-face {
  font-family: "Open Sans Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("Open-Sans-Bold"), url('OpenSans-Bold-webfont.woff') format("woff"), url('OpenSans-Bold-webfont.ttf') format("truetype");
} @font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url('MaterialIcons-Regular.ttf') format("truetype");
} @font-face {
  font-family: "schoolScreenerFont";
  src: url('SchoolScreener.ttf') format("truetype");
} @font-face {
  font-family: "Frutiger";
  src: url('Frutiger.ttf') format("truetype");
} .preview-content .ql-align-center {
  text-align: center;
} .preview-content .ql-align-right {
  text-align: right;
} .preview-content .ql-align-justify {
  text-align: justify;
} .preview-content img {
  max-width: 100%;
} .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
} html,
app-root {
  height: 100%;
} body {
  background-color: #eaeaea;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  margin: 0;
  padding-top: 50px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
} app-root {
  display: flex;
  min-height: calc(100vh - 50px);
  flex-direction: column;
} app-view-last-report,
print-queue {
  flex: 1;
  display: flex;
} print-queue {
  height: calc(100vh - 124px);
} app-view-last-report {
  min-height: calc(100vh - 124px);
} @media only screen and (min-width: 768px) {
  app-children-page-screener {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  admin-children-import {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  admin-schools {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  admin-users {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  app-session-register {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (max-width: 768px) {
  app-session-register {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  app-booking-manager-page {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  app-interactive-test {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  app-keeler-test {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  app-manual-test {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  app-growth-test-page {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  app-generic-landing-page {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  app-mfa-login-page {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  app-forms-page {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  app-parent-inbox {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} @media only screen and (min-width: 768px) {
  admin-kpi {
    flex: 1;
    display: flex;
    height: calc(100vh - 50px);
  }
} .align-center {
  display: flex;
  justify-content: center;
  align-items: center;
} .center-v {
  margin: 0;
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} .snackbar-action-white-text button {
  color: #ffffff;
} .snackbar-alert {
  color: #ffffff;
  background-color: red;
} .snackbar-alert .mat-button {
  color: red;
  background-color: white;
} .snackbar-success {
  color: #ffffff;
  background-color: forestgreen;
} .snackbar-success .mat-button {
  color: forestgreen;
  background-color: white;
} .full-height-page {
  flex: 1;
  display: flex;
} .hyperlink-pipe,
.hyperlink-pipe:hover {
  color: #ffffff;
  text-decoration: underline;
} .mat-radio-button > .mat-radio-label > .mat-radio-label-content {
  white-space: normal;
  word-break: break-word;
} .description-question-link,
.description-question-link:hover {
  color: rgba(0, 0, 0, 0.87);
} .warning-dialog > .mat-dialog-container {
  padding: 0;
} .tabs-size .mat-tab-label,
.tabs-size .mat-tab-label-active {
  min-width: 25px !important;
} .compare-children-dialog > .mat-dialog-container {
  overflow: unset;
  padding: 0;
} @media (max-width: 767px) {
  .tabs-size .mat-tab-label {
    padding: 0;
  }
} .ez-table-container .mat-header-cell .mat-select-arrow-wrapper .mat-select-arrow {
  color: white;
} .ez-table-container .mat-header-cell .mat-select-value {
  color: white;
} .paper-consent-form .file-upload-container {
  width: 800px;
} .paper-consent-form .paper-consent-button-container {
  margin: 10px 0px 10px 0px;
} .paper-consent-form .float-right {
  float: right;
} .paper-consent-form .margin-bottom-10 {
  margin-bottom: 10px;
} .paper-consent-form .margin-left-10 {
  margin-left: 10px;
} .paper-consent-form .margin-bottom-5 {
  margin-bottom: 5px;
} .paper-consent-form .margin-right-5 {
  margin-right: 5px;
} .paper-consent-form .width-100 {
  width: 100%;
} .paper-consent-form .container-fluid .padding-top-0 {
  padding-top: 0px;
} .paper-consent-form .list-item-border-bottom {
  border-bottom: 1px solid grey;
} .paper-consent-form .overflow-hidden {
  overflow: hidden;
} .paper-consent-form .display-none {
  display: none;
} .linear-scale-container-top-title .option-title-top .mat-radio-label {
  display: flex;
  flex-direction: column;
  max-width: 75px;
} .linear-scale-container-top-title .option-title-top .mat-radio-label .mat-radio-label-content {
  padding-bottom: 5px;
  padding-right: 0;
  text-align: center;
} .multiple-checkboxes-container .option .mat-checkbox-layout {
  white-space: normal;
  word-break: break-word;
} .question .related-question-container {
  border-left: 5px solid black;
  background-color: #f0f0f0;
} .disabled-question {
  padding: 0;
  color: rgba(0, 0, 0, 0.38);
  cursor: pointer;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
} .disabled-question .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle,
.disabled-question .mat-radio-outer-circle,
.disabled-question .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.38);
} .disabled-question .mat-radio-button.mat-primary .mat-radio-inner-circle,
.disabled-question .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
.disabled-question .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,
.disabled-question .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple,
.disabled-question .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,
.disabled-question .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: rgba(0, 0, 0, 0.38);
} .disabled-question .mat-radio-label-content,
.disabled-question .mat-form-field-infix {
  -webkit-user-select: none;
          user-select: none;
} .disabled-question .mat-checkbox-checked .mat-checkbox-frame {
  border-color: transparent;
} .base-dialog > .mat-dialog-container, .covid-tests-results-dialog > .mat-dialog-container, .covid-mark-tested-dialog > .mat-dialog-container,
.submission-add-child-dialog > .mat-dialog-container,
.hna-needs-attention-dialog > .mat-dialog-container,
.hna-resolve-needs-attention-dialog > .mat-dialog-container {
  overflow: unset;
  padding: 0;
} .hna-expansion-panel .mat-expansion-panel-header {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
} .hna-expansion-panel .mat-expansion-panel-header.mat-expanded {
  border-bottom: 1px solid #cccccc;
} .hna-expansion-panel .mat-expansion-panel-body {
  padding: 0;
} .ez-table-container .mat-header-cell:last-of-type {
  padding-right: 10px;
} .ez-table-container .mat-header-cell .mat-form-field-wrapper {
  margin-top: 8px;
} .ez-table-container .mat-header-cell .mat-form-field-underline {
  background-color: white;
} .ez-table-container .mat-header-cell.mat-column-yearGroup .mat-form-field, .ez-table-container .mat-header-cell.mat-column-class .mat-form-field {
  width: 90px;
} .ez-table-container .mat-header-cell.mat-column-dateOfBirth .mat-form-field, .ez-table-container .mat-header-cell.mat-column-createdOn .mat-form-field {
  width: 90px;
} .ez-table-container .mat-header-cell .mat-form-field-label-wrapper label span {
  color: white;
} .ez-table-container table .mat-sort-header-arrow {
  color: white;
} #right-pane-tabs .mat-tab-body-wrapper {
  height: 100%;
} #right-pane-tabs .mat-tab-body-wrapper .mat-tab-body {
  position: absolute;
} #right-pane-tabs .mat-tab-label {
  min-width: 70px;
} #right-pane-tabs .mat-card-header-text {
  width: 100%;
  margin: 0 0 0 16px;
} .form-manager-campaign-dropdown-tooltip {
  position: relative;
  top: 10px;
} .fm-table-container .fm-header-row-labels th .mat-form-field label {
  color: #ffffff;
} .fm-table-container .fm-header-row-labels th .mat-form-field .mat-form-field-wrapper .mat-form-field-underline {
  background-color: #ffffff;
} .fm-table-container .fm-header-row-labels th .mat-select-value .mat-select-value-text span {
  color: #ffffff;
} .fm-table-container .fm-header-row-labels th .mat-select-arrow {
  color: #ffffff;
} .children-page-paginator .mat-paginator-container,
.queue-table-paginator .mat-paginator-container {
  justify-content: flex-start;
} .view-last-report-card.mat-card {
  padding: 0;
} .view-last-report-card.mat-card .mat-card-content {
  padding: 16px;
} .view-last-report-card.mat-card .action-buttons-container {
  margin: 0;
  background-color: #eaeaea;
  padding: 16px;
} .view-last-report-card.mat-card .mat-card-actions:last-child {
  padding-bottom: 16px;
} .questionnaire-results-dialog > .mat-dialog-container {
  padding: 0 24px;
} .questionnaire-results-dialog > .mat-dialog-container .mat-dialog-title {
  margin: 10px 0 10px;
} .questionnaire-results-dialog > .mat-dialog-container .mat-dialog-actions {
  justify-content: flex-end;
} .questionnaire-results-dialog > .mat-dialog-container .mat-dialog-actions button {
  outline: none;
} #growthchart g[class$=Overweight-column] {
  stroke-dasharray: 20px;
} #growthchart g[class$=VeryOverweight-column] {
  stroke-dasharray: 40px;
} #growthchart g[class$=Underweight-column] {
  stroke-dasharray: 8px;
} #growthchart g[class$=Child-column] .c3-circles .c3-circle {
  opacity: 1 !important;
} #growthchart g[class$=Child-column].c3-focused .c3-circles .c3-circle {
  opacity: 1 !important;
} .grid-four-columns {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
} .grid-two-columns {
  display: grid;
  grid-template-columns: 50% 50%;
} .grid-three-columns {
  display: grid;
  grid-template-columns: 25% 25% 50% 0%;
} .grid-span-two {
  grid-column-end: span 2;
} .advance-search-panel .panel-subtitle {
  margin: 15px;
  font-size: 16px;
  font-weight: bold;
} .advance-search-panel .advance-search-row .advance-search-col {
  margin: 0 15px;
} .advance-search-panel .advance-covid-details {
  align-items: baseline;
} .advance-search-panel .warning-message-test-date {
  margin: 15px;
  font-size: 14px;
  font-weight: bold;
  color: red;
} .formly-checkbox .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #1565c0;
} .formly-checkbox .mat-checkbox-background {
  border-color: #1565c0;
} .add-edit-child-page-container .edit-section-title {
  color: #707070;
  border-bottom: 2px solid #E1E1E1;
  margin: 20px 0 30px 0;
  display: flex;
  justify-content: space-between;
} .add-edit-child-page-container formly-dropdown-searchable {
  width: 90%;
} .add-edit-child-page-container formly-group {
  margin-right: 0;
} .add-edit-child-page-container formly-group formly-field {
  width: 100%;
  padding-right: 0;
} .add-edit-child-page-container formly-group formly-field formly-wrapper-mat-form-field,
.add-edit-child-page-container formly-group formly-field app-select-withremove,
.add-edit-child-page-container formly-group formly-field app-datepicker-notinfuture {
  width: 90%;
} .add-edit-child-page-container .child-is-adult-checkbox .mat-checkbox-layout {
  flex-direction: row-reverse;
} .add-edit-child-page-container .child-is-adult-checkbox .mat-checkbox-layout .mat-checkbox-label {
  margin-right: 8px;
} @media only screen and (min-width: 768px) {
  .add-edit-child-page-container formly-group formly-field:not(:first-child) {
    padding-left: 30px;
  }
} .column-visibility-dialog-container formly-field {
  display: inline-flex;
  width: 50%;
} .column-visibility-dialog-container formly-group {
  width: 100%;
} .column-visibility-dialog-container formly-group formly-field {
  width: 100%;
} .column-visibility-dialog-container .column {
  display: flex;
  flex-direction: column;
} .column-visibility-dialog-container .column .mat-form-field-wrapper .mat-form-field-infix {
  padding: 0;
} .covid-mark-tested-dialog {
  width: 100%;
} .covid-tests-results-dialog {
  width: 100%;
} @media only screen and (min-width: 992px) {
  .covid-mark-tested-dialog {
    width: 832px;
  }
  .covid-tests-results-dialog {
    width: 832px;
  }
} button:focus {
  outline: none;
} .black-svg-icon svg {
  fill: #000000;
} .test-svg-icon svg {
  vertical-align: top;
} .test-svg-icon-yellow svg {
  fill: #FF9D09;
} .test-svg-icon-red svg {
  fill: #EB6969;
} .school-folder-template-column .mat-sort-header-arrow {
  color: #FFFFFF;
} .field-long-text-value p {
  margin: 0;
} .field-long-text-value p img {
  max-width: 100%;
} .fab-menu-svg-icon.mat-mini-fab .mat-button-wrapper {
  padding: 0 0 5px 0;
} .hide-queue-table-paginator-arrows .mat-focus-indicator {
  display: none;
} .operation-details {
  color: rgb(129, 129, 129);
  font-size: 12px;
} .text-redhot {
  color: red;
} .unconfirmedLabel {
  color: red;
  font-style: italic;
  font-size: 12px;
} .wrap-text .mat-checkbox-inner-container {
  margin-top: 5px !important;
} .wrap-text span {
  text-wrap: wrap;
} .padding-10 {
  padding: 10px;
} .padding-15 {
  padding: 15px;
} .margin-top-15 {
  margin-top: 15px;
} .margin-top-30 {
  margin-top: 30px !important;
} .margin-left-0 {
  margin-left: 0px;
} .float-right {
  float: right;
} .space-between {
  justify-content: space-between;
} .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
} .alert-success hr {
  border-top-color: #c9e2b3;
} .alert-success .alert-link {
  color: #2b542c;
} .alert-info {
  background-color: #e3edf7;
  border-color: #c7e2ef;
  color: #31708f;
} .alert-info hr {
  border-top-color: #b3d7e9;
} .alert-info .alert-link {
  color: #245269;
} .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
} .alert-warning hr {
  border-top-color: #f7e1b5;
} .alert-warning .alert-link {
  color: #66512c;
} .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
} .alert-danger hr {
  border-top-color: #e4b9c0;
} .alert-danger .alert-link {
  color: #843534;
} .width-100 {
  width: 100%;
} .kpi-chart {
  margin-top: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  min-height: 500px;
  width: 100%;
} .kpi-chartsvg {
  border-radius: 20px;
} .required-star {
  color: red;
}

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