/* node_modules/jquery-ui/themes/base/datepicker.css */
/*!
 * jQuery UI Datepicker 1.14.2
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

/* node_modules/simplebar/dist/simplebar.css */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* src/styles.scss */
.clearfix::after,
.header_content::after,
.widgets_container::after {
  content: "";
  display: table;
  clear: both;
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-300.eot);
  src:
    local("Source Sans Pro Light"),
    local("SourceSansPro-Light"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-300.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-300.woff2) format("woff2"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-300.woff) format("woff"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-300.ttf) format("truetype"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-300.svg#SourceSansPro) format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-regular.eot);
  src:
    local("Source Sans Pro Regular"),
    local("SourceSansPro-Regular"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-regular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-regular.woff2) format("woff2"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-regular.woff) format("woff"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-regular.ttf) format("truetype"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-regular.svg#SourceSansPro) format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-600.eot);
  src:
    local("Source Sans Pro SemiBold"),
    local("SourceSansPro-SemiBold"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-600.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-600.woff2) format("woff2"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-600.woff) format("woff"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-600.ttf) format("truetype"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-600.svg#SourceSansPro) format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-700.eot);
  src:
    local("Source Sans Pro Bold"),
    local("SourceSansPro-Bold"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-700.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-700.woff2) format("woff2"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-700.woff) format("woff"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-700.ttf) format("truetype"),
    url(/assets/fonts/Source_Sans_Pro/source-sans-pro-v11-latin-700.svg#SourceSansPro) format("svg");
}
.small-12 {
  width: 100%;
}
.row.expanded {
  padding: 0 40px;
}
@media print, screen and (max-width: 1200px) {
  .row.expanded {
    padding: 0 20px;
  }
}
.row.expanded .row.expanded {
  padding: 0;
  margin: 0 -20px;
}
.column,
.columns {
  padding-right: 20px;
  padding-left: 20px;
}
@media print, screen and (min-width: 900px) {
  .column,
  .columns {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.row {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}
.row .row::before,
.row .row::after {
  display: table;
  content: " ";
}
.row .row::after {
  clear: both;
}
.row .row {
  margin-right: -20px;
  margin-left: -20px;
}
@media print, screen and (min-width: 1200px) {
  .row .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 900px) {
  .row .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media print, screen and (min-width: 1200px) {
  .row .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media print, screen and (min-width: 900px) {
  .column,
  .columns {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}
.column.row.row,
.row.row.columns {
  float: none;
}
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 900px) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(n),
  .medium-up-1 > .columns:nth-of-type(n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(n+1),
  .medium-up-1 > .columns:nth-of-type(n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child,
  .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(n),
  .medium-up-2 > .columns:nth-of-type(n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1),
  .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(n),
  .medium-up-3 > .columns:nth-of-type(n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1),
  .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child,
  .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(n),
  .medium-up-4 > .columns:nth-of-type(n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1),
  .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child,
  .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(n),
  .medium-up-5 > .columns:nth-of-type(n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1),
  .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child,
  .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(n),
  .medium-up-6 > .columns:nth-of-type(n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1),
  .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child,
  .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(n),
  .medium-up-7 > .columns:nth-of-type(n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1),
  .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child,
  .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(n),
  .medium-up-8 > .columns:nth-of-type(n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1),
  .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child,
  .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(n),
  .large-up-1 > .columns:nth-of-type(n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(n+1),
  .large-up-1 > .columns:nth-of-type(n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child,
  .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(n),
  .large-up-2 > .columns:nth-of-type(n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1),
  .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(n),
  .large-up-3 > .columns:nth-of-type(n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1),
  .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child,
  .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(n),
  .large-up-4 > .columns:nth-of-type(n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1),
  .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child,
  .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(n),
  .large-up-5 > .columns:nth-of-type(n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1),
  .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child,
  .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(n),
  .large-up-6 > .columns:nth-of-type(n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1),
  .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child,
  .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(n),
  .large-up-7 > .columns:nth-of-type(n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1),
  .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child,
  .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(n),
  .large-up-8 > .columns:nth-of-type(n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1),
  .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child,
  .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 900px) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
.boxed-layout .mainContent_container {
  max-width: 1248px;
  margin: auto;
  display: block;
}
.grid-container {
  padding-right: 6px;
  padding-left: 6px;
  max-width: 105rem;
  margin: 0 auto;
}
.grid-container.fluid {
  padding-right: 6px;
  padding-left: 6px;
  max-width: 100%;
  margin: 0 auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}
.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.cell.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}
.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.33333%;
}
.grid-x > .small-2 {
  width: 16.66667%;
}
.grid-x > .small-3 {
  width: 25%;
}
.grid-x > .small-4 {
  width: 33.33333%;
}
.grid-x > .small-5 {
  width: 41.66667%;
}
.grid-x > .small-6 {
  width: 50%;
}
.grid-x > .small-7 {
  width: 58.33333%;
}
.grid-x > .small-8 {
  width: 66.66667%;
}
.grid-x > .small-9 {
  width: 75%;
}
.grid-x > .small-10 {
  width: 83.33333%;
}
.grid-x > .small-11 {
  width: 91.66667%;
}
.grid-x > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}
.grid-margin-x {
  margin-left: -6px;
  margin-right: -6px;
}
.grid-margin-x > .cell {
  width: calc(100% - 12px);
  margin-left: 6px;
  margin-right: 6px;
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.33333% - 12px);
}
.grid-margin-x > .small-2 {
  width: calc(16.66667% - 12px);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 12px);
}
.grid-margin-x > .small-4 {
  width: calc(33.33333% - 12px);
}
.grid-margin-x > .small-5 {
  width: calc(41.66667% - 12px);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 12px);
}
.grid-margin-x > .small-7 {
  width: calc(58.33333% - 12px);
}
.grid-margin-x > .small-8 {
  width: calc(66.66667% - 12px);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 12px);
}
.grid-margin-x > .small-10 {
  width: calc(83.33333% - 12px);
}
.grid-margin-x > .small-11 {
  width: calc(91.66667% - 12px);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 12px);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 12px);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 12px);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 12px);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 12px);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 12px);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 12px);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 12px);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 12px);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 12px);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 12px);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 12px);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 12px);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 12px);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 12px);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 12px);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 12px);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 12px);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 12px);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 12px);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 12px);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 12px);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 12px);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 12px);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 12px);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.grid-padding-x > .cell {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.33333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.66667%;
}
.small-up-7 > .cell {
  width: 14.28571%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 12px);
}
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 12px);
}
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 12px);
}
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 12px);
}
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 12px);
}
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 12px);
}
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 12px);
}
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 12px);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 12px);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 12px);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 12px);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 12px);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 12px);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 12px);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 12px);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 12px);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 12px);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 12px);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 12px);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 12px);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 12px);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 12px);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 12px);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 12px);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.33333%;
}
.small-margin-collapse > .small-2 {
  width: 16.66667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.33333%;
}
.small-margin-collapse > .small-5 {
  width: 41.66667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.33333%;
}
.small-margin-collapse > .small-8 {
  width: 66.66667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.33333%;
}
.small-margin-collapse > .small-11 {
  width: 91.66667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.5rem);
}
.small-offset-1 {
  margin-left: 8.33333%;
}
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.5rem);
}
.small-offset-2 {
  margin-left: 16.66667%;
}
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.5rem);
}
.small-offset-3 {
  margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.5rem);
}
.small-offset-4 {
  margin-left: 33.33333%;
}
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.5rem);
}
.small-offset-5 {
  margin-left: 41.66667%;
}
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.5rem);
}
.small-offset-6 {
  margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.5rem);
}
.small-offset-7 {
  margin-left: 58.33333%;
}
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.5rem);
}
.small-offset-8 {
  margin-left: 66.66667%;
}
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.5rem);
}
.small-offset-9 {
  margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.5rem);
}
.small-offset-10 {
  margin-left: 83.33333%;
}
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.5rem);
}
.small-offset-11 {
  margin-left: 91.66667%;
}
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.5rem);
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.5rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.5rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.5rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.5rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.5rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.5rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.5rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.5rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.5rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.5rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.5rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.5rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.5rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.5rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.5rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.5rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.5rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.5rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.5rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.5rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.5rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.5rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.5rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.5rem);
  }
}
.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.33333%;
}
.grid-y > .small-2 {
  height: 16.66667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.33333%;
}
.grid-y > .small-5 {
  height: 41.66667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.33333%;
}
.grid-y > .small-8 {
  height: 66.66667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.33333%;
}
.grid-y > .small-11 {
  height: 91.66667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.grid-padding-y > .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.grid-margin-y > .cell {
  height: calc(100% - 12px);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 12px);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 12px);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 12px);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 12px);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 12px);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 12px);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 12px);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 12px);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 12px);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 12px);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 12px);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 12px);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 12px);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 12px);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 12px);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 12px);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 12px);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 12px);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 12px);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 12px);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 12px);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 12px);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 12px);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 12px);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 12px);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 12px);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 12px);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 12px);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 12px);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 12px);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 12px);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 12px);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 12px);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 12px);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 12px);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 12px);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}
.cell .grid-frame {
  width: 100%;
}
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}
.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -6px;
  margin-bottom: -6px;
}
.grid-margin-y > .cell {
  height: calc(100% - 12px);
  margin-top: 6px;
  margin-bottom: 6px;
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.33333% - 12px);
}
.grid-margin-y > .small-2 {
  height: calc(16.66667% - 12px);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 12px);
}
.grid-margin-y > .small-4 {
  height: calc(33.33333% - 12px);
}
.grid-margin-y > .small-5 {
  height: calc(41.66667% - 12px);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 12px);
}
.grid-margin-y > .small-7 {
  height: calc(58.33333% - 12px);
}
.grid-margin-y > .small-8 {
  height: calc(66.66667% - 12px);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 12px);
}
.grid-margin-y > .small-10 {
  height: calc(83.33333% - 12px);
}
.grid-margin-y > .small-11 {
  height: calc(91.66667% - 12px);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 12px);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 12px);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 12px);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 12px);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 12px);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 12px);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 12px);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 12px);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 12px);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 12px);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 12px);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 12px);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 12px);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 12px);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 12px);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 12px);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 12px);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 12px);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 12px);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 12px);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 12px);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 12px);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 12px);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 12px);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 12px);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 12px);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 12px);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 12px);
  }
}
.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.max-width-405px {
  max-width: 405px;
}
.min-height-170px {
  min-height: 170px;
}
.m-auto {
  margin: auto;
}
.mr-20px {
  margin-right: 20px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb--25px {
  margin-bottom: -25px;
}
.mr-16px {
  margin-right: 16px;
}
.ml-16px {
  margin-left: 16px;
}
.mb-16px {
  margin-bottom: 16px;
}
.mb-9px {
  margin-bottom: 9px;
}
.mb-20px {
  margin-bottom: 20px;
}
.mb--5px {
  margin-bottom: -5px;
}
.mb-5px {
  margin-bottom: 5px;
}
.mb-30px {
  margin-bottom: 30px !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.mt--10px {
  margin-top: -10px;
}
.ml-20px {
  margin-left: 20px;
}
.mb-8px {
  margin-bottom: 8px;
}
.mr-8px {
  margin-right: 8px;
}
.ml-8px {
  margin-left: 8px;
}
.mb-4px {
  margin-bottom: 4px;
}
.ml-4px {
  margin-left: 4px;
}
.mr-4px {
  margin-right: 4px;
}
.mt-2px {
  margin-top: 2px;
}
.mt-5px {
  margin-top: 5px;
}
.mt-16px {
  margin-top: 16px;
}
.mt-18px {
  margin-top: 18px;
}
.mt-9px {
  margin-top: 9px;
}
.mt-10px {
  margin-top: 10px;
}
.mt-20px {
  margin-top: 20px;
}
.mt--15px {
  margin-top: -15px;
}
.mt--51px {
  margin-top: -51px;
}
.ml-10px {
  margin-left: 10px;
}
.ml--10px {
  margin-left: -10px;
}
.ml--5px {
  margin-left: -5px;
}
.ml--25px {
  margin-left: -25px;
}
.ml--26px {
  margin-left: -26px;
}
.mr-10px {
  margin-right: 10px;
}
.ml-4rem {
  margin-left: 4rem;
}
.mt-3px {
  margin-top: 3px;
}
.ml--15px {
  margin-left: -15px;
}
.mr-21px {
  margin-right: 21px;
}
.ml-5px {
  margin-left: 5px;
}
.pt-4px {
  padding-top: 4px;
}
.pb-4px {
  padding-bottom: 4px;
}
.pt-8px {
  padding-top: 8px;
}
.pr-8px {
  padding-right: 8px;
}
.pb-8px {
  padding-bottom: 8px;
}
.p-14px {
  padding: 14px;
}
.p-15px {
  padding: 15px;
}
.p-16px {
  padding: 16px;
}
.pt-16px {
  padding-top: 16px;
}
.pr-16px {
  padding-right: 16px;
}
.pb-16px {
  padding-bottom: 16px;
}
.pb-18px {
  padding-bottom: 18px;
}
.pl-16px {
  padding-left: 16px;
}
.pt-24px {
  padding-top: 24px;
}
.pr-24px {
  padding-right: 24px;
}
.pl-24px {
  padding-left: 24px;
}
.p-9px {
  padding: 9px;
}
.p-9px-important {
  padding: 9px !important;
}
.p-0px-important {
  padding: 0px !important;
}
.pr-0px-important {
  padding: 0px !important;
}
.pl-20 {
  padding-left: 20px;
}
.p-10 {
  padding: 10px;
}
.pr-10px {
  padding-right: 10px;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pt-50px {
  padding-top: 50px;
}
.pl-35px {
  padding-left: 35px;
}
app-tree {
  display: block;
  flex-basis: 300px;
}
* {
  box-sizing: border-box;
}
*::selection {
  background-color: #343d4e;
  color: #ffffff;
}
*,
*::before,
*::after {
  box-sizing: border-box !important;
}
html {
  font-size: 10px;
  min-height: 100vh;
}
body {
  line-height: 1;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #151923;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  overflow: hidden;
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 600;
  line-height: 1.5;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
h1,
.h1 {
  font-size: 22px;
  line-height: 1.272727;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
  color: #546179;
}
h5,
.h5 {
  font-size: 14px;
  line-height: 1.28;
}
h6,
.h6 {
  font-size: unset;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 24px;
  outline: none;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: none;
  cursor: pointer;
  color: #40B1D1;
}
a:focus,
a:hover,
a:active {
  outline: none;
  color: #0e8db1;
}
a:disabled,
a.disabled {
  opacity: 0.4;
  pointer-events: none;
}
a:disabled:hover,
a.disabled:hover {
  cursor: not-allowed;
}
.ctaLink {
  display: inline-block;
  color: #08cbbf;
}
.ctaLink:hover {
  color: #00aaa0;
}
.ctaLink_container {
  padding: 20px 0;
}
.activeLink {
  color: #0e8db1 !important;
}
i {
  font-style: normal;
}
.strong {
  font-weight: 600;
}
p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 24px;
  text-rendering: optimizeLegibility;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
img {
  vertical-align: baseline;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: unset;
  -webkit-padding-start: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.unorder-list,
.unordered-list {
  list-style-type: disc;
  -webkit-margin-before: 5px;
  -webkit-margin-after: 5px;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 20px;
}
[type=file],
[type=checkbox],
[type=radio] {
  margin: 0;
  padding: 0;
  line-height: 20px;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: " ";
  clear: both;
  visibility: hidden;
  display: block;
  font-size: 0;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-border {
  border: 0 !important;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.hide {
  visibility: hidden;
  opacity: 0;
  display: block !important;
}
.hidden {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
}
.block {
  display: block;
}
.remove {
  display: none !important;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.float-right {
  float: right;
}
.float-left {
  float: left !important;
}
.text-right {
  text-align: right;
}
.text-right-flex {
  text-align: right;
  flex: 1;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-left-flex {
  text-align: left;
  flex: 1;
}
.error {
  color: #c53e57;
}
.font-black {
  color: #151923;
}
.horizontalSeparator-left {
  position: relative;
  padding-left: 20px !important;
}
.horizontalSeparator-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  border-left: 1px solid #546179;
}
.frame-section {
  padding: 16px;
  border: 1px solid #d0dcef;
}
.frame-section-tight {
  border: 1px solid #d0dcef;
}
.frame-section-broad {
  padding: 10px;
  border: 1px solid #d0dcef;
}
.sticky-header {
  position: sticky;
  background: #FFF;
  top: 0;
  z-index: 19;
}
.sticky-footer {
  position: sticky;
  background: #FFF;
  bottom: 0;
  z-index: 19;
}
.overflow-hidden {
  overflow: hidden;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.page-wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.page-wrapper h1 {
  color: #151923;
}
.page-wrapper h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  color: #151923;
}
.page-wrapper .page-content-header-wrapper h1 {
  margin-bottom: 16px;
}
.page-wrapper .page-content {
  padding: 16px;
  margin: auto;
}
.page-wrapper .role-and-users-sidebar {
  height: calc(100vh - 235px);
  margin-top: 10px;
}
.page-wrapper .page-content-sidebar {
  flex-basis: 100%;
  margin-right: 16px;
  min-height: initial;
  height: calc(100vh - 50px - 16px - 28px - 16px - 72px - 24px);
  overflow-y: auto;
  position: relative;
}
.page-wrapper .page-content-sidebar h3 {
  margin-bottom: 16px;
}
.page-wrapper .page-content-sidebar ul:first-child {
  min-height: calc(100vh - 50px - 16px - 28px - 16px - 72px - 24px - 34px - 24px - 38px - 16px);
}
.page-wrapper .page-cntent-sidebar-customer {
  flex-basis: 100%;
  margin-right: 16px;
  min-height: initial;
  height: calc(95vh - 50px - 16px - 28px - 16px - 72px - 24px);
  overflow-y: auto;
  position: relative;
}
.page-wrapper .page-cntent-sidebar-customer h3 {
  margin-bottom: 16px;
}
.page-wrapper .page-cntent-sidebar-customer ul:first-child {
  min-height: calc(100vh - 50px - 16px - 28px - 16px - 72px - 24px - 34px - 24px - 38px - 16px);
}
.page-wrapper .page-main-content-wrapper {
  flex-basis: 100%;
}
.notificationAlert_wrapper {
  z-index: 200;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.notificationAlert_wrapper.warning,
.notificationAlert_wrapper.error {
  position: absolute;
  background-color: rgba(10, 10, 10, 0.2);
}
.header_wrapper {
  z-index: 30;
  position: relative;
}
.header_wrapper .header_container {
  z-index: 30;
  position: relative;
  background-color: #343d4e;
}
.header_wrapper .navigation_wrapper {
  z-index: 10;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
}
.pageContent_wrapper {
  z-index: 10;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
.pageContent_wrapper.hasSidebar .sidebar_wrapper {
  display: block;
}
.pageContent_wrapper.hasSidebar div.mainContent_wrapper {
  left: 240px;
}
.pageContent_wrapper .sidebar_wrapper {
  display: none;
  box-sizing: content-box !important;
  position: absolute;
  top: 80px;
  left: 0;
  width: 240px;
  border-right: 1px solid #ABBAD1;
  background-color: #ffffff;
}
.pageContent_wrapper .sidebar_wrapper .padding-row {
  padding: 0 16px;
}
.pageContent_wrapper .mainContent_wrapper {
  margin: 0 auto;
  padding-bottom: 48px;
  max-width: 1050px;
}
@media screen and (max-width: 1200px) {
  .pageContent_wrapper .mainContent_wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.full-width-layout .pageContent_wrapper .mainContent_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 100%;
  min-height: 100%;
}
.order-reports-page .pageContent_wrapper .mainContent_wrapper {
  position: absolute;
  top: 78px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  margin: 0;
  max-width: 100%;
  min-height: calc(100% - 78px);
  border-left: 1px solid #ABBAD1;
  background-color: #ffffff;
}
.order-reports-page .pageContent_wrapper .mainContent_wrapper .row-padding {
  padding-left: 48px;
  padding-right: 48px;
}
.order-reports-page .pageContent_wrapper .mainContent_wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
  width: 7px;
}
.order-reports-page .pageContent_wrapper .mainContent_wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
.pageContent_wrapper .pageContent_container {
  position: relative;
  padding: 0 30px;
}
.full-width-layout .pageContent_wrapper .pageContent_container {
  padding: 0;
  width: 100%;
  height: 100%;
}
.pageContent_wrapper .infiniteScroll_container,
.pageContent_wrapper .infiniteScroll__sale_group_customer_container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.pageContent_wrapper .infiniteScroll__sale_group_customer_container {
  max-height: 660px;
}
.relative {
  position: relative;
}
.height-inherit {
  height: inherit;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.cursorPointer {
  cursor: pointer;
}
.fit_content_width {
  width: fit-content;
}
.cursorAuto {
  cursor: auto;
}
.displayNone {
  display: none;
}
.mat-element-bold {
  font-weight: bold;
}
.customers-standard-layout-wrapper {
  display: flex;
  flex-flow: column wrap;
}
.customers-standard-layout .page-wrapper .pageContent_wrapper app-customers-table {
  margin-right: 10px;
  margin-left: 10px;
}
.customers-standard-layout .pageTitle_container {
  margin-left: 10px;
}
.customers-standard-layout .mainContent_wrapper {
  padding: 0px !important;
}
.useTouchScreenLayout app-step-choose-qsb .qsb-text {
  font-size: 20px;
}
.useTouchScreenLayout app-step-choose-qsb .qsb-wrapper {
  height: 70px;
}
.useTouchScreenLayout app-step-choose-qsb .qsb-header {
  font-size: 20px;
}
.useTouchScreenLayout app-step-choose-qsb .qsb-bar {
  padding: 5px;
}
.useTouchScreenLayout app-step-choose-qsb .qsb-forward-icon {
  font-size: 18px;
}
.useTouchScreenLayout app-step-choose-qsb .empty-state-qsb-selection h2 {
  font-size: 20px;
}
.useTouchScreenLayout app-step-choose-qsb .empty-state-qsb-selection p {
  font-size: 18px;
}
.useTouchScreenLayout app-step-choose-qsb .empty-state-qsb-selection svg {
  height: 150px;
  width: 150px;
}
.useTouchScreenLayout app-step-1-buttons {
  position: absolute;
  margin-bottom: 0px;
}
.useTouchScreenLayout .app-step-2-buttons {
  position: absolute;
  margin-bottom: -44px;
}
.useTouchScreenLayout .app-step-2-qsb-button {
  position: absolute;
  margin-bottom: 14px;
}
.useTouchScreenLayout .shopping-cart-footer-buttons-wrapper .flex-container .invisible-button {
  border: 1px solid #ffffff;
  margin-top: 15px;
}
.useTouchScreenLayout .shopping-cart-footer-buttons-wrapper div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.useTouchScreenLayout .shopping-cart-footer-buttons-wrapper div button {
  height: 60px;
  font-size: 18px;
}
.useTouchScreenLayout .step-1 .app-shopping-cart-item-wrapper:not(.empty-state),
.useTouchScreenLayout .no-shopping-cart-items .app-shopping-cart-item-wrapper.empty-state {
  height: 327px !important;
}
.useTouchScreenLayout .no-payment-items.zero-cost-row-items .app-shopping-cart-item-wrapper {
  height: 295px !important;
}
.useTouchScreenLayout app-shopping-cart-content p,
.useTouchScreenLayout app-shopping-cart-content div,
.useTouchScreenLayout app-shopping-cart-content h5 {
  font-size: 16px;
}
.useTouchScreenLayout app-shopping-cart-content svg {
  height: 40px !important;
}
.useTouchScreenLayout .app-qsb-trip-type h5,
.useTouchScreenLayout .app-qsb-trip-type label {
  font-size: 16px;
}
.useTouchScreenLayout .app-qsb-trip-type app-radio-button-group label {
  font-size: 16px !important;
  line-height: 25px !important;
}
.useTouchScreenLayout .app-qsb-trip-type app-radio-button-group label:before {
  top: 2px !important;
  left: -10px !important;
  width: 30px !important;
  height: 30px !important;
  margin-top: -4px !important;
}
.useTouchScreenLayout .app-qsb-trip-type app-radio-button-group label:after {
  width: 15px !important;
  height: 15px !important;
  top: 5px !important;
  left: -2px !important;
}
.useTouchScreenLayout app-tiers-selector-content {
  font-size: 16px;
}
.useTouchScreenLayout app-tiers-selector-content h5,
.useTouchScreenLayout app-tiers-selector-content label,
.useTouchScreenLayout app-tiers-selector-content input,
.useTouchScreenLayout app-tiers-selector-content p {
  font-size: 16px;
}
.useTouchScreenLayout app-tiers-selector-content input:focus {
  font-size: 16px;
}
.useTouchScreenLayout app-tiers-selector-content .empty-state svg {
  height: 40px !important;
}
.useTouchScreenLayout app-tiers-selector-content .purchase-form-circle-button {
  height: 30px;
  width: 30px;
  border-radius: 15px;
}
.useTouchScreenLayout app-tiers-selector-content .purchase-form-counts-input {
  margin-left: 8px;
}
.useTouchScreenLayout .app-qsb-order-info-content label,
.useTouchScreenLayout .app-qsb-order-info-content input {
  font-size: 16px;
  margin-left: -2px;
}
.useTouchScreenLayout .app-qsb-order-info-content h5,
.useTouchScreenLayout .app-qsb-order-info-content .checkboxLabelGroup {
  font-size: 16px;
}
.useTouchScreenLayout .app-qsb-order-info-content h5 label,
.useTouchScreenLayout .app-qsb-order-info-content .checkboxLabelGroup label {
  font-size: 16px !important;
}
.useTouchScreenLayout .app-qsb-order-info-content h5 label:before,
.useTouchScreenLayout .app-qsb-order-info-content .checkboxLabelGroup label:before {
  top: 2px !important;
  left: -2px !important;
  width: 20px !important;
  height: 20px !important;
}
.useTouchScreenLayout .app-qsb-order-info-content h5 label:after,
.useTouchScreenLayout .app-qsb-order-info-content .checkboxLabelGroup label:after {
  font-size: 12px !important;
  top: 4px !important;
  left: 1px !important;
}
.useTouchScreenLayout .app-qsb-order-info-content h5 label,
.useTouchScreenLayout .app-qsb-order-info-content .checkboxLabelGroup label {
  padding-bottom: 10px;
}
.useTouchScreenLayout app-custom-fields > div {
  height: 437px !important;
}
.useTouchScreenLayout app-custom-fields svg {
  height: 40px !important;
}
.useTouchScreenLayout app-custom-fields h5,
.useTouchScreenLayout app-custom-fields label,
.useTouchScreenLayout app-custom-fields input,
.useTouchScreenLayout app-custom-fields h4,
.useTouchScreenLayout app-custom-fields p {
  font-size: 16px !important;
}
.useTouchScreenLayout app-payment-methods {
  font-size: 15px;
}
.useTouchScreenLayout app-payment-methods h5,
.useTouchScreenLayout app-payment-methods input,
.useTouchScreenLayout app-payment-methods label {
  font-size: 16px;
}
.useTouchScreenLayout app-payment-methods input:focus {
  font-size: 16px;
}
.useTouchScreenLayout app-payment-methods app-radio-button-group label {
  font-size: 16px !important;
  margin-bottom: 15px;
  line-height: 25px !important;
  padding-left: 32px !important;
}
.useTouchScreenLayout app-payment-methods app-radio-button-group label:before {
  left: -2px !important;
  top: -2px !important;
  width: 30px !important;
  height: 30px !important;
}
.useTouchScreenLayout app-payment-methods app-radio-button-group label:after {
  width: 15px !important;
  height: 15px !important;
  top: 5px !important;
  left: 5px !important;
}
.useTouchScreenLayout .app-credit-card-detail input,
.useTouchScreenLayout .app-credit-card-detail label,
.useTouchScreenLayout .app-credit-card-detail h5 {
  font-size: 16px;
}
.useTouchScreenLayout .app-credit-card-detail .dropdownList_container a {
  font-size: 15px !important;
}
.useTouchScreenLayout app-order-info label,
.useTouchScreenLayout app-order-info h5,
.useTouchScreenLayout app-order-info .checkboxLabelGroup {
  font-size: 16px;
}
.useTouchScreenLayout app-order-info label label,
.useTouchScreenLayout app-order-info h5 label,
.useTouchScreenLayout app-order-info .checkboxLabelGroup label {
  font-size: 16px !important;
}
.useTouchScreenLayout app-order-info label label:before,
.useTouchScreenLayout app-order-info h5 label:before,
.useTouchScreenLayout app-order-info .checkboxLabelGroup label:before {
  top: 2px !important;
  left: -2px !important;
  width: 20px !important;
  height: 20px !important;
}
.useTouchScreenLayout app-order-info label label:after,
.useTouchScreenLayout app-order-info h5 label:after,
.useTouchScreenLayout app-order-info .checkboxLabelGroup label:after {
  font-size: 12px !important;
  top: 4px !important;
  left: 1px !important;
}
.useTouchScreenLayout app-order-info label label,
.useTouchScreenLayout app-order-info h5 label,
.useTouchScreenLayout app-order-info .checkboxLabelGroup label {
  padding-bottom: 10px;
}
.useTouchScreenLayout app-order-info input {
  font-size: 16px !important;
}
.useTouchScreenLayout app-order-info .dropdownHeader_label {
  font-size: 16px;
}
.useTouchScreenLayout app-order-info li a {
  font-size: 16px !important;
}
.useTouchScreenLayout app-order-level-discounts-selector-content h5,
.useTouchScreenLayout app-order-level-discounts-selector-content label,
.useTouchScreenLayout app-order-level-discounts-selector-content input {
  font-size: 16px !important;
}
.useTouchScreenLayout .order-input-wrapper {
  display: inline-block;
}
.useTouchScreenLayout .discount-input-wrapper {
  display: flex;
}
.useTouchScreenLayout .discount-input-wrapper input[type=text] {
  flex: 1;
}
.useTouchScreenLayout .purchase-form-circle-button {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  margin-left: 8px;
}
.useTouchScreenLayout .purchase-middle-section-button-wrappers button {
  height: 60px !important;
  font-size: 18px;
}
.useTouchScreenLayout app-step-1-shopping-cart-item-selector h5,
.useTouchScreenLayout app-step-1-shopping-cart-item-selector label,
.useTouchScreenLayout app-step-1-shopping-cart-item-selector input,
.useTouchScreenLayout app-step-1-shopping-cart-item-selector .dropdownHeader_label {
  font-size: 16px !important;
}
.useTouchScreenLayout app-step-1-shopping-cart-item-selector li a {
  font-size: 16px !important;
}
.useTouchScreenLayout app-step-1-shopping-cart-item-selector app-radio-button-group label {
  font-size: 16px !important;
  margin-bottom: 15px;
  line-height: 25px !important;
  padding-left: 32px !important;
}
.useTouchScreenLayout app-step-1-shopping-cart-item-selector app-radio-button-group label:before {
  left: -2px !important;
  width: 30px !important;
  height: 30px !important;
}
.useTouchScreenLayout app-step-1-shopping-cart-item-selector app-radio-button-group label:after {
  width: 15px !important;
  height: 15px !important;
  top: 7px !important;
  left: 6px !important;
}
.useDiscountCode > div {
  margin-bottom: 16px !important;
  height: 341px !important;
}
.useTouchScreenLayout .useDiscountCode > div {
  height: 346px !important;
}
.app-credit-card-cnp-detail {
  max-height: 220px;
  overflow-y: auto;
}
.absolute {
  position: absolute;
}
#index-version {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  pointer-events: none;
}
#index-version div {
  margin-left: 2px;
  margin-bottom: 2px;
}
.qsb-app-credit-card-detail {
  max-height: 245px !important;
}
.standard-page-layout .loader_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.standard-page-layout .loader_wrapper .loader_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.standard-page-layout .mainContent_container {
  margin-top: 36px;
  width: 100%;
}
.standard-page-layout .pageTitle_container {
  margin-bottom: 30px;
}
* .pageTitle_container,
app-standard-page-layout .pageTitle_container {
  padding: 24px 0;
}
.alignToRightEdge {
  right: 0;
}
.alignBeforeInput {
  bottom: 30px;
}
.loader_container {
  padding: 48px 0;
}
app-discounts-container,
app-included-costs-container,
app-additional-costs-container {
  margin-bottom: -1px;
  display: block;
}
.simplebar-track.vertical {
  display: none;
}
.simplebar-track.horizontal {
  background-color: #f2f2f2;
}
.simplebar-track.horizontal .simplebar-scrollbar {
  height: 10px;
}
.simplebar-scroll-content {
  overflow-y: hidden;
}
[data-simplebar-horizontal] .simplebar-track.vertical {
  display: none;
}
[data-simplebar-vertical] .simplebar-track.horizontal {
  display: none;
}
.fa-times.svg-inline--fa {
  width: 1em;
  height: 1em;
}
.fa-arrow-square-down.svg-inline--fa,
.fa-arrow-square-up.svg-inline--fa {
  width: 1em;
  height: 1em;
}
.fa-edit.svg-inline--fa {
  width: 1.1em;
}
.fa-plus-circle,
.fa-minus-circle {
  cursor: pointer;
}
.dropdown_container {
  position: relative;
  max-width: 320px;
  min-width: 150px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  font-size: 14px;
}
.dropdown_container.dropdown-disabled {
  pointer-events: none;
  opacity: 0.4;
}
.dropdown_container.dropdown-fix-width {
  max-width: 150px;
}
.dropdown_container.dialog-fix-height {
  max-height: 200px;
}
.dropdown_container.dropdown_large {
  min-width: 200px !important;
  max-width: unset;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropdown_container.dropdown_large {
    max-width: none;
  }
}
.dropdown_container.dropdown_m {
  width: 115.2px;
  min-width: unset;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropdown_container.dropdown_m {
    min-width: auto;
  }
}
.dropdown_container.dropdown_xs {
  width: 60px;
  min-width: unset;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropdown_container.dropdown_xs {
    min-width: auto;
  }
}
.dropdown_container.dropdown-active {
  overflow: visible;
}
.dropdown_container.dropdown-active .dropdownHeader_wrapper {
  overflow: hidden;
  border-bottom-color: #edf0f5;
}
.dropdown_container.dropdown-active .dropdownHeader_wrapper .dropdownHeader_container {
  min-height: 20px;
}
.dropdown_container.dropdown-loader {
  pointer-events: none;
  opacity: 1;
}
.dropdown_container.dropdown-loader .dropdownHeader_label {
  color: #a6a6ab;
  opacity: 1;
}
.dropdown_container.dropdown-loader .dropdownHeader_label.input_element {
  border: 0;
}
.dropdown_container.dropdown-loader .icon_container {
  color: #40B1D1;
  opacity: 1;
}
.dropdown_container.dropdown-loader .icon_container .icon_content.default_icon {
  display: none;
}
.dropdown_container.dropdown-loader .icon_container .icon_content.loading_icon {
  display: block;
}
.dropdown_container .dropdownHeader_wrapper {
  border: 1px solid #546179;
}
.dropdown_container .dropdownList_wrapper {
  transform: translate3d(0, 0, 0);
  position: relative;
  height: 100%;
  z-index: 40;
}
.dropdown_batch_container {
  min-width: 100%;
}
.input_placeholder::placeholder {
  color: #151923;
}
.dropdownHeader_container {
  z-index: 10;
  position: relative;
  display: block;
  padding: 0;
}
.dropdownHeader_container .dropdownHeader_label {
  display: block;
  width: 100%;
  padding: 5px 8px;
  padding-right: 24px !important;
  border: 0;
  line-height: 18px;
  font-size: 14px;
  color: #151923;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dropdownHeader_container .dropdownHeader_label.no-option-selected {
  color: #cacaca;
}
.dropdownHeader_container .dropdownHeader_label:read-only {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.dropdownHeader_container .dropdownHeader_label:hover {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.dropdownHeader_container .icon_container {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  padding: 0;
}
.dropdownHeader_container .icon_container .icon_content.loading_icon {
  display: none;
}
.dropdownHeader_container .icon_container .icon_content.default_icon {
  display: block;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  color: #546179;
}
.dropdownList_container {
  z-index: 20;
  position: absolute;
  max-height: 350.0004px;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
}
.dropdown-fixed-option-list .dropdownList_container {
  display: none;
  position: fixed;
}
.dropdown-active .dropdownList_container {
  display: block;
  height: 220px;
  border: 1px solid #546179;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropdown-active .dropdownList_container {
    height: auto;
  }
}
.dropdownList_container .dropdownList_content {
  padding: 5px 0;
}
.dropdownList_container .dropdownLi_container {
  display: block;
}
.dropdownList_container .dropdownLi_container:hover .dropdownLink_label,
.dropdownList_container .dropdownLi_container:hover .dropdownLink {
  color: #40B1D1;
}
.dropdownList_container .dropdownLi_container.activeDropdownOption {
  font-weight: 600;
}
.dropdownList_container .dropdownLi_container.hoverDropdownOption .dropdownLink {
  color: #40B1D1;
}
.dropdownList_container .dropdownLi_container .dropdownLink_label {
  color: #151923;
}
.dropdownList_container .dropdownLi_container .dropdownLink {
  display: inline-block;
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  background-color: #ffffff;
  color: #151923;
  line-height: 18px;
  margin-bottom: 0;
  padding: 6px 8px;
}
.dropdownList_container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}
.dropdownList_container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
.dropdownList_container::-webkit-scrollbar-track {
  background-color: #edf0f5;
  border: 1px solid #d9e0ea;
}
.mat-focused .mat-form-field-label {
  color: #08cbbf !important;
}
.mat-form-field-underline {
  background-color: #08cbbf !important;
}
.mat-form-field-ripple {
  background-color: #08cbbf !important;
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #08cbbf !important;
}
.drop-down-height .dropdownList_container {
  max-height: 115px !important;
}
.max-width-unset .dropdown_container {
  max-width: unset !important;
}
.dropdown-error div input {
  color: red !important;
}
.dropdown-error .activeDropdownOption .dropdownLink {
  color: red !important;
}
.payment-drop-down-height .dropdown-active .dropdownList_container {
  height: 70px !important;
}
.checkboxLabelGroup {
}
.checkboxLabelGroup [type=checkbox]:not(:checked),
.checkboxLabelGroup [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.checkboxLabelGroup [type=checkbox]:not(:checked) + label,
.checkboxLabelGroup [type=checkbox]:checked + label {
  position: relative;
  padding-left: 20px;
  margin: 0;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  white-space: pre-wrap;
}
.checkboxLabelGroup {
}
.checkboxLabelGroup [type=checkbox]:not(:checked) + label:before,
.checkboxLabelGroup [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 15px;
  height: 15px;
  border: 1px solid #546179;
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
}
.checkboxLabelGroup [type=checkbox]:checked + label:before {
  background-color: #40B1D1;
  border: #40B1D1;
}
.checkboxLabelGroup {
}
.checkboxLabelGroup [type=checkbox]:not(:checked) + label:after,
.checkboxLabelGroup [type=checkbox]:checked + label:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  position: absolute;
  top: 4px;
  left: 2px;
  display: inline;
  font-size: 9px;
  line-height: 14px;
  text-indent: 1px;
  font-weight: 600;
  color: #ffffff;
}
.checkboxLabelGroup {
}
.checkboxLabelGroup [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkboxLabelGroup [type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.checkboxLabelGroup {
}
.checkboxLabelGroup [type=checkbox]:disabled:checked + label:after,
.checkboxLabelGroup [type=checkbox]:checked.disabled + label:after {
  color: #edf0f5;
}
.checkboxLabelGroup {
}
.checkboxLabelGroup {
}
.checkboxList li {
  margin-bottom: 5px;
}
.checkboxList li .ss-checkbox {
  padding-left: 25px;
}
.half-check .checkboxLabelGroup [type=checkbox]:not(:checked) + label:after,
.half-check .checkboxLabelGroup [type=checkbox]:checked + label:after {
  content: "\f068";
}
.half-check * .checkboxLabelGroup [type=checkbox]:not(:checked) + label:after,
.half-check * .checkboxLabelGroup [type=checkbox]:checked + label:after {
  content: "\f068";
}
.checkBoxWrapper label {
  width: 95px;
}
.radio-input-half-width .radio-input-wrapper {
  width: 50%;
}
app-radio-button-group {
  display: flex;
}
app-radio-button-group.vertical {
  flex-direction: column;
}
.radio-input-wrapper {
  min-height: 22px;
}
.radio-input-wrapper [type=radio]:checked,
.radio-input-wrapper [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-input-wrapper [type=radio]:checked + label,
.radio-input-wrapper [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 16px;
  font-size: 14px;
  color: #151923;
}
.radio-input-wrapper [type=radio]:checked + label:before,
.radio-input-wrapper [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
}
.radio-input-wrapper [type=radio]:checked + label:after,
.radio-input-wrapper [type=radio]:not(:checked) + label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-input-wrapper [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-input-wrapper [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
}
.radio-input-wrapper [type=radio]:checked + label:before {
  background-color: #40B1D1;
  border: 1px solid transparent;
}
.radio-input-wrapper [type=radio]:not(:checked) + label:before {
  border: 1px solid #546179;
}
.radio-input-wrapper [type=radio]:checked + label:after {
  background-color: #fff;
}
.button,
.emptyStateButton,
.emptyBtn,
button {
  display: inline-block;
  margin: 0;
  padding: calc(10px - 1px) 40px;
  border: 1px solid #08cbbf;
  border-radius: 0;
  width: 150px;
  vertical-align: middle;
  line-height: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  -webkit-appearance: none;
  transition: none;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  color: #08cbbf;
  white-space: nowrap;
}
.button:hover,
.emptyStateButton:hover,
.emptyBtn:hover,
.button:focus,
.emptyStateButton:focus,
.emptyBtn:focus,
button:hover,
button:focus {
  background-color: #00aaa0;
  color: #ffffff;
  outline: none;
}
.button:disabled,
.emptyStateButton:disabled,
.emptyBtn:disabled,
.button.disabled,
.disabled.emptyStateButton,
.disabled.emptyBtn,
button:disabled,
button.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.button:disabled:hover,
.emptyStateButton:disabled:hover,
.emptyBtn:disabled:hover,
.button.disabled:hover,
.disabled.emptyStateButton:hover,
.disabled.emptyBtn:hover,
button:disabled:hover,
button.disabled:hover {
  cursor: not-allowed;
  opacity: 0.4;
}
.button.extend,
.extend.emptyStateButton,
.extend.emptyBtn,
.button.expanded,
.expanded.emptyStateButton,
.expanded.emptyBtn,
button.extend,
button.expanded {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  margin-right: 0;
  margin-left: 0;
}
.button.large,
.large.emptyStateButton,
.large.emptyBtn,
button.large {
  font-size: 16px;
  width: 200px;
}
.button.small,
.small.emptyStateButton,
.small.emptyBtn,
button.small {
  font-size: 12px;
  line-height: 1;
  padding: 5px 0;
  width: 96px;
}
.disablePrimaryButton {
  display: none;
}
.button.primaryButton,
.primaryButton.emptyStateButton,
.primaryButton.emptyBtn,
.button.primaryBtn,
.primaryBtn.emptyStateButton,
.primaryBtn.emptyBtn,
.button.primary,
.primary.emptyStateButton,
.primary.emptyBtn {
  background-color: #08cbbf;
  color: #ffffff;
}
.button.primaryButton:hover,
.primaryButton.emptyStateButton:hover,
.primaryButton.emptyBtn:hover,
.button.primaryBtn:hover,
.primaryBtn.emptyStateButton:hover,
.primaryBtn.emptyBtn:hover,
.button.primary:hover,
.primary.emptyStateButton:hover,
.primary.emptyBtn:hover {
  background-color: #00aaa0;
  border-color: #00aaa0;
  color: #ffffff;
}
.button.primaryButton.disabled,
.primaryButton.disabled.emptyStateButton,
.primaryButton.disabled.emptyBtn,
.button.primaryBtn.disabled,
.primaryBtn.disabled.emptyStateButton,
.primaryBtn.disabled.emptyBtn,
.button.primary.disabled,
.primary.disabled.emptyStateButton,
.primary.disabled.emptyBtn {
  background-color: #08cbbf;
  border-color: #08cbbf;
  color: #ffffff;
}
.button.danger,
.danger.emptyStateButton,
.danger.emptyBtn {
  border-color: #E45B75;
  background-color: #E45B75;
  color: #ffffff;
}
.button.danger:hover,
.danger.emptyStateButton:hover,
.danger.emptyBtn:hover {
  background-color: #a35252;
}
.button-admin-tool {
  background-color: #40B1D1;
  color: #ffffff;
}
.button-admin-tool:hover {
  background-color: #0e8db1;
  border-color: #0e8db1;
  color: #ffffff;
}
.button-admin-tool.disabled {
  background-color: #40B1D1;
  border-color: #40B1D1;
  color: #ffffff;
}
.button-admin-tool:focus {
  background-color: #0e8db1;
  border-color: #0e8db1;
}
.button.secondaryButton,
.secondaryButton.emptyStateButton,
.secondaryButton.emptyBtn,
.button.secondaryBtn,
.secondaryBtn.emptyStateButton,
.secondaryBtn.emptyBtn,
.button.secondary,
.secondary.emptyStateButton,
.secondary.emptyBtn {
  background-color: #ffffff;
  border: 1px solid #546179;
  color: #151923;
}
.button.secondaryButton:hover,
.secondaryButton.emptyStateButton:hover,
.secondaryButton.emptyBtn:hover,
.button.secondaryBtn:hover,
.secondaryBtn.emptyStateButton:hover,
.secondaryBtn.emptyBtn:hover,
.button.secondary:hover,
.secondary.emptyStateButton:hover,
.secondary.emptyBtn:hover {
  background-color: #d9e0ea;
  border: 1px solid #d9e0ea;
  color: #151923;
}
.button.secondaryButton:disabled,
.secondaryButton.emptyStateButton:disabled,
.secondaryButton.emptyBtn:disabled,
.button.secondaryButton.disabled,
.secondaryButton.disabled.emptyStateButton,
.secondaryButton.disabled.emptyBtn,
.button.secondaryBtn:disabled,
.secondaryBtn.emptyStateButton:disabled,
.secondaryBtn.emptyBtn:disabled,
.button.secondaryBtn.disabled,
.secondaryBtn.disabled.emptyStateButton,
.secondaryBtn.disabled.emptyBtn,
.button.secondary:disabled,
.secondary.emptyStateButton:disabled,
.secondary.emptyBtn:disabled,
.button.secondary.disabled,
.secondary.disabled.emptyStateButton,
.secondary.disabled.emptyBtn {
  opacity: 0.4;
}
.button.secondaryButton:disabled:hover,
.secondaryButton.emptyStateButton:disabled:hover,
.secondaryButton.emptyBtn:disabled:hover,
.button.secondaryButton.disabled:hover,
.secondaryButton.disabled.emptyStateButton:hover,
.secondaryButton.disabled.emptyBtn:hover,
.button.secondaryBtn:disabled:hover,
.secondaryBtn.emptyStateButton:disabled:hover,
.secondaryBtn.emptyBtn:disabled:hover,
.button.secondaryBtn.disabled:hover,
.secondaryBtn.disabled.emptyStateButton:hover,
.secondaryBtn.disabled.emptyBtn:hover,
.button.secondary:disabled:hover,
.secondary.emptyStateButton:disabled:hover,
.secondary.emptyBtn:disabled:hover,
.button.secondary.disabled:hover,
.secondary.disabled.emptyStateButton:hover,
.secondary.disabled.emptyBtn:hover {
  background-color: #edf0f5;
  color: #546179;
}
.buttonsGroup_container .buttonsGroup_item {
  display: inline-block;
}
.invisible-button {
  background-color: transparent;
  border: medium none;
  color: #546179;
}
.invisible-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border: inherit;
  color: inherit;
}
.invisible-button:active,
.invisible-button:focus {
  background-color: transparent;
  border: medium none;
  color: #546179;
}
.ghost-button {
  border: 1px solid #546179;
  background-color: #ffffff;
  color: #546179;
  min-width: 150px;
  width: initial;
}
.ghost-button:hover,
.ghost-button:active,
.ghost-button:focus {
  background-color: #ffffff;
  border: 1px solid #546179;
  color: inherit;
}
.button-order-history {
  padding: 0 6px 0 6px;
  height: 34px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-order-history svg {
  margin-right: 8px;
  width: 14px;
}
.button-solid-danger {
  border-color: #E45B75;
  background-color: #E45B75 !important;
  color: #ffffff;
}
.button-solid-danger:hover {
  background-color: #d05a68;
}
.button-ghost-danger {
  border-color: #E45B75;
  background-color: #ffffff;
  color: #E45B75;
  width: initial;
  padding: 9px 22px;
}
.button-ghost-danger:hover {
  background-color: #d05a68;
  color: #ffffff;
}
.button-ghost-danger:focus {
  background-color: #d05a68;
  color: #ffffff;
  border-color: #c53e57;
}
.button.small-6,
.small-6.emptyStateButton,
.small-6.emptyBtn,
button.small-6 {
  width: 50%;
}
.button.small-12,
.small-12.emptyStateButton,
.small-12.emptyBtn,
button.small-12 {
  width: 100%;
}
.purchase-form-circle-button {
  width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 100%;
  background-color: #3fc0bc;
  border-radius: 50%;
  padding: 3px;
}
.purchase-form-circle-button svg path {
  fill: #fff;
}
.purchase-form-circle-button:disabled svg path {
  fill: #D0DCEF;
}
.button-ghost-primary {
  border-color: #08cbbf;
  background-color: #ffffff;
  color: #08cbbf;
  width: initial;
  padding: 9px 22px;
}
.button-ghost-primary:hover {
  background-color: #08cbbf;
  color: #ffffff;
}
.excel-button {
  border: 1px solid #D3DAEF;
  display: inline-block;
  padding: 5px 8px;
  background-color: #ffffff;
  cursor: pointer;
  line-height: 18px;
  margin-right: 16px;
  margin-top: -30px;
  position: absolute;
  right: 0;
}
.excel-label {
  color: #546179;
  margin-right: 8px;
}
.icon_container {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
.icon_button {
  display: inline-block;
  padding: 3px 0;
  vertical-align: middle;
  color: #343d4e;
  font-size: 14px;
}
.icon_button.error {
  padding: 0;
  vertical-align: unset;
  font-size: 16px;
  color: #ff849b;
}
.icon_button.error:hover {
  color: #c53e57;
}
.icon_button .iconButtonLabel {
  display: inline-block;
  padding-left: 6px;
  font-size: 14px;
  line-height: 20px;
}
.icon_button:hover {
  color: #0e8db1;
}
.icon_button:hover .iconButtonLabel {
  color: #0e8db1;
}
.icon_button:hover .icon_container {
  color: #0e8db1;
}
.icon_button:hover .icon_container .fa {
  color: #0e8db1;
}
.icon_button:hover .icon_container .hoverIcon {
  display: inline-block;
}
.icon_button:hover .icon_container .defaultIcon {
  display: none;
}
.icon_button .icon_container {
  display: inline-block;
  font-size: 16px;
}
.icon_button .icon_container .fa {
  line-height: 20px;
  color: #d9e0ea;
  font-size: 18px;
}
.icon_button .icon_container img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.icon_button .icon_container .hoverIcon {
  display: none;
}
.closeButton_container {
  position: absolute;
  right: 0;
}
.closeButton_container:hover .closeButton {
  color: #151923;
}
.closeButton_container .closeButton {
  display: block;
  color: #546179;
  line-height: 24px;
  font-size: 16px;
}
a.sortIcon_container {
  padding-right: 14px;
  color: #546179;
}
a.sortIcon_container:last-child {
  padding-right: 0;
}
a.sortIcon_container:hover {
  color: #08cbbf;
}
.image-delete-icon,
.image-upload-icon {
  display: flex;
  cursor: pointer;
}
input:focus,
textarea:focus,
select:focus {
  outline-offset: 0;
}
input,
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
textarea {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 8px;
  border: 1px solid #3d495f;
  border-radius: 0;
  outline: none;
  width: 150px;
  height: auto;
  overflow: hidden;
  box-shadow: none;
  background-color: #fff;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  color: #151923;
}
input:focus,
[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
textarea:focus {
  margin: 0;
  padding: 4px 8px;
  border: 1px solid #151923;
  outline: none;
  box-shadow: none;
  background-color: #ffffff;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  transition: none;
  appearance: none;
}
input[type=color] {
  height: 30px;
  width: 100%;
  min-width: 44px;
  max-width: 150px;
}
input:disabled,
input.disabled,
input[readonly],
textarea:disabled,
textarea.disabled,
textarea[readonly] {
  background-color: #d9e0ea;
  cursor: not-allowed;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #ffffff;
  cursor: auto;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]:focus,
input[type=number]:active {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.input-large {
  width: 100%;
  min-width: 204px;
}
.input-xs {
  width: 100%;
  text-align: center;
  max-width: 40px;
  padding: 4px 0;
}
.input-xs:focus {
  padding: 4px 0;
}
.input-tall {
  padding-top: calc(4px + 3px);
  padding-bottom: calc(4px + 3px);
}
.input-tall:focus {
  padding-top: calc(4px + 3px);
  padding-bottom: calc(4px + 3px);
}
.no-borders-input {
  border: 0;
  padding: 0;
}
.no-borders-input:focus {
  border: 0;
  padding: 0;
}
.inputLabelGroup .label {
  color: #546179;
  line-height: 1.25;
}
.inputLabelGroup .labelActive {
  color: #40B1D1;
}
.inputLabelGroup .message {
  font-size: 12px;
  line-height: 1.25;
  color: #546179;
  white-space: normal;
}
.inputLabelGroup .message.error-message {
  color: #e45b75;
}
.no-resize {
  resize: none;
  overflow: auto;
}
.input-money {
  position: relative;
}
.input-money:before,
.input-money::before {
  content: "$";
  position: absolute;
  left: 9px;
  top: 8px;
}
.input-money input.form-input {
  padding-left: 16px;
  width: 100%;
}
.input-money input.form-input:focus {
  margin: inherit;
  padding-left: 16px;
}
.order-reports-page .pageContent_wrapper .mainContent_wrapper .row-padding::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
}
.order-reports-page .pageContent_wrapper .mainContent_wrapper .row-padding::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
app-input-number-step {
  display: flex;
  min-width: 112px;
  justify-content: space-between;
  align-items: center;
}
app-input-number-step .purchase-form-counts-input {
  width: 40px;
  text-align: center;
}
app-input-number-step .purchase-form-circle-button {
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background-color: #40B1D1;
  padding: 0;
  color: #ffffff;
  line-height: 24px;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
}
app-input-number-step .purchase-form-circle-button:disabled {
  border: 1px solid #D0DCEF;
  color: #D0DCEF;
  background-color: #ffffff;
  opacity: 1;
}
app-input-number-step .purchase-form-circle-button:disabled svg {
  fill: #D0DCEF;
}
app-input-number-step .purchase-form-circle-button svg {
  align-self: center;
  height: 10px;
  fill: #ffffff;
  margin: auto;
}
app-input-number-step .purchase-numeric-display-input-value {
  width: 80px;
  position: relative;
}
app-input-number-step .purchase-numeric-step-input-wrapper input {
  width: 40px;
}
app-datepicker-old {
  position: relative;
  z-index: 11;
}
.text-area-resize-none {
  resize: none;
}
.data-picker-width {
  width: 300px;
}
.scrollable-textarea {
  overflow-y: auto;
  resize: none;
  max-height: 200px;
}
.cost-input .dropdown_container {
  max-width: 420px;
}
.textarea-resize-none {
  resize: none;
  overflow-y: auto;
}
label,
.label {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  background: transparent;
  color: #151923;
}
label.primary,
.label.primary {
  background: transparent;
  color: #151923;
}
label.primary:hover,
.label.primary:hover {
  color: #0e8db1;
}
label.secondary,
.label.secondary {
  background: transparent;
  color: #546179;
}
label.success,
.label.success {
  background: transparent;
  color: #40B1D1;
}
label.success:hover,
.label.success:hover {
  color: #0e8db1;
}
label.warning,
.label.warning {
  background: transparent;
  color: #151923;
}
label.warning:hover,
.label.warning:hover {
  color: #c53e57;
}
label .alert,
.label .alert {
  background: transparent;
  color: #e45b75;
}
label.middle,
.label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
.label-warning {
  background: transparent;
  color: #151923;
}
.label-warning:hover {
  color: #c53e57;
}
select {
  height: auto;
  margin: 0;
  padding: 5px;
  padding-right: 1.5rem;
  border: 1px solid #151923;
  border-radius: 0;
  appearance: none;
  line-height: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #151923;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0 \fffd) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out,
    -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
.switch_container {
  display: block;
  cursor: pointer;
}
.switch_container .switch_label {
  display: inline-block;
  font-size: 14px;
  color: #343d4e;
  cursor: pointer;
}
.switch_container .switch_content {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 11.2px;
  margin: 2.8px 8.4px 2.8px 2.8px;
  overflow: visible;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
.switch_container input[type=checkbox] {
  display: none;
}
.switch_container input[type=checkbox]:checked ~ .switch {
  background: rgba(64, 177, 209, 0.67);
  transition: 0.5s;
}
.switch_container input[type=checkbox]:checked ~ .toggle {
  box-shadow: inset 0 0 0px 1.5px #40B1D1;
  left: 14.56px;
  transition: 0.5s;
}
.switch_container .switch {
  display: block;
  width: 28px;
  height: 11.2px;
  background: rgba(138, 147, 164, 0.67);
  border-radius: 5.6px;
  position: absolute;
  top: 0;
  transition: 0.5s;
  cursor: pointer;
}
.switch_container .toggle {
  position: absolute;
  top: -2.24px;
  left: -2.24px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: white;
  box-shadow: inset 0 0 0px 1.5px #8a93a4;
  transition: 0.5s;
  cursor: pointer;
}
.overflow {
  overflow-x: auto;
  overflow-y: auto;
}
.overflow::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
.overflow::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
.white-text {
  color: #ffffff;
}
.dark-grey-text {
  color: #546179;
}
.grey-text {
  color: #d9e0ea;
}
.text-align-right {
  text-align: right;
}
.italic-text {
  font-style: italic;
}
.primary-text {
  color: #40B1D1;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.datepicker_container {
  position: relative;
  display: flex;
  align-items: center;
}
.datepicker_container .datepicker-input {
  flex-basis: auto;
  min-width: 34px;
  width: 100%;
  max-width: 320px;
}
.datepicker_container .date-picker-icons {
  position: absolute;
  right: 10px;
  color: #40B1D1;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datepicker_container .date-picker-icons .fa-clock {
  margin-left: 10px;
}
.datepicker-input-width .datepicker-input {
  max-width: 100% !important;
}
.single-day-datepicker {
  max-width: 320px;
  display: flex;
  justify-content: space-between;
}
.single-day-datepicker .button {
  float: left;
  vertical-align: middle;
  width: 60px;
  padding: calc(5px - 1px) 5px;
}
.single-day-datepicker .datepicker_container {
  float: left;
  width: unset;
  vertical-align: middle;
}
.md-drppicker .calendar-time .select .select-item {
  font-size: 16px !important;
}
.md-drppicker .calendar-time .select .select-item option {
  font-size: 12px;
}
.md-drppicker table {
  border-collapse: unset;
}
.md-drppicker .btn {
  width: 100px;
  height: 40px;
}
.md-drppicker .buttons {
  clear: both;
}
@media print, screen and (min-width: 48em) {
  .md-drppicker.double {
    width: 530px !important;
  }
}
@media print, screen and (min-width: 48em) {
  .md-drppicker.show-ranges {
    width: 635px !important;
  }
}
.md-drppicker .ranges ul li button {
  color: black;
  font-size: 14px;
}
.summary-data-wrapper-departure .datepicker_container {
  min-width: 304px;
}
.summary-data-wrapper-custom input {
  max-width: 320px;
}
app-product-detail-dialog-summary .datepicker_container .date-picker-icons {
  right: 50px;
}
.accordion-item {
  position: relative;
}
.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}
.accordion {
  margin-left: 0;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}
.accordion-title {
  position: relative;
  border: 0;
  border-bottom: 1px solid #3d495f;
  font-size: 14px;
  line-height: 20px;
  color: #546179;
}
.accordion-title:hover,
.accordion-title:focus {
  color: #546179;
  background-color: #edf0f5;
}
.accordion-title:hover::before,
.accordion-title:hover::after,
.accordion-title:focus::before,
.accordion-title:focus::after {
  color: #343d4e;
}
.is-active > .accordion-title::before,
.is-active > .accordion-title::after {
  content: "\f0d7";
}
.accordion-title::before,
.accordion-title::after {
  content: "\f0da";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0;
  color: #546179;
  font-size: 14px;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.accordion-title::before {
  left: 20px;
  right: auto;
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .accordion-title::before {
    left: 13.3333333333px;
  }
}
.accordion-title::after {
  right: 20px;
  display: none;
}
@media screen and (max-width: 1200px) {
  .accordion-title::after {
    right: 13.3333333333px;
  }
}
.accordion-title .accordion-title-content {
  padding: 0 20px;
}
.accordion-content {
  z-index: 10;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #3d495f;
  background-color: #ffffff;
  color: #151923;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #3d495f;
  box-shadow: 0px 2px 5px 0px #ccc;
}
.accordion.bordered {
  border-bottom: 1px solid #3d495f;
}
.accordion.bordered.empty {
  color: #7b88a3;
}
.accordion.bordered.empty .card_title {
  border-bottom-width: 1px;
  color: #7b88a3;
}
.accordion.bordered .card_title {
  border: 1px solid #3d495f;
  border-bottom-width: 0;
}
.accordion.bordered .card-active .card_content {
  border: 1px solid #3d495f;
  border-bottom-width: 0;
}
.accordion .accordion_card.card-active .card_title.has-icon:before {
  content: "\f0d7";
}
.accordion .accordion_card.card-active .card_content {
  max-height: 5000px;
}
.accordion .accordion_card .card_title {
  position: relative;
  display: block;
  padding: 14px 20px;
  color: #151923;
}
.accordion .accordion_card .card_title.has-icon {
  padding-left: 40px;
}
.accordion .accordion_card .card_title.has-icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  text-align: center;
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  line-height: 1;
  color: #343d4e;
}
.accordion .accordion_card .card_title .cardTitle_label {
  display: inline-block;
}
.accordion .accordion_card .card_content {
  max-height: 0;
  overflow: hidden;
  border: 0px solid #546179;
}
.accordion .accordion_card .card_content .cardContent_container {
  padding: 26px 30px;
}
.dynamic-accordion .accordionItemHeader_container::after {
  content: "";
  display: table;
  clear: both;
}
.dynamic-accordion .accordionItemHeader_container .accordionTitle_container .accordionTitle {
  display: inline-block;
}
.dynamic-accordion .accordionItemHeader_container .accordionTitle_container .errorIcon {
  display: inline-block;
  padding-left: 5px;
}
.dynamic-accordion .accordionItemHeader_container .accordionHeaderControls_container {
  float: right;
}
.dynamic-accordion .accordionItemHeader_container .accordionHeaderControls_container li {
  display: inline-block;
  padding-right: 12px;
}
.dynamic-accordion .accordionItemHeader_container .accordionHeaderControls_container li:last-child {
  padding-right: 0;
}
.dynamic-accordion .sortButtons_wrapper {
  padding-right: 10px;
}
.dynamic-accordion .sortButtons_wrapper .sortIcon_container {
  padding-right: 10px;
  color: #546179;
}
.dynamic-accordion .sortButtons_wrapper .sortIcon_container:last-child {
  padding-right: 0;
}
.dynamic-accordion .sortButtons_wrapper .sortIcon_container:hover {
  color: #40B1D1;
}
.dynamic-accordion .cardContent_container {
  padding: 26px 30px !important;
}
.breadcrumbs .breadcrumbsList_container {
  display: inline-block;
}
.breadcrumbs .breadcrumbsList_container .breadcrumbsLi {
  display: inline-block;
  cursor: default;
}
.breadcrumbs .breadcrumbsList_container .breadcrumbsLi:after {
  display: inline-block;
  content: "/";
  top: 8px;
  right: 0;
  color: #ffffff;
  font-size: 12px;
  opacity: 0.5;
  margin: 0 3px;
}
.breadcrumbs .breadcrumbsList_container .breadcrumbsLi:last-child:after {
  content: "";
}
.breadcrumbs .breadcrumbsList_container .breadcrumbsLi:last-child .breadcrumbsLink,
.breadcrumbs .breadcrumbsList_container .breadcrumbsLi:last-child span {
  font-weight: bold;
}
.breadcrumbs .breadcrumbsList_container .breadcrumbsLi .breadcrumbsLink {
  display: inline-block;
  font-weight: 300;
  line-height: 24px;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
}
.breadcrumbs .breadcrumbsList_container .breadcrumbsLi .breadcrumbsLink:hover {
  color: #0e8db1;
}
.breadcrumbs .breadcrumbsList_container .breadcrumbsLi span {
  display: inline-block;
  font-weight: 300;
  line-height: 24px;
  font-size: 12px;
  color: #ffffff;
  cursor: default;
}
.mainContent_wrapper.dialog-opened {
  overflow: hidden;
}
.reveal-overlay_wrapper {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}
.reveal-overlay {
  display: flex;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  overflow-y: visible;
  background-color: rgba(10, 10, 10, 0.45);
}
.reveal-overlay .reveal-container {
  display: inline-block;
  position: relative;
  top: 75px;
  max-height: calc(100% - 100px);
}
.reveal-overlay .reveal-container .closeButton {
  font-size: 29px;
}
.reveal {
  z-index: 102;
  position: relative;
  display: inline-block;
  max-width: 900px;
  padding: 24px;
  border: 0;
  border-radius: 0;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  overflow-y: visible;
  min-width: 400px;
  min-height: 216px;
  box-shadow: 0px 3px 3px 3px rgba(102, 102, 102, 0.66);
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: auto;
  }
  .reveal.large {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    min-width: 950px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 0;
  }
  .reveal.small {
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    max-width: 75rem;
    overflow: hidden;
    overflow-y: auto;
  }
}
@media print, screen and (max-width: 1200px) {
  .reveal {
    margin-left: 0;
    border: 0;
    border-radius: 0;
    width: auto;
    max-width: 900px;
    height: auto;
    min-height: auto;
  }
  .reveal .reveal.tiny {
    width: 30%;
    max-width: 600px;
  }
  .reveal .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
  .reveal .reveal.large {
    top: 0;
    left: 0;
    min-width: 950px;
    height: 100%;
  }
  .reveal .reveal.full {
    top: 0;
    left: 0;
    margin-left: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100vh;
  }
}
.reveal .revealContent_wrapper {
  display: inline-block;
  min-width: 312px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.reveal .revealContent_wrapper .custom_date_dialog .datepicker-input {
  max-width: none;
}
.reveal .closeButton_wrapper {
  position: absolute;
  top: 22px;
  right: 22px;
  font-size: 18px;
  z-index: 31;
}
.reveal .closeButton_wrapper .closeButton_container {
  font-size: 29px;
}
.reveal > :last-child {
  margin-bottom: 0;
}
.reveal .dialog_header {
  margin-bottom: 72px;
}
.reveal .dialog_header .form_title {
  line-height: 1;
}
.reveal .dialog_title label {
  line-height: 1;
  color: #546179;
}
.reveal .dialog_footer {
  margin-top: 48px;
}
.reveal .loader_wrapper {
  position: relative;
  min-width: 312px;
  min-height: 216px;
}
.content_wrapper_mapping_unevaliable {
  min-width: 550px;
}
.eye-icon {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}
.eye-icon i {
  color: #546179;
}
.draggableItem {
  cursor: move;
  cursor: grab;
}
.dragItem {
  cursor: move;
}
.dragItemPlaceholder {
  background-color: rgba(64, 177, 209, 0.4) !important;
  border: none !important;
  width: 240px;
  height: 84px;
  overflow: hidden;
}
.dragItemPlaceholder > * {
  visibility: hidden;
}
.dragItemPlaceholder .dropArea {
  visibility: hidden;
}
.detectRightEdge {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.detectLeftEdge {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}
.dropArea {
  display: inline-block;
  overflow: hidden;
  max-width: 0;
  max-height: 0;
  transform: scale(0);
  transition:
    transform 0.2s ease-in-out,
    max-width 0.2s ease-in-out,
    max-height 0.2s ease-in-out;
  margin: 0;
  background-color: #8bd2e3;
  color: #0e8db1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropArea {
    transition: none;
  }
}
.dropArea.is-active {
  max-width: unset;
  max-height: unset;
  transform: scale(1);
  transition:
    transform 0.5s ease-in-out,
    max-width 0.5s ease-in-out,
    max-height 0.5s ease-in-out;
  padding: 0 6px;
  border: 2px dashed #0e8db1;
  margin: 0 6px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dropArea.is-active {
    max-width: 100%;
    max-height: 100%;
    transition: none;
  }
}
.dropArea .dropArea_content {
  padding: 10px;
  display: inline-block;
}
.dropArea .icon_container {
  margin-right: 6px;
}
.dropArea .dropAreaMessage {
  display: inline-block;
}
.dragNdropCard {
  position: relative;
  display: inline-block;
  padding: 8px;
  border: 1px solid #546179;
  background: #ffffff;
}
.dragNdropCard .dragNdropCardHeader {
  position: relative;
  padding: 0 24px;
}
.dragNdropCard .dragNdropCardHeader::after {
  content: "";
  display: table;
  clear: both;
}
.dragNdropCard .dragNdropCardHeader {
  white-space: nowrap;
}
.dragNdropCard .dragNdropCardHeader .icon_container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
}
.dragNdropCard .dragNdropCardHeader .dragNdropCardLabel {
  display: inline-block;
  white-space: normal;
}
.dragNdropCard .dragNdropCardHeader .closeButton_container {
  top: 50%;
  transform: translateY(-50%);
}
.is-ie-drag {
  display: inline-block;
  background: #ffffff !important;
  z-index: 20;
}
.is-ie-drag > * {
  visibility: visible !important;
}
.is-ie-drag.reportItem {
  padding: 4px 6px;
}
.is-ie-drag.expressionFilter,
.is-ie-drag.expressionGroup {
  transform: scale(0.5);
}
.emptyState {
  color: #7b88a3;
}
.emptyState.emptyState-large {
  min-width: 648px;
}
.emptyState.emptyState-large .emptyMessage {
  padding: 12px;
}
.emptyState.bordered {
  border: 1px solid #3d495f;
}
.emptyState .emptyMessage {
  padding: 8px;
  display: inline-block;
}
.emptyState_wraper_aligh_left {
  text-align: left !important;
}
.emptyState_wrapper {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
.emptyState_wrapper .emptyState_container {
  display: inline-block;
  margin: 0 auto;
  color: #7b88a3;
  text-align: center;
  overflow: hidden;
}
.emptyState_wrapper .emptyState_container h1,
.emptyState_wrapper .emptyState_container h3 {
  color: #7b88a3;
}
.emptyState_wrapper .emptyState_container .emptyStateImage {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  height: auto;
  width: 60%;
}
.dialog_title label {
  line-height: 1;
  color: #546179;
}
.form_container {
  color: #151923;
}
.form_container .header_wrapper {
  margin-bottom: 24px;
}
.form_container .header_wrapper .header_container {
  padding: 0;
}
.form_container .content_wrapper {
  position: relative;
}
.form_container .loginFormMessage_container label {
  color: red;
}
.form_container .footer_wrapper {
  margin-top: 36px;
  position: sticky;
  background-color: #fff;
  z-index: 10;
  bottom: 0;
  padding: 12px 0;
}
.form_container .footer_wrapper.border-top {
  border-top: 1px solid #d9e0ea;
  margin-top: 0;
  padding: 20px 0;
}
.form_container .formSection {
  margin: 18px 0;
}
.form_container .formRow {
  display: block;
  margin-bottom: 8px;
}
.form_container .formRow:last-child {
  margin-bottom: 0;
}
.form_container .formCell {
  display: inline-block;
  padding-right: 20px;
}
.form_container .formCell .button {
  width: 150px;
}
.form_container .formCell:last-child {
  padding-right: 0;
}
.form_container .dropdown_container .dropdownList_container {
  max-height: 260px;
}
.form_container .dropdown_container .dropdownList_batch_container {
  max-height: 420px;
  height: 400px;
}
.purchase-numeric-step-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.purchase-numeric-step-wrapper .purchase-form-counts-price-input,
.purchase-numeric-step-wrapper .purchase-numeric-display-input-value {
  width: 80px;
  position: relative;
}
.purchase-numeric-step-wrapper .purchase-form-counts-price-input input {
  padding-left: 16px;
  width: 100%;
}
.purchase-numeric-step-wrapper .purchase-form-counts-price-input input:focus {
  margin: inherit;
  padding-left: 16px;
}
.purchase-numeric-step-wrapper .purchase-numeric-step-input-wrapper input {
  width: 40px;
}
.component-input-image-upload {
  display: flex;
}
.component-input-image-upload input {
  width: calc(100% - 33px);
}
.component-input-image-upload.without-label {
  flex-basis: 100%;
}
.component-input-image-upload.without-label app-dropdown {
  width: 100%;
}
.component-input-image-upload.without-label app-dropdown .dropdown_container {
  max-width: 100%;
}
.header_content .widgets_wrapper {
  float: right;
  padding: 0 10px;
}
.menuButton_wrapper {
  display: inline-block;
  padding: 13px 16px;
  vertical-align: middle;
}
.menuButton_wrapper .menuButton_container {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 20px;
  overflow: hidden;
  vertical-align: middle;
}
.menuButton_wrapper .menuButton_container .menuIcon_bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 1.5px;
  background: #ffffff;
  border-radius: 20px;
}
.menuButton_wrapper .menuButton_container .menuIcon_bar.bar1 {
  top: 0;
}
.menuButton_wrapper .menuButton_container .menuIcon_bar.bar2,
.menuButton_wrapper .menuButton_container .menuIcon_bar.bar3 {
  top: 7px;
  transition: transform(rotate) 0.35s ease-in-out;
}
.menuButton_wrapper .menuButton_container .menuIcon_bar.bar4 {
  top: 14px;
}
.menuButton_wrapper:hover .menuIcon_bar {
  background-color: #0e8db1;
}
.menuButton_wrapper.menu_open {
  background-color: #e8ecfc;
}
.menuButton_wrapper.menu_open .menuIcon_bar {
  background-color: #343d4e;
}
.menuButton_wrapper.menu_open .bar1 {
  color: #343d4e;
  top: 10px;
  width: 0%;
  left: 50%;
}
.menuButton_wrapper.menu_open .bar2 {
  transform: rotate(45deg);
  transition: all 0.35s ease-in-out;
}
.menuButton_wrapper.menu_open .bar3 {
  transform: rotate(-45deg);
  transition: all 0.35s ease-in-out;
}
.menuButton_wrapper.menu_open .bar4 {
  top: 10px;
  width: 0%;
  left: 50%;
}
.menuButton_wrapper.menu_open:hover {
  background-color: #c5cdda;
}
.logo_wrapper {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  height: 24px;
}
.logo_wrapper .logo_container {
  height: 16px;
  width: auto;
}
.logo_wrapper .logo_container .logo_image {
  display: inline-block;
  height: 100%;
  width: auto;
  vertical-align: middle;
  margin-top: -5px;
}
.widgets_container .widgetItem_wrapper {
  float: left;
  display: inline-block;
}
.widgets_container .widgetItem_wrapper .widgetItem_container {
  position: relative;
  width: 100%;
}
.widgets_container .widgetItem_wrapper .headerDropdown_wrapper {
  z-index: 10;
  position: absolute;
  top: 50px;
  right: 0;
  height: 100%;
  width: 100%;
  min-width: 340px;
  max-height: 400px;
}
.widgetItem_content {
  display: inline-block;
  height: 100%;
  padding: 13px 10px;
  overflow: hidden;
  vertical-align: middle;
}
.widgetItem_content.widgetItem_active {
  background-color: #ffffff;
}
.widgetItem_content.widgetItem_active .hoverIconImage,
.widgetItem_content.widgetItem_active .widgetIconImage {
  display: none !important;
}
.widgetItem_content.widgetItem_active .activeWidgetIconImage {
  display: inline-block !important;
}
.widgetItem_content.widgetItem_active .iconImage_container {
  color: #151923;
}
.widgetItem_content .widgetItem_wrapper {
  display: inline-block;
}
.widgetItem_content .userWidget_wrapper {
  width: 100%;
  height: 100%;
}
.widgetItem_content .iconImage_container {
  display: inline;
  height: 20px;
  width: 20px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1;
  font-size: 18px;
  color: #ffffff;
}
.widgetItem_content .iconImage_container img {
  height: 100%;
  width: auto;
}
.widgetItem_content .iconImage_container .widgetIconImage {
  display: inline-block;
}
.widgetItem_content .iconImage_container .hoverWidgetIconImage,
.widgetItem_content .iconImage_container .activeWidgetIconImage {
  color: #151923;
}
.widgetItem_content .iconImage_container:hover {
  color: #0e8db1;
}
.widgetItem_content .iconImage_container:hover .hoverWidgetIconImage {
  display: inline-block;
}
.widgetItem_content .iconImage_container:hover .widgetIconImage {
  display: none;
}
.widgetItem_content .iconImage_container:active {
  color: #151923;
}
.widgetItem_content .iconImage_container:active .activeWidgetIconImage {
  color: #151923;
  display: inline-block;
}
.searchGroup_wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
.widgetNotification_wrapper .widgetNotification_container {
  position: relative;
}
.widgetNotification_wrapper .widgetNotification_container.hasNewNotification:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 10px;
  width: 10px;
  height: 10px;
  background-color: #40B1D1;
  border: 3px solid #40B1D1;
  border-radius: 50%;
  box-shadow: 0px 2px 1px #546179;
  font-size: 13px;
  z-index: 40;
}
.header_customer {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
  margin-top: 3em;
}
.primaryNav_container {
  background-color: #e8ecfc;
}
.primaryNav_container .grid-padding-x {
  padding: 0 40px;
}
.primaryNav_container .grid-padding-x .cell {
  padding: 0 24px;
}
.primaryNav_container .primaryNavTab_wrapper {
  width: 200px;
}
.primaryNav_container .primaryNavTab_wrapper:first-child {
  margin-left: -40px;
  padding-left: 40px;
}
@media screen and (min-width: 1700px) {
  .primaryNav_container .primaryNavTab_wrapper:first-child {
    max-width: 260px !important;
  }
}
.primaryNav_container .primaryNavTab_wrapper:hover {
  background-color: #a0aad4;
}
.primaryNav_container .primaryNavTab_wrapper:hover .primaryNavTabLabel {
  color: #151923;
}
.primaryNav_container .primaryNavTab_wrapper:hover .primaryNavIcon {
  color: #151923 !important;
}
.primaryNav_container .primaryNavTab_wrapper.activePrimNav {
  background-color: #ffffff;
}
.primaryNav_container .primaryNavTab_wrapper.activePrimNav .primaryNavTabLabel {
  color: #151923;
}
.primaryNav_container .primaryNavTab_wrapper.activePrimNav .primaryNavIcon {
  color: #151923 !important;
}
.primaryNav_container .primaryNav_tabContainer {
  position: relative;
  display: block;
  padding: 40px 0;
  white-space: nowrap;
}
.primaryNav_container .primaryNav_tabContainer .primaryNavIcon_container {
  display: inline-block;
  width: 24px;
  vertical-align: middle;
  text-align: center;
}
.primaryNav_container .primaryNav_tabContainer .primaryNavIcon_container .primaryNavIcon {
  display: block;
  color: #546179;
  height: 20px;
  font-size: 20px;
}
.primaryNav_container .primaryNav_tabContainer .primaryNavTabLabel {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  font-weight: 600;
  color: #546179;
}
.secondaryNav_wrapper {
  background-color: white;
  box-shadow: 0px 2px 5px 0px #ccc;
}
.secondaryNav_wrapper .row-padding {
  padding: 0 40px !important;
}
.secondaryNav_wrapper .row-padding .cell {
  padding: 0 24px;
}
.secondaryNav_wrapper .secondaryNav_container {
  margin: 0 auto;
  position: relative;
}
.secondaryNav_wrapper .secondaryNav_container .secondaryNavColumns_container {
  width: 220px;
}
.secondaryNav_wrapper .secondaryNav_container .secondaryNavColumns_container:first-child {
  width: 200px;
}
.secondaryNav_wrapper .secondaryNav_column {
  font-size: 14px;
  padding: 40px 0;
}
.secondaryNav_wrapper .secondaryNav_column .secondaryNav_label {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}
.secondaryNav_wrapper .secondaryNav_column .secondaryNav_label h4 {
  white-space: nowrap;
}
.secondaryNav_wrapper .secondaryNav_column .secondaryNav_list {
  margin: 10px 0;
}
.secondaryNav_wrapper .secondaryNav_column .secondaryNav_list .secondaryNav_li {
  display: block;
  width: 100%;
}
.secondaryNav_wrapper .secondaryNav_column .secondaryNav_list .secondaryNav_li .secondaryNav_link {
  display: block;
  padding: 7px 0;
  line-height: 16px;
  font-size: 14px;
  font-weight: 500;
  color: #151923;
  white-space: nowrap;
}
.secondaryNav_wrapper .secondaryNav_column .secondaryNav_list .secondaryNav_li .secondaryNav_link.secondaryNavActive {
  font-weight: bold;
}
.secondaryNav_wrapper .secondaryNav_column .secondaryNav_list .secondaryNav_li .secondaryNav_link.secondaryNavActive:hover {
  color: #151923;
}
.secondaryNav_wrapper .secondaryNav_column .secondaryNav_list .secondaryNav_li .secondaryNav_link:hover {
  color: #40B1D1;
}
.secondaryNav_wrapper .secondaryNav_column .secondaryNav_list .secondaryNav_li .secondaryNav_link:not([href]) {
  opacity: 0.5;
  pointer-events: none;
}
.primaryNav_wrapper {
  box-shadow: 0px 2px 5px 0px #ccc;
}
.custom_ul_padding {
  padding-left: 1px;
}
.custom_column_padding {
  padding-left: 8px !important;
}
.headerDropdown_container {
  position: relative;
  margin-left: -5px;
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px #cccccc;
}
.headerDropdown_container .headerDropdown_title {
  color: #d9e0ea;
  padding: 20px 20px 10px 20px;
}
.headerDropdown_container .headerDropdown_content {
  padding-top: 10px;
  padding-bottom: 40px;
  max-height: 240px;
  overflow-y: auto;
  font-size: 14px;
}
.headerDropdown_container .headerNotificationDropdown_content {
  max-height: 210px;
  overflow-y: auto;
  font-size: 14px;
}
.headerDropdown_container .headerDropdown_footer {
  z-index: 20;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  text-align: center;
}
.headerDropdown_container .headerDropdown_footer:hover .headerDropdownFooter_label {
  background-color: #edf0f5;
}
.headerDropdown_container .headerDropdown_footer .headerDropdownFooter_label {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: #0e8db1;
}
.notificationList_container {
  background-color: #ffffff;
}
.notificationList_container .notificationListLi {
  display: block;
}
.notificationList_container .notificationListLi .notificationListLink {
  display: block;
  padding: 10px 20px;
}
.notificationList_container .notificationListLi .notificationListLink:hover {
  background-color: rgba(237, 240, 245, 0.45);
}
.notificationList_container .notificationListLi .notificationListLink .notificationListIcon {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
  font-size: 20px;
  color: #40B1D1;
}
.notificationList_container .notificationListLi .notificationListLink .notificationListIcon .fal {
  display: block;
  font-size: 20px;
  color: #79c8de;
}
.notificationList_container .notificationListLi .notificationListLink .notificationListMessage_container {
  display: inline-block;
  font-size: 14px;
}
.notificationList_container .notificationListLi .notificationListLink .notificationListMessage_container .notificationListMessage_label {
  color: #151923;
  font-weight: 600;
}
.notificationList_container .notificationListLi .notificationListLink .notificationListMessage_container .notificationListMessage_subtitle {
  color: #d9e0ea;
}
.userUseTouchScreenLayout a {
  padding-top: 10px;
}
.userChangePassword {
  color: #0e8db1;
}
.userChangePassword:hover {
  color: #40B1D1;
}
.userProfile_container {
  padding: 10px 10px 20px 20px;
}
.userProfile_container .userImage_wrapper {
  display: inline-block;
  padding-right: 20px;
}
.userProfile_container .userImage_wrapper .userImage_container {
  display: inline-block;
  width: 30px;
  height: 60px;
  text-align: center;
}
.userProfile_container .userImage_wrapper .userImage_container img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.userProfile_container .userImage_wrapper .userImage_container .fa {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #d9e0ea;
}
.userProfile_container .userData_container {
  display: inline-block;
  vertical-align: middle;
}
.userProfile_container .userData_container .userDataName {
  line-height: 20px;
  font-weight: 500;
  color: black;
  min-width: 160px;
}
.userProfile_container .userData_container .userDataEmail {
  color: rgb(92.8, 108.8615384615, 139.2);
}
.userProfile_container .userData_container .userLoginLocation {
  color: rgb(92.8, 108.8615384615, 139.2);
}
.userDataBandwidth {
  color: rgb(92.8, 108.8615384615, 139.2);
}
.userProfileDropdownFooter {
  border-top: 1px solid #edf0f5;
}
.userProfileDropdownFooter .headerDropdownFooter_label {
  color: #0e8db1;
}
.userProfileDropdownFooter:hover {
  background-color: #edf0f5;
}
.searchGroup_container {
  clear: both;
  position: relative;
  display: inline-block;
  height: 100%;
  min-width: 260px;
  vertical-align: middle;
}
.searchGroup_container.is-inverted .searchGroup_iconWrapper {
  float: right;
}
.searchGroup_container.is-inverted .searchGroup_input {
  float: right;
  left: auto;
  right: 0;
}
.open-search .searchGroup_container.is-inverted .searchGroup_input {
  padding: 0 40px 0 20px;
}
.searchGroup_container.is-inverted .iconImage_container {
  padding-top: 1.5px;
  padding-left: 2px;
}
.searchGroup_container .searchGroup_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border: 0;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.75s ease-in-out;
}
.open-search .searchGroup_container .searchGroup_input {
  width: 100%;
  padding: 0 40px 0 20px;
  transition: all 0.75s ease-in-out;
}
.searchGroup_container .searchGroup_iconWrapper {
  position: relative;
  float: right;
  z-index: 200;
}
.searchGroup_container .searchGroup_iconWrapper .widgetItem_content {
  background: transparent !important;
}
.searchGroup_container .searchGroup_iconWrapper .widgetItem_content .iconImage_container {
  transition: color 0.95s;
}
.searchGroup_container .searchGroupResultsDropdown_wrapper {
  z-index: 10;
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.searchResultsList_container {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px #cccccc;
  transition: all 1s ease-out;
}
.showSearchResults .searchResultsList_container {
  padding: 5px 0;
  height: auto;
  max-height: 300px;
  transition: all 1s ease-out;
}
.searchResultsList_container .searchResultLi {
  display: block;
}
.searchResultsList_container .searchResultLi .searchResultLabel {
  display: block;
  padding: 5px 40px 5px 20px;
  width: 100%;
}
.searchResultsList_container .searchResultLi .searchResultLabel.searchResultLink {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #151923;
}
.searchResultsList_container .searchResultLi .searchResultLabel.searchResultLink:hover {
  color: #0e8db1;
}
.searchResultsList_container .searchResultLi .searchResultLabelDropDown {
  display: inline-block;
  padding: 5px 40px 5px 20px;
  width: 90%;
}
.searchResultsList_container .searchResultLi .searchResultLabelDropDownNotifications {
  display: inline-block;
  padding: 12.5px 10px 12.5px 20px;
  width: 100%;
}
.searchResultsList_container .searchResultLi .searchResultLabelDropDownNotifications:hover {
  color: #40B1D1;
}
.searchResultsList_container .searchResultLi .searchResultIconDropDown {
  padding: 3.0769230769px 6.8965517241px 2px 6.8965517241px;
}
.box-shadow-none {
  box-shadow: none !important;
}
.notificationListMessage_label {
  max-width: 35ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.searchGroup_input_icon {
  position: relative;
  float: right;
}
.searchResultsList_container_icon {
  position: absolute;
  right: 15px;
}
.notification-not-displayed {
  font-weight: bold !important;
}
.notification-displayed {
  color: #798aa3 !important;
}
.notification-button {
  display: none;
}
.yes_no_content_wrapper .fs-16 {
  word-wrap: break-word;
  white-space: normal;
}
.notification-container {
  margin-bottom: 10px;
  background: rgb(91, 107, 137);
  border-radius: 25px;
}
.notification-alert {
  color: white;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.bell-counter {
  position: fixed;
  margin-top: 12px;
  margin-left: 1px;
  font-size: 14px;
}
.app-search-bar {
  display: inline-block;
  width: fit-content;
  margin-left: 6px;
}
.loader_container {
  overflow: hidden;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  min-height: 60px;
}
.loader_container .loader_label {
  margin-top: 20px;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.loader {
  margin: 0 auto;
  font-size: 5px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(122, 199, 222, 0.2);
  border-right: 1.1em solid rgba(122, 199, 222, 0.2);
  border-bottom: 1.1em solid rgba(122, 199, 222, 0.2);
  border-left: 1.1em solid #7ac7de;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sales-group-loader .loader_wrapper {
  position: relative !important;
  margin-top: 22rem;
}
.merchant-loader .loader_wrapper {
  position: relative !important;
  height: 0px !important;
  min-height: 0px !important;
  padding: 20px;
  margin-top: 20px;
}
.android-defice-loader .loader_wrapper.default-loader {
  position: sticky !important;
  height: 905px;
}
.notificationAlert_container {
  z-index: 201;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 20px 100px 20px 60px;
  max-width: 400px;
  background-color: #ffffff;
  box-shadow: 0 3px 2px rgba(204, 204, 204, 0.5019607843);
  border: 1px solid #edf0f5;
}
.warning .notificationAlert_container,
.error .notificationAlert_container {
  border-color: #e45b75;
  color: #e45b75;
}
.warning .notificationAlert_container .notificationAlertIcon_wrapper,
.error .notificationAlert_container .notificationAlertIcon_wrapper {
  background-color: #e45b75;
}
.warning .notificationAlert_container .notificationAlertIcon_wrapper .error-icon,
.error .notificationAlert_container .notificationAlertIcon_wrapper .error-icon {
  display: inline-block;
}
.success .notificationAlert_container {
  color: #08cbbf;
  border-color: #08cbbf;
}
.success .notificationAlert_container .notificationAlertIcon_wrapper {
  background-color: #08cbbf;
}
.success .notificationAlert_container .notificationAlertIcon_wrapper .success-icon {
  display: inline-block;
}
.info .notificationAlert_container {
  color: #151923;
  border-color: #40B1D1;
}
.info .notificationAlert_container .notificationAlertIcon_wrapper {
  background-color: #40B1D1;
}
.info .notificationAlert_container .notificationAlertIcon_wrapper .info-icon {
  display: inline-block;
}
.notificationAlert_container .notificationAlertIcon_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 40px;
  font-size: 20px;
}
.notificationAlert_container .notificationAlertIcon_container {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.notificationAlert_container .notificationAlert_content .notificationAlertDescription {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  orphans: 3;
  line-height: 1.2;
}
.notificationAlert_container .notificationAlertCloseButton_container {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  color: #d9e0ea;
}
.notificationAlert_container .notificationAlertCloseButton_container .fa {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.notificationAlertConfirmButton_container {
  position: absolute;
  bottom: 0;
  top: 0;
  height: 32px;
  width: 60px;
  margin: auto;
  background-color: rgba(217, 224, 234, 0.45);
  right: 10px;
  text-align: center;
}
.notificationAlertConfirmButton_container .notificationAlertConfirmButton_link {
  display: block;
  color: #151923;
  line-height: 32px;
}
.notificationAlertConfirmButton_container:hover {
  background-color: rgba(217, 224, 234, 0.65);
}
.notification-alert-box {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  min-height: 104px;
  width: 429px;
  margin: auto;
  z-index: 9999;
  background-color: #ffffff;
  color: #151923;
  box-shadow: 0 1px 4px 0 rgba(61, 73, 95, 0.4);
  border: 1px solid;
}
.notification-alert-box .notification-alert-box-icon {
  padding: 16px 8px;
}
.notification-alert-box .notification-alert-box-icon:after,
.notification-alert-box .notification-alert-box-icon::after {
  width: 20px;
  height: 20px;
  color: #ffffff;
  display: block;
}
.notification-alert-box .notification-alert-box-icon i {
  color: #ffffff;
  font-size: 20px;
}
.notification-alert-box .notification-alert-box-icon svg {
  width: 20px;
  height: 20px;
}
.notification-alert-box .notification-alert-box-icon path {
  fill: #ffffff;
}
.notification-alert-box .notification-alert-box-content {
  display: flex;
  flex-direction: row;
  min-height: 102px;
}
.notification-alert-box .notification-alert-box-message {
  padding: 16px 16px 24px 24px;
}
.notification-alert-box .notification-alert-box-message h3 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.notification-alert-box .notification-alert-box-message p {
  font-size: 14px;
  line-height: 18px;
  min-height: 36px;
  word-break: break-all;
}
.notification-alert-box .notification-alert-box-message i {
  color: #546179;
}
.notification-alert-box .close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.notification-alert-box .close-icon path {
  fill: #3d495f;
}
.notification-alert-box .close-icon path:hover {
  fill: #151923;
}
.notification-alert-box.error {
  border-color: #ED5050;
}
.notification-alert-box.error .notification-alert-box-icon {
  background-color: #ED5050;
}
.notification-alert-box.success {
  border-color: #08A89E;
}
.notification-alert-box.success .notification-alert-box-icon {
  background-color: #08A89E;
}
.notification-alert-box.info {
  border-color: #417bd1;
}
.notification-alert-box.info .notification-alert-box-icon {
  background-color: #417bd1;
}
.search_container {
  position: relative;
}
.search_container input {
  padding-right: 24px;
  font-family:
    "Font Awesome 5 Pro",
    "Source Sans Pro",
    sans-serif;
}
.search_container input::-webkit-input-placeholder {
  font-family:
    "Font Awesome 5 Pro",
    "Source Sans Pro",
    sans-serif;
}
.search_container input::-moz-placeholder {
  font-family:
    "Font Awesome 5 Pro",
    "Source Sans Pro",
    sans-serif;
}
.search_container input:-ms-input-placeholder {
  font-family:
    "Font Awesome 5 Pro",
    "Source Sans Pro",
    sans-serif;
}
.search_container input:-moz-placeholder {
  font-family:
    "Font Awesome 5 Pro",
    "Source Sans Pro",
    sans-serif;
}
.search_container .closeButton_container {
  background-color: #ffffff;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.orderReportTable_wrapper .table-of-order-report {
  max-height: calc(100vh - 50px - 78px - 45px);
}
.orderReportTable_wrapper .table-of-order-report::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 7px;
  width: 7px;
}
.orderReportTable_wrapper .table-of-order-report::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
.orderReportTable_wrapper .table-of-order-report thead {
  position: sticky;
  z-index: 1;
  top: -1px;
}
.orderReportTable_wrapper .table-of-order-report tr.tr_highlighted {
  position: sticky;
  z-index: 1;
  top: 40px;
}
.table_container {
  margin-bottom: 20px;
  max-width: 100%;
}
.table_container[data-simplebar] {
  padding-bottom: 12px;
}
.table_container[data-simplebar] .horizontal {
  bottom: 1px;
}
table {
  width: auto;
  margin-bottom: 0;
  border-radius: 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 18px;
}
table caption {
  padding: 5px 10px;
  font-weight: bold;
}
.table-scroll table {
  width: auto;
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table.bordered {
  border: 1px solid #546179;
}
table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}
table.hover thead tr:hover,
table.hover tfoot tr:hover,
table.hover tbody tr:hover {
  background-color: #d9e0ea;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #d9e0ea;
}
table thead,
table tbody,
table tfoot {
  border: 1px solid #d9e0ea;
  background-color: #fff;
  color: #151923;
}
table thead tr,
table tbody tr,
table tfoot tr {
  background: transparent;
  color: #151923;
  cursor: default;
}
table thead tr.disabled,
table tbody tr.disabled,
table tfoot tr.disabled {
  opacity: 0.5;
}
table thead th,
table thead td,
table tbody th,
table tbody td,
table tfoot th,
table tfoot td {
  padding: 8px 16px;
  font-weight: normal;
  text-align: left;
}
table tbody tr:nth-child(even) {
  border-bottom: unset;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  table .stack thead {
    display: none;
  }
  table .stack tfoot {
    display: none;
  }
  table .stack tr,
  table .stack th,
  table .stack td {
    display: block;
  }
  table .stack td {
    border-top: 0;
  }
}
table .tr_highlighted {
  background-color: #acbad1 !important;
  color: white;
}
table .editTableIcon_wrapper {
  position: relative;
  padding: 5px 14px;
}
table .editTableIcon_wrapper .editTableIcon_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  display: block;
  background-color: #eaf0fa;
  text-align: center;
}
table .editTableIcon_wrapper .editTableIcon_container:hover .editTableIcon {
  color: #0e8db1;
}
table .editTableIcon_wrapper .editTableIcon_container .editTableIcon {
  display: block;
  padding: 5px 0;
  color: #546179;
}
table th.fixedWidthCell_xxl,
table td.fixedWidthCell_xxl {
  width: 480px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
table th.fixedWidthCell_xl,
table td.fixedWidthCell_xl {
  width: 360px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
table th.fixedWidthCell_l,
table td.fixedWidthCell_l {
  width: 240px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
table th.fixedWidthCell_s,
table td.fixedWidthCell_s {
  width: 60px;
}
table th.fixedWidthCell_s .tableIconContainer,
table td.fixedWidthCell_s .tableIconContainer {
  display: block;
  color: #546179;
  text-align: center;
}
table th.fixedWidthCell_s .tableIconContainer:hover,
table td.fixedWidthCell_s .tableIconContainer:hover {
  color: #0e8db1;
}
table th.fixedWidthCell_xs,
table td.fixedWidthCell_xs {
  width: 36px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.custom_billing_report_sub_header {
  background-color: #9aa7ba !important;
  color: #ffffff;
}
.custom_billing_report_total_items_header {
  background-color: #d0dcef !important;
}
.oversold-row {
  background-color: #e45b75 !important;
}
.holiday-row {
  font-style: italic;
  font-weight: bold;
}
app-buses .bus-tooltip-wrapper {
  position: fixed;
  width: 290px;
  background-color: #ffffff;
  padding: 16px;
  top: 170px;
  right: 838px;
  z-index: 10;
  box-shadow: 0 0 6px 1px #d8d8d8;
}
app-buses .bus-tooltip-wrapper p {
  min-height: 32px;
}
app-buses .bus-tooltip-wrapper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  right: -16px;
  top: 8px;
  border-right: transparent solid 8px;
  border-bottom: transparent solid 8px;
  border-top: transparent solid 8px;
  border-left: white solid 8px;
  -webkit-filter: drop-shadow(0 3px 4px #d8d8d8);
  filter: drop-shadow(4px 0px 3px #d8d8d8);
  z-index: 0;
}
app-buses .bus-tooltip-wrapper.arrow-top:after {
  top: 8px;
}
app-buses .bus-tooltip-wrapper.arrow-bottom:after {
  bottom: 8px;
}
app-buses .bus-tooltip-header {
  position: relative;
}
app-buses .bus-tooltip-header p {
  font-weight: bold;
}
app-buses .bus-tooltip-row p:nth-child(1),
app-buses .bus-tooltip-header p:nth-child(1) {
  width: 90%;
}
app-buses .bus-tooltip-row p:nth-child(2),
app-buses .bus-tooltip-header p:nth-child(2) {
  width: calc(20% - 24px);
}
app-buses .bus-tooltip-row p:nth-child(3),
app-buses .bus-tooltip-header p:nth-child(3) {
  width: 20%;
}
.selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.table_wrapper .table_caption {
  margin-bottom: 24px;
}
.table_striped {
  width: 100%;
  border: 1px solid #798aa3;
}
.table_striped thead,
.table_striped tbody,
.table_striped tfoot {
  border: unset;
}
.table_striped thead {
  background-color: #798aa3;
  color: #ffffff;
}
.table_striped thead th,
.table_striped thead td {
  padding: 8px 18px;
  white-space: nowrap;
  border-right: 1px solid #d9e0ea;
}
.table_striped thead th:last-child,
.table_striped thead td:last-child {
  border: unset;
}
.table_striped th,
.table_striped td {
  padding: 8px 18px;
  white-space: nowrap;
  border-right: 1px solid #d9e0ea;
}
.table_striped th:last-child,
.table_striped td:last-child {
  border: unset;
}
.table_striped tr:hover {
  color: #40B1D1;
}
.table_striped tr.tr-active {
  background-color: #79c8de !important;
  color: white;
}
.table_striped tr.tr-active a {
  color: white;
}
.table_striped tr:nth-child(even) {
  background-color: #edf0f5;
  border-bottom: 0;
}
.table_striped .tr_highlighted:hover {
  color: white;
}
.table_striped .tr-active .tableIconContainer {
  color: white;
}
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container {
  display: block;
  min-width: 80px;
  cursor: default;
}
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container.tableHeaderSortable {
  cursor: pointer;
}
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container.tableHeaderSortable .sortIcon {
  display: inline-block;
}
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container:hover .tableHeaderColumnSortIcon,
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container:hover .tableHeaderColumnLabel {
  color: #ffffff;
}
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container:hover .defaultSortIcon .sort-default {
  display: inline-block !important;
}
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container .tableHeaderColumnLabel {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  color: #ffffff;
}
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container .sortIcon {
  position: absolute;
  right: 0;
  display: none;
  color: #ffffff;
}
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container .sortIcon span {
  display: none;
}
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container .sortIcon.OnChanges .sort-default {
  display: none;
}
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container .sortIcon.sortAscending .sort-up {
  display: inline-block;
}
.table_striped .tableHeaderColumn .tableHeaderColumnLink_container .sortIcon.sortDescending .sort-down {
  display: inline-block;
}
.table_striped_parent {
  width: 100%;
  border: 1px solid #798aa3;
}
.table_striped_parent thead,
.table_striped_parent tbody,
.table_striped_parent tfoot {
  border: unset;
}
.table_striped_parent thead {
  background-color: #798aa3;
  color: #ffffff;
}
.table_striped_parent thead th,
.table_striped_parent thead td {
  padding: 8px 18px;
  white-space: nowrap;
  border-right: 1px solid #d9e0ea;
}
.table_striped_parent thead th:last-child,
.table_striped_parent thead td:last-child {
  border: unset;
}
.table_striped_parent tr:hover {
  color: #40B1D1;
}
.table_striped_parent tr.tr-active {
  background-color: #79c8de !important;
  color: white;
}
.table_striped_parent tr.tr-active a {
  color: white;
}
.table_striped_parent th,
.table_striped_parent td {
  padding: 8px 18px;
  white-space: nowrap;
  border-right: 1px solid #d9e0ea;
}
.table_striped_parent th:last-child,
.table_striped_parent td:last-child {
  border: unset;
}
.table_striped_parent tr:nth-child(4n-1) {
  background-color: #edf0f5;
  border-bottom: 0;
}
.table_striped_parent .tr_highlighted:hover {
  color: white;
}
.table_striped_parent .tr-active .tableIconContainer {
  color: white;
}
.table_striped_child {
  width: 100%;
  border: 1px solid #798aa3;
}
.table_striped_child thead,
.table_striped_child tbody,
.table_striped_child tfoot {
  border: unset;
}
.table_striped_child thead {
  background-color: #798aa3;
  color: #ffffff;
}
.table_striped_child thead th,
.table_striped_child thead td {
  padding: 8px 18px;
  white-space: nowrap;
  border-right: 1px solid #d9e0ea;
}
.table_striped_child thead th:last-child,
.table_striped_child thead td:last-child {
  border: unset;
}
.table_striped_child tr:hover {
  color: #40B1D1;
}
.table_striped_child tr.tr-active {
  background-color: #79c8de !important;
  color: white;
}
.table_striped_child tr.tr-active a {
  color: white;
}
.table_striped_child th,
.table_striped_child td {
  padding: 8px 18px;
  white-space: nowrap;
  border-right: 1px solid #d9e0ea;
}
.table_striped_child th:last-child,
.table_striped_child td:last-child {
  border: unset;
}
.table_striped_child tr:nth-child(even) {
  background-color: #edf0f5;
  border-bottom: 0;
}
.table_striped_child tr:nth-child(4n-1) {
  background-color: transparent;
}
.table_striped_child .tr_highlighted:hover {
  color: white;
}
.table_striped_child .tr-active .tableIconContainer {
  color: white;
}
.table_striped_child_one_color {
  width: 100%;
  border: 1px solid #798aa3;
}
.table_striped_child_one_color thead,
.table_striped_child_one_color tbody,
.table_striped_child_one_color tfoot {
  border: unset;
}
.table_striped_child_one_color thead {
  background-color: #798aa3;
  color: #ffffff;
}
.table_striped_child_one_color thead th,
.table_striped_child_one_color thead td {
  padding: 8px 18px;
  white-space: nowrap;
  border-right: 1px solid #d9e0ea;
}
.table_striped_child_one_color thead th:last-child,
.table_striped_child_one_color thead td:last-child {
  border: unset;
}
.table_striped_child_one_color tr:hover {
  color: #40B1D1;
}
.table_striped_child_one_color tr.tr-active {
  background-color: #79c8de !important;
  color: white;
}
.table_striped_child_one_color tr.tr-active a {
  color: white;
}
.table_striped_child_one_color th,
.table_striped_child_one_color td {
  padding: 8px 18px;
  white-space: nowrap;
  border-right: 1px solid #d9e0ea;
}
.table_striped_child_one_color th:last-child,
.table_striped_child_one_color td:last-child {
  border: unset;
}
.table_striped_child_one_color tr:nth-child(even) {
  background-color: transparent;
  border-bottom: 0;
}
.table_striped_child_one_color .tr_highlighted:hover {
  color: white;
}
.table_striped_child_one_color .tr-active .tableIconContainer {
  color: white;
}
table.colgroup {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
table.colgroup col.col-label {
  width: 280px;
}
table.colgroup col:nth-child(2) {
  width: 220px;
}
table.colgroup col.col-num {
  width: auto;
}
table.colgroup th,
table.colgroup td {
  box-sizing: border-box;
  padding: 8px 12px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.colgroup th:first-child,
table.colgroup td:first-child {
  text-align: left;
}
table.colgroup th:not(:first-child),
table.colgroup td:not(:first-child) {
  text-align: right;
}
table.colgroup thead th .tableHeaderColumnLabel {
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  word-break: break-word;
  line-height: 1.15;
  text-align: center;
}
table.colgroup .tableHeaderColumnLabel,
table.colgroup .td_content {
  display: block;
  width: 100%;
}
table.colgroup.colgroup-payments {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}
table.colgroup.colgroup-payments th,
table.colgroup.colgroup-payments td {
  box-sizing: border-box;
  padding: 8px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.colgroup.colgroup-payments th {
  text-align: left;
}
table.colgroup.colgroup-payments td {
  text-align: right;
}
table.colgroup.colgroup-payments td:nth-child(-n+5) {
  text-align: left;
}
.neg {
  color: #B00020;
}
.label-cell .label-with-caret {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.sheet-title {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #555;
  transition: transform 0.15s ease;
}
.caret.open {
  transform: rotate(90deg);
}
tfoot.clickable {
  cursor: pointer;
}
.table-no-stripes {
  width: 100%;
}
.table-no-stripes thead,
.table-no-stripes tbody,
.table-no-stripes tfoot {
  border: 1px solid #798aa3;
  padding: 0;
}
.table-no-stripes thead {
  font-weight: 400;
  background-color: #798aa3;
  color: #ffffff;
}
.table-no-stripes th,
.table-no-stripes td {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
}
.table-no-stripes .emptyTable {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #798aa3;
}
.simple-table.table-nested {
  margin-top: 10px;
  margin-left: 40px;
}
.simple-table thead,
.simple-table tbody,
.simple-table tfoot {
  border: 0;
}
.simple-table tr:hover {
  color: initial;
}
.simple-table th,
.simple-table td {
  border: 0;
  padding: 0 10px;
  white-space: nowrap;
  vertical-align: top;
}
.simple-table th:first-child,
.simple-table td:first-child {
  padding-left: 0;
}
.simple-table th:last-child,
.simple-table td:last-child {
  padding-right: 0;
}
.simple-table .th-small {
  font-size: 10px;
}
.simple-table .td-small {
  font-size: 12px;
}
.simple-table .initial-white-space {
  white-space: initial;
}
li ul {
  padding-left: 20px;
}
li .tree-list-item {
  position: relative;
}
li .tree-list-item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: -16px;
  background-color: #D0DCEF;
}
li .tree-list-item:last-child:before {
  height: calc(100% - 16px);
}
.tree-list-item {
  line-height: 18px;
  color: #151923;
}
.tree-list-item .fa,
.tree-list-item .fab,
.tree-list-item .fad,
.tree-list-item .fal,
.tree-list-item .far,
.tree-list-item .fas {
  margin-right: 4px;
  width: 16px;
  color: #40B1D1;
  cursor: pointer;
  line-height: 32px;
}
.tree-list-item div {
  cursor: pointer;
  line-height: 32px;
}
.tree-list-item app-checkbox,
.tree-list-item app-permission-checkbox {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
}
.tree-list-item .user-inheritance-indicator {
  cursor: default;
  margin: 0 0 0 8px;
}
.tree-list-item .user-inheritance-indicator i {
  color: #C1C8DB;
  cursor: inherit;
  font-size: 10px;
  background-color: #EFF2FC;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.tree-list-item .user-inherited-permissions {
  align-items: baseline;
}
.tree-list-item .user-inheritance-action-button {
  font-style: italic;
  font-size: 12px;
  color: #40B1D1;
  margin: 0 0 0 8px;
}
.tree-list-item .user-inheritance-action-button:hover {
  text-decoration: underline;
}
.setDefaultIcon {
  font-size: 16px;
  cursor: pointer;
  color: transparent;
  -webkit-text-stroke: 1px #40B1D1;
  margin-left: -12px !important;
}
.setDefaultIcon.active {
  color: #40B1D1;
  -webkit-text-stroke: 0px transparent;
}
.setDefaultIcon:hover {
  color: #40B1D1;
  -webkit-text-stroke: 0;
}
.tree-branch {
  position: relative;
}
.tree-branch:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 16px;
  margin: auto;
  width: 8px;
  height: 1px;
  background-color: #D0DCEF;
}
div.selected {
  font-weight: 800;
}
.app-checkbox-wrapper {
  position: sticky;
  padding: 16px 0;
  background: #fff;
  bottom: 0;
  z-index: 2;
}
.inactive {
  color: rgba(21, 25, 35, 0.5);
}
.tree-list-item-last-child {
  color: #40B1D1;
}
.tree-list-item-last-child:hover {
  text-decoration: underline;
}
.tree-list-item-last-child div i {
  visibility: hidden;
}
.tree-list-item-last-child .node-data-label:hover {
  text-decoration: underline;
}
.toolboxButtons_container {
  vertical-align: middle;
}
.toolboxButtons_container .toolboxButtons_list {
  white-space: nowrap;
}
.toolboxButtons_container .toolboxButtons_list .toolboxButtons_li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.toolboxButtons_container .toolboxButtons_list .toolboxButtons_li:last-child {
  padding-right: 0;
}
.occurrences_list_wrapper {
  display: flex;
  gap: 12px;
}
.occurrences_list_item {
  display: flex;
  align-items: center;
}
.resetReport_button {
  display: inline-block;
  padding: 5px 0;
  color: #546179;
}
.resetReport_button:hover {
  color: #0e8db1;
}
.discounts-scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  display: block;
  width: 100%;
  max-width: 100%;
}
.discounts-scroll-container::-webkit-scrollbar {
  height: 8px;
}
.discounts-scroll-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.discounts-scroll-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.dialog-new-template {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  height: 100vh;
}
.dialog-new-template .dialog-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}
.dialog-new-template .dialog-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 4;
  background-color: #ffffff;
}
.dialog-new-template .dialog-body {
  padding: 16px;
}
.dialog-new-template .dialog-header {
  display: flex;
  align-content: center;
  justify-content: space-between;
  padding: 16px 16px 0 16px;
}
.dialog-new-template .dialog-header h2 {
  padding: 8px;
}
.dialog-new-template .dialog-footer {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  flex-direction: column;
  position: relative;
}
.dialog-new-template .dialog-footer:before {
  content: "";
  position: absolute;
  z-index: 5;
  height: 1px;
  background-color: red;
}
.purchase-remove-dialog .dialog-content {
  height: 223px;
  width: 364px;
  top: 122px;
}
.purchase-remove-dialog .dialog-body {
  padding: 8px;
  margin-bottom: 20px;
}
.order-summary-dialog .dialog-header {
  padding: 24px;
}
.order-summary-dialog .dialog-content {
  width: 1100px;
  top: 24px;
  max-height: calc(100% - 48px);
  min-height: 350px;
}
.order-summary-dialog .dialog-body {
  overflow-y: auto;
  padding: 0 24px 0 24px;
  max-height: calc(100vh - 240px);
}
.order-summary-dialog .dialog-footer {
  border-top: 1px solid #ABBAD1;
  padding: 8px 15px;
}
.order-summary-dialog .dialog-checkboxes-wrapper {
  display: flex;
  padding: 8px;
  margin: -8px;
}
.order-summary-dialog .dialog-checkboxes-wrapper:before {
  content: "";
}
.order-summary-dialog app-checkbox {
  margin: 16px 16px 24px 0;
}
.order-summary-dialog .dialog-buttons-wrapper {
  display: flex;
  justify-content: space-between;
}
.order-summary-dialog .ghost-button,
.order-summary-dialog .button-solid-danger {
  padding: 0;
  height: 34px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-summary-dialog .ghost-button svg,
.order-summary-dialog .button-solid-danger svg {
  margin-right: 8px;
  width: 14px;
}
.order-summary-dialog .ghost-button {
  color: #546179;
}
.order-summary-dialog table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
.order-summary-dialog th {
  font-size: 12px;
  color: #546179;
  padding: 0 8px;
}
.order-summary-dialog th:first-child {
  padding: 0 8px 0 0;
}
.order-summary-dialog td {
  font-size: 14px;
  vertical-align: top;
  line-height: 22px;
  padding: 0 8px;
}
.order-summary-dialog td:first-child {
  padding: 0 5px 0 0;
}
.order-summary-dialog table thead,
.order-summary-dialog table tbody,
.order-summary-dialog table tfoot {
  border: medium none;
}
.order-summary-dialog .summary-payment-info-wrapper,
.order-summary-dialog .summary-pass-detail-wrapper {
  flex-direction: column;
}
.order-summary-dialog .summary-payment-info-wrapper table,
.order-summary-dialog .summary-pass-detail-wrapper table {
  table-layout: fixed;
  margin-bottom: 16px;
}
.order-summary-dialog .summary-payment-info-wrapper .children-table-container,
.order-summary-dialog .summary-pass-detail-wrapper .children-table-container {
  padding-left: 50px;
  position: relative;
}
.order-summary-dialog .summary-payment-info-wrapper .children-table-container:before,
.order-summary-dialog .summary-pass-detail-wrapper .children-table-container:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #343d4e;
  left: 20px;
}
.order-summary-dialog .summary-payment-info-wrapper .children-table-container table,
.order-summary-dialog .summary-pass-detail-wrapper .children-table-container table {
  border-collapse: collapse;
  table-layout: auto;
}
.order-summary-dialog .summary-payment-info-wrapper .children-table-container table tr th,
.order-summary-dialog .summary-pass-detail-wrapper .children-table-container table tr th {
  padding: 0 5px 0 0;
}
.order-summary-dialog .summary-payment-info-wrapper .children-table-container table tr td,
.order-summary-dialog .summary-pass-detail-wrapper .children-table-container table tr td {
  padding: 5px 5px 5px 0;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}
.order-summary-dialog .summary-payment-info-wrapper .children-table-container table tr td:first-child:before,
.order-summary-dialog .summary-pass-detail-wrapper .children-table-container table tr td:first-child:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #343d4e;
  border-radius: 50%;
  left: -37px;
  top: 50%;
  background: #ffffff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.order-summary-dialog .summary-payment-info-wrapper .children-table-container table tr td:first-child:after,
.order-summary-dialog .summary-pass-detail-wrapper .children-table-container table tr td:first-child:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 50%;
  left: -31px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: #343d4e;
}
.order-summary-dialog .summary-payment-info-wrapper .table-wrapper,
.order-summary-dialog .summary-pass-detail-wrapper .table-wrapper {
  position: relative;
}
.order-summary-dialog .summary-payment-info-wrapper .table-wrapper .table-arrow,
.order-summary-dialog .summary-pass-detail-wrapper .table-wrapper .table-arrow {
  font-weight: unset;
  position: absolute;
  left: -15px;
  top: 2px;
  transition: 0.4s;
}
.order-summary-dialog .summary-payment-info-wrapper .table-wrapper .table-arrow.down,
.order-summary-dialog .summary-pass-detail-wrapper .table-wrapper .table-arrow.down {
  transform: rotate(90deg);
}
.order-summary-dialog .width-1 {
  width: 140px;
}
.order-summary-dialog .width-2 {
  width: 40px;
}
.order-summary-dialog .min-width-1 {
  width: 150px;
}
.order-summary-dialog .width-5px {
  width: 5px;
}
.order-summary-dialog h1 {
  font-weight: 700;
}
.order-summary-dialog h2 {
  font-weight: 700;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: 24px;
}
.order-summary-dialog h3 {
  font-weight: 700;
}
.order-summary-dialog h4 {
  margin-top: 6px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: #151923;
}
.order-summary-dialog .loader_wrapper {
  position: initial;
  z-index: initial;
}
.related-order-data-wrapper table {
  table-layout: fixed;
  width: 100%;
}
.related-order-data-wrapper table td {
  word-wrap: break-word;
}
.related-orders {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.dialog-section-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  align-items: center;
}
.dialog-section {
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #151923;
}
.dialog-section-edit-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-section-edit-options .edit-option {
  margin-right: 16px;
}
.dialog-section-edit-options .delete-option,
.dialog-section-edit-options .edit-option {
  cursor: pointer;
  opacity: 0.85;
}
.dialog-section-edit-options .delete-option:hover,
.dialog-section-edit-options .edit-option:hover {
  opacity: 1;
}
.dialog-section-edit-options i {
  color: #546179;
  font-size: 10px;
  margin-right: 8px;
}
.dialog-section-edit-options span {
  font-size: 14px;
  color: #546179;
}
.dialog-section-edit-options .fa-times-circle {
  color: #E45B75;
  font-size: 11px;
}
.dialog-sub-section {
  margin-top: 16px;
}
.summary-general-info-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.summary-general-info-wrapper .summary-general-info {
  flex-grow: 1;
}
.summary-general-info-wrapper .summary-data-wrapper {
  display: flex;
}
.summary-general-info-wrapper .summary-data-wrapper-format {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 66px;
  align-items: center;
}
.summary-general-info-wrapper p {
  line-height: 16px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
}
.summary-general-info-wrapper p span:first-child {
  min-width: 18px;
}
.summary-general-info-wrapper p span {
  margin-right: 8px;
  display: inline-block;
}
.summary-general-info-wrapper p:first-child {
  color: #546179;
  max-width: 96px;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  margin-right: 16px;
}
.summary-general-info-wrapper .summary-data-counter {
  min-width: 20px;
  margin-right: 8px;
  display: inline-block;
}
.summary-scroll-wrapper {
  display: block;
  max-height: 300px !important;
  overflow-y: auto;
}
.summary-general-info-wrapper.editable .h-38 {
  height: 38px;
}
.summary-general-info-wrapper.editable .summary-data-wrapper {
  align-items: center;
}
.summary-general-info-wrapper.editable p:first-child {
  flex-basis: 96px;
}
.summary-general-info-wrapper.editable app-dropdown,
.summary-general-info-wrapper.editable app-datepicker {
  flex-basis: calc(100% - 96px - 32px);
}
.summary-general-info-wrapper.editable .summary-general-button-wrapper {
  padding: 18px 18px 9px 18px;
  margin: auto;
}
.summary-general-info-wrapper.editable .summary-general-button-wrapper button {
  width: 100px;
  height: 32px;
  margin-right: 16px;
  padding: 0;
  font-size: 14px;
}
.summary-general-info-wrapper.editable .summary-general-button-wrapper .cancel-button {
  border: 1px solid #546179;
  color: #546179;
}
.summary-general-info-wrapper.editable .summary-general-button-wrapper .cancel-button:hover {
  background-color: #546179;
  color: #ffffff;
}
.summary-general-info-wrapper.no-show {
  position: absolute;
  width: 100%;
  height: calc(100% - 41px);
  background-color: rgba(255, 255, 255, 0.9);
  top: 41px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 70px;
}
.summary-general-info-wrapper.no-show p {
  font-size: 14px;
  color: #151923;
}
.summary-general-info-wrapper.no-show .summary-general-button-wrapper {
  padding: 18px 18px 9px 18px;
}
.summary-general-info-wrapper.no-show .summary-general-button-wrapper button {
  width: 100px;
  height: 32px;
  margin-right: 16px;
  padding: 0;
  font-size: 14px;
}
.summary-general-info-wrapper.no-show .summary-general-button-wrapper .cancel-button {
  border: 1px solid #546179;
  color: #546179;
}
.summary-general-info-wrapper.no-show .summary-general-button-wrapper .cancel-button:hover {
  background-color: #546179;
  color: #ffffff;
}
.related-orders-present .dialog-section,
.no-related-orders .dialog-section {
  border: medium none;
}
.summary-general-info {
  flex-grow: 1;
  min-width: 50%;
}
.dialog-close-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  opacity: 0.8;
  font-size: 29px;
}
.dialog-close-icon:hover {
  opacity: 1;
}
.dialog-section-header + .summary-general-info-wrapper {
  margin-bottom: 0;
}
.dialog-section-header + .summary-general-info-wrapper:last-child {
  margin-bottom: 0;
}
.dialog-section-header + .summary-general-info-wrapper + .summary-general-info-wrapper {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(240, 240, 240);
}
.dialog-section-header + .summary-general-info-wrapper + .summary-general-info-wrapper:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  border-bottom: medium none;
}
.order-detail-wrapper {
  margin-bottom: 16px;
}
.summary-general-info-wrapper + .placeholderText-emptySection {
  padding: 8px 0 16px 0;
}
.order-summary-no-permission-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: calc((50% - 165px) / 2) 0;
}
.order-summary-no-permission-wrapper svg {
  width: 120px;
  margin-bottom: 20px;
}
.order-summary-no-permission-wrapper h1,
.order-summary-no-permission-wrapper p {
  color: #7b88a3;
}
.order-summary-no-permission-wrapper h1 {
  font-weight: 400;
}
.payment-summary-table {
  margin: -20px auto 48px auto;
  padding: 0 40px;
}
.payment-summary-table h3 {
  padding-left: 40px;
  border-left: 3px solid rgba(64, 177, 209, 0.67);
  padding-bottom: 16px;
}
.payment-summary-table ul {
  padding-left: 40px;
  border-left: 3px solid rgba(64, 177, 209, 0.67);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.payment-summary-table li {
  width: 25%;
  margin-bottom: 8px;
}
.payment-summary-table::after {
  content: "";
  clear: both;
  display: block;
}
.payment-summary-table-all-platforms {
  margin: 0px auto 48px auto;
  padding: 0 40px;
}
.payment-summary-table-all-platforms h3 {
  padding-left: 40px;
  border-left: 3px solid rgba(64, 177, 209, 0.67);
  padding-bottom: 16px;
}
.payment-summary-table-all-platforms ul {
  padding-left: 40px;
  border-left: 3px solid rgba(64, 177, 209, 0.67);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.payment-summary-table-all-platforms li {
  width: 20%;
  margin-bottom: 8px;
  margin-top: 2px;
}
.payment-summary-table-all-platforms::after {
  content: "";
  clear: both;
  display: block;
}
app-order-reports-sidebar .search-wrapper {
  padding: 16px;
  display: block;
  position: sticky;
  bottom: 0;
  background-color: #fff;
}
app-order-reports-sidebar app-checkbox {
  padding: 16px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid #ABBAD1;
  margin-top: -1px;
  border-bottom: 1px solid #efefef;
}
.pageContent_wrapper.hasSidebar .sidebar_wrapper {
  display: block;
  position: relative;
  top: 0;
  overflow-y: auto;
  height: calc(100% - 80px);
}
.pageContent_wrapper.hasSidebar .sidebar_wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.pageContent_wrapper.hasSidebar .sidebar_wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
app-abstract-dialog-container .body_wrapper {
  min-width: 440px;
  min-height: 150px;
  padding-top: 16px;
}
.canceled-details .summary-data-wrapper p {
  color: #798aa3;
}
.canceled-details .summary-general-info-wrapper h4 {
  color: #798aa3;
}
.canceled-details .summary-general-info-wrapper th {
  color: #798aa3;
}
.canceled-details .summary-general-info-wrapper td {
  color: #798aa3;
}
.canceled-details .dialog-section-header {
  color: #798aa3;
}
.edit-order-disabled {
  pointer-events: auto !important;
  cursor: auto !important;
}
.edit-order-disabled .summary-data-wrapper app-datetimepicker .date-picker-icons {
  position: relative !important;
  right: 20px !important;
}
.void-order-dialog label {
  color: #546179;
  line-height: 1.25;
}
.void-order-dialog label.error-msg {
  margin-left: 171px;
  line-height: 40px;
  color: #E45B75;
}
.void-order-dialog .dialog-header {
  padding: 24px;
}
.void-order-dialog .dialog-content {
  width: 628px;
  height: 500px;
  top: 24px;
}
.void-order-dialog .dialog-body {
  padding: 0 24px 24px 24px;
  height: 360px;
}
.void-order-dialog .dialog-checkboxes-wrapper {
  margin-left: 171px;
}
.void-order-dialog .summary-general-info-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
  padding: 0 10px 10px 10px;
  max-height: 120px;
  overflow-y: auto;
}
.void-order-dialog .summary-general-info-wrapper p:first-child {
  min-width: initial;
}
.void-order-dialog .summary-general-info-wrapper .summary-data-wrapper {
  align-items: center;
}
.void-order-dialog app-checkbox {
  height: 25px;
  display: block;
}
.void-order-dialog table {
  margin-bottom: 12px;
}
.void-order-dialog .checkboxLabelGroup [type=checkbox]:disabled + label,
.void-order-dialog .checkboxLabelGroup [type=checkbox].disabled + label {
  color: #151923;
  opacity: 1;
}
.void-order-dialog app-input-label-group .inputLabelGroup {
  display: flex;
  height: 40px;
  align-items: center;
}
.void-order-dialog app-input-label-group .inputLabelGroup div:first-child {
  flex-basis: 171px;
}
.void-order-dialog app-input-label-group .inputLabelGroup div:last-child {
  flex-basis: calc(100% - 141px);
}
.void-order-dialog app-input-label-group .inputLabelGroup div:last-child input,
.void-order-dialog app-input-label-group .inputLabelGroup div:last-child app-dropdown {
  width: 100%;
  max-width: 320px;
}
.void-order-dialog .summary-payment-data-label-wrapper {
  flex-basis: 171px;
}
.void-order-dialog .summary-payment-data-label-wrapper label {
  align-self: flex-start;
}
.removeIcon {
  display: none !important;
}
.showIcon {
  display: inline-block !important;
}
.search-loader-icon-wrapper {
  display: inline-flex;
  align-items: center;
  padding: 13px 10px;
  height: 50px;
}
.search-loader-icon-wrapper .iconImage_container {
  height: 20px;
  width: 20px;
  color: rgba(21, 25, 35, 0.8);
}
.summary-data-wrapper input,
.summary-data-wrapper app-dropdown {
  flex-basis: calc(100% - 141px);
}
.summary-data-wrapper .date-picker input {
  flex-basis: auto;
}
.tab-header-item {
  min-width: 160px;
  height: 45px;
  cursor: pointer;
  margin-right: 8px;
}
.tab-header-item p {
  font-size: 14px;
  color: #151923;
  line-height: 38px;
  text-align: center;
  padding-bottom: 3px;
}
.tab-header-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: transparent;
  position: absolute;
  bottom: -1px;
}
.tab-header-item.selected::after {
  background: #40B1D1;
}
.tab-header-item:last-child {
  margin-right: 0;
}
.mat-tab-analytics .apexcharts-canvas {
  margin-top: 10px;
}
.mat-tab-analytics .datepicker_container {
  justify-content: left !important;
  margin-left: -25px;
}
.mat-tab-analytics .datepicker_container .date-picker-icons {
  position: relative;
  right: 25px;
}
.mat-tab-analytics .datepicker_container .datepicker-input {
  max-width: 400px;
}
.mat-tab-config .mat-tab-button {
  width: auto;
  margin-right: 10px;
  margin-top: 10px;
}
.mat-tab-config .mat-tab-body-content,
.mat-tab-config .mat-mdc-tab-body-content {
  padding: 10px;
  overflow: hidden;
}
.mat-tab-config .mat-tab-body,
.mat-tab-config .mat-mdc-tab-body {
  min-height: 500px;
}
.mat-tab-config .mat-tab-label,
.mat-tab-config .mat-mdc-tab {
  border: 1px solid #e8ecfc !important;
}
.mat-tab-config .mat-tab-label-active,
.mat-tab-config .mat-mdc-tab.mdc-tab--active {
  opacity: 0.8 !important;
  color: white;
}
.mat-tab-config.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-config.mat-tab-group.mat-primary .mat-mdc-tab-indicator,
.mat-tab-config.mat-tab-group.mat-mdc-primary .mat-ink-bar,
.mat-tab-config.mat-tab-group.mat-mdc-primary .mat-mdc-tab-indicator,
.mat-tab-config.mat-mdc-tab-group.mat-primary .mat-ink-bar,
.mat-tab-config.mat-mdc-tab-group.mat-primary .mat-mdc-tab-indicator,
.mat-tab-config.mat-mdc-tab-group.mat-mdc-primary .mat-ink-bar,
.mat-tab-config.mat-mdc-tab-group.mat-mdc-primary .mat-mdc-tab-indicator {
  height: unset;
}
.mat-tab-config.mat-tab-nav-bar.mat-primary .mat-ink-bar,
.mat-tab-config.mat-tab-nav-bar.mat-primary .mat-mdc-tab-indicator,
.mat-tab-config.mat-tab-nav-bar.mat-mdc-primary .mat-ink-bar,
.mat-tab-config.mat-tab-nav-bar.mat-mdc-primary .mat-mdc-tab-indicator,
.mat-tab-config.mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar,
.mat-tab-config.mat-mdc-tab-nav-bar.mat-primary .mat-mdc-tab-indicator,
.mat-tab-config.mat-mdc-tab-nav-bar.mat-mdc-primary .mat-ink-bar,
.mat-tab-config.mat-mdc-tab-nav-bar.mat-mdc-primary .mat-mdc-tab-indicator {
  height: unset;
}
.mat-tab-header,
.mat-mdc-tab-header {
  border-bottom: none;
}
.mat-mdc-tab-group .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: #40B1D1 !important;
}
.mat-mdc-tab-group .mdc-tab-indicator__content--underline {
  border-color: #40B1D1 !important;
}
.mat-mdc-tab-group .mdc-tab--active .mdc-tab-indicator__content--underline {
  border-color: #40B1D1 !important;
}
.mat-mdc-tab-group {
  --mdc-tab-indicator-active-indicator-color: #40B1D1 !important;
}
.mat-tab-button-danger {
  background-color: red !important;
  border: red;
}
.box-padding {
  padding-top: 20px;
}
.font {
  font-size: 14pt;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
.font-danger {
  color: #E45B75;
}
.page-box-tools {
  border: 1px solid #cdcdcc;
  padding: 10px;
}
.page-box {
  position: relative;
  border: 1px solid #cdcdcc;
  padding: 10px;
}
.page-box .icon-positioning {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e8db1;
}
.page-box .icon-positioning i {
  padding: 2px;
  font-size: 11px;
  color: #fff;
}
.page-box:hover {
  transition: 0.5s all ease-in-out;
  transform: scale(1.05);
  cursor: pointer;
}
.dropdown-tag-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.dropdown-tag-wrapper.scrollable-content {
  max-height: 250px;
  overflow-y: auto;
}
.dropdown-tag-wrapper.scrollable-content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
}
.dropdown-tag-wrapper.scrollable-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
app-login-form,
app-login-location {
  display: block;
  width: 100%;
}
app-login-form .inputLabelGroup .label,
app-login-location .inputLabelGroup .label {
  margin-bottom: 4px;
}
.loginPage_wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loginPage_wrapper .brandSection_wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.loginPage_wrapper .brandSection_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  background-image: url("./media/login-img-D7PKYJRL.jpg");
  background-size: cover;
}
.loginPage_wrapper .loginForm_wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 520px;
  height: 100%;
  padding: 12px;
  background-color: #ffffff;
}
.brandSection_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.brandSection_container .logoContainer {
  display: inline-block;
  height: 24px;
  width: 164px;
}
.brandSection_container .logoContainer .logoIcon {
  width: 100%;
  display: block;
  margin-top: -5px;
}
.brandSection_container .loginPageSlogan_container {
  position: absolute;
  bottom: 0;
}
.brandSection_container .loginPageSlogan_container p {
  line-height: 1.25;
  font-weight: 300;
  color: #ffffff;
  font-size: 30px;
}
.loginForm_container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.loginForm_container .form_container h1 {
  line-height: 28px;
}
.no-permission_page .pageContent_container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.no-permission_page .emptyState_wrapper {
  margin: 0 auto;
  text-align: center;
}
app-categories-and-products app-category-and-product-content {
  display: block;
  height: 100%;
  width: 100%;
}
app-categories-and-products .min-width-150 {
  width: 150px;
}
app-categories-and-products .full-width-layout .pageContent_wrapper {
  max-width: initial;
  margin: auto;
  position: initial;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
app-categories-and-products .full-width-layout .pageContent_wrapper .mainContent_wrapper {
  position: initial;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
app-categories-and-products .mat-tree-child-node {
  padding-right: 0px;
  border: none;
  width: 0px;
  margin-left: -4rem;
}
app-categories-and-products .mat-tree-child-node:hover {
  color: #08cbbf !important;
  background-color: transparent !important;
}
app-categories-and-products .mat-tree-child-node:focus {
  color: #08cbbf !important;
  background-color: transparent !important;
}
app-categories-and-products .mat-tree-child-node-href:hover {
  text-decoration: underline;
}
app-categories-and-products .fas {
  margin-top: 9px;
  margin-bottom: 9px;
  position: relative;
  background: white;
  margin-left: 5px;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
}
app-categories-and-products .mat-tree-node-child-element {
  color: black;
  margin-bottom: -30px;
}
app-categories-and-products .mat-tree-node-child-element-inactive {
  color: rgba(21, 25, 35, 0.5);
  margin-bottom: -30px;
}
app-categories-and-products .mat-tree-node-child-add {
  color: #40b1d1;
  margin-bottom: -30px;
}
app-categories-and-products .mat-tree-node-parent-element {
  color: black;
  margin-top: -1px;
  margin-left: 40px;
}
app-categories-and-products .mat-tree-node-parent-element-inactive {
  color: rgba(21, 25, 35, 0.5);
  margin-top: -1px;
  margin-left: 40px;
}
app-categories-and-products .mat-tree-node-parent-add {
  color: #40b1d1;
  margin-top: 18px;
  margin-bottom: 50px;
  margin-left: 40px;
}
app-categories-and-products .node-list-item {
  margin-left: -29px;
  border: 1px solid #d0dcef;
  border-width: 0 0 1px 1px;
  padding-bottom: 28px;
}
app-categories-and-products .mat-tree-node {
  background-color: white;
  padding-left: 10px;
  min-height: 0px;
}
app-categories-and-products .tree-loader .loader_wrapper {
  background-color: rgb(255, 255, 255) !important;
}
app-categories-and-products .node-list-item.mat-tree-node,
app-categories-and-products .node-list-item div {
  position: relative;
  top: 12px;
  padding-left: 10px !important;
}
app-categories-and-products .mat-tree-node-display {
  margin: 4px;
  height: 10px;
  background: transparent;
}
app-categories-and-products .category-and-product-wrapper app-category-content {
  height: inherit;
}
app-categories-and-products .category-and-product-wrapper app-category-basic-info,
app-categories-and-products .category-and-product-wrapper app-category-email-html-templates {
  display: block;
  position: relative;
}
app-categories-and-products .category-and-product-wrapper {
  position: relative;
}
app-categories-and-products .category-and-product-wrapper .page-content-sidebar {
  height: calc(100vh - 143px);
  min-width: 320px;
}
app-categories-and-products .category-and-product-wrapper .page-content-sidebar ul:first-child {
  min-height: calc(100vh - 247px);
}
app-categories-and-products .category-and-product-wrapper .product-content {
  height: 100%;
}
app-categories-and-products .category-and-product-wrapper .product-details-header .icon_container {
  position: absolute;
  top: 0;
  right: 0;
  color: #546179;
  cursor: pointer;
}
app-categories-and-products .category-and-product-wrapper .deactiveWarning {
  color: red;
}
app-categories-and-products .category-and-product-wrapper .empty-state-wrapper {
  padding-top: 90px;
  margin: auto;
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  height: inherit;
}
app-categories-and-products .category-and-product-wrapper .empty-state-wrapper .icon_button {
  align-items: center;
  display: flex;
}
app-categories-and-products .category-and-product-wrapper .empty-state-wrapper .no-products-icon {
  margin-bottom: 20px;
}
app-categories-and-products .category-and-product-wrapper .empty-state-wrapper h2 {
  color: #7B88A3;
}
app-categories-and-products .category-and-product-wrapper .empty-state-wrapper p {
  color: #BDC3D1;
}
app-categories-and-products .category-and-product-wrapper .empty-state-wrapper span {
  margin-left: 8px;
}
app-categories-and-products .category-and-product-wrapper .tab-content {
  min-height: calc(100% - 45px);
  width: calc(100vw - 453px);
  max-height: calc(100vh - 188px);
}
app-categories-and-products .category-and-product-wrapper .product-details {
  display: flex;
  align-items: center;
}
app-categories-and-products .category-and-product-wrapper .product-details label {
  flex-basis: 278px;
}
app-categories-and-products .category-and-product-wrapper .product-details svg.inactive path {
  fill: #d9e0ea;
}
app-categories-and-products .category-and-product-wrapper .product-image {
  flex-basis: 278px;
}
app-categories-and-products .category-and-product-wrapper .product-image app-image-upload {
  display: block;
  width: 100%;
}
app-categories-and-products .category-and-product-wrapper .product-image app-image-upload input[type=text] {
  flex-basis: 278px;
}
app-categories-and-products .category-and-product-wrapper .product-image .filled-state {
  display: flex;
  align-items: center;
  justify-content: center;
}
app-categories-and-products .category-and-product-wrapper .product-image .filled-state img {
  max-width: 100%;
  max-height: 259px;
  display: block;
  margin: auto;
}
app-categories-and-products .category-and-product-wrapper .product-options-wrapper {
  flex-basis: 262px;
}
app-categories-and-products .category-and-product-wrapper .filter-action-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
app-categories-and-products .category-and-product-wrapper .filter-action-btn span {
  color: #40B1D1;
}
app-categories-and-products .category-and-product-wrapper .icon_button {
  padding: 0;
}
app-categories-and-products .product-costs-wrapper {
  max-height: 100px;
}
app-categories-and-products .product-inheritance-indicator {
  cursor: default;
  margin: 0 0 0 8px;
}
app-categories-and-products .product-inheritance-indicator i {
  color: #C1C8DB;
  cursor: inherit;
  font-size: 10px;
  background-color: #EFF2FC;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
app-categories-and-products .table-actions-dropdown-wrapper {
  position: absolute;
  top: 24px;
  z-index: 10;
  left: 0;
  background-color: #ffffff;
  width: 205px;
  box-shadow: 0 3px 5px rgba(84, 97, 121, 0.3);
  border: 1px solid #D0DCEF;
}
app-categories-and-products .table-action {
  cursor: pointer;
  height: 32px;
  padding: 0 16px;
  line-height: 32px;
}
app-categories-and-products .table-action:hover {
  background: rgba(204, 204, 204, 0.2);
  font-weight: 600;
}
app-categories-and-products .schedules-management-header-actions,
app-categories-and-products .pricings-management-header-actions {
  align-items: end;
  justify-content: space-between;
}
app-categories-and-products .schedules-management-header-actions .filter-tags-wrapper,
app-categories-and-products .pricings-management-header-actions .filter-tags-wrapper {
  color: #151923;
  flex-wrap: wrap;
}
app-categories-and-products .schedules-management-header-actions .filter-tag,
app-categories-and-products .pricings-management-header-actions .filter-tag {
  background-color: #e6e6e6;
  padding: 2px 12px;
  border-radius: 24px;
  cursor: pointer;
  line-height: initial;
  transition: 0.1s background-color, 0.1s color;
}
app-categories-and-products .schedules-management-header-actions .filter-tag:hover,
app-categories-and-products .schedules-management-header-actions .filter-tag.selected,
app-categories-and-products .pricings-management-header-actions .filter-tag:hover,
app-categories-and-products .pricings-management-header-actions .filter-tag.selected {
  background-color: #40B1D1;
  color: #ffffff;
}
app-categories-and-products .filter-schedules-sidebar,
app-categories-and-products .filter-pricings-sidebar {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 290px;
  top: 50px;
  height: calc(100vh - 50px);
  background-color: #D0DCEF;
  z-index: 3;
  transition: transform ease 0.4s;
  will-change: transform;
}
app-categories-and-products .filter-schedules-sidebar .close-icon,
app-categories-and-products .filter-pricings-sidebar .close-icon {
  align-self: flex-end;
  cursor: pointer;
}
app-categories-and-products .filter-schedules-sidebar .close-icon path,
app-categories-and-products .filter-pricings-sidebar .close-icon path {
  fill: #546179;
}
app-categories-and-products .filter-schedules-sidebar .close-icon:hover path,
app-categories-and-products .filter-pricings-sidebar .close-icon:hover path {
  fill: #000000;
}
app-categories-and-products .filter-schedules-sidebar .md-drppicker,
app-categories-and-products .filter-pricings-sidebar .md-drppicker {
  position: fixed !important;
}
app-categories-and-products .filter-action-buttons-wrapper .button {
  font-size: 14px;
  height: 36px;
  line-height: 100%;
  min-width: calc(50% - 8px);
}
app-categories-and-products .filter-action-buttons-wrapper .button.ghost-button {
  margin-right: 8px;
}
app-categories-and-products .filter-option .label {
  margin-bottom: 4px;
}
app-categories-and-products .filter-trip-name-input {
  width: 100%;
}
app-categories-and-products .filter-wrapper {
  height: calc(100% - 12px - 32px - 16px);
}
app-categories-and-products .filter-schedules-btn,
app-categories-and-products .filter-pricings-btn {
  cursor: pointer;
}
app-categories-and-products .filter-schedules-btn svg path,
app-categories-and-products .filter-pricings-btn svg path {
  fill: #3D495F;
}
app-categories-and-products .filter-schedules-btn span,
app-categories-and-products .filter-pricings-btn span {
  color: #3D495F;
}
app-categories-and-products .filter-schedules-btn:hover svg path,
app-categories-and-products .filter-schedules-btn.selected svg path,
app-categories-and-products .filter-pricings-btn:hover svg path,
app-categories-and-products .filter-pricings-btn.selected svg path {
  fill: #40B1D1;
}
app-categories-and-products .filter-schedules-btn:hover span,
app-categories-and-products .filter-schedules-btn.selected span,
app-categories-and-products .filter-pricings-btn:hover span,
app-categories-and-products .filter-pricings-btn.selected span {
  color: #40B1D1;
}
app-categories-and-products .show-table-actions {
  cursor: pointer;
}
app-categories-and-products .show-table-actions.selected svg circle {
  fill: #40B1D1;
}
app-categories-and-products .table-of-schedules,
app-categories-and-products .table-of-pricings {
  max-height: calc(100vh - 50px - 70px - 64px - 16px - 135px);
  overflow-y: auto;
  display: block;
  overflow-x: auto;
}
app-categories-and-products .table-of-schedules::-webkit-scrollbar,
app-categories-and-products .table-of-pricings::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
app-categories-and-products .table-of-schedules::-webkit-scrollbar-thumb,
app-categories-and-products .table-of-pricings::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
app-categories-and-products .table-of-schedules .table_container,
app-categories-and-products .table-of-pricings .table_container {
  margin-bottom: 0;
}
app-categories-and-products .table-of-schedules .table_stripped,
app-categories-and-products .table-of-schedules thead,
app-categories-and-products .table-of-pricings .table_stripped,
app-categories-and-products .table-of-pricings thead {
  border-top: 0;
}
app-categories-and-products .table-of-schedules th,
app-categories-and-products .table-of-pricings th {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background-color: #798aa3;
  z-index: 2;
}
app-categories-and-products .product-tiers-tooltip-wrapper,
app-categories-and-products .product-availability-holidays-tooltip-wrapper {
  position: fixed;
  width: 390px;
  background-color: #ffffff;
  padding: 16px;
  top: 38px;
  right: 138px;
  z-index: 10;
  box-shadow: 0 0 6px 1px #d8d8d8;
}
app-categories-and-products .product-tiers-tooltip-wrapper p,
app-categories-and-products .product-availability-holidays-tooltip-wrapper p {
  min-height: 32px;
}
app-categories-and-products .product-tiers-tooltip-wrapper:after,
app-categories-and-products .product-availability-holidays-tooltip-wrapper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  right: -16px;
  border-right: transparent solid 8px;
  border-bottom: transparent solid 8px;
  border-top: transparent solid 8px;
  border-left: white solid 8px;
  -webkit-filter: drop-shadow(0 3px 4px #d8d8d8);
  filter: drop-shadow(4px 0px 3px #d8d8d8);
  z-index: 0;
}
app-categories-and-products .product-tiers-tooltip-wrapper.arrow-top:after,
app-categories-and-products .product-availability-holidays-tooltip-wrapper.arrow-top:after {
  top: 8px;
}
app-categories-and-products .product-tiers-tooltip-wrapper.arrow-bottom:after,
app-categories-and-products .product-availability-holidays-tooltip-wrapper.arrow-bottom:after {
  bottom: 8px;
}
app-categories-and-products .product-tiers-tooltip-header,
app-categories-and-products .product-availability-holidays-tooltip-header {
  position: relative;
}
app-categories-and-products .product-tiers-tooltip-header p,
app-categories-and-products .product-availability-holidays-tooltip-header p {
  font-weight: bold;
}
app-categories-and-products .product-tiers-tooltip-row p:nth-child(1),
app-categories-and-products .product-tiers-tooltip-header p:nth-child(1) {
  width: 40%;
}
app-categories-and-products .product-tiers-tooltip-row p:nth-child(2),
app-categories-and-products .product-tiers-tooltip-header p:nth-child(2) {
  width: calc(30% - 24px);
}
app-categories-and-products .product-tiers-tooltip-row p:nth-child(3),
app-categories-and-products .product-tiers-tooltip-header p:nth-child(3) {
  width: 30%;
}
app-categories-and-products .product-tiers-tooltip-wrapper-one-way .product-tiers-tooltip-row p:nth-child(1),
app-categories-and-products .product-tiers-tooltip-wrapper-one-way .product-tiers-tooltip-header p:nth-child(1) {
  width: 50%;
}
app-categories-and-products .product-tiers-tooltip-wrapper-one-way .product-tiers-tooltip-row p:nth-child(2),
app-categories-and-products .product-tiers-tooltip-wrapper-one-way .product-tiers-tooltip-header p:nth-child(2) {
  width: 50%;
}
app-categories-and-products .product-availability-holidays-tooltip-row p:nth-child(1),
app-categories-and-products .product-availability-holidays-tooltip-header p:nth-child(1) {
  width: 70%;
}
app-categories-and-products .product-availability-holidays-tooltip-row p:nth-child(2),
app-categories-and-products .product-availability-holidays-tooltip-header p:nth-child(2) {
  width: 30%;
}
app-categories-and-products .schedules-action-btn,
app-categories-and-products .pricings-action-btn {
  cursor: pointer;
}
app-categories-and-products .animate-out {
  transform: translateX(100%);
}
app-categories-and-products .animate-in {
  transform: translateX(0);
}
app-categories-and-products .focused.filter-trip-name-input {
  border: 1px solid #40B1D1;
}
app-categories-and-products .focused .dropdownHeader_wrapper,
app-categories-and-products .focused .datepicker-input {
  border: 1px solid #40B1D1;
}
app-categories-and-products .cta-buttons-wrapper {
  position: relative;
  margin-top: 8rem;
}
app-categories-and-products .cta-buttons-wrapper .button {
  margin-right: 16px;
  width: 170px;
  padding: 9px 22px;
}
app-categories-and-products .cta-buttons-wrapper .button:last-child {
  margin-right: 0;
}
app-abstract-dialog-container .category-and-product-dialog-content {
  width: 572px;
}
app-abstract-dialog-container .category-and-product-dialog-content app-dropdown {
  display: block;
  height: 32px;
  margin-top: 4px;
}
app-abstract-dialog-container .category-and-product-dialog-content .order-form-item {
  width: 100%;
  align-items: flex-start;
}
app-abstract-dialog-container .category-and-product-dialog-content .order-label {
  padding-top: 5px;
  flex-basis: 286px;
  margin-right: 13px;
}
app-abstract-dialog-container .category-and-product-dialog-content .order-input-wrapper {
  flex-basis: 273px;
}
app-abstract-dialog-container .category-and-product-dialog-content .body_wrapper {
  min-height: 95px;
  padding-top: 10px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper h3 {
  margin-bottom: 8px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  margin-bottom: 8px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-header .edit-dialog-tier-name-header {
  flex-basis: 286px;
  margin-right: 13px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-header .edit-dialog-tier-cost-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 273px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-header .edit-dialog-tier-cost-header *:nth-child(1) {
  width: calc(50% - 4px);
  padding-right: 4px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-header .edit-dialog-tier-cost-header *:nth-child(2) {
  width: calc(50% - 4px);
  padding-left: 4px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container {
  max-height: 300px;
  overflow-y: auto;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row {
  min-height: 30px;
  margin-bottom: 8px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-product-tier-dialog-form {
  width: 100%;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-product-tier-dialog-form form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-product-tier-dialog-form form .edit-product-tier-label {
  flex-basis: 286px;
  margin-right: 13px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-product-tier-dialog-form form .edit-product-tier-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 273px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-product-tier-dialog-form form .edit-product-tier-input-wrapper *:nth-child(1) {
  width: calc(50% - 4px);
  padding-right: 4px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-product-tier-dialog-form form .edit-product-tier-input-wrapper *:nth-child(2) {
  width: calc(50% - 4px);
  padding-left: 4px;
}
app-abstract-dialog-container .category-and-product-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-product-tier-dialog-form form .edit-product-tier-input-wrapper.edit-product-tier-full-width-input-wrapper input {
  width: 100%;
}
app-abstract-dialog-container .category-and-product-dialog-content .inputLabelGroup .label {
  margin-bottom: 4px;
}
app-abstract-dialog-container .category-and-product-dialog-content .dialog-inner-wrapper {
  background-color: #ffffff;
}
app-abstract-dialog-container .category-and-product-dialog-content .category-radio-option {
  align-items: center;
  margin-bottom: 16px;
  padding-left: 34px;
}
app-abstract-dialog-container .category-and-product-dialog-content .category-radio-option .radio-input-wrapper {
  margin-right: 8px;
}
app-abstract-dialog-container .category-and-product-dialog-content .dialog-action-buttons-wrapper {
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  margin-top: 8px;
  background: #ffffff;
  margin-left: -24px;
  margin-right: -24px;
}
app-abstract-dialog-container .category-and-product-dialog-content .dialog-action-buttons-wrapper button {
  min-width: 160px;
  font-size: 16px;
  padding: 9px 0;
  margin-right: 16px;
}
app-abstract-dialog-container .category-and-product-dialog-content .dialog-action-buttons-wrapper button:last-child {
  margin-right: 0;
}
app-abstract-dialog-container .category-and-product-dialog-content .product-availability-descriptions-wrapper {
  max-height: 250px;
}
.overflow-wrap-break-word {
  overflow-wrap: break-word;
}
app-occurrence-management .page-wrapper {
  position: initial;
  min-height: 100vh;
}
app-occurrence-management .pageContent_wrapper {
  overflow-y: initial;
  position: initial;
}
app-occurrence-management .full-width-layout .pageContent_wrapper .mainContent_wrapper {
  position: initial;
  padding-bottom: 0;
}
app-occurrence-management .line-height-22px {
  line-height: 22px;
}
app-occurrence-management .height-22px {
  height: 22px;
}
app-occurrence-management .empty-state {
  padding-top: 80px;
}
app-occurrence-management .empty-state h2 {
  font-size: 22px;
  line-height: 28px;
  color: rgb(123, 136, 163);
}
app-occurrence-management .empty-state p {
  font-size: 16px;
  line-height: 18px;
  color: rgba(123, 136, 163, 0.75);
}
app-occurrence-management .filter-occurrences-btn {
  cursor: pointer;
}
app-occurrence-management .filter-occurrences-btn svg path {
  fill: #3D495F;
}
app-occurrence-management .filter-occurrences-btn span {
  color: #3D495F;
}
app-occurrence-management .filter-occurrences-btn:hover svg path,
app-occurrence-management .filter-occurrences-btn.selected svg path {
  fill: #40B1D1;
}
app-occurrence-management .filter-occurrences-btn:hover span,
app-occurrence-management .filter-occurrences-btn.selected span {
  color: #40B1D1;
}
app-occurrence-management .filter-occurrences-sidebar {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 290px;
  top: 50px;
  height: calc(100vh - 50px);
  background-color: #D0DCEF;
  z-index: 3;
  transition: transform ease 0.4s;
  will-change: transform;
}
app-occurrence-management .filter-occurrences-sidebar .close-icon {
  align-self: flex-end;
  cursor: pointer;
}
app-occurrence-management .filter-occurrences-sidebar .close-icon path {
  fill: #546179;
}
app-occurrence-management .filter-occurrences-sidebar .close-icon:hover path {
  fill: #000000;
}
app-occurrence-management .filter-occurrences-sidebar .md-drppicker {
  position: fixed !important;
  bottom: 60px;
}
app-occurrence-management .filter-action-buttons-wrapper .button {
  font-size: 14px;
  height: 36px;
  line-height: 100%;
  min-width: calc(50% - 8px);
}
app-occurrence-management .filter-action-buttons-wrapper .button.ghost-button {
  margin-right: 8px;
}
app-occurrence-management .filter-option .label {
  margin-bottom: 4px;
}
app-occurrence-management .filter-wrapper {
  height: calc(100% - 12px - 32px - 16px);
}
app-occurrence-management .occurrence-management-header-actions {
  align-items: end;
  justify-content: space-between;
}
app-occurrence-management .occurrence-management-header-actions .filter-tags-wrapper {
  color: #151923;
  flex-wrap: wrap;
}
app-occurrence-management .occurrence-management-header-actions .filter-tag {
  background-color: #e6e6e6;
  padding: 2px 12px;
  border-radius: 24px;
  cursor: pointer;
  line-height: initial;
  transition: 0.1s background-color, 0.1s color;
}
app-occurrence-management .occurrence-management-header-actions .filter-tag:hover,
app-occurrence-management .occurrence-management-header-actions .filter-tag.selected {
  background-color: #40B1D1;
  color: #ffffff;
}
app-occurrence-management .animate-out {
  transform: translateX(100%);
}
app-occurrence-management .animate-in {
  transform: translateX(0);
}
app-occurrence-management .table-action {
  cursor: pointer;
  height: 32px;
  padding: 0 16px;
  line-height: 32px;
}
app-occurrence-management .table-action:hover {
  background: rgba(204, 204, 204, 0.2);
  font-weight: 600;
}
app-occurrence-management .show-table-actions {
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 8px;
}
app-occurrence-management .show-table-actions.selected {
  cursor: pointer;
}
app-occurrence-management .show-table-actions.selected svg circle {
  fill: #40B1D1;
}
app-occurrence-management .table-actions-dropdown-wrapper {
  position: absolute;
  top: 24px;
  z-index: 10;
  left: 0;
  background-color: #ffffff;
  width: 205px;
  box-shadow: 0 3px 5px rgba(84, 97, 121, 0.3);
  border: 1px solid #D0DCEF;
}
app-occurrence-management .focused .dropdownHeader_wrapper {
  border: 1px solid #40B1D1;
}
app-occurrence-management app-datepicker-old.focused .datepicker_container input {
  border: 1px solid #40B1D1;
}
app-occurrences-table .table-of-occurrences {
  max-height: calc(100vh - 50px - 70px - 64px - 16px);
  overflow-y: auto;
  display: block;
  overflow-x: auto;
}
app-occurrences-table .table-of-occurrences::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
app-occurrences-table .table-of-occurrences::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
app-occurrences-table .table-of-occurrences .table_container {
  margin-bottom: 0;
}
app-occurrences-table .table-of-occurrences .table_stripped,
app-occurrences-table .table-of-occurrences thead {
  border-top: 0;
}
app-occurrences-table .table-of-occurrences th {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background-color: #798aa3;
  z-index: 2;
}
.edit-occurrences-dialog .payment-summary-table,
.deactivate-occurrences-dialog .payment-summary-table {
  margin: 0 auto 27px auto;
  padding: 0;
  max-height: calc(100vh - 450px);
  overflow-y: scroll;
}
.edit-occurrences-dialog .payment-summary-table ul,
.deactivate-occurrences-dialog .payment-summary-table ul {
  padding-bottom: 16px;
}
.edit-occurrences-dialog .payment-summary-table h3,
.deactivate-occurrences-dialog .payment-summary-table h3 {
  padding: 8px 16px;
}
.edit-occurrences-dialog .payment-summary-table li,
.deactivate-occurrences-dialog .payment-summary-table li {
  margin-bottom: 0;
}
.edit-occurrences-dialog .payment-summary-table li a,
.deactivate-occurrences-dialog .payment-summary-table li a {
  color: #151923;
}
.edit-occurrences-dialog .payment-summary-table li a:hover,
.deactivate-occurrences-dialog .payment-summary-table li a:hover {
  color: #40B1D1;
  text-decoration: underline;
}
.edit-occurrences-dialog .content_wrapper,
.deactivate-occurrences-dialog .content_wrapper {
  min-width: 520px;
  min-height: 128px;
}
.edit-occurrences-dialog .footer_wrapper,
.deactivate-occurrences-dialog .footer_wrapper {
  padding-bottom: 0;
}
.edit-occurrences-dialog .footer_wrapper button,
.deactivate-occurrences-dialog .footer_wrapper button {
  min-width: 150px;
  width: initial;
}
.occurrence-manifest-dialog .reveal {
  max-width: 100vw;
  padding: 0;
}
.occurrence-manifest-dialog .header_wrapper {
  padding: 24px;
}
.occurrence-manifest-dialog .content_wrapper {
  padding: 0 24px;
}
.occurrence-manifest-dialog .footer_wrapper {
  border-top: 1px solid #d9e0ea;
  display: flex;
  padding: 10px;
}
.occurrence-manifest-dialog .footer_wrapper .ghost-button {
  margin-right: 10px;
}
.occurrence-manifest-dialog .footer_wrapper .ghost-button:last-child {
  margin-right: 0;
}
.occurrence-manifest-dialog .occurrence-manifest-table table tbody {
  border: medium none;
}
.occurrence-manifest-dialog .occurrence-manifest-table table tbody th {
  font-weight: 600;
}
.occurrence-manifest-dialog .occurrence-manifest-table table tbody tr .fa-file-alt {
  cursor: pointer;
}
.occurrence-manifest-dialog .occurrence-manifest-table table tbody tr .fa-file-alt:hover {
  color: #40B1D1;
}
.occurrence-manifest-dialog .occurrence-manifest-table table tbody td:first-child {
  padding: 8px 16px 8px 0;
}
.occurrence-manifest-dialog .occurrence-manifest-table table tbody td:last-child {
  padding: 8px 0 8px 16px;
}
.occurrence-manifest-dialog .occurrence-manifest-table table tbody .separator td {
  padding: 0;
}
.occurrence-manifest-dialog .occurrence-manifest-table table tbody .separator td p {
  height: 1px;
  margin: 10px 0;
  background-color: #d9e0ea;
}
.occurrence-manifest-dialog .empty-state {
  width: 100%;
  min-height: 216px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.occurrence-manifest-dialog .empty-state p {
  color: #ABBAD1;
}
app-passes app-pass-content {
  display: block;
  height: 100%;
  width: 100%;
}
app-passes .min-width-150 {
  width: 150px;
}
app-passes .full-width-layout .pageContent_wrapper {
  max-width: initial;
  margin: auto;
  position: initial;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
app-passes .full-width-layout .pageContent_wrapper .mainContent_wrapper {
  position: initial;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
app-passes .mat-tree-child-node {
  border: none;
  width: 0px;
  margin-left: -4rem;
}
app-passes .mat-tree-child-node:hover {
  color: #08cbbf !important;
  background-color: transparent !important;
}
app-passes .mat-tree-child-node:focus {
  color: #08cbbf !important;
  background-color: transparent !important;
}
app-passes .mat-tree-child-node-href:hover {
  text-decoration: underline;
}
app-passes .fas {
  margin-top: 9px;
  margin-bottom: 9px;
  position: relative;
  background: white;
  margin-left: 5px;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
}
app-passes .mat-tree-node-child-element {
  color: black;
  margin-bottom: -30px;
}
app-passes .mat-tree-node-child-element-inactive {
  color: rgba(21, 25, 35, 0.5);
  margin-bottom: -30px;
}
app-passes .mat-tree-node-child-add {
  color: #40b1d1;
  margin-bottom: -30px;
}
app-passes .mat-tree-node-parent-element {
  color: black;
  margin-top: -1px;
}
app-passes .mat-tree-node-parent-element-inactive {
  color: rgba(21, 25, 35, 0.5);
  margin-top: -1px;
}
app-passes .mat-tree-node-parent-add {
  color: #40b1d1;
  margin-top: 18px;
  margin-bottom: 50px;
}
app-passes .node-list-item {
  margin-left: -29px;
  border: 1px solid #d0dcef;
  border-width: 0 0 1px 1px;
  padding-bottom: 28px;
}
app-passes .mat-tree-node {
  background-color: white;
  padding-left: 10px;
  min-height: 0px;
}
app-passes .tree-loader .loader_wrapper {
  background-color: rgb(255, 255, 255) !important;
}
app-passes .node-list-item.mat-tree-node,
app-passes .node-list-item div {
  position: relative;
  top: 12px;
  padding-left: 10px !important;
}
app-passes .mat-tree-node-display {
  margin: 4px;
  height: 10px;
  background: transparent;
}
app-passes .pass-wrapper {
  position: relative;
}
app-passes .pass-wrapper .page-content-sidebar {
  height: calc(100vh - 143px);
  min-width: 320px;
}
app-passes .pass-wrapper .page-content-sidebar ul:first-child {
  min-height: calc(100vh - 247px);
}
app-passes .pass-wrapper .pass-content {
  height: 100%;
}
app-passes .pass-wrapper .pass-details-header .icon_container {
  position: absolute;
  top: 0;
  right: 0;
  color: #546179;
  cursor: pointer;
}
app-passes .pass-wrapper .empty-state-wrapper {
  padding-top: 90px;
  margin: auto;
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  height: inherit;
}
app-passes .pass-wrapper .empty-state-wrapper .icon_button {
  align-items: center;
  display: flex;
}
app-passes .pass-wrapper .empty-state-wrapper .no-passes-icon {
  margin-bottom: 20px;
}
app-passes .pass-wrapper .empty-state-wrapper h2 {
  color: #7B88A3;
}
app-passes .pass-wrapper .empty-state-wrapper p {
  color: #BDC3D1;
}
app-passes .pass-wrapper .empty-state-wrapper span {
  margin-left: 8px;
}
app-passes .pass-wrapper .tab-content {
  min-height: calc(100% - 45px);
  width: calc(100vw - 453px);
  max-height: calc(100vh - 188px);
}
app-passes .pass-wrapper .pass-details {
  display: flex;
  align-items: center;
}
app-passes .pass-wrapper .pass-details label {
  flex-basis: 278px;
}
app-passes .pass-wrapper .pass-details svg.inactive path {
  fill: #d9e0ea;
}
app-passes .pass-wrapper .deactiveWarning {
  color: red;
}
app-passes .pass-wrapper .pass-image {
  flex-basis: 278px;
}
app-passes .pass-wrapper .pass-image app-image-upload {
  display: block;
  width: 100%;
}
app-passes .pass-wrapper .pass-image app-image-upload input[type=text] {
  flex-basis: 278px;
}
app-passes .pass-wrapper .pass-image .filled-state {
  display: flex;
  align-items: center;
  justify-content: center;
}
app-passes .pass-wrapper .pass-image .filled-state img {
  max-width: 100%;
  max-height: 259px;
  display: block;
  margin: auto;
}
app-passes .pass-wrapper .pass-options-wrapper {
  flex-basis: 262px;
}
app-passes .pass-wrapper .filter-action-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
app-passes .pass-wrapper .filter-action-btn span {
  color: #40B1D1;
}
app-passes .pass-wrapper .icon_button {
  padding: 0;
}
app-passes .pass-products-wrapper,
app-passes .pass-costs-wrapper {
  max-height: 100px;
}
app-passes .table-actions-dropdown-wrapper {
  position: absolute;
  top: 24px;
  z-index: 10;
  left: 0;
  background-color: #ffffff;
  width: 205px;
  box-shadow: 0 3px 5px rgba(84, 97, 121, 0.3);
  border: 1px solid #D0DCEF;
}
app-passes .table-action {
  cursor: pointer;
  height: 32px;
  padding: 0 16px;
  line-height: 32px;
}
app-passes .table-action:hover {
  background: rgba(204, 204, 204, 0.2);
  font-weight: 600;
}
app-passes .pricings-management-header-actions {
  align-items: end;
  justify-content: space-between;
}
app-passes .pricings-management-header-actions .filter-tags-wrapper {
  color: #151923;
  flex-wrap: wrap;
}
app-passes .pricings-management-header-actions .filter-tag {
  background-color: #e6e6e6;
  padding: 2px 12px;
  border-radius: 24px;
  cursor: pointer;
  line-height: initial;
  transition: 0.1s background-color, 0.1s color;
}
app-passes .pricings-management-header-actions .filter-tag:hover,
app-passes .pricings-management-header-actions .filter-tag.selected {
  background-color: #40B1D1;
  color: #ffffff;
}
app-passes .filter-pricings-sidebar {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 290px;
  top: 50px;
  height: calc(100vh - 50px);
  background-color: #D0DCEF;
  z-index: 3;
  transition: transform ease 0.4s;
  will-change: transform;
}
app-passes .filter-pricings-sidebar .close-icon {
  align-self: flex-end;
  cursor: pointer;
}
app-passes .filter-pricings-sidebar .close-icon path {
  fill: #546179;
}
app-passes .filter-pricings-sidebar .close-icon:hover path {
  fill: #000000;
}
app-passes .filter-pricings-sidebar .md-drppicker {
  position: fixed !important;
}
app-passes .filter-action-buttons-wrapper .button {
  font-size: 14px;
  height: 36px;
  line-height: 100%;
  min-width: calc(50% - 8px);
}
app-passes .filter-action-buttons-wrapper .button.ghost-button {
  margin-right: 8px;
}
app-passes .filter-option .label {
  margin-bottom: 4px;
}
app-passes .filter-wrapper {
  height: calc(100% - 12px - 32px - 16px);
}
app-passes .filter-pricings-btn {
  cursor: pointer;
}
app-passes .filter-pricings-btn svg path {
  fill: #3D495F;
}
app-passes .filter-pricings-btn span {
  color: #3D495F;
}
app-passes .filter-pricings-btn:hover svg path,
app-passes .filter-pricings-btn.selected svg path {
  fill: #40B1D1;
}
app-passes .filter-pricings-btn:hover span,
app-passes .filter-pricings-btn.selected span {
  color: #40B1D1;
}
app-passes .show-table-actions {
  cursor: pointer;
}
app-passes .show-table-actions.selected svg circle {
  fill: #40B1D1;
}
app-passes .table-of-pricings {
  max-height: calc(100vh - 50px - 70px - 64px - 16px - 135px);
  overflow-y: auto;
  display: block;
  overflow-x: auto;
}
app-passes .table-of-pricings::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
app-passes .table-of-pricings::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
app-passes .table-of-pricings .table_container {
  margin-bottom: 0;
}
app-passes .table-of-pricings .table_stripped,
app-passes .table-of-pricings thead {
  border-top: 0;
}
app-passes .table-of-pricings th {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background-color: #798aa3;
  z-index: 2;
}
app-passes .pass-tiers-tooltip-wrapper {
  position: fixed;
  width: 390px;
  background-color: #ffffff;
  padding: 16px;
  top: 38px;
  right: 138px;
  z-index: 10;
  box-shadow: 0 0 6px 1px #d8d8d8;
}
app-passes .pass-tiers-tooltip-wrapper p {
  min-height: 32px;
}
app-passes .pass-tiers-tooltip-wrapper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  right: -16px;
  border-right: transparent solid 8px;
  border-bottom: transparent solid 8px;
  border-top: transparent solid 8px;
  border-left: white solid 8px;
  -webkit-filter: drop-shadow(0 3px 4px #d8d8d8);
  filter: drop-shadow(4px 0px 3px #d8d8d8);
  z-index: 0;
}
app-passes .pass-tiers-tooltip-wrapper.arrow-top:after {
  top: 8px;
}
app-passes .pass-tiers-tooltip-wrapper.arrow-bottom:after {
  bottom: 8px;
}
app-passes .pass-tiers-tooltip-header {
  position: relative;
}
app-passes .pass-tiers-tooltip-header p {
  font-weight: bold;
}
app-passes .pass-tiers-tooltip-row p:nth-child(1),
app-passes .pass-tiers-tooltip-header p:nth-child(1) {
  width: 50%;
}
app-passes .pass-tiers-tooltip-row p:nth-child(2),
app-passes .pass-tiers-tooltip-header p:nth-child(2) {
  width: 50%;
}
app-passes .pricings-action-btn {
  cursor: pointer;
}
app-passes .animate-out {
  transform: translateX(100%);
}
app-passes .animate-in {
  transform: translateX(0);
}
app-passes .focused .dropdownHeader_wrapper,
app-passes .focused .datepicker-input {
  border: 1px solid #40B1D1;
}
app-passes .cta-buttons-wrapper {
  position: relative;
  margin-top: 8rem;
}
app-passes .cta-buttons-wrapper .button {
  margin-right: 16px;
  width: 170px;
  padding: 9px 22px;
}
app-passes .cta-buttons-wrapper .button:last-child {
  margin-right: 0;
}
app-abstract-dialog-container .pass-dialog-content {
  width: 572px;
}
app-abstract-dialog-container .pass-dialog-content app-dropdown {
  display: block;
  height: 32px;
  margin-top: 4px;
}
app-abstract-dialog-container .pass-dialog-content .order-form-item {
  width: 100%;
  align-items: flex-start;
}
app-abstract-dialog-container .pass-dialog-content .order-label {
  padding-top: 5px;
  flex-basis: 286px;
  margin-right: 13px;
}
app-abstract-dialog-container .pass-dialog-content .order-input-wrapper {
  flex-basis: 273px;
}
app-abstract-dialog-container .pass-dialog-content .body_wrapper {
  min-height: 95px;
  padding-top: 10px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper h3 {
  margin-bottom: 8px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 30px;
  margin-bottom: 8px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-header .edit-dialog-tier-name-header {
  flex-basis: 286px;
  margin-right: 13px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-header .edit-dialog-tier-cost-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 273px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-header .edit-dialog-tier-cost-header *:nth-child(1) {
  width: calc(50% - 4px);
  padding-right: 4px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-header .edit-dialog-tier-cost-header *:nth-child(2) {
  width: calc(50% - 4px);
  padding-left: 4px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container {
  max-height: 300px;
  overflow-y: auto;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row {
  min-height: 30px;
  margin-bottom: 8px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-pass-tier-dialog-form {
  width: 100%;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-pass-tier-dialog-form form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-pass-tier-dialog-form form .edit-pass-tier-label {
  flex-basis: 286px;
  margin-right: 13px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-pass-tier-dialog-form form .edit-pass-tier-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 273px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-pass-tier-dialog-form form .edit-pass-tier-input-wrapper *:nth-child(1) {
  width: calc(50% - 4px);
  padding-right: 4px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-pass-tier-dialog-form form .edit-pass-tier-input-wrapper *:nth-child(2) {
  width: calc(50% - 4px);
  padding-left: 4px;
}
app-abstract-dialog-container .pass-dialog-content .edit-dialog-tier-wrapper .edit-dialog-tier-row-container .edit-dialog-tier-row app-edit-pass-tier-dialog-form form .edit-pass-tier-input-wrapper.edit-pass-tier-full-width-input-wrapper input {
  width: 100%;
}
app-abstract-dialog-container .pass-dialog-content .inputLabelGroup .label {
  margin-bottom: 4px;
}
app-abstract-dialog-container .pass-dialog-content .dialog-inner-wrapper {
  background-color: #ffffff;
}
app-abstract-dialog-container .pass-dialog-content .dialog-action-buttons-wrapper {
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  margin-top: 8px;
  background: #ffffff;
}
app-abstract-dialog-container .pass-dialog-content .dialog-action-buttons-wrapper button {
  min-width: 160px;
  font-size: 16px;
  padding: 9px 0;
  margin-right: 16px;
}
app-abstract-dialog-container .pass-dialog-content .dialog-action-buttons-wrapper button:last-child {
  margin-right: 0;
}
app-pass-card-management .page-wrapper {
  position: initial;
  min-height: 100vh;
}
app-pass-card-management .pageContent_wrapper {
  overflow-y: initial;
  position: initial;
}
app-pass-card-management .full-width-layout .pageContent_wrapper .mainContent_wrapper {
  position: initial;
  padding-bottom: 0;
}
app-pass-card-management .line-height-22px {
  line-height: 22px;
}
app-pass-card-management .height-22px {
  height: 22px;
}
app-pass-card-management .empty-state {
  padding-top: 80px;
}
app-pass-card-management .empty-state h2 {
  font-size: 22px;
  line-height: 28px;
  color: rgb(123, 136, 163);
}
app-pass-card-management .empty-state p {
  font-size: 16px;
  line-height: 18px;
  color: rgba(123, 136, 163, 0.75);
}
app-pass-card-management .filter-pass-cards-btn {
  cursor: pointer;
}
app-pass-card-management .filter-pass-cards-btn svg path {
  fill: #3D495F;
}
app-pass-card-management .filter-pass-cards-btn span {
  color: #3D495F;
}
app-pass-card-management .filter-pass-cards-btn:hover svg path,
app-pass-card-management .filter-pass-cards-btn.selected svg path {
  fill: #40B1D1;
}
app-pass-card-management .filter-pass-cards-btn:hover span,
app-pass-card-management .filter-pass-cards-btn.selected span {
  color: #40B1D1;
}
app-pass-card-management .filter-pass-cards-sidebar {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 290px;
  top: 50px;
  height: calc(100vh - 50px);
  background-color: #D0DCEF;
  z-index: 3;
  transition: transform ease 0.4s;
  will-change: transform;
}
app-pass-card-management .filter-pass-cards-sidebar .close-icon {
  align-self: flex-end;
  cursor: pointer;
}
app-pass-card-management .filter-pass-cards-sidebar .close-icon path {
  fill: #546179;
}
app-pass-card-management .filter-pass-cards-sidebar .close-icon:hover path {
  fill: #000000;
}
app-pass-card-management .filter-pass-cards-sidebar .filter-email-input {
  width: 100%;
}
app-pass-card-management .filter-pass-cards-sidebar .focused {
  border: 1px solid #40B1D1;
}
app-pass-card-management .filter-pass-cards-sidebar .md-drppicker {
  position: fixed !important;
}
app-pass-card-management .filter-action-buttons-wrapper .button {
  font-size: 14px;
  height: 36px;
  min-width: calc(50% - 8px);
  line-height: 100%;
}
app-pass-card-management .filter-action-buttons-wrapper .button.ghost-button {
  margin-right: 8px;
}
app-pass-card-management .filter-option .label {
  margin-bottom: 4px;
}
app-pass-card-management .filter-wrapper {
  height: calc(100% - 12px - 32px - 16px);
}
app-pass-card-management .pass-card-management-header-actions {
  align-items: end;
  justify-content: space-between;
}
app-pass-card-management .pass-card-management-header-actions .filter-tags-wrapper {
  color: #151923;
  flex-wrap: wrap;
}
app-pass-card-management .pass-card-management-header-actions .filter-tag {
  background-color: #e6e6e6;
  padding: 2px 12px;
  border-radius: 24px;
  cursor: pointer;
  line-height: initial;
  transition: 0.1s background-color, 0.1s color;
}
app-pass-card-management .pass-card-management-header-actions .filter-tag:hover,
app-pass-card-management .pass-card-management-header-actions .filter-tag.selected {
  background-color: #40B1D1;
  color: #ffffff;
}
app-pass-card-management .animate-out {
  transform: translateX(100%);
}
app-pass-card-management .animate-in {
  transform: translateX(0);
}
app-pass-card-management .table-action {
  cursor: pointer;
  height: 32px;
  padding: 0 16px;
  line-height: 32px;
}
app-pass-card-management .table-action:hover {
  background: rgba(204, 204, 204, 0.2);
  font-weight: 600;
}
app-pass-card-management .show-table-actions {
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 8px;
}
app-pass-card-management .show-table-actions.selected {
  cursor: pointer;
}
app-pass-card-management .show-table-actions.selected svg circle {
  fill: #40B1D1;
}
app-pass-card-management .table-actions-dropdown-wrapper {
  position: absolute;
  top: 24px;
  z-index: 10;
  left: 0;
  background-color: #ffffff;
  width: 205px;
  box-shadow: 0 3px 5px rgba(84, 97, 121, 0.3);
  border: 1px solid #D0DCEF;
}
app-pass-card-management .focused .dropdownHeader_wrapper {
  border: 1px solid #40B1D1;
}
app-pass-card-management app-datepicker-old.focused .datepicker_container input {
  border: 1px solid #40B1D1;
}
app-pass-cards-table .table-of-pass-cards {
  max-height: calc(100vh - 50px - 70px - 64px - 16px);
  overflow-y: auto;
  display: block;
  overflow-x: auto;
}
app-pass-cards-table .table-of-pass-cards::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
}
app-pass-cards-table .table-of-pass-cards::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
app-pass-cards-table .table-of-pass-cards .table_container {
  margin-bottom: 0;
}
app-pass-cards-table .table-of-pass-cards .table_stripped,
app-pass-cards-table .table-of-pass-cards thead {
  border-top: 0;
}
app-pass-cards-table .table-of-pass-cards th {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background-color: #798aa3;
  z-index: 2;
}
.edit-pass-cards-dialog .content_wrapper {
  min-width: 520px;
  min-height: 128px;
}
.edit-pass-cards-dialog .footer_wrapper {
  padding-bottom: 0;
}
.edit-pass-cards-dialog .footer_wrapper button {
  min-width: 150px;
  width: initial;
}
app-locations-and-location-lists-content .locations-and-location-lists-content {
  height: calc(100vh - 143px);
}
app-locations-and-location-lists-content .tab-content {
  min-height: calc(100% - 45px);
  width: 100%;
  max-height: calc(100vh - 188px);
}
.locationListPrimaryButton {
  display: none;
}
.yes_no_content_wrapper {
  white-space: pre;
  min-height: 105px;
}
.deactiveWarning {
  color: red;
}
.edit-location-dialog .button {
  width: initial;
  min-width: 180px;
}
.edit-location-dialog .form_container {
  min-width: 510px;
}
.edit-location-dialog .component-location-map-wrapper {
  min-width: 373px;
  height: 220px;
  width: 100%;
  border: 1px solid #ccc;
}
.edit-location-dialog .component-input-wrapper {
  margin-bottom: 8px;
}
.edit-location-dialog .component-input-wrapper input {
  width: 100%;
}
.location-list-items-wrapper {
  max-height: calc(100vh - 64px - 64px);
}
.location-list-items-wrapper .overflow {
  max-height: calc(100vh - 463px);
}
app-locations-and-location-lists .location-list-items-tooltip-wrapper {
  position: fixed;
  width: 390px;
  background-color: #ffffff;
  padding: 16px;
  top: 38px;
  right: 138px;
  z-index: 10;
  box-shadow: 0 0 6px 1px #d8d8d8;
}
app-locations-and-location-lists .location-list-items-tooltip-wrapper p {
  min-height: 32px;
}
app-locations-and-location-lists .location-list-items-tooltip-wrapper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  right: -16px;
  border-right: transparent solid 8px;
  border-bottom: transparent solid 8px;
  border-top: transparent solid 8px;
  border-left: white solid 8px;
  -webkit-filter: drop-shadow(0 3px 4px #d8d8d8);
  filter: drop-shadow(4px 0px 3px #d8d8d8);
  z-index: 0;
}
app-locations-and-location-lists .location-list-items-tooltip-wrapper.arrow-top:after {
  top: 8px;
}
app-locations-and-location-lists .location-list-items-tooltip-wrapper.arrow-bottom:after {
  bottom: 8px;
}
app-locations-and-location-lists .location-list-items-tooltip-header {
  position: relative;
}
app-locations-and-location-lists .location-list-items-tooltip-header p {
  font-weight: bold;
}
app-locations-and-location-lists .location-list-items-tooltip-row p:nth-child(1),
app-locations-and-location-lists .location-list-items-tooltip-header p:nth-child(1) {
  width: 60%;
}
app-locations-and-location-lists .location-list-items-tooltip-row p:nth-child(2),
app-locations-and-location-lists .location-list-items-tooltip-header p:nth-child(2) {
  width: calc(20% - 24px);
}
app-locations-and-location-lists .location-list-items-tooltip-row p:nth-child(3),
app-locations-and-location-lists .location-list-items-tooltip-header p:nth-child(3) {
  width: 20%;
}
app-edit-location-list-form {
  display: block;
  width: 586px;
}
app-edit-location-list-form input[type=text] {
  width: 100%;
}
app-edit-location-list-form .inputLabelGroup .dropdown_container {
  max-width: initial;
}
app-edit-location-list-form .icon_container {
  cursor: pointer;
}
app-edit-location-list-form .closeButton {
  text-align: center;
}
app-edit-location-list-form .closeButton .svg-inline--fa.fa-times {
  width: 10px;
}
app-edit-location-list-form .form-edit-location-list-item .location-grid-items {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
app-edit-location-list-form .form-edit-location-list-item .location-grid-items.center {
  justify-content: center;
}
app-edit-location-list-form .form-edit-location-list-item .location-grid-items-label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 320px;
}
app-edit-location-list-form .form-edit-location-list-item label:hover,
app-edit-location-list-form .form-edit-location-list-item .svg-inline--fa.fa-times:hover,
app-edit-location-list-form .form-edit-location-list-item .icon_container:hover {
  color: #40B1D1;
}
app-groups-content .groups-content {
  height: calc(100vh - 143px);
}
app-groups-content .tab-content {
  min-height: calc(100% - 45px);
  width: 100%;
  max-height: calc(100vh - 188px);
}
.quickSellingButton_container .simplebar-track.simplebar-horizontal {
  pointer-events: auto;
}
.quickSellingButton_container .table_container {
  margin-bottom: 40px;
  padding-bottom: 0;
}
.quickSellingButtonProductButton {
  display: none;
}
.quickSellingButton_container .simplebar-track.simplebar-horizontal {
  pointer-events: auto;
}
.quickSellingButton_container .table_container {
  margin-bottom: 40px;
  padding-bottom: 0;
}
.quickSellingButtonPassButton {
  display: none;
}
.app-system-options-page-wrapper .mb-16 {
  margin-bottom: 16px;
}
.app-system-options-page-wrapper h2 {
  color: #151923;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 0 0 16px 0;
}
.app-system-options-page-wrapper .system-options-border {
  border: 1px solid #D0DCEF;
  padding: 16px;
}
.app-system-options-page-wrapper .system-options-group {
  min-width: 405px;
  height: calc(100vh - 50px - 28px - 48px - 16px - 72px);
  margin-right: 16px;
  flex-basis: 33.33333%;
  overflow-y: auto;
}
.app-system-options-page-wrapper .system-options-group:last-child {
  margin-right: 0;
}
.app-system-options-page-wrapper .system-options-group::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
.app-system-options-page-wrapper .system-options-group::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
.app-system-options-page-wrapper .system-options-groups-wrapper {
  align-items: flex-start;
  display: flex;
}
.app-system-options-page-wrapper .system-options-group-wrapper {
  margin-bottom: 24px;
}
.app-system-options-page-wrapper .system-options-group-wrapper:last-child {
  margin-bottom: 0;
}
.app-system-options-page-wrapper .system-options-item-wrapper,
.app-system-options-page-wrapper .component-item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.app-system-options-page-wrapper .system-options-item-wrapper:last-child,
.app-system-options-page-wrapper .component-item-wrapper:last-child {
  margin-bottom: 0;
}
.app-system-options-page-wrapper .system-options-additional-checkbox-inputs-wrapper {
  width: 100%;
}
.app-system-options-page-wrapper .system-options-label,
.app-system-options-page-wrapper .component-label {
  padding-right: 16px;
  display: block;
  white-space: initial;
  line-height: 15px;
  flex-basis: 146px;
  color: #546179;
}
.app-system-options-page-wrapper app-dropdown,
.app-system-options-page-wrapper .system-options-input-wrapper,
.app-system-options-page-wrapper .component-input-wrapper,
.app-system-options-page-wrapper .image-input-wrapper {
  flex-basis: calc(100% - 146px);
}
.app-system-options-page-wrapper app-dropdown app-image-upload,
.app-system-options-page-wrapper app-dropdown input,
.app-system-options-page-wrapper .system-options-input-wrapper app-image-upload,
.app-system-options-page-wrapper .system-options-input-wrapper input,
.app-system-options-page-wrapper .component-input-wrapper app-image-upload,
.app-system-options-page-wrapper .component-input-wrapper input,
.app-system-options-page-wrapper .image-input-wrapper app-image-upload,
.app-system-options-page-wrapper .image-input-wrapper input {
  width: 100%;
}
.app-system-options-page-wrapper .component-login-locations-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.app-system-options-page-wrapper .login-location {
  border: 1px solid #D0DCEF;
  background-color: #EAF0FA;
  display: flex;
  align-items: center;
  margin: 0 8px 8px 0;
  padding: 6px 8px;
}
.app-system-options-page-wrapper .login-location .closeButton {
  cursor: pointer;
}
.app-system-options-page-wrapper .login-location .closeButtonPosition {
  margin-left: 3px;
  margin-top: 3px;
}
.app-system-options-page-wrapper .login-location svg {
  margin-left: 8px;
  line-height: 22px;
}
.app-system-options-page-wrapper .login-location:last-child {
  margin-bottom: 0;
}
.app-system-options-page-wrapper .system-options-location-map-wrapper,
.app-system-options-page-wrapper .component-location-map-wrapper {
  min-width: 373px;
  height: 220px;
  width: 100%;
  border: 1px solid #ccc;
}
.app-system-options-page-wrapper .system-option-action-buttons-wrapper {
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  padding: 16px;
  margin-top: 8px;
  background: #ffffff;
}
.app-system-options-page-wrapper .system-option-action-buttons-wrapper button {
  width: 136px;
  font-size: 16px;
  padding: 9px 0;
  margin-right: 8px;
}
.app-system-options-page-wrapper .system-option-action-buttons-wrapper button:last-child {
  margin-right: 0;
}
.app-system-options-page-wrapper .capacity-reaches-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.app-system-options-page-wrapper .capacity-reaches-wrapper app-dropdown .dropdown_container {
  min-width: 100%;
}
.app-system-options-page-wrapper .capacity-reached {
  display: flex;
  margin: 8px 20px 0 20px;
  align-items: center;
  width: calc(100% - 40px);
}
.app-system-options-page-wrapper .capacity-reached span {
  margin: 0 8px;
}
.app-system-options-page-wrapper .capacity-reached input {
  width: calc(100% - 70px - 27px);
}
.app-system-options-page-wrapper .capacity-reached app-dropdown input {
  width: 100%;
}
.app-system-options-page-wrapper .capacity-reached .width-70 {
  width: 70px;
  flex-basis: initial;
}
app-yes-no-dialog a.secondary.button,
app-yes-no-dialog a.primary.button {
  min-width: 150px;
  width: initial;
}
@media screen and (min-width: 640px) {
  .email-templates-page-wrapper .dialog-edit-email .fix-width-message,
  .email-templates-dialog-wrapper .dialog-edit-email .fix-width-message {
    max-width: 300px;
  }
}
.email-templates-page-wrapper .dialog-edit-email .previewContent,
.email-templates-page-wrapper .dialog-edit-email textarea,
.email-templates-dialog-wrapper .dialog-edit-email .previewContent,
.email-templates-dialog-wrapper .dialog-edit-email textarea {
  max-width: calc(640px);
  height: calc(20px * 10);
  overflow: hidden;
  overflow-y: auto;
  line-height: 20px;
}
.email-templates-page-wrapper .previewContainer .label,
.email-templates-dialog-wrapper .previewContainer .label {
  color: #546179;
  line-height: 1.25;
}
.email-templates-page-wrapper .previewContent,
.email-templates-dialog-wrapper .previewContent {
  max-width: calc(640px);
  padding: 4px 8px;
  border: 1px solid #3d495f;
  line-height: 20px;
  background-color: rgba(238, 238, 238, 0.8);
}
app-edit-email-html-template-dialog .reveal {
  min-width: 900px;
}
.roles-and-users-page-wrapper {
  position: initial;
  overflow: initial;
}
.roles-and-users-page-wrapper .page-content-body-wrapper {
  display: flex;
  align-items: flex-start;
}
.roles-and-users-page-wrapper .role-action-buttons-wrapper,
.roles-and-users-page-wrapper .user-action-buttons-wrapper {
  position: absolute;
  top: -16px;
  right: 0;
}
.roles-and-users-page-wrapper .role-action-buttons-wrapper .action-button-disable,
.roles-and-users-page-wrapper .user-action-buttons-wrapper .action-button-disable {
  border: 1px solid #D3DAEF;
  display: inline-block;
  padding: 5px 8px;
  background-color: #ffffff;
  cursor: pointer;
  line-height: 18px;
  margin-right: 16px;
}
.roles-and-users-page-wrapper .role-action-buttons-wrapper i,
.roles-and-users-page-wrapper .user-action-buttons-wrapper i {
  color: #546179;
  margin-right: 8px;
}
.roles-and-users-page-wrapper .role-and-user-details-header .icon_container {
  position: absolute;
  top: 0;
  right: 0;
  color: #546179;
  cursor: pointer;
}
.roles-and-users-page-wrapper .role-details,
.roles-and-users-page-wrapper .user-details {
  display: flex;
  align-items: center;
}
.roles-and-users-page-wrapper .role-details label,
.roles-and-users-page-wrapper .user-details label {
  flex-basis: 278px;
}
.roles-and-users-page-wrapper .role-details svg.inactive path,
.roles-and-users-page-wrapper .user-details svg.inactive path {
  fill: #d9e0ea;
}
.roles-and-users-page-wrapper .half-check .checkboxLabelGroup [type=checkbox]:not(:checked) + label:after,
.roles-and-users-page-wrapper .half-check .checkboxLabelGroup [type=checkbox]:checked + label:after {
  content: "\f068";
}
.roles-and-users-page-wrapper .role-and-user-basic-info-wrapper {
  flex-basis: 100%;
}
.roles-and-users-page-wrapper app-roles-and-users-info-and-permissions,
.roles-and-users-page-wrapper app-tree-permission {
  display: block;
  height: calc(100vh - 50px - 16px - 28px - 16px - 72px - 24px - 34px);
  overflow-y: auto;
  width: calc(100% + 16px);
  overflow-x: hidden;
}
.roles-and-users-page-wrapper app-roles-and-users-info-and-permissions .no-permission-wrapper,
.roles-and-users-page-wrapper app-tree-permission .no-permission-wrapper {
  padding-top: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.roles-and-users-page-wrapper app-roles-and-users-info-and-permissions .no-permission-wrapper svg,
.roles-and-users-page-wrapper app-tree-permission .no-permission-wrapper svg {
  margin-bottom: 20px;
}
.roles-and-users-page-wrapper app-roles-and-users-info-and-permissions .no-permission-wrapper h2,
.roles-and-users-page-wrapper app-tree-permission .no-permission-wrapper h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #151923;
  margin-bottom: 6px;
}
.roles-and-users-page-wrapper app-roles-and-users-info-and-permissions .no-permission-wrapper p,
.roles-and-users-page-wrapper app-tree-permission .no-permission-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: rgba(21, 25, 35, 0.45);
}
.roles-and-users-page-wrapper app-roles-and-users-info-and-permissions::-webkit-scrollbar,
.roles-and-users-page-wrapper app-tree-permission::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
.roles-and-users-page-wrapper app-roles-and-users-info-and-permissions::-webkit-scrollbar-thumb,
.roles-and-users-page-wrapper app-tree-permission::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
.roles-and-users-page-wrapper .user-permission-tree-wrapper {
  padding-top: 9px;
}
.roles-and-users-page-wrapper .empty-state-wrapper {
  margin: auto;
  align-items: center;
  display: flex;
  width: 400px;
  flex-direction: column;
}
.roles-and-users-page-wrapper .empty-state-wrapper div {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.roles-and-users-page-wrapper .empty-state-wrapper .icon_button {
  align-items: center;
  display: flex;
}
.roles-and-users-page-wrapper .empty-state-wrapper .no-users-icon {
  margin-bottom: 20px;
}
.roles-and-users-page-wrapper .empty-state-wrapper h1,
.roles-and-users-page-wrapper .empty-state-wrapper p {
  margin-bottom: 8px;
}
.roles-and-users-page-wrapper .empty-state-wrapper span {
  margin-left: 8px;
}
.roles-and-users-page-wrapper .remove {
  display: none !important;
}
.roles-and-users-page-wrapper .mat-checkbox:not(.mat-mdc-checkbox) {
  margin-left: -10px !important;
}
.roles-and-users-page-wrapper .checklist-leaf-node:not(.mat-mdc-checkbox) label {
  margin-left: -4.5rem;
  padding: 5px;
}
.roles-and-users-page-wrapper .mat-tree-node-def button {
  padding-bottom: 0px;
  padding-top: 0px;
}
.roles-and-users-page-wrapper .user-inheritance-indicator {
  cursor: default;
  margin: 0 0 0 8px;
}
.roles-and-users-page-wrapper .user-inheritance-indicator i {
  color: #C1C8DB;
  cursor: inherit;
  font-size: 10px;
  background-color: #EFF2FC;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
.roles-and-users-page-wrapper .user-inheritance-action-button {
  cursor: pointer;
  font-style: italic;
  font-size: 12px;
  color: #40B1D1;
  margin: 0 0 0 8px;
}
.roles-and-users-page-wrapper .user-inheritance-action-button:hover {
  text-decoration: underline;
}
.roles-and-users-page-wrapper .mat-tree-child-node {
  padding-right: 0px;
  z-index: 2;
  border: none;
  width: 0px;
  margin-left: -4rem;
}
.roles-and-users-page-wrapper .mat-tree-child-node:hover {
  color: #08cbbf !important;
  background-color: transparent !important;
}
.roles-and-users-page-wrapper .mat-tree-child-node:focus {
  color: #08cbbf !important;
  background-color: transparent !important;
}
.roles-and-users-page-wrapper .mat-tree-child-node mat-icon {
  padding-right: 5px;
}
.roles-and-users-page-wrapper .mat-tree-child-node-href:hover {
  text-decoration: underline;
}
.roles-and-users-page-wrapper .fas {
  margin-top: 9px;
  margin-bottom: 9px;
  position: relative;
  background: white;
  margin-left: 5px;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
}
.roles-and-users-page-wrapper .mat-tree-node-child-element {
  color: black;
  margin-bottom: -30px;
}
.roles-and-users-page-wrapper .mat-tree-node-child-element-inactive {
  color: rgba(21, 25, 35, 0.5);
  margin-bottom: -30px;
}
.roles-and-users-page-wrapper .mat-tree-node-child-add {
  color: #40b1d1;
  margin-bottom: -30px;
}
.roles-and-users-page-wrapper .mat-tree-node-parent-element {
  color: black;
  margin-top: -1px;
  margin-left: 40px;
}
.roles-and-users-page-wrapper .mat-tree-node-parent-element-inactive {
  color: rgba(21, 25, 35, 0.5);
  margin-top: -1px;
  margin-left: 40px;
}
.roles-and-users-page-wrapper .mat-tree-node-parent-add {
  color: #40b1d1;
  margin-top: 18px;
  margin-bottom: 50px;
  margin-left: 40px;
}
.roles-and-users-page-wrapper .mat-checkbox-layout:not(.mdc-form-field) {
  margin-left: 40px;
}
.roles-and-users-page-wrapper li {
  margin-left: -29px;
  border: 1px solid #d0dcef;
  border-width: 0 0 1px 1px;
  padding-bottom: 28px;
}
.roles-and-users-page-wrapper .mat-tree-node {
  background-color: white;
  padding-left: 10px;
  min-height: 0px;
}
.roles-and-users-page-wrapper li.mat-tree-node,
.roles-and-users-page-wrapper li div {
  position: relative;
  top: 12px;
  padding-left: 10px !important;
}
.roles-and-users-page-wrapper .mat-tree-node-display {
  margin: 4px;
  height: 10px;
  background: transparent;
}
.roles-and-users-page-wrapper .mat-checkbox-input {
  width: 15px !important;
  margin-top: 1px;
  z-index: 2;
  position: absolute;
  height: 15px;
}
.roles-and-users-page-wrapper .mat-checkbox-frame {
  display: none;
}
.roles-and-users-page-wrapper .mat-checkbox-inner-container {
  width: 15px;
  border: 1px solid #546179;
  border-radius: 3px;
}
.roles-and-users-page-wrapper .mat-checkbox-ripple .mat-ripple-element,
.roles-and-users-page-wrapper .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #40b1d1;
}
.roles-and-users-page-wrapper .mat-checkbox-checked.mat-accent .mat-checkbox-inner-container {
  border: none;
}
.roles-and-users-page-wrapper .mat-checkbox-indeterminate.mat-accent .mat-checkbox-inner-container {
  border: none;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox {
  display: inline-flex !important;
  align-items: center !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox .mdc-form-field {
  display: inline-flex !important;
  align-items: center !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox .mdc-checkbox {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
  position: relative !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox .mdc-checkbox__background {
  width: 15px !important;
  height: 15px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 3px !important;
  border-color: #546179 !important;
  border-width: 1px !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox .mdc-checkbox__native-control {
  width: 18px !important;
  height: 18px !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox .mdc-checkbox__checkmark {
  color: white !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox .mdc-checkbox__checkmark-path {
  stroke: white !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox .mdc-checkbox__mixedmark {
  width: 10px !important;
  height: 2px !important;
  background-color: white !important;
  border-radius: 1px !important;
  transform: scale(1) !important;
  border: none !important;
  margin: auto !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  background-color: #40b1d1 !important;
  border-color: #40b1d1 !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox.mat-mdc-checkbox-indeterminate .mdc-checkbox__background {
  background-color: #40b1d1 !important;
  border-color: #40b1d1 !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox.mat-mdc-checkbox-indeterminate .mdc-checkbox__checkmark {
  display: none !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox .mdc-checkbox__ripple,
.roles-and-users-page-wrapper .mat-mdc-checkbox .mat-mdc-checkbox-ripple,
.roles-and-users-page-wrapper .mat-mdc-checkbox .mat-mdc-checkbox-touch-target {
  display: none !important;
}
.roles-and-users-page-wrapper .mat-mdc-checkbox label,
.roles-and-users-page-wrapper .mat-mdc-checkbox .mdc-label {
  padding-left: 8px !important;
  line-height: normal !important;
  margin: 0 !important;
  cursor: pointer;
}
.roles-and-users-page-wrapper .mat-tree-checkbox .checklist-leaf-node.mat-mdc-checkbox {
  margin-left: -4.5rem !important;
}
.roles-and-users-page-wrapper .mat-tree-checkbox .checklist-leaf-node.mat-mdc-checkbox label,
.roles-and-users-page-wrapper .mat-tree-checkbox .checklist-leaf-node.mat-mdc-checkbox .mdc-label {
  padding-left: 5px !important;
}
.roles-and-users-page-wrapper .mat-tree-checkbox .mat-tree-node:not(.mat-tree-node-def) {
  min-height: 32px !important;
}
.roles-and-users-page-wrapper .mat-tree-checkbox .mat-tree-node-def .mat-mdc-checkbox {
  margin-left: 25px !important;
}
.roles-and-users-page-wrapper .mat-tree-checkbox .mat-tree-node-def .mat-mdc-checkbox label,
.roles-and-users-page-wrapper .mat-tree-checkbox .mat-tree-node-def .mat-mdc-checkbox .mdc-label {
  padding-left: 8px !important;
}
.roles-and-users-page-wrapper .mat-tree-node button {
  border: none;
  width: 0px;
}
.roles-and-users-page-wrapper input[type=checkbox]:focus {
  appearance: auto;
}
.roles-and-users-page-wrapper .tree-loader .loader_wrapper {
  background-color: rgb(255, 255, 255) !important;
}
.users-and-permissions-action-buttons-wrapper {
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  margin-top: 8px;
  background: #ffffff;
}
.users-and-permissions-action-buttons-wrapper button {
  width: 136px;
  font-size: 16px;
  padding: 9px 0;
  margin-right: 16px;
}
.users-and-permissions-action-buttons-wrapper button:last-child {
  margin-right: 0;
}
.email-input {
  border: 1px solid;
  padding: 8px;
}
.scale-input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.label-color {
  color: #546179;
}
.enable-role-dialog {
  width: 572px;
}
.enable-role-dialog .dialog-inner-wrapper {
  background-color: #ffffff;
}
.enable-role-dialog svg.svg-inline--fa.fa-times.fa-w-12 {
  font-size: 28px;
}
.enable-role-dialog .role-radio-option {
  align-items: center;
  margin-bottom: 16px;
  padding-left: 34px;
}
.enable-role-dialog .role-radio-option .radio-input-wrapper {
  margin-right: 8px;
}
.enable-role-dialog .enable-role-action-buttons-wrapper {
  justify-content: center;
  padding-top: 16px;
}
.enable-role-dialog .enable-role-action-buttons-wrapper .ghost-button {
  margin-right: 16px;
}
app-edit-role-or-user-dialog .reveal {
  padding: 23px 26px;
}
app-edit-role-or-user-dialog form {
  padding-top: 21px;
}
app-edit-role-or-user-dialog form label {
  flex-basis: 141px;
  padding-right: 16px;
  white-space: pre-wrap;
}
app-edit-role-or-user-dialog form input[type=text],
app-edit-role-or-user-dialog form app-dropdown {
  flex-basis: calc(100% - 88px);
  max-width: 276px;
}
app-edit-role-or-user-dialog form .form-row {
  min-height: 30px;
  margin-bottom: 8px;
}
app-edit-role-or-user-dialog .roles-and-users-dialog-content {
  min-width: 430px;
  min-height: 187px;
}
app-edit-role-or-user-dialog .roles-and-users-dialog-content form {
  min-height: 80px;
}
app-yes-no-dialog .reveal {
  min-width: 619px;
  min-height: 249px;
  padding: 23px 26px;
}
app-yes-no-dialog .reveal p {
  font-size: 16px;
}
app-yes-no-dialog .content_wrapper {
  min-height: 105px;
}
app-yes-no-dialog .form_container .footer_wrapper {
  margin-top: 0;
  padding: 0;
  justify-content: center;
}
app-yes-no-dialog .users-and-permissions-action-buttons-wrapper {
  padding: 0;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.defaul-login-location li {
  margin-left: 0px !important;
  padding: 5px !important;
  border: 0 !important;
}
.kiosk-configuration-details-page section {
  margin-bottom: 36px;
}
.kiosk-configuration-details-page .section-title::after {
  content: "";
  display: table;
  clear: both;
}
.kiosk-configuration-details-page .section-title {
  margin-bottom: 24px;
}
.kiosk-configuration-details-page .section-title .title_label {
  display: inline-block;
}
.kiosk-configuration-details-page .section-row {
  margin-bottom: 20px;
}
.kiosk-configuration-details-page .section-row label {
  line-height: 1;
  color: #546179;
}
.kiosk-configuration-details-page .errorMessage_wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.kiosk-configuration-details-page .removeRow_wrapper {
  padding-right: 36px;
}
.kiosk-configuration-details-page .removeRowIcon {
  position: relative;
}
.kiosk-configuration-details-page .removeRowIcon .removeRowIcon_wrapper {
  position: absolute;
  bottom: 0;
  right: -36px;
  height: 30px;
  width: 36px;
  text-align: center;
}
.kiosk-configuration-details-page .removeRowIcon .removeRowIcon_wrapper .removeRowIconContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 24px;
  color: #151923;
}
.kiosk-configuration-details-page .removeRowIcon .removeRowIcon_wrapper .removeRowIconContainer:hover {
  color: #0e8db1;
}
.admin-panel .status-indicator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-left: 10px;
}
.admin-panel .margined-right {
  margin-right: 30px;
}
.admin-panel .margined-left {
  margin-left: 20px;
}
.admin-panel .health-check-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.admin-panel .status-text {
  padding-bottom: 10px;
}
.admin-panel .status-text.heading {
  width: 300px;
  text-align: center;
}
.admin-panel .collored-green {
  background-color: rgba(55, 156, 103, 0.8392156863);
}
.admin-panel .collored-red {
  background-color: #e45b75;
}
.admin-panel .status-container {
  width: 300px;
  display: inline-flex;
  align-items: center;
}
.admin-panel .status-container.heading {
  text-align: center;
}
.admin-panel .row-padding-pie-charts {
  display: flex;
  justify-content: flex-start;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  flex-wrap: wrap;
  overflow: hidden;
}
.admin-panel .box-padding-top {
  padding-top: 30px;
}
.admin-panel .pie-chart-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.admin-panel .display-inline-block-pie-charts {
  display: inline-block;
  margin-right: 30px;
  justify-content: start;
  min-width: 400px;
}
.admin-panel .display-inline-block-pie-charts .container-pie-charts {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.admin-panel .display-inline-block-pie-charts .loader-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.admin-panel .display-inline-block-pie-charts:last-child {
  margin-right: 0px;
}
.admin-panel .line-chart-container {
  padding-top: 8px;
}
.admin-panel .container-box {
  border: 1px solid #cdcdcc;
  padding: 20px;
}
.admin-panel .container-box h2 {
  text-align: center;
}
.admin-panel .container-box a {
  padding: 5px;
}
.admin-panel .report-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}
.admin-panel .report-icon {
  cursor: help;
  font-size: 18px;
  color: #666;
}
.admin-panel .report-icon:hover {
  color: #007bff;
}
.clear-none .clear svg {
  display: none;
}
.clear-none .fal {
  display: none;
}
.date-input-width input {
  width: 350px !important;
  max-width: 350px !important;
}
.microservice-downs {
  padding: 3%;
}
.microservice-downs .dialog-header {
  margin-bottom: 10%;
}
.no-downs-message {
  text-align: center;
  font-size: 25px;
}
.customer-owners-page-wrapper {
  position: initial;
  overflow: initial;
}
.customer-owners-page-wrapper .page-content-body-wrapper {
  display: flex;
  align-items: flex-start;
}
.customer-owners-page-wrapper app-customer-owners-permissions {
  display: block;
  height: calc(95vh - 50px - 16px - 28px - 16px - 72px - 24px - 34px);
  overflow-y: auto;
  width: calc(100% + 16px);
}
.customer-owners-page-wrapper app-customer-owners-permissions .no-permission-wrapper {
  padding-top: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.customer-owners-page-wrapper app-customer-owners-permissions .no-permission-wrapper svg {
  margin-bottom: 20px;
}
.customer-owners-page-wrapper app-customer-owners-permissions .no-permission-wrapper h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #151923;
  margin-bottom: 6px;
}
.customer-owners-page-wrapper app-customer-owners-permissions .no-permission-wrapper p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: rgba(21, 25, 35, 0.45);
}
.customer-owners-page-wrapper app-customer-owners-permissions::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}
.customer-owners-page-wrapper app-customer-owners-permissions::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.35);
}
.customer-owners-page-wrapper .customer-permission-tree-wrapper {
  padding-top: 9px;
}
.customer-owners-page-wrapper .empty-state-wrapper {
  margin: auto;
  align-items: center;
  display: flex;
  width: 400px;
  flex-direction: column;
}
.customer-owners-page-wrapper .empty-state-wrapper div {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.customer-owners-page-wrapper .empty-state-wrapper .icon_button {
  align-items: center;
  display: flex;
}
.customer-owners-page-wrapper .empty-state-wrapper .no-customers-icon {
  margin-bottom: 20px;
}
.customer-owners-page-wrapper .empty-state-wrapper h1,
.customer-owners-page-wrapper .empty-state-wrapper p {
  margin-bottom: 8px;
}
.customer-owners-page-wrapper .empty-state-wrapper span {
  margin-left: 8px;
}
.customer-owners-page-wrapper .remove {
  display: none !important;
}
.customer-owners-page-wrapper .mat-checkbox:not(.mat-mdc-checkbox) {
  margin-left: -10px !important;
}
.customer-owners-page-wrapper .checklist-leaf-node:not(.mat-mdc-checkbox) label {
  margin-left: -4.5rem;
  padding: 5px;
}
.customer-owners-page-wrapper .mat-mdc-checkbox {
  display: inline-flex !important;
  align-items: center !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox .mdc-form-field {
  display: inline-flex !important;
  align-items: center !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox .mdc-checkbox {
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
  position: relative !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox .mdc-checkbox__background {
  width: 15px !important;
  height: 15px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 3px !important;
  border-color: #546179 !important;
  border-width: 1px !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox .mdc-checkbox__native-control {
  width: 18px !important;
  height: 18px !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox .mdc-checkbox__checkmark {
  color: white !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox .mdc-checkbox__checkmark-path {
  stroke: white !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox .mdc-checkbox__mixedmark {
  width: 10px !important;
  height: 2px !important;
  background-color: white !important;
  border-radius: 1px !important;
  transform: scale(1) !important;
  border: none !important;
  margin: auto !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  background-color: #40b1d1 !important;
  border-color: #40b1d1 !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox.mat-mdc-checkbox-indeterminate .mdc-checkbox__background {
  background-color: #40b1d1 !important;
  border-color: #40b1d1 !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox.mat-mdc-checkbox-indeterminate .mdc-checkbox__checkmark {
  display: none !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox .mdc-checkbox__ripple,
.customer-owners-page-wrapper .mat-mdc-checkbox .mat-mdc-checkbox-ripple,
.customer-owners-page-wrapper .mat-mdc-checkbox .mat-mdc-checkbox-touch-target {
  display: none !important;
}
.customer-owners-page-wrapper .mat-mdc-checkbox label,
.customer-owners-page-wrapper .mat-mdc-checkbox .mdc-label {
  padding-left: 8px !important;
  line-height: normal !important;
  margin: 0 !important;
  cursor: pointer;
}
.customer-owners-page-wrapper .mat-tree-checkbox .checklist-leaf-node.mat-mdc-checkbox {
  margin-left: -4.5rem !important;
}
.customer-owners-page-wrapper .mat-tree-checkbox .checklist-leaf-node.mat-mdc-checkbox label,
.customer-owners-page-wrapper .mat-tree-checkbox .checklist-leaf-node.mat-mdc-checkbox .mdc-label {
  padding-left: 5px !important;
}
.customer-owners-page-wrapper .mat-tree-checkbox .mat-tree-node:not(.mat-tree-node-def) {
  min-height: 32px !important;
}
.customer-owners-page-wrapper .mat-tree-checkbox .mat-tree-node-def .mat-mdc-checkbox {
  margin-left: 25px !important;
}
.customer-owners-page-wrapper .mat-tree-checkbox .mat-tree-node-def .mat-mdc-checkbox label,
.customer-owners-page-wrapper .mat-tree-checkbox .mat-tree-node-def .mat-mdc-checkbox .mdc-label {
  padding-left: 8px !important;
}
.customer-owners-page-wrapper .mat-tree-node-def button {
  padding-bottom: 0px;
  padding-top: 0px;
}
.customer-owners-page-wrapper .mat-tree-child-node {
  padding-right: 0px;
  z-index: 2;
  border: none;
  width: 0px;
  margin-left: -4rem;
}
.customer-owners-page-wrapper .mat-tree-child-node:hover {
  color: #08cbbf !important;
  background-color: transparent !important;
}
.customer-owners-page-wrapper .mat-tree-child-node:focus {
  color: #08cbbf !important;
  background-color: transparent !important;
}
.customer-owners-page-wrapper .mat-tree-child-node mat-icon {
  padding-right: 5px;
}
.customer-owners-page-wrapper .mat-tree-child-node-href:hover {
  text-decoration: underline;
}
.customer-owners-page-wrapper .fas {
  margin-top: 9px;
  margin-bottom: 9px;
  position: relative;
  background: white;
  margin-left: 5px;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
}
.customer-owners-page-wrapper .mat-tree-node-child-element {
  color: black;
  margin-bottom: -30px;
}
.customer-owners-page-wrapper .mat-tree-node-child-element-inactive {
  color: rgba(21, 25, 35, 0.5);
  margin-bottom: -30px;
}
.customer-owners-page-wrapper .mat-tree-node-child-add {
  color: #40b1d1;
  margin-bottom: -30px;
}
.customer-owners-page-wrapper .mat-tree-node-parent-element {
  color: black;
  margin-top: -1px;
  margin-left: 40px;
}
.customer-owners-page-wrapper .mat-tree-node-parent-element-inactive {
  color: rgba(21, 25, 35, 0.5);
  margin-top: -1px;
  margin-left: 40px;
}
.customer-owners-page-wrapper .mat-tree-node-parent-add {
  color: #40b1d1;
  margin-top: 18px;
  margin-bottom: 50px;
  margin-left: 40px;
}
.customer-owners-page-wrapper .mat-checkbox-layout:not(.mdc-form-field) {
  margin-left: 40px;
}
.customer-owners-page-wrapper li {
  margin-left: -29px;
  border: 1px solid #d0dcef;
  border-width: 0 0 1px 1px;
  padding-bottom: 28px;
}
.customer-owners-page-wrapper .mat-tree-node {
  background-color: white;
  padding-left: 10px;
  min-height: 0px;
}
.customer-owners-page-wrapper li.mat-tree-node,
.customer-owners-page-wrapper li div {
  position: relative;
  top: 12px;
  padding-left: 10px !important;
}
.customer-owners-page-wrapper .mat-tree-node-display {
  margin: 4px;
  height: 10px;
  background: transparent;
}
.customer-owners-page-wrapper .mat-checkbox-input {
  width: 15px !important;
  margin-top: 1px;
  z-index: 2;
  position: absolute;
  height: 15px;
}
.customer-owners-page-wrapper .mat-checkbox-frame {
  display: none;
}
.customer-owners-page-wrapper .mat-checkbox-inner-container {
  width: 15px;
  border: 1px solid #546179;
  border-radius: 3px;
}
.customer-owners-page-wrapper .mat-checkbox-ripple .mat-ripple-element,
.customer-owners-page-wrapper .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #40b1d1;
}
.customer-owners-page-wrapper .mat-checkbox-checked.mat-accent .mat-checkbox-inner-container {
  border: none;
}
.customer-owners-page-wrapper .mat-checkbox-indeterminate.mat-accent .mat-checkbox-inner-container {
  border: none;
}
.customer-owners-page-wrapper .mat-tree-node button {
  border: none;
  width: 0px;
}
.customer-owners-page-wrapper input[type=checkbox]:focus {
  appearance: auto;
}
.customer-owners-page-wrapper .tree-loader .loader_wrapper {
  background-color: rgb(255, 255, 255) !important;
}
.customer-owners-action-buttons-wrapper {
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  margin-top: 8px;
  background: #ffffff;
}
.customer-owners-action-buttons-wrapper button {
  width: 136px;
  font-size: 16px;
  padding: 9px 0;
  margin-right: 16px;
}
.customer-owners-action-buttons-wrapper button:last-child {
  margin-right: 0;
}
app-yes-no-dialog .reveal {
  min-width: 619px;
  min-height: 249px;
  padding: 23px 26px;
}
app-yes-no-dialog .reveal p {
  font-size: 16px;
}
app-yes-no-dialog .content_wrapper {
  min-height: 105px;
}
app-yes-no-dialog .form_container .footer_wrapper {
  margin-top: 0;
  padding: 0;
  justify-content: center;
}
app-yes-no-dialog .users-and-permissions-action-buttons-wrapper {
  padding: 0;
}
.title_wrapper {
  padding: 24px 0;
}
.title_wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.title_wrapper {
  overflow: visible !important;
}
.title_wrapper .title_container {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.title_wrapper .titleToolbox_wrapper {
  float: right;
  display: block;
  vertical-align: middle;
}
.title_wrapper .titleToolbox_wrapper .favorites_wrapper {
  vertical-align: middle;
  display: inline-block;
}
.title_wrapper .titleToolbox_wrapper .headerButton_wrapper {
  display: inline-block;
  margin-left: 20px;
  float: right;
}
.orderReportTable_container .simplebar-track.simplebar-horizontal {
  pointer-events: auto;
}
.orderReportTable_container .loader_wrapper {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
}
.orderReportTable_container .reportStatusMessage_container .reportStatusMessage {
  color: #151923;
  line-height: 30px;
}
.orderReportTable_container .table_wrapper {
  width: 100%;
  padding: 0 40px;
}
.orderReportTable_container .table_wrapper .table_caption {
  padding: 0 20px;
}
.orderReportTable_container .table_wrapper .table_container {
  width: 100%;
  margin-bottom: 0;
  max-width: 100%;
  position: relative;
}
.orderReportTable_container .table_wrapper .table_container .td_content {
  display: block;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container {
  display: block;
  min-width: 80px;
  cursor: default;
}
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container.tableHeaderSortable {
  cursor: pointer;
}
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container.tableHeaderSortable .sortIcon {
  display: inline-block;
}
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container:hover .tableHeaderColumnSortIcon,
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container:hover .tableHeaderColumnLabel {
  color: #ffffff;
}
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container:hover .defaultSortIcon .sort-default {
  display: inline-block !important;
}
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container .tableHeaderColumnLabel {
  position: relative;
  padding-right: 20px;
  display: inline-block;
  color: #ffffff;
}
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container .sortIcon {
  position: absolute;
  right: 0;
  display: none;
  color: #ffffff;
}
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container .sortIcon span {
  display: none;
}
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container .sortIcon.OnChanges .sort-default {
  display: none;
}
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container .sortIcon.sortAscending .sort-up {
  display: inline-block;
}
.orderReportTable_container .tableHeaderColumn .tableHeaderColumnLink_container .sortIcon.sortDescending .sort-down {
  display: inline-block;
}
.filterIcon,
.fieldIcon {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  vertical-align: middle;
  background: #0e8db1;
}
.filterIcon:after,
.fieldIcon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  color: white;
}
.filterIcon.disabled,
.fieldIcon.disabled {
  background-color: rgba(14, 141, 177, 0.45);
}
.filterIcon:after {
  content: "F";
}
.fieldIcon:after {
  content: "D";
  left: 54%;
}
@supports (-moz-appearance: none) {
  .fieldIcon:after {
    left: 50%;
  }
}
.mainContent_container .mainContentHeader_wrapper {
  position: relative;
  z-index: 20;
}
.mainContent_container .ctaButton_wrapper {
  margin-top: 40px;
}
.mainContent_container .ctaButton_wrapper.genrateReport {
  max-width: 200px;
}
app-order-reports .mainContentHeader_wrapper {
  border-bottom: 1px solid #ddd;
  padding: 0 15.96px;
}
.order-reports-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.order-reports-page .selectedFiltersArea_wrapper.disabled,
.order-reports-page .selectedFiltersArea_wrapper:disabled {
  opacity: 0.45;
  pointer-events: none;
}
.order-reports-page .selectedFiltersArea_wrapper.active {
  border-color: #40B1D1;
  background-color: rgba(64, 177, 209, 0.35);
}
.order-reports-page .selectedFiltersArea_wrapper .fixedButton {
  position: absolute;
  top: -1px;
}
.order-reports-page .selectedFiltersArea_wrapper .emptyState {
  padding: 40px 0;
  color: #151923;
}
.order-reports-page .selectedFiltersArea_wrapper .dropArea.is-active {
  padding: 18px 0;
  width: 240px;
  text-align: center;
}
.order-reports-page .selectedFieldsArea_wrapper {
  position: relative;
}
.order-reports-page .selectedFieldsArea_wrapper .emptyState {
  color: #151923;
}
.order-reports-page .selectedFieldsArea_wrapper .selectedFieldsArea {
  background-color: #EAF0FA;
  padding: 24px 0;
  white-space: nowrap;
  overflow-x: auto;
}
.order-reports-page .selectedFieldsArea_wrapper .selectedFieldsArea.disabled,
.order-reports-page .selectedFieldsArea_wrapper .selectedFieldsArea:disabled {
  opacity: 0.45;
  pointer-events: none;
}
.order-reports-page .selectedFieldsArea_wrapper .selectedFieldsArea.active {
  border-color: #40B1D1;
  background-color: rgba(64, 177, 209, 0.35);
}
.order-reports-page .selectedFieldsArea_wrapper .fieldsInfoMessageArea {
  background-color: #0e8db1;
  padding: 6px 0;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
.order-reports-page .buttons_wrapper {
  margin: 12.96px 24px;
}
.sidebar_container .search_wrapper {
  padding: 24px 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #ABBAD1;
  margin-bottom: -1px;
}
.sidebar_container .accordion.bordered {
  border-color: #ABBAD1;
}
.sidebar_container .accordion.bordered .card_title,
.sidebar_container .accordion.bordered .card_content {
  border-left-width: 0;
  border-right-width: 0;
  border-color: #ABBAD1;
}
.sidebar_container .accordion.bordered .card_title .cardContent_container,
.sidebar_container .accordion.bordered .card_content .cardContent_container {
  padding: 12px 18px;
  padding-right: 0;
}
.sidebar_container .accordion .accordion_card .card_title {
  padding-left: 36px;
}
.sidebar_container .accordion .accordion_card .card_title:before {
  text-align: left;
  left: 12px;
  width: 36px;
  color: #546179;
}
.sidebar_container .reportItemContainer {
  position: relative;
  display: inline-block;
}
.sidebar_container .reportItemContainer:hover {
  display: block;
}
.sidebar_container .reportItemContainer:hover .reportItemIconsContainer {
  display: block;
}
.sidebar_container .reportItemContainer:hover .reportItem {
  color: #0e8db1;
}
.sidebar_container .reportItemContainer .reportItem {
  color: #151923;
}
.sidebar_container .reportItemContainer .reportItemIconsContainer {
  display: none;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
.order-report-sidebar-favorite {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 290px;
  top: 128px;
  height: calc(100vh - 128px);
  background-color: #ffffff;
  z-index: 20;
  border-top: 1px solid #ABBAD1;
  border-left: 1px solid #ABBAD1;
  transition: transform ease 0.4s;
  will-change: transform;
}
.order-report-sidebar-favorite .close-icon {
  align-self: flex-end;
  cursor: pointer;
}
.order-report-sidebar-favorite .close-icon path {
  fill: #546179;
}
.order-report-sidebar-favorite .close-icon:hover path {
  fill: #000000;
}
.order-report-sidebar-favorite .order-report-sidebar-favorite-action-buttons-wrapper {
  align-items: center;
  justify-content: center;
}
.order-report-sidebar-favorite .order-report-sidebar-favorite-action-buttons-wrapper .button {
  font-size: 14px;
  height: 36px;
  line-height: 100%;
  min-width: calc(50% - 8px);
}
.order-report-sidebar-favorite .order-report-sidebar-favorite-action-buttons-wrapper .button.ghost-button {
  margin-right: 8px;
}
.order-report-sidebar-favorite .favorite_sidebar_container {
  height: calc(100% - 80px);
}
.order-report-sidebar-favorite .favorite_sidebar_container .accordion.bordered {
  width: 100%;
}
.order-report-sidebar-favorite .favorite_sidebar_container .search_wrapper {
  display: block;
  position: static;
  top: 0;
  z-index: 1;
  background-color: #fff;
  border-bottom: 1px solid #ABBAD1;
  margin-bottom: -1px;
  padding: 24px 16px 24px 16px;
}
.order-report-sidebar-favorite .favorite_sidebar_container .accordion_wrapper {
  overflow: auto;
  height: calc(100% - 80px);
}
.order-report-sidebar-favorite .favorite_sidebar_container .accordion_wrapper .accordion.bordered {
  border-color: #ABBAD1;
}
.order-report-sidebar-favorite .favorite_sidebar_container .accordion_wrapper .accordion.bordered .card_title,
.order-report-sidebar-favorite .favorite_sidebar_container .accordion_wrapper .accordion.bordered .card_content {
  border-left-width: 0;
  border-right-width: 0;
  border-color: #ABBAD1;
}
.order-report-sidebar-favorite .favorite_sidebar_container .accordion_wrapper .accordion.bordered .card_title .cardContent_container,
.order-report-sidebar-favorite .favorite_sidebar_container .accordion_wrapper .accordion.bordered .card_content .cardContent_container {
  padding: 12px 18px;
  padding-right: 0;
}
.order-report-sidebar-favorite .favorite_sidebar_container .accordion_wrapper .accordion .accordion_card .card_title {
  padding-left: 36px;
}
.order-report-sidebar-favorite .favorite_sidebar_container .accordion_wrapper .accordion .accordion_card .card_title:before {
  text-align: left;
  left: 12px;
  width: 36px;
  color: #546179;
}
.order-report-sidebar-favorite .favorite_sidebar_container .accordion_wrapper .accordion .accordion_card .accordion-item li {
  cursor: pointer;
  padding: 5px;
}
.order-report-sidebar-favorite .favorite_sidebar_container .accordion_wrapper .accordion .accordion_card .accordion-item li:hover {
  color: #0e8db1;
}
.order-report-sidebar-favorite .favorite_sidebar_container .accordion_wrapper .accordion .accordion_card .accordion-item .selected {
  font-weight: bold;
}
.order-report-sidebar-favorite.animate-out {
  transform: translateX(100%);
}
.order-report-sidebar-favorite.animate-in {
  transform: translateX(0);
}
.dialogSummary_wrapper {
  height: 100%;
  width: 100%;
}
.dialogSummary_wrapper .loader_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.dialogSummary_wrapper .loader_wrapper .loader_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialogSummary_wrapper .dialogSummary_container {
  padding: 0 80px;
}
.dialogSummary_wrapper .dialogSummary_container .content_container label {
  color: #546179;
  line-height: 1;
}
.dialogSummary_wrapper .dialogSummary_container .content_container .subtitle_container {
  padding: 10px 0;
}
.dialogSummary_wrapper .dialogSummary_container .content_container .section-title {
  font-size: 14px;
  font-weight: 600;
}
.dialogSummary_wrapper .dialogSummary_container .content_container .section_wrapper {
  margin-bottom: 20px;
}
.dialogSummary_wrapper .dialogSummary_container .content_container .section_wrapper .section-row {
  padding-bottom: 10px;
}
.dialogSummary_wrapper .dialogSummary_container .content_container .section_wrapper .section-row:last-child {
  padding-bottom: 0;
}
.dialogSummary_wrapper .dialogSummary_container .content_container .nested-table {
  margin: 10px 0;
}
.dialogSummary_wrapper .header_wrapper .header_container::after {
  content: "";
  display: table;
  clear: both;
}
.dialogSummary_wrapper .footer_wrapper {
  background-color: rgba(160, 176, 240, 0.25);
  padding: 20px 80px;
}
.dialogSummary_wrapper .footer_wrapper .inlineCheckboxList_container li {
  display: inline-block;
  padding-right: 10px;
}
.dialogSummary_wrapper .footer_wrapper .inlineCheckboxList_container li:last-child {
  padding-right: 0;
}
.dynamicInputIconGroup {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.dynamicInputIconGroup.edit-input .input-active {
  display: inline-block;
}
.dynamicInputIconGroup.edit-input .default-icon {
  display: none;
}
.dynamicInputIconGroup.edit-input .no-borders-input {
  pointer-events: auto !important;
  padding: 5px 10px !important;
  border: 1px solid #3d495f !important;
}
.dynamicInputIconGroup.edit-input .no-borders-input:focus {
  border: 1px solid #3d495f;
  padding: 5px 10px;
}
.dynamicInputIconGroup .dynamicInput_container {
  display: inline-block;
}
.dynamicInputIconGroup .dynamicInput_container .no-borders-input {
  pointer-events: none;
  border: 0;
  padding: 0;
}
.dynamicInputIconGroup .dynamicInput_container .no-borders-input:focus {
  border: 0;
  padding: 0;
}
.dynamicInputIconGroup .dynamicIcon_wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
.dynamicInputIconGroup .dynamicIcon_wrapper .icon_container {
  color: #546179;
}
.dynamicInputIconGroup .input-active {
  display: none;
}
.dynamicInputIconGroup .input-active .check-icon {
  color: #08cbbf;
}
.selectedFiltersArea {
  padding: 23px 0;
  overflow-x: auto;
}
.expressionItemsList {
  margin: 0 -6px;
  margin-top: 5px;
}
.expressionItemsList .datepicker_container {
  position: fixed !important;
  z-index: 10;
}
.expressionItemsList .expressionItem {
  margin: 0 6px;
}
.expressionItemsList .dropArea {
  vertical-align: middle;
}
.expressionItemsList .expressionItem {
  display: inline-block;
  vertical-align: middle;
}
.expressionItemsList .expressionItem.hidden {
  display: inline-block;
  width: 0;
  height: 0;
  padding: 0;
}
.expressionFilter .dragNdropCardHeader {
  margin-bottom: 12px;
  line-height: 24px;
}
.expressionGroup {
  position: relative;
  min-height: 120px;
  min-width: 240px;
  background-color: #EAF0FA;
}
.expressionGroup > .dragNdropCardHeader {
  min-height: 24px;
  margin-bottom: 6px;
}
.expressionGroup .expressionItem {
  margin: 0 6px;
}
.expressionGroup .expressionItem .expressionItem {
  margin: 0 4px;
}
.selectedFieldsArea .selectedFieldsList {
  margin: 0 -6px;
}
.selectedFieldsArea .selectedFieldsList li {
  display: inline-block;
  margin: 0 6px;
  vertical-align: middle;
}
.selectedFieldsArea .selectedFieldsList .dropArea {
  vertical-align: middle;
}
.selectedFieldsArea .dragNdropCard {
  position: relative;
  max-width: 168px;
  height: 100%;
}
.selectedFieldsArea .dragNdropCard .dragNdropCardHeader {
  line-height: 36px;
  vertical-align: middle;
}
.selectedFieldsArea .dragNdropCard .dragNdropCardHeader .dragNdropCardLabel {
  line-height: 18.0012px;
  vertical-align: middle;
}
.audit-log-report-page .dropdown_container {
  min-width: 210px;
}
.audit-log-report-page .datepicker-input {
  min-width: 210px;
}
.audit-log-report-page .filter-passenger-name-input {
  min-width: 210px;
}
.audit-log-report-page .mainContent_wrapper {
  max-width: unset;
}
.audit-log-report-page .row-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.audit-log-report-page .display-inline-block {
  display: inline-block;
  margin-right: 15px;
}
.audit-log-report-page .display-inline-block:last-child {
  margin-right: 0px;
}
.audit-log-report-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.audit-log-report-page .selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.audit-log-report-page .selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.audit-log-report-page .selectedFiltersArea {
  padding: 23px 0;
  overflow: visible;
}
.audit-log-report-page .buttons_wrapper {
  margin: 48px 24px 0 24px;
}
.audit-log-report-page .simplebar-track {
  pointer-events: auto;
}
.audit-log-report-page .display-flex-class {
  display: flex;
}
.audit-log-report-page .cell-width {
  display: block;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.audit-log-report-page .cell-word-break {
  width: 50% !important;
  max-width: 25em !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}
.operations-report-page .mainContent_wrapper {
  max-width: unset;
}
.operations-report-page .row-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.operations-report-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.operations-report-page .selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.operations-report-page .selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.operations-report-page .selectedFiltersArea_wrapper .dropdown-column {
  padding-right: 10px;
}
.operations-report-page .selectedFiltersArea_wrapper .switch-column {
  padding-top: 20px;
  flex-shrink: 0;
}
.operations-report-page .selectedFiltersArea {
  padding: 23px 0;
  overflow: visible;
}
.operations-report-page .buttons_wrapper {
  margin: 48px 24px 0 24px;
}
.operations-report-page .startedTripStyle {
  color: green;
  font-size: 8px;
  margin-left: 5px;
  margin-right: 10px;
}
.operations-report-page .pendingTripStyle {
  color: #e45b75;
  font-size: 8px;
  margin-left: 5px;
  margin-right: 10px;
}
.operations-report-page .upcomingTripStyle {
  color: #546179;
  font-size: 8px;
  margin-left: 5px;
  margin-right: 10px;
}
.override-report-page .dropdown_container {
  min-width: 210px;
}
.override-report-page .datepicker-input {
  min-width: 210px;
}
.override-report-page .filter-passenger-name-input {
  min-width: 210px;
}
.override-report-page .mainContent_wrapper {
  max-width: unset;
}
.override-report-page .row-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.override-report-page .display-inline-block {
  display: inline-block;
  margin-right: 15px;
}
.override-report-page .display-inline-block:last-child {
  margin-right: 0px;
}
.override-report-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.override-report-page .selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.override-report-page .selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.override-report-page .selectedFiltersArea_wrapper .dropdown-column {
  padding-right: 10px;
}
.override-report-page .selectedFiltersArea_wrapper .switch-column {
  padding-top: 20px;
  flex-shrink: 0;
}
.override-report-page .selectedFiltersArea {
  padding: 23px 0;
  overflow: visible;
}
.override-report-page .buttons_wrapper {
  margin: 48px 24px 0 24px;
}
.override-report-page .simplebar-track {
  pointer-events: auto;
}
.driver-manifest-report-page .dropdown_container {
  min-width: 210px;
}
.driver-manifest-report-page .datepicker-input {
  min-width: 210px;
}
.driver-manifest-report-page .mainContent_wrapper {
  max-width: unset;
}
.driver-manifest-report-page .row-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.driver-manifest-report-page .display-inline-block {
  display: inline-block;
  margin-right: 15px;
}
.driver-manifest-report-page .display-inline-block:last-child {
  margin-right: 0px;
}
.driver-manifest-report-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.driver-manifest-report-page .selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.driver-manifest-report-page .selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.driver-manifest-report-page .selectedFiltersArea_wrapper .dropdown-column {
  padding-right: 10px;
}
.driver-manifest-report-page .selectedFiltersArea_wrapper .switch-column {
  padding-top: 20px;
  flex-shrink: 0;
}
.driver-manifest-report-page .selectedFiltersArea {
  padding: 23px 0;
  overflow: visible;
}
.driver-manifest-report-page .buttons_wrapper {
  margin: 48px 24px 0 24px;
}
.trip-revenue-report-page .dropdown_container {
  min-width: 210px;
}
.trip-revenue-report-page .datepicker-input {
  min-width: 210px;
}
.trip-revenue-report-page .switch_container {
  min-width: 210px;
}
.trip-revenue-report-page .mainContent_wrapper {
  max-width: unset;
}
.trip-revenue-report-page .row-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.trip-revenue-report-page .display-inline-block {
  display: inline-block;
  margin-right: 15px;
}
.trip-revenue-report-page .display-inline-block:last-child {
  margin-right: 0px;
}
.trip-revenue-report-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.trip-revenue-report-page .selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.trip-revenue-report-page .selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.trip-revenue-report-page .selectedFiltersArea_wrapper .dropdown-column {
  padding-right: 10px;
}
.trip-revenue-report-page .selectedFiltersArea_wrapper .switch-column {
  padding-top: 20px;
  flex-shrink: 0;
}
.trip-revenue-report-page .selectedFiltersArea {
  padding: 23px 0;
  overflow: visible;
}
.trip-revenue-report-page .buttons_wrapper {
  margin: 48px 24px 0 24px;
}
.ticket-type-revenue-report-page .dropdown_container {
  min-width: 210px;
}
.ticket-type-revenue-report-page .datepicker-input {
  min-width: 210px;
}
.ticket-type-revenue-report-page .mainContent_wrapper {
  max-width: unset;
}
.ticket-type-revenue-report-page .row-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.ticket-type-revenue-report-page .display-inline-block {
  display: inline-block;
  margin-right: 15px;
}
.ticket-type-revenue-report-page .display-inline-block:last-child {
  margin-right: 0px;
}
.ticket-type-revenue-report-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.ticket-type-revenue-report-page .selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.ticket-type-revenue-report-page .selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.ticket-type-revenue-report-page .selectedFiltersArea_wrapper .switch-column {
  padding-top: 20px;
  flex-shrink: 0;
}
.ticket-type-revenue-report-page .selectedFiltersArea {
  padding: 23px 0;
  overflow: visible;
}
.ticket-type-revenue-report-page .buttons_wrapper {
  margin: 48px 24px 0 24px;
}
.commission-report-page .dropdown_container {
  min-width: 210px;
}
.commission-report-page .datepicker-input {
  min-width: 210px;
}
.commission-report-page .mainContent_wrapper {
  max-width: unset;
}
.commission-report-page .row-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.commission-report-page .display-inline-block {
  display: inline-block;
  margin-right: 15px;
}
.commission-report-page .display-inline-block:last-child {
  margin-right: 0px;
}
.commission-report-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.commission-report-page .selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.commission-report-page .selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.commission-report-page .selectedFiltersArea_wrapper .switch-column {
  padding-top: 20px;
  flex-shrink: 0;
}
.commission-report-page .selectedFiltersArea {
  padding: 23px 0;
  overflow: visible;
}
.commission-report-page .buttons_wrapper {
  margin: 48px 24px 0 24px;
}
.revenue-report-page .payment-summary-table {
  margin-top: 0;
}
.revenue-report-page .dropdown_container {
  min-width: 210px;
}
.revenue-report-page .single-date-mode-datepicker {
  padding-bottom: 2.4px;
}
.revenue-report-page .mainContent_wrapper {
  max-width: unset;
}
.revenue-report-page .row-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.revenue-report-page .display-inline-block {
  display: inline-block;
  margin-right: 15px;
}
.revenue-report-page .display-inline-block:last-child {
  margin-right: 0px;
}
.revenue-report-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.revenue-report-page .selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.revenue-report-page .selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.revenue-report-page .selectedFiltersArea {
  padding: 23px 0;
  overflow: visible;
}
.revenue-report-page .buttons_wrapper {
  margin: 48px 24px 0 24px;
}
.revenue-report-page .simplebar-track {
  pointer-events: auto;
}
.net-suite-export-report-page .dropdown_container {
  min-width: 210px;
}
.net-suite-export-report-page .single-date-mode-datepicker {
  padding-bottom: 2.4px;
}
.net-suite-export-report-page .mainContent_wrapper {
  max-width: unset;
}
.net-suite-export-report-page .row-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.net-suite-export-report-page .display-inline-block {
  display: inline-block;
  margin-right: 15px;
}
.net-suite-export-report-page .display-inline-block:last-child {
  margin-right: 0px;
}
.net-suite-export-report-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.net-suite-export-report-page .selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.net-suite-export-report-page .selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.net-suite-export-report-page .selectedFiltersArea {
  padding: 23px 0;
  overflow: visible;
}
.net-suite-export-report-page .buttons_wrapper {
  margin: 48px 24px 0 24px;
}
.net-suite-export-report-page .simplebar-track {
  pointer-events: auto;
}
.android-debug-logs-page .dropdown_container {
  min-width: 210px;
}
.android-debug-logs-page .datepicker-input {
  min-width: 210px;
}
.android-debug-logs-page .filter-passenger-name-input {
  min-width: 210px;
}
.android-debug-logs-page .mainContent_wrapper {
  max-width: unset;
}
.android-debug-logs-page .row-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.android-debug-logs-page .display-inline-block {
  display: inline-block;
  margin-right: 15px;
}
.android-debug-logs-page .display-inline-block:last-child {
  margin-right: 0px;
}
.android-debug-logs-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.android-debug-logs-page .selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.android-debug-logs-page .selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.android-debug-logs-page .selectedFiltersArea_wrapper .dropdown-column {
  padding-right: 10px;
}
.android-debug-logs-page .selectedFiltersArea_wrapper .switch-column {
  padding-top: 20px;
  flex-shrink: 0;
}
.android-debug-logs-page .selectedFiltersArea {
  padding: 23px 0;
  overflow: visible;
}
.android-debug-logs-page .buttons_wrapper {
  margin: 48px 24px 0 24px;
}
.android-debug-logs-page .simplebar-track {
  pointer-events: auto;
}
.android-debug-logs-page .cell-word-break {
  width: 50% !important;
  max-width: 25em !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}
app-cashout-entry .page-wrapper {
  position: initial;
  min-height: calc(100vh - 50px);
}
app-cashout-entry-content .page-content {
  padding: 16px;
  margin: auto;
}
app-cashout-entry-content .page-content .page-content-title {
  margin-bottom: 0;
}
app-cashout-entry-content .cashout-entry-scroll {
  max-height: 100vh;
  overflow-y: auto;
}
app-cashout-entry-content .page-content-header-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: -16px;
  height: 75px;
}
app-cashout-entry-content .page-content-header-wrapper app-button .button {
  width: initial;
  padding: 8px 26px;
  font-size: 14px;
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #546179;
  color: #151923;
  height: 32px;
}
app-cashout-entry-content .page-content-header-wrapper app-button .button:disabled,
app-cashout-entry-content .page-content-header-wrapper app-button .button.disabled {
  opacity: 0.5;
  pointer-events: none;
  color: inherit;
}
app-cashout-entry-filter {
  display: block;
  background-color: #D0DCEF;
  padding: 16px;
  margin: 0 -16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
app-cashout-entry-filter .dropdown_container {
  max-width: 260px;
}
app-cashout-entry-filter .picker_container {
  width: 260px;
}
app-abstract-dialog-container .form-row {
  display: flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 8px;
}
app-abstract-dialog-container .form-row label {
  flex-basis: 141px;
  padding-right: 16px;
  white-space: pre-wrap;
}
app-abstract-dialog-container .form-row app-dropdown,
app-abstract-dialog-container .form-row input,
app-abstract-dialog-container .form-row p,
app-abstract-dialog-container .form-row app-checkbox {
  flex-basis: calc(100% - 141px);
  max-width: 276px;
}
app-abstract-dialog-container .textarea-row {
  padding-top: 52px;
}
app-abstract-dialog-container .textarea-row textarea {
  width: 100%;
  min-height: 90px;
}
app-abstract-dialog-container .app-enter-submission-amounts {
  min-width: 450px;
  min-height: 250px;
}
app-abstract-dialog-container .app-enter-submission-amounts h1 {
  margin-bottom: 21px;
}
app-abstract-dialog-container .app-enter-submission-amounts .dialog-action-buttons-wrapper {
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  padding: 16px 0 0 0;
  margin-top: 8px;
  background: #ffffff;
}
app-abstract-dialog-container .app-enter-submission-amounts .dialog-action-buttons-wrapper button {
  width: 136px;
  font-size: 16px;
  padding: 9px 0;
  margin-right: 8px;
}
app-abstract-dialog-container .app-enter-submission-amounts .dialog-action-buttons-wrapper button:last-child {
  margin-right: 0;
}
.cashout-entry-action-buttons-wrapper {
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  padding: 16px 0;
  margin-top: 8px;
  background: #ffffff;
}
.cashout-entry-action-buttons-wrapper button {
  width: 150px;
  font-size: 16px;
  padding: 9px 0;
  margin-right: 8px;
}
.cashout-entry-action-buttons-wrapper button:last-child {
  margin-right: 0;
}
.cashout-entry-action-buttons-wrapper.disabled {
  opacity: 1;
}
.cashout-entry-action-buttons-wrapper.disabled button {
  opacity: 0.5;
}
.no-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
}
.no-content-wrapper svg {
  margin-bottom: 20px;
}
.no-content-wrapper h1 {
  color: #7B88A3;
}
.no-content-wrapper h2 {
  font-size: 16px;
  color: rgba(123, 136, 163, 0.5);
}
app-cashout-entry-content .remove {
  display: none !important;
}
.with-content .payment-summary-table {
  margin: 0 0;
  padding: 20px 0 0 0;
}
.with-content .page-header {
  padding-bottom: 20px;
}
.with-content .orderReportTable_container .table_wrapper {
  padding: 0 0 28px 0;
}
.bold-text {
  font-weight: 700;
}
app-add-new-entry-dialog-content .form-row-wrapper {
  min-height: 138px;
}
.cashout-reconciliation-page .orderReportTable_wrapper {
  padding: 20px;
}
.cashout-reconciliation-page .dropdown_container {
  min-width: 210px;
}
.cashout-reconciliation-page .datepicker-input {
  min-width: 210px;
}
.cashout-reconciliation-page .switch_container {
  min-width: 210px;
}
.cashout-reconciliation-page .mainContent_wrapper {
  max-width: unset;
}
.cashout-reconciliation-page .row-padding {
  padding-left: 16px;
  padding-right: 16px;
}
.cashout-reconciliation-page .display-inline-block {
  display: inline-block;
  margin-right: 15px;
}
.cashout-reconciliation-page .display-inline-block:last-child {
  margin-right: 0px;
}
.cashout-reconciliation-page .selectedFiltersArea_wrapper {
  position: relative;
  z-index: 19;
  min-height: 1px;
  white-space: nowrap;
  border-top: 1px solid #ABBAD1;
  border-bottom: 1px solid #ABBAD1;
  background-color: #d0dcef;
}
.cashout-reconciliation-page .selectedFiltersArea_wrapper .row-padding {
  margin-bottom: 12px;
}
.cashout-reconciliation-page .selectedFiltersArea_wrapper .row-padding:last-child {
  margin-bottom: 0;
}
.cashout-reconciliation-page .selectedFiltersArea {
  padding: 23px 0;
  overflow: visible;
}
.cashout-reconciliation-page .buttons_wrapper {
  margin: 48px 24px 0 24px;
}
.app-order-qsb-selection-wrapper {
  width: 100%;
}
.app-order-qsb-selection .qsb-type-wrappers {
  height: 748px;
}
.app-order-qsb-selection .qsb-label {
  margin-left: 10px;
}
.app-order-qsb-selection .qsb-wrapper {
  height: 44px;
  border: 1px solid #D0DCEF;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.app-order-qsb-selection .qsb-wrapper:hover .qsb-bar {
  width: calc(100% + 1px);
}
.app-order-qsb-selection .qsb-wrapper:hover .qsb-text {
  color: rgb(255, 255, 255);
  font-weight: 600;
  letter-spacing: 0.0125em;
  text-shadow:
    -1px -1px 0 rgba(10, 10, 10, 0.5),
    1px -1px 0 rgba(10, 10, 10, 0.5),
    -1px 1px 0 rgba(10, 10, 10, 0.5),
    1px 1px 0 rgba(10, 10, 10, 0.5);
}
.app-order-qsb-selection .qsb-wrapper:hover .qsb-x-icon {
  color: rgba(255, 255, 255, 0.5);
}
.app-order-qsb-selection .qsb-wrapper:hover .qsb-forward-icon {
  color: rgba(255, 255, 255, 0.5);
}
.app-order-qsb-selection .qsb-wrapper:hover .qsb-forward-icon-sales {
  color: #5c6371;
}
.app-order-qsb-selection .qsb-wrapper:last-child {
  margin-bottom: 0;
}
.app-order-qsb-selection .qsb-placeholder-background {
  background: #5c6371;
}
.app-order-qsb-selection .qsb-bar {
  width: 8px;
  height: inherit;
  background-color: green;
  position: absolute;
  z-index: 0;
  left: -1px;
  transition: width;
}
.app-order-qsb-selection .qsb-text {
  padding-left: 24px;
  color: #151923;
  position: absolute;
  font-size: 16px;
}
.app-order-qsb-selection .qsb-placeholder-text {
  padding-left: 24px;
  color: #ffffff;
  position: absolute;
  font-size: 16px;
}
.app-order-qsb-selection .qsb-forward-icon {
  position: absolute;
  margin: auto;
  right: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
}
.app-order-qsb-selection .qsb-forward-icon-sales {
  position: absolute;
  margin: auto;
  right: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
}
.app-order-qsb-selection .qsb-x-icon {
  position: absolute;
  margin: auto;
  right: 16px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.app-order-qsb-selection .qsb-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: #ffffff;
  padding-left: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-right: 20px;
}
.app-order-qsb-content .app-order-qsb app-order-info {
  height: 284px;
}
.app-order-qsb-content .app-order-qsb app-order-info > div {
  height: 268px;
}
.app-order-qsb-content .app-order-qsb app-custom-fields > div {
  margin-bottom: 0;
  height: 466px;
}
.app-order-qsb-content .app-order-qsb app-payment-methods .adjust-height {
  height: 202px;
}
.app-order-qsb-content .app-qsb-custom-fields-content {
  height: 529px;
}
.app-order-qsb-content .app-tiers-selector-content {
  max-height: 180px;
}
.app-order-qsb-content .useTouchScreenLayout app-tiers-selector-content {
  max-height: 220px;
}
.app-order-qsb-content .app-qsb-payment-method.expand-height {
  height: 445px;
}
.app-order-qsb-content .app-qsb-order-info-content,
.app-order-qsb-content app-qsb-order-info-content {
  height: 293px;
}
.app-order-qsb-content .empty-state-qsb-selection {
  width: 100%;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
}
.app-order-qsb-content .empty-state-qsb-selection svg {
  margin-bottom: 8px;
}
.app-order-qsb-content .empty-state-qsb-selection h2 {
  color: #7B88A3;
}
.app-order-qsb-content .empty-state-qsb-selection p {
  color: #ABBAD1;
}
.app-order-qsb-content .error {
  color: red !important;
}
.selected-sale-group {
  background-color: #5c6371;
  color: white;
}
app-order-qsb-content .empty-state,
app-order-long-form-content .empty-state {
  width: 100%;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
app-order-qsb-content .empty-state svg,
app-order-long-form-content .empty-state svg {
  height: 32px;
  margin-bottom: 8px;
}
app-order-qsb-content .empty-state p,
app-order-long-form-content .empty-state p {
  color: #ABBAD1;
}
app-step-1-shopping-cart-item-selector,
app-step-2-order-info-and-payment-selector,
app-trip-selector {
  height: 748px;
}
app-tiers-selector-content {
  height: auto;
  display: block;
}
app-tiers-selector-content .order-form-items-wrapper {
  max-height: 186px;
  overflow-y: auto;
}
app-tiers-selector .empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 114px;
  padding: 24px;
}
app-tiers-selector .empty-state p {
  color: #ABBAD1;
  line-height: 18px;
}
app-tiers-selector .empty-state svg {
  height: 32px;
  fill: #ABBAD1;
  margin-bottom: 16px;
}
app-discounts-selector-content > div {
  max-height: 220px;
}
app-discounts-selector-content input[type=text] {
  width: 221px;
  width: calc(100% - 24px);
}
app-discounts-selector-content input[type=text]:disabled {
  border: 1px solid #ABBAD1;
  background-color: #EAF0FA;
}
app-discounts-selector-content button:disabled {
  opacity: 0.25;
}
app-discounts-selector-content .applied-discounts-wrapper {
  max-height: 100px;
}
app-step-1-buttons,
app-step-2-buttons {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
app-shopping-cart-content {
  height: calc(100% + 2px);
}
app-custom-fields > div {
  height: 437px;
}
app-order-info {
  height: 311px;
  display: block;
}
app-order-info > div {
  height: calc(100% - 16px);
}
app-payment-methods > div {
  max-height: 240px;
}
.order-form-item {
  display: flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 8px;
}
.order-form-item-date {
  display: flex;
  align-items: flex-start;
  min-height: 32px;
  margin-bottom: 8px;
}
.order-label {
  flex-basis: 155px;
  padding-right: 16px;
  white-space: pre-wrap;
}
.order-input-wrapper {
  flex-basis: calc(100% - 155px);
}
.order-input-wrapper > *,
.order-input-wrapper input[type=text] {
  width: 100%;
}
.order-input-wrapper .dropdown_container {
  min-width: initial;
}
.wrapper-cloud-payment-device {
  margin-bottom: 120px;
  padding-left: 16px;
  padding-right: 16px;
}
.cloud-payment-device {
  width: 100%;
}
.cloud-payment-device .dropdown_container {
  max-width: 380px !important;
}
.cloud-payment-device .dropdown-active .dropdownList_container {
  height: 94px !important;
}
.app-shopping-cart-header {
  background-color: #798AA3;
  padding: 7px 16px;
  margin: -1px -1px 0 -1px;
}
.app-shopping-cart-secondary-empty-state {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #EAF0FA;
  min-height: 112px;
}
.app-shopping-cart-secondary-empty-state svg {
  height: 36px;
  fill: #ABBAD1;
  margin-bottom: 8px;
}
.app-shopping-cart-secondary-empty-state p {
  color: #ABBAD1;
}
.app-shopping-cart-balance-due-wrapper.empty-state {
  padding: 7px 16px;
}
.order-form-items-wrapper.empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100% - 50px);
}
.order-form-items-wrapper.empty-state svg {
  height: 32px;
  fill: #ABBAD1;
  margin-bottom: 10px;
}
.order-form-items-wrapper.empty-state p {
  color: #ABBAD1;
}
.app-shopping-cart-payment-items-wrapper {
  background-color: #eaf0fa;
  border-bottom: 1px solid #d0dcef;
  border-top: 1px solid #d0dcef;
}
.no-payment-items.no-shopping-cart-items .app-shopping-cart-item-wrapper {
  height: 447px;
}
.no-payment-items.no-shopping-cart-items .app-shopping-cart-payment-item-wrapper {
  height: 35px;
}
.no-payment-items.zero-cost-row-items .app-shopping-cart-item-wrapper {
  height: 415px;
}
.no-payment-items.one-cost-row-items .app-shopping-cart-item-wrapper {
  height: 367px;
}
.no-payment-items.two-cost-row-items .app-shopping-cart-item-wrapper {
  height: 343px;
}
.no-payment-items.two-cost-row-items .app-shopping-cart-item-cost-wrapper > div {
  height: 76px;
}
.no-payment-items.three-cost-row-items .app-shopping-cart-item-wrapper {
  height: 343px;
}
.no-payment-items.three-cost-row-items .app-shopping-cart-item-cost-wrapper > div {
  height: 76px;
}
.no-payment-items.four-cost-row-items .app-shopping-cart-item-wrapper {
  height: 343px;
}
.no-payment-items.four-cost-row-items .app-shopping-cart-item-cost-wrapper > div {
  height: 76px;
}
.one-payment-item.zero-cost-row-items .app-shopping-cart-item-wrapper {
  height: 471px;
}
.one-payment-item.no-shopping-cart-items .app-shopping-cart-item-wrapper {
  height: 479px;
}
.one-payment-item.one-cost-row-items .app-shopping-cart-item-wrapper {
  height: 423px;
}
.one-payment-item.one-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 32px;
}
.one-payment-item.two-cost-row-items .app-shopping-cart-item-wrapper {
  height: 399px;
}
.one-payment-item.two-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 32px;
}
.one-payment-item.three-cost-row-items .app-shopping-cart-item-wrapper {
  height: 399px;
}
.one-payment-item.three-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 32px;
}
.one-payment-item.three-cost-row-items .app-shopping-cart-item-cost-wrapper > div {
  height: 76px;
}
.one-payment-item.four-cost-row-items .app-shopping-cart-item-wrapper {
  height: 399px;
}
.one-payment-item.four-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 32px;
}
.two-payment-items.zero-cost-row-items .app-shopping-cart-item-wrapper {
  height: 447px;
}
.two-payment-items.one-cost-row-items .app-shopping-cart-item-wrapper {
  height: 395px;
}
.two-payment-items.one-cost-row-items .app-shopping-cart-item-cost-wrapper > div {
  height: 56px;
}
.two-payment-items.one-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 56px;
}
.two-payment-items.two-cost-row-items .app-shopping-cart-item-wrapper {
  height: 375px;
}
.two-payment-items.two-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 56px;
}
.two-payment-items.two-cost-row-items .app-shopping-cart-item-cost-wrapper > div {
  height: 76px;
}
.two-payment-items.three-cost-row-items .app-shopping-cart-item-wrapper {
  height: 375px;
}
.two-payment-items.three-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 56px;
}
.two-payment-items.three-cost-row-items .app-shopping-cart-item-cost-wrapper > div {
  height: 76px;
}
.two-payment-items.four-cost-row-items .app-shopping-cart-item-wrapper {
  height: 351px;
}
.two-payment-items.four-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 56px;
}
.multiple-payment-items.zero-cost-row-items .app-shopping-cart-item-wrapper {
  height: 447px;
}
.multiple-payment-items.zero-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 56px;
}
.multiple-payment-items.one-cost-row-items .app-shopping-cart-item-wrapper {
  height: 399px;
}
.multiple-payment-items.one-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 56px;
}
.multiple-payment-items.two-cost-row-items .app-shopping-cart-item-wrapper {
  height: 375px;
}
.multiple-payment-items.two-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 56px;
}
.multiple-payment-items.two-cost-row-items .app-shopping-cart-item-cost-wrapper > div {
  height: 76px;
}
.multiple-payment-items.three-cost-row-items .app-shopping-cart-item-wrapper {
  height: 375px;
}
.multiple-payment-items.three-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 56px;
}
.multiple-payment-items.three-cost-row-items .app-shopping-cart-item-cost-wrapper > div {
  height: 76px;
}
.multiple-payment-items.four-cost-row-items .app-shopping-cart-item-wrapper {
  height: 375px;
}
.multiple-payment-items.four-cost-row-items .app-shopping-cart-payment-item-wrapper {
  height: 56px;
}
.multiple-payment-items.four-cost-row-items .app-shopping-cart-item-cost-wrapper > div {
  height: 76px;
}
.shopping-cart-item-edit-mode {
  border: 2px solid #40B1D1;
  position: sticky;
  top: 0;
}
.shopping-cart-item-view-mode {
  border: 2px solid transparent;
}
.fa-times,
.fa-pencil {
  cursor: pointer;
}
.fa-times:hover,
.fa-pencil:hover {
  color: #333333;
}
.vertical-divider {
  height: inherit;
  width: 1px;
  background-color: rgba(208, 220, 239, 0.8);
  margin: 0 16px;
}
.app-shopping-cart-balance-due-wrapper {
  border: 1px solid #D0DCEF;
  background-color: #D0DCEF;
  padding: 8px 16px 8px 16px;
  justify-content: space-between;
  display: flex;
}
.app-shopping-cart-item .shopping-cart-item-header {
  display: flex;
  align-items: center;
  padding: 2px 16px 8px 16px;
}
.app-shopping-cart-item .shopping-cart-item-header h5 {
  width: calc(100% - 32px);
  padding: 8px 0 0 0;
}
.app-shopping-cart-item .shopping-cart-item-header .shopping-cart-item-icons-wrapper {
  width: 36px;
  display: flex;
  justify-content: space-between;
  color: #546179;
  font-size: 12px;
}
.app-shopping-cart-item .shopping-cart-item-header .shopping-cart-item-icons-wrapper i {
  cursor: pointer;
}
.app-shopping-cart-item .shopping-cart-item-header .shopping-cart-item-icons-wrapper.disabled {
  opacity: 0.25;
  pointer-events: none;
}
.app-shopping-cart-item:last-child .shopping-cart-item-body {
  border-bottom: 0;
}
.shopping-cart-item-direction-wrapper {
  display: flex;
}
.shopping-cart-item-direction {
  align-self: center;
}
.shopping-cart-item-direction p {
  display: flex;
  align-items: baseline;
  height: 22px;
  color: #151923;
}
.shopping-cart-item-direction i {
  color: #546179;
  width: 10px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
}
.shopping-cart-item-direction .shopping-cart-item-time-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: calc(100% - 36px);
  display: inline-block;
}
.full-width .shopping-cart-item-direction {
  width: 100%;
}
.half-width .shopping-cart-item-direction {
  width: calc(50% - 18px);
}
.shopping-cart-item-direction-wrapper {
  display: flex;
}
.shopping-cart-item-time {
  margin-bottom: 8px;
  display: inline-block;
}
.shopping-cart-item-body {
  border-bottom: 1px solid #dddddd;
}
.app-shopping-cart-item-cost-item {
  justify-content: space-between;
}
.border-bottom-2px {
  border-bottom: 2px solid #546179;
}
.border-1px-white {
  border: 1px solid #ffffff;
}
.credit-card-security-code-wrapper svg {
  width: 50px;
}
.credit-card-security-code-wrapper .purchase-svg-wrapper .st0 {
  fill: #D2DDE5;
}
.credit-card-security-code-wrapper .purchase-svg-wrapper .st1 {
  fill: #5D5D5D;
}
.credit-card-security-code-wrapper .purchase-svg-wrapper .st2 {
  fill: #ffffff;
}
.credit-card-security-code-wrapper .purchase-svg-wrapper .st3 {
  fill: #848484;
}
.credit-card-security-code-wrapper .purchase-svg-wrapper .st4 {
  fill: #E3EFF2;
}
.credit-card-security-code-wrapper .purchase-svg-wrapper .st5 {
  fill: #020202;
}
.credit-card-security-code-wrapper .purchase-svg-wrapper .st6 {
  fill: #FF0000;
}
.discount-input-wrapper input[type=text] {
  width: calc(100% - 24px);
}
.dark-theme .app-shopping-cart-header {
  background-color: #3D495F;
  margin: initial;
}
.dark-theme .app-shopping-cart-item-wrapper {
  background-color: #EAF0FA;
}
.dark-theme .app-shopping-cart-item-wrapper svg path {
  fill: #3D495F;
}
.dark-theme .app-shopping-cart-item-cost-wrapper {
  background-color: #EAF0FA;
}
.dark-theme .shopping-cart-footer-buttons-wrapper {
  background-color: #3D495F;
}
.dark-theme .empty-state p {
  color: rgba(61, 73, 95, 0.8);
}
.dark-theme .app-shopping-cart-secondary-empty-state {
  background-color: #D0DCEF;
}
.dark-theme .app-shopping-cart-secondary-empty-state svg {
  fill: #3D495F;
}
.dark-theme .app-shopping-cart-secondary-empty-state p {
  color: rgba(61, 73, 95, 0.8);
}
.dark-theme .app-shopping-cart-balance-due-wrapper {
  background-color: #ABBAD1;
  border: medium none;
}
.dark-theme .ghost-button {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.dark-theme .ghost-button:hover {
  border: 1px solid #ffffff;
}
.dark-theme .ghost-button-reset {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.dark-theme .ghost-button-reset:hover {
  border: 1px solid #ffffff;
}
.dark-theme .invisible-button {
  color: #ffffff;
}
.print-order .reveal {
  width: 320px;
  max-width: 90vw;
}
.print-order .custom-footer {
  margin: -55px;
}
.all-components-page section {
  margin-bottom: 72px;
}
.all-components-page table {
  width: 100%;
}
.all-components-page table td,
.all-components-page table th {
  height: 48px;
}
.all-components-page table th {
  font-size: 18px;
  color: #7a8aa3;
  font-weight: 300;
}
.all-components-page .section-title {
  font-weight: 300;
  color: #7a8aa3;
  text-transform: uppercase;
  font-size: 24px;
}
.all-components-page .section-text {
  font-weight: 300;
  color: #7a8aa3;
  font-size: 14px;
}
.all-components-page .inline-list .inline-li {
  display: inline-block;
  padding-right: 12px;
}
.all-components-page .inline-list .inline-li:last-child {
  padding-right: 0;
}
.all-components-page .align-top {
  vertical-align: top;
}
.all-components-page .standard-datepicker .datepicker_container {
  max-width: 320px;
}
.filterTag {
  display: block;
  line-height: 20px;
  font-size: 14px;
  color: #151923;
}
.filterTag:hover {
  color: #0e8db1;
}
.filterTag:hover:before {
  color: #0e8db1;
}
.filterTag .filterTagIcon {
  display: inline-block;
  height: 14px;
  width: 14px;
  color: #0e8db1;
  margin-right: 3px;
}
@media print {
  app-order-reports {
    display: none;
  }
  app-order-summary-dialog .order-summary-dialog .dialog-body {
    overflow-y: initial;
    max-height: initial;
  }
  app-order-summary-dialog .order-summary-dialog .dialog-section-edit-options {
    display: none;
  }
  app-order-summary-dialog .order-summary-dialog .dialog-footer {
    display: none;
  }
  app-order-summary-dialog .order-summary-dialog table,
  app-order-summary-dialog .order-summary-dialog .dialog-section {
    page-break-after: auto;
  }
  app-order-summary-dialog .dialog-close-icon {
    display: none;
  }
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
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);
}
html {
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-option-selected-state-label-text-color: #673ab7;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #ffd740;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-pseudo-checkbox-full-selected-icon-color: #ffd740;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ffd740;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #673ab7;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #673ab7;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #ffd740;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ffd740;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f44336;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f44336;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-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);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-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-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-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);
}
html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #673ab7;
  --mat-progress-bar-track-color: rgba(103, 58, 183, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #ffd740;
  --mat-progress-bar-track-color: rgba(255, 215, 64, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f44336;
  --mat-progress-bar-track-color: rgba(244, 67, 54, 0.25);
}
html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}
html {
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
}
html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}
html {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #673ab7 87%, transparent);
  --mat-form-field-filled-caret-color: #673ab7;
  --mat-form-field-filled-focus-active-indicator-color: #673ab7;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #673ab7 87%, transparent);
  --mat-form-field-outlined-caret-color: #673ab7;
  --mat-form-field-outlined-focus-outline-color: #673ab7;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #673ab7 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f44336;
  --mat-form-field-filled-error-focus-label-text-color: #f44336;
  --mat-form-field-filled-error-label-text-color: #f44336;
  --mat-form-field-filled-error-caret-color: #f44336;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f44336;
  --mat-form-field-filled-error-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-error-hover-active-indicator-color: #f44336;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f44336;
  --mat-form-field-outlined-error-focus-label-text-color: #f44336;
  --mat-form-field-outlined-error-label-text-color: #f44336;
  --mat-form-field-outlined-error-hover-label-text-color: #f44336;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f44336;
  --mat-form-field-outlined-error-hover-outline-color: #f44336;
  --mat-form-field-outlined-error-outline-color: #f44336;
}
.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ffd740 87%, transparent);
  --mat-form-field-filled-caret-color: #ffd740;
  --mat-form-field-filled-focus-active-indicator-color: #ffd740;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ffd740 87%, transparent);
  --mat-form-field-outlined-caret-color: #ffd740;
  --mat-form-field-outlined-focus-outline-color: #ffd740;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ffd740 87%, transparent);
}
.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-filled-caret-color: #f44336;
  --mat-form-field-filled-focus-active-indicator-color: #f44336;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
  --mat-form-field-outlined-caret-color: #f44336;
  --mat-form-field-outlined-focus-outline-color: #f44336;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f44336 87%, transparent);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --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-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 16px;
  --mat-form-field-filled-label-text-tracking: 0.03125em;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 16px;
  --mat-form-field-outlined-label-text-tracking: 0.03125em;
  --mat-form-field-outlined-label-text-weight: 400;
}
html {
  --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);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #673ab7;
  --mat-select-invalid-arrow-color: #f44336;
}
.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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ffd740;
  --mat-select-invalid-arrow-color: #f44336;
}
.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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f44336;
  --mat-select-invalid-arrow-color: #f44336;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}
html {
  --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);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mat-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;
}
html {
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: 0.0125em;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 16px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: 0.03125em;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #673ab7;
  --mat-chip-elevated-disabled-container-color: #673ab7;
  --mat-chip-elevated-selected-container-color: #673ab7;
  --mat-chip-flat-disabled-selected-container-color: #673ab7;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: #ffd740;
  --mat-chip-elevated-disabled-container-color: #ffd740;
  --mat-chip-elevated-selected-container-color: #ffd740;
  --mat-chip-flat-disabled-selected-container-color: #ffd740;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #f44336;
  --mat-chip-elevated-disabled-container-color: #f44336;
  --mat-chip-elevated-selected-container-color: #f44336;
  --mat-chip-flat-disabled-selected-container-color: #f44336;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 14px;
  --mat-chip-label-text-tracking: 0.0178571429em;
  --mat-chip-label-text-weight: 400;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
}
html {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #673ab7;
  --mat-slide-toggle-selected-handle-color: #673ab7;
  --mat-slide-toggle-selected-hover-state-layer-color: #673ab7;
  --mat-slide-toggle-selected-pressed-state-layer-color: #673ab7;
  --mat-slide-toggle-selected-focus-handle-color: #673ab7;
  --mat-slide-toggle-selected-hover-handle-color: #673ab7;
  --mat-slide-toggle-selected-pressed-handle-color: #673ab7;
  --mat-slide-toggle-selected-focus-track-color: #9575cd;
  --mat-slide-toggle-selected-hover-track-color: #9575cd;
  --mat-slide-toggle-selected-pressed-track-color: #9575cd;
  --mat-slide-toggle-selected-track-color: #9575cd;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-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);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-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);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
.mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-focus-state-layer-color: #ffd740;
  --mat-slide-toggle-selected-handle-color: #ffd740;
  --mat-slide-toggle-selected-hover-state-layer-color: #ffd740;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ffd740;
  --mat-slide-toggle-selected-focus-handle-color: #ffd740;
  --mat-slide-toggle-selected-hover-handle-color: #ffd740;
  --mat-slide-toggle-selected-pressed-handle-color: #ffd740;
  --mat-slide-toggle-selected-focus-track-color: #ffd54f;
  --mat-slide-toggle-selected-hover-track-color: #ffd54f;
  --mat-slide-toggle-selected-pressed-track-color: #ffd54f;
  --mat-slide-toggle-selected-track-color: #ffd54f;
}
.mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #f44336;
  --mat-slide-toggle-selected-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-state-layer-color: #f44336;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f44336;
  --mat-slide-toggle-selected-focus-handle-color: #f44336;
  --mat-slide-toggle-selected-hover-handle-color: #f44336;
  --mat-slide-toggle-selected-pressed-handle-color: #f44336;
  --mat-slide-toggle-selected-focus-track-color: #e57373;
  --mat-slide-toggle-selected-hover-track-color: #e57373;
  --mat-slide-toggle-selected-pressed-track-color: #e57373;
  --mat-slide-toggle-selected-track-color: #e57373;
}
html {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-weight: 400;
}
html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #673ab7;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #673ab7;
  --mat-radio-selected-hover-icon-color: #673ab7;
  --mat-radio-selected-icon-color: #673ab7;
  --mat-radio-selected-pressed-icon-color: #673ab7;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #ffd740;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ffd740;
  --mat-radio-selected-hover-icon-color: #ffd740;
  --mat-radio-selected-icon-color: #ffd740;
  --mat-radio-selected-pressed-icon-color: #ffd740;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-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-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
}
html {
  --mat-slider-active-track-color: #673ab7;
  --mat-slider-focus-handle-color: #673ab7;
  --mat-slider-handle-color: #673ab7;
  --mat-slider-hover-handle-color: #673ab7;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #673ab7 4%, transparent);
  --mat-slider-inactive-track-color: #673ab7;
  --mat-slider-ripple-color: #673ab7;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #673ab7;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
.mat-accent {
  --mat-slider-active-track-color: #ffd740;
  --mat-slider-focus-handle-color: #ffd740;
  --mat-slider-handle-color: #ffd740;
  --mat-slider-hover-handle-color: #ffd740;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ffd740 4%, transparent);
  --mat-slider-inactive-track-color: #ffd740;
  --mat-slider-ripple-color: #ffd740;
  --mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-inactive-container-color: #ffd740;
}
.mat-warn {
  --mat-slider-active-track-color: #f44336;
  --mat-slider-focus-handle-color: #f44336;
  --mat-slider-handle-color: #f44336;
  --mat-slider-hover-handle-color: #f44336;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-slider-inactive-track-color: #f44336;
  --mat-slider-ripple-color: #f44336;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #f44336;
}
html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 14px;
  --mat-slider-label-label-text-line-height: 22px;
  --mat-slider-label-label-text-tracking: 0.0071428571em;
  --mat-slider-label-label-text-weight: 500;
}
html {
  --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);
}
html {
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #673ab7;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #673ab7;
  --mat-radio-selected-hover-icon-color: #673ab7;
  --mat-radio-selected-icon-color: #673ab7;
  --mat-radio-selected-pressed-icon-color: #673ab7;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ffd740;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ffd740;
  --mat-radio-selected-hover-icon-color: #ffd740;
  --mat-radio-selected-icon-color: #ffd740;
  --mat-radio-selected-pressed-icon-color: #ffd740;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f44336;
  --mat-radio-selected-hover-icon-color: #f44336;
  --mat-radio-selected-icon-color: #f44336;
  --mat-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #673ab7;
  --mat-checkbox-selected-hover-icon-color: #673ab7;
  --mat-checkbox-selected-icon-color: #673ab7;
  --mat-checkbox-selected-pressed-icon-color: #673ab7;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #673ab7;
  --mat-checkbox-selected-hover-state-layer-color: #673ab7;
  --mat-checkbox-selected-pressed-state-layer-color: #673ab7;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #ffd740;
  --mat-checkbox-selected-hover-icon-color: #ffd740;
  --mat-checkbox-selected-icon-color: #ffd740;
  --mat-checkbox-selected-pressed-icon-color: #ffd740;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ffd740;
  --mat-checkbox-selected-hover-state-layer-color: #ffd740;
  --mat-checkbox-selected-pressed-state-layer-color: #ffd740;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--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: #673ab7;
}
.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 {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.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 {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 16px;
  --mat-list-list-item-label-text-tracking: 0.03125em;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 14px;
  --mat-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mat-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-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
html {
  --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;
}
html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #673ab7;
  --mat-tab-active-ripple-color: #673ab7;
  --mat-tab-inactive-ripple-color: #673ab7;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #673ab7;
  --mat-tab-active-hover-label-text-color: #673ab7;
  --mat-tab-active-focus-indicator-color: #673ab7;
  --mat-tab-active-hover-indicator-color: #673ab7;
  --mat-tab-active-indicator-color: #673ab7;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ffd740;
  --mat-tab-active-ripple-color: #ffd740;
  --mat-tab-inactive-ripple-color: #ffd740;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ffd740;
  --mat-tab-active-hover-label-text-color: #ffd740;
  --mat-tab-active-focus-indicator-color: #ffd740;
  --mat-tab-active-hover-indicator-color: #ffd740;
  --mat-tab-active-indicator-color: #ffd740;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f44336;
  --mat-tab-active-ripple-color: #f44336;
  --mat-tab-inactive-ripple-color: #f44336;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f44336;
  --mat-tab-active-hover-label-text-color: #f44336;
  --mat-tab-active-focus-indicator-color: #f44336;
  --mat-tab-active-hover-indicator-color: #f44336;
  --mat-tab-active-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #673ab7;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #ffd740;
  --mat-tab-foreground-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f44336;
  --mat-tab-foreground-color: white;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: 0.0892857143em;
  --mat-tab-label-text-line-height: 36px;
  --mat-tab-label-text-weight: 500;
}
html {
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #ffd740;
  --mat-checkbox-selected-hover-icon-color: #ffd740;
  --mat-checkbox-selected-icon-color: #ffd740;
  --mat-checkbox-selected-pressed-icon-color: #ffd740;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ffd740;
  --mat-checkbox-selected-hover-state-layer-color: #ffd740;
  --mat-checkbox-selected-pressed-state-layer-color: #ffd740;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #673ab7;
  --mat-checkbox-selected-hover-icon-color: #673ab7;
  --mat-checkbox-selected-icon-color: #673ab7;
  --mat-checkbox-selected-pressed-icon-color: #673ab7;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #673ab7;
  --mat-checkbox-selected-hover-state-layer-color: #673ab7;
  --mat-checkbox-selected-pressed-state-layer-color: #673ab7;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #f44336;
  --mat-checkbox-selected-hover-icon-color: #f44336;
  --mat-checkbox-selected-icon-color: #f44336;
  --mat-checkbox-selected-pressed-icon-color: #f44336;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f44336;
  --mat-checkbox-selected-hover-state-layer-color: #f44336;
  --mat-checkbox-selected-pressed-state-layer-color: #f44336;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-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);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-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);
  --mat-button-protected-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);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-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);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-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);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
}
html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #673ab7;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #673ab7;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-button-outlined-state-layer-color: #673ab7;
  --mat-button-protected-container-color: #673ab7;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #673ab7;
  --mat-button-text-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-button-text-state-layer-color: #673ab7;
  --mat-button-tonal-container-color: #673ab7;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #ffd740;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-label-text-color: #ffd740;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-button-outlined-state-layer-color: #ffd740;
  --mat-button-protected-container-color: #ffd740;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-label-text-color: #ffd740;
  --mat-button-text-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-button-text-state-layer-color: #ffd740;
  --mat-button-tonal-container-color: #ffd740;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f44336;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #f44336;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-outlined-state-layer-color: #f44336;
  --mat-button-protected-container-color: #f44336;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #f44336;
  --mat-button-text-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-button-text-state-layer-color: #f44336;
  --mat-button-tonal-container-color: #f44336;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
html {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
}
html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: 0.0892857143em;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: 0.0892857143em;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: 0.0892857143em;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: 0.0892857143em;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: 0.0892857143em;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #673ab7;
  --mat-icon-button-state-layer-color: #673ab7;
  --mat-icon-button-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
}
.mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #ffd740;
  --mat-icon-button-state-layer-color: #ffd740;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
}
.mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-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);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-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);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-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);
  --mat-fab-extended-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);
  --mat-fab-extended-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);
  --mat-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);
  --mat-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);
  --mat-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);
  --mat-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);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-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);
  --mat-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);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #673ab7;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-fab-small-container-color: #673ab7;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #ffd740;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-ripple-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-fab-small-container-color: #ffd740;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f44336;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-fab-small-container-color: #f44336;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: 0.0892857143em;
  --mat-fab-extended-label-text-weight: 500;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #9575cd;
}
html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 14px;
  --mat-snack-bar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --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);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font: 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;
}
html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}
html {
  --mat-progress-spinner-active-indicator-color: #673ab7;
}
.mat-accent {
  --mat-progress-spinner-active-indicator-color: #ffd740;
}
.mat-warn {
  --mat-progress-spinner-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;
}
html {
  --mat-badge-background-color: #673ab7;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.mat-badge-accent {
  --mat-badge-background-color: #ffd740;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
.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;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}
html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-button-toggle-height: 48px;
}
html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 16px;
  --mat-button-toggle-label-text-tracking: 0.03125em;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 16px;
  --mat-button-toggle-legacy-label-text-tracking: 0.03125em;
  --mat-button-toggle-legacy-label-text-weight: 400;
}
html {
  --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);
}
html {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #673ab7 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --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-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #673ab7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #673ab7 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #673ab7 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #673ab7 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #673ab7;
  --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: rgba(0, 0, 0, 0.87);
  --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.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --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-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #ffd740;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ffd740 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ffd740 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ffd740 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ffd740;
  --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: rgba(0, 0, 0, 0.87);
  --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.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-warn,
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f44336 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #ffd740 20%, transparent);
  --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-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: color-mix(in srgb, #f44336 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f44336 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f44336 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
  --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: rgba(0, 0, 0, 0.87);
  --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.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.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;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-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;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-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);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #673ab7;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ffd740;
}
.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;
}
html {
  --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);
}
html {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #673ab7;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #673ab7;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #673ab7;
  --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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --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;
}
.mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #ffd740;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #ffd740;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #ffd740;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
.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;
}
html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #673ab7;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ffd740;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.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;
}
html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
html {
  --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);
}
html {
  --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;
}

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