/* src/assets/styles/index.scss */
*,
::after,
::before {
  box-sizing: border-box;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input:required,
input {
  box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input:focus {
  outline: none;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
a:active,
a:hover {
  outline: none;
}
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
picture {
  display: inline-block;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button {
  border: 0;
  background: transparent;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}
pre {
  font-family: monospace;
  font-size: 100%;
}
a {
  text-decoration: none;
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -5px;
}
sup {
  top: -5px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}
legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}
fieldset {
  min-width: 0;
}
body:not(:-moz-handler-blocked) fieldset {
  display: block;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
template {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
:root {
  --primary_candy-apple: #ff1900;
  --primary_candy-apple--rgb:
    255,
    25,
    0;
  --secondary_dark-sienna: #411817;
  --secondary_dark-sienna--rgb:
    65,
    24,
    23;
  --secondary_jet: #343434;
  --secondary_jet--rgb:
    52,
    52,
    52;
  --secondary_silver-chalince: #a7b0b3;
  --secondary_silver-chalince--rgb:
    167,
    176,
    179;
  --secondary_amber: #fe7d00;
  --secondary_amber--rgb:
    254,
    125,
    0;
  --secondary_dodger-blue: #459af7;
  --secondary_dodger-blue--rgb:
    69,
    154,
    247;
  --secondary_xanthous: #f4b642;
  --secondary_xanthous--rgb:
    244,
    182,
    66;
  --basic_eerie-black: #151515;
  --basic_eerie-black--rgb:
    21,
    21,
    21;
  --basic_cultured: #f1f1f1;
  --basic_cultured--rgb:
    241,
    241,
    241;
  --basic_misty-rose: #ffe7e5;
  --basic_misty-rose--rgb:
    255,
    231,
    229;
  --basic_snow: #fffcfc;
  --basic_snow--rgb:
    255,
    252,
    252;
  --basic_smoke: #fbfbfb;
  --basic_smoke--rgb:
    251,
    251,
    251;
  --basic_vermilion: #ec0808;
  --basic_vermilion--rgb:
    236,
    8,
    8;
  --basic_honey: #ffb30f;
  --basic_honey--rgb:
    255,
    179,
    15;
  --basic_mantis: #71c562;
  --basic_mantis--rgb:
    113,
    197,
    98;
  --basic_grey-x: #b9b9b9;
  --basic_grey-x--rgb:
    185,
    185,
    185;
  --basic_white: #ffffff;
  --basic_white--rgb:
    255,
    255,
    255;
  --basic_black: #000000;
  --basic_black--rgb:
    0,
    0,
    0;
}
@font-face {
  font-family: "ABCFavoritExpanded";
  src: url("./media/ABCFavorit-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: var(--text-1-6);
  line-height: 1.52857;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  height: 100%;
  background-color: var(--basic_cultured);
}
.fas {
  font-family: "Font Awesome 5 Free", sans-serif !important;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.mat-radio-outer-circle {
  border-width: 1px !important;
  border-color: var(--basic_black);
}
.mat-radio-checked .mat-radio-inner-circle {
  transform: scale(0.8) !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--basic_black);
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: var(--basic_black);
}
.mat-radio-label-content {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.booking-drawer-panel {
  position: relative;
}
.booking-drawer-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(52, 52, 52, 0.4);
  z-index: -1;
}
cdk-table {
  font-family:
    Roboto,
    Helvetica Neue,
    sans-serif;
  background-color: #fff;
}
cdk-row,
cdk-header-row,
cdk-footer-row {
  display: flex;
}
cdk-cell,
cdk-header-cell,
cdk-footer-cell {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  word-wrap: break-word;
  min-height: inherit;
}
cdk-cell:first-of-type,
cdk-header-cell:first-of-type,
cdk-footer-cell:first-of-type {
  padding-left: 24px;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-brands-400.eot");
  src:
    url("./media/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-brands-400.woff2") format("woff2"),
    url("./media/fa-brands-400.woff") format("woff"),
    url("./media/fa-brands-400.ttf") format("truetype"),
    url("./media/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-regular-400.eot");
  src:
    url("./media/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-regular-400.woff2") format("woff2"),
    url("./media/fa-regular-400.woff") format("woff"),
    url("./media/fa-regular-400.ttf") format("truetype"),
    url("./media/fa-regular-400.svg#fontawesome") format("svg");
}
.fab,
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./media/fa-solid-900.eot");
  src:
    url("./media/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-solid-900.woff2") format("woff2"),
    url("./media/fa-solid-900.woff") format("woff"),
    url("./media/fa-solid-900.ttf") format("truetype"),
    url("./media/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
.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;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .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,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color:#3f51b5;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ff4081;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
  --mdc-elevated-card-container-shape:4px;
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
  --mdc-filled-text-field-caret-color:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color:rgb(249.9, 249.9, 249.9);
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
  --mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color:white;
  --mdc-dialog-container-shape:4px;
  --mat-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius:16px;
  --mdc-chip-with-avatar-avatar-shape-radius:14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color:rgb(224.4, 224.4, 224.4);
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-selected-track-outline-color:transparent;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:#fff;
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:Roboto, sans-serif;
  --mat-switch-label-text-line-height:20px;
  --mat-switch-label-text-size:14px;
  --mat-switch-label-text-tracking:0.0178571429em;
  --mat-switch-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
  --mat-radio-label-text-font:Roboto, sans-serif;
  --mat-radio-label-text-line-height:20px;
  --mat-radio-label-text-size:14px;
  --mat-radio-label-text-tracking:0.0178571429em;
  --mat-radio-label-text-weight:400;
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
  --mat-menu-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-focus-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
  --mat-paginator-touch-target-display:block;
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
  --mdc-secondary-navigation-tab-container-height:48px;
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-touch-target-display:block;
  --mat-checkbox-label-text-font:Roboto, sans-serif;
  --mat-checkbox-label-text-line-height:20px;
  --mat-checkbox-label-text-size:14px;
  --mat-checkbox-label-text-tracking:0.0178571429em;
  --mat-checkbox-label-text-weight:400;
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#3f51b5;
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ff4081;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#3f51b5;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ff4081;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
  --mdc-filled-button-container-height:36px;
  --mdc-protected-button-container-height:36px;
  --mdc-outlined-button-container-height:36px;
  --mat-text-button-touch-target-display:block;
  --mat-filled-button-touch-target-display:block;
  --mat-protected-button-touch-target-display:block;
  --mat-outlined-button-touch-target-display:block;
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
  --mdc-icon-button-icon-size:24px;
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#3f51b5;
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-color:white;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color:white;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ff4081;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#3f51b5;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ff4081;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
  --mat-fab-small-touch-target-display:block;
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
  --mdc-snackbar-container-shape:4px;
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color:#c5cae9;
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
  --mat-table-row-item-outline-width:1px;
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
  --mdc-circular-progress-active-indicator-color:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
  --mat-badge-background-color:#3f51b5;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ff4081;
  --mat-badge-text-color:white;
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-line-height:22px;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-small-size-line-height:16px;
  --mat-badge-large-size-text-size:24px;
  --mat-badge-large-size-line-height:28px;
  --mat-bottom-sheet-container-shape:4px;
  --mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color:white;
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
  --mat-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:rgb(224.4, 224.4, 224.4);
  --mat-standard-button-toggle-height:48px;
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
  --mat-divider-width:1px;
  --mat-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
  --mat-icon-color:inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color:#3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#ff4081;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
  --mat-sort-arrow-color:rgb(117.3, 117.3, 117.3);
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#3f51b5;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ff4081;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height:48px;
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
  --mat-timepicker-container-shape:4px;
  --mat-timepicker-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-timepicker-container-background-color:white;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 11.62px/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 9.38px/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: 0.0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.table-column {
  display: table-column;
}
.grid {
  display: grid;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.border {
  border-width: 1px;
}
.lowercase {
  text-transform: lowercase;
}
.underline {
  text-decoration-line: underline;
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: #6d6d6d;
}
::-webkit-scrollbar-track {
  background: #c2c2c2;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

/* node_modules/@sharemactechhub/frontend-library/assets/_all.scss */
.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;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  touch-action: manipulation;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (prefers-reduced-motion) {
  .cdk-overlay-backdrop {
    transition-duration: 1ms;
  }
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .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,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-Thin.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-ExtraLight.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-ExtraLightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-Italic.ttf");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-ExtraBold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-ExtraBoldItalic.ttf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-Black.ttf");
  font-weight: 900;
}
@font-face {
  font-family: "Montserrat";
  src: url("./media/Montserrat-BlackItalic.ttf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "ABCFavoritExpanded";
  src: url("./media/ABCFavorit-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.shl-scrollbar::-webkit-scrollbar {
  background-color: #f1f1f1;
  width: 10px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.shl-scrollbar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  width: 4px;
}
.shl-scrollbar::-webkit-scrollbar-thumb {
  background-color: #343434;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 3px solid #f1f1f1;
  -webkit-transition: border 0.15s;
  -moz-transition: border 0.15s;
  -o-transition: border 0.15s;
  transition: border 0.15s;
}
.shl-scrollbar::-webkit-scrollbar-thumb:hover {
  border: 1px solid #f4f4f4;
}
.shl-scrollbar::-webkit-scrollbar-button {
  display: none;
}
.shl-input-asterisk {
  color: #ec0808;
}
.shl-clear-icon-btn {
  width: 24px;
  height: 24px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  background-color: #f1f5f8;
  color: #a7b0b3;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.36;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-clear-icon-btn:hover {
  opacity: 1;
}
.shl-input-without-arrows::-webkit-outer-spin-button,
.shl-input-without-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.shl-input-without-arrows[type=number] {
  -moz-appearance: textfield;
}
.shl-form-field-error {
  font-family: Montserrat;
  font-size: 10px;
  line-height: 13px;
  color: #ec0808;
  margin-top: 2px;
  display: flex;
  gap: 2px;
  align-items: center;
}
.input-content-container {
  position: relative;
  background-color: #ffffff;
}
.input-content-container .input-with-incrementor {
  padding-right: 28px;
}
.input-content-container .incrementor {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  font-size: 10px;
  z-index: 1;
}
.input-content-container .incrementor .increase,
.input-content-container .incrementor .decrease {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #bdc6ca;
  width: 100%;
  text-align: center;
  border-left: 1px solid #f1f1f1;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s ease all;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-content-container .incrementor .increase {
  border-bottom: 1px solid #f1f1f1;
}
.input-content-container .incrementor .decrease {
  border-top: 1px solid #f1f1f1;
}
.input-hovered .incrementor .increase,
.input-hovered .incrementor .decrease {
  border-color: #092532;
  color: #ec0808;
}
.input-hovered .input-flex-box {
  outline-color: #092532;
}
.input-hovered .input-flex-box .clear {
  display: flex;
  opacity: 0.36;
}
.input-hovered .input-flex-box .clear:hover {
  opacity: 1;
}
.always-show-clear .input-flex-box .clear {
  display: flex;
  opacity: 1;
}
.mobile .input-flex-box .clear {
  display: flex;
  opacity: 1;
}
.input-focused .incrementor .increase,
.input-focused .incrementor .decrease {
  border-color: #092532;
  color: #ec0808;
}
.input-focused .input-flex-box {
  border-color: #092532;
  outline-color: #092532;
}
.input-focused .input-flex-box .clear {
  display: flex;
  opacity: 0.36;
}
.input-focused .input-flex-box .clear:hover {
  opacity: 1;
}
.input-focused .input-with-incrementor {
  padding-right: 27px;
}
.input-flex-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  outline: 1px solid #f1f1f1;
  border-radius: 2px;
  transition: 0.2s ease all;
  transition: border 0s;
  font-family: Montserrat;
  box-sizing: border-box;
  width: 100%;
}
.input-flex-box .input-flex-item {
  margin-left: 4px;
  margin-right: 4px;
}
.input-flex-box .input-flex-item:first-child {
  margin-left: 12px;
}
.input-flex-box .input-flex-item:last-child {
  margin-right: 12px;
}
.input-flex-box .clear {
  display: flex;
  opacity: 0;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f1f5f8;
  color: #a7b0b3;
}
.input-flex-box .eye-toggle {
  display: flex;
  color: #a7b0b3;
  min-width: 20px;
}
.input-flex-box .clear,
.input-flex-box .eye-toggle {
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-flex-box .prefix {
  color: #a7b0b3;
  font-size: 16px;
  line-height: 19px;
}
.input-flex-box .suffix {
  color: #a7b0b3;
  font-size: 16px;
  line-height: 19px;
}
.input-flex-box .suffix-before-clear {
  color: #a7b0b3;
  font-size: 16px;
  line-height: 19px;
}
.input-flex-box .field {
  position: relative;
  flex-grow: 1;
}
.input-flex-box .field label {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #7a8990;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  transition: 0.2s cubic-bezier(0.64, 0.09, 0.08, 1) all;
}
.input-flex-box .field input {
  border: 0;
  display: block;
  width: 100%;
  color: #151515;
  background-color: transparent;
  transition: 0.2s cubic-bezier(0.64, 0.09, 0.08, 1) all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}
.input-flex-box .field input::-webkit-outer-spin-button,
.input-flex-box .field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-flex-box .field input[type=number] {
  -moz-appearance: textfield;
}
.input-flex-box .field input:valid ~ label {
  color: #7a8990;
}
.input-flex-box .field input.input-selector-focused ~ label {
  color: #ff1900;
}
.input-flex-box .field input.input-selector-focused {
  outline: none;
}
.input-flex-box .field input[placeholder] {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
.input-flex-box .field input::placeholder {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
}
.input-flex-box .field input:focus {
  outline: none;
}
.input-centered input {
  text-align: center;
}
.input-centered label {
  text-align: center;
}
.input-centered .centered-input-clear-container {
  position: relative;
  width: 1px;
  height: 1px;
}
.input-centered .centered-input-clear-container .clear {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.input-sm input {
  font-size: 14px;
  line-height: 17px;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 1px;
}
.input-sm input:valid ~ label {
  font-size: 12px;
  line-height: 15px;
  top: 10px;
}
.input-sm input.input-selector-focused ~ label {
  font-size: 12px;
  line-height: 15px;
  top: 10px;
}
.input-sm .input-without-label {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 16px;
}
.input-sm label {
  font-size: 16px;
  line-height: 19px;
}
.input-md input {
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  padding-top: 22px;
  padding-bottom: 6px;
}
.input-md input:valid ~ label {
  font-size: 12px;
  line-height: 15px;
  top: 14px;
}
.input-md input.input-selector-focused ~ label {
  font-size: 12px;
  line-height: 15px;
  top: 14px;
}
.input-md .input-without-label {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}
.input-md label {
  font-size: 16px;
  line-height: 19px;
}
.input-lg input {
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  padding-top: 27px;
  padding-bottom: 8px;
}
.input-lg input:valid ~ label {
  font-size: 14px;
  line-height: 18px;
  top: 18px;
}
.input-lg input.input-selector-focused ~ label {
  font-size: 14px;
  line-height: 18px;
  top: 18px;
}
.input-lg .input-without-label {
  font-size: 16px;
  line-height: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.input-lg label {
  font-size: 18px;
  line-height: 22px;
}
.input-lg .field .label-floated {
  font-size: 14px;
  line-height: 18px;
  top: 18px;
}
.input-md .field .label-floated {
  font-size: 12px;
  line-height: 15px;
  top: 14px;
}
.input-sm .field .label-floated {
  font-size: 12px;
  line-height: 15px;
  top: 10px;
}
.input-invalid .incrementor .increase,
.input-invalid .incrementor .decrease {
  border-color: #ec0808;
  color: #ec0808;
}
.input-invalid .input-flex-box {
  outline-color: #ec0808;
  background-color: #fff8f6;
}
.input-invalid.input-focused .input-flex-box {
  border-color: #ec0808;
  outline-color: #ec0808;
}
.input-invalid.input-focused .input-with-incrementor {
  padding-right: 27px;
}
.input-invalid.input-focused .incrementor .increase,
.input-invalid.input-focused .incrementor .decrease,
.input-invalid.input-hovered .incrementor .increase,
.input-invalid.input-hovered .incrementor .decrease {
  border-color: #ec0808;
}
.input-disabled {
  pointer-events: none;
}
.input-disabled .input-flex-box {
  background-color: #f3f3f3;
  outline-color: rgba(91, 117, 129, 0.3607843137);
}
.input-disabled .field label,
.input-disabled .field input {
  color: #c6c6c6;
}
.input-disabled .input-lg .field .label-floated {
  font-size: 14px;
  line-height: 18px;
  top: 18px;
}
.input-disabled .input-md .field .label-floated {
  font-size: 12px;
  line-height: 15px;
  top: 14px;
}
.input-disabled .input-sm .field .label-floated {
  font-size: 12px;
  line-height: 15px;
  top: 10px;
}
.input-disabled .prefix {
  color: #c6c6c6;
}
.input-disabled .suffix {
  color: #c6c6c6;
}
.input-disabled .eye-toggle {
  color: #c6c6c6;
}
.input-disabled .clear {
  color: #c6c6c6;
}
.input-disabled .incrementor .increase,
.input-disabled .incrementor .decrease {
  border-color: #bdc6ca;
  color: #bdc6ca;
}
.input-disabled .clear:hover {
  background-color: #f1f5f8;
}
.textarea {
  width: 100%;
  position: relative;
}
.textarea .text-area-charachter-count {
  font-size: 10px;
  text-align: right;
  line-height: 13px;
  font-family: Montserrat;
  margin-top: 2px;
  color: #a7b0b3;
}
.textarea .text-area-charachter-count-invalid {
  color: #ec0808;
}
.textarea-content-container {
  background-color: white;
  width: 100%;
  font-family: Montserrat;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  padding: 1px;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.textarea-content-container .textarea-label-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 9px;
  width: calc(100% - 18px);
  gap: 4px;
}
.textarea-content-container .textarea-label-container .clear {
  display: none;
  opacity: 0;
  width: 17px;
  height: 17px;
  font-size: 8px;
  line-height: 8px;
  border-radius: 50%;
  background-color: #f1f5f8;
  color: #092532;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.textarea-content-container .textarea-label-container label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #151515 #151515;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.textarea-content-container .textarea-label-container .label-floated {
  color: #717171;
}
.textarea-content-container:focus-within {
  border: 2px solid #151515;
  padding: 0px;
}
.textarea-content-container:focus-within .textarea-label-container label {
  color: #ff1900;
}
.textarea-content-container:hover {
  border-color: #151515;
}
.textarea-content-container:hover .clear {
  display: flex;
  opacity: 0.36;
}
.textarea-content-container:hover .clear:hover {
  opacity: 1;
}
.textarea-content-container textarea {
  resize: vertical;
  border: none;
  outline: none;
  font-family: inherit;
  background: transparent;
  color: #151515;
  width: 100%;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 8px;
  padding-right: 8px;
  padding: 0px;
  -webkit-padding-end: 16px;
  width: calc(100% - 32px);
  margin-bottom: 6px;
}
.textarea-lg .textarea-label-container {
  top: 8px;
}
.textarea-lg .textarea-label-container label {
  font-size: 14px;
  line-height: 18px;
}
.textarea-lg .textarea-label-container .label-floated {
  font-size: 12px;
  line-height: 15px;
}
.textarea-lg:focus-within .textarea-label-container label {
  font-size: 12px;
  line-height: 15px;
}
.textarea-lg textarea {
  margin-top: 24px;
  font-size: 14px;
  line-height: 18px;
}
.textarea-md .textarea-label-container {
  top: 8px;
}
.textarea-md .textarea-label-container label {
  font-size: 14px;
  line-height: 18px;
}
.textarea-md .textarea-label-container .label-floated {
  font-size: 12px;
  line-height: 15px;
}
.textarea-md:focus-within .textarea-label-container label {
  font-size: 12px;
  line-height: 15px;
}
.textarea-md textarea {
  margin-top: 24px;
  font-size: 14px;
  line-height: 18px;
}
.textarea-sm .textarea-label-container {
  top: 4px;
}
.textarea-sm .textarea-label-container label {
  font-size: 14px;
  line-height: 18px;
}
.textarea-sm .textarea-label-container .label-floated {
  font-size: 12px;
  line-height: 15px;
}
.textarea-sm:focus-within .textarea-label-container label {
  font-size: 12px;
  line-height: 15px;
}
.textarea-sm textarea {
  margin-top: 19px;
  font-size: 14px;
  line-height: 18px;
}
.textarea-invalid {
  border-color: #ec0808 !important;
  background-color: #fff8f6;
}
.textarea-disabled {
  pointer-events: none;
  border: 2px solid rgba(91, 117, 129, 0.3607843137) !important;
  padding: 0px;
  background-color: #ffffff;
}
.textarea-disabled textarea {
  background: transparent;
  color: #c6c6c6;
}
.textarea-disabled .textarea-label-container label {
  color: #c6c6c6;
}
.textarea-disabled .textarea-label-container .label-floated {
  color: #c6c6c6;
}
@font-face {
  font-family: "map";
  src: url("./media/map.eot?a2yj14");
  src:
    url("./media/map.eot?a2yj14#iefix") format("embedded-opentype"),
    url("./media/map.ttf?a2yj14") format("truetype"),
    url("./media/map.woff?a2yj14") format("woff"),
    url("./media/map.svg?a2yj14#map") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  font-family: "map", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-add-marker:before {
  content: "\e900";
  color: #37474f;
}
.icon-erase:before {
  content: "\e901";
  color: #37474f;
}
.icon-hand-grab:before {
  content: "\e902";
  color: #37474f;
}
.icon-remove-all:before {
  content: "\e903";
  color: #37474f;
}
.icon-select-main:before {
  content: "\e904";
  color: #37474f;
}
.icon-polygon:before {
  content: "\e905";
  color: #37474f;
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.bounce {
  animation: bounce 0.4s infinite alternate;
}
:host {
  display: block;
  font-family: Montserrat;
}
.counter-flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.counter-flex-box .counter-btn {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.counter-flex-box .counter-btn div {
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #a7b0b3;
  color: #a7b0b3;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: background-color 0.1s ease;
  -moz-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.counter-flex-box .counter-btn:hover div {
  border-color: #151515;
  color: #151515;
}
.counter-flex-box .counter-btn:active div {
  background-color: #151515;
  border-color: #151515;
  color: #f1f1f1;
}
.counter-disabled .counter-btn {
  pointer-events: none;
  background-color: #f3f3f3;
  border: 1px solid #f1f1f1;
}
.counter-disabled .counter-btn div {
  border-color: #a7b0b3;
  color: #a7b0b3;
}
.counter-sm .counter-btn {
  width: 38px;
  height: 38px;
}
.counter-md .counter-btn {
  width: 46px;
  height: 46px;
}
.counter-lg .counter-btn {
  width: 54px;
  height: 54px;
}
.control-errors-list {
  color: #ec0808;
  font-family: Montserrat;
}
.control-errors-list .error {
  font-size: 10px;
  line-height: 13px;
  display: flex;
  gap: 3px;
}
.pointy-control-errors-list {
  font-family: Montserrat;
  display: inline-block;
  background-color: #151515;
  border: 1px solid #ec0808;
  padding-left: 8px;
  padding-top: 4px;
  padding-right: 16px;
  padding-bottom: 4px;
  border-radius: 4px;
  position: relative;
  margin-top: 7px;
}
.pointy-control-errors-list::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 10px;
  margin-left: -5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 2px;
  border-right-width: 2px;
}
.pointy-control-errors-list::before {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 9px;
  margin-left: -5px;
  border-style: solid;
  border-color: transparent transparent #ec0808 transparent;
  border-top-width: 6px;
  border-bottom-width: 6px;
  border-left-width: 3px;
  border-right-width: 3px;
  z-index: -1;
}
.pointy-control-errors-list .error {
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.pointy-control-errors-list .error i {
  font-size: 8px;
}
.radio-container {
  font-family: Montserrat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.radio-container .radio-input {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.radio-container .radio-input + label {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  transition: all 0.2s;
}
.radio-container .radio-input + label::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  border: 2px solid #151515;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.2s;
  box-sizing: border-box;
}
.radio-container .radio-input + label::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  background: #151515;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  box-sizing: border-box;
}
.radio-container .radio-input:checked + label::after {
  opacity: 1;
}
.radio-container .radio-input:hover + label {
  color: #5f5f5f;
}
.radio-container .radio-input:hover + label::before {
  border-color: #5f5f5f;
}
.radio-container .radio-input:hover + label::after {
  background: #5f5f5f;
}
.radio-container.radio-lg .radio-input + label {
  padding-left: 32px;
  font-size: 15px;
  line-height: 24px;
}
.radio-container.radio-lg .radio-input + label::before {
  width: 24px;
  height: 24px;
}
.radio-container.radio-lg .radio-input + label::after {
  width: 16px;
  left: 4px;
}
.radio-container.radio-md .radio-input + label {
  padding-left: 28px;
  font-size: 15px;
  line-height: 20px;
}
.radio-container.radio-md .radio-input + label::before {
  width: 20px;
  height: 20px;
}
.radio-container.radio-md .radio-input + label::after {
  width: 12px;
  left: 4px;
}
.radio-container.radio-disabled {
  pointer-events: none;
}
.radio-container.radio-disabled .radio-input + label::before {
  border-color: #b9b9b9;
}
.radio-container.radio-disabled .radio-input + label::after {
  background: #b9b9b9;
}
.radio-container.radio-disabled .radio-input + label {
  color: #b9b9b9;
}
.radio-container.radio-invalid label:before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ec0808;
  -moz-box-shadow: inset 0px 0px 0px 1px #ec0808;
  box-shadow: inset 0px 0px 0px 1px #ec0808;
}
.shl-radio-required-symball {
  color: #ec0808;
}
.shl-radio-button {
  font-family: Montserrat;
  display: flex;
}
.shl-radio-button .radio-input {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.shl-radio-button .radio-input + label {
  cursor: pointer;
  position: relative;
  padding-left: 0px;
  transition: all 0.2s;
  height: 36px;
  display: flex;
  align-items: center;
}
.shl-radio-button .radio-input + label .shl-radio-button-container {
  pointer-events: none;
  border: 1px solid;
  padding-left: 24px;
  padding-right: 24px;
  height: 36px;
  border-radius: 2px;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 4px 4px 40px rgba(21, 21, 21, 0.0784313725);
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-radio-button .radio-input:hover + label .shl-radio-button-container {
  background-color: #f1f1f1;
  border-color: #151515;
  color: #151515;
}
.shl-radio-button .radio-input:checked + label .shl-radio-button-container {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}
.shl-radio-button .radio-input:checked:hover + label .shl-radio-button-container {
  background-color: #343434;
  border-color: #151515;
  color: #ffffff;
}
.shl-radio-button.lg .radio-input + label {
  height: 56px;
}
.shl-radio-button.lg .radio-input + label .shl-radio-button-container {
  height: 56px;
  font-size: 16px;
  line-height: 16px;
}
.shl-radio-button.md .radio-input + label {
  height: 48px;
}
.shl-radio-button.md .radio-input + label .shl-radio-button-container {
  height: 48px;
  font-size: 14px;
  line-height: 15px;
}
.shl-radio-button.sm .radio-input + label {
  height: 36px;
}
.shl-radio-button.sm .radio-input + label .shl-radio-button-container {
  height: 36px;
  font-size: 12px;
  line-height: 15px;
}
.shl-radio-button.radio-disabled {
  pointer-events: none;
}
.shl-radio-button.radio-disabled .radio-input + label .shl-radio-button-container {
  color: #b9b9b9;
}
.shl-checkbox {
  font-family: Montserrat;
  position: relative;
  display: flex;
  flex-direction: column;
}
.checkbox-lg .shl-checkbox-label {
  padding-left: 24px;
  font-size: 15px;
  line-height: 24px;
  min-width: 1px;
  min-height: 24px;
}
.checkbox-lg .shl-checkbox-box:after {
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}
.checkbox-lg .shl-checkbox-input:checked + .shl-checkbox-box:before {
  left: 7px;
  top: 3px;
  width: 9px;
  height: 12px;
  box-sizing: border-box;
}
.checkbox-md .shl-checkbox-label {
  padding-left: 20px;
  font-size: 15px;
  line-height: 20px;
  min-width: 1px;
  min-height: 20px;
}
.checkbox-md .shl-checkbox-box:after {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.checkbox-md .shl-checkbox-input:checked + .shl-checkbox-box:before {
  left: 6px;
  top: 3px;
  width: 7px;
  height: 10px;
  box-sizing: border-box;
}
.shl-checkbox-label {
  max-width: 100%;
  color: #151515;
  transition: color 0.15s;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shl-checkbox-input {
  display: none;
}
.shl-checkbox-box:before,
.shl-checkbox-box:after {
  transition: all 0.15s;
}
.shl-checkbox-box:after {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: " ";
  border: 2px solid #151515;
  border-radius: 2px;
}
.shl-checkbox-label-content {
  word-break: break-all;
  padding-left: 8px;
}
.shl-checkbox-input:checked + .shl-checkbox-box:after {
  background-color: #151515;
  border-color: #151515;
}
.shl-checkbox-input:checked + .shl-checkbox-box:before {
  transform: rotate(45deg);
  position: absolute;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-color: white;
  content: "";
  z-index: 1;
}
.shl-checkbox-label:hover {
  color: #5f5f5f;
}
.shl-checkbox-label:hover .shl-checkbox-input:checked + .shl-checkbox-box:after {
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}
.shl-checkbox-label:hover .shl-checkbox-box:after {
  border-color: #5f5f5f;
}
.checkbox-disabled {
  pointer-events: none;
}
.checkbox-disabled .shl-checkbox-box:after {
  border-color: #b9b9b9;
}
.checkbox-disabled .shl-checkbox-label {
  color: #b9b9b9;
}
.checkbox-disabled .shl-checkbox-input:checked + .shl-checkbox-box:after {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.checkbox-invalid .shl-checkbox-box:after {
  -webkit-box-shadow: inset 0px 0px 0px 1px #ec0808;
  -moz-box-shadow: inset 0px 0px 0px 1px #ec0808;
  box-shadow: inset 0px 0px 0px 1px #ec0808;
}
.shl-checkbox-required-symball {
  color: #ec0808;
}
.toggle-lg {
  height: 32px;
}
.toggle-lg label {
  height: 32px;
}
.toggle-lg label:active .toggle-switch {
  width: 36px;
  border-radius: 28px;
}
.toggle-lg label:active input:checked + .toggle-slider .toggle-switch {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
.toggle-lg .toggle-slider {
  border-radius: 34px;
  min-width: 58px;
  height: 28px;
}
.toggle-lg .toggle-slider .toggle-switch {
  height: 32px;
  width: 32px;
  box-sizing: border-box;
  top: -2px;
}
.toggle-lg .toggle-slider .toggle-inside-content {
  width: calc(100% - 8px);
  margin-left: 4px;
}
.toggle-lg .toggle-slider .toggle-inside-content .toggle-inside-on-content {
  font-size: 14px;
  line-height: 14px;
}
.toggle-lg .toggle-slider .toggle-inside-content .toggle-inside-on-content i {
  font-size: 12px;
  line-height: 12px;
}
.toggle-lg .toggle-slider .toggle-inside-content .toggle-inside-off-content {
  font-size: 14px;
  line-height: 14px;
}
.toggle-lg .toggle-slider .toggle-inside-content .toggle-inside-off-content i {
  font-size: 12px;
  line-height: 12px;
}
.toggle-lg input:checked + .toggle-slider .toggle-switch {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toggle-lg .toggle-lds-ring {
  width: 32px;
  height: 32px;
}
.toggle-lg .toggle-lds-ring div {
  width: 24px;
  height: 24px;
  margin: 2px;
}
.toggle-md {
  height: 24px;
}
.toggle-md label {
  height: 24px;
}
.toggle-md label:active .toggle-switch {
  width: 28px;
  border-radius: 20px;
}
.toggle-md label:active input:checked + .toggle-slider .toggle-switch {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.toggle-md .toggle-slider {
  border-radius: 34px;
  min-width: 48px;
  height: 20px;
}
.toggle-md .toggle-slider .toggle-switch {
  height: 24px;
  width: 24px;
  box-sizing: border-box;
  top: -2px;
}
.toggle-md .toggle-slider .toggle-inside-content .toggle-inside-on-content {
  font-size: 12px;
  line-height: 12px;
}
.toggle-md .toggle-slider .toggle-inside-content .toggle-inside-on-content i {
  font-size: 10px;
  line-height: 10px;
}
.toggle-md .toggle-slider .toggle-inside-content .toggle-inside-off-content {
  font-size: 12px;
  line-height: 12px;
}
.toggle-md .toggle-slider .toggle-inside-content .toggle-inside-off-content i {
  font-size: 10px;
  line-height: 10px;
}
.toggle-md input:checked + .toggle-slider .toggle-switch {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.toggle-md .toggle-lds-ring {
  width: 24px;
  height: 24px;
}
.toggle-md .toggle-lds-ring div {
  width: 16px;
  height: 16px;
  margin: 2px;
}
.toggle-sm {
  height: 20px;
}
.toggle-sm label {
  height: 20px;
}
.toggle-sm label:active .toggle-switch {
  width: 24px;
  border-radius: 16px;
}
.toggle-sm label:active input:checked + .toggle-slider .toggle-switch {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.toggle-sm .toggle-slider {
  border-radius: 34px;
  min-width: 40px;
  height: 16px;
}
.toggle-sm .toggle-slider .toggle-inside-content .toggle-inside-on-content {
  font-size: 10px;
  line-height: 10px;
}
.toggle-sm .toggle-slider .toggle-inside-content .toggle-inside-on-content i {
  font-size: 8px;
  line-height: 8px;
}
.toggle-sm .toggle-slider .toggle-inside-content .toggle-inside-off-content {
  font-size: 10px;
  line-height: 10px;
}
.toggle-sm .toggle-slider .toggle-inside-content .toggle-inside-off-content i {
  font-size: 8px;
  line-height: 8px;
}
.toggle-sm .toggle-slider .toggle-switch {
  height: 18px;
  width: 18px;
  box-sizing: border-box;
  top: -1px;
}
.toggle-sm input:checked + .toggle-slider .toggle-switch {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}
.toggle-sm .toggle-lds-ring {
  width: 20px;
  height: 20px;
}
.toggle-sm .toggle-lds-ring div {
  width: 12px;
  height: 12px;
  margin: 2px;
}
.toggle-container {
  position: relative;
  font-family: Montserrat;
}
.toggle-container label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
  max-width: 100%;
  color: #151515;
  transition: color 0.15s;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.toggle-container label .toggle-label-left {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 8px;
}
.toggle-container label .toggle-label-right {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
}
.toggle-container input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.toggle-container input:checked + .toggle-slider {
  background-color: #411818;
  border-color: #411818;
}
.toggle-container input:checked + .toggle-slider .toggle-inside-content .toggle-inside-on-content {
  display: flex;
}
.toggle-container input:checked + .toggle-slider .toggle-inside-content .toggle-inside-off-content {
  display: none;
}
.toggle-container input:checked + .toggle-slider .toggle-switch {
  border-color: #411818;
}
.toggle-container input:checked + .toggle-slider .toggle-switch .toggle-lds-ring div {
  border-color: #411818 transparent transparent transparent;
}
.toggle-slider {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a7b0b3;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.toggle-slider .toggle-switch {
  position: absolute;
  border-radius: 50%;
  left: 0px;
  background-color: white;
  border: 2px solid #b9b9b9;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.toggle-disabled {
  pointer-events: none;
}
.toggle-disabled label input:checked + .toggle-slider {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.toggle-disabled label input:checked + .toggle-slider .toggle-switch {
  border-color: #b9b9b9;
}
.toggle-disabled label .toggle-switch {
  background-color: white;
  border-color: #b9b9b9;
}
.toggle-disabled label .toggle-slider {
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.toggle-disabled label .toggle-label-left,
.toggle-disabled label .toggle-label-right {
  color: #b9b9b9;
}
.toggle-loading {
  pointer-events: none;
}
.toggle-lds-ring {
  display: inline-block;
  position: relative;
}
.toggle-lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  border: 1px solid #a7b0b3;
  border-radius: 50%;
  animation: toggle-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #a7b0b3 transparent transparent transparent;
}
.toggle-lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
@keyframes toggle-lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.toggle-inside-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fffcfc;
}
.toggle-inside-content .toggle-inside-on-content {
  display: none;
  align-items: center;
  justify-content: left;
  width: 100%;
  font-weight: 100;
  text-align: left;
  transition: all 0.15ms;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.toggle-inside-content .toggle-inside-off-content {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  font-weight: 100;
  text-align: right;
  transition: all 0.15ms;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.shl-button {
  font-family: Montserrat;
  position: relative;
}
.shl-button .shl-button-loading-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
}
.shl-button-filled {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  transition: 0.15s all;
}
.shl-button-filled.shl-button-loading {
  pointer-events: none;
}
.shl-button-filled.shl-button-loading .shl-button-content-container {
  opacity: 0.54;
}
.shl-button-filled.shl-button-disabled.shl-button-shakeable:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}
.shl-button-filled.shl-button-disabled.shl-button-not-shakeable {
  pointer-events: none;
}
.shl-button-filled.shl-button-disabled.shl-button-not-shakeable .shl-button-content-container {
  border-color: #b9b9b9;
  -webkit-box-shadow: inset 0px 0px 0px 1px #b9b9b9 !important;
  -moz-box-shadow: inset 0px 0px 0px 1px #b9b9b9 !important;
  box-shadow: inset 0px 0px 0px 1px #b9b9b9 !important;
}
.shl-button-filled.shl-button-disabled.shl-button-not-shakeable .shl-button-content-container .shl-button-content-container-value {
  background-color: #b9b9b9;
  color: white;
}
.shl-button-filled.shl-button-stretched {
  width: 100%;
}
.shl-button-filled.shl-button-stretched .shl-button-content-container .shl-button-content-container-value {
  width: 100%;
}
.shl-button-filled.shl-button-stretched:active .shl-button-content-container .shl-button-content-container-value,
.shl-button-filled.shl-button-stretched:focus .shl-button-content-container .shl-button-content-container-value {
  width: calc(100% - 8px);
}
.shl-button-filled.shl-button-itarable:hover {
  opacity: 0.74;
}
.shl-button-filled.shl-button-itarable:active,
.shl-button-filled.shl-button-itarable:focus {
  outline: none;
}
.shl-button-filled.shl-button-itarable:active .shl-button-lg .shl-button-content-container-value,
.shl-button-filled.shl-button-itarable:focus .shl-button-lg .shl-button-content-container-value {
  border-radius: 2px;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-left: 4px;
  margin-right: 4px;
}
.shl-button-filled.shl-button-itarable:active .shl-button-md .shl-button-content-container-value,
.shl-button-filled.shl-button-itarable:focus .shl-button-md .shl-button-content-container-value {
  border-radius: 2px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-left: 4px;
  margin-right: 4px;
}
.shl-button-filled.shl-button-itarable:active .shl-button-sm .shl-button-content-container-value,
.shl-button-filled.shl-button-itarable:focus .shl-button-sm .shl-button-content-container-value {
  border-radius: 2px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 4px;
  margin-right: 4px;
}
.shl-button-filled.shl-button-itarable:active:hover .shl-button-content-container,
.shl-button-filled.shl-button-itarable:focus:hover .shl-button-content-container {
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent !important;
  -moz-box-shadow: inset 0px 0px 0px 1px transparent !important;
  box-shadow: inset 0px 0px 0px 1px transparent !important;
}
.shl-button-filled .shl-button-primary {
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0px 0px 0px 1px #151515;
  -moz-box-shadow: inset 0px 0px 0px 1px #151515;
  box-shadow: inset 0px 0px 0px 1px #151515;
}
.shl-button-filled .shl-button-primary .shl-button-content-container-value {
  background-color: #151515;
}
.shl-button-filled .shl-button-secondary {
  border: 1px solid #fe7d00;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fe7d00;
  -moz-box-shadow: inset 0px 0px 0px 1px #fe7d00;
  box-shadow: inset 0px 0px 0px 1px #fe7d00;
}
.shl-button-filled .shl-button-secondary .shl-button-content-container-value {
  background-color: #fe7d00;
}
.shl-button-filled .shl-button-content-container {
  border-radius: 2px;
  transition: 0.15s all;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.shl-button-filled .shl-button-content-container .shl-button-content-container-value {
  box-sizing: border-box;
  display: flex;
  gap: 4px;
  align-items: center;
  flex-flow: row nowrap;
  border-radius: 0px;
  color: #f1f1f1;
  margin: 0px;
  transition: 0.15s all;
  transition: 0 margin;
  transition: 0 width;
}
.shl-button-filled .shl-button-content-container .shl-button-content-container-value::after,
.shl-button-filled .shl-button-content-container .shl-button-content-container-value::before {
  content: "";
  margin: auto;
}
.shl-button-filled .shl-button-content-container .shl-button-content-container-value .shl-button-left-icon-container,
.shl-button-filled .shl-button-content-container .shl-button-content-container-value .shl-button-right-icon-container {
  display: flex;
}
.shl-button-filled .shl-button-content-container .shl-button-content-container-value .shl-button-text {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shl-button-filled .shl-button-lg {
  height: 56px;
}
.shl-button-filled .shl-button-lg .shl-button-content-container-value {
  font-size: 16px;
  line-height: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.shl-button-filled .shl-button-md {
  height: 48px;
}
.shl-button-filled .shl-button-md .shl-button-content-container-value {
  font-size: 14px;
  line-height: 20px;
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.shl-button-filled .shl-button-sm {
  height: 36px;
}
.shl-button-filled .shl-button-sm .shl-button-content-container-value {
  font-size: 14px;
  line-height: 20px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.shl-button-outlined {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  transition: 0.15s all;
}
.shl-button-outlined.shl-button-loading {
  pointer-events: none;
}
.shl-button-outlined.shl-button-loading .shl-button-content-container {
  background-color: #a7b0b3;
  border-color: #a7b0b3;
  opacity: 0.54;
}
.shl-button-outlined.shl-button-disabled.shl-button-shakeable:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}
.shl-button-outlined.shl-button-disabled.shl-button-not-shakeable {
  pointer-events: none;
}
.shl-button-outlined.shl-button-disabled.shl-button-not-shakeable .shl-button-content-container {
  border-color: #b9b9b9;
}
.shl-button-outlined.shl-button-disabled.shl-button-not-shakeable .shl-button-content-container .shl-button-content-container-value {
  color: #b9b9b9;
}
.shl-button-outlined.shl-button-stretched {
  width: 100%;
}
.shl-button-outlined.shl-button-stretched .shl-button-content-container .shl-button-content-container-value {
  width: 100%;
}
.shl-button-outlined.shl-button-stretched:active .shl-button-content-container .shl-button-content-container-value,
.shl-button-outlined.shl-button-stretched:focus .shl-button-content-container .shl-button-content-container-value {
  width: calc(100% - 8px);
}
.shl-button-outlined.shl-button-itarable:hover .shl-button-content-container .shl-button-content-container-value {
  background-color: #f1f1f1;
}
.shl-button-outlined.shl-button-itarable:active,
.shl-button-outlined.shl-button-itarable:focus {
  outline: none;
}
.shl-button-outlined.shl-button-itarable:active .shl-button-content-container .shl-button-content-container-value,
.shl-button-outlined.shl-button-itarable:focus .shl-button-content-container .shl-button-content-container-value {
  border-color: inherit;
}
.shl-button-outlined.shl-button-itarable:active .shl-button-lg .shl-button-content-container-value,
.shl-button-outlined.shl-button-itarable:focus .shl-button-lg .shl-button-content-container-value {
  border-radius: 2px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: 4px;
  margin-right: 4px;
}
.shl-button-outlined.shl-button-itarable:active .shl-button-md .shl-button-content-container-value,
.shl-button-outlined.shl-button-itarable:focus .shl-button-md .shl-button-content-container-value {
  border-radius: 2px;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
}
.shl-button-outlined.shl-button-itarable:active .shl-button-sm .shl-button-content-container-value,
.shl-button-outlined.shl-button-itarable:focus .shl-button-sm .shl-button-content-container-value {
  border-radius: 2px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 4px;
  margin-right: 4px;
}
.shl-button-outlined .shl-button-content-container {
  border: 1px solid;
  border-radius: 2px;
  transition: 0.15s all;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.shl-button-outlined .shl-button-content-container .shl-button-content-container-value {
  box-sizing: border-box;
  border: 1px solid transparent;
  display: flex;
  gap: 4px;
  align-items: center;
  flex-flow: row nowrap;
  border-radius: 0px;
  margin: 0px;
  transition: 0.15s all;
  transition: 0 margin;
  transition: 0 width;
}
.shl-button-outlined .shl-button-content-container .shl-button-content-container-value::after,
.shl-button-outlined .shl-button-content-container .shl-button-content-container-value::before {
  content: "";
  margin: auto;
}
.shl-button-outlined .shl-button-content-container .shl-button-content-container-value .shl-button-left-icon-container,
.shl-button-outlined .shl-button-content-container .shl-button-content-container-value .shl-button-right-icon-container {
  display: flex;
}
.shl-button-outlined .shl-button-content-container .shl-button-content-container-value .shl-button-text {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shl-button-outlined .shl-button-primary {
  border-color: #151515;
}
.shl-button-outlined .shl-button-primary .shl-button-content-container-value {
  background-color: transparent;
  color: #151515;
}
.shl-button-outlined .shl-button-secondary {
  border-color: #fe7d00;
}
.shl-button-outlined .shl-button-secondary .shl-button-content-container-value {
  background-color: transparent;
  color: #fe7d00;
}
.shl-button-outlined .shl-button-lg {
  height: 56px;
}
.shl-button-outlined .shl-button-lg .shl-button-content-container-value {
  font-size: 16px;
  line-height: 20px;
  padding-left: 39px;
  padding-right: 39px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.shl-button-outlined .shl-button-md {
  height: 48px;
}
.shl-button-outlined .shl-button-md .shl-button-content-container-value {
  font-size: 14px;
  line-height: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.shl-button-outlined .shl-button-sm {
  height: 36px;
}
.shl-button-outlined .shl-button-sm .shl-button-content-container-value {
  font-size: 14px;
  line-height: 20px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.shl-button-text {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  transition: 0.15s all;
}
.shl-button-text.shl-button-loading {
  pointer-events: none;
}
.shl-button-text.shl-button-loading .shl-button-content-container {
  background-color: #a7b0b3;
  color: #151515;
  opacity: 0.54;
}
.shl-button-text.shl-button-disabled.shl-button-shakeable:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  perspective: 1000px;
}
.shl-button-text.shl-button-disabled.shl-button-not-shakeable {
  pointer-events: none;
}
.shl-button-text.shl-button-disabled.shl-button-not-shakeable .shl-button-content-container-value {
  color: #b9b9b9;
}
.shl-button-text.shl-button-stretched {
  width: 100%;
}
.shl-button-text.shl-button-stretched .shl-button-content-container .shl-button-content-container-value {
  width: 100%;
}
.shl-button-text.shl-button-itarable:hover .shl-button-content-container .shl-button-content-container-value {
  background-color: #f1f1f1;
}
.shl-button-text.shl-button-itarable:hover .shl-button-content-container .shl-button-content-container-value .shl-text-button-underline div {
  border-color: inherit;
}
.shl-button-text.shl-button-itarable:active,
.shl-button-text.shl-button-itarable:focus {
  outline: none;
}
.shl-button-text.shl-button-itarable:active .shl-button-content-container:hover .shl-button-content-container-value,
.shl-button-text.shl-button-itarable:focus .shl-button-content-container:hover .shl-button-content-container-value {
  background-color: #f1f1f1;
}
.shl-button-text.shl-button-itarable:active .shl-button-content-container:hover .shl-button-content-container-value .shl-text-button-underline div,
.shl-button-text.shl-button-itarable:focus .shl-button-content-container:hover .shl-button-content-container-value .shl-text-button-underline div {
  border-color: transparent;
}
.shl-button-text .shl-button-content-container {
  transition: 0.15s all;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.shl-button-text .shl-button-content-container .shl-button-content-container-value {
  border-radius: 2px;
  box-sizing: border-box;
  display: flex;
  gap: 4px;
  align-items: center;
  flex-flow: row nowrap;
  margin: 0px;
  transition: 0.15s all;
  transition: 0 margin;
  transition: 0 width;
}
.shl-button-text .shl-button-content-container .shl-button-content-container-value::after,
.shl-button-text .shl-button-content-container .shl-button-content-container-value::before {
  content: "";
  margin: auto;
}
.shl-button-text .shl-button-content-container .shl-button-content-container-value .shl-button-left-icon-container,
.shl-button-text .shl-button-content-container .shl-button-content-container-value .shl-button-right-icon-container {
  display: flex;
}
.shl-button-text .shl-button-content-container .shl-button-content-container-value .shl-button-text {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shl-button-text .shl-button-content-container .shl-button-content-container-value .shl-text-button-underline {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: inherit;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shl-button-text .shl-button-content-container .shl-button-content-container-value .shl-text-button-underline div {
  height: calc(100% - 2px);
  width: calc(100% - 8px);
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  margin-bottom: 0px;
  margin-left: 4px;
  margin-right: 4px;
}
.shl-button-text .shl-button-primary {
  color: #151515;
}
.shl-button-text .shl-button-secondary {
  color: #fe7d00;
}
.shl-button-text .shl-button-lg {
  height: 56px;
}
.shl-button-text .shl-button-lg .shl-button-content-container-value {
  font-size: 16px;
  line-height: 20px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.shl-button-text .shl-button-md {
  height: 48px;
}
.shl-button-text .shl-button-md .shl-button-content-container-value {
  font-size: 14px;
  line-height: 20px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.shl-button-text .shl-button-sm {
  height: 36px;
}
.shl-button-text .shl-button-sm .shl-button-content-container-value {
  font-size: 14px;
  line-height: 20px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
.shl-icon-button {
  width: 28px;
  height: 28px;
  border: none;
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #151515;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-icon-button i {
  font-size: 18px;
}
.shl-icon-button .shl-icon-button-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.shl-icon-button .shl-icon-button-loading .lds-ring {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
}
.shl-icon-button .shl-icon-button-loading .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid #b9b9b9;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #b9b9b9 transparent transparent transparent;
  box-sizing: border-box;
}
.shl-icon-button .shl-icon-button-loading .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.shl-icon-button .shl-icon-button-loading .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.shl-icon-button .shl-icon-button-loading .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.shl-icon-button:hover {
  background-color: #f1f1f1;
}
.shl-icon-button:active {
  background-color: #ffffff;
}
.shl-icon-button.disabled {
  background-color: #fffcfc;
  color: #b9b9b9;
  pointer-events: none;
}
.shl-button-dir {
  font-family: Montserrat;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  cursor: pointer;
}
.shl-button-dir .shl-button-dir-loading-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
}
.shl-button-dir.lg {
  padding-left: 42px;
  padding-right: 42px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 20px;
  gap: 8px;
}
.shl-button-dir.md {
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
  gap: 8px;
}
.shl-button-dir.sm {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 18px;
  gap: 8px;
}
.shl-button-dir.filled {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f1f1f1;
}
.shl-button-dir.filled.primary {
  background-color: #151515;
}
.shl-button-dir.filled.secondary {
  background-color: #fe7d00;
}
.shl-button-dir.filled.loading {
  background-color: #a7b0b3;
  pointer-events: none;
}
.shl-button-dir.filled:hover {
  opacity: 0.74;
}
.shl-button-dir.filled:disabled {
  pointer-events: none;
  background-color: #b9b9b9;
  outline: none;
  border: none;
}
.shl-button-dir.filled:active,
.shl-button-dir.filled:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(21, 21, 21, 0.5647058824);
  box-shadow: 0px 0px 4px 0px rgba(21, 21, 21, 0.5647058824);
}
.shl-button-dir.outlined {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  background-color: transparent;
}
.shl-button-dir.outlined.primary {
  border-color: #151515;
  color: #151515;
}
.shl-button-dir.outlined.secondary {
  border-color: #fe7d00;
  color: #fe7d00;
}
.shl-button-dir.outlined.loading {
  background-color: #a7b0b3;
  pointer-events: none;
}
.shl-button-dir.outlined:hover {
  background-color: #f1f1f1;
}
.shl-button-dir.outlined:disabled {
  pointer-events: none;
  background-color: #b9b9b9;
  outline: none;
  border: none;
}
.shl-button-dir.outlined:active,
.shl-button-dir.outlined:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(21, 21, 21, 0.5647058824);
  box-shadow: 0px 0px 4px 0px rgba(21, 21, 21, 0.5647058824);
}
.shl-button-dir.text {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.shl-button-dir.text.primary {
  color: #151515;
}
.shl-button-dir.text.secondary {
  color: #fe7d00;
}
.shl-button-dir.text.loading {
  background-color: #a7b0b3;
  pointer-events: none;
}
.shl-button-dir.text:hover {
  background-color: #f1f1f1;
}
.shl-button-dir.text:disabled {
  pointer-events: none;
  background-color: #b9b9b9;
  outline: none;
  border: none;
}
.shl-button-dir.text:active,
.shl-button-dir.text:focus {
  outline: 0 none;
  outline-offset: 0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(21, 21, 21, 0.5647058824);
  box-shadow: 0px 0px 4px 0px rgba(21, 21, 21, 0.5647058824);
}
.shl-chip {
  position: relative;
  font-family: Montserrat;
}
.shl-chip .shl-chip-action-container {
  border-radius: 4px;
  overflow: hidden;
  outline: 1px solid #f1f1f1;
  padding: 9px 16px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  transition-property: outline-color;
  cursor: default;
}
.shl-chip .shl-chip-action-container .shl-chip-backgound {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: -1;
  opacity: 0.1;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  transition-property: opacity;
}
.shl-chip .shl-chip-action-container .shl-chip-content {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  color: #151515;
}
.shl-chip .shl-chip-action-container .shl-chip-content .shl-chip-icon {
  color: #fe7d00;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shl-chip .shl-chip-action-container:active .shl-chip-backgound {
  opacity: 1;
}
.shl-chip:hover .shl-chip-action-container {
  outline-color: #151515;
}
.shl-chip-closeable .shl-chip-action-container {
  padding-right: 44px;
}
.shl-chip-highlighted .shl-chip-action-container {
  outline-color: #FFB30F;
}
.shl-chip-highlighted .shl-chip-action-container .shl-chip-backgound {
  background-color: #FFFCFC !important;
}
.shl-chip-disabled {
  pointer-events: none;
}
.shl-chip-disabled .shl-chip-action-container {
  outline-color: #b9b9b9;
}
.shl-chip-disabled .shl-chip-action-container .shl-chip-backgound {
  background-color: #f1f1f1 !important;
}
.shl-chip-disabled .shl-chip-action-container .shl-chip-content {
  color: #b9b9b9;
}
.shl-chip-disabled .shl-chip-action-container .shl-chip-content .shl-chip-icon {
  color: #b9b9b9;
}
.shl-chip-disabled .shl-chip-close-btn {
  color: #b9b9b9;
}
.shl-chip-loading {
  pointer-events: none;
}
.shl-chip-loading .shl-chip-action-container {
  outline-color: #f1f1f1;
}
.shl-chip-loading .shl-chip-action-container .shl-chip-backgound {
  background-color: #f1f1f1 !important;
}
.shl-chip-loading .shl-chip-action-container .shl-chip-content {
  color: #b9b9b9;
}
.shl-chip-loading .shl-chip-action-container .shl-chip-content .shl-chip-icon {
  color: #b9b9b9;
}
.shl-chip-loading .shl-chip-close-btn {
  color: #b9b9b9;
}
.shl-chip-loading.shl-chip-not-closeable .shl-chip-action-container {
  padding-right: 39px;
}
.shl-chip-close-btn {
  position: absolute;
  cursor: pointer;
  right: 8px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  box-shadow: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: #fffcfc;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  transition-property: background-color;
}
.shl-chip-close-btn i {
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  transition-property: transform;
}
.shl-chip-close-btn:hover {
  background-color: #f1f1f1;
}
.shl-chip-close-btn:active i {
  transform: scale(0.9);
}
.shl-chip-loader {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.shl-chip-loader .shl-chip-spinner {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
}
.shl-chip-loader .shl-chip-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid #151515;
  border-radius: 50%;
  animation: shl-chip-spinner 1.2s cubic-bezier(0.5, 0.5, 0.5, 0.5) infinite;
  border-color: #151515 #151515 #151515 transparent;
}
.shl-chip-loader .shl-chip-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}
@keyframes shl-chip-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.shl-slider-size-md .shl-slider-input {
  width: calc(100% + 30px);
  height: 30px;
  border-radius: 15px;
  margin-left: -15px;
}
.shl-slider-size-md .shl-slider-input::-webkit-slider-thumb {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.shl-slider-size-md .shl-slider-input::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.shl-slider-size-md .shl-slider-input::-ms-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.shl-slider-size-md.shl-slider-value-inside-thumb .shl-slider-input {
  width: calc(100% + 50px);
  height: 30px;
  border-radius: 15px;
  margin-left: -25px;
}
.shl-slider-size-md.shl-slider-value-inside-thumb .shl-slider-input::-webkit-slider-thumb {
  width: 50px;
  height: 30px;
  border-radius: 15px;
}
.shl-slider-size-md.shl-slider-value-inside-thumb .shl-slider-input::-moz-range-thumb {
  width: 50px;
  height: 30px;
  border-radius: 15px;
}
.shl-slider-size-md.shl-slider-value-inside-thumb .shl-slider-input::-ms-range-thumb {
  width: 50px;
  height: 30px;
  border-radius: 15px;
}
.shl-slider-size-lg .shl-slider-input {
  width: calc(100% + 36px);
  height: 36px;
  margin-left: -18px;
}
.shl-slider-size-lg .shl-slider-input::-webkit-slider-thumb {
  width: 36px;
  height: 36px;
}
.shl-slider-size-lg .shl-slider-input::-moz-range-thumb {
  width: 36px;
  height: 36px;
}
.shl-slider-size-lg .shl-slider-input::-ms-range-thumb {
  width: 36px;
  height: 36px;
}
.shl-slider-size-lg.shl-slider-value-inside-thumb .shl-slider-input {
  width: calc(100% + 50px);
  height: 36px;
  border-radius: 18px;
  margin-left: -25px;
}
.shl-slider-size-lg.shl-slider-value-inside-thumb .shl-slider-input::-webkit-slider-thumb {
  width: 50px;
  height: 36px;
  border-radius: 18px;
}
.shl-slider-size-lg.shl-slider-value-inside-thumb .shl-slider-input::-moz-range-thumb {
  width: 50px;
  height: 36px;
  border-radius: 18px;
}
.shl-slider-size-lg.shl-slider-value-inside-thumb .shl-slider-input::-ms-range-thumb {
  width: 50px;
  height: 36px;
  border-radius: 18px;
}
.shl-slider-input {
  -webkit-appearance: none !important;
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 2px;
  position: relative;
  background-color: transparent;
  margin: 0;
  z-index: 3;
}
.shl-slider-blocks-height-fixer {
  height: 15px;
}
.shl-slider-input:focus {
  outline: none;
}
.shl-slider-input::-webkit-slider-runnable-track {
  z-index: 1;
}
.shl-slider-input::-moz-range-track {
  z-index: 1;
}
.shl-slider-input::-ms-range-track {
  z-index: 1;
}
.shl-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}
.shl-slider-input::-moz-range-thumb {
  -webkit-appearance: none !important;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}
.shl-slider-input::-ms-range-thumb {
  -webkit-appearance: none !important;
  width: 30px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}
.shl-slider-value-inside-thumb-input::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 50px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}
.shl-slider-value-inside-thumb-input::-moz-range-thumb {
  -webkit-appearance: none !important;
  width: 50px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}
.shl-slider-value-inside-thumb-input::-ms-range-thumb {
  -webkit-appearance: none !important;
  width: 50px;
  height: 30px;
  background-color: transparent;
  cursor: pointer;
}
.shl-slider-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat";
  z-index: 0;
}
.shl-slider-container .shl-slider-label-container {
  margin-bottom: 16px;
}
.shl-slider-container .shl-slider-label-container label {
  font-size: 16px;
  line-height: 19px;
  color: #343434;
}
.shl-slider-container .shl-slider-tooltip-container {
  margin-bottom: 8px;
}
.shl-slider-container .shl-slider-tooltip-container .shl-slider-tooltip {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  border: 1px solid #a7b0b3;
  color: #a7b0b3;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.1s;
  transition: margin-left 0.1s;
}
.shl-slider-container .shl-slider-tooltip-container .shl-slider-tooltip .shl-slider-tooltip-small-arrow {
  content: " ";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fffcfc transparent transparent transparent;
  transition: all 0.1s;
}
.shl-slider-container .shl-slider-tooltip-container .shl-slider-tooltip .shl-slider-tooltip-big-arrow {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  border-style: solid;
  z-index: -1;
  border-width: 5px 5px 0 5px;
  border-color: #a7b0b3 transparent transparent transparent;
  transition: all 0.1s;
}
.shl-slider-container .shl-slider-tooltip-container .shl-slider-tooltip.shl-tooltip-active {
  border-color: #151515;
  color: #151515;
}
.shl-slider-container .shl-slider-tooltip-container .shl-slider-tooltip.shl-tooltip-active .shl-slider-tooltip-big-arrow {
  border-color: #151515 transparent transparent transparent;
}
.shl-slider-container .shl-slider-values {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  color: #a7b0b3;
  height: 16px;
  margin-top: 2px;
}
.shl-slider-container .shl-slider-values .shl-slider-max-value {
  display: inline;
  float: right;
}
.shl-slider-container .shl-slider-bars-container {
  position: relative;
}
.shl-slider-container .shl-slider-bars-container .shl-slider-fill-bar {
  width: 50%;
  height: 2px;
  background-color: #ff1900;
  position: absolute;
  pointer-events: none;
  transition: all 0.1s;
}
.shl-slider-container .shl-slider-bars-container .shl-slider-input-bar {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #b9b9b9;
  position: absolute;
  pointer-events: none;
}
.shl-slider-container .shl-slider-bars-container .shl-slider-thumb {
  position: absolute;
  background: #fffcfc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a7b0b3;
  border: 1px solid #a7b0b3;
  transition: all 0.1s;
  z-index: 2;
}
.shl-slider-container .shl-slider-bars-container .shl-slider-thumb .shl-slider-thumb-value-inside {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
.shl-slider-container .shl-slider-bars-container .shl-slider-thumb.shl-thumb-active {
  background-color: #f1f1f1;
  border-color: #151515;
  color: #151515;
}
.shl-slider-container .shl-slider-blocks {
  position: absolute;
  top: 14px;
  width: 100%;
  z-index: 1;
}
.shl-slider-container .shl-slider-blocks .shl-slider-blocks-relative-container {
  position: relative;
  width: 100%;
  height: 34px;
}
.shl-slider-container .shl-slider-blocks .shl-slider-blocks-relative-container .shl-slider-block {
  transform: translate(-50%, 0);
  position: absolute;
  cursor: pointer;
}
.shl-slider-container .shl-slider-blocks .shl-slider-blocks-relative-container .shl-slider-block .shl-slider-block-line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shl-slider-container .shl-slider-blocks .shl-slider-blocks-relative-container .shl-slider-block .shl-slider-block-line span {
  height: 18px;
  width: 1px;
  transition: background-color 0.1s ease-in;
}
.shl-slider-container .shl-slider-blocks .shl-slider-blocks-relative-container .shl-slider-block .shl-slider-block-line.shl-slider-block-line-active span {
  background-color: #ff1900;
}
.shl-slider-container .shl-slider-blocks .shl-slider-blocks-relative-container .shl-slider-block .shl-slider-block-line.shl-slider-block-line-inactive span {
  background-color: #a7b0b3 !important;
}
.shl-slider-container .shl-slider-blocks .shl-slider-blocks-relative-container .shl-slider-block .shl-slider-block-value {
  font-size: 14px;
  line-height: 18px;
}
.shl-slider-container.shl-slider-size-md .shl-slider-bars-container .shl-slider-thumb {
  width: 29px;
  height: 29px;
  border-radius: 15px;
}
.shl-slider-container.shl-slider-size-md .shl-slider-bars-container .shl-slider-fill-bar {
  top: 14px;
}
.shl-slider-container.shl-slider-size-md .shl-slider-bars-container .shl-slider-input-bar {
  top: 14px;
}
.shl-slider-container.shl-slider-size-md .shl-slider-blocks {
  top: 14px;
}
.shl-slider-container.shl-slider-size-md .shl-slider-blocks .shl-slider-blocks-relative-container {
  height: 34px;
}
.shl-slider-container.shl-slider-size-md .shl-slider-blocks .shl-slider-blocks-relative-container .shl-slider-block .shl-slider-block-line span {
  height: 18px;
}
.shl-slider-container.shl-slider-size-md.shl-slider-value-inside-thumb .shl-slider-bars-container .shl-slider-thumb {
  width: 50px;
  height: 29px;
  border-radius: 15px;
}
.shl-slider-container.shl-slider-size-lg .shl-slider-bars-container .shl-slider-thumb {
  width: 35px;
  height: 35px;
  border-radius: 18px;
}
.shl-slider-container.shl-slider-size-lg .shl-slider-bars-container .shl-slider-fill-bar {
  top: 17px;
}
.shl-slider-container.shl-slider-size-lg .shl-slider-bars-container .shl-slider-input-bar {
  top: 17px;
}
.shl-slider-container.shl-slider-size-lg .shl-slider-blocks {
  top: 17px;
}
.shl-slider-container.shl-slider-size-lg .shl-slider-blocks .shl-slider-blocks-relative-container {
  height: 34px;
}
.shl-slider-container.shl-slider-size-lg .shl-slider-blocks .shl-slider-blocks-relative-container .shl-slider-block .shl-slider-block-line span {
  height: 21px;
}
.shl-slider-container.shl-slider-size-lg.shl-slider-value-inside-thumb .shl-slider-bars-container .shl-slider-thumb {
  width: 50px;
  height: 35px;
  border-radius: 15px;
}
.shl-slider-container.shl-slider-invalid .shl-slider-bars-container .shl-slider-fill-bar {
  background-color: #ec0808;
}
.shl-slider-container.shl-slider-invalid .shl-slider-bars-container .shl-slider-blocks .shl-slider-blocks-relative-container .shl-slider-block .shl-slider-block-line.shl-slider-block-line-active span {
  background-color: #ec0808;
}
.shl-slider-container.shl-slider-disabled .shl-slider-tooltip-container .shl-slider-tooltip {
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
  background-color: #f1f1f1;
}
.shl-slider-container.shl-slider-disabled .shl-slider-tooltip-container .shl-slider-tooltip .shl-slider-tooltip-small-arrow {
  border-color: #f1f1f1 transparent transparent transparent;
}
.shl-slider-container.shl-slider-disabled .shl-slider-tooltip-container .shl-slider-tooltip .shl-slider-tooltip-big-arrow {
  border-color: #a7b0b3 transparent transparent transparent;
}
.shl-slider-container.shl-slider-disabled .shl-slider-bars-container .shl-slider-fill-bar {
  background-color: #b9b9b9;
}
.shl-slider-container.shl-slider-disabled .shl-slider-bars-container .shl-slider-input-bar {
  opacity: 0.54;
}
.shl-slider-container.shl-slider-disabled .shl-slider-bars-container .shl-slider-blocks .shl-slider-blocks-relative-container .shl-slider-block .shl-slider-block-line span {
  background-color: #b9b9b9;
  opacity: 0.54;
}
.shl-range-blocks-height-fixer {
  height: 15px;
}
.shl-range-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  z-index: 0;
}
.shl-range-container .shl-range-inputs-container {
  position: relative;
  z-index: 3;
}
.shl-range-container .shl-range-inputs-container .shl-range-input::-webkit-slider-thumb {
  position: relative;
  box-sizing: border-box;
  appearance: none;
  pointer-events: all;
  -webkit-appearance: none !important;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}
.shl-range-container .shl-range-inputs-container .shl-range-input::-moz-range-thumb {
  position: relative;
  box-sizing: border-box;
  appearance: none;
  pointer-events: all;
  -webkit-appearance: none !important;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}
.shl-range-container .shl-range-inputs-container .shl-range-input::-ms-thumb {
  position: relative;
  box-sizing: border-box;
  appearance: none;
  pointer-events: all;
  -webkit-appearance: none !important;
  background-color: transparent;
  cursor: pointer;
  z-index: 10;
}
.shl-range-container .shl-range-inputs-container .shl-range-input {
  -webkit-appearance: none !important;
  width: 100%;
  border-radius: 2px;
  position: absolute;
  transition: all 0.2s;
  background-color: transparent;
  pointer-events: none;
  margin: 0;
  cursor: pointer;
}
.shl-range-container .shl-range-inputs-container .dominant-slider {
  z-index: 20;
}
.shl-range-container .shl-range-label-container {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 16px;
  color: #343434;
}
.shl-range-container .shl-range-tooltip-height-fixer {
  margin-bottom: 8px;
}
.shl-range-container .shl-range-values {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  color: #a7b0b3;
  height: 16px;
  margin-top: 2px;
}
.shl-range-container .shl-range-values .shl-range-min-value {
  display: inline;
  float: left;
}
.shl-range-container .shl-range-values .shl-range-max-value {
  display: inline;
  float: right;
}
.shl-range-container .shl-range-input-bars-wrapper {
  position: relative;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container {
  position: relative;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-input-bar {
  width: 100%;
  height: 2px;
  background-color: #a7b0b3;
  position: absolute;
  top: 14px;
  pointer-events: none;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-fill-bar {
  background-color: #ff1900;
  border-radius: 50px;
  width: 100%;
  display: block;
  height: 2px;
  top: 14px;
  position: absolute;
  transition: all 0.1s;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min,
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max {
  position: absolute;
  background: #fffcfc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a7b0b3;
  border: 1px solid #a7b0b3;
  transition: all 0.1s;
  z-index: 2;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min.shl-thumb-active,
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max.shl-thumb-active {
  background-color: #f1f1f1;
  border-color: #151515;
  color: #151515;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min.dominant-slider,
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max.dominant-slider {
  z-index: 3;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min .shl-range-tooltip-relative-container,
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max .shl-range-tooltip-relative-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min .shl-range-tooltip-relative-container .shl-range-thumb-value-inside,
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max .shl-range-tooltip-relative-container .shl-range-thumb-value-inside {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container,
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container {
  position: absolute;
  bottom: calc(100% + 8px);
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip,
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  padding: 8px;
  border: 1px solid #a7b0b3;
  color: #a7b0b3;
  background-color: #fffcfc;
  border-radius: 3px;
  transition: all 0.1s;
  transition: margin-left 0.1s;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip .shl-range-tooltip-small-arrow,
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip .shl-range-tooltip-small-arrow {
  content: " ";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0);
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fffcfc transparent transparent transparent;
  transition: all 0.1s;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip .shl-range-tooltip-big-arrow,
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip .shl-range-tooltip-big-arrow {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  border-style: solid;
  z-index: -1;
  border-width: 5px 5px 0 5px;
  border-color: #a7b0b3 transparent transparent transparent;
  transition: all 0.1s;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip.shl-tooltip-active,
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip.shl-tooltip-active {
  border-color: #151515;
  color: #151515;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip.shl-tooltip-active .shl-range-tooltip-big-arrow,
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip.shl-tooltip-active .shl-range-tooltip-big-arrow {
  border-color: #151515 transparent transparent transparent;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks {
  position: absolute;
  top: 14px;
  width: 100%;
  z-index: 1;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container {
  position: relative;
  width: 100%;
  height: 34px;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container .shl-range-block {
  transform: translate(-50%, 0);
  position: absolute;
  cursor: pointer;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container .shl-range-block .shl-range-block-line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container .shl-range-block .shl-range-block-line span {
  height: 18px;
  width: 1px;
  transition: background-color 0.1s ease-in;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container .shl-range-block .shl-range-block-line.shl-range-block-line-active span {
  background-color: #ff1900;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container .shl-range-block .shl-range-block-line.shl-range-block-line-inactive span {
  background-color: #a7b0b3 !important;
}
.shl-range-container .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container .shl-range-block .shl-range-block-value {
  font-size: 14px;
  line-height: 18px;
}
.shl-range-container.shl-range-size-md .shl-range-inputs-container {
  position: relative;
  height: 30px;
}
.shl-range-container.shl-range-size-md .shl-range-inputs-container .shl-range-input::-webkit-slider-thumb {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.shl-range-container.shl-range-size-md .shl-range-inputs-container .shl-range-input::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.shl-range-container.shl-range-size-md .shl-range-inputs-container .shl-range-input::-ms-thumb {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.shl-range-container.shl-range-size-md .shl-range-inputs-container .shl-range-input {
  width: calc(100% + 30px);
  height: 30px;
  margin-left: -15px;
}
.shl-range-container.shl-range-size-md .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-input-bar {
  top: 14px;
}
.shl-range-container.shl-range-size-md .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-fill-bar {
  top: 14px;
}
.shl-range-container.shl-range-size-md .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min,
.shl-range-container.shl-range-size-md .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max {
  width: 29px;
  height: 29px;
  border-radius: 15px;
}
.shl-range-container.shl-range-size-md .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks {
  top: 14px;
}
.shl-range-container.shl-range-size-md .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container {
  height: 34px;
}
.shl-range-container.shl-range-size-md .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container .shl-range-block .shl-range-block-line span {
  height: 18px;
}
.shl-range-container.shl-range-size-md.shl-range-value-inside-thumb .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min,
.shl-range-container.shl-range-size-md.shl-range-value-inside-thumb .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max {
  width: 50px;
}
.shl-range-container.shl-range-size-md.shl-range-value-inside-thumb .shl-range-inputs-container .shl-range-input::-webkit-slider-thumb {
  width: 50px;
}
.shl-range-container.shl-range-size-md.shl-range-value-inside-thumb .shl-range-inputs-container .shl-range-input::-moz-range-thumb {
  width: 50px;
}
.shl-range-container.shl-range-size-md.shl-range-value-inside-thumb .shl-range-inputs-container .shl-range-input::-ms-thumb {
  width: 50px;
}
.shl-range-container.shl-range-size-md.shl-range-value-inside-thumb .shl-range-inputs-container .shl-range-input {
  width: calc(100% + 50px);
  margin-left: -25px;
}
.shl-range-container.shl-range-size-lg .shl-range-inputs-container {
  position: relative;
  height: 36px;
}
.shl-range-container.shl-range-size-lg .shl-range-inputs-container .shl-range-input::-webkit-slider-thumb {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.shl-range-container.shl-range-size-lg .shl-range-inputs-container .shl-range-input::-moz-range-thumb {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.shl-range-container.shl-range-size-lg .shl-range-inputs-container .shl-range-input::-ms-thumb {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.shl-range-container.shl-range-size-lg .shl-range-inputs-container .shl-range-input {
  width: calc(100% + 36px);
  height: 36px;
  margin-left: -18px;
}
.shl-range-container.shl-range-size-lg .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-input-bar {
  top: 17px;
}
.shl-range-container.shl-range-size-lg .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-fill-bar {
  top: 17px;
}
.shl-range-container.shl-range-size-lg .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min,
.shl-range-container.shl-range-size-lg .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max {
  width: 35px;
  height: 35px;
  border-radius: 18px;
}
.shl-range-container.shl-range-size-lg .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks {
  top: 17px;
}
.shl-range-container.shl-range-size-lg .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container {
  height: 34px;
}
.shl-range-container.shl-range-size-lg .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container .shl-range-block .shl-range-block-line span {
  height: 21px;
}
.shl-range-container.shl-range-size-lg.shl-range-value-inside-thumb .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min,
.shl-range-container.shl-range-size-lg.shl-range-value-inside-thumb .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max {
  width: 50px;
}
.shl-range-container.shl-range-size-lg.shl-range-value-inside-thumb .shl-range-inputs-container .shl-range-input::-webkit-slider-thumb {
  width: 50px;
}
.shl-range-container.shl-range-size-lg.shl-range-value-inside-thumb .shl-range-inputs-container .shl-range-input::-moz-range-thumb {
  width: 50px;
}
.shl-range-container.shl-range-size-lg.shl-range-value-inside-thumb .shl-range-inputs-container .shl-range-input::-ms-thumb {
  width: 50px;
}
.shl-range-container.shl-range-size-lg.shl-range-value-inside-thumb .shl-range-inputs-container .shl-range-input {
  width: calc(100% + 50px);
  margin-left: -25px;
}
.shl-range-container.shl-range-invalid .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-fill-bar {
  background-color: #ec0808;
}
.shl-range-container.shl-range-invalid .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container .shl-range-block .shl-range-block-line.shl-range-block-line-active span {
  background-color: #ec0808;
}
.shl-range-container.shl-range-disabled .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-fill-bar {
  background-color: #b9b9b9;
}
.shl-range-container.shl-range-disabled .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-input-bar {
  background-color: #b9b9b9;
  opacity: 0.54;
}
.shl-range-container.shl-range-disabled .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-blocks .shl-range-blocks-relative-container .shl-range-block .shl-range-block-line span {
  background-color: #b9b9b9;
  opacity: 0.54;
}
.shl-range-container.shl-range-disabled .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip,
.shl-range-container.shl-range-disabled .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip {
  border: 1px solid #b9b9b9;
  color: #b9b9b9;
  background-color: #f1f1f1;
}
.shl-range-container.shl-range-disabled .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip .shl-range-tooltip-small-arrow,
.shl-range-container.shl-range-disabled .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip .shl-range-tooltip-small-arrow {
  border-color: #f1f1f1 transparent transparent transparent;
}
.shl-range-container.shl-range-disabled .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-min .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip .shl-range-tooltip-big-arrow,
.shl-range-container.shl-range-disabled .shl-range-input-bars-wrapper .shl-range-bars-container .shl-range-thumb-max .shl-range-tooltip-relative-container .shl-range-tooltip-absolute-container .shl-range-tooltip .shl-range-tooltip-big-arrow {
  border-color: #b9b9b9 transparent transparent transparent;
}
.shl-popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 52, 52, 0.4);
  z-index: -1;
}
.shl-popup-container {
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  padding: 4px;
  background-color: transparent;
  position: relative;
}
.shl-popup-container .shl-popup-close {
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 16px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: all 0.1s;
}
.shl-popup-container .shl-popup-close:hover {
  background-color: #f1f1f1;
}
.shl-popup-container .shl-popup-container-content {
  border-radius: 2px;
  background-color: #fffcfc;
  padding: 16px;
  position: relative;
}
.shl-confirmation-container {
  width: 546px;
  box-sizing: border-box;
}
.shl-confirmation-container .shl-confirmation-header {
  padding-top: 7px;
  padding-bottom: 23px;
  border-bottom: 1px solid #f1f1f1;
  margin-left: -16px;
  margin-right: -16px;
  color: #151515;
}
.shl-confirmation-container .shl-confirmation-header h2 {
  margin: 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
.shl-confirmation-container .shl-confirmation-body {
  color: #151515;
  border-bottom: 1px solid #a7b0b3;
  padding-bottom: 37px;
  padding-top: 42px;
  margin-left: -16px;
  margin-right: -16px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
}
.shl-confirmation-container .shl-confirmation-footer {
  padding-top: 18px;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shl-drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 52, 52, 0.4);
  z-index: -1;
}
.shl-select-show-above-overlay {
  position: relative;
  z-index: 10001;
}
.shl-select {
  font-family: Montserrat;
  position: relative;
}
.shl-select .shl-select-inputs-container {
  position: relative;
}
.shl-select .shl-select-inputs-container .shl-select-input {
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;
}
.shl-select-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 6px;
  border-radius: 50%;
  background-color: transparent;
  color: #151515;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.shl-select-close.hovered {
  background-color: #f1f5f8;
  opacity: 1;
}
.shl-select-close.active {
  opacity: 1;
  background-color: #151515;
  color: #f1f5f8;
}
.shl-select-close.disabled {
  background-color: #b9b9b9;
  color: #f1f1f1;
  opacity: 1;
}
.shl-select-close.opened {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shl-select-value-counter span {
  color: #151515;
  font-size: 18px;
  line-height: 22px;
}
.shl-select-value-counter.disabled span {
  color: #c6c6c6;
}
.shl-select-options-overlay {
  font-family: Montserrat;
}
.shl-select-options-overlay.tree-options {
  transform: scale(0);
  transform-origin: top center;
  opacity: 0;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.shl-select-options-overlay.closed {
  transform-origin: top center;
  transform: scale(0);
  opacity: 0;
}
.shl-select-options-overlay.opened {
  transform-origin: top center;
  transform: scale(1);
  opacity: 1;
}
.shl-select-options {
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #dbdbdb;
}
.shl-select-options .shl-select-options-footer {
  border-top: 1px solid #dbdbdb;
  padding: 10px;
}
.shl-select-options .shl-select-options-container {
  padding-bottom: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}
.shl-select-options .shl-select-options-container .shl-select-options-columns {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.shl-select-options .shl-select-options-container .shl-select-options-columns .shl-select-options-column {
  width: 50%;
}
.shl-select-option {
  padding-left: 8px;
  padding-right: 8px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  cursor: pointer;
}
.shl-select-option .shl-select-option-container {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.shl-select-option .shl-select-option-container .shl-select-option-img img {
  width: 24px;
  height: 24px;
}
.shl-select-option .shl-select-option-container .shl-select-option-prefix,
.shl-select-option .shl-select-option-container .shl-select-option-suffix {
  font-size: 16px;
  line-height: 19px;
  color: #a7b0b3;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
}
.shl-select-option .shl-select-option-container .shl-select-option-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.shl-select-option .shl-select-option-container .shl-select-option-text .shl-select-option-text-primary {
  font-size: 16px;
  line-height: 19px;
  color: rgba(21, 21, 21, 0.8);
  width: 100%;
  position: relative;
}
.shl-select-option .shl-select-option-container .shl-select-option-text .shl-select-option-text-primary span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.shl-select-option .shl-select-option-container .shl-select-option-text .shl-select-option-text-primary--no-width {
  font-size: 14px;
  width: auto;
}
.shl-select-option .shl-select-option-container .shl-select-option-text .shl-select-option-text-secondary {
  font-size: 14px;
  line-height: 18px;
  color: #7a8990;
  position: relative;
}
.shl-select-option .shl-select-option-container .shl-select-option-text .shl-select-option-text-secondary span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.shl-select-option .shl-select-option-container .shl-select-option-text .shl-select-option-text-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shl-select-option.hovered {
  background-color: #fff8f6;
}
.shl-select-option.selected {
  background-color: #fff8f6;
}
.shl-select-option.disabled {
  background-color: #f3f3f3;
  pointer-events: none;
  cursor: default;
}
.shl-select-option.disabled .shl-select-option-prefix,
.shl-select-option.disabled .shl-select-option-suffix {
  color: #c6c6c6;
}
.shl-select-option.disabled .shl-select-option-text .shl-select-option-text-primary,
.shl-select-option.disabled .shl-select-option-text .shl-select-option-text-secondary {
  color: #c6c6c6;
}
.shl-select-option.disabled .shl-select-option-img {
  opacity: 0.6;
}
.shl-select-options-empty {
  padding: 8px;
}
.shl-select-options-empty .shl-select-options-empty-container {
  display: flex;
  gap: 8px;
}
.shl-select-options-empty div:first-child span {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c6c6c6;
  position: relative;
}
.shl-select-options-empty div:first-child span i:first-child {
  color: #c6c6c6;
  font-size: 31px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
}
.shl-select-options-empty div:first-child span i:last-child {
  color: #c6c6c6;
  font-size: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-6px, -6px);
}
.shl-select-options-empty .shl-select-option-empty-texts p {
  color: #7a8990;
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
}
.shl-select-chip-view {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.shl-tree-option .shl-tree-option-container {
  display: flex;
  flex-direction: column;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent {
  cursor: pointer;
  height: 48px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 1px;
  border: 1px solid transparent;
  border-bottom-color: #f8f8f8;
  box-sizing: content-box;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent.hovered {
  background-color: #fff8f6;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent.selected {
  background-color: #fff8f6;
  border-radius: 2px;
  border: 1px solid #a7b0b3;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-dropdown div {
  width: 24px;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-dropdown button {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0;
  transition: all 0.15s;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-dropdown button i {
  color: #151515;
  font-size: 6px;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-dropdown button:hover {
  background-color: #f1f5f8;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-dropdown button:active {
  background-color: #151515;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-dropdown button:active i {
  color: #fffcfc;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-dropdown button.opened {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-img img {
  width: 24px;
  height: 24px;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-prefix,
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-suffix {
  font-size: 16px;
  line-height: 19px;
  color: #a7b0b3;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-text .shl-select-option-text-primary {
  font-size: 16px;
  line-height: 19px;
  color: rgba(21, 21, 21, 0.8);
  width: 100%;
  position: relative;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-text .shl-select-option-text-primary span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-text .shl-select-option-text-secondary {
  font-size: 14px;
  line-height: 18px;
  color: #7a8990;
  width: 100%;
  position: relative;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-parent .shl-select-option-text .shl-select-option-text-secondary span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.shl-tree-option .shl-tree-option-container .shl-tree-option-child {
  padding-left: 16px;
  background-color: #f8f8f8;
}
.shl-tab-view {
  display: block;
  font-family: Montserrat;
  width: 100%;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header:first-child .shl-tab-view-header-container {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header:last-child .shl-tab-view-header-container {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header:last-child .shl-tab-view-header-container .shl-tab-view-header-line {
  border-right: none;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container {
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  border-right: 1px solid #b9b9b9;
  height: 100%;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container:hover {
  background-color: #f1f1f1;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container:hover:not(.active, .disabled) {
  border-bottom: 1px solid #ff1900;
  margin-bottom: -1px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container:hover.active {
  background-color: #343434;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.disabled {
  pointer-events: none;
  background-color: #f1f1f1;
  color: #b9b9b9;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.active {
  color: #fffcfc;
  background-color: #151515;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.size-lg {
  padding-top: 15px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 19px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.size-md {
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
  line-height: 18px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.without-prefix-and-suffix.size-lg .shl-tab-view-header-line {
  padding-left: 16px;
  padding-right: 32px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.without-prefix-and-suffix.size-md .shl-tab-view-header-line {
  padding-left: 16px;
  padding-right: 28px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-prefix-and-suffix .shl-tab-view-header-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-prefix-and-suffix .shl-tab-view-header-line div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-prefix-and-suffix.size-lg .shl-tab-view-header-line {
  padding-left: 8px;
  padding-right: 8px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-prefix-and-suffix.size-md .shl-tab-view-header-line {
  padding-left: 4px;
  padding-right: 4px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-only-prefix .shl-tab-view-header-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-only-prefix .shl-tab-view-header-line div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-only-prefix.size-lg .shl-tab-view-header-line {
  padding-left: 8px;
  padding-right: 19px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-only-prefix.size-md .shl-tab-view-header-line {
  padding-left: 4px;
  padding-right: 19px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-only-suffix .shl-tab-view-header-line {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: space-between;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-only-suffix .shl-tab-view-header-line div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-only-suffix .shl-tab-view-header-suffix {
  height: 20px;
  border: 1px;
  border-radius: 100px;
  background: #ffffff;
  color: #151515;
  width: auto;
  min-width: 20px;
  padding: 4px;
  font-size: 12px;
  margin-right: 5px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-only-suffix.size-lg .shl-tab-view-header-line {
  padding-left: 19px;
  padding-right: 8px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header .shl-tab-view-header-container.with-only-suffix.size-md .shl-tab-view-header-line {
  padding-left: 19px;
  padding-right: 4px;
}
.shl-tab-view .shl-tab-view-headers .shl-tab-view-headers-container .shl-tab-view-header:last-child .shl-tab-view-header-container {
  border-right: none;
}
.shl-accordion {
  display: block;
  font-family: Montserrat;
}
.shl-accordion .shl-accordion-item {
  border: 1px solid;
  border-bottom-color: #a7b0b3;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header {
  position: relative;
  border-radius: 2px;
  border: 2px solid transparent;
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -2px;
  margin-right: -2px;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header input {
  height: 0;
  padding: 0;
  margin: 0;
  width: 0;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 16px;
  padding-right: 16px;
  height: 40px;
  box-sizing: border-box;
  color: #151515;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-prefix,
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-suffix,
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-prefix i,
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-suffix i,
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-text i {
  font-size: 11px;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-prefix {
  margin-right: 8px;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-suffix {
  margin-left: 8px;
  margin-right: 8px;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-text {
  justify-content: left;
  width: 100%;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-count {
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 9px;
  padding-right: 9px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #151515;
  background-color: #f1f1f1;
  color: #151515;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-icon div {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-icon div:hover {
  background-color: #f1f5f8;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-icon:focus {
  outline: none;
}
.shl-accordion .shl-accordion-item .shl-accordion-item-body {
  padding-top: 4px;
  padding-left: 17px;
  padding-right: 25px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 21px;
  background-color: white;
}
.shl-accordion .shl-accordion-item:hover:not(.disabled) .shl-accordion-item-header .shl-accordion-item-header-content {
  background-color: #fffcfc;
}
.shl-accordion .shl-accordion-item.focused .shl-accordion-item-header {
  border-color: #151515;
}
.shl-accordion .shl-accordion-item.active .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-icon div {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #151515;
  color: white;
}
.shl-accordion .shl-accordion-item.disabled .shl-accordion-item-header .shl-accordion-item-header-content {
  color: #b9b9b9;
  cursor: default;
}
.shl-accordion .shl-accordion-item.disabled .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-header-icon div {
  background-color: #b9b9b9;
  color: white;
}
.shl-accordion .shl-accordion-item.disabled .shl-accordion-item-header .shl-accordion-item-header-content .shl-accordion-item-count {
  background-color: #f1f1f1;
  border-color: #b9b9b9;
  color: #b9b9b9;
}
.shl-message {
  font-family: Montserrat;
}
.shl-message .shl-message-thick .shl-message-thick-container {
  padding-top: 8px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #f1f1f1;
  box-shadow: 4px 4px 40px rgba(21, 21, 21, 0.0784313725);
  border-left: 3px solid #151515;
  position: relative;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-message .shl-message-thick .shl-message-thick-container .shl-message-thick-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shl-message .shl-message-thick .shl-message-thick-container .shl-message-thick-close-btn:focus {
  outline: none;
}
.shl-message .shl-message-thick .shl-message-thick-container .shl-message-thick-close-btn i {
  font-size: 10px;
}
.shl-message .shl-message-thick .shl-message-thick-container .shl-message-thick-icon {
  position: absolute;
  bottom: 12px;
  right: 16px;
  opacity: 0.2;
  font-size: 51px;
}
.shl-message .shl-message-thick .shl-message-thick-container .shl-message-texts {
  letter-spacing: 0.16px;
  margin-right: 82px;
}
.shl-message .shl-message-thick .shl-message-thick-container .shl-message-texts .shl-message-title {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  font-weight: 400;
}
.shl-message .shl-message-thick .shl-message-thick-container .shl-message-texts .shl-message-body {
  margin: 0;
  margin-top: 8px;
  font-size: 14px;
  line-height: 21px;
}
.shl-message .shl-message-thick .shl-message-thick-container .shl-message-texts .shl-message-footer {
  margin: 0;
  margin-top: 16px;
  font-size: 14px;
  line-height: 18px;
}
.shl-message .shl-message-thick .shl-message-thick-container.hovered {
  background-color: #fffcfc;
}
.shl-message .shl-message-line {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 21px;
  background-color: #fffcfc;
  box-shadow: 4px 4px 40px rgba(21, 21, 21, 0.0784313725);
  border-left: 3px solid #151515;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-message .shl-message-line .shl-message-line-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.shl-message .shl-message-line .shl-message-line-container .shl-message-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shl-message .shl-message-line .shl-message-line-container .shl-message-icon-container i {
  font-size: 18px;
}
.shl-message .shl-message-line .shl-message-line-container .shl-message-texts {
  width: 100%;
  letter-spacing: 0.16px;
  display: flex;
  gap: 8px;
  justify-content: left;
  align-items: center;
}
.shl-message .shl-message-line .shl-message-line-container .shl-message-texts .shl-message-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  margin: 0;
}
.shl-message .shl-message-line .shl-message-line-container .shl-message-texts .shl-message-sub-title {
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  margin: 0;
}
.shl-message .shl-message-line .shl-message-line-container .shl-message-close-container {
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shl-message .shl-message-line .shl-message-line-container .shl-message-close-container button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shl-message .shl-message-line .shl-message-line-container .shl-message-close-container button:focus {
  outline: none;
}
.shl-message .shl-message-line .shl-message-line-container .shl-message-close-container button i {
  font-size: 10px;
}
.shl-message .shl-message-line.hovered {
  background-color: #f1f1f1;
}
.shl-message .shl-message-line.hovered .shl-message-line-container .shl-message-texts .shl-message-title,
.shl-message .shl-message-line.hovered .shl-message-line-container .shl-message-texts .shl-message-sub-title {
  text-decoration: underline;
}
.shl-upload {
  font-family: Montserrat;
  display: inline-block;
}
.shl-upload .shl-upload-label-container {
  margin-bottom: 16px;
}
.shl-upload .shl-upload-label-container label {
  font-size: 16px;
  line-height: 20px;
  color: #151515;
}
.shl-upload .shl-upload-label-container p {
  font-size: 14px;
  line-height: 20px;
  color: #a7b0b3;
  margin-top: 8px;
  margin-bottom: 0;
}
.shl-upload .shl-upload-restriction-text {
  font-size: 14px;
  line-height: 20px;
  color: #a7b0b3;
  margin-top: 8px;
  margin-bottom: 0;
}
.shl-upload-btn .shl-button {
  width: 164px;
}
.shl-upload-btn .shl-button-content-container-value {
  width: 100%;
}
.shl-upload-btn .shl-button-outlined .shl-button-primary {
  border-color: #f1f1f1;
}
.shl-upload-btn .shl-button-outlined .shl-button-primary:hover {
  border-color: #151515;
}
.shl-uploaded-files {
  margin-top: 8px;
}
.shl-uploaded-files-item {
  margin-top: 8px;
}
.shl-uploaded-files-images {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.shl-uploaded-files-files {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shl-uploaded-files-counts {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
  color: #a7b0b3;
}
.shl-uploaded-file-view {
  font-family: Montserrat;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container {
  display: flex;
  align-items: center;
  border: 1px dashed #a7b0b3;
  background-color: #fffcfc;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container.preview:hover {
  border: 1px solid #151515;
  background-color: #f1f1f1;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-icon {
  margin-left: 12px;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-icon i {
  color: #b9b9b9;
  font-size: 28px;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-info {
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: calc(100% - 52px - 12px - 16px - 16px - 16px);
  overflow: hidden;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-info h3 {
  font-size: 14px;
  line-height: 20px;
  color: #151515;
  margin: 0;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-info p {
  font-size: 14px;
  line-height: 20px;
  color: #a7b0b3;
  margin: 0;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-delete {
  margin-right: 16px;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-delete button {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffcfc;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-delete button i {
  font-size: 13px;
  color: #151515;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-delete button:hover {
  background-color: #f1f1f1;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-delete button:hover i {
  color: #ec0808;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-delete button:active {
  background-color: #fffcfc;
}
.shl-uploaded-file-view .shl-uploaded-file-view-container .shl-uploaded-file-view-delete button:active i {
  color: #151515;
}
.shl-uploaded-file-view.loading {
  opacity: 0.4;
  pointer-events: none;
}
.shl-uploaded-file-image-view {
  width: 88px;
  height: 88px;
  border: 1px solid #151515;
  box-sizing: border-box;
  background-color: #fffcfc;
  padding: 4px;
  font-family: Montserrat;
  border-radius: 2px;
  overflow: hidden;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-uploaded-file-image-view:hover {
  border-color: #a7b0b3;
}
.shl-uploaded-file-image-view .shl-uploaded-file-image-view-container {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.shl-uploaded-file-image-view .shl-uploaded-file-image-view-container .shl-uploaded-file-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shl-uploaded-file-image-view .shl-uploaded-file-image-view-container .shl-uploaded-file-image-delete {
  position: absolute;
  top: 2px;
  right: 2px;
}
.shl-uploaded-file-image-view .shl-uploaded-file-image-view-container .shl-uploaded-file-image-delete button {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffcfc;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-uploaded-file-image-view .shl-uploaded-file-image-view-container .shl-uploaded-file-image-delete button i {
  font-size: 13px;
  color: #151515;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-uploaded-file-image-view .shl-uploaded-file-image-view-container .shl-uploaded-file-image-delete button:hover {
  background-color: #f1f1f1;
}
.shl-uploaded-file-image-view .shl-uploaded-file-image-view-container .shl-uploaded-file-image-delete button:hover i {
  color: #ec0808;
}
.shl-uploaded-file-image-view .shl-uploaded-file-image-view-container .shl-uploaded-file-image-delete button:active {
  background-color: #fffcfc;
}
.shl-uploaded-file-image-view .shl-uploaded-file-image-view-container .shl-uploaded-file-image-delete button:active i {
  color: #151515;
}
.shl-drag-n-drop-file {
  display: block;
  font-family: Montserrat;
  position: relative;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-loading-container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-loading-container .lds-ring {
  display: block;
  position: relative;
  width: 27px;
  height: 27px;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-loading-container .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 3px;
  border: 3px solid #151515;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #151515 transparent transparent transparent;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-loading-container .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-loading-container .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-loading-container .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container {
  background-color: #fffcfc;
  box-sizing: border-box;
  border: 1px dashed #a7b0b3;
  border-radius: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 16px;
  padding-right: 16px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-icon-container .shl-upload-icon {
  font-size: 31px;
  color: #a7b0b3;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-icon-container .shl-file-icon {
  font-size: 31px;
  color: #ff1900;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container {
  width: 100%;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container.uploaded {
  width: calc(100% - 27px - 8px - 8px - 28px);
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container h3 {
  font-size: 14px;
  line-height: 18px;
  color: #151515;
  margin: 0;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container p {
  font-size: 14px;
  line-height: 18px;
  color: #a7b0b3;
  margin: 0;
  font-weight: 400;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-delete-container button {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffcfc;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-delete-container button i {
  font-size: 13px;
  color: #151515;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-delete-container button:hover {
  background-color: #f1f1f1;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-delete-container button:hover i {
  color: #ec0808;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-delete-container button:active {
  background-color: #fffcfc;
}
.shl-drag-n-drop-file .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-delete-container button:active i {
  color: #151515;
}
.shl-drag-n-drop-file .shl-drag-n-drop-fake-bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 7px;
  border-radius: 0px 2px 2px 2px;
  overflow: hidden;
}
.shl-drag-n-drop-file .shl-drag-n-drop-fake-bar .shl-drag-n-drop-bar {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #f1f1f1;
}
.shl-drag-n-drop-file .shl-drag-n-drop-fake-bar .shl-drag-n-drop-bar .shl-drag-n-drop-bar-fill {
  position: absolute;
  height: 100%;
  background-color: #ff1900;
  animation: progressBar 500ms ease-in-out;
}
.shl-drag-n-drop-file.hovered .shl-drag-n-drop-file-container {
  background-color: #f1f1f1;
}
.shl-drag-n-drop-file.hovered .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container p {
  color: #151515;
}
.shl-drag-n-drop-file.hovered .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-icon-container .shl-upload-icon {
  color: #151515;
}
.shl-drag-n-drop-file.active .shl-drag-n-drop-file-container {
  background-color: #fffcfc;
}
.shl-drag-n-drop-file.active .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-icon-container .shl-upload-icon {
  color: #151515;
}
.shl-drag-n-drop-file.loading {
  pointer-events: none;
}
.shl-drag-n-drop-file.disabled .shl-drag-n-drop-file-container {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.shl-drag-n-drop-file.disabled .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-icon-container .shl-upload-icon {
  color: #b9b9b9;
}
.shl-drag-n-drop-file.disabled .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container h3 {
  color: #b9b9b9;
}
.shl-drag-n-drop-file.disabled .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container p {
  color: #b9b9b9;
}
.shl-drag-n-drop-file.sm .shl-drag-n-drop-file-container {
  height: 38px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 16px;
  padding-right: 8px;
}
.shl-drag-n-drop-file.sm .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-icon-container .shl-upload-icon {
  font-size: 29px;
}
.shl-drag-n-drop-file.sm .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-icon-container .shl-file-icon {
  font-size: 15px;
}
.shl-drag-n-drop-file.sm .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container.uploaded {
  width: calc(100% - 27px - 2px - 2px - 20px);
}
.shl-drag-n-drop-file.sm .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container h3 {
  font-size: 12px;
}
.shl-drag-n-drop-file.sm .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container p {
  font-size: 12px;
  margin-top: 0px;
}
.shl-drag-n-drop-file.sm .shl-drag-n-drop-fake-bar {
  height: 2px;
}
.shl-drag-n-drop-file.md .shl-drag-n-drop-file-container {
  height: 48px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16px;
  padding-right: 8px;
}
.shl-drag-n-drop-file.md .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-icon-container .shl-upload-icon {
  font-size: 29px;
}
.shl-drag-n-drop-file.md .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-icon-container .shl-file-icon {
  font-size: 15px;
}
.shl-drag-n-drop-file.md .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container.uploaded {
  width: calc(100% - 27px - 2px - 2px - 20px);
}
.shl-drag-n-drop-file.md .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container h3 {
  font-size: 12px;
}
.shl-drag-n-drop-file.md .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container p {
  font-size: 12px;
  margin-top: 0px;
}
.shl-drag-n-drop-file.md .shl-drag-n-drop-fake-bar {
  height: 4px;
}
.shl-drag-n-drop-file.lg .shl-drag-n-drop-file-container {
  height: 56px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 16px;
  padding-right: 16px;
}
.shl-drag-n-drop-file.lg .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-icon-container .shl-upload-icon {
  font-size: 31px;
}
.shl-drag-n-drop-file.lg .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-icon-container .shl-file-icon {
  font-size: 20px;
}
.shl-drag-n-drop-file.lg .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container.uploaded {
  width: calc(100% - 27px - 2px - 2px - 20px);
}
.shl-drag-n-drop-file.lg .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container h3 {
  font-size: 14px;
}
.shl-drag-n-drop-file.lg .shl-drag-n-drop-file-container .shl-drag-n-drop-file-content .shl-drag-n-drop-file-content-label-container p {
  font-size: 14px;
}
.shl-drag-n-drop-file.lg .shl-drag-n-drop-fake-bar {
  height: 7px;
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  50% {
    width: 35%;
  }
  100% {
    width: 100%;
  }
}
.shl-upload-pdf-vew-container {
  width: 800px;
  height: calc(100vh - 160px);
}
.shl-date-picker-show-above-overlay {
  position: relative;
  z-index: 10001;
}
.shl-date-picker {
  font-family: Montserrat;
}
.shl-date-range-picker {
  font-family: Montserrat;
  display: flex;
}
.shl-date-range-picker .shl-date-range-picker-input-container {
  width: 50%;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-date-range-picker .shl-date-range-picker-input-container.streched {
  width: 70%;
}
.shl-date-range-picker .shl-date-range-picker-input-container:first-child {
  margin-right: 2px;
}
.shl-date-range-picker.mobile .shl-date-range-picker-input-container {
  width: 100%;
}
.shl-calendar {
  font-family: Montserrat;
  box-shadow: 4px 4px 20px rgba(21, 21, 21, 0.0784313725);
  background-color: #ffffff;
}
.shl-calendar .shl-calendar-container .shl-calendar-footer {
  display: flex;
  flex-direction: column;
}
.shl-calendar .shl-calendar-container .shl-calendar-footer .shl-calendar-footer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shl-calendar .shl-calendar-container .shl-calendar-footer .shl-calendar-footer-actions .shl-calendar-clear-btn {
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #151515;
  border: none;
  outline: none;
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}
.shl-calendar .shl-calendar-container .shl-calendar-footer .shl-calendar-info-txt {
  font-size: 12px;
  line-height: 21px;
  color: #a7b0b3;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: baseline;
}
.shl-calendar .shl-calendar-container .shl-calendar-footer .shl-calendar-info-txt i {
  color: #151515;
}
.shl-calendar .shl-calendar-container .shl-calendar-footer .shl-calendar-today-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shl-calendar .shl-calendar-container .shl-calendar-footer .shl-calendar-actions-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 11px;
}
.shl-calendar .shl-calendar-container .shl-calendar-footer .shl-calendar-actions-container .shl-calendar-micro-btn {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #a7b0b3;
  background-color: white;
  border-radius: 18px;
  color: #151515;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-calendar .shl-calendar-container .shl-calendar-footer .shl-calendar-actions-container .shl-calendar-micro-btn:hover {
  border-color: #151515;
}
.shl-calendar .shl-calendar-container .shl-calendar-footer .shl-calendar-actions-container .shl-calendar-micro-btn:active {
  background-color: #f1f1f1;
}
.shl-calendar .shl-calendar-container .shl-calendar-header-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shl-calendar .shl-calendar-container .shl-calendar-header-switch .shl-calendar-header-txt {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.shl-calendar .shl-calendar-container .shl-calendar-week-days {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shl-calendar .shl-calendar-container .shl-calendar-week-days .shl-calendar-week-day {
  color: #a7b0b3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.shl-calendar .shl-calendar-container .shl-calendar-week-days .week-number-title {
  background-color: #fbfbfb;
  border: solid #f1f1f1;
  border-width: 1px 1px 0;
  border-radius: 8px 8px 0 0;
}
.shl-calendar .shl-calendar-container .shl-calendar-date-row {
  display: flex;
}
.shl-calendar .shl-calendar-container .shl-calendar-date-row:nth-last-child(1) .shl-calendar-date-week-number {
  border-radius: 0 0 8px 8px;
  border-width: 0 1px 1px;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date-week-number {
  font-family: "ABCFavoritExpanded", sans-serif;
  color: var(--secondary_silver-chalince);
  border: solid #f1f1f1;
  border-width: 0 1px 0;
  background-color: #fbfbfb;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date {
  color: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date span {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date span .shl-range-start-icon {
  display: none;
  position: absolute;
  right: 0px;
  font-size: 10px;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date span .shl-range-end-icon {
  display: none;
  position: absolute;
  left: 0px;
  font-size: 10px;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date span .shl-range-same-start-icon {
  display: none;
  position: absolute;
  left: 0px;
  font-size: 10px;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date span .shl-range-same-end-icon {
  display: none;
  position: absolute;
  right: 0px;
  font-size: 10px;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.another-month-date {
  color: #f1f1f1;
  cursor: default;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.another-month-date.previousMonthInsideRange {
  background: rgb(255, 255, 255);
  background:
    linear-gradient(
      90deg,
      rgb(255, 255, 255) 0%,
      rgb(255, 231, 229) 100%);
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.another-month-date.nextMonthInsideRange {
  background: rgb(255, 231, 229);
  background:
    linear-gradient(
      90deg,
      rgb(255, 231, 229) 0%,
      rgb(255, 255, 255) 100%);
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable {
  cursor: pointer;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable span {
  border: 1px solid transparent;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable span:hover {
  border-color: #151515;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable.insideRange {
  background-color: #ffe7e5;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable.isSelected span {
  background-color: #151515;
  color: #fffcfc;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable.isSelected.rangeLeftEdge {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #ffe7e5;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable.isSelected.rangeLeftEdge span .shl-range-start-icon {
  display: inline-block;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable.isSelected.rangeRightEdge {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #ffe7e5;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable.isSelected.rangeRightEdge span .shl-range-end-icon {
  display: inline-block;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable.isSelected.sameDateRange span .shl-range-same-end-icon {
  display: inline-block;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable.isSelected.sameDateRange span .shl-range-same-start-icon {
  display: inline-block;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.selectable:active span {
  background-color: #343434;
  color: #fffcfc;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.today span {
  border: 1px solid #ff1900;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.disabled {
  pointer-events: none;
}
.shl-calendar .shl-calendar-container .shl-calendar-dates .shl-calendar-date.disabled span {
  color: #b9b9b9;
}
.shl-calendar.md {
  width: 350px;
  box-sizing: border-box;
}
@media (max-width: 400px) {
  .shl-calendar.md {
    width: 280px;
  }
}
.shl-calendar.md .shl-calendar-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 16px;
}
.shl-calendar.md .shl-calendar-container .shl-calendar-footer {
  gap: 22px;
}
.shl-calendar.md .shl-calendar-container .shl-calendar-footer .shl-calendar-foote-section:first-child {
  padding-top: 22px;
}
.shl-calendar.md .shl-calendar-container .shl-calendar-footer .shl-calendar-foote-section:last-child {
  padding-bottom: 8px;
}
.shl-calendar.md .shl-calendar-container .shl-calendar-header-switch {
  height: 40px;
}
.shl-calendar.md .shl-calendar-container .shl-calendar-header-switch .shl-calendar-header-switch-btn-container {
  width: 24px;
  height: 24px;
}
.shl-calendar.md .shl-calendar-week-days .shl-calendar-week-day {
  width: 40px;
  height: 40px;
  font-size: 10px;
}
.shl-calendar.md .shl-calendar-dates .shl-calendar-date {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  font-size: 14px;
}
.shl-calendar.lg {
  width: 384px;
  box-sizing: border-box;
}
.shl-calendar.lg .shl-calendar-container {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 32px;
}
.shl-calendar.lg .shl-calendar-container .shl-calendar-footer {
  gap: 22px;
}
.shl-calendar.lg .shl-calendar-container .shl-calendar-footer .shl-calendar-foote-section:first-child {
  padding-top: 22px;
}
.shl-calendar.lg .shl-calendar-container .shl-calendar-footer .shl-calendar-foote-section:last-child {
  padding-bottom: 8px;
}
.shl-calendar.lg .shl-calendar-container .shl-calendar-header-switch {
  height: 48px;
}
.shl-calendar.lg .shl-calendar-container .shl-calendar-header-switch .shl-calendar-header-switch-btn-container {
  width: 24px;
  height: 24px;
}
.shl-calendar.lg .shl-calendar-week-days .shl-calendar-week-day {
  width: 48px;
  height: 48px;
  font-size: 12px;
}
.shl-calendar.lg .shl-calendar-dates .shl-calendar-date {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  font-size: 14px;
}
.shl-month-picker {
  font-family: Montserrat;
}
.shl-month-picker .shl-month-picker-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 21px;
}
.shl-month-picker .shl-month-picker-container .shl-calendar-header-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.shl-month-picker .shl-month-picker-container .shl-calendar-header-switch .shl-calendar-header-switch-btn-container {
  width: 24px;
  height: 24px;
}
.shl-month-picker .shl-month-picker-container .shl-calendar-header-switch .shl-calendar-header-txt {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.shl-month-picker .shl-month-picker-container .shl-calendar-month-picker-months {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  flex-wrap: wrap;
}
.shl-month-picker .shl-month-picker-container .shl-calendar-month-picker-months .shl-calendar-month-picker-month {
  box-sizing: border-box;
  text-transform: capitalize;
  color: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  width: 93px;
  height: 56px;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.shl-month-picker .shl-month-picker-container .shl-calendar-month-picker-months .shl-calendar-month-picker-month.selectable {
  cursor: pointer;
}
.shl-month-picker .shl-month-picker-container .shl-calendar-month-picker-months .shl-calendar-month-picker-month.selectable:hover {
  border-color: #ff1900;
  color: #ff1900;
}
.shl-month-picker.md {
  width: 300px;
  box-sizing: border-box;
}
.shl-month-picker.md .shl-month-picker-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 21px;
}
.shl-month-picker.md .shl-month-picker-container .shl-calendar-header-switch {
  height: 40px;
}
.shl-month-picker.md .shl-month-picker-container .shl-calendar-header-switch .shl-calendar-header-switch-btn-container {
  width: 24px;
  height: 24px;
}
.shl-month-picker.md .shl-month-picker-container .shl-calendar-month-picker-months .shl-calendar-month-picker-month {
  width: 93px;
  height: 56px;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.shl-month-picker.lg {
  width: 384px;
  box-sizing: border-box;
}
.shl-month-picker.lg .shl-month-picker-container {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 32px;
}
.shl-month-picker.lg .shl-month-picker-container .shl-calendar-header-switch {
  height: 48px;
}
.shl-month-picker.lg .shl-month-picker-container .shl-calendar-header-switch .shl-calendar-header-switch-btn-container {
  width: 24px;
  height: 24px;
}
.shl-month-picker.lg .shl-month-picker-container .shl-calendar-month-picker-months .shl-calendar-month-picker-month {
  width: 112px;
  height: 64px;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.shl-year-picker {
  font-family: Montserrat;
}
.shl-year-picker .shl-year-picker-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 21px;
}
.shl-year-picker .shl-year-picker-container .shl-calendar-header-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}
.shl-year-picker .shl-year-picker-container .shl-calendar-header-switch .shl-calendar-header-switch-btn-container {
  width: 24px;
  height: 24px;
}
.shl-year-picker .shl-year-picker-container .shl-calendar-header-switch .shl-calendar-header-txt {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.shl-year-picker .shl-year-picker-container .shl-calendar-year-picker-years {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  flex-wrap: wrap;
}
.shl-year-picker .shl-year-picker-container .shl-calendar-year-picker-years .shl-calendar-year-picker-year {
  box-sizing: border-box;
  text-transform: capitalize;
  color: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  width: 93px;
  height: 56px;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.shl-year-picker .shl-year-picker-container .shl-calendar-year-picker-years .shl-calendar-year-picker-year.selectable {
  cursor: pointer;
}
.shl-year-picker .shl-year-picker-container .shl-calendar-year-picker-years .shl-calendar-year-picker-year.selectable:hover {
  border-color: #ff1900;
  color: #ff1900;
}
.shl-year-picker .shl-year-picker-container .shl-calendar-year-picker-years .shl-calendar-year-picker-year.disabled {
  cursor: default;
  color: #b9b9b9;
}
.shl-year-picker.md {
  width: 300px;
  box-sizing: border-box;
}
.shl-year-picker.md .shl-year-picker-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 21px;
}
.shl-year-picker.md .shl-year-picker-container .shl-calendar-header-switch {
  height: 40px;
}
.shl-year-picker.md .shl-year-picker-container .shl-calendar-header-switch .shl-calendar-header-switch-btn-container {
  width: 24px;
  height: 24px;
}
.shl-year-picker.md .shl-year-picker-container .shl-calendar-year-picker-years .shl-calendar-year-picker-year {
  width: 93px;
  height: 56px;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.shl-year-picker.lg {
  width: 384px;
  box-sizing: border-box;
}
.shl-year-picker.lg .shl-year-picker-container {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 32px;
}
.shl-year-picker.lg .shl-year-picker-container .shl-calendar-header-switch {
  height: 48px;
}
.shl-year-picker.lg .shl-year-picker-container .shl-calendar-header-switch .shl-calendar-header-switch-btn-container {
  width: 24px;
  height: 24px;
}
.shl-year-picker.lg .shl-year-picker-container .shl-calendar-year-picker-years .shl-calendar-year-picker-year {
  width: 112px;
  height: 64px;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.shl-double-calendar {
  background-color: #ffffff;
  font-family: Montserrat;
  box-shadow: 4px 4px 20px rgba(21, 21, 21, 0.0784313725);
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-calendars {
  display: flex;
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-calendars .shl-double-calendar-calendar-container .shl-calendar {
  box-shadow: none;
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-footer {
  display: flex;
  flex-direction: column;
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-footer .shl-calendar-footer-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-footer .shl-calendar-footer-actions .shl-calendar-clear-btn {
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #151515;
  border: none;
  outline: none;
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-footer .shl-calendar-info-txt {
  font-size: 12px;
  line-height: 21px;
  color: #a7b0b3;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: baseline;
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-footer .shl-calendar-info-txt i {
  color: #151515;
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-footer .shl-calendar-today-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-footer .shl-calendar-actions-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 11px;
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-footer .shl-calendar-actions-container .shl-calendar-micro-btn {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #a7b0b3;
  background-color: white;
  border-radius: 18px;
  color: #151515;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-footer .shl-calendar-actions-container .shl-calendar-micro-btn:hover {
  border-color: #151515;
}
.shl-double-calendar .shl-double-calendar-content .shl-double-calendar-footer .shl-calendar-actions-container .shl-calendar-micro-btn:active {
  background-color: #f1f1f1;
}
.shl-double-calendar.md {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 16px;
}
.shl-double-calendar.md .shl-double-calendar-content .shl-double-calendar-calendars {
  gap: 16px;
}
.shl-double-calendar.md .shl-double-calendar-content .shl-double-calendar-footer {
  gap: 16px;
}
.shl-double-calendar.md .shl-double-calendar-content .shl-double-calendar-footer .shl-calendar-foote-section:first-child {
  padding-top: 8px;
}
.shl-double-calendar.md .shl-double-calendar-content .shl-double-calendar-footer .shl-calendar-foote-section:last-child {
  padding-bottom: 8px;
}
.shl-double-calendar.md .shl-double-calendar-content .shl-double-calendar-footer__time {
  display: flex;
  align-items: center;
  gap: 38px;
  border: 1px solid #f1f1f1;
  padding: 8px 10px;
}
.shl-double-calendar.md .shl-double-calendar-content .shl-double-calendar-footer__time-column {
  display: flex;
  align-items: center;
  gap: 12px;
}
.shl-double-calendar.md .shl-double-calendar-content .shl-double-calendar-footer__time-column__label {
  color: #a7b0b3;
  font-size: 15px;
}
.shl-select-calendar-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: border 0.15s;
  -moz-transition: border 0.15s;
  -o-transition: border 0.15s;
  transition: border 0.15s;
}
.shl-select-calendar-btn i {
  font-size: 16px;
  line-height: 16px;
  color: #a7b0b3;
  -webkit-transition: border 0.15s;
  -moz-transition: border 0.15s;
  -o-transition: border 0.15s;
  transition: border 0.15s;
}
.shl-select-calendar-btn:hover {
  background-color: #f8f8f8;
}
.shl-select-calendar-btn.active,
.shl-select-calendar-btn:active {
  background-color: #151515;
}
.shl-select-calendar-btn.active i,
.shl-select-calendar-btn:active i {
  color: #ffffff;
}
.shl-select-calendar-btn.disabled {
  background-color: #b9b9b9;
}
.shl-select-calendar-btn.disabled i {
  color: #ffffff;
}
.shl-calendar-btn {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #ffffff;
  color: #151515;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-calendar-btn:focus {
  border: none;
  outline: none;
}
.shl-calendar-btn:hover {
  background-color: #f1f5f8;
}
.shl-calendar-btn:active {
  background-color: #151515;
  color: #fffcfc;
}
.shl-table {
  font-family: Montserrat;
}
.shl-time-picker {
  font-family: Montserrat;
  position: relative;
}
.shl-time-picker-show-above-overlay {
  position: relative;
  z-index: 10001;
}
.shl-time-range-picker {
  font-family: Montserrat;
  position: relative;
}
.shl-time-range-picker .shl-time-range-picker-inputs-container {
  display: flex;
}
.shl-time-range-picker .shl-time-range-picker-inputs-container .shl-time-range-picker-input-container {
  width: 50%;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-time-range-picker .shl-time-range-picker-inputs-container .shl-time-range-picker-input-container.streched {
  width: 70%;
}
.shl-time-range-picker .shl-time-range-picker-inputs-container .shl-time-range-picker-input-container:first-child {
  margin-right: 2px;
}
.shl-time-selector {
  font-family: Montserrat;
  padding: 16px;
  background-color: #ffffff;
  box-shadow: 4px 4px 20px rgba(21, 21, 21, 0.0784313725);
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-sizing: border-box;
  width: 300px;
}
@media (max-width: 400px) {
  .shl-time-selector {
    width: 280px;
  }
}
.shl-time-selector .shl-time-selector-scrolls {
  display: flex;
}
.shl-time-selector .shl-time-selector-info-text div {
  font-size: 12px;
  line-height: 21px;
  color: #a7b0b3;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: baseline;
}
.shl-time-selector .shl-time-selector-info-text div i {
  color: #151515;
}
.shl-time-selector .shl-time-selector-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shl-time-selector .shl-time-selector-actions .shl-time-selector-clear-btn {
  font-size: 16px;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #151515;
  border: none;
  outline: none;
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}
.shl-time-selector .shl-time-selector-now {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shl-time-selector .shl-time-selector-now .shl-time-selector-micro-btn {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #a7b0b3;
  background-color: white;
  border-radius: 18px;
  color: #151515;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-time-selector .shl-time-selector-now .shl-time-selector-micro-btn:hover {
  border-color: #151515;
}
.shl-time-selector .shl-time-selector-now .shl-time-selector-micro-btn:active {
  background-color: #f1f1f1;
}
.shl-time-selector-scroll {
  height: 336px;
  position: relative;
}
.shl-time-selector-scroll .shl-time-selector-arrow {
  position: absolute;
  left: 0;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a7b0b3;
  background-color: #ffffff;
  z-index: 10;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-time-selector-scroll .shl-time-selector-arrow.top {
  top: 0;
}
.shl-time-selector-scroll .shl-time-selector-arrow.bottom {
  bottom: 0;
}
.shl-time-selector-scroll .shl-time-selector-arrow.active {
  cursor: pointer;
}
.shl-time-selector-scroll .shl-time-selector-arrow.active:hover {
  color: #151515;
}
.shl-time-selector-scroll .shl-time-selector-arrow.disabled {
  pointer-events: none;
  color: #b9b9b9;
}
.shl-time-selector-scroll .shl-time-selector-selection-cursor {
  position: absolute;
  pointer-events: none;
  z-index: 10;
  top: 144px;
  width: 100%;
  height: 48px;
}
.shl-time-selector-scroll .shl-time-selector-selection-cursor div {
  position: relative;
  width: 100%;
}
.shl-time-selector-scroll .shl-time-selector-selection-cursor div span:first-child {
  display: block;
  border-top: 2px solid #a7b0b3;
  width: 100%;
}
.shl-time-selector-scroll .shl-time-selector-selection-cursor div span:last-child {
  display: block;
  margin-top: 44px;
  border-top: 2px solid #a7b0b3;
  width: 100%;
}
.shl-time-selector-scroll .shl-time-selector-line-itmes {
  position: absolute;
  z-index: 1;
  font-family: Montserrat;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
.shl-time-selector-scroll .shl-time-selector-line-itmes::-webkit-scrollbar {
  display: none;
}
.shl-time-selector-scroll .shl-time-selector-line-itmes .shl-time-selector-line-item {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 22px;
  color: #a7b0b3;
  -webkit-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.shl-time-selector-scroll .shl-time-selector-line-itmes .shl-time-selector-line-item.selectable {
  cursor: pointer;
}
.shl-time-selector-scroll .shl-time-selector-line-itmes .shl-time-selector-line-item.selectable:hover {
  background-color: #f1f1f1;
}
.shl-time-selector-scroll .shl-time-selector-line-itmes .shl-time-selector-line-item.selectable.active {
  color: #151515;
}
.shl-time-selector-scroll .shl-time-selector-line-itmes .shl-time-selector-line-item.disabled {
  pointer-events: none;
}
.shl-select-time-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: border 0.15s;
  -moz-transition: border 0.15s;
  -o-transition: border 0.15s;
  transition: border 0.15s;
}
.shl-select-time-btn i {
  font-size: 16px;
  line-height: 16px;
  color: #a7b0b3;
  -webkit-transition: border 0.15s;
  -moz-transition: border 0.15s;
  -o-transition: border 0.15s;
  transition: border 0.15s;
}
.shl-select-time-btn:hover {
  background-color: #f8f8f8;
}
.shl-select-time-btn.active,
.shl-select-time-btn:active {
  background-color: #151515;
}
.shl-select-time-btn.active i,
.shl-select-time-btn:active i {
  color: #ffffff;
}
.shl-select-time-btn.disabled {
  background-color: #b9b9b9;
}
.shl-select-time-btn.disabled i {
  color: #ffffff;
}
.shl-form-field {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}
.shl-form-field .shl-form-field-wrapper {
  display: flex;
  background-color: #ffffff;
  border: 1px solid transparent;
  outline: 1px solid #f1f1f1;
  border-radius: 2px;
  overflow: hidden;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex {
  display: inline-flex;
  gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  box-sizing: border-box;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex.has-prefix {
  padding-left: 8px;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-prefix {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 0;
  pointer-events: auto;
  color: #a7b0b3;
  font-size: 16px;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-suffix {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  line-height: 0;
  pointer-events: auto;
  color: #a7b0b3;
  font-size: 16px;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix {
  flex: auto;
  min-width: 0;
  width: 180px;
  position: relative;
  box-sizing: border-box;
  gap: 8px;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix label {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #7a8990;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix label .shl-form-field-label-asterisk {
  color: #ec0808;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix input {
  border: none;
  outline: none;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  color: #151515;
  background-color: transparent;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix input[placeholder] {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  opacity: 0;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix input::placeholder,
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix input::-ms-input-placeholder,
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix input:-ms-input-placeholder {
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  opacity: 0;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.floated input[placeholder] {
  opacity: 1;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.floated input::placeholder,
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.floated input::-ms-input-placeholder,
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.floated input:-ms-input-placeholder {
  opacity: 1;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.without-label input[placeholder] {
  opacity: 1;
}
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.without-label input::placeholder,
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.without-label input::-ms-input-placeholder,
.shl-form-field .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.without-label input:-ms-input-placeholder {
  opacity: 1;
}
.shl-form-field .shl-form-field-wrapper.focus-inside {
  border-color: #151515;
  outline-color: #151515;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.shl-form-field .shl-form-field-wrapper.focus-inside .shl-form-field-flex .shl-form-field-infix label {
  color: #ff1900;
}
.shl-form-field .shl-form-field-wrapper.centered input {
  text-align: center;
}
.shl-form-field .shl-form-field-wrapper.centered label {
  text-align: center;
}
.shl-form-field .shl-form-field-wrapper:hover {
  outline-color: #151515;
}
.shl-form-field .shl-form-field-wrapper.invalid {
  background-color: #fff8f6;
  outline-color: #ec0808;
}
.shl-form-field .shl-form-field-wrapper.invalid.focus-inside {
  border-color: #ec0808;
}
.shl-form-field .shl-form-field-wrapper.disabled {
  background-color: rgba(241, 241, 241, 0.6);
  border-color: rgba(167, 176, 179, 0.6);
  outline-color: transparent;
}
.shl-form-field .shl-form-field-wrapper.disabled .shl-form-field-flex .shl-form-field-prefix {
  color: #c6c6c6;
}
.shl-form-field .shl-form-field-wrapper.disabled .shl-form-field-flex .shl-form-field-suffix {
  color: #c6c6c6;
}
.shl-form-field .shl-form-field-wrapper.disabled .shl-form-field-flex .shl-form-field-infix input {
  color: #c6c6c6;
}
.shl-form-field .shl-form-field-wrapper.disabled .shl-form-field-flex .shl-form-field-infix label {
  color: #c6c6c6;
}
.shl-form-field.lg .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix label {
  font-size: 18px;
  line-height: 22px;
}
.shl-form-field.lg .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix input {
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 8px;
  padding-top: 27px;
}
.shl-form-field.lg .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.floated label {
  font-size: 14px;
  line-height: 18px;
  top: 18px;
}
.shl-form-field.lg .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.without-label input {
  font-size: 16px;
  line-height: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.shl-form-field.md .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix label {
  font-size: 16px;
  line-height: 19px;
}
.shl-form-field.md .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix input {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 6px;
  padding-top: 22px;
}
.shl-form-field.md .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.floated label {
  font-size: 12px;
  line-height: 15px;
  top: 14px;
}
.shl-form-field.md .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.without-label input {
  font-size: 14px;
  line-height: 18px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.shl-form-field.sm .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix label {
  font-size: 16px;
  line-height: 19px;
}
.shl-form-field.sm .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix input {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 1px;
  padding-top: 16px;
}
.shl-form-field.sm .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.floated label {
  font-size: 12px;
  line-height: 15px;
  top: 10px;
}
.shl-form-field.sm .shl-form-field-wrapper .shl-form-field-flex .shl-form-field-infix.without-label input {
  font-size: 14px;
  line-height: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
}
@font-face {
  font-family: "shl-icon";
  src: url("./media/shl-icon.eot?x9ncf");
  src:
    url("./media/shl-icon.eot?x9ncf#iefix") format("embedded-opentype"),
    url("./media/shl-icon.ttf?x9ncf") format("truetype"),
    url("./media/shl-icon.woff?x9ncf") format("woff"),
    url("./media/shl-icon.svg?x9ncf#shl-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.shl-i {
  font-family: "shl-icon", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shl-icon-arrow-down:before {
  content: "\e900";
}
.shl-icon-arrow-left:before {
  content: "\e901";
}
.shl-icon-arrow-right:before {
  content: "\e902";
}
.shl-icon-arrow-up:before {
  content: "\e903";
}
.shl-icon-calendar:before {
  content: "\e904";
}
.shl-icon-check:before {
  content: "\e905";
}
.shl-icon-check-circle:before {
  content: "\e906";
}
.shl-icon-close:before {
  content: "\e907";
}
.shl-icon-cloud-upload:before {
  content: "\e908";
}
.shl-icon-doc:before {
  content: "\e909";
}
.shl-icon-eye:before {
  content: "\e90a";
}
.shl-icon-eye-closed:before {
  content: "\e90b";
}
.shl-icon-file:before {
  content: "\e90c";
}
.shl-icon-file-arrow-up:before {
  content: "\e90d";
}
.shl-icon-file-arrow-up-fill:before {
  content: "\e90e";
}
.shl-icon-gallery-big:before {
  content: "\e90f";
}
.shl-icon-image:before {
  content: "\e910";
}
.shl-icon-info-circle:before {
  content: "\e911";
}
.shl-icon-information:before {
  content: "\e912";
}
.shl-icon-jpg:before {
  content: "\e913";
}
.shl-icon-long-arrow-right:before {
  content: "\e914";
}
.shl-icon-move:before {
  content: "\e915";
}
.shl-icon-pause-cicrle:before {
  content: "\e916";
}
.shl-icon-pdf:before {
  content: "\e917";
}
.shl-icon-png:before {
  content: "\e918";
}
.shl-icon-search:before {
  content: "\e919";
}
.shl-icon-star:before {
  content: "\e91a";
}
.shl-icon-svg:before {
  content: "\e91b";
}
.shl-icon-time:before {
  content: "\e91c";
}
.shl-icon-trash-can:before {
  content: "\e91d";
}
.shl-icon-xls:before {
  content: "\e91e";
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
