.k-theme-test-class,
.k-common-test-class {
  opacity: 0;
}

.k-reset {
  margin: 0;
  padding: 0;
  border-width: 0;
  outline: 0;
  text-decoration: none;
  font: inherit;
  list-style: none;
}

.k-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.32;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
}

.k-rtl {
  direction: rtl;
}

.k-link,
.k-link:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.k-content {
  outline: 0;
}

.k-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.k-no-click {
  pointer-events: none;
}

.k-pdf-export-shadow {
  position: absolute;
  overflow: hidden;
  left: -15000px;
  width: 14400px;
}

.kendo-pdf-hide-pseudo-elements::before,
.kendo-pdf-hide-pseudo-elements::after {
  display: none !important;
}

.k-text-selection ::-moz-selection, .k-block ::-moz-selection, .k-panel ::-moz-selection, .k-pane-wrapper ::-moz-selection, .k-view ::-moz-selection, .k-progressbar ::-moz-selection, .k-numerictextbox ::-moz-selection, .k-flatcolorpicker ::-moz-selection, .k-combobox ::-moz-selection, .k-dateinput ::-moz-selection, .k-datepicker ::-moz-selection, .k-datetimepicker ::-moz-selection, .k-timepicker ::-moz-selection, .k-dropdown ::-moz-selection, .k-dropdowntree ::-moz-selection, .k-multiselect ::-moz-selection, .k-maskedtextbox ::-moz-selection, .k-rating ::-moz-selection, .k-window ::-moz-selection, .k-drawer ::-moz-selection, .k-notification ::-moz-selection, .k-breadcrumb ::-moz-selection, .k-pager-wrap ::-moz-selection, .k-panelbar ::-moz-selection, .k-card ::-moz-selection, .k-splitter ::-moz-selection, .k-spreadsheet ::-moz-selection, .k-scheduler ::-moz-selection, .k-chat ::-moz-selection, .k-mediaplayer ::-moz-selection, .k-pdf-viewer ::-moz-selection, div.k-scrollview ::-moz-selection, .k-chart ::-moz-selection, .k-sparkline ::-moz-selection, .k-stockchart ::-moz-selection {
  background-color: #3f51b5;
  color: white;
}

.k-text-selection ::selection, .k-block ::selection, .k-panel ::selection, .k-pane-wrapper ::selection, .k-view ::selection, .k-progressbar ::selection, .k-numerictextbox ::selection, .k-flatcolorpicker ::selection, .k-combobox ::selection, .k-dateinput ::selection, .k-datepicker ::selection, .k-datetimepicker ::selection, .k-timepicker ::selection, .k-dropdown ::selection, .k-dropdowntree ::selection, .k-multiselect ::selection, .k-maskedtextbox ::selection, .k-rating ::selection, .k-window ::selection, .k-drawer ::selection, .k-notification ::selection, .k-breadcrumb ::selection, .k-pager-wrap ::selection, .k-panelbar ::selection, .k-card ::selection, .k-splitter ::selection, .k-spreadsheet ::selection, .k-scheduler ::selection, .k-chat ::selection, .k-mediaplayer ::selection, .k-pdf-viewer ::selection, div.k-scrollview ::selection, .k-chart ::selection, .k-sparkline ::selection, .k-stockchart ::selection {
  background-color: #3f51b5;
  color: white;
}

.k-block,
.k-panel {
  border-radius: 2px;
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  padding: 4px 16px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}

.k-block > .k-header,
.k-panel > .k-header {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-color: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  margin: -4px -16px 4px;
  padding: 20px 24px;
}

.k-content {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-state-disabled,
.k-widget[disabled] {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-state-disabled .k-link,
.k-state-disabled .k-button,
.k-widget[disabled] .k-link,
.k-widget[disabled] .k-button {
  cursor: default;
  outline: 0;
}

.k-state-disabled [disabled],
.k-state-disabled .k-state-disabled,
.k-widget[disabled] [disabled],
.k-widget[disabled] .k-state-disabled {
  opacity: 1;
  filter: grayscale(0);
}

.k-hr {
  margin: 1em auto;
  padding: 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  display: block;
  float: none;
  clear: both;
}

.k-d-flex-row > .k-hr, .k-hbox > .k-hr, .k-columnset > .k-hr {
  margin: 0;
  width: 0;
  height: auto;
  border-width: 0 0 0 1px;
  flex: 0 0 auto;
}

.k-d-flex-col > .k-hr, .k-vbox > .k-hr, .k-rowset > .k-hr {
  margin: 0;
  flex: 0 0 auto;
}

.k-dirty {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: solid;
  border-color: #f31700 #f31700 transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}

[dir="rtl"] .k-dirty,
.k-rtl .k-dirty {
  border-color: transparent transparent #f31700 #f31700;
  right: auto;
  left: 0;
}

.k-placeholder-line {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.k-animation-container {
  position: absolute;
  overflow: hidden;
  z-index: 100;
}

.k-animation-container-fixed {
  position: fixed;
}

.k-animation-container-relative {
  position: relative;
  display: inline-block;
}

.k-push-right-enter, .k-push-right-appear {
  transform: translate(-100%, 0);
}

.k-push-right-enter-active, .k-push-right-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-right-exit {
  transform: translate(0, 0);
}

.k-push-right-exit-active {
  transform: translate(100%, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-left-enter, .k-push-left-appear {
  transform: translate(100%, 0);
}

.k-push-left-enter-active, .k-push-left-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-left-exit {
  transform: translate(0, 0);
}

.k-push-left-exit-active {
  transform: translate(-100%, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-down-enter, .k-push-down-appear {
  transform: translate(0, -100%);
}

.k-push-down-enter-active, .k-push-down-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-down-exit {
  transform: translate(0, 0);
}

.k-push-down-exit-active {
  transform: translate(0, 100%);
  transition: transform 300ms ease-in-out;
}

.k-push-up-enter, .k-push-up-appear {
  transform: translate(0, 100%);
}

.k-push-up-enter-active, .k-push-up-appear-active {
  transform: translate(0, 0);
  transition: transform 300ms ease-in-out;
}

.k-push-up-exit {
  transform: translate(0, 0);
}

.k-push-up-exit-active {
  transform: translate(0, -100%);
  transition: transform 300ms ease-in-out;
}

.k-expand-vertical-enter, .k-expand-vertical-appear {
  transform: scaleY(0);
}

.k-expand-vertical-enter-active, .k-expand-vertical-appear-active {
  transform: scaleY(1);
  transition: transform 300ms ease-in-out;
}

.k-expand-vertical-exit {
  transform: scaleY(1);
}

.k-expand-vertical-exit-active {
  transform: scaleY(0);
  transition: transform 300ms ease-in-out;
}

.k-expand-horizontal-enter, .k-expand-horizontal-appear {
  transform: scaleX(0);
}

.k-expand-horizontal-enter-active, .k-expand-horizontal-appear-active {
  transform: scaleX(1);
  transition: transform 300ms ease-in-out;
}

.k-expand-horizontal-exit {
  transform: scaleX(1);
}

.k-expand-horizontal-exit-active {
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}

.k-fade-enter, .k-fade-appear {
  opacity: 0;
}

.k-fade-enter-active, .k-fade-appear-active {
  opacity: 1;
  transition: opacity 500ms ease-in-out;
}

.k-fade-exit {
  opacity: 1;
}

.k-fade-exit-active {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
}

.k-fade-exit-active + .k-fade-exit-active,
.k-fade-enter-active + .k-fade-enter-active {
  display: none;
}

.k-zoom-in-enter, .k-zoom-in-appear {
  opacity: 0;
  transform: scale(0);
}

.k-zoom-in-enter-active, .k-zoom-in-appear-active {
  opacity: 1;
  transform: scale(1);
  transition: transform, opacity 300ms ease-in-out;
}

.k-zoom-in-exit {
  opacity: 1;
  transform: scale(1);
}

.k-zoom-in-exit-active {
  opacity: 0;
  transform: scale(2);
  transition: transform, opacity 300ms ease-in-out;
}

.k-zoom-out-enter, .k-zoom-out-appear {
  opacity: 0;
  transform: scale(2);
}

.k-zoom-out-enter-active, .k-zoom-out-appear-active {
  opacity: 1;
  transform: scale(1);
  transition: transform, opacity 300ms ease-in-out;
}

.k-zoom-out-exit {
  opacity: 1;
  transform: scale(1);
}

.k-zoom-out-exit-active {
  opacity: 0;
  transform: scale(0);
  transition: transform, opacity 300ms ease-in-out;
}

.k-slide-in-appear {
  opacity: .1;
  transform: translate(0, -3em);
}

.k-slide-in-appear .k-centered {
  transform: translate(-50%, -60%);
}

.k-slide-in-appear-active {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 0.3s cubic-bezier(0.2, 0.6, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.2, 1);
}

.k-slide-in-appear-active .k-centered {
  transform: translate(-50%, -50%);
}

.k-slide-down-enter, .k-slide-down-appear {
  transform: translateY(-100%);
}

.k-slide-down-enter-active, .k-slide-down-appear-active {
  transform: translateY(0);
  transition: transform 300ms ease-in-out;
}

.k-slide-down-exit {
  transform: translateY(0);
}

.k-slide-down-exit-active {
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
}

.k-slide-up-enter, .k-slide-up-appear {
  transform: translateY(100%);
}

.k-slide-up-enter-active, .k-slide-up-appear-active {
  transform: translateY(0);
  transition: transform 300ms ease-in-out;
}

.k-slide-up-exit {
  transform: translateY(0);
}

.k-slide-up-exit-active {
  transform: translateY(100%);
  transition: transform 300ms ease-in-out;
}

.k-slide-right-enter, .k-slide-right-appear {
  transform: translateX(-100%);
}

.k-slide-right-enter-active, .k-slide-right-appear-active {
  transform: translateX(0);
  transition: transform 300ms ease-in-out;
}

.k-slide-right-exit {
  transform: translateX(0);
}

.k-slide-right-exit-active {
  transform: translateX(-100%);
  transition: transform 300ms ease-in-out;
}

.k-slide-left-enter, .k-slide-left-appear {
  transform: translateX(100%);
}

.k-slide-left-enter-active, .k-slide-left-appear-active {
  transform: translateX(0);
  transition: transform 300ms ease-in-out;
}

.k-slide-left-exit {
  transform: translateX(0);
}

.k-slide-left-exit-active {
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
}

.k-reveal-vertical-enter, .k-reveal-vertical-appear {
  max-height: 0;
}

.k-reveal-vertical-enter-active, .k-reveal-vertical-appear-active {
  transition: max-height 300ms ease-in-out;
}

.k-reveal-vertical-exit-active {
  max-height: 0 !important;
  transition: max-height 300ms ease-in-out;
}

.k-reveal-horizontal-enter, .k-reveal-horizontal-appear {
  max-width: 0;
}

.k-reveal-horizontal-enter-active, .k-reveal-horizontal-appear-active {
  transition: max-width 300ms ease-in-out;
}

.k-reveal-horizontal-exit-active {
  max-width: 0 !important;
  transition: max-width 300ms ease-in-out;
}

.k-fx-end .k-fx-next,
.k-fx-end .k-fx-current {
  transition: all 350ms ease-out;
}

.k-fx {
  position: relative;
}

.k-fx .k-fx-current {
  z-index: 0;
}

.k-fx .k-fx-next {
  z-index: 1;
}

.k-fx-hidden,
.k-fx-hidden * {
  visibility: hidden !important;
}

.k-fx-reverse .k-fx-current {
  z-index: 1;
}

.k-fx-reverse .k-fx-next {
  z-index: 0;
}

.k-fx-zoom.k-fx-start .k-fx-next {
  transform: scale(0) !important;
}

.k-fx-zoom.k-fx-end .k-fx-next {
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-next,
.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-next {
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-start .k-fx-current {
  transform: scale(1) !important;
}

.k-fx-zoom.k-fx-reverse.k-fx-end .k-fx-current {
  transform: scale(0) !important;
}

.k-fx-fade.k-fx-start .k-fx-next {
  will-change: opacity;
  opacity: 0;
}

.k-fx-fade.k-fx-end .k-fx-next {
  opacity: 1;
}

.k-fx-fade.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: opacity;
  opacity: 1;
}

.k-fx-fade.k-fx-reverse.k-fx-end .k-fx-current {
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-next .k-content,
.k-fx-slide.k-fx-end .k-fx-next .k-header,
.k-fx-slide.k-fx-end .k-fx-next .k-footer,
.k-fx-slide.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-end .k-fx-current .k-header,
.k-fx-slide.k-fx-end .k-fx-current .k-footer,
.k-fx-slide.k-fx-end .k-fx-next .km-content,
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer,
.k-fx-slide.k-fx-end .k-fx-current .km-content,
.k-fx-slide.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-end .k-fx-current .km-footer {
  transition: all 350ms ease-out;
}

.k-fx-slide.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-start .k-fx-next .km-content {
  will-change: transform;
  transform: translateX(100%);
}

.k-fx-slide.k-fx-start .k-fx-next .k-header,
.k-fx-slide.k-fx-start .k-fx-next .k-footer,
.k-fx-slide.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-start .k-fx-next .km-footer {
  will-change: opacity;
  opacity: 0;
}

.k-fx-slide.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-end .k-fx-current .km-content {
  transform: translateX(-100%);
}

.k-fx-slide.k-fx-end .k-fx-next .k-header,
.k-fx-slide.k-fx-end .k-fx-next .k-footer,
.k-fx-slide.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-end .k-fx-next .km-footer {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-content,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  will-change: transform;
  transform: translateX(0);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  transform: translateX(100%);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  transform: translateX(-100%);
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-content,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  transform: translateX(0);
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-current .km-footer {
  will-change: opacity;
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-start .k-fx-next .km-footer {
  opacity: 1;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-current .km-footer {
  opacity: 0;
}

.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .k-footer,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-header,
.k-fx-slide.k-fx-reverse.k-fx-end .k-fx-next .km-footer {
  opacity: 1;
}

.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-right.k-fx-start .k-fx-next .km-content {
  transform: translateX(-100%);
}

.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-right.k-fx-end .k-fx-current .km-content {
  transform: translateX(100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current .km-content {
  transform: translateX(0);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current .km-content {
  transform: translateX(-100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next .km-content {
  transform: translateX(100%);
}

.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .k-content,
.k-fx-slide.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next .km-content {
  transform: translateX(0%);
}

.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  transform: translateX(100%);
}

.k-fx-tile.k-fx-end .k-fx-current {
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  transform: translateX(0);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  transform: translateX(100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  transform: translateX(0);
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  transform: translateX(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  transform: translateX(0);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  transform: translateX(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  transform: translateX(0%);
}

.k-fx-tile.k-fx-start .k-fx-next {
  will-change: transform;
  transform: translateX(100%);
}

.k-fx-tile.k-fx-end .k-fx-current {
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  transform: translateX(0);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-current {
  transform: translateX(100%);
}

.k-fx-tile.k-fx-reverse.k-fx-start .k-fx-next {
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-reverse.k-fx-end .k-fx-next {
  transform: translateX(0);
}

.k-fx-tile.k-fx-right.k-fx-start .k-fx-next {
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-right.k-fx-end .k-fx-current {
  transform: translateX(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-current {
  transform: translateX(0);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-current {
  transform: translateX(-100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-start .k-fx-next {
  transform: translateX(100%);
}

.k-fx-tile.k-fx-right.k-fx-reverse.k-fx-end .k-fx-next {
  transform: translateX(0%);
}

.k-fx.k-fx-overlay.k-fx-start .k-fx-next,
.k-fx.k-fx-overlay.k-fx-left.k-fx-start .k-fx-next {
  will-change: transform;
  transform: translateX(100%);
}

.k-fx.k-fx-overlay.k-fx-right.k-fx-start .k-fx-next {
  transform: translateX(-100%);
}

.k-fx.k-fx-overlay.k-fx-up.k-fx-start .k-fx-next {
  transform: translateY(100%);
}

.k-fx.k-fx-overlay.k-fx-down.k-fx-start .k-fx-next {
  transform: translateY(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-next {
  transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-start .k-fx-current {
  will-change: transform;
  transform: none;
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-end .k-fx-current,
.k-fx.k-fx-overlay.k-fx-reverse.k-fx-left.k-fx-end .k-fx-current {
  transform: translateX(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-right.k-fx-end .k-fx-current {
  transform: translateX(-100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-up.k-fx-end .k-fx-current {
  transform: translateY(100%);
}

.k-fx.k-fx-overlay.k-fx-reverse.k-fx-down.k-fx-end .k-fx-current {
  transform: translateY(-100%);
}

.k-drag-clue {
  padding: 2px 8px;
  border-width: 1px;
  border-style: solid;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 20000;
  cursor: move;
}

.k-drag-status {
  margin-right: .4ex;
}

.k-drag-clue {
  border-color: rgba(0, 0, 0, 0.1);
  color: white;
  background-color: #ff4081;
}

.k-reorder-cue {
  position: absolute;
}

.k-reorder-cue::before, .k-reorder-cue::after {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  position: absolute;
  transform: translateX(-50%);
}

.k-reorder-cue::before {
  border-bottom-width: 0;
  border-top-color: currentColor;
  top: -4px;
}

.k-reorder-cue::after {
  border-top-width: 0;
  border-bottom-color: currentColor;
  bottom: -4px;
}

.k-loading {
  width: 64px;
  height: 64px;
  display: block;
}

.k-loading .animate {
  animation: loading 2s infinite linear;
}

.k-loading-mask,
.k-loading-image,
.k-loading-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.k-loading-mask {
  z-index: 100;
}

.k-loading-mask.k-opaque .k-loading-color {
  opacity: 1;
}

.k-loading-text {
  text-indent: -4000px;
  text-align: center;
  position: absolute;
}

.k-loading-image {
  z-index: 2;
}

.k-loading-color {
  background-color: white;
  opacity: .3;
}

.k-i-loading {
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  color: currentColor;
}

.k-i-loading::before,
.k-i-loading::after,
.k-loading-image::before,
.k-loading-image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  content: "";
  box-sizing: inherit;
  border-radius: 50%;
  border-width: .05em;
  border-style: solid;
  border-color: currentColor;
  border-top-color: transparent;
  border-bottom-color: transparent;
  background-color: transparent;
}

.k-icon.k-i-loading::before,
.k-icon.k-i-loading::after {
  content: "";
}

.k-i-loading::before,
.k-loading-image::before {
  margin-top: -.5em;
  margin-left: -.5em;
  width: 1em;
  height: 1em;
  animation: k-loading-animation .7s linear infinite;
}

.k-i-loading::after,
.k-loading-image::after {
  margin-top: -.25em;
  margin-left: -.25em;
  width: .5em;
  height: .5em;
  animation: k-loading-animation reverse 1.4s linear infinite;
}

.k-loading-image::before,
.k-loading-image::after {
  content: "";
  border-width: .015em;
  font-size: 4em;
}

@keyframes loading {
  0% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 502;
  }
  50% {
    stroke-dasharray: 250 1;
  }
  100% {
    stroke-dasharray: 0 251;
    stroke-dashoffset: 0;
  }
}

@keyframes k-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.k-resize-handle,
.k-resize-hint {
  position: absolute;
  border-color: inherit;
  z-index: 200;
}

.k-resize-handle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-resize-handle::before {
  content: "";
  border: 0 solid;
  border-color: inherit;
}

.k-resize-n {
  width: 100%;
  height: 6px;
  flex-direction: row;
  left: 0;
  top: -3px;
  cursor: n-resize;
}

.k-resize-s {
  width: 100%;
  height: 6px;
  flex-direction: row;
  left: 0;
  bottom: -3px;
  cursor: s-resize;
}

.k-resize-w {
  width: 6px;
  height: 100%;
  flex-direction: column;
  top: 0;
  left: -3px;
  cursor: w-resize;
}

.k-resize-e {
  width: 6px;
  height: 100%;
  flex-direction: column;
  top: 0;
  right: -3px;
  cursor: w-resize;
}

.k-resize-sw,
.k-resize-se,
.k-resize-nw,
.k-resize-ne {
  width: 5px;
  height: 5px;
}

.k-resize-sw {
  cursor: sw-resize;
  bottom: 0;
  left: 0;
}

.k-resize-se {
  cursor: se-resize;
  bottom: 0;
  right: 0;
}

.k-resize-nw {
  cursor: nw-resize;
  top: 0;
  left: 0;
}

.k-resize-ne {
  cursor: ne-resize;
  top: 0;
  right: 0;
}

.k-vertical-resize {
  cursor: row-resize;
}

.k-horizontal-resize {
  cursor: col-resize;
}

.k-resize-hint {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.k-resize-hint .k-resize-hint-handle {
  width: auto;
  height: 20px;
  align-self: stretch;
}

.k-resize-hint .k-resize-hint-marker {
  width: 2px;
  height: auto;
  flex: 1 1 auto;
}

.k-resize-hint-vertical {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.k-resize-hint-vertical .k-resize-hint-handle {
  width: 20px;
  height: auto;
  align-self: stretch;
}

.k-resize-hint-vertical .k-resize-hint-marker {
  width: auto;
  height: 2px;
  flex: 1 1 auto;
}

.k-scrollbar {
  position: absolute;
  overflow: scroll;
}

.k-scrollbar-vertical {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  overflow-x: hidden;
}

.k-touch-scrollbar {
  display: none;
  position: absolute;
  z-index: 200000;
  height: 8px;
  width: 8px;
  border: 1px solid #8a8a8a;
  background-color: #858585;
}

.k-marquee {
  position: absolute;
  z-index: 100000;
}

.k-marquee-color,
.k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.k-marquee-color {
  color: white;
  background-color: #ff4081;
  border-color: rgba(0, 0, 0, 0.1);
  opacity: .6;
}

.k-marquee-text {
  color: white;
}

.k-text-primary {
  color: #3f51b5 !important;
}

.k-text-info {
  color: #0058e9 !important;
}

.k-text-success {
  color: #37b400 !important;
}

.k-text-warning {
  color: #ffc000 !important;
}

.k-text-error {
  color: #f31700 !important;
}

.k-color-inherit {
  color: inherit;
}

.k-color-primary {
  color: #3f51b5;
}

.k-color-secondary {
  color: #ff4081;
}

.k-color-tertiary {
  color: #009688;
}

.k-color-info {
  color: #0058e9;
}

.k-color-success {
  color: #37b400;
}

.k-color-warning {
  color: #ffc000;
}

.k-color-error {
  color: #f31700;
}

.k-color-dark {
  color: #424242;
}

.k-color-light {
  color: #f5f5f5;
}

.k-color-inverse {
  color: #424242;
}

.k-bg-primary {
  background-color: #3f51b5 !important;
}

.k-bg-info {
  background-color: #0058e9 !important;
}

.k-bg-success {
  background-color: #37b400 !important;
}

.k-bg-warning {
  background-color: #ffc000 !important;
}

.k-bg-error {
  background-color: #f31700 !important;
}

.k-state-primary, .k-card.k-card-primary, .k-card.k-state-primary {
  background-color: #d9dcf0;
  color: #212a5e;
  border-color: #c9ceea;
}

.k-state-info, .k-card.k-card-info, .k-card.k-state-info {
  background-color: #ccdefb;
  color: #002e79;
  border-color: #b8d0f9;
}

.k-state-success, .k-card.k-card-success, .k-card.k-state-success {
  background-color: #d7f0cc;
  color: #1d5e00;
  border-color: #c7eab8;
}

.k-state-warning, .k-card.k-card-warning, .k-card.k-state-warning {
  background-color: #fff2cc;
  color: #856400;
  border-color: #ffedb8;
}

.k-state-error, .k-card.k-card-error, .k-card.k-state-error {
  background-color: #fdd1cc;
  color: #7e0c00;
  border-color: #fcbeb8;
}

.k-info-colored {
  color: #50607f;
  border-color: #d0d9df;
  background-color: #f0f9ff;
}

.k-success-colored {
  color: #507f50;
  border-color: #d0dfd0;
  background-color: #f0fff0;
}

.k-error-colored {
  color: #7f5050;
  border-color: #dfd0d0;
  background-color: #fff0f0;
}

.k-shadow {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.k-inset {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.03), inset 0 4px 5px 0 rgba(0, 0, 0, 0.04);
}

.k-display-inline {
  display: inline !important;
}

.k-display-block {
  display: block !important;
}

.k-display-inline-block {
  display: inline-block !important;
}

.k-display-flex {
  display: flex !important;
}

.k-display-inline-flex {
  display: inline-flex !important;
}

.k-display-table {
  display: table !important;
}

.k-display-inline-table {
  display: inline-table !important;
}

.k-display-none, .k-hidden {
  display: none !important;
}

.k-d-flex {
  display: flex;
}

.k-d-inline-flex {
  display: inline-flex;
}

.k-d-flex-row, .k-hbox, .k-columnset {
  display: flex;
  flex-direction: row;
}

.k-d-flex-col, .k-vbox, .k-rowset {
  display: flex;
  flex-direction: column;
}

.k-flex-row {
  flex-direction: row;
}

.k-flex-row-reverse {
  flex-direction: row-reverse;
}

.k-flex-col, .k-flex-column {
  flex-direction: column;
}

.k-flex-col-reverse, .k-flex-column-reverse {
  flex-direction: column-reverse;
}

.k-flex-wrap {
  flex-wrap: wrap;
}

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

.k-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.k-flex-initial {
  flex: 0 1 auto;
}

.k-flex-1, .k-flex {
  flex: 1 1 0%;
}

.k-flex-auto {
  flex: 1 1 auto;
}

.k-flex-none, .k-no-flex {
  flex: none;
}

.k-flex-grow {
  flex-grow: 1;
}

.k-flex-grow-0, .k-no-flex-grow {
  flex-grow: 0;
}

.k-flex-shrink {
  flex-shrink: 1;
}

.k-flex-shrink-0, .k-no-flex-shrink {
  flex-shrink: 0;
}

.k-flex-basis-auto {
  flex-basis: auto;
}

.k-flex-basis-0 {
  flex-basis: 0%;
}

.k-align-items-start {
  align-items: flex-start;
}

.k-align-items-end {
  align-items: flex-end;
}

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

.k-align-items-stretch {
  align-items: stretch;
}

.k-align-items-baseline {
  align-items: baseline;
}

.k-align-content-start {
  align-content: flex-start;
}

.k-align-content-end {
  align-content: flex-end;
}

.k-align-content-center {
  align-content: center;
}

.k-align-content-stretch {
  align-content: stretch;
}

.k-align-content-baseline {
  align-content: baseline;
}

.k-align-self-start {
  align-self: flex-start;
}

.k-align-self-end {
  align-self: flex-end;
}

.k-align-self-center {
  align-self: center;
}

.k-align-self-stretch {
  align-self: stretch;
}

.k-align-self-baseline {
  align-self: baseline;
}

.k-justify-content-start {
  justify-content: flex-start;
}

.k-justify-content-end {
  justify-content: flex-end;
}

.k-justify-content-center {
  justify-content: center;
}

.k-justify-content-between {
  justify-content: space-between;
}

.k-justify-content-around {
  justify-content: space-around;
}

.k-justify-content-evenly {
  justify-content: space-evenly;
}

.k-column {
  flex-grow: 1;
  flex-basis: 0;
}

.k-float-left {
  float: left !important;
}

.k-float-right {
  float: right !important;
}

.k-float-none {
  float: none !important;
}

.k-floatwrap::after,
.k-grid-toolbar::after,
.k-slider-items::after {
  content: "";
  display: block;
  clear: both;
}

.k-d-grid {
  display: grid;
}

.k-grid-cols-none {
  grid-template-columns: none;
}

.k-grid-rows-none {
  grid-template-rows: none;
}

.k-grid-flow-col {
  grid-auto-flow: column;
}

.k-grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.k-grid-flow-row {
  grid-auto-flow: row;
}

.k-grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.k-colspan-all {
  grid-column: 1 / -1;
}

.k-colspan-auto {
  grid-column: auto;
}

.k-rowspan-all {
  grid-row: 1 / -1;
}

.k-rowspan-auto {
  grid-row: auto;
}

.k-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.k-colspan-1 {
  grid-column: span 1;
}

.k-col-start-1 {
  grid-column-start: 1;
}

.k-col-end-1 {
  grid-column-end: 1;
}

.k-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.k-colspan-2 {
  grid-column: span 2;
}

.k-col-start-2 {
  grid-column-start: 2;
}

.k-col-end-2 {
  grid-column-end: 2;
}

.k-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.k-colspan-3 {
  grid-column: span 3;
}

.k-col-start-3 {
  grid-column-start: 3;
}

.k-col-end-3 {
  grid-column-end: 3;
}

.k-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.k-colspan-4 {
  grid-column: span 4;
}

.k-col-start-4 {
  grid-column-start: 4;
}

.k-col-end-4 {
  grid-column-end: 4;
}

.k-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.k-colspan-5 {
  grid-column: span 5;
}

.k-col-start-5 {
  grid-column-start: 5;
}

.k-col-end-5 {
  grid-column-end: 5;
}

.k-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.k-colspan-6 {
  grid-column: span 6;
}

.k-col-start-6 {
  grid-column-start: 6;
}

.k-col-end-6 {
  grid-column-end: 6;
}

.k-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.k-colspan-7 {
  grid-column: span 7;
}

.k-col-start-7 {
  grid-column-start: 7;
}

.k-col-end-7 {
  grid-column-end: 7;
}

.k-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.k-colspan-8 {
  grid-column: span 8;
}

.k-col-start-8 {
  grid-column-start: 8;
}

.k-col-end-8 {
  grid-column-end: 8;
}

.k-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.k-colspan-9 {
  grid-column: span 9;
}

.k-col-start-9 {
  grid-column-start: 9;
}

.k-col-end-9 {
  grid-column-end: 9;
}

.k-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.k-colspan-10 {
  grid-column: span 10;
}

.k-col-start-10 {
  grid-column-start: 10;
}

.k-col-end-10 {
  grid-column-end: 10;
}

.k-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.k-colspan-11 {
  grid-column: span 11;
}

.k-col-start-11 {
  grid-column-start: 11;
}

.k-col-end-11 {
  grid-column-end: 11;
}

.k-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.k-colspan-12 {
  grid-column: span 12;
}

.k-col-start-12 {
  grid-column-start: 12;
}

.k-col-end-12 {
  grid-column-end: 12;
}

.k-grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.k-rowspan-1 {
  grid-row: span 1;
}

.k-row-start-1 {
  grid-row-start: 1;
}

.k-row-end-1 {
  grid-row-end: 1;
}

.k-grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.k-rowspan-2 {
  grid-row: span 2;
}

.k-row-start-2 {
  grid-row-start: 2;
}

.k-row-end-2 {
  grid-row-end: 2;
}

.k-grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.k-rowspan-3 {
  grid-row: span 3;
}

.k-row-start-3 {
  grid-row-start: 3;
}

.k-row-end-3 {
  grid-row-end: 3;
}

.k-grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.k-rowspan-4 {
  grid-row: span 4;
}

.k-row-start-4 {
  grid-row-start: 4;
}

.k-row-end-4 {
  grid-row-end: 4;
}

.k-grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.k-rowspan-5 {
  grid-row: span 5;
}

.k-row-start-5 {
  grid-row-start: 5;
}

.k-row-end-5 {
  grid-row-end: 5;
}

.k-grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.k-rowspan-6 {
  grid-row: span 6;
}

.k-row-start-6 {
  grid-row-start: 6;
}

.k-row-end-6 {
  grid-row-end: 6;
}

.k-grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.k-rowspan-7 {
  grid-row: span 7;
}

.k-row-start-7 {
  grid-row-start: 7;
}

.k-row-end-7 {
  grid-row-end: 7;
}

.k-grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.k-rowspan-8 {
  grid-row: span 8;
}

.k-row-start-8 {
  grid-row-start: 8;
}

.k-row-end-8 {
  grid-row-end: 8;
}

.k-grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.k-rowspan-9 {
  grid-row: span 9;
}

.k-row-start-9 {
  grid-row-start: 9;
}

.k-row-end-9 {
  grid-row-end: 9;
}

.k-grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.k-rowspan-10 {
  grid-row: span 10;
}

.k-row-start-10 {
  grid-row-start: 10;
}

.k-row-end-10 {
  grid-row-end: 10;
}

.k-static,
.k-pos-static {
  position: static;
}

.k-relative,
.k-pos-relative {
  position: relative;
}

.k-absolute,
.k-pos-absolute {
  position: absolute;
}

.k-fixed,
.k-pos-fixed {
  position: fixed;
}

.k-sticky,
.k-pos-sticky {
  position: sticky;
}

.k-top,
.k-pos-top {
  top: 0;
}

.k-right,
.k-pos-right {
  right: 0;
}

.k-bottom,
.k-pos-bottom {
  bottom: 0;
}

.k-left,
.k-pos-left {
  left: 0;
}

.k-top-start,
.k-pos-top-start {
  top: 0;
  left: 0;
}

.k-rtl .k-top-start, .k-top-start[dir="rtl"],
[dir="rtl"] .k-top-start, .k-rtl
.k-pos-top-start,
.k-pos-top-start[dir="rtl"],
[dir="rtl"]
.k-pos-top-start {
  left: auto;
  right: 0;
}

.k-top-end,
.k-pos-top-end {
  top: 0;
  right: 0;
}

.k-rtl .k-top-end, .k-top-end[dir="rtl"],
[dir="rtl"] .k-top-end, .k-rtl
.k-pos-top-end,
.k-pos-top-end[dir="rtl"],
[dir="rtl"]
.k-pos-top-end {
  right: auto;
  left: 0;
}

.k-bottom-start,
.k-pos-bottom-start {
  bottom: 0;
  left: 0;
}

.k-rtl .k-bottom-start, .k-bottom-start[dir="rtl"],
[dir="rtl"] .k-bottom-start, .k-rtl
.k-pos-bottom-start,
.k-pos-bottom-start[dir="rtl"],
[dir="rtl"]
.k-pos-bottom-start {
  left: auto;
  right: 0;
}

.k-bottom-end,
.k-pos-bottom-end {
  bottom: 0;
  right: 0;
}

.k-rtl .k-bottom-end, .k-bottom-end[dir="rtl"],
[dir="rtl"] .k-bottom-end, .k-rtl
.k-pos-bottom-end,
.k-pos-bottom-end[dir="rtl"],
[dir="rtl"]
.k-pos-bottom-end {
  right: auto;
  left: 0;
}

.k-pt-0 {
  padding-top: 0;
}

.k-pt-0-f {
  padding-top: 0 !important;
}

.k-pr-0 {
  padding-right: 0;
}

.k-pr-0-f {
  padding-right: 0 !important;
}

.k-pb-0 {
  padding-bottom: 0;
}

.k-pb-0-f {
  padding-bottom: 0 !important;
}

.k-pl-0 {
  padding-left: 0;
}

.k-pl-0-f {
  padding-left: 0 !important;
}

.k-mt-0 {
  margin-top: 0;
}

.k-mt-0-f {
  margin-top: 0 !important;
}

.k-mr-0 {
  margin-right: 0;
}

.k-mr-0-f {
  margin-right: 0 !important;
}

.k-mb-0 {
  margin-bottom: 0;
}

.k-mb-0-f {
  margin-bottom: 0 !important;
}

.k-ml-0 {
  margin-left: 0;
}

.k-ml-0-f {
  margin-left: 0 !important;
}

.k-text-nowrap {
  white-space: nowrap !important;
}

.k-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-text-left {
  text-align: left !important;
}

.k-text-right {
  text-align: right !important;
}

.k-text-center {
  text-align: center !important;
}

.k-text-justify {
  text-align: justify !important;
}

.k-text-lowercase {
  text-transform: lowercase !important;
}

.k-text-uppercase {
  text-transform: uppercase !important;
}

.k-text-capitalize {
  text-transform: capitalize !important;
}

.k-font-weight-light {
  font-weight: 300 !important;
}

.k-font-weight-normal {
  font-weight: 400 !important;
}

.k-font-weight-bold {
  font-weight: 500 !important;
}

.k-flip-h {
  transform: scaleX(-1);
}

.k-flip-v {
  transform: scaleY(-1);
}

.k-flip-h.k-flip-v {
  transform: scale(-1, -1);
}

.k-rotate-45 {
  transform: rotate(45deg);
}

.k-rotate-90 {
  transform: rotate(90deg);
}

.k-rotate-135 {
  transform: rotate(135deg);
}

.k-rotate-180 {
  transform: rotate(180deg);
}

.k-rotate-225 {
  transform: rotate(225deg);
}

.k-rotate-270 {
  transform: rotate(270deg);
}

.k-rotate-315 {
  transform: rotate(315deg);
}

.k-scale-0 {
  transform: scale(0, 0);
}

.k-scale-1 {
  transform: scale(1, 1);
}

.k-scale-2 {
  transform: scale(2, 2);
}

.k-translate-0 {
  transform: translate(0, 0);
}

.k-translate-0-50 {
  transform: translate(0, 50%);
}

.k-translate-0-100 {
  transform: translate(0, 100%);
}

.k-translate-50-0 {
  transform: translate(50%, 0);
}

.k-translate-50-50 {
  transform: translate(50%, 50%);
}

.k-translate-50-100 {
  transform: translate(50%, 100%);
}

.k-translate-100-0 {
  transform: translate(100%, 0);
}

.k-translate-100-50 {
  transform: translate(100%, 50%);
}

.k-translate-100-100 {
  transform: translate(100%, 100%);
}

@font-face {
  font-family: "WebComponentsIcons";
  font-style: normal;
  font-weight: normal;
  src: url(data:font/ttf;base64,AAEAAAAMAIAAAwBAR1NVQiXJ1NoAAADMAABMJk9TLzIPEgdLAABM9AAAAGBjbWFwZZeCywAATVQAAAC8Z2FzcAAAABAAAE4QAAAACGdseWY0wWm9AABOGAABn6RoZWFkGUI0iAAB7bwAAAA2aGhlYQfABisAAe30AAAAJGhtdHgSA8boAAHuGAAACahsb2Nh7vuHrgAB98AAAATWbWF4cAKpAy4AAfyYAAAAIG5hbWX0BPU5AAH8uAAABOlwb3N0AAMAAAACAaQAAAAgAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAoAAAABADwAGwB2C0oPXBX8GLAZoiDkIs4k1iegKaYqii1cL7IwBjA+NVw1yDmAP3hIAkjcSeJK1ksMS2JL4gABABsADAANAA4ADwAQABEAEgATABQAFQAWABcAGAAZABoAGwAcAB0AHgAfACAAIQAiACMAJAAlAmkAUgCmALIAzgDkAO4BBgEmAUgBXgGCAZIBpAHAAeICAgIiAjICSAJgAnoCogKyAsgC4gMCAyADPgNOA2YDfAOiA84D+AQiBEQEbASSBLgE0ATuBQoFJgVKBWwFlAW6BdoF9AYKBigGQgZQBlgGfgaiBrYG0gcSB1YHlAfWCAAIKAhACFoIhgiwCMoI8gkYCS4JSgl2CaAJugnmChAKKgpaCo4KsAq4AMMABQAgAA8AFAAaAGkADQAfAB8ADAAOABMAGAAQABkAHwAEAAkACgBoAAoAHwAfAAwADgATABgAEAAZAB8CEQAEAB4ADgAjAEYACwAdAB0AGgAiAB4ABAAeACIADAAbAEQADwAdAB0AGgAiAB4ABAAdABAAHgAUACUAFAAZABIANwAQAB0AHQAaACIAHgAEABkAGgAEAA4AEwAMABkAEgAQADYACgAdAB0AGgAiAB4ABAAWABsAFABFABEAHQAdABoAIgAeAAQADwAUABgAEAAZAB4AFAAaABkAHgAtAAcAHQAdABoAIgAEACIAPQAIAB0AHQAaACIABAAgABsAMgANAB0AHQAaACIABAAeABAAEAAWAAQAIAAbADMAEAAdAB0AGgAiAAQAHgAQABAAFgAEAB0AFAASABMAHwA1AA8AHQAdABoAIgAEAB4AEAAQABYABAAXABAAEQAfADQADwAdAB0AGgAiAAQAHgAQABAAFgAEAA8AGgAiABkALAAHAB0AHQAaACIABAAeAEMACgAdAB0AGgAiAAQAHQAaABoAHwA+AAsAHQAdABoAIgAEAB0AFAASABMAHwBCAAwAHQAdABoAIgAEABsADAAdABAAGQAfADgAEwAdAB0AGgAiAAQAGgAhABAAHQARABcAGgAiAAQADwAaACIAGQAqAAcAHQAdABoAIgAEABkAQAAKAB0AHQAaACIABAAXABAAEQAfAC4ADAAdAB0AGgAiAAQAEAAZAA8ABAAgABsALwAPAB0AHQAaACIABAAQABkADwAEAB0AFAASABMAHwAxAA4AHQAdABoAIgAEABAAGQAPAAQAFwAQABEAHwAwAA4AHQAdABoAIgAEABAAGQAPAAQADwAaACIAGQArAAcAHQAdABoAIgAEABAAQQALAB0AHQAaACIABAAPAB0AFAAXABcAPwAKAB0AHQAaACIABAAPABoAIgAZADIAEgAdAB0AGgAiAAQADwAaACAADQAXABAABAALAAUABAAgABsAMwAVAB0AHQAaACIABAAPABoAIAANABcAEAAEAAsABQAEAB0AFAASABMAHwA1ABQAHQAdABoAIgAEAA8AGgAgAA0AFwAQAAQACwAFAAQAFwAQABEAHwA0ABQAHQAdABoAIgAEAA8AGgAgAA0AFwAQAAQACwAFAAQADwAaACIAGQA5ABAAHQAdABoAIgAEAA4AEwAQACEAHQAaABkABAAgABsAOgATAB0AHQAaACIABAAOABMAEAAhAB0AGgAZAAQAHQAUABIAEwAfADwAEgAdAB0AGgAiAAQADgATABAAIQAdABoAGQAEABcAEAARAB8AOwASAB0AHQAaACIABAAOABMAEAAhAB0AGgAZAAQADwAaACIAGQAqAAsAHQAdABoAIgAEAAsABQAEACAAGwArAA4AHQAdABoAIgAEAAsABQAEAB0AFAASABMAHwAtAA0AHQAdABoAIgAEAAsABQAEABcAEAARAB8ALAANAB0AHQAaACIABAALAAUABAAPABoAIgAZACYAEQAdAB0AGgAiAAQACQAKAAQAIAAbAAQAHQAUABIAEwAfACkAEAAdAB0AGgAiAAQACQAKAAQAIAAbAAQAFwAQABEAHwAnABMAHQAdABoAIgAEAAkACgAEAA8AGgAiABkABAAdABQAEgATAB8AKAASAB0AHQAaACIABAAJAAoABAAPABoAIgAZAAQAFwAQABEAHwJSAA8AHQAQAAwABAAeAB8ADAAOABYAEAAPAAYABQAFAlEADAAdABAADAAEAB4AHwAMAA4AFgAQAA8CUwAKAB0AEAAMAAQAHQAMABkAEgAQAlAADgAdABAADAAEAA4AFwAgAB4AHwAQAB0AEAAPAZAADAAbABsAFwAkAAQAEQAaAB0AGAAMAB8BnwAGABkADgATABoAHQE2AAMAFwAXARsAEgAXABQAEgAZAAQAHwAaABsABAAQABcAEAAYABAAGQAfAB4A9wARABcAFAASABkABAAfABoAGwAEABAAFwAQABgAEAAZAB8BRAAJABcAFAASABkABAAfABoAGwECAA0AFwAUABIAGQAEAB8AGgAEABIAHQAUAA8BHgAfABcAFAASABkABAAeAB8AHQAQAB8ADgATAAQAEAAXABAAGAAQABkAHwAeAAQAIQAQAB0AHwAUAA4ADAAXARkAIQAXABQAEgAZAAQAHgAfAB0AEAAfAA4AEwAEABAAFwAQABgAEAAZAB8AHgAEABMAGgAdABQAJQAaABkAHwAMABcBFQAeABcAFAASABkABAAeAB8AHQAQAB8ADgATAAQAEAAXABAAGAAQABkAHwAEACEAEAAdAB8AFAAOAAwAFwEUACAAFwAUABIAGQAEAB4AHwAdABAAHwAOABMABAAQABcAEAAYABAAGQAfAAQAEwAaAB0AFAAlABoAGQAfAAwAFwEYABQAFwAUABIAGQAEAB0AFAASABMAHwAEABAAFwAQABgAEAAZAB8AHgD2ABMAFwAUABIAGQAEAB0AFAASABMAHwAEABAAFwAQABgAEAAZAB8BSQALABcAFAASABkABAAdABQAEgATAB8BSwAMABcAFAASABkABAAdABAAGAAaACEAEAEcABUAFwAUABIAGQAEABgAFAAPAA8AFwAQAAQAEAAXABAAGAAQABkAHwAeAPgAFAAXABQAEgAZAAQAGAAUAA8ADwAXABAABAAQABcAEAAYABAAGQAfAUUADAAXABQAEgAZAAQAGAAUAA8ADwAXABABFgATABcAFAASABkABAAXABAAEQAfAAQAEAAXABAAGAAQABkAHwAeAPQAEgAXABQAEgAZAAQAFwAQABEAHwAEABAAFwAQABgAEAAZAB8BRwAKABcAFAASABkABAAXABAAEQAfAUoADQAXABQAEgAZAAQAFQAgAB4AHwAUABEAJAEXABUAFwAUABIAGQAEAA4AEAAZAB8AEAAdAAQAEAAXABAAGAAQABkAHwAeAPUAFAAXABQAEgAZAAQADgAQABkAHwAQAB0ABAAQABcAEAAYABAAGQAfAUgADAAXABQAEgAZAAQADgAQABkAHwAQAB0BHQAVABcAFAASABkABAANABoAHwAfABoAGAAEABAAFwAQABgAEAAZAB8AHgD5ABQAFwAUABIAGQAEAA0AGgAfAB8AGgAYAAQAEAAXABAAGAAQABkAHwFGAAwAFwAUABIAGQAEAA0AGgAfAB8AGgAYAR8AFwAXABQAEgAZAAQADQAMAB4AEAAXABQAGQAQAAQAIQAQAB0AHwAUAA4ADAAXARoAGQAXABQAEgAZAAQADQAMAB4AEAAXABQAGQAQAAQAEwAaAB0AFAAlABoAGQAfAAwAFwIEABAAEgASAB0AEAASAAwAHwAQAAQAEQAUABAAFwAPAB4AeQADAA8ADwCqAA0ADgAOABAAHgAeABQADQAUABcAFAAfACQAJwBQAF4AbAB4AKAAxADkARQBSAFmAX4BlAGuAcIB2gH2AgQCJgI4AkICTAJkAnQCfgKWAqYCxgL2AxYDJgNEA1wDcAOMA5QDtgPaA/AECgFnAAYAIAAfAB8AGgAZAmEABgAgAA0ADQAXABAA4wAFAB0AIAAeABMA5wATAB0AFAASABMAHwAZABAAHgAeAAQADgAaABkAHwAdAAwAHgAfAWIAEQAaAB0ADwAQAB0AHgAEAB4AEwAaACIABAATABQADwAQAVkADwAaAB0ADwAQAB0AHgAEABoAIAAfAB4AFAAPABABXAAXABoAHQAPABAAHQAeAAQAFAAZAB4AFAAPABAABAAhABAAHQAfABQADgAMABcBWwAZABoAHQAPABAAHQAeAAQAFAAZAB4AFAAPABAABAATABoAHQAUACUAGgAZAB8ADAAXAVoADgAaAB0ADwAQAB0AHgAEABQAGQAeABQADwAQAVgACwAaAB0ADwAQAB0AHgAEAAwAFwAXAV0ACgAaAB0ADwAQAB0ABAAfABoAGwFgAAwAGgAdAA8AEAAdAAQAHQAUABIAEwAfAWEACQAaAB0ADwAQAB0ABAAZABoBXwALABoAHQAPABAAHQAEABcAEAARAB8BXgANABoAHQAPABAAHQAEAA0AGgAfAB8AGgAYAWMABgAaAB0ADwAQAB0AyQAQABoAGgAWABgADAAdABYABAAaACAAHwAXABQAGQAQAMoACAAaABoAFgAYAAwAHQAWASsABAAaABcADwDsAAQAFwAgAB0B1gALABcAGgASABIAEAAdAAQADQAaACMB1QAHABcAGgASABIAEAAdANIABAAQABcAFwH2AAsAEAATAAwAGQAOABAABAANABoAIwH1AAcAEAATAAwAGQAOABAArQAPAAwAHQAOABoADwAQAAQAHgAOAAwAGQAZABAAHQCxABcADAAdAA4AGgAPABAABAAcAB0ABAAOABoADwAQAAQAHgAOAAwAGQAZABAAHQCrAA8ADAAdAA4AGgAPABAABAAaACAAHwAXABQAGQAQAKwABwAMAB0ADgAaAA8AEAJOAA4ADAAdAAQAHgAfAAwADgAWABAADwAGAAUABQJNAAsADAAdAAQAHgAfAAwADgAWABAADwJPAAkADAAdAAQAHQAMABkAEgAQAkwADQAMAB0ABAAOABcAIAAeAB8AEAAdABAADwJjAAMADAAdAPMAEAAMAA4AFgAiAAwAHQAPAAQAEAAXABAAGAAQABkAHwEAABEADAAOABYAEgAdABoAIAAZAA8ABAAdABAAGAAaACEAEADlAAoADAAOABYAEgAdABoAIAAZAA8A8QAMAAwADgAWAAQAEAAXABAAGAAQABkAHwISAAMADAAOAEUAjACUAKwAyADWAOQA9gD+AQgBEAEeASQBNgFAAVgBYgGGAaoBvgHMAfQCEgIiAjICVgJ0Ao4CqgLMAuQC/AMUAywDPgNIA1ADagN2A5IDrAO4A8QD1APeA/IEAAQWBDoEXARwBJIEpATABNoE5gUGBTQFZgV+BaoF2gXwBfoGFAYyBk4GXAZ4BooBiAADACAAHwF6AAsAIAAeAB8AGgAYAAQAFAAOABoAGQHAAA0AIAAeAB8AGgAYAAQAEQAaAB0AGAAMAB8AlQAGACAAHgAfABoAGAC0AAYAIAAdAB4AGgAdAb4ACAAgAB0AHQAQABkADgAkAggAAwAeACECFQAEAB4AHgAIAhgAAwAeAB4CGwAGAB4AGwAdABoAFQIdAAIAHgHGAAgAHQAaAB4AHgAfAAwADQDcAAQAHQAaABsBkgALABoAGwAkAAQAEQAaAB0AGAAMAB8BhwAEABoAGwAkATEAEQAaABkAIQAQAB0AHwAEACAAGwAbABAAHQAOAAwAHgAQATAAEQAaABkAIQAQAB0AHwAEABcAGgAiABAAHQAOAAwAHgAQAJ8ACQAaABkAGQAQAA4AHwAaAB0CEAAGABoAGQARABQAEgGBABMAGgAYABgAEAAZAB8AHgAEAB0AEAAYABoAIQAQAAQADAAXABcBgAAOABoAGAAYABAAGQAfAAQAHQAQABgAGgAhABABfwAHABoAGAAYABAAGQAfAFMABwAaABcAIAAYABkAHgJKABEAGgAXACAAGAAZAAQAHgAfAAwADgAWABAADwAGAAUABQJJAA4AGgAXACAAGAAZAAQAHgAfAAwADgAWABAADwJLAAwAGgAXACAAGAAZAAQAHQAMABkAEgAQAbUADQAaABcAIAAYABkABAARAB0AEAAQACUAEAJIABAAGgAXACAAGAAZAAQADgAXACAAHgAfABAAHQAQAA8AKAALABoAFwAXAAwAGwAeABAABAAeACIAJwALABoAFwAXAAwAGwAeABAABAAeABAAKQALABoAFwAXAAwAGwAeABAABAAZACIAJgALABoAFwAXAAwAGwAeABAABAAZABAAJwAIABoAFwAXAAwAGwAeABAAlgAEABoAEgAeAJUAAwAaABIBZQAMABoADwAQAAQAHgAZABQAGwAbABAAHwIgAAUAFwAaACAADwB3AA0AFwAaAB4AEAAEABoAIAAfABcAFAAZABAAeAAMABcAGgAeABAABAAOABQAHQAOABcAEAB2AAUAFwAaAB4AEABiAAUAFwAaAA4AFgBpAAcAFwAUABsABAAJAAoAaAAEABcAFAAbAZEACQAXABAADAAdAAQADgAeAB4AzwAGABQAHQAOABcAEAJoAAoAEwAaAB0AGgAbABcAEAAfABMAdAARABMAEAAOABYAGAAMAB0AFgAEABoAIAAfABcAFAAZABAAdQAQABMAEAAOABYAGAAMAB0AFgAEAA4AFAAdAA4AFwAQAHMACQATABAADgAWABgADAAdABYAzAAQABMAEAAOABYADQAaACMABAAOABMAEAAOABYAEAAPAMsACAATABAADgAWAA0AGgAjAHQADQATABAADgAWAAQAGgAgAB8AFwAUABkAEAB1AAwAEwAQAA4AFgAEAA4AFAAdAA4AFwAQAHMABQATABAADgAWAXIADwATAAwAGQASABAABAAYAAwAGQAgAAwAFwAXACQBrwAWABAAFwAXAB4ABAAYABAAHQASABAABAAhABAAHQAfABQADgAMABcAFwAkAa4AGAAQABcAFwAeAAQAGAAQAB0AEgAQAAQAEwAaAB0AFAAlABoAGQAfAAwAFwAXACQBrQALABAAFwAXAB4ABAAYABAAHQASABABsQAVABAAFwAXAAQAHgAbABcAFAAfAAQAIQAQAB0AHwAUAA4ADAAXABcAJAGwABcAEAAXABcABAAeABsAFwAUAB8ABAATABoAHQAUACUAGgAZAB8ADAAXABcAJABIAAoADAAfABAAEgAaAB0AFAAlABAAngAEAAwAHQAfAmIADAAMABkADwAXABAABAAeAB8AFAAOABYAcQAOAAwAGQAOABAAFwAEABoAIAAfABcAFAAZABAAcgANAAwAGQAOABAAFwAEAA4AFAAdAA4AFwAQAHAABgAMABkADgAQABcBaQANAAwAFwAQABkADwAMAB0ABAAPAAwAHwAQAGMACAAMABcAEAAZAA8ADAAdAJ0ACgAMABcADgAgABcADAAfABoAHQAcADoASgBkAHYAkgCkALYAxADmAO4A/AEEARoBLAE2AVQBcgGOAaIBsAHkAhwCPgJgAnIChAKYAqoA5QAHAB0AGgAbABcAEAAfAfgADAAdABQADQANAA0AFwAQAAQADQAaACMB9wAIAB0AFAANAA0ADQAXABAARwANAB0ADAASAAQADAAZAA8ABAAPAB0AGgAbAI0ACAAaACIAGQAXABoADAAPAlsACAAaACAAEgATABkAIAAfAb4ABgAaABcAFwAMAB0BeQAQABoADgAgABgAEAAZAB8ABAAYAAwAGQAMABIAEAAdAgoAAwAaAA4AqQAGABQAIQAUAA8AEAE1AAMAFAAhARMACgAUABgAEAAZAB8AFAAaABkAHgHaAAgAFAASABIABAANABoAIwHZAAQAFAASABIBewAOABQADgAfABQAGgAZAAwAHQAkAAQADAAPAA8CKgAOABAAHwAMABQAFwAEAB4AEAAOAB8AFAAaABkB2AANABAAFwAUAA4AFAAaACAAHgAEAA0AGgAjAdcACQAQABcAFAAOABQAGgAgAB4AZwAGABAAFwAQAB8AEAENABkAEAAOAB0AEAAMAB4AEAAEACEAEAAdAB8AFAAOAAwAFwAEAB4AGwAMAA4AFAAZABIBCQAbABAADgAdABAADAAeABAABAATABoAHQAUACUAGgAZAB8ADAAXAAQAHgAbAAwADgAUABkAEgHBABAAEAAOABQAGAAMABcABAAUABkADgAdABAADAAeABABwgAQABAADgAUABgADAAXAAQADwAQAA4AHQAQAAwAHgAQAjEACAAMAB8ADAAEACIAEAANAjAACAAMAB8ADAAEAB4AHAAXAi8ACQAMAB8ADAAEABUAHgAaABkCLgAIAAwAHwAMAAQADgAeACECIwAEAAwAHwAMAA4AHgA0ADwASgBSAGYAcgB+AIoAogCyAMYA0gDoAQ8ACgAkABAADwAdABoAGwAbABAAHQCYAAMAJAAQACsABgAjABsADAAZAA8CGgADACMAEADVAAkAIwAOABAAGwAfABQAGgAZAgkABQAjAA4AEAAXAHcABQAdAB0AGgAdAKUABQAcACAADAAXAdwACwAZACEAEAAXABoAGwAEAA0AGgAjAdsABwAZACEAEAAXABoAGwHcAAkAGAAMABQAFwAEAA0AGgAjAdsABQAYAAwAFAAXAXAACgAPABQAHwAEAB8AGgAaABcAHgBmAAQADwAUAB8ASQCUALQAygDsAQQBIAE2AVYBZgF8AaABugHEAeYB+gISAiYCPgJWAmwCegKIAqQCxALgAuwDDgMYA0ADZgN6A5QDtgPiA/AD+gQcBDQEQARSBGQEeASOBKoEygTcBO4FEAU0BUYFWAVqBYAFoAW2BcwF4gX0BhQGKAY6BlIGZAZ6Bo4GoAaqBsIG5Ab2Bw4HFgcwAP8ADwAgABcAFwAeAA4AHQAQABAAGQAEABAAIwAUAB8A/gAKACAAFwAXAB4ADgAdABAAEAAZAP8AEAAgABcAFwAEAB4ADgAdABAAEAAZAAQAEAAjABQAHwD+AAsAIAAXABcABAAeAA4AHQAQABAAGQDwAA0AHQAaABkAHwAEABAAFwAQABgAEAAZAB8AMwAKABoAHQAiAAwAHQAPAAQAHgAYAPIADwAaAB0AIgAMAB0ADwAEABAAFwAQABgAEAAZAB8AvAAHABoAHQAiAAwAHQAPAbsACgAaAB0AGAAgABcADAAEABEAIwGYABEAGgAdABgADAAfAAQADgAaAA8AEAAEAA0AFwAaAA4AFgFkAAwAGgAdABgABAAQABcAEAAYABAAGQAfAWMABAAaAB0AGAEvABAAGgAdABAAEgAdABoAIAAZAA8ABAAOABoAFwAaAB0BwwAJABoAGQAfAAQAHgAUACUAEAEuAAsAGgAZAB8ABAARAAwAGAAUABcAJAICAAkAGgAXAA8AEAAdAAQAIAAbAgAACwAaABcADwAQAB0ABAAaABsAEAAZAgMACwAaABcADwAQAB0ABAAYABoAHQAQAgEACgAaABcADwAQAB0ABAAMAA8ADwH/AAYAGgAXAA8AEAAdAGQABgAXABoAGwAbACQA3wANABcAFAAbAAQAIQAQAB0AHwAUAA4ADAAXAN4ADwAXABQAGwAEABMAGgAdABQAJQAaABkAHwAMABcBhQANABcADAAeABMABAAYAAwAGQAMABIAEAAdAg8ABQAXAAwAHgATAYYAEAAUABkADwAEAAwAGQAPAAQAHQAQABsAFwAMAA4AEAGGAAQAFAAZAA8AiAATABQAFwAfABAAHQAEAB4AGgAdAB8ABAAPABAAHgAOAAQAHgAYAIcAEgAUABcAHwAQAB0ABAAeABoAHQAfAAQADAAeAA4ABAAeABgAhgAJABQAFwAfABAAHQAEAB4AGACFAAwAFAAXAB8AEAAdAAQADgAXABAADAAdAIoAEAAUABcAHwAQAB0ABAAMAA8ADwAEABIAHQAaACAAGwCJABUAFAAXAB8AEAAdAAQADAAPAA8ABAAQACMAGwAdABAAHgAeABQAGgAZAIQABgAUABcAHwAQAB0CFAAEABQAFwAYAkQAEAAUABcAEAAeAAQAIQAMABcAFAAPAAwAHwAUABoAGQJEAAsAFAAXABAAHgAEABAAHQAdABoAHQGHAAUAFAAXABAAHgITAAgAFAAXABAABAAlABQAGwIJAAgAFAAXABAABAAjABcAHgIKAAkAFAAXABAABAAiABoAHQAPAjoACgAUABcAEAAEACEAFAAPABAAGgIFAA0AFAAXABAABAAhABAAHQAfABQADgAMABcCQwAPABQAFwAQAAQAIQAMABcAFAAPAAwAHwAUABoAGQIHAAgAFAAXABAABAAfACMAHwIOAAgAFAAXABAABAAbAB4ADwJAABAAFAAXABAABAAbAB0AGgASAB0ADAAYABgAFAAZABICPQARABQAFwAQAAQAGwAdABAAHgAQABkAHwAMAB8AFAAaABkCDAAIABQAFwAQAAQAGwAbAB8CDQAIABQAFwAQAAQAGwAPABECCwAIABQAFwAQAAQAGAAPAA0CPAAKABQAFwAQAAQAFAAYAAwAEgAQAiEADwAUABcAEAAEABMAGgAdABQAJQAaABkAHwAMABcCDwAKABQAFwAQAAQAEQAXAAwAHgATAgkACgAUABcAEAAEABAAIwAOABAAFwJDAAoAFAAXABAABAAQAB0AHQAaAB0CCgAIABQAFwAQAAQADwAaAA4CPwAPABQAFwAQAAQADwAUAB4ADgAEABQAGAAMABIAEAI+AAkAFAAXABAABAAPAAwAHwAMAggACAAUABcAEAAEAA4AHgAhAhAACwAUABcAEAAEAA4AGgAZABEAFAASAhIACAAUABcAEAAEAA0ADAAOAjsACgAUABcAEAAEAAwAIAAPABQAGgIRAAkAFAAXABAABAAMAB4ADgAjAgYACAAUABcAEAAEAAwADwAPAgUABAAUABcAEAIDAAsAFAAQABcADwAeAAQAGAAaAB0AEADHABAADAAhABoAHQAUAB8AEAAEABoAIAAfABcAFAAZABAAyAAIAAwAIQAaAB0AFAAfABAAxwALAAwAIQAEABoAIAAfABcAFAAZABAAyAADAAwAIQHeAAwADAAOABAADQAaABoAFgAEAA0AGgAjAd0ACAAMAA4AEAANABoAGgAWABQAKgBGAHAAmgC8ANAA3AD0AP4BEgE0AUABYAF4AY4BnAG4AcQB0AHaAiwADQAdABoAIAAbAAQAHgAQAA4AHwAUABoAGQImABQAHQAaACAAGwAEABMAEAAMAA8AEAAdAAQAHgAQAA4AHwAUABoAGQInABQAHQAaACAAGwAEABEAGgAaAB8AEAAdAAQAHgAQAA4AHwAUABoAGQIyABAAHQAaACAAGwAEAA4AGgAXABcAEAAOAB8AFAAaABkBagAJAB0AGgAgABsABAANABoAIwBLAAUAHQAaACAAGwBKAAsAHQAUAA8ABAAXAAwAJAAaACAAHwBJAAQAHQAUAA8A6wAJAB0AEAAkAB4ADgAMABcAEACoABAAHQAQAAwAHwAQAB0ABAAaAB0ABAAQABwAIAAMABcCRwAFAB0ADAAbABMB4gAPABoAGgASABcAEAAEABsAFwAgAB4ABAANABoAIwHhAAsAGgAaABIAFwAQAAQAGwAXACAAHgHgAAoAGgAaABIAFwAQAAQADQAaACMB3wAGABoAGgASABcAEAHMAA0AFwAaAA0AEAAEABoAIAAfABcAFAAZABABzQAFABcAGgANABAAlgAFABAADAAdAB4AlQAEABAADAAdAQEABwAMABcAFwAQAB0AJAAYADIAVAB4AJYAxADmARQBNAFUAWgBdAF+AYgBkgGuAboBwAHaAeQB6gHwAfYB/AICAGsAEAAkABsAEAAdABcAFAAZABYABAAdABAAGAAaACEAEACQABEAJAAbABAAHQAXABQAGQAWAAQAGgAbABAAGQAEAB4AGACPAA4AJAAbABAAHQAXABQAGQAWAAQAGgAbABAAGQGbABYAJAAbABAAHQAXABQAGQAWAAQAFwAUABIAEwAfAAQADwAUAAwAFwAaABIBmwAQACQAGwAQAB0AFwAUABkAFgAEABQAGQAeABAAHQAfAZ0AFgAkABsAEAAdABcAFAAZABYABAASABcAGgANABAABAAdABAAGAAaACEAEAGcAA8AJAAbABAAHQAXABQAGQAWAAQAEgAXABoADQAQAZ4ADwAkABsAEAAdABcAFAAZABYABAAQABgADAAUABcAagAJACQAGwAQAB0AFwAUABkAFgIWAAUAHwAYABcACgIXAAQAHwAYABcAWgAEABoAGAAQANQABAAQABcAGwDHAA0AEAAMAB0AHwAEABoAIAAfABcAFAAZABAAyAAFABAADAAdAB8AwAACAA8ATQAMAAwAGQAPABcAEAAdAAQADwAdAAwAEgCzAAQADAAZAA8BPAACAAsBOwACAAoBOgACAAkBOQACAAgBOAACAAcBNwACAAYAGQA0AEIAXgByAIgApAC8ANgA7AEEAQ4BLgFOAVwBkAHIAdQB4gH8Ah4CRAJeAngCjgK+ASwABgAfAAwAFwAUAA4A6QANABkAIQAQAB0AHwAEAA4AGgAXABoAHQAeAUEACQAZAB4AEAAdAB8ABAAgABsBQQAKABkAHgAQAB0AHwAEAB8AGgAbAUIADQAZAB4AEAAdAB8ABAAYABQADwAPABcAEAFDAAsAGQAeABAAHQAfAAQADwAaACIAGQFDAA0AGQAeABAAHQAfAAQADQAaAB8AHwAaABgCOQAJABkAEwAQAB0AFAAfABAADwDTAAsAGQARABoAHQAYAAwAHwAUABoAGQDTAAQAGQARABoBPwAPABkADwAQABkAHwAEABQAGQAOAB0AEAAMAB4AEAFAAA8AGQAPABAAGQAfAAQADwAQAA4AHQAQAAwAHgAQAT8ABgAZAA8AEAAZAB8BDAAZABkADgAdABAADAAeABAABAAhABAAHQAfABQADgAMABcABAAeABsADAAOABQAGQASAQgAGwAZAA4AHQAQAAwAHgAQAAQAEwAaAB0AFAAlABoAGQAfAAwAFwAEAB4AGwAMAA4AFAAZABIB1AAFABkADQAaACMBAQAGABgADAASABAAHgDbAAwAGAAMABIAEAAEAB0AEAAeABQAJQAQAX4AEAAYAAwAEgAQAAQAGAAMABsABAAQAA8AFAAfABoAHQF8ABIAGAAMABIAEAAEABcAFAASABMAHwAEAA8AFAAMABcAGgASAXwADAAYAAwAEgAQAAQAFAAZAB4AEAAdAB8A2AAMABgADAASABAABAAQACMAGwAaAB0AHwF9AAoAGAAMABIAEAAEABAADwAUAB8BxAAXABgADAASABAABAAMAA0AHgAaABcAIAAfABAABAAbABoAHgAUAB8AFAAaABkA1wAFABgADAASABAACwAYAEYAeACiANABAAE0AWYBnAHMAgABJQAWACAAHgAfABQAEQAkAAQAHgAfAAwAHQAfAAQAIQAQAB0AHwAUAA4ADAAXASAAGAAgAB4AHwAUABEAJAAEAB4AHwAMAB0AHwAEABMAGgAdABQAJQAaABkAHwAMABcBJwAUACAAHgAfABQAEQAkAAQAEAAZAA8ABAAhABAAHQAfABQADgAMABcBIgAWACAAHgAfABQAEQAkAAQAEAAZAA8ABAATABoAHQAUACUAGgAZAB8ADAAXASYAFwAgAB4AHwAUABEAJAAEAA4AEAAZAB8AEAAdAAQAIQAQAB0AHwAUAA4ADAAXASEAGQAgAB4AHwAUABEAJAAEAA4AEAAZAB8AEAAdAAQAEwAaAB0AFAAlABoAGQAfAAwAFwEoABgAIAAeAB8AFAARACQABAANABAAHwAiABAAEAAZAAQAIQAQAB0AHwAUAA4ADAAXASMAGgAgAB4AHwAUABEAJAAEAA0AEAAfACIAEAAQABkABAATABoAHQAUACUAGgAZAB8ADAAXASkAFwAgAB4AHwAUABEAJAAEAAwAHQAaACAAGQAPAAQAIQAQAB0AHwAUAA4ADAAXASQAGQAgAB4AHwAUABEAJAAEAAwAHQAaACAAGQAPAAQAEwAaAB0AFAAlABoAGQAfAAwAFwIZAAIAHgAHABAANgBWAHwAnAC8ANwAKgASABsAFAAEAB8AHQAQABkADwAEABQAGQAOAB0AEAAMAB4AEAB8AA8AGwAUAAQAHwAdABAAGQAPAAQAEAAcACAADAAXACwAEgAbABQABAAfAB0AEAAZAA8ABAAPABAADgAdABAADAAeABAApAAPABsAFAAEAB4AHwAMAB8AIAAeAAQAGgAbABAAGQCjAA8AGwAUAAQAHgAfAAwAHwAgAB4ABAATABoAFwAPAKIADwAbABQABAAeAB8ADAAfACAAHgAEAA8AEAAZACQANgADABsAFAAbADgARgBSAFwAegCUALAAzADmAPgBFAE0AUABcAGQAboB1AHuAfgCDgIcAjgCVgJ+ApoCtgLEAIwABgAaABIAGgAgAB8AiwAFABoAEgAUABkAbgAEABoADgAWAT4ADgAUAB4AHwAEACAAGQAaAB0ADwAQAB0AEAAPAT0ADAAUAB4AHwAEABoAHQAPABAAHQAQAA8BPQANABQAHgAfAAQAGQAgABgADQAQAB0AEAAPAT4ADQAUAB4AHwAEAA0AIAAXABcAEAAfABAADwHkAAwAFAAZABYAEAAPABQAGQAEAA0AGgAjAeMACAAUABkAFgAQAA8AFAAZAGwADQAUABkAFgAEACEAEAAdAB8AFAAOAAwAFwBqAA8AFAAZABYABAATABoAHQAUACUAGgAZAB8ADAAXAlQABQAUABkAEAAGAlkAFwAUABkAEAAEAB4AHwAMAA4AFgAQAA8ABgAFAAUABAAYAAwAHQAWABAAHQAeAlYADwAUABkAEAAEAB4AHwAMAA4AFgAQAA8ABgAFAAUCWAAUABQAGQAQAAQAHgAfAAwADgAWABAADwAEABgADAAdABYAEAAdAB4CVQAMABQAGQAQAAQAHgAfAAwADgAWABAADwJXAAwAFAAZABAABAAYAAwAHQAWABAAHQAeAOYABAAUABkAEAHcAAoAEAAfAB8AEAAdAAQADQAaACMB2wAGABAAHwAfABAAHQCnAA0AEAAeAB4ABAAaAB0ABAAQABwAIAAMABcAUgAOAAwAJAAaACAAHwAEAB4AHwAMAA4AFgAQAA8AUQATAAwAJAAaACAAHwAEAB4AFAAPABAABAANACQABAAeABQADwAQAFAADQAMACQAGgAgAB8ABAAHAAQADQAkAAQABwBPAA0ADAAkABoAIAAfAAQABgAEAA0AJAAEAAkATgAGAAwAJAAaACAAHwCRAAYADAAgABkADgATABUALABEAFQAXgB6AJoAuADGANgA9AEOARoBJAFAAUgBbAGCAboB2gH4AhoB5gALACQAHgAbAAwADgAQAAQADQAaACMB5QAHACQAHgAbAAwADgAQAJwABAAaACEAEABXAA0AGgAdABAABAAhABAAHQAfABQADgAMABcAWAAPABoAHQAQAAQAEwAaAB0AFAAlABoAGQAfAAwAFwGaAA4AGgAPACAAFwAQAAQAGAAMABkADAASABAAHQDdAAYAFAAdAB0AGgAdAKEACAAUABkAIAAeAAQAHgAYAH0ADQAUABkAIAAeAAQAGgAgAB8AFwAUABkAEAB+AAwAFAAZACAAHgAEAA4AFAAdAA4AFwAQAHwABQAUABkAIAAeAFYABAAQABkAIAGDAA0AEAAPABQADAAEABgADAAZAAwAEgAQAB0CCwADAA8ADQHPABEADAAdABYAEAAdAAQAGwAUABkABAAfAAwAHQASABAAHwHOAAoADAAdABYAEAAdAAQAGwAUABkBCwAbAAwAFgAQAAQAIQAQAB0AHwAUAA4ADAAXAAQAHgAbAAwADgAUABkAEgAEABAAHAAgAAwAFwEFAA8ADAAWABAABAAeAAwAGAAQAAQAIgAUAA8AHwATAQQADgAMABYAEAAEAB4ADAAYABAABAAeABQAJQAQAQYAEAAMABYAEAAEAB4ADAAYABAABAATABAAFAASABMAHwEHAB0ADAAWABAABAATABoAHQAUACUAGgAZAB8ADAAXAAQAHgAbAAwADgAUABkAEgAEABAAHAAgAAwAFwADAAgAIgA2ANIADAAaAB8AFAARABQADgAMAB8AFAAaABkApgAJABoAHwAEABAAHAAgAAwAFwBfAA4AGgAZAAQAHQAQAA4AIAAdAB0AEAAZAA4AEAADAAgAGAAoAFkABwAhABAAHQAXAAwAGwFAAAcAIAAfAA8AEAAZAB8A6gAHABsADAAOABQAHwAkADUAbAB0AIQAkACgAKgAuADIAOIA+gEEARYBJgEwAUwBYAFoAXABfgGYAbIBvgHOAdwB5AH2AgICJAJCAlgCjgKuAsoC1gLoAw4DOgNQA3IDlgO2A94EAgQeBDYEPgROBGgEdASUBLAEzgT2Ag4AAwAeAA8AZQAHAB0AFAAZAB8AEAAdAGUABQAdABQAGQAfAJgABwAdABAAIQAUABAAIgIMAAMAGwAfALQABwAaABQAGQAfABAAHQCgAAcAFwAgAB4ABAAeABgAegAMABcAIAAeAAQAGgAgAB8AFwAUABkAEAB7AAsAFwAgAB4ABAAOABQAHQAOABcAEAB5AAQAFwAgAB4AwgAIABcADAAkABcAFAAeAB8AxAAHABcADAAkAAQAHgAYALgABAAXAAwAJAHoAA0AFAAZAB8AEAAdABAAHgAfAAQADQAaACMB5wAJABQAGQAfABAAHQAQAB4AHwHQAAMAFAAZAloAAwAUABABAQAGABMAGgAfABoAHgDYAAwAEwAaAB8AGgAEABAAIwAbABoAHQAfANYADAATABoAHwAaAAQADgAMABgAEAAdAAwA1wAFABMAGgAfABoBvwAHABAAHQAOABAAGQAfAGYABgAQABkADgAUABcCDQADAA8AEQDFAAgADAAgAB4AEAAEAB4AGAC5AAUADAAgAB4AEAGPABAADAAeAB8AEAAEABsAFwAMABQAGQAEAB8AEAAjAB8BjgAOAAwAHgAfABAABAAYAAwAHQAWAA8AGgAiABkBjQAKAAwAHgAfABAABAATAB8AGAAXAYwAGgAMAB4AHwAQAAQAEQAdABoAGAAEACIAGgAdAA8ABAAeAB8AHQAUABsABAARABQAFwAQAYsADwAMAB4AHwAQAAQAEQAdABoAGAAEACIAGgAdAA8BigANAAwAHgAfABAABAAMAB4ABAATAB8AGAAXAYkABQAMAB4AHwAQAW4ACAAMAB4AHgAiABoAHQAPAkIAEgAMAB0ADAAYABAAHwAQAB0AHgAEACAAGQAWABkAGgAiABkCQQAVAAwAHQAMABgAEAAfABAAHQAeAAQADQAkAB8AEAAEAAwAHQAdAAwAJAItAAoADAAdAAwAGAAQAB8AEAAdAB4CNwAQAAwAHQAMABgAEAAfABAAHQAEAB4AHwAdABQAGQASAjYAEQAMAB0ADAAYABAAHwAQAB0ABAAUABkAHwAQABIAEAAdAjUADwAMAB0ADAAYABAAHwAQAB0ABAARABcAGgAMAB8CNAATAAwAHQAMABgAEAAfABAAHQAEAA8ADAAfABAABAAfABQAGAAQAjMAEQAMAB0ADAAYABAAHwAQAB0ABAANABoAGgAXABAADAAZAW8ADQAMAB0ADAASAB0ADAAbABMABAAMAA8ADwGzAAsADAAZABAABAARAB0AEAAQACUAEACcAAMADAAZAOQABwAMABcAEAAfAB8AEAEAAAwADAAUABkAHwAEAB0AEAAYABoAIQAQAOUABQAMABQAGQAfASoADwAMABIAEAAEABsAHQAaABsAEAAdAB8AFAAQAB4CBQANAAwAEgAQAAQAGwAaAB0AHwAdAAwAFAAfAiEADgAMABIAEAAEABcADAAZAA8AHgAOAAwAGwAQAigAEwAMABIAEAAEABMAEAAMAA8AEAAdAAQAHgAQAA4AHwAUABoAGQIpABMADAASABAABAARABoAGgAfABAAHQAEAB4AEAAOAB8AFAAaABkABAAKABwAPABcANQACAAgABAAHgAfABQAGgAZALAADwAdAAQADgAaAA8AEAAEAB4ADgAMABkAGQAQAB0ArgAPAB0ABAAOABoADwAQAAQAGgAgAB8AFwAUABkAEACvAAcAHQAEAA4AGgAPABAAJwBQAHAAgACIAJIAqADEAN4A9gEEAQ4BGAEsAToBTgFiAXgBjAGeAbYBwgHuAhoCKgJaAo4CogKwAsYC1gLgAvYDBAMgAzYDXgN2A5IDrAFNAA8AIAAXABAABAATABoAHQAUACUAGgAZAB8ADAAXAfoABwAeAB4ABAANABoAIwH5AAMAHgAeAFQABAAaACIAHgG0AAoAGgAiAAQAEQAdABAAEAAlABAA7wANABoAIAAZAA8ABAAOABoAHQAZABAAHQAeAOEADAAaAB8ADAAfABAABAAdABQAEgATAB8A4gALABoAHwAMAB8AEAAEABcAEAARAB8A4AAGABoAHwAMAB8AEAJnAAQAGgAeABAAWgAEABoAGgAfADUACQAQACIAFAAZAA8ABAAeABgAuwAGABAAIgAUABkADwAoAAkAEAAeABQAJQAQAAQAHgAiACcACQAQAB4AFAAlABAABAAeABAAKQAKABAAHgAUACUAEAAEABkAEAAiACYACQAQAB4AFAAlABAABAAZABAAYAAIABAAHgAQAB8ABAAeABgBAAALABAAHgAQAB8ABAAOABoAFwAaAB0AXQAFABAAHgAQAB8CJAAVABAAGwAaAB0AHwAEABMAEAAMAA8AEAAdAAQAHgAQAA4AHwAUABoAGQIlABUAEAAbABoAHQAfAAQAEQAaABoAHwAQAB0ABAAeABAADgAfABQAGgAZAFUABwAQABoAHQAPABAAHQEOABcAEAAYABoAIQAQAAQAIQAQAB0AHwAUAA4ADAAXAAQAHgAbAAwADgAUABkAEgEKABkAEAAYABoAIQAQAAQAEwAaAB0AFAAlABoAGQAfAAwAFwAEAB4AGwAMAA4AFAAZABIAYQAJABAAFwAaAAwADwAEAB4AGABeAAYAEAAXABoADAAPAGEACgAQABEAHQAQAB4AEwAEAB4AGABeAAcAEAARAB0AEAAeABMAXAAEABAADwAaAeoACgAQAA8ADwAUAB8ABAANABoAIwHpAAYAEAAPAA8AFAAfAGEADQAQAA4AIAAdAB0AEAAZAA4AEAAEAB4AGABeAAoAEAAOACAAHQAdABAAGQAOABAA0QATAAwADwAUABoADQAgAB8AHwAaABkABAAOABMAEAAOABYAEAAPANAACwAMAA8AFAAaAA0AIAAfAB8AGgAZAmUADQAMAA8ADAAdAAQAGAAMAB0AFgAQAB0AHgJmAAwADAAPAAwAHQAEABEAFAAXABcAEAAPAmQABQAMAA8ADAAdADoAdgCEAJoAogCyAMYA2gDwAQwBLgFIAXQBnAHEAeYCEAIsAjwCRgJSAmwCdgKSAqoCxALYAu4DBgMYAzwDYAN0A3wDlgOuA8ID3gPuA/oEEAQmBEAETAReBIYEnASyBMAEzgTcBOoE+AU2BWQFngXIBdgF4gG9AAYAJAAYAA0AGgAXATQACgAgABsABAAeAA4AHQAUABsAHwG8AAMAIAAYAHQABwAgAA4ADgAQAB4AHgDBAAkAIAANAB8AFAAfABcAEAAeAiIACQAgAA0AHQAQABsAGgAdAB8BMwAKACAADQAEAB4ADgAdABQAGwAfAZkADQAfACQAFwAQAAQADQAgABQAFwAPABAAHQHsABAAHwAgABgADQAXABAABAAgABsAGgAZAAQADQAaACMB6wAMAB8AIAAYAA0AFwAQAAQAIAAbABoAGQGXABUAHwAdABQAGwAEACIAGgAdAA8ABAARABoAHQAYAAwAHwAfABQAGQASAZYAEwAfAB0AFAAbAAQAHgAbAAwAGQAEABAAFwAQABgAEAAZAB8AHgGVABMAHwAdABQAGwAEABEAGgAZAB8ABAAQABcAEAAYABAAGQAfAB4BlAAQAB8AHQAUABsABAAOAB4AHgAEABEAGgAdABgADAAfAZMAFAAfAB0AFAAbAAQADAAXABcABAARABoAHQAYAAwAHwAfABQAGQASATIADQAfAB0AFAAWABAAHwATAB0AGgAgABIAEwDGAAcAHwAaABsABAAeABgAugAEAB8AGgAbALUABQAfABQADgAWAMkADAAfAAwAHQAEABoAIAAfABcAFAAZABAAygAEAB8ADAAdAbcADQAbABAAFwAXAAQADgATABAADgAWABAAHQIXAAsAGgAgAB0ADgAQAAQADgAaAA8AEACDAAwAGgAdAB8ABAAPABAAHgAOAAQAHgAYAIAACQAaAB0AHwAEAA8AEAAeAA4AgQAKABoAHQAfAAQADgAXABAADAAdAIIACwAaAB0AHwAEAAwAHgAOAAQAHgAYAH8ACAAaAB0AHwAEAAwAHgAOARIAEQAZAAwAGwAEAB8AGgAEAB4AGQAMABsAFwAUABkAEAAeAREAEQAZAAwAGwAEAB8AGgAEABIAHQAUAA8AFwAUABkAEAAeARAACQAZAAwAGwAEABIAHQAUAA8CHwADABcAGQEDAAwAFAAlABAABAAfABoABAASAB0AFAAPAYIACwAUABcAIQAQAB0AFwAUABIAEwAfALIACQAUABIAGQAMAB8AIAAdABAAngANABMAGgAbABsAFAAZABIABAAOAAwAHQAfAO0ABwATAAwAHQAbABAAGQHSAAUAEwAMAB0AEADLAAoAEwAMABsAEAAEAB0AEAAOAB8A5gAKABMADAAbABAABAAXABQAGQAQANAADAATAAwAGwAQAAQADgAUAB0ADgAXABAA7gAFABMADAAbABAAlwAIABAAHwAfABQAGQASAB4AtwATABAAHwAEAA4AGgAXACAAGAAZAAQAGwAaAB4AFAAfABQAGgAZAWgACgAQABcAEAAOAB8ABAANABoAIwFmAAoAEAAXABAADgAfAAQADAAXABcAMQAGABAAEAAWAAQAIgAwAAYAEAAQABYABAAeAC4ABgAQABAAFgAEABkALwAGABAAEAAWAAQAEACZAAYAEAAMAB0ADgATAl8AHgAOAAwAHwAfABAAHQAEAB4AHwAdAAwAFAASABMAHwAEABcAFAAZABAAHgAEABgADAAdABYAEAAdAB4CYAAWAA4ADAAfAB8AEAAdAAQAHgAfAB0ADAAUABIAEwAfAAQAFwAUABkAEAAeAl0AHAAOAAwAHwAfABAAHQAEAB4AGAAaABoAHwATAAQAFwAUABkAEAAeAAQAGAAMAB0AFgAQAB0AHgJeABQADgAMAB8AHwAQAB0ABAAeABgAGgAaAB8AEwAEABcAFAAZABAAHgJcAAcADgAMAB8AHwAQAB0AZAAEAAwAIQAQAOgACgAMAB8AIAAdAAwAHwAUABoAGQA9AHwAhACcAKwAwgDQAO4BHgEqAUQBdgGgAcoB/AImAkICXgKOArICygLWAvIDFAM0A1QDcgOCA5QDqAPKA+4ECgQkBEAEbgScBL4E4AUCBSgFQgVcBXYFqgXcBgQGLAZYBnwGkgaoBtQG/gcsB1IHhAe0B+gIGghKCH4CBwADACMAHwHyAAsAIgAUAB8AHwAQAB0ABAANABoAIwHxAAcAIgAUAB8AHwAQAB0B8AAKACAAGAANABcAHQAEAA0AGgAjAe8ABgAgABgADQAXAB0AzgAOAB0AFAAEAB4AHwAMAB8AEAAEABkAIAAXABcAzQAXAB0AFAAEAB4AHwAMAB8AEAAEABQAGQAPABAAHwAQAB0AGAAUABkADAAfABAAZwAFAB0ADAAeABMA6gAMAB0ADAAZAB4AGwAQAB0ADAAZAA4AJAF4ABgAHQAMAA4AFgAEAA4AEwAMABkAEgAQAB4ABAAdABAAFQAQAA4AHwAEAAwAFwAXAXcAFAAdAAwADgAWAAQADgATAAwAGQASABAAHgAEAB0AEAAVABAADgAfAXQAFAAdAAwADgAWAAQADgATAAwAGQASABAAHgAEABAAGQAMAA0AFwAQAXYAGAAdAAwADgAWAAQADgATAAwAGQASABAAHgAEAAwADgAOABAAGwAfAAQADAAXABcBdQAUAB0ADAAOABYABAAOABMADAAZABIAEAAeAAQADAAOAA4AEAAbAB8BcwANAB0ADAAOABYABAAOABMADAAZABIAEAAeAbYADQAaABoAFwANAAwAHQAEABEAFwAaAAwAHwG6ABcAGgASABIAFwAQAAQAEQAgABcAFwAEAB4ADgAdABAAEAAZAAQAGAAaAA8AEAI4ABEAGgAOAAQAHgAQAA4AHwAUABoAGQAEABcAEAAhABAAFwIrAAsAGgAOAAQAHgAQAA4AHwAUABoAGQCTAAUAFAAXABAAHgD6AA0AEwAgABgADQAZAAwAFAAXAB4ABAAgABsA+wAQABMAIAAYAA0AGQAMABQAFwAeAAQAHQAUABIAEwAfAP0ADwATACAAGAANABkADAAUABcAHgAEABcAEAARAB8A/AAPABMAIAAYAA0AGQAMABQAFwAeAAQADwAaACIAGQFtAA4AEAAjAB8ADQAaACMABAATABQADwAPABAAGQFsAAcAEAAjAB8ADQAaACMBawAIABAAIwAfAAwAHQAQAAwBTAAJABAAIwAfAAQAIgAdAAwAGwFxABAAEAAYABsAFwAMAB8AEAAEABgADAAZAAwAEgAQAB0B7gARABAAFwAXAAQADAAEABEAHQAUABAAGQAPAAQADQAaACMB7QANABAAFwAXAAQADAAEABEAHQAUABAAGQAPAaIADAAMAA0AFwAQAAQAIgAUACUADAAdAA8BsgANAAwADQAXABAABAAgABkAGAAQAB0AEgAQAagAFgAMAA0AFwAQAAQAHQAaACIABAAUABkAHgAQAB0AHwAEAA0AEAAXABoAIgGnABYADAANABcAEAAEAB0AGgAiAAQAFAAZAB4AEAAdAB8ABAAMAA0AGgAhABABywAQAAwADQAXABAABAAdABoAIgAEABIAHQAaACAAGwAeAaoAEAAMAA0AFwAQAAQAHQAaACIABAAPABAAFwAQAB8AEAGiABAADAANABcAEAAEABsAHQAaABsAEAAdAB8AFAAQAB4BoAASAAwADQAXABAABAAXABQAEgATAB8ABAAPABQADAAXABoAEgGgAAwADAANABcAEAAEABQAGQAeABAAHQAfAawADAAMAA0AFwAQAAQADwAQABcAEAAfABABygAMAAwADQAXABAABAAOABoAHQAZABAAHQGmABkADAANABcAEAAEAA4AGgAXACAAGAAZAAQAFAAZAB4AEAAdAB8ABAAdABQAEgATAB8BpQAYAAwADQAXABAABAAOABoAFwAgABgAGQAEABQAGQAeABAAHQAfAAQAFwAQABEAHwHJABMADAANABcAEAAEAA4AGgAXACAAGAAZAAQAEgAdABoAIAAbAB4BqQATAAwADQAXABAABAAOABoAFwAgABgAGQAEAA8AEAAXABAAHwAQAaQAFQAMAA0AFwAQAAQADgAQABcAFwAEABsAHQAaABsAEAAdAB8AFAAQAB4BqwARAAwADQAXABAABAAOABAAFwAXAAQADwAQABcAEAAfABABowAKAAwADQAXABAABAAOABAAFwAXAcgACgAMAA0AFwAQAAQADQAaAA8AJAFQABUADAANABcAEAAEAAwAFwAUABIAGQAEAB8AGgAbAAQAHQAUABIAEwAfAU4AFAAMAA0AFwAQAAQADAAXABQAEgAZAAQAHwAaABsABAAXABAAEQAfAU8AFgAMAA0AFwAQAAQADAAXABQAEgAZAAQAHwAaABsABAAOABAAGQAfABAAHQFXABIADAANABcAEAAEAAwAFwAUABIAGQAEAB0AEAAYABoAIQAQAVMAGAAMAA0AFwAQAAQADAAXABQAEgAZAAQAGAAUAA8ADwAXABAABAAdABQAEgATAB8BUQAXAAwADQAXABAABAAMABcAFAASABkABAAYABQADwAPABcAEAAEABcAEAARAB8BUgAZAAwADQAXABAABAAMABcAFAASABkABAAYABQADwAPABcAEAAEAA4AEAAZAB8AEAAdAVYAGAAMAA0AFwAQAAQADAAXABQAEgAZAAQADQAaAB8AHwAaABgABAAdABQAEgATAB8BVAAXAAwADQAXABAABAAMABcAFAASABkABAANABoAHwAfABoAGAAEABcAEAARAB8BVQAZAAwADQAXABAABAAMABcAFAASABkABAANABoAHwAfABoAGAAEAA4AEAAZAB8AEAAdAaEABQAMAA0AFwAQAAsAGAAiADAAQABOAFoAaACIAKwAvADGAdMABAAeABAAHQCOAAYAGwAXABoADAAPALYABwAZAB4AHwAUAA4AFgCBAAYAGQAeABoAHQAfAdEABQAZABsAFAAZAG8ABgAZABcAGgAOABYAbQAPABkAFwAUABkAFgAEACEAEAAdAB8AFAAOAAwAFwBrABEAGQAXABQAGQAWAAQAEwAaAB0AFAAlABoAGQAfAAwAFwBMAAcAGQASAB0AGgAgABsAWwAEABkADwAaAS0ACQAZAA8AEAAdABcAFAAZABAACwAYACwAQgBaAG4AegCSALAAvgDEAOYAvgAJABoAFwAgABgAEAAEACAAGwC/AAoAGgAXACAAGAAQAAQAGgARABEAvQALABoAFwAgABgAEAAEAA8AGgAiABkB/AAJABQAGAAQABoABAANABoAIwH7AAUAFAAYABAAGgIXAAsAFAAQACIABAAeABoAIAAdAA4AEAGEAA4AFAAPABAAGgAEABAAIwAfABAAHQAZAAwAFwIcAAYADQAbAB0AGgAVAh4AAgANAbgAEAAMABcAFAAPAAwAHwAUABoAGQAEACMAEwAfABgAFwG5AA8ADAAXABQADwAMAB8AFAAaABkABAAPAAwAHwAMAAoAFgAkAC4ASABoAHgAlgC2ANYA5ACXAAYAHQAQABkADgATAgoABAAaAB0ADwHFAAwAFAAlAAwAHQAPAAQAHwAMAA0AFwAQAccADwAUACUADAAdAA8ABAAOAB0AGgAeAB4AHwAMAA0AkwAHABQAGQAPABoAIgAeAJMADgAUABkADwAaACIABAAdABAAHgAfABoAHQAQAJQADwAUABkADwAaACIABAAYABQAGQAUABgAFAAlABAAkgAPABQAGQAPABoAIgAEABgADAAjABQAGAAUACUAEACSAAYAFAAZAA8AGgAiANUABwAMAB0AGQAUABkAEgADAAgAEAAkAgkAAwAXAB4AdwAJAAQAGgAgAB8AFwAUABkAEAB4AAgABAAOABQAHQAOABcAEAAEAAoAIgAyAEgB/gALABoAIAAfACAADQAQAAQADQAaACMB/QAHABoAIAAfACAADQAQAfQACgAMABgAGAAQAB0ABAANABoAIwHzAAYADAAYABgAEAAdAAYADgAgADAATABuAHgAmwAIABoAGgAYAAQAGgAgAB8AmgAHABoAGgAYAAQAFAAZANoADQAaABoAGAAEAA0AEAAeAB8ABAARABQAHwDZABAAGgAaABgABAAMAA4AHwAgAAwAFwAEAB4AFAAlABAAmQAEABoAGgAYAhMAAwAUABsAAQAEAmgAAgJpAAAAAwP/AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADqIgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAAD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AA8AABMhESERIREhASERIRkBIRFAAYD+gAGA/oABwAGA/oABgAHA/oABwAGA/MABgAHA/oABgAAABABAAEADgAOAAAMABwALAA8AABMhESETIREhASERIQMRIRFAAYD+gEABAP8AAcABAP8AQAGAAcD+gAIAAQD9QAEAAgD+gAGAAAAAAAIBQABAAoADQAADAAcAAAEzESMTETMRAUCAgMCAA0D9AAMA/QADAAAGAEAAAAOAA8AAAwAHAAsADwATABcAACUhFSE1ITUhASERIQUhNSERITUhARUhNQGAAgD+AAIA/gD+wAEA/wABQAIA/gACAP4A/sADQICAwID+wALAgID+wIABwMDAAAAFAEAAAAOAA8AAAwAHAAsADwATAAATIREhARUhNQEhNSERITUhESE1IUABgP6AAcABgP6AAYD+gAGA/oABgP6AA8D8QAPAwMD+QMD+QMD+QMAAAAAEAEAAAAOAA8AAAwAHAAsADwAAEyERIQEhESEBIREhASERIUABgP6AAcABgP6A/kABgP6AAcABgP6AAgABwP5AAcD8QAHA/kABwAAABABAAAADgAPAAAMABwALAA8AADchFSERITUhNSE1IREVITVAA0D8wANA/MADQPzAA0DAwAEAwEDAAQDAwAAAAAUAQAAAA4ADwAADAAcACwAPABMAABMhFSERITUhJSE1IQERIREBITUhQAGA/oABgP6AAcABgP6A/kADQP6AAYD+gAHAwP8AwEDAAgD+QAHA/EDAAAMAgAAAA0ADgAADAAcACwAAEzMRIyEzESMhETMRgMDAAQDAwAEAwAOA/IADgPyAA4AAAAADAEAAgAPAA0AAAwAHAAsAAAEVITURFSE1ESEVIQPA/IADgPyAA4ADQMDA/wDAwP8AwAAAAwBAAMADwALAAAMABwALAAABFSE1HQEhNRUhFSEDwPyAA4D8gAOAAsCAgMCAgMCAAAAAAAMAQABAA8ADgAADAAcACwAAARUhNREVITURIRUhA8D8gAOA/IADgAOAwMD+wMDA/sDAAAADAYAAQAJAA4AACwAXACMAAAEyNjU0JiMiBhUUFhciBhUUFjMyNjU0JgMiBhUUFjMyNjU0JgHgKDg4KCg4OCgoODgoKDg4KCg4OCgoODgCwDgoKDg4KCg4gDgoKDg4KCg4/sA4KCg4OCgoOAADAEABgAOA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AAATIREhEQMzESMTIREhERchNSEVAREzEb8CgP2AgEBAgAKA/YBAAgD+AAKAQAMA/wABAP0AA4D+AP8AAQDAgIACwPyAA4AAAAUAPwAAA78DgAADAAgADAAQABUAAAERIREDITUhFQERIREXIxEzARUhNSEBv/8AgAOA/IADAP8AwICA/UADgPyAAwD9gAKA/QBAQAMA/YACgED+AALAQEAAAAAAAwA/AAADfwOAAAMABwAMAAABIREhATMRIxMRIREhAn/+QAHA/cBAQIACwP1AAgABAP0AA4D+AP8AAQAAAQB/AAADPwOAABMAACUhFSM1IREhNSMRMzUzFTMRIxUhAz/+wED+wAFAwMBAwMABQICAgAEAgAEAgID/AIAAAAMAgQAAA8EDgAAEAAgADQAAASERIRElETMRASERIREBgQHA/kACAED8wALA/UADAP8AAQCA/IADgP0AAQD/AAAEAD8AAAO/A4AAAwAHAAsAEAAAASERIQEzESMhETMRASERIREDP/2AAoD9AEBAA0BA/QICgP2AAgABAP0AA4D8gAOA/QABAP8AAAAAAwA/AIADvwNAABMAFwAbAAABESERIzUhFSMVMxUhNTMRIREzNQUjNTMBIxEzAz//AID/AICAAQCAAQCA/cCAgAGAgIACAAFA/sDAwEDAwP7AAUBAwID/AAEAAAADAEAAQAPAA4AAAwAHAAsAABMhESEDFSE1ASERIcABAP8AgAOA/oABAP8AAwD+QAJAQED8wALAAAEAPwCAA78DQAATAAABIxEhESMVITUjNTM1IRUzESERMwO/gP8AgP8AgIABAIABAIABwP7AAUDAwEDAwAFA/sAAAAAAAwA///4DvwM+AAMACAAMAAAlIREhARUhNSEBIREhAb//AAEA/oADgPyAAwD/AAEAfgHA/gBAQAMA/UAABAA/AAADvwOAAAMACAANABEAAAERIREDITUhFREVITUhBREhEQG//wCAA4D8gAOA/IACAAEAAwD9gAKA/QBAQAOAQEB+/YACgAAAAAMAfwAAAz8DgAAUABgAHAAAATUzESM1IxUjETMVIREhFTM1IREhByE1IREjNTMB/8DAQMDA/sABQEABQP7AQP8AAQCAgAGAgAEAgID/AID/AICAAQDAgAEAgAAAAwA/AAAC/wOAAAMABwAMAAATIREhBzMRIwURIREhvwEA/wCAQEABwAEA/wADAP2AgAOAfv2AAoAAAAAAAwB/AAADPwOAAAQACAAMAAATIREhEQEzESMXESERfwEA/wABQEBAgAEAAwD9gAKA/QADgH79gAKAAAAAAwEBAAADwQOAAAQACAAMAAABIREhESURMxEBIREhAQEBAP8AAoBA/oABAP8AAwD9gAKAgPyAA4D9AgKAAAAAAAT//wAAA/8DgAAEAAgADAARAAATIREhESURMxEBIREhATMRIxF/AQD/AANAQP6AAQD/AP2AQEADAP2AAoCA/IADgP0CAoD8/gOA/IAAAAAABP//AAAD/wOAAAMABwALABAAABMhESEBETMRASERIQEzESMRvwEA/wADAED+QAEA/wD9wEBAAwD9gAMA/IADgP0CAoD8/gOA/IAAAAMAPwDAA78DgAADAAgADQAAASERISUVITUhEyERIREDP/2AAoD9AAOA/ICCAoD9gAIAAQCAQED9QAEA/wAAAAADAD8AgAO/A0AAAwAIAA0AAAEhESEBFSE1IRMhESERAz/9gAKA/QADgPyAggKA/YACQAEA/sBAQP6AAQD/AAAAAwA///4DvwK+AAMACAANAAABIREhARUhNSE3IREhEQM//YACgP0AA4D8gIICgP2AAb4BAP2AQEBAAQD/AAAAAAQAP//AA78DwAAEAAkADgATAAATIREhEQMhNSEVNyERIREDFSE1Ib8CgP2AgAOA/ICCAoD9gIIDgPyAA0D/AAEA/IBAQIABAP8AA4BAQAAABAA//8ADvwPAAAQACQAOABMAABMhESERAyE1IRU3IREhEQMVITUhvwKA/YCAA4D8gIICgP2AggOA/IADAP8AAQD8wEBAwAEA/wADQEBAAAADAID/0wOtA4AALAA0AEcAACUHBiIvAQ4BIyInLgEnJjU0NjcXFjI/ATY0LwE+ATMyFx4BFxYVFAYHFxYUBy8BDgEHFzcxASEVMxEzESchIgYVERQWMyE1IQOtLRM1EroSJhQuKSk9ERIHBmISNhIuEhJiESYULikpPRESBwa6ExMtrQkXDa0t/UABwMBAwP4AGyUlGwFA/sAALRMTugYHEhE9KSkuFCYRYhISLhI1E2IGBxIRPSkpLhQmEboTNRMtrQ0XCa0tAxPA/wABQMAlG/0AGyVAAAADAQAAgAMAAwAAJwA9AFIAAAEz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ApP9LUAtAkBAQMBAwECAQEDALVNAQEBAQEBAQEBAQEAtAAAAAAYAQAAAA8ADgAADAAcACwAPABMAGwAAARUhNQERIREFIREhAyEVIRU1IRUDITUhESE1IQPA/QACAP2AAkD+AAIAQP6AAYD+gEACQP2AAoD9wAMAQED+wP5AAcBA/sABAECAQEACwED+wEAAAAUAQABAA8ADQAADAAcACwAPABMAAAEhNSEXIRUhFyEVIQUhFSEXIRUhAoD9wAJAwP0AAwCA/IADgP7A/cACQMD9AAMAAwBAgECAgIBAQEAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREFITUhFSE1IRUhNSFAA4D8wAMA/UABgP6AAoD9gAGA/oAAA8D8QAOA/MADQIBAwEDAQAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQchFSEXIRUhByEVIUADgPzAAwDA/oABgID9gAKAgP6AAYAAA8D8QAOA/MADQEBAQEBAQAAAAAAFAEAAAAPAA8AAAwAHAAsADwATAAA3ESERAREhEQchFSEVIRUhFSEVIUADgPzAAwBA/oABgP2AAoD+gAGAAAPA/EADgPzAA0BAQEBAQEAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERASE1IRUhNSEVITUhQAOA/MADAP1AAYD+gAKA/YABgP6AAAPA/EADgPzAA0D+wEDAQMBAAAAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERAyEVIRchFSEHIRUhQAOA/MADAMD+gAGAgP2AAoCA/oABgAADwPxAA4D8wANA/wBAQEBAQAAAAAUAQAAAA8ADwAADAAcACwAPABMAADcRIREBESERAyEVIRUhFSEVIRUhQAOA/MADAED+gAGA/YACgP6AAYAAA8D8QAOA/MADQP8AQEBAQEAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREBITUhFSE1IRUhNSFAA4D8wAMA/UABgP6AAoD9gAGA/oAAA8D8QAOA/MADQP4AQMBAwEAAAAAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREDIRUhFyEVIQchFSFAA4D8wAMAwP6AAYCA/YACgID+gAGAAAPA/EADgPzAA0D+QEBAQEBAAAAABQBAAAADwAPAAAMABwALAA8AEwAANxEhEQERIREDIRUhFSEVIRUhFSFAA4D8wAMAQP6AAYD9gAKA/oABgAADwPxAA4D8wANA/kBAQEBAQAAGAEAAAAPAA8AAAwAHAAsADwATACcAABMRIREDIREhARcjNRUzFyMfASE1AzcXIRUhFyEVIRczFSMXMxUjFwdAA4BA/QADAP2HPEN/PLv2PP7OQC0yAeH+WzwBaf7SPPK2O3s/fy0DwPxAA8D8gANA/oBAQIBAQEBAAggtNUBAQEBAQECILQAABQBAAEADgAOAAAMABwALAA8AEwAAExEhEQUhESEZASERKQERITUhESFAA0D9AAFA/sABQAGA/sABQP7AAUADgPzAA0BA/sD+gAFA/sABQEABQAAACwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAAASM1MzMjFTM3IxUzNSMVMzUjFTMRIxUzNSMVMzcjFTM3IxUzExEhEQUhESEBAEBAgEBAgEBAQEBAQEBAQECAQECAQECA/MADAP1AAsABwEBAQEDAQMBA/kBAwEDAQEBAAcD8wANAQP1AAAAVAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFsAABMjNTMVIxUzFSMVMxUjFTMVIxUzASMVMxUjFTMVIxUzFSMVMwEjFTM3IxUzASMVMzcjFTM3IxUzJSMVMzcjFTM3IxUzASMVMzcjFTM3IxUzESERIxEhFSERMxEhgEBAQEBAQEBAQEADAEBAQEBAQEBA/YBAQIBAQP8AQECAQECAQEABAEBAgEBAgEBA/wBAQIBAQIBAQP6AQP6AAYBAAYADQECAQEBAwEBAQAJAQEBAwEBAQALAQEBA/UBAQEBAQEBAQEBAQANAQEBAQED+wAGA/oBA/oABgAAAABsAQABAA4ADgAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAARUhNRMjFTMVIzUzFSM1MxEjNTMVIzUzASM1MxUjNTMRIzUzFSM1MwEjNTMXIzUzFyM1MxUjNTMVIzUzESM1MxUjNTMVIzUzISMVMzMjNTMXIzUzISMVMzMjNTMXIzUzASMVMzMjNTMXIzUzA4D8wEBAQEBAQEBAQEBAAwBAQEBAQEBAQP2AQECAQECAQEBAQEBAQEBAQEBA/oBAQIBAQIBAQAEAQECAQECAQED/AEBAgEBAgEBAAgBAQAGAQIBAwED+wEDAQAHAQMBA/sBAwEACQEBAQEBAwEDAQP7AQMBAwEBAQEBAQEBAQAMAQEBAQAAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAAlIxEzBTUjFSM1MxUjNTMVITUzFSM1MxUBNTMVIzUzFSE1MxUjNTMVATUzFQc1MxUHNTMVIzUzFSM1MxUhNTMVIzUzFSM1MxURNSMVFTUzFQc1MxURNSMVFTUzFQc1MxUBNSMVFTUzFQc1MxUCAEBAAYBAgEDAQP7AQMBAAcBAwED+wEDAQAJAQEBAQEDAQMBA/sBAwEDAQEBAQEBAQEBAAwBAQEBAQANAQEBAQEBAQEBAQED9AEBAQEBAQEBAAoBAQIBAQIBAQEBAQEBAQEBAQEABgEBAgEBAgEBA/wBAQIBAQIBAQAEAQECAQECAQEAAAAAbAEAAQAOAA4AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAAAEVITUXIxUzFSM1MxUjNTMVIzUzFSM1MwEjNTMVIzUzFSM1MxUjNTMlIzUzFyM1MzcjNTMVIzUzFSM1MxUjNTMVIzUzFSM1MyEjFTMzIzUzFyM1MyEjFTMzIzUzFyM1MwEjFTMzIzUzNyM1MwOA/MBAQEBAQEBAQEBAQAMAQEBAQEBAQED9gEBAgEBAgEBAQEBAQEBAQEBAQP6AQECAQECAQEABAEBAgEBAgEBA/wBAQIBAQIBAQAOAQECAQIBAwEDAQMBAAUBAwEDAQMBAwEBAQMBAwEDAQMBAwEDAQEBAQEBAQEBAAYBAQMBAAAAAGwBAAEADgAOAAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAA3NSEVJSMVMzUjNTM1IzUzNSM1MzUjNTMBIzUzNSM1MzUjNTM1IzUzASM1MxcjNTMTIzUzNSM1MzUjNTM1IzUzNSM1MzUjNTMhIxUzMyM1MxcjNTMhIxUzMyM1MxcjNTMBIxUzMyM1MxMjNTNAA0D9AEBAQEBA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BAAAgAQAAQAEAABTBAAAAAQAAAAEAAEABAAAAAQAAMAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAwAQAAEAEAABABAAAwAQAAEAEAABABAAAwAQAAEAEAABABAAAwAQAAMAEAABABAABAAQAAQAEAACABAAAgAQAAQAEAACABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAADABAAAwAQAAMAEAACABAAAwAQAAFoEAABDBAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAEAEAACABAABQAQAAUAEAABABAAAQAQAAEAEAADABAAAwAQAAQAEAAEABAABAAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAFEEAAEABAAAgAQAAEAEAABABAAAAAQAAEAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAABABAAAwAQAAMAEAADABAAAUAQAAFAEAABABAAAQAQAAIAEAACABAAAgAQAAIAEAAEABAAAgAQAAIAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAAAABAAAAAQAAAAEAABABAAAAAQAAEAEAACABAAAgAQAAIAEAABABAAAQAQAAEAEAAAMBAAAwAQAAEAEAABABAAAQAQAAEAEAACABAAAAAQAAQAEAAEABAAAQAQAAIAEAACABAAAgAQAAIAEAACABAAAPwQAAH8EAACBBAAAPwQAAD8EAAA/BAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAQAQAAEAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAQAQAAD8EAACABAAAAAQA//4EAAAABAAAQAQAAAAEAAAABAAAQAQAAAAEAAA/BAAAPwQAAD8EAAB/BAAAgQQAAD8EAAA/BAAAQAQAAD8EAAA/BAAAPwQAAH8EAAA/BAAAfwQAAQEEAP//BAD//wQAAD8EAAA/BAAAPwQAAD8EAAA/BAAAgAQAAQAEAAEABAABAAQAAQAEAADABAAAQAQAAEAEAAAABAAAgAQAAIAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACABAAAgAQAAIAEAACABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAAAQAAAAEAAAABAAAAAQAAEAEAABABAAAQAQAAEAEAADABAAAwAQAAAAEAABABAAAQAQAAAAEAACABAAAQAQAAAAEAACABAAAAAQAAAAEAAAABAAAAAQAAAAEAACABAAAgAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAAAEAAAABAAAAAQAAAAEAABABAAAQAQAAEAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAEAEAAAABAAAAAQAAAAEAAAABAAAQAQAAEAEAABABAAAAAQAAEAEAAAABAAAQAQAAEAEAAAABAAAAAQAAEAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABTBAAAAAQAAAAEAAAABAAAQAQAAEAEAADABAAAQAQAAQAEAACABAAAQAQAAIAEAACABAAAQAQAAAAEAAAABAAAQAQAAAAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAACgBAAAoAQAAMAEAACABAAAQAQAAIAEAABABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAAEABAAAQAQAAMAEAABABAAAQAQAAEAEAACABAAAQAQAAEAEAABABAAAgAQAAEAEAAAABAAAQAQAAEAEAABABAAAQAQAAEAEAADABAAAQAQAAEAEAABABAAAQgQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAgAQAAIAEAACABAAAAAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAQAQAAEAEAABABAAAgAQAAIAEAACABAAAQAQAAEAEAACA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) format("truetype");
}

.k-icon {
  width: 1em;
  height: 1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: "WebComponentsIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.k-icon::before {
  vertical-align: baseline;
}

.k-icon:hover, .k-icon:focus {
  text-decoration: none;
}

.k-icon-with-modifier {
  position: relative;
  margin: .25em;
}

.k-icon-modifier {
  position: absolute;
  font-size: .5em;
  bottom: 0;
  right: 0;
  margin: 0 -.5em -.5em 0;
}

.k-i-none::before {
  content: "";
  display: none;
}

.k-widget .k-icon.k-i-expand, .k-widget .k-icon.k-i-collapse {
  cursor: pointer;
}

.k-icon-xs {
  font-size: 8px;
}

.k-icon-sm {
  font-size: 12px;
}

.k-icon-md {
  font-size: 32px;
}

.k-icon-lg {
  font-size: 48px;
}

.k-icon-xl {
  font-size: 64px;
}

.k-i-arrow-45-up-right::before {
  content: "\e000";
}

.k-i-collapse-ne::before {
  content: "\e000";
}

.k-i-resize-ne::before {
  content: "\e000";
}

.k-i-arrow-45-down-right::before {
  content: "\e001";
}

.k-i-collapse-se::before {
  content: "\e001";
}

.k-i-resize-se::before {
  content: "\e001";
}

.k-i-arrow-45-down-left::before {
  content: "\e002";
}

.k-i-collapse-sw::before {
  content: "\e002";
}

.k-i-resize-sw::before {
  content: "\e002";
}

.k-i-arrow-45-up-left::before, .k-i-resize-nw::before {
  content: "\e003";
}

.k-i-collapse-nw::before {
  content: "\e003";
}

.k-i-resize-new::before {
  content: "\e003";
}

.k-i-arrow-60-up::before, .k-i-arrow-n::before, .k-i-sarrow-n::before, .k-i-expand-n::before {
  content: "\e004";
}

.k-i-kpi-trend-increase::before {
  content: "\e004";
}

.k-i-arrow-60-right::before, .k-i-arrow-e::before, .k-i-sarrow-e::before, .k-i-expand::before, .k-i-expand-e::before {
  content: "\e005";
}

.k-i-arrow-60-down::before, .k-i-arrow-s::before, .k-i-sarrow-s::before, .k-i-collapse::before, .k-i-expand-s::before {
  content: "\e006";
}

.k-i-kpi-trend-decrease::before {
  content: "\e006";
}

.k-i-arrow-60-left::before, .k-i-arrow-w::before, .k-i-sarrow-w::before, .k-i-expand-w::before {
  content: "\e007";
}

.k-i-arrow-end-up::before {
  content: "\e008";
}

.k-i-arrow-end-right::before, .k-i-seek-e::before {
  content: "\e009";
}

.k-i-arrow-end-down::before {
  content: "\e00a";
}

.k-i-arrow-end-left::before, .k-i-seek-w::before {
  content: "\e00b";
}

.k-i-arrow-double-60-up::before {
  content: "\e00c";
}

.k-i-arrow-seek-up::before, .k-i-seek-n::before {
  content: "\e00c";
}

.k-i-arrow-double-60-right::before {
  content: "\e00d";
}

.k-i-arrow-seek-right::before {
  content: "\e00d";
}

.k-i-forward-sm::before {
  content: "\e00d";
}

.k-i-arrow-double-60-down::before {
  content: "\e00e";
}

.k-i-arrow-seek-down::before, .k-i-seek-s::before {
  content: "\e00e";
}

.k-i-arrow-double-60-left::before {
  content: "\e00f";
}

.k-i-arrow-seek-left::before {
  content: "\e00f";
}

.k-i-rewind-sm::before {
  content: "\e00f";
}

.k-i-arrows-kpi::before {
  content: "\e010";
}

.k-i-kpi::before {
  content: "\e010";
}

.k-i-arrows-no-change::before {
  content: "\e011";
}

.k-i-arrow-overflow-down::before {
  content: "\e012";
}

.k-i-arrow-chevron-up::before, .k-i-arrowhead-n::before {
  content: "\e013";
}

.k-i-arrow-chevron-right::before, .k-i-arrowhead-e::before {
  content: "\e014";
}

.k-i-arrow-chevron-down::before, .k-i-arrowhead-s::before {
  content: "\e015";
}

.k-i-arrow-chevron-left::before, .k-i-arrowhead-w::before {
  content: "\e016";
}

.k-i-arrow-up::before {
  content: "\e017";
}

.k-i-arrow-right::before {
  content: "\e018";
}

.k-i-arrow-down::before {
  content: "\e019";
}

.k-i-arrow-left::before {
  content: "\e01a";
}

.k-i-arrow-drill::before {
  content: "\e01b";
}

.k-i-arrow-parent::before {
  content: "\e01c";
}

.k-i-arrow-root::before {
  content: "\e01d";
}

.k-i-arrows-resizing::before {
  content: "\e01e";
}

.k-i-arrows-dimensions::before, .k-i-dimension::before {
  content: "\e01f";
}

.k-i-arrows-swap::before {
  content: "\e020";
}

.k-i-drag-and-drop::before {
  content: "\e021";
}

.k-i-categorize::before {
  content: "\e022";
}

.k-i-grid::before {
  content: "\e023";
}

.k-i-grid-layout::before {
  content: "\e024";
}

.k-i-group::before {
  content: "\e025";
}

.k-i-ungroup::before {
  content: "\e026";
}

.k-i-handler-drag::before {
  content: "\e027";
}

.k-i-layout::before {
  content: "\e028";
}

.k-i-layout-1-by-4::before {
  content: "\e029";
}

.k-i-layout-2-by-2::before, .k-i-page-layout::before {
  content: "\e02a";
}

.k-i-layout-side-by-side::before {
  content: "\e02b";
}

.k-i-layout-stacked::before {
  content: "\e02c";
}

.k-i-columns::before {
  content: "\e02d";
}

.k-i-rows::before {
  content: "\e02e";
}

.k-i-reorder::before {
  content: "\e02f";
}

.k-i-menu::before, .k-i-hamburger::before {
  content: "\e030";
}

.k-i-more-vertical::before, .k-i-vbars::before {
  content: "\e031";
}

.k-i-more-horizontal::before, .k-i-hbars::before {
  content: "\e032";
}

.k-i-undo::before, .k-i-undo-large::before {
  content: "\e100";
}

.k-i-redo::before, .k-i-redo-large::before {
  content: "\e101";
}

.k-i-reset::before {
  content: "\e102";
}

.k-i-reload::before {
  content: "\e103";
}

.k-i-refresh::before {
  content: "\e103";
}

.k-i-recurrence::before {
  content: "\e103";
}

.k-i-non-recurrence::before, .k-i-refresh-clear::before {
  content: "\e104";
}

.k-i-reset-sm::before {
  content: "\e105";
}

.k-i-reload-sm::before {
  content: "\e106";
}

.k-i-refresh-sm::before {
  content: "\e106";
}

.k-i-recurrence-sm::before {
  content: "\e106";
}

.k-i-clock::before {
  content: "\e107";
}

.k-i-calendar::before {
  content: "\e108";
}

.k-i-save::before {
  content: "\e109";
}

.k-i-floppy::before {
  content: "\e109";
}

.k-i-print::before {
  content: "\e10a";
}

.k-i-printer::before {
  content: "\e10a";
}

.k-i-edit::before {
  content: "\e10b";
}

.k-i-pencil::before {
  content: "\e10b";
}

.k-i-delete::before {
  content: "\e10c";
}

.k-i-trash::before {
  content: "\e10c";
}

.k-i-attachment::before {
  content: "\e10d";
}

.k-i-clip::before {
  content: "\e10d";
}

.k-i-attachment-45::before {
  content: "\e10e";
}

.k-i-clip-45::before {
  content: "\e10e";
}

.k-i-link-horizontal::before {
  content: "\e10f";
}

.k-i-hyperlink::before {
  content: "\e10f";
}

.k-i-unlink-horizontal::before {
  content: "\e110";
}

.k-i-hyperlink-remove::before {
  content: "\e110";
}

.k-i-link-vertical::before {
  content: "\e111";
}

.k-i-unlink-vertical::before {
  content: "\e112";
}

.k-i-lock::before {
  content: "\e113";
}

.k-i-unlock::before {
  content: "\e114";
}

.k-i-cancel::before {
  content: "\e115";
}

.k-i-cancel-outline::before, .k-i-deny::before {
  content: "\e116";
}

.k-i-cancel-circle::before {
  content: "\e117";
}

.k-i-check::before, .k-i-tick::before {
  content: "\e118";
}

.k-i-checkmark::before {
  content: "\e118";
}

.k-i-check-outline::before {
  content: "\e119";
}

.k-i-checkmark-outline::before {
  content: "\e119";
}

.k-i-success::before {
  content: "\e119";
}

.k-i-check-circle::before {
  content: "\e11a";
}

.k-i-checkmark-circle::before {
  content: "\e11a";
}

.k-i-close::before, .k-i-group-delete::before {
  content: "\e11b";
}

.k-i-x::before {
  content: "\e11b";
}

.k-i-close-outline::before {
  content: "\e11c";
}

.k-i-x-outline::before {
  content: "\e11c";
}

.k-i-error::before {
  content: "\e11c";
}

.k-i-close-circle::before {
  content: "\e11d";
}

.k-i-x-circle::before {
  content: "\e11d";
}

.k-i-plus::before, .k-plus::before, .k-i-add::before {
  content: "\e11e";
}

.k-i-plus-outline::before {
  content: "\e11f";
}

.k-i-plus-circle::before {
  content: "\e120";
}

.k-i-minus::before, .k-minus::before {
  content: "\e121";
}

.k-i-kpi-trend-equal::before {
  content: "\e121";
}

.k-i-minus-outline::before {
  content: "\e122";
}

.k-i-minus-circle::before {
  content: "\e123";
}

.k-i-sort-asc::before {
  content: "\e124";
}

.k-i-sort-desc::before {
  content: "\e125";
}

.k-i-unsort::before {
  content: "\e126";
}

.k-i-sort-clear::before {
  content: "\e126";
}

.k-i-sort-asc-sm::before {
  content: "\e127";
}

.k-i-sort-desc-sm::before {
  content: "\e128";
}

.k-i-filter::before {
  content: "\e129";
}

.k-i-filter-clear::before {
  content: "\e12a";
}

.k-i-filter-sm::before {
  content: "\e12b";
}

.k-i-filter-sort-asc-sm::before {
  content: "\e12c";
}

.k-i-filter-sort-desc-sm::before {
  content: "\e12d";
}

.k-i-filter-add-expression::before {
  content: "\e12e";
}

.k-i-filter-add-group::before {
  content: "\e12f";
}

.k-i-login::before {
  content: "\e130";
}

.k-i-logout::before {
  content: "\e131";
}

.k-i-download::before {
  content: "\e132";
}

.k-i-upload::before {
  content: "\e133";
}

.k-i-hyperlink-open::before {
  content: "\e134";
}

.k-i-hyperlink-open-sm::before {
  content: "\e135";
}

.k-i-launch::before {
  content: "\e136";
}

.k-i-window::before {
  content: "\e137";
}

.k-i-window-maximize::before, .k-i-maximize::before {
  content: "\e137";
}

.k-i-windows::before {
  content: "\e138";
}

.k-i-window-restore::before, .k-i-restore::before {
  content: "\e138";
}

.k-i-tiles::before {
  content: "\e138";
}

.k-i-window-minimize::before, .k-i-minimize::before {
  content: "\e139";
}

.k-i-gear::before {
  content: "\e13a";
}

.k-i-cog::before {
  content: "\e13a";
}

.k-i-custom::before {
  content: "\e13a";
}

.k-i-gears::before {
  content: "\e13b";
}

.k-i-cogs::before {
  content: "\e13b";
}

.k-i-wrench::before {
  content: "\e13c";
}

.k-i-settings::before {
  content: "\e13c";
}

.k-i-preview::before {
  content: "\e13d";
}

.k-i-eye::before {
  content: "\e13d";
}

.k-i-zoom::before {
  content: "\e13e";
}

.k-i-search::before {
  content: "\e13e";
}

.k-i-zoom-in::before {
  content: "\e13f";
}

.k-i-zoom-out::before {
  content: "\e140";
}

.k-i-pan::before {
  content: "\e141";
}

.k-i-move::before {
  content: "\e141";
}

.k-i-calculator::before {
  content: "\e142";
}

.k-i-cart::before {
  content: "\e143";
}

.k-i-shopping-cart::before {
  content: "\e143";
}

.k-i-connector::before {
  content: "\e144";
}

.k-i-plus-sm::before, .k-i-splus::before {
  content: "\e145";
}

.k-i-minus-sm::before, .k-i-sminus::before {
  content: "\e146";
}

.k-i-kpi-status-deny::before {
  content: "\e147";
}

.k-i-kpi-status-hold::before {
  content: "\e148";
}

.k-i-kpi-status-open::before {
  content: "\e149";
}

.k-i-play::before {
  content: "\e200";
}

.k-i-pause::before {
  content: "\e201";
}

.k-i-stop::before {
  content: "\e202";
}

.k-i-rewind::before {
  content: "\e203";
}

.k-i-forward::before {
  content: "\e204";
}

.k-i-volume-down::before, .k-i-volume-low::before {
  content: "\e205";
}

.k-i-volume-up::before, .k-i-volume-high::before {
  content: "\e206";
}

.k-i-volume-off::before, .k-i-volume-mute::before {
  content: "\e207";
}

.k-i-hd::before {
  content: "\e208";
}

.k-i-subtitles::before {
  content: "\e209";
}

.k-i-playlist::before {
  content: "\e20a";
}

.k-i-audio::before {
  content: "\e20b";
}

.k-i-play-sm::before {
  content: "\e20c";
}

.k-i-pause-sm::before {
  content: "\e20d";
}

.k-i-stop-sm::before {
  content: "\e20e";
}

.k-i-heart-outline::before {
  content: "\e300";
}

.k-i-fav-outline::before {
  content: "\e300";
}

.k-i-favorite-outline::before {
  content: "\e300";
}

.k-i-heart::before {
  content: "\e301";
}

.k-i-fav::before {
  content: "\e301";
}

.k-i-favorite::before {
  content: "\e301";
}

.k-i-star-outline::before {
  content: "\e302";
}

.k-i-bookmark-outline::before {
  content: "\e302";
}

.k-i-star::before {
  content: "\e303";
}

.k-i-bookmark::before {
  content: "\e303";
}

.k-i-checkbox::before {
  content: "\e304";
}

.k-i-shape-rect::before {
  content: "\e304";
}

.k-i-checkbox-checked::before {
  content: "\e305";
}

.k-i-tri-state-indeterminate::before {
  content: "\e306";
}

.k-i-tri-state-null::before {
  content: "\e307";
}

.k-i-circle::before {
  content: "\e308";
}

.k-i-radiobutton::before {
  content: "\e309";
}

.k-i-shape-circle::before {
  content: "\e309";
}

.k-i-radiobutton-checked::before {
  content: "\e30a";
}

.k-i-notification::before {
  content: "\e400";
}

.k-i-bell::before {
  content: "\e400";
}

.k-i-information::before {
  content: "\e401";
}

.k-i-info::before, .k-i-note::before {
  content: "\e401";
}

.k-i-question::before {
  content: "\e402";
}

.k-i-help::before {
  content: "\e402";
}

.k-i-warning::before {
  content: "\e403";
}

.k-i-exception::before {
  content: "\e403";
}

.k-i-photo-camera::before {
  content: "\e500";
}

.k-i-image::before {
  content: "\e501";
}

.k-i-photo::before {
  content: "\e501";
}

.k-i-image-export::before {
  content: "\e502";
}

.k-i-photo-export::before {
  content: "\e502";
}

.k-i-zoom-actual-size::before {
  content: "\e503";
}

.k-i-zoom-best-fit::before {
  content: "\e504";
}

.k-i-image-resize::before {
  content: "\e505";
}

.k-i-crop::before {
  content: "\e506";
}

.k-i-mirror::before {
  content: "\e507";
}

.k-i-flip-horizontal::before {
  content: "\e508";
}

.k-i-flip-vertical::before {
  content: "\e509";
}

.k-i-rotate::before {
  content: "\e50a";
}

.k-i-rotate-right::before, .k-i-rotate-cw::before {
  content: "\e50b";
}

.k-i-rotate-left::before, .k-i-rotate-ccw::before {
  content: "\e50c";
}

.k-i-brush::before {
  content: "\e50d";
}

.k-i-palette::before {
  content: "\e50e";
}

.k-i-paint::before {
  content: "\e50f";
}

.k-i-droplet::before {
  content: "\e50f";
}

.k-i-background::before {
  content: "\e50f";
}

.k-i-line::before {
  content: "\e510";
}

.k-i-shape-line::before {
  content: "\e510";
}

.k-i-brightness-contrast::before {
  content: "\e511";
}

.k-i-saturation::before {
  content: "\e512";
}

.k-i-invert-colors::before {
  content: "\e513";
}

.k-i-transperancy::before {
  content: "\e514";
}

.k-i-opacity::before {
  content: "\e514";
}

.k-i-greyscale::before {
  content: "\e515";
}

.k-i-blur::before {
  content: "\e516";
}

.k-i-sharpen::before {
  content: "\e517";
}

.k-i-shape::before {
  content: "\e518";
}

.k-i-round-corners::before {
  content: "\e519";
}

.k-i-front-element::before {
  content: "\e51a";
}

.k-i-back-element::before {
  content: "\e51b";
}

.k-i-forward-element::before {
  content: "\e51c";
}

.k-i-backward-element::before {
  content: "\e51d";
}

.k-i-align-left-element::before {
  content: "\e51e";
}

.k-i-align-center-element::before {
  content: "\e51f";
}

.k-i-align-right-element::before {
  content: "\e520";
}

.k-i-align-top-element::before {
  content: "\e521";
}

.k-i-align-middle-element::before {
  content: "\e522";
}

.k-i-align-bottom-element::before {
  content: "\e523";
}

.k-i-thumbnails-up::before {
  content: "\e524";
}

.k-i-thumbnails-right::before {
  content: "\e525";
}

.k-i-thumbnails-down::before {
  content: "\e526";
}

.k-i-thumbnails-left::before {
  content: "\e527";
}

.k-i-full-screen::before, .k-i-fullscreen-enter::before {
  content: "\e528";
}

.k-i-fullscreen::before {
  content: "\e528";
}

.k-i-full-screen-exit::before {
  content: "\e529";
}

.k-i-fullscreen-exit::before {
  content: "\e529";
}

.k-i-reset-color::before {
  content: "\e52a";
}

.k-i-paint-remove::before {
  content: "\e52a";
}

.k-i-background-remove::before {
  content: "\e52a";
}

.k-i-page-properties::before {
  content: "\e600";
}

.k-i-bold::before {
  content: "\e601";
}

.k-i-italic::before {
  content: "\e602";
}

.k-i-underline::before {
  content: "\e603";
}

.k-i-font-family::before {
  content: "\e604";
}

.k-i-foreground-color::before, .k-i-text::before {
  content: "\e605";
}

.k-i-convert-lowercase::before {
  content: "\e606";
}

.k-i-convert-uppercase::before {
  content: "\e607";
}

.k-i-strikethrough::before, .k-i-strike-through::before {
  content: "\e608";
}

.k-i-sub-script::before, .k-i-subscript::before {
  content: "\e609";
}

.k-i-sup-script::before, .k-i-superscript::before {
  content: "\e60a";
}

.k-i-div::before {
  content: "\e60b";
}

.k-i-all::before {
  content: "\e60c";
}

.k-i-h1::before {
  content: "\e60d";
}

.k-i-h2::before {
  content: "\e60e";
}

.k-i-h3::before {
  content: "\e60f";
}

.k-i-h4::before {
  content: "\e610";
}

.k-i-h5::before {
  content: "\e611";
}

.k-i-h6::before {
  content: "\e612";
}

.k-i-list-ordered::before, .k-i-insert-ordered-list::before {
  content: "\e613";
}

.k-i-list-numbered::before {
  content: "\e613";
}

.k-i-list-unordered::before, .k-i-insert-unordered-list::before {
  content: "\e614";
}

.k-i-list-bulleted::before {
  content: "\e614";
}

.k-i-indent-increase::before {
  content: "\e615";
}

.k-i-indent::before {
  content: "\e615";
}

.k-i-indent-decrease::before {
  content: "\e616";
}

.k-i-outdent::before {
  content: "\e616";
}

.k-i-insert-up::before, .k-i-insert-n::before {
  content: "\e617";
}

.k-i-insert-top::before {
  content: "\e617";
}

.k-i-insert-middle::before, .k-i-insert-m::before {
  content: "\e618";
}

.k-i-insert-down::before, .k-i-insert-s::before {
  content: "\e619";
}

.k-i-insert-bottom::before {
  content: "\e619";
}

.k-i-align-top::before {
  content: "\e61a";
}

.k-i-align-middle::before {
  content: "\e61b";
}

.k-i-align-bottom::before {
  content: "\e61c";
}

.k-i-align-left::before, .k-i-justify-left::before {
  content: "\e61d";
}

.k-i-align-center::before, .k-i-justify-center::before {
  content: "\e61e";
}

.k-i-align-right::before, .k-i-justify-right::before {
  content: "\e61f";
}

.k-i-align-justify::before, .k-i-justify-full::before {
  content: "\e620";
}

.k-i-align-remove::before, .k-i-justify-clear::before {
  content: "\e621";
}

.k-i-text-wrap::before {
  content: "\e622";
}

.k-i-rule-horizontal::before {
  content: "\e623";
}

.k-i-table-align-top-left::before {
  content: "\e624";
}

.k-i-table-align-top-center::before {
  content: "\e625";
}

.k-i-table-align-top-right::before {
  content: "\e626";
}

.k-i-table-align-middle-left::before {
  content: "\e627";
}

.k-i-table-align-middle-center::before {
  content: "\e628";
}

.k-i-table-align-middle-right::before {
  content: "\e629";
}

.k-i-table-align-bottom-left::before {
  content: "\e62a";
}

.k-i-table-align-bottom-center::before {
  content: "\e62b";
}

.k-i-table-align-bottom-right::before {
  content: "\e62c";
}

.k-i-table-align-remove::before {
  content: "\e62d";
}

.k-i-borders-all::before, .k-i-all-borders::before {
  content: "\e62e";
}

.k-i-borders-outside::before, .k-i-outside-borders::before {
  content: "\e62f";
}

.k-i-borders-inside::before, .k-i-inside-borders::before {
  content: "\e630";
}

.k-i-borders-inside-horizontal::before, .k-i-inside-horizontal-borders::before {
  content: "\e631";
}

.k-i-borders-inside-vertical::before, .k-i-inside-vertical-borders::before {
  content: "\e632";
}

.k-i-border-top::before, .k-i-top-border::before {
  content: "\e633";
}

.k-i-border-bottom::before, .k-i-bottom-border::before {
  content: "\e634";
}

.k-i-border-left::before, .k-i-left-border::before {
  content: "\e635";
}

.k-i-border-right::before, .k-i-right-border::before {
  content: "\e636";
}

.k-i-border-no::before, .k-i-no-borders::before {
  content: "\e637";
}

.k-i-borders-show-hide::before {
  content: "\e638";
}

.k-i-form::before {
  content: "\e639";
}

.k-i-border::before {
  content: "\e639";
}

.k-i-form-element::before {
  content: "\e63a";
}

.k-i-code-snippet::before {
  content: "\e63b";
}

.k-i-select-all::before {
  content: "\e63c";
}

.k-i-button::before {
  content: "\e63d";
}

.k-i-select-box::before {
  content: "\e63e";
}

.k-i-calendar-date::before {
  content: "\e63f";
}

.k-i-group-box::before {
  content: "\e640";
}

.k-i-textarea::before {
  content: "\e641";
}

.k-i-textbox::before {
  content: "\e642";
}

.k-i-textbox-hidden::before {
  content: "\e643";
}

.k-i-password::before {
  content: "\e644";
}

.k-i-paragraph-add::before {
  content: "\e645";
}

.k-i-edit-tools::before {
  content: "\e646";
}

.k-i-template-manager::before {
  content: "\e647";
}

.k-i-change-manually::before {
  content: "\e648";
}

.k-i-track-changes::before {
  content: "\e649";
}

.k-i-track-changes-enable::before {
  content: "\e64a";
}

.k-i-track-changes-accept::before {
  content: "\e64b";
}

.k-i-track-changes-accept-all::before {
  content: "\e64c";
}

.k-i-track-changes-reject::before {
  content: "\e64d";
}

.k-i-track-changes-reject-all::before {
  content: "\e64e";
}

.k-i-document-manager::before {
  content: "\e64f";
}

.k-i-custom-icon::before {
  content: "\e650";
}

.k-i-dictionary-add::before {
  content: "\e651";
}

.k-i-image-light-dialog::before {
  content: "\e652";
}

.k-i-image-insert::before, .k-i-insert-image::before {
  content: "\e652";
}

.k-i-image-edit::before {
  content: "\e653";
}

.k-i-image-map-editor::before {
  content: "\e654";
}

.k-i-comment::before {
  content: "\e655";
}

.k-i-comment-remove::before {
  content: "\e656";
}

.k-i-comments-remove-all::before {
  content: "\e657";
}

.k-i-silverlight::before {
  content: "\e658";
}

.k-i-media-manager::before {
  content: "\e659";
}

.k-i-video-external::before {
  content: "\e65a";
}

.k-i-flash-manager::before {
  content: "\e65b";
}

.k-i-find-and-replace::before {
  content: "\e65c";
}

.k-i-find::before {
  content: "\e65c";
}

.k-i-copy::before {
  content: "\e65d";
}

.k-i-files::before {
  content: "\e65d";
}

.k-i-cut::before {
  content: "\e65e";
}

.k-i-paste::before {
  content: "\e65f";
}

.k-i-paste-as-html::before {
  content: "\e660";
}

.k-i-paste-from-word::before {
  content: "\e661";
}

.k-i-paste-from-word-strip-file::before {
  content: "\e662";
}

.k-i-paste-html::before {
  content: "\e663";
}

.k-i-paste-markdown::before {
  content: "\e664";
}

.k-i-paste-plain-text::before {
  content: "\e665";
}

.k-i-apply-format::before {
  content: "\e666";
}

.k-i-clear-css::before, .k-i-clearformat::before {
  content: "\e667";
}

.k-i-copy-format::before {
  content: "\e668";
}

.k-i-strip-all-formating::before {
  content: "\e669";
}

.k-i-strip-css-format::before {
  content: "\e66a";
}

.k-i-strip-font-elements::before {
  content: "\e66b";
}

.k-i-strip-span-elements::before {
  content: "\e66c";
}

.k-i-strip-word-formatting::before {
  content: "\e66d";
}

.k-i-format-code-block::before {
  content: "\e66e";
}

.k-i-style-builder::before {
  content: "\e66f";
}

.k-i-module-manager::before {
  content: "\e670";
}

.k-i-hyperlink-light-dialog::before {
  content: "\e671";
}

.k-i-hyperlink-insert::before {
  content: "\e671";
}

.k-i-hyperlink-globe::before {
  content: "\e672";
}

.k-i-hyperlink-globe-remove::before {
  content: "\e673";
}

.k-i-hyperlink-email::before {
  content: "\e674";
}

.k-i-anchor::before {
  content: "\e675";
}

.k-i-table-light-dialog::before, .k-i-create-table::before {
  content: "\e676";
}

.k-i-table-insert::before {
  content: "\e676";
}

.k-i-table::before {
  content: "\e677";
}

.k-i-table-properties::before {
  content: "\e678";
}

.k-i-table-wizard::before {
  content: "\e678";
}

.k-i-table-cell::before {
  content: "\e679";
}

.k-i-table-cell-properties::before {
  content: "\e67a";
}

.k-i-table-column-insert-left::before, .k-i-add-column-left::before {
  content: "\e67b";
}

.k-i-table-column-insert-right::before, .k-i-add-column-right::before {
  content: "\e67c";
}

.k-i-table-row-insert-above::before, .k-i-add-row-above::before {
  content: "\e67d";
}

.k-i-table-row-insert-below::before, .k-i-add-row-below::before {
  content: "\e67e";
}

.k-i-table-column-delete::before, .k-i-delete-column::before {
  content: "\e67f";
}

.k-i-table-row-delete::before, .k-i-delete-row::before {
  content: "\e680";
}

.k-i-table-cell-delete::before {
  content: "\e681";
}

.k-i-table-delete::before {
  content: "\e682";
}

.k-i-cells-merge::before, .k-i-merge-cells::before {
  content: "\e683";
}

.k-i-cells-merge-horizontally::before, .k-i-merge-horizontally::before {
  content: "\e684";
}

.k-i-cells-merge-vertically::before, .k-i-merge-vertically::before {
  content: "\e685";
}

.k-i-cell-split-horizontally::before {
  content: "\e686";
}

.k-i-cell-split-vertically::before {
  content: "\e687";
}

.k-i-table-unmerge::before, .k-i-normal-layout::before {
  content: "\e688";
}

.k-i-pane-freeze::before, .k-i-freeze-panes::before {
  content: "\e689";
}

.k-i-row-freeze::before, .k-i-freeze-row::before {
  content: "\e68a";
}

.k-i-column-freeze::before, .k-i-freeze-col::before {
  content: "\e68b";
}

.k-i-toolbar-float::before {
  content: "\e68c";
}

.k-i-spell-checker::before {
  content: "\e68d";
}

.k-i-validation-xhtml::before {
  content: "\e68e";
}

.k-i-validation-data::before {
  content: "\e68f";
}

.k-i-toggle-full-screen-mode::before {
  content: "\e690";
}

.k-i-formula-fx::before, .k-i-fx::before, .k-spreadsheet-formula-bar::before {
  content: "\e691";
}

.k-i-sum::before {
  content: "\e692";
}

.k-i-symbol::before {
  content: "\e693";
}

.k-i-dollar::before {
  content: "\e694";
}

.k-i-currency::before {
  content: "\e694";
}

.k-i-percent::before {
  content: "\e695";
}

.k-i-custom-format::before, .k-i-format-number::before {
  content: "\e696";
}

.k-i-decimal-increase::before, .k-i-increase-decimal::before {
  content: "\e697";
}

.k-i-decimal-decrease::before, .k-i-decrease-decimal::before {
  content: "\e698";
}

.k-i-font-size::before {
  content: "\e699";
}

.k-i-image-absolute-position::before {
  content: "\e69a";
}

.k-i-globe-outline::before {
  content: "\e700";
}

.k-i-globe::before {
  content: "\e701";
}

.k-i-marker-pin::before {
  content: "\e702";
}

.k-i-marker-pin-target::before {
  content: "\e703";
}

.k-i-pin::before {
  content: "\e704";
}

.k-i-unpin::before {
  content: "\e705";
}

.k-i-share::before {
  content: "\e800";
}

.k-i-user::before {
  content: "\e801";
}

.k-i-inbox::before {
  content: "\e802";
}

.k-i-blogger::before {
  content: "\e803";
}

.k-i-blogger-box::before {
  content: "\e804";
}

.k-i-delicious::before {
  content: "\e805";
}

.k-i-delicious-box::before {
  content: "\e806";
}

.k-i-digg::before {
  content: "\e807";
}

.k-i-digg-box::before {
  content: "\e808";
}

.k-i-email::before {
  content: "\e809";
}

.k-i-envelop::before {
  content: "\e809";
}

.k-i-letter::before {
  content: "\e809";
}

.k-i-email-box::before {
  content: "\e80a";
}

.k-i-envelop-box::before {
  content: "\e80a";
}

.k-i-letter-box::before {
  content: "\e80a";
}

.k-i-facebook::before {
  content: "\e80b";
}

.k-i-facebook-box::before {
  content: "\e80c";
}

.k-i-google::before {
  content: "\e80d";
}

.k-i-google-box::before {
  content: "\e80e";
}

.k-i-google-plus::before {
  content: "\e80f";
}

.k-i-google-plus-box::before {
  content: "\e810";
}

.k-i-linkedin::before {
  content: "\e811";
}

.k-i-linkedin-box::before {
  content: "\e812";
}

.k-i-myspace::before {
  content: "\e813";
}

.k-i-myspace-box::before {
  content: "\e814";
}

.k-i-pinterest::before {
  content: "\e815";
}

.k-i-pinterest-box::before {
  content: "\e816";
}

.k-i-reddit::before {
  content: "\e817";
}

.k-i-reddit-box::before {
  content: "\e818";
}

.k-i-stumble-upon::before {
  content: "\e819";
}

.k-i-stumble-upon-box::before {
  content: "\e81a";
}

.k-i-tell-a-friend::before {
  content: "\e81b";
}

.k-i-tell-a-friend-box::before {
  content: "\e81c";
}

.k-i-tumblr::before {
  content: "\e81d";
}

.k-i-tumblr-box::before {
  content: "\e81e";
}

.k-i-twitter::before {
  content: "\e81f";
}

.k-i-twitter-box::before {
  content: "\e820";
}

.k-i-yammer::before {
  content: "\e821";
}

.k-i-yammer-box::before {
  content: "\e822";
}

.k-i-behance::before {
  content: "\e823";
}

.k-i-behance-box::before {
  content: "\e824";
}

.k-i-dribbble::before {
  content: "\e825";
}

.k-i-dribbble-box::before {
  content: "\e826";
}

.k-i-rss::before {
  content: "\e827";
}

.k-i-rss-box::before {
  content: "\e828";
}

.k-i-vimeo::before {
  content: "\e829";
}

.k-i-vimeo-box::before {
  content: "\e82a";
}

.k-i-youtube::before {
  content: "\e82b";
}

.k-i-youtube-box::before {
  content: "\e82c";
}

.k-i-folder::before {
  content: "\e900";
}

.k-i-folder-open::before {
  content: "\e901";
}

.k-i-folder-add::before {
  content: "\e902";
}

.k-i-folder-up::before {
  content: "\e903";
}

.k-i-folder-more::before {
  content: "\e904";
}

.k-i-fields-more::before {
  content: "\e904";
}

.k-i-aggregate-fields::before {
  content: "\e905";
}

.k-i-file::before {
  content: "\e906";
}

.k-i-file-vertical::before, .k-i-page-portrait::before {
  content: "\e906";
}

.k-i-file-add::before, .k-i-insert-file::before {
  content: "\e907";
}

.k-i-file-txt::before {
  content: "\e908";
}

.k-i-txt::before {
  content: "\e908";
}

.k-i-file-csv::before {
  content: "\e909";
}

.k-i-csv::before {
  content: "\e909";
}

.k-i-file-excel::before {
  content: "\e90a";
}

.k-i-file-xls::before {
  content: "\e90a";
}

.k-i-excel::before {
  content: "\e90a";
}

.k-i-xls::before, .k-i-xlsa::before {
  content: "\e90a";
}

.k-i-file-word::before {
  content: "\e90b";
}

.k-i-file-doc::before {
  content: "\e90b";
}

.k-i-word::before {
  content: "\e90b";
}

.k-i-doc::before {
  content: "\e90b";
}

.k-i-file-mdb::before {
  content: "\e90c";
}

.k-i-mdb::before {
  content: "\e90c";
}

.k-i-file-ppt::before {
  content: "\e90d";
}

.k-i-ppt::before {
  content: "\e90d";
}

.k-i-file-pdf::before {
  content: "\e90e";
}

.k-i-pdf::before, .k-i-pdfa::before {
  content: "\e90e";
}

.k-i-file-psd::before {
  content: "\e90f";
}

.k-i-psd::before {
  content: "\e90f";
}

.k-i-file-flash::before {
  content: "\e910";
}

.k-i-flash::before {
  content: "\e910";
}

.k-i-file-config::before {
  content: "\e911";
}

.k-i-config::before {
  content: "\e911";
}

.k-i-file-ascx::before {
  content: "\e912";
}

.k-i-ascx::before {
  content: "\e912";
}

.k-i-file-bac::before {
  content: "\e913";
}

.k-i-bac::before {
  content: "\e913";
}

.k-i-file-zip::before {
  content: "\e914";
}

.k-i-zip::before {
  content: "\e914";
}

.k-i-film::before {
  content: "\e915";
}

.k-i-css3::before {
  content: "\e916";
}

.k-i-html5::before {
  content: "\e917";
}

.k-i-html::before {
  content: "\e918";
}

.k-i-source-code::before {
  content: "\e918";
}

.k-i-view-source::before {
  content: "\e918";
}

.k-i-css::before {
  content: "\e919";
}

.k-i-js::before {
  content: "\e91a";
}

.k-i-exe::before {
  content: "\e91b";
}

.k-i-csproj::before {
  content: "\e91c";
}

.k-i-vbproj::before {
  content: "\e91d";
}

.k-i-cs::before {
  content: "\e91e";
}

.k-i-vb::before {
  content: "\e91f";
}

.k-i-sln::before {
  content: "\e920";
}

.k-i-cloud::before {
  content: "\e921";
}

.k-i-file-horizontal::before, .k-i-page-landscape::before {
  content: "\e922";
}

.k-i-hand::before {
  content: "\e158";
}

.k-i-cursor::before {
  content: "\e159";
}

.k-i-home::before {
  content: "\e034";
}

.k-i-file-video::before {
  content: "\e93b";
}

.k-i-file-audio::before {
  content: "\e93c";
}

.k-i-file-image::before {
  content: "\e93d";
}

.k-i-file-presentation::before {
  content: "\e93e";
}

.k-i-file-data::before {
  content: "\e93f";
}

.k-i-file-disc-image::before {
  content: "\e940";
}

.k-i-file-programming::before {
  content: "\e941";
}

.k-i-parameters-byte-array::before {
  content: "\e942";
}

.k-i-parameters-unknown::before {
  content: "\e943";
}

.k-i-file-error::before {
  content: "\e944";
}

.k-i-files-error::before {
  content: "\e945";
}

.k-i-overlap::before {
  content: "\e033";
}

.k-i-align-to-grid::before {
  content: "\e52c";
}

.k-i-size-to-grid::before {
  content: "\e52d";
}

.k-i-make-same-size::before {
  content: "\e52e";
}

.k-i-make-same-width::before {
  content: "\e52f";
}

.k-i-make-same-height::before {
  content: "\e530";
}

.k-i-make-horizontal-spacing-equal::before {
  content: "\e531";
}

.k-i-increase-horizontal-spacing::before {
  content: "\e532";
}

.k-i-decrease-horizontal-spacing::before {
  content: "\e533";
}

.k-i-remove-horizontal-spacing::before {
  content: "\e534";
}

.k-i-make-vertical-spacing-equal::before {
  content: "\e535";
}

.k-i-increase-vertical-spacing::before {
  content: "\e536";
}

.k-i-decrease-vertical-spacing::before {
  content: "\e537";
}

.k-i-remove-vertical-spacing::before {
  content: "\e538";
}

.k-i-eyedropper::before {
  content: "\e539";
}

.k-i-snap-grid::before {
  content: "\e53a";
}

.k-i-snap-to-gridlines::before {
  content: "\e53b";
}

.k-i-snap-to-snaplines::before {
  content: "\e53c";
}

.k-i-dimensions::before {
  content: "\e53d";
}

.k-i-crosstab::before {
  content: "\e69c";
}

.k-i-table-body::before {
  content: "\e69e";
}

.k-i-table-column-groups::before {
  content: "\e69f";
}

.k-i-table-corner::before {
  content: "\e6a0";
}

.k-i-table-row-groups::before {
  content: "\e6a1";
}

.k-i-subreport::before {
  content: "\e923";
}

.k-i-data::before {
  content: "\e924";
}

.k-i-report-header-section::before {
  content: "\e925";
}

.k-i-report-footer-section::before {
  content: "\e926";
}

.k-i-group-header-section::before {
  content: "\e927";
}

.k-i-group-footer-section::before {
  content: "\e928";
}

.k-i-page-header-section::before {
  content: "\e929";
}

.k-i-page-footer-section::before {
  content: "\e92a";
}

.k-i-detail-section::before {
  content: "\e92b";
}

.k-i-toc-section::before {
  content: "\e92c";
}

.k-i-group-section::before {
  content: "\e92d";
}

.k-i-parameters::before {
  content: "\e92e";
}

.k-i-data-csv::before {
  content: "\e92f";
}

.k-i-data-json::before {
  content: "\e930";
}

.k-i-data-sql::before {
  content: "\e931";
}

.k-i-data-web::before {
  content: "\e932";
}

.k-i-group-collection::before {
  content: "\e933";
}

.k-i-parameter-boolean::before {
  content: "\e934";
}

.k-i-parameter-date-time::before {
  content: "\e935";
}

.k-i-parameter-float::before {
  content: "\e936";
}

.k-i-parameter-integer::before {
  content: "\e937";
}

.k-i-parameter-string::before {
  content: "\e938";
}

.k-i-toc-section-level::before {
  content: "\e939";
}

.k-i-inherited::before {
  content: "\e93a";
}

.k-i-graph::before {
  content: "\ea00";
}

.k-i-column-clustered::before {
  content: "\ea01";
}

.k-i-column-stacked::before {
  content: "\ea02";
}

.k-i-column-stacked100::before {
  content: "\ea03";
}

.k-i-column-range::before {
  content: "\ea04";
}

.k-i-bar-clustered::before {
  content: "\ea05";
}

.k-i-bar-stacked::before {
  content: "\ea06";
}

.k-i-bar-stacked100::before {
  content: "\ea07";
}

.k-i-bar-range::before {
  content: "\ea08";
}

.k-i-area-clustered::before {
  content: "\ea09";
}

.k-i-area-stacked::before {
  content: "\ea0a";
}

.k-i-area-stacked100::before {
  content: "\ea0b";
}

.k-i-area-range::before {
  content: "\ea0c";
}

.k-i-line-stacked::before {
  content: "\ea0e";
}

.k-i-line-stacked100::before {
  content: "\ea0f";
}

.k-i-line-markers::before {
  content: "\ea10";
}

.k-i-line-stacked-markers::before {
  content: "\ea11";
}

.k-i-line-stacked100-markers::before {
  content: "\ea12";
}

.k-i-pie::before {
  content: "\ea13";
}

.k-i-doughnut::before {
  content: "\ea14";
}

.k-i-scatter::before {
  content: "\ea15";
}

.k-i-scatter-smooth-lines-markers::before {
  content: "\ea16";
}

.k-i-scatter-smooth-lines::before {
  content: "\ea17";
}

.k-i-scatter-straight-lines-markers::before {
  content: "\ea18";
}

.k-i-scatter-straight-lines::before {
  content: "\e6a19";
}

.k-i-bubble::before {
  content: "\ea1a";
}

.k-i-candlestick::before {
  content: "\ea1b";
}

.k-i-bar::before {
  content: "\ea1c";
}

.k-i-radar::before {
  content: "\ea1d";
}

.k-i-radar-markers::before {
  content: "\ea1e";
}

.k-i-radar-filled::before {
  content: "\ea1f";
}

.k-i-rose::before {
  content: "\ea20";
}

.k-i-choropleth::before {
  content: "\ea21";
}

.k-i-align-stretch-element-horizontal::before {
  content: "\e53e";
}

.k-i-align-stretch-element-vertical::before {
  content: "\e53f";
}

.k-i-align-align-left-elements::before {
  content: "\e540";
}

.k-i-align-center-elements::before {
  content: "\e541";
}

.k-i-align-right-elements::before {
  content: "\e542";
}

.k-i-align-stretch-elements-horizontal::before {
  content: "\e543";
}

.k-i-align-baseline-horizontal::before {
  content: "\e544";
}

.k-i-align-top-elements::before {
  content: "\e545";
}

.k-i-align-middle-elements::before {
  content: "\e546";
}

.k-i-align-bottom-elements::before {
  content: "\e547";
}

.k-i-align-stretch-elements-vertical::before {
  content: "\e548";
}

.k-i-align-baseline-vertical::before {
  content: "\e549";
}

.k-i-justify-start-horizontal::before {
  content: "\e54a";
}

.k-i-justify-center-horizontal::before {
  content: "\e54b";
}

.k-i-justify-end-horizontal::before {
  content: "\e54c";
}

.k-i-justify-between-horizontal::before {
  content: "\e54d";
}

.k-i-justify-around-horizontal::before {
  content: "\e54e";
}

.k-i-justify-start-vertical::before {
  content: "\e54f";
}

.k-i-justify-center-vertical::before {
  content: "\e550";
}

.k-i-justify-end-vertical::before {
  content: "\e551";
}

.k-i-justify-between-vertical::before {
  content: "\e552";
}

.k-i-justify-around-vertical::before {
  content: "\e553";
}

.k-i-data-rest::before {
  content: "\e946";
}

.k-i-file-typescript::before {
  content: "\e947";
}

.k-i-set-column-position::before {
  content: "\e15c";
}

.k-i-stick::before {
  content: "\e15a";
}

.k-i-unstick::before {
  content: "\e15b";
}

.k-rtl .k-i-indent-increase,
.k-rtl .k-i-indent-decrease,
.k-rtl .k-i-expand,
.k-rtl .k-i-collapse,
[dir="rtl"] .k-i-expand,
[dir="rtl"] .k-i-collapse {
  transform: scaleX(-1);
}

.k-sprite {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -ms-high-contrast-adjust: none;
}

.k-image {
  display: inline-block;
}

.k-typography {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}

.k-typography p {
  margin: 0 0 12px;
}

.k-h1 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 16px;
}

.k-h2 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 16px;
}

.k-h3 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 16px;
}

.k-h4 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 16px;
}

.k-h5 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 11.62px;
  line-height: 2;
  font-weight: 400;
  margin: 0 0 12px;
}

.k-h6 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 9.38px;
  line-height: 2;
  font-weight: 400;
  margin: 0 0 12px;
}

.k-display-1 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 112px;
  line-height: 112px;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.k-display-2 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 56px;
  line-height: 56px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.k-display-3 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 45px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -0.005em;
}

.k-display-4 {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 34px;
  line-height: 40px;
  font-weight: 400;
}

.k-avatar {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-avatar-circle {
  border-radius: 50%;
}

.k-avatar-circle.k-avatar-image > * {
  border-radius: 50%;
}

.k-avatar-rounded {
  border-radius: 5px;
}

.k-avatar-rounded.k-avatar-image > * {
  border-radius: 5px;
}

.k-avatar-image > * {
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.k-avatar-icon,
.k-avatar-initials {
  color: #ffffff;
  background-color: #3f51b5;
}

.k-badge {
  padding: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  color: inherit;
  background-color: transparent;
  font: inherit;
  text-align: center;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-badge > * {
  color: inherit;
}

a.k-badge,
.k-badge > a {
  text-decoration: none;
}

a.k-badge:hover,
.k-badge > a:hover {
  text-decoration: underline;
}

.k-badge-icon {
  max-width: 1em;
  max-height: 1em;
  font-size: inherit;
}

.k-badge-icon.k-svg-icon svg {
  fill: currentColor;
}

.k-badge-sm {
  padding: 2px 2px;
  border-width: 1px;
  font-size: 10px;
  line-height: 1;
}

.k-badge-sm:empty {
  padding: 2px;
}

.k-badge-md {
  padding: 4px 4px;
  border-width: 1px;
  font-size: 12px;
  line-height: 1;
}

.k-badge-md:empty {
  padding: 4px;
}

.k-badge-lg {
  padding: 6px 6px;
  border-width: 1px;
  font-size: 14px;
  line-height: 1;
}

.k-badge-lg:empty {
  padding: 6px;
}

.k-badge-rounded.k-badge-sm {
  border-radius: 1px;
}

.k-badge-rounded.k-badge-md {
  border-radius: 2px;
}

.k-badge-rounded.k-badge-lg {
  border-radius: 4px;
}

.k-badge-pill {
  border-radius: 5rem;
}

.k-badge-circle {
  padding: 0 !important;
  border-radius: 100%;
}

.k-badge-circle.k-badge-sm {
  width: calc(1em + 6px);
  height: calc(1em + 6px);
}

.k-badge-circle.k-badge-md {
  width: calc(1em + 10px);
  height: calc(1em + 10px);
}

.k-badge-circle.k-badge-lg {
  width: calc(1em + 14px);
  height: calc(1em + 14px);
}

.k-badge-dot {
  padding: 0 !important;
  border-radius: 100%;
  font-size: 0;
}

.k-badge-dot.k-badge-sm {
  width: 6px;
  height: 6px;
}

.k-badge-dot.k-badge-md {
  width: 10px;
  height: 10px;
}

.k-badge-dot.k-badge-lg {
  width: 12px;
  height: 12px;
}

.k-badge-container {
  position: relative;
  overflow: visible;
}

.k-badge-inside {
  position: absolute;
  z-index: 9999;
}

.k-badge-edge {
  position: absolute;
  z-index: 9999;
}

.k-badge-edge.k-top-start {
  transform: translate(-50%, -50%);
}

.k-badge-edge.k-top-end {
  transform: translate(50%, -50%);
}

.k-badge-edge.k-bottom-start {
  transform: translate(-50%, 50%);
}

.k-badge-edge.k-bottom-end {
  transform: translate(50%, 50%);
}

.k-rtl .k-badge-edge.k-top-start,
[dir="rtl"].k-badge-edge.k-top-start,
[dir="rtl"] .k-badge-edge.k-top-start {
  transform: translate(50%, -50%);
}

.k-rtl .k-badge-edge.k-top-end,
[dir="rtl"].k-badge-edge.k-top-end,
[dir="rtl"] .k-badge-edge.k-top-end {
  transform: translate(-50%, -50%);
}

.k-rtl .k-badge-edge.k-bottom-start,
[dir="rtl"].k-badge-edge.k-bottom-start,
[dir="rtl"] .k-badge-edge.k-bottom-start {
  transform: translate(50%, 50%);
}

.k-rtl .k-badge-edge.k-bottom-end,
[dir="rtl"].k-badge-edge.k-bottom-end,
[dir="rtl"] .k-badge-edge.k-bottom-end {
  transform: translate(-50%, 50%);
}

.k-badge-outside {
  position: absolute;
  z-index: 9999;
}

.k-badge-outside.k-top-start {
  transform: translate(-100%, -100%);
}

.k-badge-outside.k-top-end {
  transform: translate(100%, -100%);
}

.k-badge-outside.k-bottom-start {
  transform: translate(-100%, 100%);
}

.k-badge-outside.k-bottom-end {
  transform: translate(100%, 100%);
}

.k-rtl .k-badge-outside.k-top-start,
[dir="rtl"].k-badge-outside.k-top-start,
[dir="rtl"] .k-badge-outside.k-top-start {
  transform: translate(100%, -100%);
}

.k-rtl .k-badge-outside.k-top-end,
[dir="rtl"].k-badge-outside.k-top-end,
[dir="rtl"] .k-badge-outside.k-top-end {
  transform: translate(-100%, -100%);
}

.k-rtl .k-badge-outside.k-bottom-start,
[dir="rtl"].k-badge-outside.k-bottom-start,
[dir="rtl"] .k-badge-outside.k-bottom-start {
  transform: translate(100%, 100%);
}

.k-rtl .k-badge-outside.k-bottom-end,
[dir="rtl"].k-badge-outside.k-bottom-end,
[dir="rtl"] .k-badge-outside.k-bottom-end {
  transform: translate(-100%, 100%);
}

.k-badge-border-cutout {
  box-shadow: 0 0 0 2px white;
}

.k-badge-solid.k-badge-primary {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #3f51b5;
}

.k-badge-solid.k-badge-secondary {
  border-color: #ff4081;
  color: #ffffff;
  background-color: #ff4081;
}

.k-badge-solid.k-badge-tertiary {
  border-color: #009688;
  color: #ffffff;
  background-color: #009688;
}

.k-badge-solid.k-badge-info {
  border-color: #0058e9;
  color: #ffffff;
  background-color: #0058e9;
}

.k-badge-solid.k-badge-success {
  border-color: #37b400;
  color: #ffffff;
  background-color: #37b400;
}

.k-badge-solid.k-badge-warning {
  border-color: #ffc000;
  color: #000000;
  background-color: #ffc000;
}

.k-badge-solid.k-badge-error {
  border-color: #f31700;
  color: #ffffff;
  background-color: #f31700;
}

.k-badge-solid.k-badge-dark {
  border-color: #424242;
  color: #ffffff;
  background-color: #424242;
}

.k-badge-solid.k-badge-light {
  border-color: #f5f5f5;
  color: #000000;
  background-color: #f5f5f5;
}

.k-badge-solid.k-badge-inverse {
  border-color: #424242;
  color: #ffffff;
  background-color: #424242;
}

.k-badge-outline {
  border-color: currentColor;
  background-color: white;
}

.k-badge-outline.k-badge-primary {
  color: #3f51b5;
}

.k-badge-outline.k-badge-secondary {
  color: #ff4081;
}

.k-badge-outline.k-badge-tertiary {
  color: #009688;
}

.k-badge-outline.k-badge-info {
  color: #0058e9;
}

.k-badge-outline.k-badge-success {
  color: #37b400;
}

.k-badge-outline.k-badge-warning {
  color: #ffc000;
}

.k-badge-outline.k-badge-error {
  color: #f31700;
}

.k-badge-outline.k-badge-dark {
  color: #424242;
}

.k-badge-outline.k-badge-light {
  color: #f5f5f5;
}

.k-badge-outline.k-badge-inverse {
  color: #424242;
}

.k-chip-list {
  display: inline-flex;
}

.k-chip-list > * {
  margin-right: 8px;
}

.k-chip-list > *:last-child {
  margin-right: 0;
}

.k-selection-single .k-selected-icon-wrapper {
  display: none;
}

.k-selection-multiple .k-selected-icon-wrapper {
  width: 0;
  height: 24px;
  position: relative;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  z-index: 1;
}

.k-selection-multiple .k-selected-icon {
  font-size: 14px;
}

.k-selection-multiple .k-chip-selected .k-selected-icon-wrapper {
  width: 24px;
  visibility: visible;
}

.k-selection-multiple > .k-chip-has-icon .k-selected-icon-wrapper {
  border-radius: 50%;
  position: absolute;
}

.k-selection-multiple :not(.k-chip-has-icon) .k-selected-icon-wrapper {
  left: 0px;
  opacity: 0;
  transition: width .2s, opacity .2s;
}

.k-selection-multiple :not(.k-chip-has-icon).k-chip-selected .k-selected-icon-wrapper {
  opacity: 1;
}

.k-chip {
  overflow: hidden;
  padding: 4px 4px;
  height: 32px;
  border-radius: 16px;
  position: relative;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-chip:focus, .k-chip.k-chip-focus {
  outline: 0;
}

.k-chip.k-chip-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-chip-content {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 8px;
  flex: 1;
}

.k-chip-icon,
.k-remove-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-chip-icon {
  margin-left: 0px;
}

.k-remove-icon {
  margin-right: 0px;
  font-size: 14px;
}

.k-chip-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}

.k-chip-list[dir="rtl"] > *,
.k-rtl .k-chip-list > * {
  margin-right: 0;
  margin-left: 8px;
}

.k-chip-list[dir="rtl"] > *:last-child,
.k-rtl .k-chip-list > *:last-child {
  margin-left: 0;
}

.k-chip[dir="rtl"] .k-chip-icon,
.k-rtl .k-chip .k-chip-icon {
  margin-left: 0;
  margin-right: 0px;
}

.k-chip[dir="rtl"] .k-remove-icon,
.k-rtl .k-chip .k-remove-icon {
  margin-right: 0;
  margin-left: 0px;
}

.k-selection-multiple .k-chip[dir="rtl"] .k-selected-icon-wrapper, .k-selection-multiple
.k-rtl .k-chip .k-selected-icon-wrapper {
  left: 0;
  right: 4px;
}

.k-selection-multiple .k-chip[dir="rtl"]:not(.k-chip-has-icon) .k-selected-icon-wrapper, .k-selection-multiple
.k-rtl .k-chip:not(.k-chip-has-icon) .k-selected-icon-wrapper {
  left: 0;
  right: 0px;
}

.k-selection-single .k-chip-selected.k-chip-filled {
  border-color: transparent;
  color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.12);
}

.k-selection-single .k-chip-selected.k-chip-outline {
  border-color: #3f51b5;
  color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.12);
}

.k-selection-multiple > .k-chip-has-icon.k-chip-selected .k-selected-icon-wrapper {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.36);
}

.k-chip-filled {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}

.k-chip-filled:hover, .k-chip-filled.k-chip-hover {
  background-color: #d8d8d8;
  border-color: transparent;
}

.k-chip-filled:focus, .k-chip-filled.k-chip-focused {
  background-color: #c2c2c2;
  box-shadow: none;
}

.k-chip-filled.k-chip-selected {
  background-color: #c2c2c2;
  border-color: transparent;
}

.k-chip-filled.k-chip-success {
  border-color: transparent;
  color: #37b400;
  background-color: rgba(55, 180, 0, 0.12);
}

.k-chip-filled.k-chip-warning {
  border-color: transparent;
  color: #ffc000;
  background-color: rgba(255, 192, 0, 0.12);
}

.k-chip-filled.k-chip-error {
  border-color: transparent;
  color: #f31700;
  background-color: rgba(243, 23, 0, 0.12);
}

.k-chip-filled.k-chip-info {
  border-color: transparent;
  color: #0058e9;
  background-color: rgba(0, 88, 233, 0.12);
}

.k-chip-outline {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

.k-chip-outline:hover, .k-chip-outline.k-chip-hover {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  background-color: #f6f6f6;
}

.k-chip-outline:focus, .k-chip-outline.k-chip-focused {
  border-color: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
  box-shadow: none;
}

.k-chip-outline.k-chip-selected {
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}

.k-chip-outline.k-chip-success {
  border-color: rgba(55, 180, 0, 0.54);
  color: #37b400;
  background-color: transparent;
}

.k-chip-outline.k-chip-warning {
  border-color: rgba(255, 192, 0, 0.54);
  color: #ffc000;
  background-color: transparent;
}

.k-chip-outline.k-chip-error {
  border-color: rgba(243, 23, 0, 0.54);
  color: #f31700;
  background-color: transparent;
}

.k-chip-outline.k-chip-info {
  border-color: rgba(0, 88, 233, 0.54);
  color: #0058e9;
  background-color: transparent;
}

.k-selection-single .k-chip-selected.k-chip-outline .k-chip-icon,
.k-selection-single .k-chip-selected.k-chip-outline .k-remove-icon {
  color: rgba(63, 81, 181, 0.54);
}

.k-chip-outline .k-chip-icon,
.k-chip-outline .k-remove-icon {
  color: rgba(0, 0, 0, 0.54);
}

.k-chip-outline.k-chip-success .k-chip-icon,
.k-chip-outline.k-chip-success .k-remove-icon {
  color: rgba(55, 180, 0, 0.54);
}

.k-chip-outline.k-chip-warning .k-chip-icon,
.k-chip-outline.k-chip-warning .k-remove-icon {
  color: rgba(255, 192, 0, 0.54);
}

.k-chip-outline.k-chip-error .k-chip-icon,
.k-chip-outline.k-chip-error .k-remove-icon {
  color: rgba(243, 23, 0, 0.54);
}

.k-chip-outline.k-chip-info .k-chip-icon,
.k-chip-outline.k-chip-info .k-remove-icon {
  color: rgba(0, 88, 233, 0.54);
}

.k-cursor-auto {
  cursor: auto;
}

.k-cursor-default {
  cursor: default;
}

.k-cursor-none {
  cursor: none;
}

.k-cursor-context-menu {
  cursor: context-menu;
}

.k-cursor-help {
  cursor: help;
}

.k-cursor-pointer {
  cursor: pointer;
}

.k-cursor-progress {
  cursor: progress;
}

.k-cursor-wait {
  cursor: wait;
}

.k-cursor-cell {
  cursor: cell;
}

.k-cursor-crosshair {
  cursor: crosshair;
}

.k-cursor-text {
  cursor: text;
}

.k-cursor-vertical-text {
  cursor: vertical-text;
}

.k-cursor-alias {
  cursor: alias;
}

.k-cursor-copy {
  cursor: copy;
}

.k-cursor-move {
  cursor: move;
}

.k-cursor-no-drop {
  cursor: no-drop;
}

.k-cursor-not-allowed {
  cursor: not-allowed;
}

.k-cursor-e-resize {
  cursor: e-resize;
}

.k-cursor-n-resize {
  cursor: n-resize;
}

.k-cursor-ne-resize {
  cursor: ne-resize;
}

.k-cursor-nw-resize {
  cursor: nw-resize;
}

.k-cursor-s-resize {
  cursor: s-resize;
}

.k-cursor-se-resize {
  cursor: se-resize;
}

.k-cursor-sw-resize {
  cursor: sw-resize;
}

.k-cursor-w-resize {
  cursor: w-resize;
}

.k-cursor-ew-resize {
  cursor: ew-resize;
}

.k-cursor-ns-resize {
  cursor: ns-resize;
}

.k-cursor-nesw-resize {
  cursor: nesw-resize;
}

.k-cursor-nwse-resize {
  cursor: nwse-resize;
}

.k-cursor-col-resize {
  cursor: col-resize;
}

.k-cursor-row-resize {
  cursor: row-resize;
}

.k-cursor-all-scroll {
  cursor: all-scroll;
}

.k-cursor-zoom-in {
  cursor: zoom-in;
}

.k-cursor-zoom-out {
  cursor: zoom-out;
}

.k-cursor-grab {
  cursor: grab;
}

.k-cursor-grabbing {
  cursor: grabbing;
}

.k-form,
.k-form-inline {
  font-size: 14px;
  line-height: 2;
}

.k-form {
  border: 0;
}

.k-form .k-label,
.k-form kendo-label,
.k-form .k-form-label {
  margin-bottom: 0px;
  display: flex;
  flex-flow: row nowrap;
}

.k-form .k-checkbox-label,
.k-form .k-radio-label {
  display: inline-flex;
}

.k-form .k-form-fieldset {
  margin: 2rem 0 0;
  padding: 0px;
  border: 0;
}

.k-form .k-form-fieldset > *:first-child {
  margin-top: 0;
}

.k-form .k-form-legend {
  margin: 0 0 1rem;
  padding: 0px;
  border-width: 0 0 2px;
  border-style: solid;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
}

.k-form .k-form-field,
.k-form .k-form-buttons,
.k-form .k-daterangepicker .k-textbox-container {
  margin-top: 1rem;
}

.k-form > *:first-child,
.k-form .k-daterangepicker .k-textbox-container:first-child {
  margin-top: 0;
}

.k-form .k-form-field {
  display: block;
}

.k-form .k-form-field-disabled .k-label,
.k-form .k-form-field-disabled .k-form-label {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-form .k-alert-error {
  font-size: 12px;
  margin-top: 8px;
}

.k-form .k-field-info {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  margin: 0 16px;
}

.k-form .k-textbox,
.k-form .k-textarea,
.k-form .k-autocomplete,
.k-form .k-combobox,
.k-form .k-dropdown,
.k-form .k-dropdowntree,
.k-form .k-multiselect,
.k-form .k-dropdowntree,
.k-form .k-dateinput,
.k-form .k-datepicker,
.k-form .k-datetimepicker,
.k-form .k-daterangepicker-wrap,
.k-form .k-timepicker,
.k-form .k-numerictextbox,
.k-form .k-maskedtextbox,
.k-form .k-textbox-container,
.k-form .k-floating-label-container {
  display: flex;
  width: 100%;
}

.k-form-buttons {
  display: flex;
}

.k-form-buttons > * {
  margin-right: 8px;
}

.k-form-buttons > *:last-child {
  margin-right: 0;
}

.k-form-hint,
.k-form-error {
  display: flex;
  font-size: 12px;
  font-style: normal;
}

.k-text-start,
.k-buttons-start {
  justify-content: flex-start;
}

.k-text-end,
.k-buttons-end {
  justify-content: flex-end;
}

.k-form-separator {
  margin: 1rem 0 0;
  border-width: 1px 0 0;
  border-style: solid;
  display: block;
  flex: 0 0 auto;
}

.k-form-horizontal .k-form-field {
  display: flex;
}

.k-form-horizontal .k-form-field > .k-label,
.k-form-horizontal .k-form-field > kendo-label,
.k-form-horizontal .k-form-field > .k-form-label {
  margin-right: 10px;
  padding-top: 5px;
  width: 25%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.k-form-horizontal .k-form-field .k-label-optional {
  margin: 0;
  align-self: inherit;
}

.k-form-horizontal .k-form-field-wrap {
  flex: 1;
}

.k-form-horizontal .k-form-buttons {
  margin-top: 2rem;
}

.k-form [dir="rtl"] .k-form-buttons > *, .k-form [dir="rtl"].k-form-buttons > *,
.k-rtl .k-form .k-form-buttons > *,
.k-rtl .k-form.k-form-buttons > * {
  margin-right: 0;
  margin-left: 8px;
}

.k-form [dir="rtl"] .k-form-buttons > *:last-child, .k-form [dir="rtl"].k-form-buttons > *:last-child,
.k-rtl .k-form .k-form-buttons > *:last-child,
.k-rtl .k-form.k-form-buttons > *:last-child {
  margin-left: 0;
}

.k-form [dir="rtl"] .k-label-optional,
.k-rtl .k-form .k-label-optional {
  margin-left: 0;
  margin-right: 6px;
}

.k-form-horizontal [dir="rtl"].k-form-field > .k-label,
.k-form-horizontal [dir="rtl"].k-form-field > kendo-label,
.k-form-horizontal [dir="rtl"].k-form-field > .k-form-label,
.k-form-horizontal [dir="rtl"] .k-form-field > .k-label,
.k-form-horizontal [dir="rtl"] .k-form-field > kendo-label,
.k-form-horizontal [dir="rtl"] .k-form-field > .k-form-label,
.k-rtl .k-form-horizontal.k-form-field > .k-label,
.k-rtl .k-form-horizontal.k-form-field > kendo-label,
.k-rtl .k-form-horizontal.k-form-field > .k-form-label,
.k-rtl .k-form-horizontal .k-form-field > .k-label,
.k-rtl .k-form-horizontal .k-form-field > kendo-label,
.k-rtl .k-form-horizontal .k-form-field > .k-form-label {
  margin-right: 0;
  margin-left: 10px;
}

.k-form-inline {
  padding: 32px;
}

.k-form-inline fieldset {
  border-width: 1px 0 0;
  border-style: solid;
  margin: 64px 0;
  padding: 0;
}

.k-form-inline fieldset:first-child:first-of-type {
  margin-top: 0;
}

.k-form-inline fieldset:last-child:last-of-type {
  margin-bottom: 0;
}

.k-form-inline legend {
  font-size: 12px;
  text-align: left;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  text-transform: uppercase;
  padding: 0 16px 0 0;
  width: auto;
}

.k-form-inline .k-form-field {
  display: flex;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 12px;
}

.k-form-inline .k-form-field > span:not(.k-widget) {
  width: 25%;
  text-align: right;
  line-height: 2;
  padding: 5px 0;
  padding-right: 24px;
  align-self: center;
}

.k-form-inline .k-form-field > input {
  align-self: center;
}

.k-form-inline .k-form-field > input:not(.k-checkbox):not(.k-radio) {
  flex: 1 1 auto;
}

.k-form-inline .k-form-field .k-alert-error {
  font-size: 12px;
  margin-top: 8px;
}

.k-form-inline .k-form-field .k-field-info {
  display: block;
  font-size: 10px;
  line-height: 1;
  margin: 0;
}

.k-form-inline .k-form-field:last-child {
  margin-bottom: 0;
}

.k-edit-form-container {
  width: 400px;
  min-width: 400px;
  border-color: inherit;
  position: relative;
}

.k-edit-form-container .k-tabstrip-wrapper {
  margin: -24px -24px;
}

.k-edit-form-container .k-tabstrip.k-root-tabs {
  margin-bottom: 24px;
}

.k-edit-form-container .k-tabstrip .k-tabstrip-items {
  padding: 24px 24px 0;
}

.k-edit-form-container .k-tabstrip .k-content {
  padding: 24px 24px;
  border-width: 0;
}

.k-edit-buttons {
  padding: 0px 0px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  text-align: right;
  clear: both;
}

.k-edit-buttons .k-button + .k-button {
  margin-left: 0.5em;
}

.k-edit-form-container .k-edit-buttons {
  margin: 24px -24px -24px;
  padding: 24px 24px;
}

.k-popup-edit-form > .k-action-buttons,
.k-edit-form-container .k-action-buttons {
  margin: 1em -24px -24px;
}

.k-edit-label {
  margin: 0 0 1em 0;
  padding: 9px 0;
  width: 30%;
  line-height: 2;
  text-align: right;
  float: left;
  clear: both;
}

.k-edit-field {
  margin: 0 0 1em 0;
  width: 65%;
  float: right;
  clear: right;
}

.k-edit-field.k-no-editor {
  padding: 9px 0;
}

.k-edit-field > .k-widget,
.k-edit-field > .k-textbox {
  width: 100%;
  box-sizing: border-box;
}

.k-edit-field > .k-colorpicker {
  width: auto;
}

.k-edit-field input[type="radio"]:not(.k-radio),
.k-edit-field input[type="checkbox"]:not(.k-checkbox) {
  margin-right: .4ex;
}

.k-edit-field .k-radio-label,
.k-edit-field .k-checkbox-label {
  margin-right: 1em;
}

.k-edit-field > .k-reset > li + li {
  margin-top: 0.5em;
}

.k-edit-field .k-reset .k-widget {
  margin: 0 .4ex 0 1ex;
}

.k-rtl .k-edit-buttons {
  text-align: left;
}

.k-rtl .k-edit-buttons .k-button + .k-button {
  margin-left: 0;
  margin-right: .5em;
}

.k-widget.form-control {
  padding: 0;
}

.k-widget.form-control,
.k-maskedtextbox.form-control .k-textbox,
.k-textbox.form-control {
  width: 100%;
}

.k-autocomplete.form-control .k-input {
  box-sizing: border-box;
}

.k-multiselect.form-control {
  height: auto;
}

.input-group .k-dateinput-wrap,
.input-group .k-dropdown-wrap,
.input-group .k-multiselect-wrap,
.input-group .k-numeric-wrap,
.input-group .k-picker-wrap,
.input-group .k-maskedtextbox .k-textbox {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .k-dateinput-wrap .k-select,
.input-group .k-dropdown-wrap .k-select,
.input-group .k-multiselect-wrap .k-select,
.input-group .k-numeric-wrap .k-select,
.input-group .k-picker-wrap .k-select,
.input-group .k-maskedtextbox .k-textbox .k-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .k-widget.form-control,
.input-group .k-maskedtextbox.form-control .k-textbox,
.input-group .k-textbox.form-control {
  width: auto;
}

.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-dateinput-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-dropdown-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-multiselect-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-numeric-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) .k-picker-wrap,
.input-group .k-widget.form-control:not(:first-child):not(:last-child) > .k-textbox {
  border-radius: 0;
}

.k-widget.form-control .k-input {
  padding: 0.5rem 0.75rem;
  height: 2.25rem;
}

.k-widget.form-control-sm .k-input {
  padding: 0.25rem 0.5rem;
  height: 1.8125rem;
}

.k-widget.form-control-sm .k-dateinput-wrap .k-select,
.k-widget.form-control-sm .k-dropdown-wrap .k-select,
.k-widget.form-control-sm .k-picker-wrap .k-select {
  padding: 0.25rem;
}

.k-widget.form-control-sm .k-select {
  width: 1.8125rem;
}

.k-widget.form-control-lg .k-input {
  padding: 0.5rem 1rem;
  height: 2.875rem;
}

.k-widget.form-control-lg .k-dateinput-wrap .k-select,
.k-widget.form-control-lg .k-dropdown-wrap .k-select,
.k-widget.form-control-lg .k-picker-wrap .k-select {
  padding: 0.5rem;
}

.k-widget.form-control-lg .k-select {
  width: 2.875rem;
}

.k-maskedtextbox.form-control .k-textbox {
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
}

.k-maskedtextbox.form-control-sm .k-textbox {
  height: calc(1.8125rem + 3px);
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}

.k-maskedtextbox.form-control-lg .k-textbox {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

.k-textbox.form-control {
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
}

.k-textbox.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
}

.k-textbox.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
}

.k-dateinput.form-control-sm .k-link-increase > .k-icon,
.k-numerictextbox.form-control-sm .k-link-increase > .k-icon {
  bottom: -2px;
}

.k-dateinput.form-control-sm .k-link-decrease > .k-icon,
.k-numerictextbox.form-control-sm .k-link-decrease > .k-icon {
  top: -2px;
}

.k-dateinput.form-control-sm .k-link,
.k-numerictextbox.form-control-sm .k-link {
  height: 0.90625rem;
}

.k-dateinput.form-control-lg .k-link,
.k-numerictextbox.form-control-lg .k-link {
  height: 1.4375rem;
}

.k-dateinput.form-control .k-dateinput-wrap .k-select {
  padding-top: 0;
  padding-bottom: 0;
}

.k-edit-form-container .k-tabstrip-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.k-edit-form-container .k-tabstrip.k-root-tabs {
  margin-bottom: 24px;
}

.k-edit-form-container .k-tabstrip .k-tabstrip-items {
  padding: 0;
}

.k-edit-form-container .k-tabstrip .k-content {
  padding: 24px 24px;
  border-width: 0;
}

.k-edit-buttons {
  padding: 8px;
}

.k-edit-form-container .k-edit-buttons {
  border-top-width: 0;
  padding: 8px;
}

.k-edit-label {
  padding: 0;
  margin: 0;
  width: auto;
  font-size: 12px;
  line-height: 1;
  text-align: inherit;
  display: block;
  float: none;
}

.k-edit-field {
  width: auto;
  float: none;
  display: flex;
  flex-direction: row;
}

.k-edit-field .k-numerictextbox,
.k-edit-field .k-textbox,
.k-edit-field .k-dropdown,
.k-edit-field .k-dropdowntree {
  width: auto;
  flex: 1 1 auto;
}

.k-edit-field > div {
  width: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
}

.k-edit-field .k-upload {
  flex-wrap: wrap;
}

.k-no-flexbox .k-edit-field {
  display: block;
}

.k-form,
.k-form-inline {
  color: rgba(0, 0, 0, 0.87);
}

.k-form fieldset legend,
.k-form-inline fieldset legend {
  color: rgba(0, 0, 0, 0.87);
}

.k-form .k-form-legend,
.k-form-inline .k-form-legend {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-form .k-field-info,
.k-form-inline .k-field-info {
  color: rgba(84, 84, 84, 0.87);
}

.k-form .k-alert-error,
.k-form-inline .k-alert-error {
  color: #f31700;
}

.k-form-error,
.k-text-error,
.k-form-field-error .k-label {
  color: #f31700;
}

.k-form-separator {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-listgroup {
  border-radius: 2px;
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  line-height: 2;
  list-style: none;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.k-listgroup > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}

.k-listgroup .k-listgroup-item + .k-listgroup-item {
  border-top-width: 1px;
}

.k-listgroup-flush {
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.k-listgroup-item {
  padding: 4px 16px;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  position: relative;
}

.k-listgroup-item > .k-link {
  margin: -4px -16px;
  padding: 4px 16px;
  color: inherit;
  text-decoration: none;
  outline: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 auto;
  position: relative;
}

.k-listgroup-item > .k-link > .k-select {
  padding: 4px;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.k-listgroup-item-segmented {
  align-items: stretch;
}

.k-listgroup-item-segmented > .k-link {
  margin-right: 0;
}

.k-listgroup-item-segmented > .k-select {
  margin: -4px -16px -4px 0;
  padding: 4px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: inherit;
  cursor: pointer;
}

.k-listgroup-form-row {
  margin: -4px -16px;
  padding: 4px 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  position: relative;
}

.k-listgroup-form-row .k-listgroup-form-field-label {
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-listgroup-form-row .k-listgroup-form-field-wrapper {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
  position: relative;
}

.k-listgroup-form-row .k-listgroup-form-field-wrapper select,
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="text"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="password"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="date"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="time"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="datetime-local"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper input[type="number"],
.k-listgroup-form-row .k-listgroup-form-field-wrapper textarea {
  width: 100%;
  box-sizing: border-box;
  flex: 1 1 100%;
}

.k-listgroup-form-row .k-listgroup-form-field-wrapper textarea {
  min-height: 4em;
  resize: vertical;
}

.k-listgroup-item.k-listgroup-form-row {
  margin: 0;
}

[dir="rtl"] .k-listgroup-item > .k-link > .k-select {
  right: auto;
  left: 0;
}

[dir="rtl"] .k-listgroup-item > .k-link > .k-select .k-icon {
  transform: scaleX(-1);
}

[dir="rtl"] .k-listgroup-item-segmented > .k-link {
  margin-right: -16px;
  margin-left: 0;
}

[dir="rtl"] .k-listgroup-item-segmented > .k-select {
  margin-right: 0;
  margin-left: -16px;
  border-right-width: 1px;
  border-left-width: 0;
}

[dir="rtl"] .k-listgroup-item-segmented > .k-select .k-icon {
  transform: scaleX(-1);
}

.k-noflexbox .k-listgroup,
.k-noflexbox .k-listgroup > ul .k-listgroup-item,
.k-noflexbox .k-listgroup-item > .k-link {
  display: block;
}

.k-listgroup {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-checkbox {
  border-radius: 2px;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  line-height: initial;
  border-width: 2px;
  border-style: solid;
  outline: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none;
}

.k-checkbox::before {
  content: "\e118";
  width: 10px;
  height: 10px;
  font-size: 10px;
  font-family: "WebComponentsIcons", monospace;
  transform: scale(0) translate(-50%, -50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
}

.k-checkbox:hover {
  cursor: pointer;
}

.k-checkbox:checked::before {
  border-radius: 2px;
  transform: scale(1) translate(-50%, -50%);
}

.k-checkbox:indeterminate::before,
.k-checkbox.k-state-indeterminate::before {
  content: "";
  background-color: currentColor;
  transform: scale(1) translate(-50%, -50%);
  width: 8px;
  height: 1.6px;
}

.k-checkbox:disabled,
.k-checkbox:disabled + .k-checkbox-label {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-checkbox + .k-checkbox-label {
  display: inline;
}

.k-checkbox-label {
  margin: 0;
  padding: 0;
  line-height: 18px;
  display: inline-flex;
  align-items: flex-start;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.k-checkbox-label .k-label {
  cursor: pointer;
}

.k-checkbox-label:empty {
  display: none;
}

.k-checkbox-label.k-no-text {
  min-width: 1px;
}

.k-checkbox-label .k-ripple {
  top: 8px;
  left: 8px;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  visibility: hidden !important;
}

.k-checkbox-label .k-ripple-blob {
  top: 50% !important;
  left: 50% !important;
  width: 200% !important;
  height: 200% !important;
}

.k-checkbox + .k-checkbox-label,
.k-checkbox-label + .k-checkbox {
  margin-left: 8px;
}

.k-checkbox-label > .k-checkbox {
  margin-right: 8px;
  flex-shrink: 0;
}

kendo-label.k-checkbox-label > .k-checkbox:last-child {
  margin-right: 0;
}

kendo-label.k-checkbox-label > .k-label:first-child {
  margin-right: 8px;
}

.k-checkbox-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.k-checkbox-list .k-checkbox-item {
  margin-top: 16px;
}

.k-checkbox-list .k-checkbox-item:first-child {
  margin-top: 0;
}

.k-list-horizontal .k-checkbox-item {
  display: inline-block;
  margin: 0 32px 0 0;
}

.k-list-horizontal .k-checkbox-item:last-child {
  margin-right: 0;
}

.k-rtl .k-checkbox + .k-checkbox-label,
.k-rtl .k-checkbox-label + .k-checkbox,
[dir="rtl"] .k-checkbox + .k-checkbox-label,
[dir="rtl"] .k-checkbox-label + .k-checkbox {
  margin-left: 0;
  margin-right: 8px;
}

.k-rtl .k-checkbox-label > .k-checkbox,
[dir="rtl"] .k-checkbox-label > .k-checkbox {
  margin-right: 0;
  margin-left: 8px;
}

.k-rtl kendo-label.k-checkbox-label > .k-checkbox:last-child,
[dir="rtl"] kendo-label.k-checkbox-label > .k-checkbox:last-child {
  margin-left: 0;
}

.k-rtl kendo-label.k-checkbox-label > .k-label:first-child,
[dir="rtl"] kendo-label.k-checkbox-label > .k-label:first-child {
  margin-right: 0;
  margin-left: 8px;
}

.k-rtl .k-list-horizontal .k-checkbox-item,
[dir="rtl"] .k-list-horizontal .k-checkbox-item {
  margin-right: 0;
  margin-left: 32px;
}

.k-rtl .k-list-horizontal .k-checkbox-item:last-child,
[dir="rtl"] .k-list-horizontal .k-checkbox-item:last-child {
  margin-left: 0;
}

.k-checkbox::-ms-check {
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background-color: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .k-checkbox::-ms-check {
    border-width: 1px;
  }
}

.k-checkbox::before {
  max-width: 0;
  justify-content: flex-start;
  transition: max-width linear 280ms;
  top: 1px;
  left: 1px;
  transform: scale(1);
}

.k-checkbox:checked::before {
  max-width: 10px;
  transform: scale(1);
}

.k-checkbox:indeterminate::before,
.k-checkbox.k-state-indeterminate::before {
  max-width: 8px;
  top: 50%;
  left: 50%;
}

.k-rtl .k-checkbox::before,
[dir="rtl"] .k-checkbox::before {
  left: auto;
  right: 1px;
}

.k-rtl .k-checkbox:indeterminate::before,
.k-rtl .k-checkbox.k-state-indeterminate::before,
[dir="rtl"] .k-checkbox:indeterminate::before,
[dir="rtl"] .k-checkbox.k-state-indeterminate::before {
  max-width: 8px;
  top: 50%;
  left: 50%;
  right: auto;
}

.k-checkbox {
  border-color: rgba(0, 0, 0, 0.54);
  color: transparent;
}

.k-checkbox:hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-checkbox:focus {
  border-color: rgba(0, 0, 0, 0.54);
  box-shadow: none;
}

.k-checkbox:indeterminate,
.k-checkbox.k-state-indeterminate {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #3f51b5;
}

.k-checkbox:checked {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #3f51b5;
}

.k-checkbox:checked:focus {
  border-color: #3f51b5;
  box-shadow: none;
}

.k-checkbox:disabled {
  border-color: #b0b0b0;
}

.k-checkbox:checked:disabled,
.k-checkbox:indeterminate:disabled,
.k-checkbox.k-state-indeterminate:disabled {
  border-color: #b0b0b0;
  color: #ffffff;
  background-color: #b0b0b0;
}

.k-checkbox.k-invalid,
.k-checkbox.k-state-invalid {
  border-color: #f31700;
}

.k-checkbox.k-invalid + .k-checkbox-label,
.k-checkbox.k-state-invalid + .k-checkbox-label {
  color: #f31700;
}

.k-checkbox:disabled + .k-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  filter: none;
}

.k-checkbox-label .k-ripple-blob {
  opacity: .2;
  background-color: #3f51b5;
}

.k-radio {
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-style: solid;
  outline: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none;
}

.k-radio::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
  transform: scale(0) translate(-50%, -50%);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
}

.k-radio:hover {
  cursor: pointer;
}

.k-radio:checked::before {
  border-radius: 50%;
  transform: scale(1) translate(-50%, -50%);
}

.k-radio:disabled,
.k-radio:disabled + .k-radio-label {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-radio + .k-radio-label {
  display: inline;
}

.k-radio-label {
  margin: 0;
  padding: 0;
  line-height: 18px;
  display: inline-flex;
  align-items: flex-start;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.k-radio-label .k-label {
  cursor: pointer;
}

.k-radio-label:empty {
  display: none;
}

.k-radio-label .k-ripple {
  top: 8px;
  left: 8px;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  visibility: hidden !important;
}

.k-radio-label .k-ripple-blob {
  top: 50% !important;
  left: 50% !important;
  width: 200% !important;
  height: 200% !important;
}

.k-radio + .k-radio-label,
.k-radio-label + .k-radio {
  margin-left: 8px;
}

.k-radio-label > .k-radio {
  margin-right: 8px;
  flex-shrink: 0;
}

kendo-label.k-radio-label > .k-radio:last-child {
  margin-right: 0;
}

kendo-label.k-radio-label > .k-label:first-child {
  margin-right: 8px;
}

.k-radio-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.k-radio-list .k-radio-item {
  margin-top: 16px;
}

.k-radio-list .k-radio-item:first-child {
  margin-top: 0;
}

.k-list-horizontal .k-radio-item {
  display: inline-block;
  margin: 0 32px 0 0;
}

.k-list-horizontal .k-radio-item:last-child {
  margin-right: 0;
}

.k-rtl .k-radio + .k-radio-label,
.k-rtl .k-radio-label + .k-radio,
[dir="rtl"] .k-radio + .k-radio-label,
[dir="rtl"] .k-radio-label + .k-radio {
  margin-left: 0;
  margin-right: 8px;
}

.k-rtl .k-radio-label > .k-radio,
[dir="rtl"] .k-radio-label > .k-radio {
  margin-right: 0;
  margin-left: 8px;
}

.k-rtl kendo-label.k-radio-label > .k-radio:last-child,
[dir="rtl"] kendo-label.k-radio-label > .k-radio:last-child {
  margin-left: 0;
}

.k-rtl kendo-label.k-radio-label > .k-label:first-child,
[dir="rtl"] kendo-label.k-radio-label > .k-label:first-child {
  margin-right: 0;
  margin-left: 8px;
}

.k-rtl .k-list-horizontal .k-radio-item,
[dir="rtl"] .k-list-horizontal .k-radio-item {
  margin-right: 0;
  margin-left: 32px;
}

.k-rtl .k-list-horizontal .k-radio-item:last-child,
[dir="rtl"] .k-list-horizontal .k-radio-item:last-child {
  margin-left: 0;
}

.k-radio::-ms-check {
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background-color: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .k-radio::-ms-check {
    border-width: 1px;
  }
}

.k-radio::before {
  transition: transform linear 280ms;
  transform-origin: 0 0;
}

.k-radio {
  border-color: rgba(0, 0, 0, 0.54);
  color: transparent;
}

.k-radio:hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-radio:focus {
  border-color: rgba(0, 0, 0, 0.54);
  box-shadow: none;
}

.k-radio.k-state-invalid,
.k-radio.ng-invalid.ng-touched,
.k-radio.ng-invalid.ng-dirty {
  border-color: #f31700;
}

.k-radio.k-state-invalid + .k-radio-label,
.k-radio.ng-invalid.ng-touched + .k-radio-label,
.k-radio.ng-invalid.ng-dirty + .k-radio-label {
  color: #f31700;
}

.k-radio:checked {
  border-color: #3f51b5;
  color: #3f51b5;
}

.k-radio:checked:focus {
  border-color: #3f51b5;
  box-shadow: none;
}

.k-radio:disabled {
  border-color: #b0b0b0;
}

.k-radio:checked:disabled {
  border-color: #b0b0b0;
  color: #b0b0b0;
}

.k-radio:disabled + .k-radio-label {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  filter: none;
}

.k-radio-label .k-ripple-blob {
  opacity: .2;
}

.k-switch {
  border-radius: 4.6em;
  cursor: pointer;
  width: 4.6em;
  background: none;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  display: inline-flex;
  overflow: hidden;
  vertical-align: middle;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  line-height: 2;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-switch [type="checkbox"] {
  display: none;
}

.k-ie .k-switch {
  display: inline-block;
}

.k-switch,
.k-switch-container,
.k-switch-handle {
  box-sizing: border-box;
}

.k-switch-container {
  border-radius: 4.6em;
  padding: 0px 0px;
  width: 4.6em;
  border-width: 0px;
  border-style: solid;
  flex: 1 0 auto;
  position: relative;
  outline: 0;
  transition: background-color 200ms ease-out 0s;
}

.k-ie .k-switch-container {
  display: block;
}

.k-switch-handle {
  border-radius: 4.6em;
  width: 2.4em;
  height: 2.4em;
  border-width: 0px;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: left 200ms ease-out 0s;
}

.k-ie .k-switch-handle {
  display: block;
}

.k-switch-on .k-switch-handle {
  left: calc(100% - 2.4em);
}

.k-ie .k-switch-on .k-switch-handle,
.k-edge .k-switch-on .k-switch-handle {
  left: 100%;
  margin-left: -2.4em;
}

.k-switch-off .k-switch-handle {
  left: 0;
}

.k-switch-label-on,
.k-switch-label-off {
  display: none;
  width: calc(100% + -2.4em + -5px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 2.4em;
  overflow: hidden;
}

.k-switch-label-on {
  text-align: left;
  left: 3px;
}

.k-switch-label-off {
  text-align: right;
  right: 3px;
}

.k-switch {
  overflow: visible;
}

.k-switch-container {
  height: 1.5em;
}

.k-switch-handle {
  top: -0.45em;
}

.k-rtl .k-switch.k-switch-on .k-switch-handle,
.k-switch[dir="rtl"].k-switch-on .k-switch-handle {
  left: 0;
}

.k-rtl .k-switch.k-switch-off .k-switch-handle,
.k-switch[dir="rtl"].k-switch-off .k-switch-handle {
  left: calc(100% - 2.4em);
}

.k-rtl .k-switch .k-switch-label-on,
.k-switch[dir="rtl"] .k-switch-label-on {
  text-align: right;
  left: initial;
  right: 3px;
}

.k-rtl .k-switch .k-switch-label-off,
.k-switch[dir="rtl"] .k-switch-label-off {
  text-align: left;
  left: 3px;
  right: initial;
}

.k-switch-label-on,
.k-switch-label-off {
  text-shadow: none;
}

.k-switch-on .k-switch-container {
  color: white;
  background-color: #98a2db;
}

.k-switch-on .k-switch-handle {
  color: white;
  background-color: #3f51b5;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.k-switch-on:focus .k-switch-container, .k-switch-on.k-state-focused .k-switch-container {
  color: white;
  background-color: #7a87d1;
}

.k-switch-on:hover .k-switch-container, .k-switch-on.k-state-hover .k-switch-container {
  color: white;
  background-color: #7a87d1;
}

.k-switch-on:hover .k-switch-handle, .k-switch-on.k-state-hover .k-switch-handle {
  color: white;
  background-color: #3f51b5;
}

.k-switch-on .k-switch-label-off {
  color: transparent;
}

.k-switch-off .k-switch-container {
  color: white;
  background-color: rgba(0, 0, 0, 0.38);
}

.k-switch-off .k-switch-handle {
  color: white;
  background-color: #fafafa;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.k-switch-off:focus .k-switch-container, .k-switch-off.k-state-focused .k-switch-container {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

.k-switch-off:hover .k-switch-container, .k-switch-off.k-state-hover .k-switch-container {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

.k-switch-off:hover .k-switch-handle, .k-switch-off.k-state-hover .k-switch-handle {
  color: white;
  background-color: #fafafa;
}

.k-switch-off .k-switch-label-on {
  color: transparent;
}

.k-switch {
  box-shadow: none;
}

.k-switch:focus .k-switch-container, .k-switch.k-state-focused .k-switch-container {
  outline: none;
}

.k-switch.k-state-disabled {
  cursor: default;
}

.k-switch[aria-readonly="true"] {
  pointer-events: none;
}

.k-pane-wrapper {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-pane-wrapper .k-pane {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  box-sizing: border-box;
  font-family: sans-serif;
  overflow-x: hidden;
}

.k-pane-wrapper .k-pane * {
  background-clip: border-box;
}

.k-pane-wrapper .k-view {
  top: 0;
  left: 0;
  position: relative;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-pane-wrapper .k-content {
  min-height: 1px;
  flex: 1;
  align-items: stretch;
  display: block;
  width: auto;
  overflow: hidden;
  position: relative;
}

.k-pane-wrapper > div.k-pane {
  box-shadow: none;
  font-weight: normal;
}

.k-pane-wrapper .k-popup-edit-form .k-content,
.k-pane-wrapper .k-grid-edit-form .k-content,
.k-pane-wrapper .k-grid-column-menu .k-content,
.k-pane-wrapper .k-grid-filter-menu .k-content {
  overflow-y: auto;
}

.k-pane-wrapper .k-popup-edit-form .k-content > .k-scroll-container,
.k-pane-wrapper .k-grid-edit-form .k-content > .k-scroll-container,
.k-pane-wrapper .k-grid-column-menu .k-content > .k-scroll-container,
.k-pane-wrapper .k-grid-filter-menu .k-content > .k-scroll-container {
  position: absolute;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

.k-pane-wrapper .k-grid-filter-menu .k-filter-selected-items {
  margin: 1em;
  font-weight: normal;
}

.k-pane-wrapper .k-grid-edit-form .k-popup-edit-form,
.k-pane-wrapper .k-grid-edit-form .k-edit-form-container {
  width: auto;
  min-width: auto;
}

.k-pane-wrapper .k-grid .k-grid-search {
  width: 100%;
  margin-left: 0;
  margin-top: 0px;
}

.k-pane-wrapper .k-grid .k-grid-search:first-child {
  margin-top: 0;
}

.k-grid.k-grid-mobile {
  border-width: 0;
}

.k-grid-mobile .k-resize-handle-inner::before {
  content: "\e01e";
  position: absolute;
  font: 16px/1 "WebComponentsIcons";
  top: calc(50% - 1px);
  left: 50%;
  transform: translate(-50%, -50%);
  padding: .2em;
}

.k-grid-mobile .k-edit-cell > input,
.k-grid-mobile .k-edit-cell > select,
.k-grid-mobile .k-grid-edit-row > td > input,
.k-grid-mobile .k-grid-edit-row > td > select {
  width: 100%;
  box-sizing: border-box;
}

.k-grid-mobile .k-header a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -moz-user-select: none;
       user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-view {
  padding: 0;
  flex-direction: column;
  align-items: stretch;
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-view > .k-listgroup-form-row {
  margin: 0;
}

.k-pane-wrapper .k-scheduler-edit-form .k-recur-items-wrap {
  width: 100%;
  margin: -1px 0;
}

.k-pane-wrapper .k-scheduler-edit-form .k-scheduler-recur-end-wrap {
  white-space: nowrap;
}

.k-pane-wrapper .k-scheduler-edit-form .k-edit-buttons {
  border-width: 0;
}

.k-scheduler.k-scheduler-mobile {
  border-width: 0;
}

.k-scheduler-mobile th {
  font-weight: normal;
}

.k-scheduler-mobile .k-event:hover .k-resize-handle {
  visibility: hidden;
}

.k-scheduler-mobile .k-scheduler-toolbar {
  padding: 0px 0px;
}

.k-scheduler-mobile .k-scheduler-toolbar > * {
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar::before {
  display: none;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-evenly;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-y-date-format {
  font-size: 12px;
}

.k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-navigation .k-nav-current {
  flex-direction: column;
}

.k-scheduler-mobile .k-scheduler-footer {
  padding: 0px 0px;
  display: flex;
  justify-content: space-between;
}

.k-scheduler-mobile .k-scheduler-footer > * {
  margin: 0;
}

.k-scheduler-mobile .k-scheduler-footer::before {
  display: none;
}

.k-scheduler-mobile .k-scheduler-monthview .k-hidden {
  height: 40px;
}

.k-scheduler-mobile .k-scheduler-monthview .k-scheduler-table td {
  height: 40px;
  vertical-align: top;
  text-align: center;
}

.k-scheduler-mobile .k-scheduler-monthview .k-events-container {
  position: absolute;
  text-align: center;
  height: 6px;
  line-height: 6px;
}

.k-scheduler-mobile .k-scheduler-monthview .k-event {
  position: static;
  padding: 4px;
  border-radius: 50%;
  display: inline-block;
  width: 4px;
  height: 4px;
  min-height: 0;
  margin: 1px;
}

.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header.k-mobile-horizontal-header .k-scheduler-times table tr:first-child {
  display: none;
}

.k-scheduler-mobile .k-scheduler-dayview .k-mobile-header .k-scheduler-header .k-scheduler-date-group {
  display: none;
}

.k-scheduler-mobile .k-scheduler-header-wrap > div {
  overflow: visible;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-mobile-header {
  display: none;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table {
  table-layout: auto;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table .k-scheduler-groupcolumn {
  width: 1%;
}

.k-scheduler-mobile .k-scheduler-agendaview .k-scheduler-table td {
  white-space: normal;
}

.k-scheduler-mobile .k-mobile-header .k-scheduler-table td,
.k-scheduler-mobile .k-mobile-header .k-scheduler-table th {
  height: 1.5em;
}

.k-scheduler-mobile .k-time-text,
.k-scheduler-mobile .k-time-period {
  display: block;
  line-height: 1;
}

.k-scheduler-mobile .k-time-period {
  font-size: .7em;
}

.k-scheduler-mobile .k-scheduler-table td,
.k-scheduler-mobile .k-scheduler-table th {
  height: 2em;
  vertical-align: middle;
}

.k-scheduler-mobile .k-scheduler-datecolumn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.k-scheduler-mobile .k-task {
  display: flex;
  align-items: center;
}

.k-scheduler-mobile .k-task .k-scheduler-mark {
  border-radius: 50%;
}

.k-scheduler-mobile .k-task .k-i-reload {
  font-size: 1em;
  margin-right: .5em;
}

.k-scheduler-mobile .k-task .k-scheduler-task-text {
  flex: 1 1 0%;
}

.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell,
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn {
  vertical-align: top;
}

.k-scheduler-mobile .k-scheduler-times .k-scheduler-group-cell .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-times .k-scheduler-groupcolumn .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-group-cell .k-scheduler-group-text,
.k-scheduler-mobile .k-scheduler-agenda .k-scheduler-groupcolumn .k-scheduler-group-text {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  white-space: nowrap;
}

.k-scheduler-mobile .k-scrollbar-h tr + tr .k-scheduler-times {
  border-bottom-width: 0;
}

.k-pane-wrapper .k-grid-edit-form > .k-header,
.k-pane-wrapper .k-grid-column-menu > .k-header,
.k-pane-wrapper .k-grid-filter-menu > .k-header,
.k-pane-wrapper .k-scheduler-edit-form > .k-header {
  display: flex;
  justify-content: space-between;
  padding: .3em .6em;
  width: auto;
  line-height: 2em;
}

.k-pane-wrapper .k-grid-edit-form > .k-header .k-header-done,
.k-pane-wrapper .k-grid-edit-form > .k-header .k-header-cancel,
.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-done,
.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-cancel,
.k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-done,
.k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-cancel,
.k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-done,
.k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-cancel {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.k-pane-wrapper .k-grid-edit-form > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-edit-form > .k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-column-menu > .k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-grid-filter-menu > .k-header .k-header-cancel .k-icon,
.k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-done .k-icon,
.k-pane-wrapper .k-scheduler-edit-form > .k-header .k-header-cancel .k-icon {
  font-size: 1.5em;
}

.k-pane-wrapper .k-grid-edit-row .k-textbox {
  box-sizing: border-box;
}

.k-pane-wrapper .k-list-title,
.k-pane-wrapper .k-filter-help-text {
  padding: 4px 16px;
  display: block;
}

.k-pane-wrapper .k-listgroup .k-listgroup-item {
  border-color: inherit;
}

.k-pane-wrapper .k-listgroup + .k-listgroup {
  margin-top: 2em;
}

.k-pane-wrapper .k-column-menu .k-filter-item .k-filterable * {
  pointer-events: none;
}

.k-pane-wrapper .k-filter-menu .k-space-right {
  margin: .5em 10px;
  width: auto;
  display: flex;
  align-items: center;
}

.k-pane-wrapper .k-filter-menu .k-filter-tools {
  margin: 1em;
  display: flex;
  justify-content: space-between;
}

.k-pane-wrapper .k-popup-edit-form .k-recur-editor-wrap {
  display: flex;
}

.k-pane-wrapper .k-popup-edit-form .k-mobiletimezoneeditor {
  width: 100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  flex: 1 1 auto;
}

.k-pane-wrapper .k-multicheck-wrap.k-listgroup {
  overflow-y: auto;
}

.k-pane-wrapper .k-state-disabled {
  opacity: 1;
}

.k-pane-wrapper .k-state-disabled > * {
  opacity: .7;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm {
  justify-content: center;
}

.k-pane-wrapper .k-pager-wrap.k-pager-sm .k-pager-refresh {
  display: none;
}

.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-toolbar,
.k-ie .k-pane-wrapper .k-scheduler .k-scheduler-footer {
  line-height: 2em;
}

.k-ie .k-pane-wrapper .k-grid .k-icon {
  text-indent: 0;
}

.k-rtl .k-pane-wrapper .k-grid-edit-form > .k-header,
.k-rtl .k-pane-wrapper .k-grid-column-menu > .k-header,
.k-rtl .k-pane-wrapper .k-grid-filter-menu > .k-header,
.k-rtl .k-pane-wrapper .k-scheduler-edit-form > .k-header, .k-pane-wrapper[dir="rtl"] .k-grid-edit-form > .k-header,
.k-pane-wrapper[dir="rtl"] .k-grid-column-menu > .k-header,
.k-pane-wrapper[dir="rtl"] .k-grid-filter-menu > .k-header,
.k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form > .k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-edit-form > .k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-column-menu > .k-header,
[dir="rtl"] .k-pane-wrapper .k-grid-filter-menu > .k-header,
[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form > .k-header {
  flex-direction: row-reverse;
}

.k-rtl .k-pane-wrapper .k-filter-menu .k-space-right > .k-i-zoom, .k-pane-wrapper[dir="rtl"] .k-filter-menu .k-space-right > .k-i-zoom,
[dir="rtl"] .k-pane-wrapper .k-filter-menu .k-space-right > .k-i-zoom {
  left: 15px;
  right: auto;
}

.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar > ul > li,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar > ul > li {
  border: 0;
}

.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
.k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-prev,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-scheduler-toolbar .k-nav-next {
  transform: scaleX(-1);
}

.k-rtl .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload, .k-pane-wrapper[dir="rtl"] .k-scheduler-mobile .k-task .k-i-reload,
[dir="rtl"] .k-pane-wrapper .k-scheduler-mobile .k-task .k-i-reload {
  margin-left: .5em;
  margin-right: 0;
}

.k-rtl .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right, .k-rtl .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrowhead-e::before, .k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right, .k-pane-wrapper[dir="rtl"] .k-scheduler-edit-form .k-item .k-i-arrowhead-e::before,
[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrow-chevron-right,
[dir="rtl"] .k-pane-wrapper .k-scheduler-edit-form .k-item .k-i-arrowhead-e::before {
  transform: scaleX(-1);
}

.k-pane-wrapper,
.k-view {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-pane-wrapper .k-pane > .k-view > .k-content {
  background-position: 50% 50%;
  background-color: white;
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-column-active + th.k-header {
  border-left-color: rgba(0, 0, 0, 0.87);
}

.k-pane-wrapper .k-pane .k-grid-mobile .k-resize-handle-inner::before {
  background-color: white;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-nav-current {
  color: #3f51b5;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendadate {
  color: inherit;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-time-period,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-mobile-scheduler-agendaweekday {
  color: rgba(84, 84, 84, 0.87);
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-times,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-wrap,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-datecolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-groupcolumn,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-group-cell,
.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-header-all-day {
  background-color: white;
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-other-month {
  background-color: rgba(249, 249, 249, 0.9961);
}

.k-pane-wrapper .k-pane .k-scheduler-mobile .k-scheduler-toolbar .k-scheduler-tools > li {
  display: inline-block;
  background-color: inherit;
}

.k-pane-wrapper .k-pane .k-grid-edit-form .k-header,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header {
  color: #ffffff;
  background-color: #3f51b5;
}

.k-pane-wrapper .k-pane .k-grid-edit-form .k-header .k-link,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-header .k-link,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-header .k-link,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-header .k-link {
  color: inherit;
}

.k-pane-wrapper .k-pane .k-grid-edit-form .k-item,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-link,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-item,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-link,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-item,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-link,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-item,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-link {
  color: rgba(0, 0, 0, 0.87);
}

.k-pane-wrapper .k-pane .k-grid-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-edit-form .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-column-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-clear,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-select-all,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-grid-filter-menu .k-scheduler-resetSeries,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-clear,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-select-all,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-delete,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-scheduler-resetSeries {
  color: #3f51b5;
}

.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected {
  color: #3f51b5;
  background: none;
}

.k-pane-wrapper .k-pane .k-column-menu .k-listgroup-item.k-state-selected .k-link {
  color: inherit;
}

.k-pane-wrapper .k-pane .k-filter-menu .k-check:focus,
.k-pane-wrapper .k-pane .k-filter-menu .k-check.k-state-focused,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-check:focus,
.k-pane-wrapper .k-pane .k-scheduler-edit-form .k-check.k-state-focused {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.k-progressbar {
  border-radius: 2px;
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 2;
  display: inline-grid;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-progressbar > .k-state-selected {
  border-width: 0;
  border-style: solid;
  display: flex;
  overflow: hidden;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.k-progressbar > ul {
  border-width: inherit;
  border-style: inherit;
  white-space: nowrap;
  display: flex;
  align-items: stretch;
  flex: 1;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.k-progressbar .k-item {
  display: block;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}

.k-progress-status-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.k-progress-status-wrap.k-progress-start {
  justify-content: flex-start;
}

.k-progress-status-wrap.k-progress-center {
  justify-content: center;
}

.k-progress-status-wrap.k-progress-end {
  justify-content: flex-end;
}

.k-progress-status {
  padding: 0 0.5em;
  padding-block-start: 0;
  padding-block-end: 0;
  padding-inline-start: 0.5em;
  padding-inline-end: 0.5em;
  min-width: 10px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
}

.k-progressbar-horizontal {
  width: 27em;
  height: 5px;
  grid-template-columns: 1fr;
  grid-template-rows: 100%;
}

.k-progressbar-horizontal .k-progress-status-wrap {
  flex-direction: row;
}

.k-progressbar-horizontal > .k-state-selected {
  width: 0;
  flex-direction: row;
}

.k-progressbar-horizontal > ul {
  flex-direction: row;
}

.k-progressbar-horizontal .k-item + .k-item {
  border-left-width: 1px;
  border-inline-start-width: 1px;
  border-inline-end-width: 0;
}

.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
  flex-direction: row-reverse;
  justify-self: flex-end;
}

.k-progressbar-vertical {
  width: 5px;
  height: 27em;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
}

.k-progressbar-vertical .k-progress-status-wrap {
  flex-direction: column-reverse;
}

.k-progressbar-vertical .k-progress-status {
  writing-mode: vertical-lr;
}

.k-progressbar-vertical > .k-state-selected {
  height: 0;
  flex-direction: column-reverse;
  align-self: flex-end;
}

.k-progressbar-vertical > ul {
  flex-direction: column;
}

.k-progressbar-vertical .k-item + .k-item {
  border-top-width: 1px;
  border-block-start-width: 1px;
  border-block-end-width: 0;
}

.k-progressbar-vertical.k-progressbar-reverse {
  flex-direction: column;
}

.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
  flex-direction: column;
  align-self: flex-start;
}

.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected,
.k-progressbar-indeterminate .k-item {
  display: none;
}

.k-rtl .k-progressbar,
.k-progressbar[dir="rtl"] {
  direction: rtl;
}

.k-progressbar {
  display: -ms-inline-grid;
}

.k-progressbar > .k-progress-status-wrap,
.k-progressbar > .k-state-selected {
  -ms-grid-column: 1;
  -ms-grid-row: 1;
}

.k-progressbar-horizontal {
  -ms-grid-columns: 1fr;
  -ms-grid-rows: 5px;
}

.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
  -ms-grid-column-align: end;
}

.k-progressbar-vertical {
  -ms-grid-columns: 5px;
  -ms-grid-rows: 1fr;
}

.k-progressbar-vertical > .k-state-selected {
  -ms-grid-row-align: end;
}

.k-progressbar-vertical.k-progressbar-reverse > .k-state-selected {
  -ms-grid-row-align: start;
}

.k-progressbar {
  border-radius: 0;
  overflow: visible;
}

.k-progressbar .k-progress-status-wrap {
  font-size: 11px;
}

.k-progressbar-horizontal .k-progress-status-wrap {
  align-items: flex-start;
}

.k-progressbar-horizontal .k-progress-status {
  transform: translateY(-100%);
}

.k-progressbar-vertical .k-progress-status-wrap {
  align-items: flex-end;
}

.k-progressbar-vertical .k-progress-status {
  transform: translateX(100%);
}

.k-progressbar-indeterminate {
  overflow: hidden;
}

.k-progressbar-indeterminate::before, .k-progressbar-indeterminate::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #3f51b5;
  position: absolute;
  transform-origin: 0 0;
}

.k-progressbar-indeterminate.k-progressbar-horizontal::before {
  top: 0;
  left: -150%;
  animation: progressbar-primary-indeterminate-horizontal 2s infinite;
}

.k-progressbar-indeterminate.k-progressbar-horizontal::after {
  top: 0;
  left: -50%;
  animation: progressbar-secondary-indeterminate-horizontal 2s infinite;
}

.k-progressbar-indeterminate.k-progressbar-vertical::before {
  top: -150%;
  left: 0;
  animation: progressbar-primary-indeterminate-vertical 2s infinite;
}

.k-progressbar-indeterminate.k-progressbar-vertical::after {
  top: -50%;
  left: 0;
  animation: progressbar-secondary-indeterminate-vertical 2s infinite;
}

@keyframes progressbar-primary-indeterminate-horizontal {
  0% {
    transform: translateX(0) scaleX(0);
  }
  20% {
    transform: translateX(0) scaleX(0.08);
    animation-timing-function: cubic-bezier(0.4, 0.08, 0.75, 0.8);
  }
  60% {
    transform: translateX(83%) scaleX(0.75);
    animation-timing-function: cubic-bezier(0.21, 0.25, 0.58, 0.98);
  }
  100% {
    transform: translateX(250%) scaleX(0.08);
  }
}

@keyframes progressbar-secondary-indeterminate-horizontal {
  0% {
    transform: translateX(0) scaleX(0.08);
    animation-timing-function: cubic-bezier(0.18, 0, 0.54, 0.42);
  }
  22% {
    transform: translateX(34%) scaleX(0.45);
    animation-timing-function: cubic-bezier(0.22, 0.25, 0.7, 0.9);
  }
  46% {
    transform: translateX(82%) scaleX(0.75);
    animation-timing-function: cubic-bezier(0.33, 0.3, 0.4, 1.2);
  }
  100% {
    transform: translateX(160%) scaleX(0.08);
  }
}

@keyframes progressbar-primary-indeterminate-vertical {
  0% {
    transform: translateY(0) scaleY(0);
  }
  20% {
    transform: translateY(0) scaleY(0.08);
    animation-timing-function: cubic-bezier(0.4, 0.08, 0.75, 0.8);
  }
  60% {
    transform: translateY(83%) scaleY(0.75);
    animation-timing-function: cubic-bezier(0.21, 0.25, 0.58, 0.98);
  }
  100% {
    transform: translateY(250%) scaleY(0.08);
  }
}

@keyframes progressbar-secondary-indeterminate-vertical {
  0% {
    transform: translateY(0) scaleY(0.08);
    animation-timing-function: cubic-bezier(0.18, 0, 0.54, 0.42);
  }
  22% {
    transform: translateY(34%) scaleY(0.45);
    animation-timing-function: cubic-bezier(0.22, 0.25, 0.7, 0.9);
  }
  46% {
    transform: translateY(82%) scaleY(0.75);
    animation-timing-function: cubic-bezier(0.33, 0.3, 0.4, 1.2);
  }
  100% {
    transform: translateY(160%) scaleY(0.08);
  }
}

.k-progressbar {
  color: rgba(0, 0, 0, 0.87);
  background-color: #c5cae9;
}

.k-progressbar .k-state-selected {
  color: white;
  background-color: #3f51b5;
}

.k-progressbar .k-item {
  border-color: white;
}

.k-ripple-target {
  position: relative;
}

.k-ripple {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.k-ripple-blob {
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  padding: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 100ms linear, transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: .1;
  background-color: currentColor;
}

.k-primary .k-ripple-blob {
  opacity: .2;
}

.k-messagebox {
  margin: 0 0 1em 0;
  padding: 4px 16px;
  border-width: 0 0 0 4px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 2;
}

.k-messagebox a {
  color: inherit;
  font-style: normal;
  text-decoration: underline;
}

.k-messagebox-primary {
  border-color: #c9ceea;
  color: #212a5e;
  background-color: #d9dcf0;
}

.k-messagebox-secondary {
  border-color: #ffcadc;
  color: #852143;
  background-color: #ffd9e6;
}

.k-messagebox-tertiary {
  border-color: #b8e2de;
  color: #004e47;
  background-color: #cceae7;
}

.k-messagebox-info {
  border-color: #b8d0f9;
  color: #002e79;
  background-color: #ccdefb;
}

.k-messagebox-success {
  border-color: #c7eab8;
  color: #1d5e00;
  background-color: #d7f0cc;
}

.k-messagebox-warning {
  border-color: #ffedb8;
  color: #856400;
  background-color: #fff2cc;
}

.k-messagebox-error {
  border-color: #fcbeb8;
  color: #7e0c00;
  background-color: #fdd1cc;
}

.k-messagebox-dark {
  border-color: #cacaca;
  color: #222222;
  background-color: #d9d9d9;
}

.k-messagebox-light {
  border-color: #fcfcfc;
  color: #7f7f7f;
  background-color: #fdfdfd;
}

.k-messagebox-inverse {
  border-color: #cacaca;
  color: #222222;
  background-color: #d9d9d9;
}

.k-button {
  border-radius: 2px;
  padding: 8px 16px;
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  font-size: 14px;
  line-height: 1.4285714286;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  position: relative;
}

.k-button:disabled, .k-button.k-state-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-button::-moz-focus-inner {
  padding: 0;
  border: 0;
  outline: 0;
}

.k-button:hover, .k-button:focus {
  text-decoration: none;
  outline: 0;
}

.k-button .k-icon,
.k-button .k-image,
.k-button .k-sprite {
  color: inherit;
  align-self: center;
  position: relative;
}

.k-button-icontext {
  overflow: visible;
}

.k-button-icontext .k-icon,
.k-button-icontext .k-image,
.k-button-icontext .k-sprite {
  margin: 0 8px 0 -8px;
}

.k-button-icontext.k-rtl .k-icon,
.k-button-icontext.k-rtl .k-image,
.k-button-icontext.k-rtl .k-sprite,
.k-rtl .k-button-icontext .k-icon,
.k-rtl .k-button-icontext .k-image,
.k-rtl .k-button-icontext .k-sprite, .k-button-icontext[dir="rtl"] .k-icon,
.k-button-icontext[dir="rtl"] .k-image,
.k-button-icontext[dir="rtl"] .k-sprite,
[dir="rtl"] .k-button-icontext .k-icon,
[dir="rtl"] .k-button-icontext .k-image,
[dir="rtl"] .k-button-icontext .k-sprite {
  margin: 0 -8px 0 8px;
}

.k-button-icon {
  width: calc(1.4285714286em + 16px);
  height: calc(1.4285714286em + 16px);
  padding: 8px;
}

.k-button-icon .k-text,
.k-button-icon .k-button-text {
  display: none;
}

.k-dropdown-button {
  outline: 0;
  display: inline-flex;
  flex-flow: row nowrap;
  vertical-align: middle;
}

.k-button-group {
  margin: 0;
  padding: 0;
  border-width: 0;
  box-sizing: border-box;
  color: inherit;
  background-color: transparent;
  list-style: none;
  outline: 0;
  white-space: nowrap;
  display: inline-flex;
  flex-direction: row;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-button-group .k-button {
  border-radius: 0;
}

.k-button-group .k-button:hover,
.k-button-group .k-button.k-state-hover,
.k-button-group .k-button:active,
.k-button-group .k-button.k-state-active {
  z-index: 2;
}

.k-button-group .k-group-start,
.k-button-group .k-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-button-group .k-group-end,
.k-button-group .k-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-button-group .k-group-start.k-group-end,
.k-button-group .k-button:first-child:last-child {
  border-radius: 2px;
}

.k-button-group > input[type="radio"],
.k-button-group > input[type="checkbox"],
.k-button-group label input[type="radio"],
.k-button-group label input[type="checkbox"] {
  margin: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  pointer-events: none;
}

.k-button-group-stretched {
  display: flex;
}

.k-button-group-stretched .k-button {
  display: inline-block;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-button-group-stretched .k-button > .k-icon {
  vertical-align: text-bottom;
}

.k-split-button {
  border-width: 0;
  border-radius: 0;
  outline: 0;
  display: inline-flex;
  flex-flow: row nowrap;
  vertical-align: middle;
}

.k-split-button .k-button {
  border-radius: 0;
}

.k-split-button > .k-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-split-button > .k-split-button-arrow,
.k-split-button > .k-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 8px;
  width: auto;
  flex: none;
}

.k-split-button[dir="rtl"] > .k-button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-split-button[dir="rtl"] > .k-button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-button-flat, .k-edit-buttons .k-button, .k-button.k-flat,
.k-button.k-bare, .k-calendar-header .k-button, .k-toolbar .k-split-button.k-state-disabled .k-button, .k-spreadsheet-quick-access-toolbar .k-button, .k-spreadsheet-sheets-bar .k-button, .k-spreadsheet-popup .k-button {
  border-color: transparent !important;
  color: inherit;
  background: none !important;
  box-shadow: none !important;
  transition: color .2s ease-in-out;
}

.k-button-flat:hover, .k-edit-buttons .k-button:hover, .k-button.k-flat:hover,
.k-button.k-bare:hover, .k-calendar-header .k-button:hover, .k-toolbar .k-split-button.k-state-disabled .k-button:hover, .k-spreadsheet-quick-access-toolbar .k-button:hover, .k-spreadsheet-sheets-bar .k-button:hover, .k-spreadsheet-popup .k-button:hover, .k-button-flat.k-state-hover, .k-edit-buttons .k-state-hover.k-button, .k-state-hover.k-button.k-flat,
.k-state-hover.k-button.k-bare, .k-calendar-header .k-state-hover.k-button, .k-toolbar .k-split-button.k-state-disabled .k-state-hover.k-button, .k-spreadsheet-quick-access-toolbar .k-state-hover.k-button, .k-spreadsheet-sheets-bar .k-state-hover.k-button, .k-spreadsheet-popup .k-state-hover.k-button, .k-button-flat:active, .k-edit-buttons .k-button:active, .k-button.k-flat:active,
.k-button.k-bare:active, .k-calendar-header .k-button:active, .k-toolbar .k-split-button.k-state-disabled .k-button:active, .k-spreadsheet-quick-access-toolbar .k-button:active, .k-spreadsheet-sheets-bar .k-button:active, .k-spreadsheet-popup .k-button:active, .k-button-flat.k-state-active, .k-edit-buttons .k-state-active.k-button, .k-state-active.k-button.k-flat,
.k-state-active.k-button.k-bare, .k-calendar-header .k-state-active.k-button, .k-toolbar .k-split-button.k-state-disabled .k-state-active.k-button, .k-spreadsheet-quick-access-toolbar .k-state-active.k-button, .k-spreadsheet-sheets-bar .k-state-active.k-button, .k-spreadsheet-popup .k-state-active.k-button, .k-button-flat:hover:active, .k-edit-buttons .k-button:hover:active, .k-button.k-flat:hover:active,
.k-button.k-bare:hover:active, .k-calendar-header .k-button:hover:active, .k-toolbar .k-split-button.k-state-disabled .k-button:hover:active, .k-spreadsheet-quick-access-toolbar .k-button:hover:active, .k-spreadsheet-sheets-bar .k-button:hover:active, .k-spreadsheet-popup .k-button:hover:active, .k-button-flat:hover.k-state-active, .k-edit-buttons .k-button:hover.k-state-active, .k-button.k-flat:hover.k-state-active,
.k-button.k-bare:hover.k-state-active, .k-calendar-header .k-button:hover.k-state-active, .k-toolbar .k-split-button.k-state-disabled .k-button:hover.k-state-active, .k-spreadsheet-quick-access-toolbar .k-button:hover.k-state-active, .k-spreadsheet-sheets-bar .k-button:hover.k-state-active, .k-spreadsheet-popup .k-button:hover.k-state-active {
  color: inherit;
}

.k-button-flat::before, .k-edit-buttons .k-button::before, .k-button.k-flat::before,
.k-button.k-bare::before, .k-calendar-header .k-button::before, .k-toolbar .k-split-button.k-state-disabled .k-button::before, .k-spreadsheet-quick-access-toolbar .k-button::before, .k-spreadsheet-sheets-bar .k-button::before, .k-spreadsheet-popup .k-button::before {
  display: block;
}

.k-button-outline, .k-button.k-outline {
  box-shadow: none;
  color: inherit;
  background: none;
}

.k-rtl .k-button-group .k-button {
  border-radius: 0;
}

.k-rtl .k-button-group .k-group-start,
.k-rtl .k-button-group .k-button:first-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-rtl .k-button-group .k-group-end,
.k-rtl .k-button-group .k-button:last-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-rtl .k-button-group .k-group-start.k-group-end,
.k-rtl .k-button-group .k-button:first-child:last-child {
  border-radius: 2px;
}

.k-rtl .k-split-button .k-button {
  border-radius: 0;
}

.k-rtl .k-split-button > .k-button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-rtl .k-split-button > .k-split-button-arrow,
.k-rtl .k-split-button > .k-button:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-button-overlay, .k-button::before, .k-toolbar .k-picker-wrap::before,
.k-toolbar .k-dropdown-wrap::before {
  border-radius: inherit;
  content: "";
  background: currentColor;
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  transition: opacity .2s ease-in-out;
}

.k-button:hover::before, .k-button.k-state-hover::before {
  opacity: 0.12;
}

.k-button:focus::before, .k-button.k-state-focused::before {
  opacity: 0.12;
}

.k-button.k-no-focus:not(:hover)::before, .k-button.k-no-focus:not(.k-state-hover)::before {
  opacity: 0;
}

.k-button:active::before, .k-button.k-state-active::before {
  opacity: 0.16;
}

.k-button.k-state-selected::before {
  opacity: 0.22;
}

.k-button.k-button-clear::before {
  display: none;
}

.k-button::after {
  border-radius: 2px;
  content: "";
  opacity: 0;
  display: none;
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  transition: opacity .2s ease-in-out;
}

.k-ie9 .k-button[disabled]:hover,
.k-ie9 .k-button[disabled]:focus,
.k-ie9 .k-button.k-state-disabled:hover,
.k-ie9 .k-button.k-state-disabled:focus,
.k-ie10 .k-button[disabled]:hover,
.k-ie10 .k-button[disabled]:focus,
.k-ie10 .k-button.k-state-disabled:hover,
.k-ie10 .k-button.k-state-disabled:focus {
  outline: none;
  cursor: default;
  opacity: 0.6;
  box-shadow: none;
}

.k-ie .k-button,
.k-ie .k-button-group {
  display: inline-block;
}

.k-button {
  text-transform: uppercase;
  font-weight: 500;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.k-button::before {
  display: block;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.k-button.k-clear::before {
  display: none;
}

.k-button.k-outline {
  border: 2px solid currentColor;
}

.k-button.k-outline:not(.k-button-icon) {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 14px;
}

.k-button-group-outline .k-button ~ .k-button {
  border-left-width: 0;
}

.k-rtl .k-button-group-outline .k-button ~ .k-button {
  border-left-width: 2px;
  border-right-width: 0;
}

.k-overflow-button.k-button-group,
.k-overflow-group.k-button-group {
  line-height: inherit;
}

.k-button {
  border-color: white;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.k-button:active, .k-button.k-state-active {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.k-button.k-state-disabled, .k-button.k-state-disabled:hover, .k-button.k-state-disabled:focus, .k-button.k-state-disabled.k-state-focused {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

.k-button:not(.k-flat):not(.k-bare):not(.k-outline):not(.k-overflow-button).k-state-disabled {
  background-color: rgba(0, 0, 0, 0.12);
  box-shadow: none !important;
}

.k-split-button .k-button:not(.k-flat):not(.k-bare):not(.k-outline):not(.k-overflow-button).k-state-disabled {
  background: transparent;
}

.k-button.k-primary:not(.k-outline) {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #3f51b5;
}

.k-button.k-primary:not(.k-outline).k-state-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.k-button-flat.k-primary, .k-edit-buttons .k-primary.k-button, .k-primary.k-button.k-flat,
.k-primary.k-button.k-bare, .k-calendar-header .k-primary.k-button, .k-toolbar .k-split-button.k-state-disabled .k-primary.k-button, .k-spreadsheet-quick-access-toolbar .k-primary.k-button, .k-spreadsheet-sheets-bar .k-primary.k-button, .k-spreadsheet-popup .k-primary.k-button, .k-button-flat.k-primary:hover, .k-edit-buttons .k-primary.k-button:hover, .k-primary.k-button.k-flat:hover,
.k-primary.k-button.k-bare:hover, .k-calendar-header .k-primary.k-button:hover, .k-toolbar .k-split-button.k-state-disabled .k-primary.k-button:hover, .k-spreadsheet-quick-access-toolbar .k-primary.k-button:hover, .k-spreadsheet-sheets-bar .k-primary.k-button:hover, .k-spreadsheet-popup .k-primary.k-button:hover, .k-button-flat.k-primary.k-state-hover, .k-edit-buttons .k-primary.k-state-hover.k-button, .k-primary.k-state-hover.k-button.k-flat,
.k-primary.k-state-hover.k-button.k-bare, .k-calendar-header .k-primary.k-state-hover.k-button, .k-toolbar .k-split-button.k-state-disabled .k-primary.k-state-hover.k-button, .k-spreadsheet-quick-access-toolbar .k-primary.k-state-hover.k-button, .k-spreadsheet-sheets-bar .k-primary.k-state-hover.k-button, .k-spreadsheet-popup .k-primary.k-state-hover.k-button,
.k-button.k-outline.k-primary,
.k-button.k-outline.k-primary:hover,
.k-button.k-outline.k-primary.k-state-hover {
  color: #3f51b5;
}

.k-button-flat.k-primary.k-state-disabled, .k-edit-buttons .k-primary.k-state-disabled.k-button, .k-primary.k-state-disabled.k-button.k-flat,
.k-primary.k-state-disabled.k-button.k-bare, .k-calendar-header .k-primary.k-state-disabled.k-button, .k-toolbar .k-split-button.k-state-disabled .k-primary.k-state-disabled.k-button, .k-spreadsheet-quick-access-toolbar .k-primary.k-state-disabled.k-button, .k-spreadsheet-sheets-bar .k-primary.k-state-disabled.k-button, .k-spreadsheet-popup .k-primary.k-state-disabled.k-button,
.k-button.k-outline.k-primary.k-state-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.k-button.k-outline.k-state-active,
.k-button.k-outline:active {
  box-shadow: none;
}

.k-button-group {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.k-button-group .k-button {
  box-shadow: none;
}

.k-button-group.k-toggled {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.k-button-group.k-state-disabled {
  box-shadow: none;
  opacity: 1;
}

.k-button-group.k-state-disabled .k-button {
  color: rgba(0, 0, 0, 0.38);
}

.k-button-group.k-state-disabled .k-button:not(.k-flat):not(.k-bare):not(.k-outline):not(.k-overflow-button) {
  background-color: rgba(0, 0, 0, 0.12);
}

.k-button-group-flat,
.k-button-group-bare,
.k-button-group-outline {
  box-shadow: none;
}

.k-button.k-button-clear {
  border-color: transparent !important;
  color: rgba(0, 0, 0, 0.67);
  background: none !important;
  box-shadow: none !important;
}

.k-button.k-button-clear::after {
  display: block;
}

.k-button.k-button-clear:hover, .k-button.k-button-clear.k-state-hover, .k-button.k-button-clear:active, .k-button.k-button-clear.k-state-active, .k-button.k-button-clear:focus, .k-button.k-button-clear.k-state-focused {
  color: rgba(0, 0, 0, 0.87);
}

.k-button.k-button-clear:focus::after, .k-button.k-button-clear.k-state-focused::after {
  background-color: rgba(0, 0, 0, 0.67);
  opacity: 0.155;
}

.k-button.k-button-clear.k-state-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.k-actions,
.k-action-buttons,
.k-columnmenu-actions {
  padding: 8px 8px;
  border-width: 0px;
  border-style: solid;
  border-color: inherit;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: flex-end;
  justify-content: flex-end;
  clear: both;
}

.k-actions .k-button + .k-button,
.k-action-buttons .k-button + .k-button,
.k-columnmenu-actions .k-button + .k-button {
  margin-left: 8px;
  flex-shrink: 0;
}

.k-rtl .k-actions .k-button + .k-button,
[dir="rtl"] .k-actions .k-button + .k-button, .k-rtl
.k-action-buttons .k-button + .k-button,
[dir="rtl"]
.k-action-buttons .k-button + .k-button, .k-rtl
.k-columnmenu-actions .k-button + .k-button,
[dir="rtl"]
.k-columnmenu-actions .k-button + .k-button {
  margin-left: 0;
  margin-right: 8px;
}

.k-popup .k-actions,
.k-popup .k-action-buttons,
.k-popup .k-columnmenu-actions {
  margin-top: 16px;
}

.k-actions {
  justify-content: flex-start;
}

.k-actions .k-button {
  flex: 0 1 auto;
}

.k-actions.k-actions-start {
  justify-content: flex-start;
}

.k-actions.k-actions-center {
  justify-content: center;
}

.k-actions.k-actions-end {
  justify-content: flex-end;
}

.k-actions.k-actions-stretched {
  padding: 0;
  align-items: stretch;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 1px 0 0;
  border-style: solid;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  flex-basis: auto;
  overflow: hidden;
}

.k-actions.k-actions-stretched .k-button {
  background-clip: border-box;
  border-radius: 0;
  padding: 12px 16px;
  border-width: 0;
  text-overflow: ellipsis;
  flex: 1 0 0%;
  flex-grow: 1;
  display: inline-block;
  overflow: hidden;
  width: auto !important;
  max-width: 100%;
}

.k-actions.k-actions-stretched .k-button ~ .k-button {
  margin: 0;
  border-left-width: 1px;
}

.k-actions .k-button,
.k-action-buttons .k-button,
.k-columnmenu-actions .k-button {
  box-shadow: none;
}

.k-actions-stretched {
  border-color: rgba(0, 0, 0, 0.08);
}

.k-actions .k-button:not(.k-primary),
.k-actions .k-button-secondary,
.k-action-buttons .k-button:not(.k-primary),
.k-action-buttons .k-button-secondary,
.k-columnmenu-actions .k-button:not(.k-primary),
.k-columnmenu-actions .k-button-secondary {
  background-color: #ebebeb;
}

.k-textbox {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.125;
  box-sizing: border-box;
  box-shadow: none;
  background: none;
  display: inline-flex;
  flex-flow: row nowrap;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none;
}

.k-textbox::-ms-clear {
  display: none;
}

.k-textbox::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-textbox::placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-textbox > input {
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  color: inherit;
  background: none;
  font: inherit;
  display: inline-block;
  flex: 1 1 auto;
  -webkit-appearance: none;
}

.k-textbox > input::-ms-clear {
  display: none;
}

.k-textbox > input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-textbox > input::placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-textbox:disabled, .k-textbox[disabled], .k-textbox.k-state-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-textbox:disabled::-moz-selection, .k-textbox[disabled]::-moz-selection, .k-textbox.k-state-disabled::-moz-selection {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

.k-textbox:disabled::selection, .k-textbox[disabled]::selection, .k-textbox.k-state-disabled::selection {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

.k-textbox {
  padding: 8px 0px;
  width: 200px;
  height: calc(1.125em + 18px);
}

.k-textbox > input {
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-textbox .k-icon {
  top: 50%;
  margin: -8px 0 0;
  position: absolute;
}

.k-input {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  box-shadow: none;
  color: inherit;
  background: none;
  font: inherit;
  flex: 1 1 auto;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
}

.k-input::-ms-clear {
  display: none;
}

.k-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-input::placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-space-left {
  padding-left: 1.9em;
}

.k-space-left .k-icon {
  left: 3px;
}

.k-space-right {
  padding-right: 1.9em;
}

.k-space-right .k-icon {
  right: 3px;
}

.k-textbox-container,
.k-floating-label-container {
  padding-top: 1.03125em;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  flex-direction: column;
  justify-content: stretch;
}

.k-textbox-container > .k-label,
.k-floating-label-container > .k-label {
  max-width: 90%;
  line-height: 1.375em;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  top: calc(1.03125em + 9px);
  left: 1px;
  overflow: hidden;
  cursor: text;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: none;
}

.k-textbox-container > .k-textbox,
.k-textbox-container > .k-widget,
.k-floating-label-container > .k-textbox,
.k-floating-label-container > .k-widget {
  flex: 1 1 auto;
  width: auto;
}

.k-textbox-container.k-state-empty > .k-label,
.k-floating-label-container.k-state-empty > .k-label {
  transform: translate(0, 0) scale(1);
}

.k-textbox-container > .k-label,
.k-textbox-container.k-state-focused > .k-label,
.k-floating-label-container > .k-label,
.k-floating-label-container.k-state-focused > .k-label {
  transform: translate(0px, -6px) translate(-1px, -1.03125em) translate(-12.5%, -9.375%) scale(0.75);
}

.k-textbox-container.k-state-empty:not(.k-state-focused) ::-moz-placeholder, .k-floating-label-container.k-state-empty:not(.k-state-focused) ::-moz-placeholder {
  color: transparent;
}

.k-textbox-container.k-state-empty:not(.k-state-focused) ::placeholder,
.k-floating-label-container.k-state-empty:not(.k-state-focused) ::placeholder {
  color: transparent;
}

.k-rtl .k-textbox-container > .k-label, .k-textbox-container[dir="rtl"] > .k-label, .k-rtl
.k-floating-label-container > .k-label,
.k-floating-label-container[dir="rtl"] > .k-label {
  left: auto;
  right: 1px;
}

.k-rtl .k-textbox-container.k-state-empty > .k-label, .k-textbox-container[dir="rtl"].k-state-empty > .k-label, .k-rtl
.k-floating-label-container.k-state-empty > .k-label,
.k-floating-label-container[dir="rtl"].k-state-empty > .k-label {
  transform: translate(0, 0) scale(1);
}

.k-rtl .k-textbox-container > .k-label,
.k-rtl .k-textbox-container.k-state-focused > .k-label, .k-textbox-container[dir="rtl"] > .k-label,
.k-textbox-container[dir="rtl"].k-state-focused > .k-label, .k-rtl
.k-floating-label-container > .k-label,
.k-rtl
.k-floating-label-container.k-state-focused > .k-label,
.k-floating-label-container[dir="rtl"] > .k-label,
.k-floating-label-container[dir="rtl"].k-state-focused > .k-label {
  transform: translate(0px, -6px) translate(1px, -1.03125em) translate(12.5%, -9.375%) scale(0.75);
}

.k-input-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
}

.k-ie9 .k-input-icon {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

.k-ie9 .k-rtl .k-input-icon, .k-ie9
[dir="rtl"] .k-input-icon {
  left: 0;
  right: auto;
}

.k-fieldset {
  margin: 30px;
  border-width: 1px 0 0;
  border-style: solid;
  padding: 25px 0 0;
}

.k-fieldset > legend {
  margin-left: 0;
  padding: 0 16px 0 0;
  text-transform: uppercase;
}

kendo-label > .k-label {
  margin: 0;
}

.k-label-optional {
  margin-left: 6px;
  font-size: 12px;
  font-style: italic;
  align-self: center;
}

.k-label-empty::before {
  content: "";
  display: inline-block;
}

.k-text-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-input-label {
  margin-right: 10px;
  z-index: 1;
}

.k-rtl .k-input-label, .k-input-label.k-rtl,
[dir="rtl"] .k-input-label, .k-input-label[dir="rtl"] {
  margin-right: 0;
  margin-left: 10px;
}

@keyframes autoFillStart {
  from {
  }
  to {
  }
}

@keyframes autoFillEnd {
  from {
  }
  to {
  }
}

.k-autofill:-webkit-autofill {
  animation-name: autoFillStart;
}

.k-autofill:not(:-webkit-autofill) {
  animation-name: autoFillEnd;
}

.k-textbox:-webkit-autofill {
  animation-name: autoFillStart;
}

.k-textbox:not(:-webkit-autofill) {
  animation-name: autoFillEnd;
}

.k-ie .k-textbox :-ms-input-placeholder, .k-ie .k-textbox:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

.k-textbox:disabled {
  border-style: dashed;
}

.k-textbox {
  border-width: 0 0 1px;
}

.k-textarea {
  border-radius: 2px;
}

.k-textbox-container::after,
.k-floating-label-container::after {
  display: block;
  z-index: 2;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  margin: auto;
  opacity: 0;
  transform: scaleX(0.5);
  transition: transform .3s;
  background-color: #3f51b5;
}

.k-textbox-container.k-state-focused::after,
.k-floating-label-container.k-state-focused::after {
  opacity: 1;
  transform: scaleX(1);
}

.k-textbox-container.k-state-invalid::after,
.k-floating-label-container.k-state-invalid::after {
  background-color: #f31700;
  transition: none;
}

.k-textbox {
  border-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87);
}

.k-textbox::-moz-selection, .k-textbox .k-input::-moz-selection {
  color: white;
  background-color: #3f51b5;
}

.k-textbox::selection,
.k-textbox .k-input::selection {
  color: white;
  background-color: #3f51b5;
}

.k-textbox:hover, .k-textbox.k-state-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-textbox:focus, .k-textbox:focus-within, .k-textbox.k-state-focus, .k-textbox.k-state-focused {
  border-color: #3f51b5;
}

.k-textbox.k-invalid, .k-textbox.k-state-invalid, .k-textbox.ng-invalid.ng-touched, .k-textbox.ng-invalid.ng-dirty {
  border-color: #f31700;
}

.k-textbox, .k-textbox:hover, .k-textbox.k-state-hover, .k-textbox:focus, .k-textbox.k-state-focus, .k-textbox.k-state-focused, .k-textbox.k-invalid, .k-textbox.k-state-invalid, .k-textbox.ng-invalid.ng-touched, .k-textbox.ng-invalid.ng-dirty {
  border-top-color: transparent;
}

.k-textbox-container,
.k-floating-label-container {
  vertical-align: baseline;
}

.k-textbox-container > .k-label,
.k-floating-label-container > .k-label {
  color: rgba(0, 0, 0, 0.6);
}

.k-textbox-container.k-state-focused > .k-label,
.k-floating-label-container.k-state-focused > .k-label {
  color: #3f51b5;
}

.k-textbox-container.k-state-invalid + .k-label,
.k-textbox-container .k-state-invalid + .k-label,
.k-textbox-container .ng-invalid.ng-touched + .k-label,
.k-textbox-container .ng-invalid.ng-dirty + .k-label,
.k-floating-label-container.k-state-invalid + .k-label,
.k-floating-label-container .k-state-invalid + .k-label,
.k-floating-label-container .ng-invalid.ng-touched + .k-label,
.k-floating-label-container .ng-invalid.ng-dirty + .k-label {
  color: #f31700;
}

.k-textarea {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  box-shadow: none;
  background: none;
  display: inline-flex;
  flex-flow: row nowrap;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none;
}

.k-textarea::-ms-clear {
  display: none;
}

.k-textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-textarea::placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-textarea > .k-input {
  padding: 0;
  margin: 0;
  width: 100%;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  color: inherit;
  background: none;
  font: inherit;
  display: inline-block;
  flex: 1 1 auto;
  -webkit-appearance: none;
}

.k-textarea > .k-input::-ms-clear {
  display: none;
}

.k-textarea > .k-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-textarea > .k-input::placeholder {
  color: rgba(0, 0, 0, 0.54);
  opacity: 1;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-textarea:disabled, .k-textarea[disabled], .k-textarea.k-state-disabled {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

.k-textarea:disabled::-moz-selection, .k-textarea[disabled]::-moz-selection, .k-textarea.k-state-disabled::-moz-selection {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

.k-textarea:disabled::selection, .k-textarea[disabled]::selection, .k-textarea.k-state-disabled::selection {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

textarea.k-textarea {
  padding: 6px 16px;
  width: 18em;
  min-height: calc(1.125em + 18px);
  display: inline-block;
  resize: both;
}

.k-textarea > .k-input {
  padding: 6px 16px;
  width: 18em;
  min-height: calc(1.125em + 18px);
  overflow-y: auto;
  resize: both;
}

.k-textbox-container > .k-textarea,
.k-floating-label-container > .k-textarea {
  flex: 1 1 auto;
  width: auto;
}

.k-ie .k-textarea :-ms-input-placeholder, .k-ie .k-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

.k-textarea {
  border-width: 0 0 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.k-floating-label-container.k-textarea-container,
.k-textbox-container.k-textarea-container {
  padding-top: 0;
}

.k-floating-label-container.k-textarea-container .k-textarea .k-input,
.k-textbox-container.k-textarea-container .k-textarea .k-input {
  padding-top: 20px;
}

.k-floating-label-container.k-textarea-container .k-label,
.k-textbox-container.k-textarea-container .k-label {
  font-size: 16px;
  transform: none;
  top: 6px;
  left: 16px;
}

.k-floating-label-container.k-textarea-container:not(.k-state-empty) > .k-label, .k-floating-label-container.k-textarea-container.k-state-focused > .k-label,
.k-textbox-container.k-textarea-container:not(.k-state-empty) > .k-label,
.k-textbox-container.k-textarea-container.k-state-focused > .k-label {
  background: transparent;
  transform: scale(0.75);
  transform-origin: top left;
}

.k-floating-label-container.k-textarea-container::after,
.k-textbox-container.k-textarea-container::after {
  display: none;
}

.k-rtl .k-floating-label-container.k-textarea-container > .k-label,
.k-floating-label-container.k-textarea-container[dir="rtl"] > .k-label,
.k-rtl .k-textbox-container.k-textarea-container > .k-label,
.k-textbox-container.k-textarea-container[dir="rtl"] > .k-label {
  left: initial;
  right: 16px;
  transform-origin: top right;
}

.k-textbox-container.k-textarea-wrapper,
.k-floating-label-container.k-textarea-container {
  padding-top: 0;
}

.k-textbox-container.k-textarea-wrapper .k-textarea,
.k-floating-label-container.k-textarea-container .k-textarea {
  padding-top: 20px;
}

.k-textbox-container.k-textarea-wrapper .k-label,
.k-floating-label-container.k-textarea-container .k-label {
  font-size: 16px;
  transform: none;
  top: 6px;
  left: 16px;
}

.k-textbox-container.k-textarea-wrapper:not(.k-state-empty) > .k-label, .k-textbox-container.k-textarea-wrapper.k-state-focused > .k-label,
.k-floating-label-container.k-textarea-container:not(.k-state-empty) > .k-label,
.k-floating-label-container.k-textarea-container.k-state-focused > .k-label {
  background: transparent;
  transform: scale(0.75);
  transform-origin: top left;
}

.k-textbox-container.k-textarea-wrapper::after,
.k-floating-label-container.k-textarea-container::after {
  display: none;
}

.k-rtl .k-textbox-container.k-textarea-wrapper > .k-label,
.k-textbox-container.k-textarea-wrapper[dir="rtl"] > .k-label {
  left: initial;
  right: 16px;
  transform-origin: top right;
}

.k-textarea {
  border-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87);
  background-color: #f5f5f5;
}

.k-textarea::-moz-selection, .k-textarea .k-input::-moz-selection {
  color: rgba(0, 0, 0, 0.87);
  background-color: #cecece;
}

.k-textarea::selection,
.k-textarea .k-input::selection {
  color: rgba(0, 0, 0, 0.87);
  background-color: #cecece;
}

.k-textarea:hover, .k-textarea.k-state-hover {
  border-color: rgba(0, 0, 0, 0.42);
  background-color: #ebebeb;
}

.k-textarea:focus, .k-textarea:focus-within, .k-textarea.k-state-focus, .k-textarea.k-state-focused {
  border-color: #3f51b5;
  box-shadow: 0 0 0 1px #3f51b5;
}

.k-textarea.k-invalid, .k-textarea.k-state-invalid, .k-textarea.ng-invalid.ng-touched, .k-textarea.ng-invalid.ng-dirty {
  border-color: #f31700;
}

.k-textarea.k-invalid:focus, .k-textarea.k-invalid:focus-within, .k-textarea.k-invalid.k-state-focus, .k-textarea.k-invalid.k-state-focused, .k-textarea.k-state-invalid:focus, .k-textarea.k-state-invalid:focus-within, .k-textarea.k-state-invalid.k-state-focus, .k-textarea.k-state-invalid.k-state-focused, .k-textarea.ng-invalid.ng-touched:focus, .k-textarea.ng-invalid.ng-touched:focus-within, .k-textarea.ng-invalid.ng-touched.k-state-focus, .k-textarea.ng-invalid.ng-touched.k-state-focused, .k-textarea.ng-invalid.ng-dirty:focus, .k-textarea.ng-invalid.ng-dirty:focus-within, .k-textarea.ng-invalid.ng-dirty.k-state-focus, .k-textarea.ng-invalid.ng-dirty.k-state-focused {
  box-shadow: 0 0 0 1px #f31700;
}

.k-textbox-container:not(.k-state-empty) > .k-label,
.k-floating-label-container:not(.k-state-empty) > .k-label {
  background-color: white;
}

.k-popup {
  margin: 0;
  padding: 0px 0px;
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.k-popup > .k-widget {
  border-width: 0;
}

.k-popup.k-colorpicker-popup {
  display: flex;
  align-items: center;
}

.k-popup .k-item {
  outline: none;
}

.k-popup .k-rtl .k-list-optionlabel,
[dir="rtl"] .k-popup .k-list-optionlabel {
  text-align: right;
}

.k-animation-container {
  border-radius: 0 0 2px 2px;
}

.k-animation-container-shown {
  overflow: visible;
}

.k-popup > kendo-list > .k-first {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.k-popup .k-item.k-first {
  position: relative;
}

.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  padding: 6px 24px;
  min-height: 2em;
  font-size: 12px;
  white-space: normal;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.k-popup > .k-group-header {
  margin-top: 0px;
}

.k-popup .k-outer-group-header {
  padding: 6px 24px;
  min-height: 2em;
  font-size: 12px;
  white-space: normal;
}

.k-popup .k-outer-group-header.k-virtual-item {
  white-space: nowrap;
  text-overflow: ellipsis;
}

.k-popup > .k-colorpalette,
.k-popup > .k-flatcolorpicker {
  padding: 24px;
}

.k-popup .k-list .k-item > .k-group {
  padding: 0 .5em;
  font-size: 9.996px;
  line-height: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
}

.k-popup .k-list .k-item > .k-group::before {
  content: "";
  width: 14px;
  height: 14px;
  border-width: 7px;
  border-style: solid;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -14px;
  bottom: 0;
}

.k-rtl.k-popup .k-list .k-item > .k-group,
[dir="rtl"] .k-popup .k-list .k-item > .k-group {
  right: auto;
  left: 0;
}

.k-rtl.k-popup .k-list .k-item > .k-group::before,
[dir="rtl"] .k-popup .k-list .k-item > .k-group::before {
  right: -14px;
  left: auto;
}

.k-group-header + div > .k-list > .k-item.k-first::before {
  content: " ";
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

.k-popup .k-list > .k-outer-group-header {
  border-top-width: 1px;
  border-top-style: solid;
}

.k-popup.k-popup-transparent {
  border-width: 0;
  background-color: transparent;
}

.k-popup.k-popup-flush {
  padding: 0;
}

.k-list-scroller {
  position: relative;
  overflow: auto;
}

.k-list {
  height: auto;
}

.k-list > .k-item {
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
}

.k-list > .k-item > .k-icon {
  align-self: center;
  margin-right: 16px;
}

.k-list > .k-custom-item {
  font-style: italic;
}

.k-list > .k-custom-item > .k-i-plus, .k-list > .k-custom-item > .k-plus::before, .k-list > .k-custom-item > .k-i-add::before {
  margin-left: auto;
  margin-right: 0;
}

[dir="rtl"] .k-list > .k-item > .k-icon {
  margin-right: 0;
  margin-left: 16px;
}

.k-list .k-item,
.k-list-optionlabel {
  padding: 2px 24px;
  min-height: 2em;
  line-height: 2em;
  white-space: normal;
  transition-property: color, background-color, outline-color, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: ease;
}

.k-list-optionlabel {
  cursor: pointer;
  outline: none;
}

.k-list-filter {
  display: block;
  position: relative;
  padding: 16px;
  min-height: calc(32px + 2em);
  box-sizing: border-box;
  flex: 1 0 auto;
}

.k-list-filter > .k-textbox {
  width: 100% !important;
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 32px;
}

.k-list-filter > .k-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.k-rtl .k-list-filter > .k-textbox,
[dir="rtl"] .k-list-filter > .k-textbox {
  padding-right: 16px;
  padding-left: 32px;
}

.k-rtl .k-list-filter > .k-icon,
[dir="rtl"] .k-list-filter > .k-icon {
  left: 16px;
  right: auto;
}

.k-dropdown-button .k-popup .k-item {
  cursor: pointer;
}

.k-split-button .k-list .k-item:focus,
.k-dropdown-button .k-list .k-item:focus {
  outline: none;
}

.k-list-container .k-button {
  border-radius: 0;
  padding: 2px 24px;
  border-width: 0;
  color: inherit;
  background-color: transparent;
  background-image: none;
  line-height: inherit;
  display: flex;
  justify-content: flex-start;
}

.k-list-container .k-button .k-icon {
  margin: 0 4px 0 0;
}

.k-ie11 .k-list-container .k-button {
  display: flex;
}

.k-list-container .k-button.k-state-disabled {
  pointer-events: none;
}

.k-list-container .k-nodata {
  min-height: 138px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: lighter;
  text-align: center;
  white-space: normal;
}

.k-list-container .k-nodata .k-button {
  display: inline-flex;
  border-width: 1px;
}

.k-list-container .k-separator {
  height: 0;
}

.k-virtual-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.k-virtual-content > .k-virtual-list > .k-virtual-item {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.k-popup .k-group-header {
  text-transform: uppercase;
}

.k-popup.k-colorpicker-popup {
  padding: 0;
}

.k-popup .k-outer-group-header {
  line-height: 1.5;
}

.k-list-container .k-button {
  box-shadow: none;
}

.k-list-container .k-button::before {
  display: none;
}

.k-list-filter {
  height: auto;
}

.k-list-filter > .k-textbox {
  border-width: 0 0 2px;
  border-radius: 4px;
}

.k-list-filter > .k-icon {
  margin-top: -.5em;
  transform: none;
}

.k-animation-container-shown.k-tooltip-wrapper .k-popup-transparent {
  padding: 0;
}

.k-popup {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-popup > kendo-list > .k-first {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.k-popup > .k-group-header,
.k-popup > .k-virtual-wrap > .k-group-header {
  color: rgba(0, 0, 0, 0.54);
}

.k-popup > .k-group-header,
.k-popup .k-outer-group-header.k-first,
.k-popup > .k-virtual-wrap > .k-group-header {
  border-bottom-color: rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}

.k-popup .k-outer-group-header {
  color: rgba(0, 0, 0, 0.54);
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.k-popup .k-list .k-item > .k-group {
  color: rgba(0, 0, 0, 0.54);
  background: rgba(0, 0, 0, 0.12);
}

.k-popup .k-list .k-item > .k-group::before {
  border-color: rgba(0, 0, 0, 0.12) rgba(0, 0, 0, 0.12) transparent transparent;
}

.k-rtl.k-popup .k-list .k-item > .k-group::before,
[dir="rtl"] .k-popup .k-list .k-item > .k-group::before {
  border-color: rgba(0, 0, 0, 0.12) transparent transparent rgba(0, 0, 0, 0.12);
}

.k-group-header + div > .k-list > .k-item.k-first::before {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-list > .k-outer-group-header {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-popup > .k-colorpalette,
.k-popup > .k-flatcolorpicker {
  background: transparent;
}

.k-list .k-item:hover,
.k-list .k-item.k-state-hover,
.k-list-optionlabel:hover,
.k-list-optionlabel.k-state-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-list .k-item:hover.k-state-selected,
.k-list .k-item.k-state-hover.k-state-selected,
.k-list-optionlabel:hover.k-state-selected,
.k-list-optionlabel.k-state-hover.k-state-selected {
  color: #ff4081;
  background-color: #ebebeb;
}

.k-list .k-item.k-state-selected,
.k-list-optionlabel.k-state-selected {
  color: #ff4081;
  background-color: white;
}

.k-animation-container {
  border-radius: 0 0 2px 2px;
}

.k-animation-container-shown,
.k-animation-container > .k-popup {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.k-animation-container-fixed > .k-popup {
  box-shadow: none;
}

.k-list-container .k-button,
.k-list-container .k-button.k-state-active {
  box-shadow: none;
}

.k-list-container .k-button:hover,
.k-list-container .k-button.k-state-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
  background-image: none;
}

.k-list-container .k-button:active,
.k-list-container .k-button.k-state-active {
  color: #ff4081;
  background-color: white;
  background-image: none;
}

.k-list-container .k-button.k-state-disabled {
  background: transparent;
}

.k-list-container .k-nodata {
  color: rgba(0, 0, 0, 0.5);
}

.k-list-container .k-nodata .k-button {
  border-color: white;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-list .k-item:focus, .k-list .k-item.k-state-focused,
.k-list-optionlabel:focus,
.k-list-optionlabel.k-state-focused {
  background: rgba(0, 0, 0, 0.04);
}

.k-list-container .k-button:hover,
.k-list-container .k-button.k-state-hover {
  background: rgba(0, 0, 0, 0.04);
}

.k-list-container .k-button:active,
.k-list-container .k-button.k-state-active {
  box-shadow: none;
}

.k-list-container .k-button.k-state-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.k-list-container .k-button:focus, .k-list-container .k-button.k-state-focused {
  background: rgba(0, 0, 0, 0.04);
}

.k-list-filter > .k-textbox {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-tooltip {
  border-radius: 2px;
  margin: 0;
  padding: 3px 8px;
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  background-repeat: repeat-x;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 1.4285714286;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  position: absolute;
  z-index: 12000;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-tooltip-icon {
  margin-inline-end: 4px;
  flex-shrink: 0;
}

.k-tooltip-title {
  margin-bottom: .25em;
  font-size: 15px;
  line-height: 1;
}

.k-tooltip-content {
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-tooltip-button {
  margin-inline-start: 4px;
  flex-shrink: 0;
}

.k-tooltip-button .k-icon {
  color: inherit;
  vertical-align: top;
}

.k-callout {
  width: 12px;
  height: 12px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  position: absolute;
  pointer-events: none;
}

.k-callout-n {
  margin-left: -6px;
  border-bottom-color: currentColor;
  top: -12px;
  left: 50%;
  pointer-events: none;
}

.k-callout-e {
  margin-top: -6px;
  border-left-color: currentColor;
  top: 50%;
  right: -12px;
  pointer-events: none;
}

.k-callout-s {
  margin-left: -6px;
  border-top-color: currentColor;
  bottom: -12px;
  left: 50%;
  pointer-events: none;
}

.k-callout-w {
  margin-top: -6px;
  border-right-color: currentColor;
  top: 50%;
  left: -12px;
  pointer-events: none;
}

.k-tooltip-wrapper .k-tooltip {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.k-tooltip {
  border-color: rgba(97, 97, 97, 0.9);
  color: white;
  background-color: rgba(97, 97, 97, 0.9);
}

.k-tooltip .k-callout {
  color: rgba(97, 97, 97, 0.9);
}

.k-tooltip-primary {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #3f51b5;
}

.k-tooltip-primary .k-callout {
  color: #3f51b5;
}

.k-tooltip-info {
  border-color: #0058e9;
  color: #ffffff;
  background-color: #0058e9;
}

.k-tooltip-info .k-callout {
  color: #0058e9;
}

.k-tooltip-success {
  border-color: #37b400;
  color: #ffffff;
  background-color: #37b400;
}

.k-tooltip-success .k-callout {
  color: #37b400;
}

.k-tooltip-warning {
  border-color: #ffc000;
  color: #000000;
  background-color: #ffc000;
}

.k-tooltip-warning .k-callout {
  color: #ffc000;
}

.k-tooltip-error {
  border-color: #f31700;
  color: #ffffff;
  background-color: #f31700;
}

.k-tooltip-error .k-callout {
  color: #f31700;
}

.k-validator-tooltip {
  margin-top: 6px;
  width: auto;
  white-space: normal;
  display: flex;
  align-items: center;
  z-index: 9999;
}

.k-grid .k-validator-tooltip {
  max-width: 300px;
}

.k-autocomplete {
  padding: 0 24px 0 0;
  width: 200px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  background: none;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.125;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  transition: all .1s ease;
  position: relative;
  cursor: default;
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-autocomplete .k-input {
  padding: 8px 0px;
  height: calc(16px + 1.125em);
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: inherit;
  background: none;
  font: inherit;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-autocomplete .k-i-close, .k-autocomplete .k-i-group-delete::before {
  display: none;
  align-self: center;
}

.k-autocomplete .k-i-loading {
  height: 18px;
  line-height: 18px;
  position: absolute;
  top: 8px;
  right: 4px;
}

.k-rtl .k-autocomplete .k-i-loading,
[dir="rtl"] .k-autocomplete .k-i-loading {
  right: auto;
  left: 4px;
}

.k-autocomplete .k-clear-value {
  height: 18px;
  line-height: 18px;
  outline: 0;
  cursor: pointer;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: .5;
  position: absolute;
  top: 8px;
  right: 4px;
}

.k-rtl .k-autocomplete .k-clear-value,
[dir="rtl"] .k-autocomplete .k-clear-value {
  right: auto;
  left: 4px;
}

.k-autocomplete .k-clear-value:hover {
  opacity: 1;
}

.k-autocomplete .k-searchbar {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.k-autocomplete:hover .k-i-close, .k-autocomplete:hover .k-i-group-delete::before, .k-autocomplete.k-state-hover .k-i-close, .k-autocomplete.k-state-hover .k-i-group-delete::before, .k-autocomplete.k-state-focused .k-i-close, .k-autocomplete.k-state-focused .k-i-group-delete::before {
  display: flex;
  outline: 0;
}

.k-autocomplete:hover .k-clear-value, .k-autocomplete.k-state-hover .k-clear-value, .k-autocomplete.k-state-focused .k-clear-value {
  display: inline-flex;
}

.k-autocomplete[dir="rtl"],
.k-rtl .k-autocomplete {
  padding-left: 24px;
  padding-right: 0;
  text-align: right;
}

.k-autocomplete[dir="rtl"] .k-clear-value,
.k-autocomplete[dir="rtl"] .k-i-loading,
.k-rtl .k-autocomplete .k-clear-value,
.k-rtl .k-autocomplete .k-i-loading {
  right: auto;
  left: 4px;
}

.k-autocomplete ::-ms-clear {
  display: none;
}

.k-autocomplete {
  border-width: 0 0 1px;
}

.k-state-disabled > .k-autocomplete, .k-autocomplete.k-state-disabled {
  border-bottom-style: dashed;
}

.k-autocomplete.k-header,
.k-autocomplete {
  border-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87);
}

.k-autocomplete.k-header:hover, .k-autocomplete.k-header.k-state-hover,
.k-autocomplete:hover,
.k-autocomplete.k-state-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-autocomplete.k-header.k-state-open, .k-autocomplete.k-header.k-state-focused,
.k-autocomplete.k-state-open,
.k-autocomplete.k-state-focused {
  border-color: #3f51b5;
}

.k-autocomplete.k-header.k-invalid, .k-autocomplete.k-header.k-invalid:hover, .k-autocomplete.k-header.k-state-invalid, .k-autocomplete.k-header.ng-invalid.ng-touched, .k-autocomplete.k-header.ng-invalid.ng-dirty,
.k-autocomplete.k-invalid,
.k-autocomplete.k-invalid:hover,
.k-autocomplete.k-state-invalid,
.k-autocomplete.ng-invalid.ng-touched,
.k-autocomplete.ng-invalid.ng-dirty {
  border-color: #f31700;
}

.k-numerictextbox {
  width: 200px;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  background: none;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.125;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-numerictextbox .k-numeric-wrap {
  padding: 0;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  transition: all .1s ease;
  cursor: default;
  outline: 0;
  display: flex;
  flex-direction: row;
}

.k-numerictextbox .k-numeric-wrap .k-input {
  padding: 8px 0px;
  height: calc(16px + 1.125em);
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: inherit;
  background: none;
  font: inherit;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-numerictextbox .k-numeric-wrap .k-input:invalid {
  box-shadow: none;
}

.k-edge .k-numerictextbox .k-numeric-wrap .k-input {
  min-width: 0;
}

.k-numerictextbox .k-numeric-wrap .k-select {
  border-radius: 0 0;
  padding: 0;
  width: calc(1.4285714286em + 16px);
  border-width: 0;
  box-sizing: border-box;
  border-style: solid;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
}

.k-numerictextbox .k-numeric-wrap .k-link {
  flex: 1 1 auto;
  display: block;
  overflow: hidden;
  position: relative;
}

.k-numerictextbox .k-numeric-wrap .k-link .k-icon {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

.k-numerictextbox .k-numeric-wrap .k-link-increase .k-icon {
  bottom: -2px;
}

.k-numerictextbox .k-numeric-wrap .k-link-decrease .k-icon {
  top: -2px;
}

.k-numerictextbox .k-numeric-wrap .k-i-warning {
  align-self: center;
  margin-right: 0.5em;
}

.k-rtl .k-numerictextbox, .k-numerictextbox[dir="rtl"] {
  text-align: right;
}

.k-rtl .k-numerictextbox .k-numeric-wrap .k-i-warning, .k-numerictextbox[dir="rtl"] .k-numeric-wrap .k-i-warning {
  align-self: center;
  margin-right: 0;
  margin-left: 0.5em;
}

.k-rtl .k-numerictextbox .k-select, .k-numerictextbox[dir="rtl"] .k-select {
  border-radius: 0 0;
}

.k-numerictextbox ::-ms-clear {
  display: none;
}

.k-numerictextbox .k-numeric-wrap {
  border-top: 1px solid transparent;
  border-width: 0 0 1px;
  position: relative;
}

.k-numerictextbox .k-numeric-wrap .k-select {
  width: 16px;
  border-width: 0;
  font-size: 14px;
}

.k-numerictextbox .k-numeric-wrap.k-state-disabled {
  border-bottom-style: dashed;
}

.k-numerictextbox.k-state-disabled .k-numeric-wrap {
  border-bottom-style: dashed;
}

.k-numerictextbox .k-numeric-wrap {
  border-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87);
}

.k-numerictextbox .k-numeric-wrap .k-select {
  border-color: white;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-numerictextbox .k-numeric-wrap .k-select:hover {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

.k-numerictextbox .k-numeric-wrap .k-select > .k-state-selected,
.k-numerictextbox .k-numeric-wrap .k-select > .k-state-active {
  border-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  background-color: #e0e0e0;
}

.k-numerictextbox .k-numeric-wrap:hover, .k-numerictextbox .k-numeric-wrap.k-state-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-numerictextbox .k-numeric-wrap:hover .k-select, .k-numerictextbox .k-numeric-wrap.k-state-hover .k-select {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

.k-numerictextbox .k-numeric-wrap.k-state-focused {
  border-color: #3f51b5;
}

.k-numerictextbox .k-numeric-wrap.k-invalid, .k-numerictextbox .k-numeric-wrap.k-invalid:hover, .k-numerictextbox .k-numeric-wrap.k-state-invalid {
  border-color: #f31700;
}

.k-numerictextbox.k-state-invalid .k-numeric-wrap, .k-numerictextbox.ng-invalid.ng-touched .k-numeric-wrap, .k-numerictextbox.ng-invalid.ng-dirty .k-numeric-wrap {
  border-color: #f31700;
}

.k-numerictextbox .k-numeric-wrap {
  border-color: rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

.k-numerictextbox .k-numeric-wrap .k-select {
  opacity: 1;
  color: inherit;
  background-color: transparent;
}

.k-numerictextbox .k-numeric-wrap .k-input {
  color: rgba(0, 0, 0, 0.87);
}

.k-numerictextbox .k-numeric-wrap .k-link {
  opacity: 0.54;
}

.k-numerictextbox .k-numeric-wrap .k-link:hover {
  opacity: 0.87;
}

.k-numerictextbox .k-numeric-wrap .k-link.k-state-selected {
  opacity: 0.87;
  background-color: transparent;
  box-shadow: none;
}

.k-numerictextbox .k-numeric-wrap:hover, .k-numerictextbox .k-numeric-wrap.k-state-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-numerictextbox .k-numeric-wrap:hover .k-select, .k-numerictextbox .k-numeric-wrap.k-state-hover .k-select {
  opacity: 0.87;
  background-color: transparent;
}

.k-numerictextbox .k-numeric-wrap.k-state-focused {
  border-color: #3f51b5;
}

.k-numerictextbox .k-numeric-wrap.k-state-focused .k-select {
  opacity: 0.87;
}

.k-numerictextbox .k-numeric-wrap.k-invalid, .k-numerictextbox .k-numeric-wrap.k-invalid:hover, .k-numerictextbox .k-numeric-wrap.k-state-invalid {
  border-color: #f31700;
}

.k-numerictextbox.k-state-focused .k-numeric-wrap {
  border-color: #3f51b5;
}

.k-numerictextbox.k-state-focused .k-numeric-wrap .k-select {
  opacity: 0.87;
}

.k-numerictextbox.ng-invalid.ng-touched .k-numeric-wrap, .k-numerictextbox.ng-invalid.ng-dirty .k-numeric-wrap {
  border-color: #f31700;
}

.k-slider {
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: block;
  background-color: transparent;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-slider .k-button {
  height: 36px;
  line-height: 36px;
  margin: 0;
  min-width: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  width: 36px;
  box-sizing: content-box;
}

.k-slider .k-button .k-icon {
  vertical-align: baseline;
  line-height: 36px;
  margin-right: 0;
  height: 100%;
}

.k-slider .k-button-increase {
  right: 0;
  top: 0;
}

.k-slider .k-button-decrease {
  left: 0;
  top: 0;
}

.k-slider .k-label {
  font-size: .92em;
  position: absolute;
  white-space: nowrap;
}

.k-slider .k-tick,
.k-slider .k-slider-track {
  cursor: pointer;
}

.k-slider .k-tick {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
}

.k-slider.k-state-disabled .k-tick,
.k-slider.k-state-disabled .k-slider-track,
.k-slider.k-state-disabled .k-draghandle {
  cursor: default;
}

.k-rtl .k-slider .k-slider-selection, .k-slider.k-rtl .k-slider-selection,
[dir="rtl"] .k-slider .k-slider-selection, .k-slider[dir="rtl"] .k-slider-selection {
  left: auto;
  right: 0;
}

.k-rtl .k-slider .k-button-increase, .k-slider.k-rtl .k-button-increase,
[dir="rtl"] .k-slider .k-button-increase, .k-slider[dir="rtl"] .k-button-increase {
  left: 0;
  right: auto;
}

.k-rtl .k-slider .k-button-decrease, .k-slider.k-rtl .k-button-decrease,
[dir="rtl"] .k-slider .k-button-decrease, .k-slider[dir="rtl"] .k-button-decrease {
  right: 0;
  left: auto;
}

.k-slider-vertical {
  height: 200px;
  width: 36px;
  outline: 0;
}

.k-slider-vertical .k-button-decrease {
  bottom: 0;
  top: auto;
}

.k-slider-vertical .k-tick {
  text-align: right;
  margin-left: 2px;
}

.k-slider-vertical .k-slider-topleft .k-tick {
  text-align: left;
}

.k-slider-vertical .k-tick {
  background-position: -92px center;
}

.k-slider-vertical .k-slider-topleft .k-tick {
  background-position: -122px center;
}

.k-slider-vertical .k-slider-bottomright .k-tick {
  background-position: -152px center;
}

.k-slider-vertical .k-tick-large {
  display: flex;
  align-items: center;
  background-position: -2px center;
}

.k-slider-vertical .k-slider-topleft .k-tick-large {
  background-position: -32px center;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large {
  background-position: -62px center;
}

.k-slider-vertical .k-first {
  background-position: -92px 100%;
}

.k-slider-vertical .k-tick-large.k-first {
  background-position: -2px 100%;
}

.k-slider-vertical .k-slider-topleft .k-first {
  background-position: -122px 100%;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-first {
  background-position: -32px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-first {
  background-position: -152px 100%;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-first {
  background-position: -62px 100%;
}

.k-slider-vertical .k-last {
  background-position: -92px 0;
}

.k-slider-vertical .k-tick-large.k-last {
  background-position: -2px 0;
}

.k-slider-vertical .k-slider-topleft .k-last {
  background-position: -122px 0;
}

.k-slider-vertical .k-slider-topleft .k-tick-large.k-last {
  background-position: -32px 0;
}

.k-slider-vertical .k-slider-bottomright .k-last {
  background-position: -152px 0;
}

.k-slider-vertical .k-slider-bottomright .k-tick-large.k-last {
  background-position: -62px 0;
}

.k-slider-vertical .k-label {
  display: block;
  left: 120%;
  text-align: left;
}

.k-slider-vertical .k-last .k-label {
  top: -.5em;
}

.k-slider-vertical .k-first .k-label {
  bottom: -.5em;
}

.k-slider-vertical .k-slider-topleft .k-label {
  left: auto;
  right: 120%;
}

.k-rtl .k-slider-vertical .k-label, .k-slider-vertical.k-rtl .k-label,
[dir="rtl"] .k-slider-vertical .k-label, .k-slider-vertical[dir="rtl"] .k-label {
  left: auto;
  right: 120%;
}

.k-rtl .k-slider-vertical .k-slider-topleft .k-label, .k-slider-vertical.k-rtl .k-slider-topleft .k-label,
[dir="rtl"] .k-slider-vertical .k-slider-topleft .k-label, .k-slider-vertical[dir="rtl"] .k-slider-topleft .k-label {
  left: 120%;
  right: auto;
}

.k-slider-horizontal {
  display: inline-block;
  height: 36px;
  width: 200px;
  outline: 0;
}

.k-slider-horizontal .k-tick {
  float: left;
  height: 100%;
  text-align: center;
}

.k-slider-horizontal .k-tick {
  background-position: center -92px;
}

.k-slider-horizontal .k-slider-topleft .k-tick {
  background-position: center -122px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick {
  background-position: center -152px;
}

.k-slider-horizontal .k-tick-large {
  background-position: center -2px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large {
  background-position: center -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large {
  background-position: center -62px;
}

.k-slider-horizontal .k-first {
  background-position: 0 -92px;
}

.k-slider-horizontal .k-tick-large.k-first {
  background-position: 0 -2px;
}

.k-slider-horizontal .k-slider-topleft .k-first {
  background-position: 0 -122px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-first {
  background-position: 0 -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-first {
  background-position: 0 -152px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-first {
  background-position: 0 -62px;
}

.k-slider-horizontal .k-last {
  background-position: 100% -92px;
}

.k-slider-horizontal .k-tick-large.k-last {
  background-position: 100% -2px;
}

.k-slider-horizontal .k-slider-topleft .k-last {
  background-position: 100% -122px;
}

.k-slider-horizontal .k-slider-topleft .k-tick-large.k-last {
  background-position: 100% -32px;
}

.k-slider-horizontal .k-slider-bottomright .k-last {
  background-position: 100% -152px;
}

.k-slider-horizontal .k-slider-bottomright .k-tick-large.k-last {
  background-position: 100% -62px;
}

.k-slider-horizontal .k-label {
  left: 0;
  bottom: -1.2em;
  line-height: 1;
  width: 100%;
}

.k-slider-horizontal .k-first .k-label {
  left: -50%;
}

.k-slider-horizontal .k-last .k-label {
  left: auto;
  right: -50%;
}

.k-slider-horizontal .k-slider-topleft .k-label {
  top: -1.2em;
}

.k-rtl .k-slider-horizontal .k-slider-track,
.k-rtl .k-slider-horizontal .k-slider-selection, .k-slider-horizontal.k-rtl .k-slider-track,
.k-slider-horizontal.k-rtl .k-slider-selection,
[dir="rtl"] .k-slider-horizontal .k-slider-track,
[dir="rtl"] .k-slider-horizontal .k-slider-selection, .k-slider-horizontal[dir="rtl"] .k-slider-track,
.k-slider-horizontal[dir="rtl"] .k-slider-selection {
  right: 0;
  left: auto;
}

.k-rtl .k-slider-horizontal .k-slider-buttons .k-slider-track, .k-slider-horizontal.k-rtl .k-slider-buttons .k-slider-track,
[dir="rtl"] .k-slider-horizontal .k-slider-buttons .k-slider-track, .k-slider-horizontal[dir="rtl"] .k-slider-buttons .k-slider-track {
  right: 58px;
}

.k-rtl .k-slider-horizontal .k-button .k-i-arrow-e,
.k-rtl .k-slider-horizontal .k-button .k-i-arrow-w, .k-slider-horizontal.k-rtl .k-button .k-i-arrow-e,
.k-slider-horizontal.k-rtl .k-button .k-i-arrow-w,
[dir="rtl"] .k-slider-horizontal .k-button .k-i-arrow-e,
[dir="rtl"] .k-slider-horizontal .k-button .k-i-arrow-w, .k-slider-horizontal[dir="rtl"] .k-button .k-i-arrow-e,
.k-slider-horizontal[dir="rtl"] .k-button .k-i-arrow-w {
  transform: scaleX(-1);
}

.k-rtl .k-slider-horizontal .k-label, .k-slider-horizontal.k-rtl .k-label,
[dir="rtl"] .k-slider-horizontal .k-label, .k-slider-horizontal[dir="rtl"] .k-label {
  left: auto;
  right: 0;
}

.k-rtl .k-slider-horizontal .k-first .k-label, .k-slider-horizontal.k-rtl .k-first .k-label,
[dir="rtl"] .k-slider-horizontal .k-first .k-label, .k-slider-horizontal[dir="rtl"] .k-first .k-label {
  right: -50%;
  left: auto;
}

.k-rtl .k-slider-horizontal .k-last .k-label, .k-slider-horizontal.k-rtl .k-last .k-label,
[dir="rtl"] .k-slider-horizontal .k-last .k-label, .k-slider-horizontal[dir="rtl"] .k-last .k-label {
  left: 50%;
  right: auto;
}

.k-slider-wrap {
  height: 100%;
  width: 100%;
}

.k-slider-track,
.k-slider-selection {
  margin: 0;
  padding: 0;
  position: absolute;
}

.k-slider-horizontal .k-slider-track, .k-slider-horizontal
.k-slider-selection {
  height: 2px;
  left: 0;
  margin-top: -1px;
  top: 50%;
}

.k-slider-vertical .k-slider-track, .k-slider-vertical
.k-slider-selection {
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
}

.k-slider-horizontal .k-slider-buttons .k-slider-track {
  left: 58px;
}

.k-slider-vertical .k-slider-buttons .k-slider-track {
  bottom: 58px;
}

.k-draghandle {
  background-color: transparent;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 0px;
  outline: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
}

.k-slider-horizontal .k-draghandle {
  top: 50%;
  transform: translateY(-50%);
}

.k-slider-horizontal .k-draghandle:active, .k-slider-horizontal .k-draghandle.k-pressed {
  transform: translateY(-50%) scale(1);
}

.k-slider-vertical .k-draghandle {
  left: 50%;
  transform: translateX(-50%);
}

.k-slider-vertical .k-draghandle:active, .k-slider-vertical .k-draghandle.k-pressed {
  transform: translateX(-50%) scale(1);
}

.k-slider-transitions.k-slider-horizontal .k-draghandle {
  transition: left 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.k-slider-transitions.k-slider-vertical .k-draghandle {
  transition: bottom 0.3s ease-out, background-color 0.3s ease-out, transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.k-draghandle.k-pressed {
  transition: none;
}

.k-slider-transitions.k-slider-horizontal .k-slider-selection {
  transition: width 0.3s ease-out;
}

.k-slider-transitions.k-slider-vertical .k-slider-selection {
  transition: height 0.3s ease-out;
}

.k-slider-selection.k-pressed {
  transition: none;
}

.k-slider-items {
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-slider-buttons .k-slider-items {
  margin-left: 58px;
}

.k-slider-horizontal .k-slider-items {
  height: 100%;
  padding: 2px 0;
  box-sizing: border-box;
}

.k-slider-vertical .k-slider-items {
  padding-top: 1px;
}

.k-slider-vertical .k-slider-buttons .k-slider-items {
  margin: 0;
  padding-top: 58px;
}

.k-slider-tooltip .k-callout-n,
.k-slider-tooltip .k-callout-s {
  margin-left: -3px;
}

.k-slider-tooltip .k-callout-w,
.k-slider-tooltip .k-callout-e {
  margin-top: -3px;
}

.k-slider .k-tick {
  margin: 0;
}

.k-slider .k-tick::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 2px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -1px;
}

.k-slider .k-draghandle {
  z-index: 2;
}

.k-slider-horizontal .k-tick.k-first::after {
  left: 0;
}

.k-slider-horizontal .k-tick.k-last::after {
  left: auto;
  right: 0;
}

.k-slider-vertical .k-tick.k-last::after {
  top: 0;
}

.k-slider-vertical .k-tick.k-first::after {
  top: auto;
  bottom: 0;
}

.k-slider {
  color: rgba(0, 0, 0, 0.87);
}

.k-slider .k-slider-track,
.k-slider .k-slider-selection {
  border-radius: 2px;
}

.k-slider .k-slider-track {
  background-color: #e6e5e5;
}

.k-slider .k-slider-selection {
  background-color: #3f51b5;
}

.k-slider .k-button {
  border-radius: 50%;
}

.k-slider .k-draghandle {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #3f51b5;
  border-radius: 50%;
}

.k-slider .k-draghandle:hover {
  border-color: #5666be;
  background-color: #5666be;
}

.k-slider .k-draghandle:active, .k-slider .k-draghandle.k-pressed {
  border-color: #3f51b5;
  background-color: #3f51b5;
  box-shadow: inset;
}

.k-slider .k-draghandle:focus, .k-slider .k-draghandle.k-state-focused {
  box-shadow: 0 0 0 11px rgba(63, 81, 181, 0.25);
}

.k-slider.k-state-focused .k-draghandle {
  box-shadow: 0 0 0 11px rgba(63, 81, 181, 0.25);
}

.k-slider.k-state-disabled {
  opacity: 0.65;
}

.k-slider .k-slider-wrap:focus {
  outline: none;
}

.k-slider {
  cursor: pointer;
}

.k-slider .k-slider-track,
.k-slider .k-slider-selection {
  border-radius: 0;
}

.k-slider .k-tick::after {
  background-color: rgba(0, 0, 0, 0.87);
}

.k-slider .k-button:hover::before, .k-slider .k-button.k-state-hover::before {
  opacity: 0;
}

.k-slider .k-draghandle {
  box-sizing: border-box;
}

.k-slider .k-draghandle:focus {
  box-shadow: 0 0 0 11px rgba(63, 81, 181, 0.25);
}

.k-slider.k-state-disabled {
  opacity: 1;
}

.k-slider.k-state-disabled .k-slider-track,
.k-slider.k-state-disabled .k-slider-selection,
.k-slider.k-state-disabled .k-draghandle {
  background-color: #e6e5e5;
}

.k-slider.k-state-disabled .k-draghandle {
  border: 2px solid inherit;
}

.k-colorpicker {
  width: auto;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  background: none;
  text-align: left;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  overflow: visible;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-colorpicker .k-selected-color {
  padding: 8px;
  width: calc(1.4285714286em + 16px);
  height: calc(1.4285714286em + 16px);
  border-width: 0 0px 0 0;
  border-style: solid;
  border-color: inherit;
  box-sizing: border-box;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.k-colorpicker .k-selected-color .k-i-line {
  border-top: 1px solid #f31700;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-33%, -33%) rotateZ(45deg);
  transform-origin: 0 0;
}

.k-colorpicker .k-selected-color .k-i-line::before {
  display: none;
}

.k-colorpicker .k-tool-icon {
  padding: 8px;
  width: calc(1.4285714286em + 16px);
  height: calc(1.4285714286em + 16px);
  border-width: 0 0px 0 0;
  border-style: solid;
  border-color: inherit;
  box-sizing: border-box;
  font-size: inherit;
  text-align: center;
}

.k-colorpicker .k-tool-icon::before {
  font-size: 16px;
  line-height: 1;
}

.k-colorpicker .k-tool-icon .k-selected-color {
  margin: 0 0 12px;
  padding: 0;
  width: 14px;
  height: 3px;
  line-height: 0;
  display: inline-block;
}

.k-colorpicker .k-tool-icon:hover,
.k-colorpicker .k-tool-icon.k-state-hover {
  cursor: pointer;
}

.k-colorpicker .k-picker-wrap {
  padding: 0;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  transition: all .1s ease;
  overflow: hidden;
  cursor: default;
  outline: 0;
}

.k-colorpicker .k-picker-wrap .k-input {
  padding: 8px 0px;
  width: 100%;
  height: calc(16px + 1.125em);
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: inherit;
  background: none;
  font: inherit;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-edge .k-colorpicker .k-picker-wrap .k-input {
  min-width: 0;
}

.k-colorpicker .k-picker-wrap .k-select {
  border-radius: 0 0;
  padding: 8px 4px;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
}

.k-colorpicker .k-select {
  padding: 0;
  border-width: 0;
}

.k-rtl .k-colorpicker .k-selected-color,
.k-rtl .k-colorpicker .k-tool-icon, .k-colorpicker[dir="rtl"] .k-selected-color,
.k-colorpicker[dir="rtl"] .k-tool-icon {
  border-width: 0 0 0 0px;
}

.k-rtl .k-colorpicker .k-picker-wrap .k-select, .k-colorpicker[dir="rtl"] .k-picker-wrap .k-select {
  border-radius: 0 0;
}

.k-colorpicker + .k-animation-container .k-popup {
  padding: 0;
}

.k-flatcolorpicker {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 356px;
  padding: 24px;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-flatcolorpicker .k-hsv-rectangle {
  position: relative;
  flex: 1 1 auto;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  -ms-touch-action: pinch-zoom double-tap-zoom;
}

.k-flatcolorpicker .k-hsv-rectangle .k-draghandle {
  margin: -7px 0 0 -7px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
}

.k-flatcolorpicker .k-hsv-gradient {
  height: 180px;
}

.k-flatcolorpicker .k-sliders-wrap {
  flex-shrink: 0;
  position: relative;
}

.k-flatcolorpicker .k-sliders-wrap.k-hbox {
  margin-left: 8px;
}

.k-flatcolorpicker .k-sliders-wrap.k-hbox .k-slider + .k-slider {
  margin-left: 8px;
}

.k-flatcolorpicker .k-sliders-wrap.k-vbox {
  margin-top: 8px;
}

.k-flatcolorpicker .k-sliders-wrap.k-vbox .k-slider + .k-slider {
  margin-top: 8px;
}

.k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-clear-color {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-hue-slider,
.k-flatcolorpicker .k-sliders-wrap-clearable.k-hbox .k-alpha-slider {
  height: 140px;
  align-self: flex-end;
}

.k-flatcolorpicker .k-slider {
  display: block;
}

.k-flatcolorpicker .k-slider .k-slider-wrap {
  z-index: 1;
}

.k-flatcolorpicker .k-slider .k-slider-selection {
  display: none;
}

.k-flatcolorpicker .k-slider .k-draghandle {
  border-width: 3px;
}

.k-flatcolorpicker .k-slider-horizontal {
  width: 100%;
  height: 10px;
  flex: 0 0 10px;
}

.k-flatcolorpicker .k-slider-horizontal .k-slider-track {
  margin-top: -5px;
  height: 10px;
  border-radius: 10px;
}

.k-flatcolorpicker .k-slider-vertical {
  width: 10px;
  height: 180px;
  flex: 0 0 10px;
}

.k-flatcolorpicker .k-slider-vertical .k-slider-track {
  margin-left: -5px;
  width: 10px;
  border-radius: 10px;
}

.k-flatcolorpicker .k-draghandle {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}

.k-flatcolorpicker .k-colorinputs {
  margin-top: 16px;
}

.k-flatcolorpicker .k-colorinputs > .k-gradient-values + .k-gradient-values {
  margin-top: 8px;
}

.k-flatcolorpicker .k-gradient-values {
  justify-content: space-between;
}

.k-flatcolorpicker .k-gradient-values .k-input,
.k-flatcolorpicker .k-gradient-values .k-textbox {
  padding: 8px 0px;
}

.k-flatcolorpicker .k-gradient-values div,
.k-flatcolorpicker .k-gradient-values input,
.k-flatcolorpicker .k-gradient-values .k-numerictextbox {
  width: 50px;
  text-align: center;
}

.k-flatcolorpicker .k-gradient-values div {
  text-transform: uppercase;
  text-align: center;
}

.k-flatcolorpicker .k-gradient-values .k-hex-value {
  width: 70px;
}

.k-flatcolorpicker .k-numerictextbox .k-input {
  text-overflow: clip;
}

.k-flatcolorpicker .k-selected-color {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  background-position: 50% 50%;
}

.k-flatcolorpicker .k-color-input {
  display: flex;
  flex-direction: row;
  position: relative;
}

.k-flatcolorpicker .k-color-value {
  margin: 0 0 0 calc(2.8571428572em + 32px);
  padding: 8px 0px;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  font-size: inherit;
  line-height: 1.125;
  font-family: Consolas, "Ubuntu Mono", "Lucida Console", "Courier New", monospace;
  outline: 0;
  flex: 1;
}

.k-flatcolorpicker .k-clear-color-container {
  display: flex;
  flex-direction: row;
}

.k-flatcolorpicker .k-clear-color {
  flex: 1;
}

.k-flatcolorpicker .k-color-value + .k-clear-color {
  flex: none;
  position: absolute;
  top: 0;
  right: 0;
}

.k-flatcolorpicker .k-controls {
  margin-top: 16px;
  text-align: center;
}

.k-rtl .k-flatcolorpicker .k-sliders-wrap.k-hbox,
[dir="rtl"] .k-flatcolorpicker .k-sliders-wrap.k-hbox {
  margin-left: 0;
  margin-right: 8px;
}

.k-rtl .k-flatcolorpicker .k-sliders-wrap.k-hbox .k-slider + .k-slider,
[dir="rtl"] .k-flatcolorpicker .k-sliders-wrap.k-hbox .k-slider + .k-slider {
  margin-left: 0;
  margin-right: 8px;
}

.k-rtl .k-flatcolorpicker .k-color-value,
[dir="rtl"] .k-flatcolorpicker .k-color-value {
  margin: 0 calc(2.8571428572em + 32px) 0 0;
  direction: initial;
  text-align: right;
}

.k-rtl .k-flatcolorpicker .k-color-value + .k-clear-color,
[dir="rtl"] .k-flatcolorpicker .k-color-value + .k-clear-color {
  right: auto;
  left: 0;
}

.k-colorpalette {
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 0;
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-colorpalette .k-palette {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  position: relative;
}

.k-colorpalette .k-item {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  overflow: hidden;
  -ms-high-contrast-adjust: none;
  cursor: pointer;
}

.k-colorpalette .k-item:hover,
.k-colorpalette .k-item.k-state-hover {
  position: relative;
  z-index: 101;
}

.k-colorpalette .k-item.k-state-selected,
.k-colorpalette .k-item.k-state-selected:hover,
.k-colorpalette .k-item.k-state-focused,
.k-colorpalette .k-item:focus {
  position: relative;
  z-index: 100;
}

.k-colorpicker .k-selected-color {
  margin: 8px;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  width: 1.4285714286em;
  height: 1.4285714286em;
  overflow: visible;
}

.k-colorpicker .k-selected-color .k-i-line {
  width: 1em;
  height: 1em;
  border: 0;
  font-size: 32px;
  transform: translate(-50%, -50%);
}

.k-colorpicker .k-selected-color .k-i-line::before {
  content: "\e514";
  display: inline;
}

.k-colorpicker .k-tool-icon .k-selected-color {
  width: 1.4285714286em;
  height: 4px;
  line-height: 0;
  display: inline-block;
}

.k-colorpicker .k-picker-wrap {
  border-width: 0 0 1px;
  position: relative;
}

.k-colorpicker .k-picker-wrap .k-select {
  border-width: 0;
  font-size: 14px;
}

.k-state-disabled > .k-colorpicker .k-picker-wrap, .k-colorpicker .k-picker-wrap.k-state-disabled {
  border-bottom-style: dashed;
}

.k-flatcolorpicker .k-horizontal.k-gradient-values div {
  height: 14px;
  line-height: 1;
}

.k-flatcolorpicker .k-horizontal.k-gradient-values div,
.k-flatcolorpicker .k-horizontal.k-gradient-values input,
.k-flatcolorpicker .k-horizontal.k-gradient-values .k-numerictextbox {
  text-align: left;
}

.k-colorpicker .k-picker-wrap {
  border-color: white;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-colorpicker .k-picker-wrap.k-invalid, .k-colorpicker .k-picker-wrap.k-invalid:hover, .k-colorpicker .k-picker-wrap.k-state-invalid {
  color: #f31700;
  border-color: #f31700;
}

.k-colorpicker .k-tool-icon:hover,
.k-colorpicker .k-select:hover,
.k-colorpicker .k-tool-icon.k-state-hover,
.k-colorpicker .k-select.k-state-hover,
.k-colorpicker .k-state-hover {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

.k-colorpicker .k-tool-icon:hover,
.k-colorpicker .k-tool-icon.k-state-hover {
  border-color: rgba(0, 0, 0, 0.08);
}

.k-colorpicker .k-state-active {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.k-colorpicker.k-state-invalid .k-picker-wrap, .k-colorpicker.ng-invalid.ng-touched .k-picker-wrap, .k-colorpicker.ng-invalid.ng-dirty .k-picker-wrap {
  border-color: #f31700;
}

.k-flatcolorpicker {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-flatcolorpicker .k-color-value {
  border-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87);
}

.k-flatcolorpicker .k-hsv-gradient {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black), linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

.k-flatcolorpicker .k-slider .k-draghandle {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  background-color: transparent;
}

.k-flatcolorpicker .k-slider .k-draghandle:hover,
.k-flatcolorpicker .k-slider .k-draghandle:focus {
  border-color: white;
  box-shadow: 0 1px 4px black;
  background-color: transparent;
}

.k-flatcolorpicker .k-hue-slider.k-slider-horizontal .k-slider-track {
  background: linear-gradient(to right, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}

.k-flatcolorpicker .k-hue-slider.k-slider-vertical .k-slider-track {
  background: linear-gradient(to top, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}

.k-flatcolorpicker .k-alpha-slider .k-slider-track {
  background: url("data:image/png;base64,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") center;
}

.k-flatcolorpicker .k-draghandle {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.21);
}

.k-rtl .k-flatcolorpicker .k-hue-slider.k-slider-horizontal .k-slider-track,
[dir="rtl"] .k-flatcolorpicker .k-hue-slider.k-slider-horizontal .k-slider-track {
  background: linear-gradient(to left, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
}

.k-rtl .k-flatcolorpicker .k-alpha-slider .k-slider-track,
[dir="rtl"] .k-flatcolorpicker .k-alpha-slider .k-slider-track {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAAQCAYAAABnaabpAAAACXBIWXMAABbqAAAW6gHljkMQAAAGvmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE5LTA4LTIwVDE0OjU0OjQxKzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0xMi0wNVQxMzoyNjozMCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0xMi0wNVQxMzoyNjozMCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpjNTNiZjJiNC01Y2RhLTQzNGMtOTJmNS05NDg2NjdlZjRmYTgiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowYjMzZmFjMi1mYzM4LTI0NGItYjRkMS05OWE2ZDNhNWE4ZWIiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1YjI5M2E2NC00YTc0LWY0NDQtYmRjOC02MjI0ZjUwOTY2NGEiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjViMjkzYTY0LTRhNzQtZjQ0NC1iZGM4LTYyMjRmNTA5NjY0YSIgc3RFdnQ6d2hlbj0iMjAxOS0wOC0yMFQxNDo1NDo0MSswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDplNWEyZTA2Yy1lZWQwLTVhNGMtYjZjMC1lMGZiZjhmZjBkNjciIHN0RXZ0OndoZW49IjIwMTktMTItMDVUMTM6MjY6MzArMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6YzUzYmYyYjQtNWNkYS00MzRjLTkyZjUtOTQ4NjY3ZWY0ZmE4IiBzdEV2dDp3aGVuPSIyMDE5LTEyLTA1VDEzOjI2OjMwKzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PKc3+gAABx9JREFU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") center;
}

.k-colorpalette .k-item:hover,
.k-colorpalette .k-item.k-state-hover {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.k-colorpalette .k-item.k-state-selected,
.k-colorpalette .k-item.k-state-selected:hover,
.k-colorpalette .k-item.k-state-focused,
.k-colorpalette .k-item:focus {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white;
}

.k-colorpicker .k-selected-color {
  border-color: rgba(0, 0, 0, 0.08);
}

.k-colorpicker .k-tool-icon {
  color: rgba(0, 0, 0, 0.42);
}

.k-colorpicker .k-tool-icon:hover,
.k-colorpicker .k-tool-icon.k-state-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

.k-colorpicker .k-select:hover,
.k-colorpicker .k-select.k-state-hover {
  border-color: transparent;
  background-color: transparent;
}

.k-colorpicker .k-picker-wrap {
  border-color: rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

.k-colorpicker .k-picker-wrap .k-input {
  color: rgba(0, 0, 0, 0.87);
}

.k-colorpicker .k-picker-wrap .k-select {
  opacity: 0.54;
}

.k-colorpicker .k-picker-wrap:hover, .k-colorpicker .k-picker-wrap.k-state-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-colorpicker .k-picker-wrap:hover .k-select, .k-colorpicker .k-picker-wrap.k-state-hover .k-select {
  opacity: 0.87;
}

.k-colorpicker .k-picker-wrap.k-state-focused,
.k-state-focused > .k-colorpicker .k-picker-wrap {
  border-color: #3f51b5;
}

.k-colorpicker .k-picker-wrap.k-state-focused .k-select,
.k-state-focused > .k-colorpicker .k-picker-wrap .k-select {
  opacity: 0.87;
}

.k-combobox {
  width: 200px;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  background: none;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.125;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-combobox .k-dropdown-wrap {
  padding: 0;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  transition: all .1s ease;
  outline: 0;
  cursor: initial;
}

.k-combobox .k-dropdown-wrap .k-input {
  padding: 8px 0px;
  width: 100%;
  height: calc(16px + 1.125em);
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: inherit;
  background: none;
  font: inherit;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-edge .k-combobox .k-dropdown-wrap .k-input {
  min-width: 0;
}

.k-combobox .k-dropdown-wrap ::-ms-clear {
  display: none;
}

.k-combobox .k-dropdown-wrap .k-clear-value {
  height: 18px;
  line-height: 18px;
  outline: 0;
  cursor: pointer;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: .5;
  position: absolute;
  top: 8px;
  right: 28px;
}

.k-combobox .k-dropdown-wrap .k-clear-value:hover {
  opacity: 1;
}

.k-combobox .k-dropdown-wrap:hover .k-clear-value, .k-combobox .k-dropdown-wrap.k-state-hover .k-clear-value, .k-combobox .k-dropdown-wrap.k-state-focused .k-clear-value {
  display: inline-flex;
}

.k-combobox .k-dropdown-wrap .k-select {
  border-radius: 0 0;
  padding: 8px 4px;
  width: auto;
  border-width: 0 0 0 1px;
  box-sizing: border-box;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
}

.k-combobox.k-combobox-clearable .k-input {
  padding-right: 32px;
}

.k-combobox .k-searchbar {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.k-combobox[dir="rtl"],
.k-rtl .k-combobox {
  text-align: right;
}

.k-combobox[dir="rtl"] .k-select,
.k-rtl .k-combobox .k-select {
  border-radius: 0 0;
  border-width: 0 1px 0 0;
}

.k-combobox[dir="rtl"] .k-clear-value,
.k-rtl .k-combobox .k-clear-value {
  right: auto;
  left: 28px;
}

.k-combobox[dir="rtl"].k-combobox-clearable .k-input,
.k-rtl .k-combobox.k-combobox-clearable .k-input {
  padding-left: 32px;
  padding-right: 0px;
}

.k-combobox ::-ms-clear {
  display: none;
}

.k-combobox .k-dropdown-wrap {
  border-width: 0 0 1px;
  position: relative;
}

.k-combobox .k-dropdown-wrap .k-select {
  border-width: 0;
  font-size: 14px;
}

.k-combobox .k-dropdown-wrap.k-state-disabled {
  border-bottom-style: dashed;
}

.k-combobox.k-state-disabled > .k-multiselect-wrap {
  border-bottom-style: dashed;
}

.k-state-border-up > .k-select .k-i-arrow-60-down, .k-state-border-up > .k-select .k-i-arrow-s::before, .k-state-border-up > .k-select .k-i-sarrow-s::before, .k-state-border-up > .k-select .k-i-collapse::before, .k-state-border-up > .k-select .k-i-expand-s::before,
.k-state-border-down > .k-select .k-i-arrow-60-down,
.k-state-border-down > .k-select .k-i-arrow-s::before,
.k-state-border-down > .k-select .k-i-sarrow-s::before,
.k-state-border-down > .k-select .k-i-collapse::before,
.k-state-border-down > .k-select .k-i-expand-s::before {
  transform: rotate(180deg);
}

.k-combobox {
  color: rgba(0, 0, 0, 0.87);
}

.k-combobox .k-dropdown-wrap {
  border-color: rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

.k-combobox .k-dropdown-wrap .k-input {
  color: rgba(0, 0, 0, 0.87);
}

.k-combobox .k-dropdown-wrap .k-select {
  opacity: 0.54;
}

.k-combobox .k-dropdown-wrap:hover, .k-combobox .k-dropdown-wrap.k-state-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-combobox .k-dropdown-wrap:hover .k-select, .k-combobox .k-dropdown-wrap.k-state-hover .k-select {
  opacity: 0.87;
}

.k-combobox .k-dropdown-wrap.k-state-focused {
  border-color: #3f51b5;
}

.k-combobox .k-dropdown-wrap.k-state-focused .k-select {
  opacity: 0.87;
}

.k-combobox .k-dropdown-wrap.k-invalid, .k-combobox .k-dropdown-wrap.k-invalid:hover, .k-combobox .k-dropdown-wrap.k-state-invalid {
  border-color: #f31700;
}

.k-combobox.k-state-focused > .k-dropdown-wrap {
  border-color: #3f51b5;
}

.k-combobox.k-state-focused > .k-dropdown-wrap .k-select {
  opacity: 0.87;
}

.k-combobox.k-state-invalid .k-dropdown-wrap, .k-combobox.ng-invalid.ng-touched .k-dropdown-wrap, .k-combobox.ng-invalid.ng-dirty .k-dropdown-wrap {
  border-color: #f31700;
}

.k-calendar {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-popup .k-calendar {
  height: 100%;
}

.k-calendar .k-link {
  outline: 0;
  color: inherit;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  overflow: hidden;
}

.k-calendar .k-calendar-view table {
  margin: 0;
  border-width: 0;
  border-color: inherit;
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  outline: 0;
  position: relative;
  z-index: 1;
}

.k-calendar .k-calendar-view td,
.k-calendar .k-calendar-view th {
  border-width: 0;
  padding: 0;
  text-align: center;
  border-style: solid;
  border-color: inherit;
  font-weight: normal;
  cursor: default;
}

.k-calendar .k-calendar-view th {
  padding: 0.375em 0px;
  font-size: 12px;
  line-height: 2;
  text-transform: uppercase;
  opacity: 0.38;
}

.k-calendar .k-calendar-view tbody th {
  padding-left: 16px;
  padding-right: 16px;
  height: 2em;
  font: inherit;
  font-weight: bold;
  text-transform: none;
  text-align: left;
}

.k-calendar .k-header {
  padding: 8px 0px;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  text-align: center;
  display: flex;
  flex-direction: row;
  position: relative;
  z-index: 2;
}

.k-calendar .k-header .k-link {
  border-radius: 2px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.k-calendar .k-nav-prev,
.k-calendar .k-nav-next {
  width: 1.4285714286em;
  height: 1.4285714286em;
  box-sizing: content-box;
}

.k-calendar .k-nav-fast {
  margin: 0 0px;
  flex: 1 1 auto;
}

.k-calendar-header {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
}

.k-calendar-header .k-title {
  font-weight: bold;
}

.k-calendar-header .k-today {
  cursor: pointer;
  outline: none;
}

.k-calendar-header .k-calendar-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

.k-calendar > .k-calendar-header {
  min-width: 300px;
  box-sizing: border-box;
}

.k-calendar .k-footer,
.k-calendar .k-calendar-footer {
  text-align: center;
  clear: both;
}

.k-calendar .k-nav-today,
.k-calendar .k-footer > .k-state-disabled {
  padding: 8px 16px;
  display: block;
}

.k-calendar .k-nav-today:hover {
  text-decoration: underline;
}

.k-calendar .k-calendar-view {
  width: 20em;
  height: 20em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto;
}

.k-calendar.k-week-number .k-calendar-view {
  width: 22.8571428571em;
}

.k-calendar-infinite .k-calendar-view {
  width: 20em;
  height: 24.8571428571em;
}

.k-calendar .k-content,
.k-calendar .k-calendar-content {
  width: 100%;
  margin: 0;
  text-align: center;
  flex: 1 1 auto;
  position: relative;
}

.k-calendar .k-content > table,
.k-calendar .k-calendar-content > table {
  table-layout: fixed;
  margin-right: -17px;
}

.k-calendar .k-content td,
.k-calendar .k-calendar-content td {
  border-radius: 100px;
  border-color: transparent;
}

.k-calendar .k-content .k-link,
.k-calendar .k-calendar-content .k-link {
  border-radius: 100px;
  padding: 0.75em 0.75em;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.k-calendar .k-content .k-weekend,
.k-calendar .k-calendar-content .k-weekend {
  border-radius: 0;
  opacity: 1;
}

.k-calendar .k-content .k-alt,
.k-calendar .k-calendar-content .k-alt {
  opacity: 0.38;
}

.k-calendar .k-content .k-other-month .k-link,
.k-calendar .k-calendar-content .k-other-month .k-link {
  opacity: 1;
}

.k-calendar .k-content .k-state-disabled,
.k-calendar .k-calendar-content .k-state-disabled {
  opacity: 0.6;
}

.k-calendar table.k-content {
  display: inline-table;
  vertical-align: top;
}

.k-calendar .k-month td,
.k-calendar .k-calendar-monthview td {
  width: 2.8571428571em;
  height: 2.8571428571em;
}

.k-calendar .k-month .k-link,
.k-calendar .k-calendar-monthview .k-link {
  width: 2.8571428571em;
  height: 2.8571428571em;
}

.k-calendar .k-year td,
.k-calendar .k-calendar-yearview td {
  width: auto;
  height: auto;
}

.k-calendar .k-year .k-link,
.k-calendar .k-calendar-yearview .k-link {
  width: 5em;
  height: 5em;
}

.k-calendar .k-decade td,
.k-calendar .k-calendar-decadeview td {
  width: auto;
  height: auto;
}

.k-calendar .k-decade .k-link,
.k-calendar .k-calendar-decadeview .k-link {
  width: 5em;
  height: 5em;
}

.k-calendar .k-century td,
.k-calendar .k-calendar-centuryview td {
  width: auto;
  height: auto;
}

.k-calendar .k-century .k-link,
.k-calendar .k-calendar-centuryview .k-link {
  width: 5em;
  height: 5em;
  text-align: left;
}

.k-calendar-infinite {
  box-sizing: content-box;
  width: auto;
  display: inline-flex;
  vertical-align: bottom;
}

.k-calendar-infinite .k-calendar-view,
.k-calendar-infinite .k-calendar-monthview {
  padding: 0 16px;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  overflow: hidden;
  box-sizing: content-box;
}

.k-calendar-infinite .k-calendar-view::after,
.k-calendar-infinite .k-calendar-monthview::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: " ";
  height: 0;
  line-height: 0;
  z-index: 1;
  width: 150%;
  left: -25%;
  box-shadow: 0 0 2.8571428571em 1.4285714286em white;
}

.k-calendar-infinite .k-calendar-header {
  margin-left: -16px;
  margin-right: -16px;
}

.k-calendar-infinite .k-calendar-weekdays {
  width: 100%;
  flex: 0 0 auto;
}

.k-calendar-infinite .k-calendar-yearview .k-content td,
.k-calendar-infinite .k-calendar-decadeview .k-content td,
.k-calendar-infinite .k-calendar-centuryview .k-content td {
  width: auto;
  height: auto;
}

.k-calendar-infinite .k-calendar-yearview .k-content .k-link,
.k-calendar-infinite .k-calendar-yearview .k-content td.k-empty,
.k-calendar-infinite .k-calendar-decadeview .k-content .k-link,
.k-calendar-infinite .k-calendar-decadeview .k-content td.k-empty,
.k-calendar-infinite .k-calendar-centuryview .k-content .k-link,
.k-calendar-infinite .k-calendar-centuryview .k-content td.k-empty {
  width: 4em;
  height: 4em;
}

.k-calendar-container,
.k-datetime-container {
  padding: 0;
}

.k-calendar-container .k-calendar,
.k-datetime-container .k-calendar {
  border-width: 0;
}

.k-calendar .k-content.k-scrollable {
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-right: -117px;
}

.k-calendar .k-scrollable-placeholder {
  position: absolute;
  z-index: -1;
  width: 1px;
  top: 0;
  right: 0;
}

.k-calendar-navigation {
  position: relative;
  display: block;
  overflow: hidden;
  width: 5em;
  z-index: 2;
}

.k-calendar-navigation::before, .k-calendar-navigation::after {
  display: block;
  position: absolute;
  content: " ";
  height: 0;
  line-height: 0;
  z-index: 1;
  width: 200%;
  left: -50%;
  box-shadow: 0 0 6em 3em #f7f7f7;
}

.k-calendar-navigation::before {
  top: 0;
}

.k-calendar-navigation::after {
  bottom: 0;
}

.k-calendar-navigation .k-content {
  background: transparent;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.k-calendar-navigation .k-content ul {
  width: 5em;
}

.k-calendar-navigation .k-content li {
  height: 2em;
  line-height: 2em;
  cursor: pointer;
  padding: 0 1em;
}

.k-calendar-navigation .k-calendar-navigation-marker {
  font-weight: bold;
}

.k-calendar-navigation .k-calendar-navigation-highlight {
  width: 100%;
  border-width: 1px 0;
  border-style: solid;
  height: 2em;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.k-calendar.k-calendar-range {
  width: auto;
}

.k-calendar.k-calendar-range .k-calendar-view {
  height: auto;
  min-height: 20em;
  width: auto;
  white-space: nowrap;
}

.k-calendar.k-calendar-range .k-calendar-view::after {
  display: none;
}

.k-calendar.k-calendar-range table {
  width: auto;
}

.k-calendar.k-calendar-range table.k-content {
  padding: 0px 16px;
}

.k-calendar.k-calendar-range table.k-meta-view {
  margin: 0 -1px;
}

.k-calendar.k-calendar-range .k-meta-header,
.k-calendar.k-calendar-range .k-month-header {
  margin: 0 16px;
  padding: 0.375em 16px;
  font-size: 12px;
  line-height: 2;
  text-align: left;
  opacity: 0.38;
  cursor: default;
}

.k-calendar.k-calendar-range .k-range-start {
  border-color: inherit;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.k-calendar.k-calendar-range .k-range-end {
  border-color: inherit;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.k-calendar.k-calendar-range .k-range-mid {
  border-color: inherit;
  border-radius: 0;
}

.k-calendar.k-calendar-range:not(.k-calendar-infinite) .k-calendar-view {
  display: flex;
  flex-direction: row;
}

.k-animation-container-sm .k-calendar.k-calendar-range:not(.k-calendar-infinite) .k-calendar-view {
  flex-direction: column;
}

.k-calendar.k-calendar-range.k-calendar-infinite table {
  padding: 0;
  display: flex;
  flex-direction: row;
}

.k-calendar.k-calendar-range.k-calendar-infinite table > tbody {
  display: inline-block;
  vertical-align: top;
}

.k-calendar.k-calendar-range.k-calendar-infinite table > tbody + tbody {
  margin-left: 32px;
}

.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) {
  background-color: transparent;
  border-width: 0;
  overflow: visible;
}

.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-calendar-view {
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  padding: 0 calc(20px + 1em);
  margin: 0 -20px;
}

.k-calendar.k-calendar-range.k-calendar-infinite:not(.k-calendar-minimal) > .k-button {
  align-self: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
}

.k-widget.k-daterangepicker {
  border: 0;
}

.k-rtl .k-calendar .k-nav-prev,
.k-rtl .k-calendar .k-nav-next,
.k-rtl .k-calendar .k-prev-view,
.k-rtl .k-calendar .k-next-view,
.k-calendar[dir="rtl"] .k-nav-prev,
.k-calendar[dir="rtl"] .k-nav-next,
.k-calendar[dir="rtl"] .k-prev-view,
.k-calendar[dir="rtl"] .k-next-view {
  transform: scaleX(-1);
}

.k-rtl .k-calendar .k-content.k-scrollable,
.k-calendar[dir="rtl"] .k-content.k-scrollable {
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-left: -117px;
}

.k-rtl .k-calendar tbody th,
.k-calendar[dir="rtl"] tbody th {
  text-align: right;
}

.k-rtl .k-calendar .k-content > table,
.k-rtl .k-calendar .k-calendar-content > table,
.k-calendar[dir="rtl"] .k-content > table,
.k-calendar[dir="rtl"] .k-calendar-content > table {
  margin-right: 0;
  margin-left: -17px;
}

.k-calendar {
  padding-left: 16px;
  padding-right: 16px;
}

.k-calendar .k-header,
.k-calendar .k-calendar-header {
  padding-bottom: 0;
}

.k-calendar .k-title,
.k-calendar .k-nav-fast,
.k-calendar .k-nav-today {
  font-weight: 500;
  text-transform: none;
}

.k-calendar .k-calendar-view th,
.k-calendar .k-meta-header,
.k-calendar .k-month-header {
  font-weight: 500;
}

.k-calendar .k-calendar-view tbody th {
  font-weight: 700;
}

.k-calendar-range,
.k-calendar-infinite {
  padding: 0;
}

.k-calendar {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-calendar .k-header {
  border-color: inherit;
  color: rgba(0, 0, 0, 0.87);
}

.k-calendar .k-nav-prev:hover, .k-calendar .k-nav-prev.k-state-hover,
.k-calendar .k-nav-next:hover,
.k-calendar .k-nav-next.k-state-hover,
.k-calendar .k-nav-fast:hover,
.k-calendar .k-nav-fast.k-state-hover {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

.k-calendar .k-nav-prev:active, .k-calendar .k-nav-prev.k-state-active,
.k-calendar .k-nav-next:active,
.k-calendar .k-nav-next.k-state-active,
.k-calendar .k-nav-fast:active,
.k-calendar .k-nav-fast.k-state-active {
  border-color: #e0e0e0;
  background-color: #d6d6d6;
}

.k-calendar .k-footer .k-nav-today,
.k-calendar .k-calendar-header .k-today {
  color: #ff4081;
}

.k-calendar .k-footer .k-nav-today:hover, .k-calendar .k-footer .k-nav-today:focus,
.k-calendar .k-calendar-header .k-today:hover,
.k-calendar .k-calendar-header .k-today:focus {
  color: #f50057;
}

.k-calendar .k-content th {
  color: rgba(0, 0, 0, 0.87);
}

.k-calendar .k-content .k-today {
  color: #3f51b5;
}

.k-calendar .k-weekend {
  color: inherit;
  background-color: transparent;
}

.k-calendar .k-alt {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

.k-calendar .k-out-of-range {
  pointer-events: none;
  visibility: hidden;
}

.k-calendar .k-state-hover .k-link,
.k-calendar td:hover .k-link {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-calendar .k-state-selected .k-link {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #3f51b5;
}

.k-calendar .k-state-selected.k-state-hover .k-link,
.k-calendar .k-state-selected:hover .k-link {
  border-color: #3a4ba7;
  color: #ffffff;
  background-color: #3a4ba7;
}

.k-calendar .k-calendar-navigation {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f7f7f7;
  box-shadow: inset -1px 0 rgba(0, 0, 0, 0.12);
}

.k-calendar .k-calendar-navigation li:hover {
  color: #f50057;
}

.k-calendar .k-calendar-navigation-highlight {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-calendar[dir="rtl"] .k-calendar-navigation,
.k-rtl .k-calendar .k-calendar-navigation {
  box-shadow: inset 1px 0 rgba(0, 0, 0, 0.12);
}

.k-calendar.k-invalid, .k-calendar.k-invalid:hover, .k-calendar.k-state-invalid, .k-calendar.ng-invalid.ng-touched, .k-calendar.ng-invalid.ng-dirty {
  border-color: #f31700;
}

.k-calendar.k-calendar-range .k-range-start,
.k-calendar.k-calendar-range .k-range-end,
.k-calendar.k-calendar-range .k-range-mid {
  background-image: linear-gradient(transparent 1px, rgba(63, 81, 181, 0.25) 1px, rgba(63, 81, 181, 0.25) calc(100% - 1px), transparent calc(100% - 1px));
}

.k-ie .k-calendar.k-calendar-range .k-range-start,
.k-edge .k-calendar.k-calendar-range .k-range-start, .k-ie
.k-calendar.k-calendar-range .k-range-end,
.k-edge
.k-calendar.k-calendar-range .k-range-end, .k-ie
.k-calendar.k-calendar-range .k-range-mid,
.k-edge
.k-calendar.k-calendar-range .k-range-mid {
  background-image: none;
  background-color: rgba(63, 81, 181, 0.25);
}

.k-calendar.k-calendar-range .k-range-start.k-range-end {
  background-image: none;
  background-color: transparent;
}

.k-calendar.k-calendar-range .k-range-start .k-link,
.k-calendar.k-calendar-range .k-range-end .k-link {
  background-color: #3f51b5;
}

.k-calendar.k-calendar-range .k-range-start.k-state-active .k-link,
.k-calendar.k-calendar-range .k-range-end.k-state-active .k-link {
  box-shadow: inset 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.k-calendar.k-calendar-range .k-range-split-start,
.k-calendar.k-calendar-range .k-range-split-end {
  position: relative;
}

.k-calendar.k-calendar-range .k-range-split-start::after,
.k-calendar.k-calendar-range .k-range-split-end::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 5px;
}

.k-calendar.k-calendar-range .k-range-split-start::after {
  left: -5px;
  right: auto;
  background-image: linear-gradient(to left, rgba(63, 81, 181, 0.25), transparent 100%);
}

.k-calendar.k-calendar-range .k-range-split-end::after {
  right: -5px;
  left: auto;
  background-image: linear-gradient(to right, rgba(63, 81, 181, 0.25), transparent 100%);
}

.k-daterangepicker.k-state-invalid .k-dateinput-wrap {
  border-color: #f31700;
}

.k-calendar .k-state-focused .k-link {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-calendar .k-state-selected.k-state-focused .k-link {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #4e5fbb;
}

.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-timepicker {
  width: 200px;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.125;
  text-align: left;
  white-space: nowrap;
  background: none;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-dateinput .k-dateinput-wrap,
.k-dateinput .k-picker-wrap,
.k-datepicker .k-dateinput-wrap,
.k-datepicker .k-picker-wrap,
.k-datetimepicker .k-dateinput-wrap,
.k-datetimepicker .k-picker-wrap,
.k-timepicker .k-dateinput-wrap,
.k-timepicker .k-picker-wrap {
  padding: 0;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  position: relative;
  transition: all .1s ease;
  cursor: default;
  outline: 0;
}

.k-dateinput .k-dateinput-wrap .k-input,
.k-dateinput .k-picker-wrap .k-input,
.k-datepicker .k-dateinput-wrap .k-input,
.k-datepicker .k-picker-wrap .k-input,
.k-datetimepicker .k-dateinput-wrap .k-input,
.k-datetimepicker .k-picker-wrap .k-input,
.k-timepicker .k-dateinput-wrap .k-input,
.k-timepicker .k-picker-wrap .k-input {
  padding: 8px 0px;
  width: 100%;
  height: calc(16px + 1.125em);
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: inherit;
  background: none;
  font: inherit;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-edge .k-dateinput .k-dateinput-wrap .k-input, .k-edge
.k-dateinput .k-picker-wrap .k-input, .k-edge
.k-datepicker .k-dateinput-wrap .k-input, .k-edge
.k-datepicker .k-picker-wrap .k-input, .k-edge
.k-datetimepicker .k-dateinput-wrap .k-input, .k-edge
.k-datetimepicker .k-picker-wrap .k-input, .k-edge
.k-timepicker .k-dateinput-wrap .k-input, .k-edge
.k-timepicker .k-picker-wrap .k-input {
  min-width: 0;
}

.k-dateinput .k-dateinput-wrap .k-select,
.k-dateinput .k-picker-wrap .k-select,
.k-datepicker .k-dateinput-wrap .k-select,
.k-datepicker .k-picker-wrap .k-select,
.k-datetimepicker .k-dateinput-wrap .k-select,
.k-datetimepicker .k-picker-wrap .k-select,
.k-timepicker .k-dateinput-wrap .k-select,
.k-timepicker .k-picker-wrap .k-select {
  border-radius: 0 0;
  padding: 0;
  border-width: 0;
  box-sizing: border-box;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
}

.k-dateinput[dir="rtl"],
.k-rtl .k-dateinput,
.k-datepicker[dir="rtl"],
.k-rtl
.k-datepicker,
.k-datetimepicker[dir="rtl"],
.k-rtl
.k-datetimepicker,
.k-timepicker[dir="rtl"],
.k-rtl
.k-timepicker {
  text-align: right;
}

.k-dateinput[dir="rtl"] .k-select,
.k-rtl .k-dateinput .k-select,
.k-datepicker[dir="rtl"] .k-select,
.k-rtl
.k-datepicker .k-select,
.k-datetimepicker[dir="rtl"] .k-select,
.k-rtl
.k-datetimepicker .k-select,
.k-timepicker[dir="rtl"] .k-select,
.k-rtl
.k-timepicker .k-select {
  border-radius: 0 0;
}

.k-dateinput ::-ms-clear,
.k-datepicker ::-ms-clear,
.k-datetimepicker ::-ms-clear,
.k-timepicker ::-ms-clear {
  display: none;
}

.k-datepicker .k-select,
.k-datetimepicker .k-select,
.k-timepicker .k-select {
  padding: 0;
  width: calc(1.4285714286em + 16px);
  border-width: 0;
}

.k-datepicker .k-i-warning,
.k-datetimepicker .k-i-warning,
.k-timepicker .k-i-warning {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
}

.k-datepicker .k-state-invalid .k-i-warning,
.k-datetimepicker .k-state-invalid .k-i-warning,
.k-timepicker .k-state-invalid .k-i-warning {
  display: inline-block;
}

.k-datepicker .k-widget.k-dateinput,
.k-datetimepicker .k-widget.k-dateinput,
.k-timepicker .k-widget.k-dateinput {
  width: 100%;
  flex: 1 1 auto;
  margin: 0;
}

.k-datepicker .k-dateinput-wrap,
.k-datetimepicker .k-dateinput-wrap,
.k-timepicker .k-dateinput-wrap {
  border: 0;
  border-radius: 0 0;
}

.k-datepicker .k-picker-wrap.k-state-invalid,
.k-datetimepicker .k-picker-wrap.k-state-invalid,
.k-timepicker .k-picker-wrap.k-state-invalid {
  transition: none;
}

.k-rtl .k-datepicker .k-i-warning, .k-datepicker[dir="rtl"] .k-i-warning, .k-rtl
.k-datetimepicker .k-i-warning,
.k-datetimepicker[dir="rtl"] .k-i-warning, .k-rtl
.k-timepicker .k-i-warning,
.k-timepicker[dir="rtl"] .k-i-warning {
  right: auto;
}

.k-datepicker .k-i-warning,
.k-timepicker .k-i-warning {
  right: calc(1.4285714286em + 16px);
}

.k-rtl .k-datepicker .k-i-warning, .k-datepicker[dir="rtl"] .k-i-warning, .k-rtl
.k-timepicker .k-i-warning,
.k-timepicker[dir="rtl"] .k-i-warning {
  left: calc(1.4285714286em + 16px);
}

.k-datetimepicker .k-select {
  padding: 0;
  width: auto;
  border-left-width: 0;
  align-items: stretch;
}

.k-datetimepicker .k-link {
  padding: 0;
  width: calc(1.4285714286em + 16px);
  height: 100%;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.k-datetimepicker .k-i-warning {
  right: calc(2.8571428572em + 32px);
}

.k-rtl .k-datetimepicker .k-i-warning, .k-datetimepicker[dir="rtl"] .k-i-warning {
  left: calc(2.8571428572em + 32px);
}

.k-datetime-container .k-datetime-wrap {
  width: calc(22.8571428571em + 32px);
  overflow: hidden;
}

.k-datetime-container .k-datetime-buttongroup {
  padding: 16px;
}

.k-datetime-container .k-datetime-selector {
  display: flex;
  transition: transform .2s;
}

.k-datetime-container .k-datetime-calendar-wrap,
.k-datetime-container .k-datetime-time-wrap {
  text-align: center;
  flex: 0 0 calc(22.8571428571em + 32px);
}

.k-datetime-container .k-timeselector {
  outline: none;
}

.k-datetime-container .k-time-list-container {
  justify-content: center;
}

.k-datetime-container .k-time-tab .k-datetime-selector {
  transform: translateX(-100%);
}

.k-datetime-container .k-actions .k-button,
.k-datetime-container .k-action-buttons .k-button,
.k-datetime-container .k-columnmenu-actions .k-button {
  flex: 1 1 50%;
}

.k-datetime-container .k-actions.k-actions-start .k-button, .k-datetime-container .k-actions.k-actions-center .k-button, .k-datetime-container .k-actions.k-actions-end .k-button {
  flex: 0 1 auto;
}

.k-rtl .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container.k-rtl .k-time-tab .k-datetime-selector,
[dir="rtl"] .k-datetime-container .k-time-tab .k-datetime-selector, .k-datetime-container[dir="rtl"] .k-time-tab .k-datetime-selector {
  transform: translateX(100%);
}

.k-dateinput .k-select {
  padding: 0;
  border-width: 0;
  width: calc(1.4285714286em + 16px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.k-dateinput .k-link {
  width: 100%;
  flex: 1 1 auto;
  display: block;
  overflow: hidden;
  position: relative;
}

.k-dateinput .k-link .k-icon {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}

.k-dateinput .k-link-increase .k-icon {
  bottom: -2px;
}

.k-dateinput .k-link-decrease .k-icon {
  top: -2px;
}

.k-dateinput .k-i-warning {
  display: none;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
}

.k-dateinput.k-state-invalid .k-i-warning {
  display: inline-block;
}

.k-rtl .k-dateinput .k-i-warning, .k-dateinput[dir="rtl"] .k-i-warning {
  left: 16px;
  right: auto;
}

.k-timeselector .k-actions .k-button,
.k-timeselector .k-action-buttons .k-button,
.k-timeselector .k-columnmenu-actions .k-button {
  flex: 1 1 50%;
}

.k-timeselector .k-actions.k-actions-start .k-button, .k-timeselector .k-actions.k-actions-center .k-button, .k-timeselector .k-actions.k-actions-end .k-button {
  flex: 0 1 auto;
}

.k-time-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 32px;
  line-height: 2em;
}

.k-time-header .k-title {
  font-weight: bold;
}

.k-time-header .k-time-now {
  border-width: 0;
  line-height: inherit;
  cursor: pointer;
}

.k-time-list-wrapper {
  display: inline-block;
  overflow: hidden;
  box-sizing: content-box;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  padding: 20px 0;
  text-align: center;
  min-width: 5em;
  height: 200px;
  flex: 1 1 auto;
}

.k-time-list-wrapper .k-title {
  display: block;
  text-align: center;
  font-size: 10px;
  position: absolute;
  text-transform: capitalize;
  font-weight: bold;
  min-width: 100%;
  height: 1.5em;
  line-height: 1.5em;
  margin-top: -20px;
  z-index: 12;
}

.k-time-list-wrapper.k-state-focused::before, .k-time-list-wrapper.k-state-focused::after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  left: 0;
  pointer-events: none;
  height: calc(50% - 1em);
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

.k-time-list-wrapper.k-state-focused::before {
  top: 0;
}

.k-time-list-wrapper.k-state-focused::after {
  bottom: 0;
}

.k-time-container {
  position: absolute;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 2;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-right: -117px;
}

.k-time-container > ul {
  height: auto;
  width: 5em;
  margin: auto;
}

.k-rtl .k-time-container, .k-time-container.k-rtl,
[dir="rtl"] .k-time-container, .k-time-container[dir="rtl"] {
  padding-right: 100px;
  padding-left: 100px;
  margin-left: -100px;
  margin-right: -100px;
  margin-left: -117px;
}

.k-time-list-container {
  display: flex;
  position: relative;
}

.k-time-list {
  position: absolute;
  display: flex;
  z-index: 10;
  outline: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.k-time-list::before, .k-time-list::after {
  display: block;
  position: absolute;
  content: " ";
  height: 0;
  line-height: 0;
  z-index: 1;
  width: 200%;
  left: -50%;
}

.k-time-list::before {
  top: 0;
}

.k-time-list::after {
  bottom: 0;
}

.k-time-list .k-item {
  padding: 2px 24px;
  min-height: calc(2em + 2px);
  line-height: calc(2em + 2px);
}

.k-time-highlight {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: calc(1.4285714286em + 16px);
  z-index: 1;
  border-width: 1px 0;
  border-style: solid;
  border-radius: .1px;
}

.k-time-container .k-scrollable-placeholder {
  position: absolute;
  width: 1px;
  top: 0;
  right: 0;
}

.k-time-separator {
  display: inline-flex;
  align-self: center;
  justify-content: center;
  height: 100%;
  z-index: 11;
}

.k-dateinput .k-dateinput-wrap,
.k-dateinput .k-picker-wrap,
.k-datepicker .k-dateinput-wrap,
.k-datepicker .k-picker-wrap,
.k-datetimepicker .k-dateinput-wrap,
.k-datetimepicker .k-picker-wrap,
.k-timepicker .k-dateinput-wrap,
.k-timepicker .k-picker-wrap {
  border-width: 0 0 1px;
  position: relative;
}

.k-dateinput .k-dateinput-wrap .k-select,
.k-dateinput .k-picker-wrap .k-select,
.k-datepicker .k-dateinput-wrap .k-select,
.k-datepicker .k-picker-wrap .k-select,
.k-datetimepicker .k-dateinput-wrap .k-select,
.k-datetimepicker .k-picker-wrap .k-select,
.k-timepicker .k-dateinput-wrap .k-select,
.k-timepicker .k-picker-wrap .k-select {
  border-width: 0;
  font-size: 14px;
}

.k-state-disabled > .k-dateinput .k-dateinput-wrap, .k-dateinput .k-dateinput-wrap.k-state-disabled, .k-state-disabled >
.k-dateinput .k-picker-wrap,
.k-dateinput .k-picker-wrap.k-state-disabled, .k-state-disabled >
.k-datepicker .k-dateinput-wrap,
.k-datepicker .k-dateinput-wrap.k-state-disabled, .k-state-disabled >
.k-datepicker .k-picker-wrap,
.k-datepicker .k-picker-wrap.k-state-disabled, .k-state-disabled >
.k-datetimepicker .k-dateinput-wrap,
.k-datetimepicker .k-dateinput-wrap.k-state-disabled, .k-state-disabled >
.k-datetimepicker .k-picker-wrap,
.k-datetimepicker .k-picker-wrap.k-state-disabled, .k-state-disabled >
.k-timepicker .k-dateinput-wrap,
.k-timepicker .k-dateinput-wrap.k-state-disabled, .k-state-disabled >
.k-timepicker .k-picker-wrap,
.k-timepicker .k-picker-wrap.k-state-disabled {
  border-bottom-style: dashed;
}

.k-dateinput .k-picker-wrap > .k-dateinput,
.k-datepicker .k-picker-wrap > .k-dateinput,
.k-datetimepicker .k-picker-wrap > .k-dateinput,
.k-timepicker .k-picker-wrap > .k-dateinput {
  width: 100%;
}

.k-dateinput .k-picker-wrap .k-dateinput-wrap,
.k-datepicker .k-picker-wrap .k-dateinput-wrap,
.k-datetimepicker .k-picker-wrap .k-dateinput-wrap,
.k-timepicker .k-picker-wrap .k-dateinput-wrap {
  border: 0;
  box-shadow: none;
}

.k-datepicker .k-select,
.k-datetimepicker .k-select,
.k-timepicker .k-select {
  width: auto;
}

.k-datepicker .k-picker-wrap .k-select,
.k-timepicker .k-picker-wrap .k-select {
  padding: 8px 4px;
}

.k-timeselector .k-time-header,
.k-datetime-wrap .k-time-header {
  padding: 8px 18px;
}

.k-timeselector .k-time-header .k-title,
.k-datetime-wrap .k-time-header .k-title {
  font-weight: bold;
}

.k-timeselector .k-time-header .k-time-now,
.k-datetime-wrap .k-time-header .k-time-now {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  min-width: auto;
}

.k-timeselector .k-time-list-wrapper .k-title,
.k-datetime-wrap .k-time-list-wrapper .k-title {
  text-transform: uppercase;
  z-index: 99;
}

.k-timeselector .k-time-list-container .k-time-separator,
.k-datetime-wrap .k-time-list-container .k-time-separator {
  display: none;
}

.k-datetimepicker .k-link {
  width: auto;
  padding: 8px 4px;
}

.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-timepicker {
  color: rgba(0, 0, 0, 0.87);
}

.k-dateinput .k-dateinput-wrap,
.k-dateinput .k-picker-wrap,
.k-datepicker .k-dateinput-wrap,
.k-datepicker .k-picker-wrap,
.k-datetimepicker .k-dateinput-wrap,
.k-datetimepicker .k-picker-wrap,
.k-timepicker .k-dateinput-wrap,
.k-timepicker .k-picker-wrap {
  border-color: rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

.k-dateinput .k-dateinput-wrap .k-input,
.k-dateinput .k-picker-wrap .k-input,
.k-datepicker .k-dateinput-wrap .k-input,
.k-datepicker .k-picker-wrap .k-input,
.k-datetimepicker .k-dateinput-wrap .k-input,
.k-datetimepicker .k-picker-wrap .k-input,
.k-timepicker .k-dateinput-wrap .k-input,
.k-timepicker .k-picker-wrap .k-input {
  color: rgba(0, 0, 0, 0.87);
}

.k-dateinput .k-dateinput-wrap .k-select,
.k-dateinput .k-picker-wrap .k-select,
.k-datepicker .k-dateinput-wrap .k-select,
.k-datepicker .k-picker-wrap .k-select,
.k-datetimepicker .k-dateinput-wrap .k-select,
.k-datetimepicker .k-picker-wrap .k-select,
.k-timepicker .k-dateinput-wrap .k-select,
.k-timepicker .k-picker-wrap .k-select {
  opacity: 0.54;
}

.k-dateinput .k-dateinput-wrap:hover, .k-dateinput .k-dateinput-wrap.k-state-hover,
.k-dateinput .k-picker-wrap:hover,
.k-dateinput .k-picker-wrap.k-state-hover,
.k-datepicker .k-dateinput-wrap:hover,
.k-datepicker .k-dateinput-wrap.k-state-hover,
.k-datepicker .k-picker-wrap:hover,
.k-datepicker .k-picker-wrap.k-state-hover,
.k-datetimepicker .k-dateinput-wrap:hover,
.k-datetimepicker .k-dateinput-wrap.k-state-hover,
.k-datetimepicker .k-picker-wrap:hover,
.k-datetimepicker .k-picker-wrap.k-state-hover,
.k-timepicker .k-dateinput-wrap:hover,
.k-timepicker .k-dateinput-wrap.k-state-hover,
.k-timepicker .k-picker-wrap:hover,
.k-timepicker .k-picker-wrap.k-state-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-dateinput .k-dateinput-wrap:hover .k-select, .k-dateinput .k-dateinput-wrap.k-state-hover .k-select,
.k-dateinput .k-picker-wrap:hover .k-select,
.k-dateinput .k-picker-wrap.k-state-hover .k-select,
.k-datepicker .k-dateinput-wrap:hover .k-select,
.k-datepicker .k-dateinput-wrap.k-state-hover .k-select,
.k-datepicker .k-picker-wrap:hover .k-select,
.k-datepicker .k-picker-wrap.k-state-hover .k-select,
.k-datetimepicker .k-dateinput-wrap:hover .k-select,
.k-datetimepicker .k-dateinput-wrap.k-state-hover .k-select,
.k-datetimepicker .k-picker-wrap:hover .k-select,
.k-datetimepicker .k-picker-wrap.k-state-hover .k-select,
.k-timepicker .k-dateinput-wrap:hover .k-select,
.k-timepicker .k-dateinput-wrap.k-state-hover .k-select,
.k-timepicker .k-picker-wrap:hover .k-select,
.k-timepicker .k-picker-wrap.k-state-hover .k-select {
  opacity: 0.87;
}

.k-dateinput .k-dateinput-wrap.k-state-focused,
.k-state-focused > .k-dateinput .k-dateinput-wrap,
.k-dateinput .k-picker-wrap.k-state-focused,
.k-state-focused >
.k-dateinput .k-picker-wrap,
.k-datepicker .k-dateinput-wrap.k-state-focused,
.k-state-focused >
.k-datepicker .k-dateinput-wrap,
.k-datepicker .k-picker-wrap.k-state-focused,
.k-state-focused >
.k-datepicker .k-picker-wrap,
.k-datetimepicker .k-dateinput-wrap.k-state-focused,
.k-state-focused >
.k-datetimepicker .k-dateinput-wrap,
.k-datetimepicker .k-picker-wrap.k-state-focused,
.k-state-focused >
.k-datetimepicker .k-picker-wrap,
.k-timepicker .k-dateinput-wrap.k-state-focused,
.k-state-focused >
.k-timepicker .k-dateinput-wrap,
.k-timepicker .k-picker-wrap.k-state-focused,
.k-state-focused >
.k-timepicker .k-picker-wrap {
  border-color: #3f51b5;
}

.k-dateinput .k-dateinput-wrap.k-state-focused .k-select,
.k-state-focused > .k-dateinput .k-dateinput-wrap .k-select,
.k-dateinput .k-picker-wrap.k-state-focused .k-select,
.k-state-focused >
.k-dateinput .k-picker-wrap .k-select,
.k-datepicker .k-dateinput-wrap.k-state-focused .k-select,
.k-state-focused >
.k-datepicker .k-dateinput-wrap .k-select,
.k-datepicker .k-picker-wrap.k-state-focused .k-select,
.k-state-focused >
.k-datepicker .k-picker-wrap .k-select,
.k-datetimepicker .k-dateinput-wrap.k-state-focused .k-select,
.k-state-focused >
.k-datetimepicker .k-dateinput-wrap .k-select,
.k-datetimepicker .k-picker-wrap.k-state-focused .k-select,
.k-state-focused >
.k-datetimepicker .k-picker-wrap .k-select,
.k-timepicker .k-dateinput-wrap.k-state-focused .k-select,
.k-state-focused >
.k-timepicker .k-dateinput-wrap .k-select,
.k-timepicker .k-picker-wrap.k-state-focused .k-select,
.k-state-focused >
.k-timepicker .k-picker-wrap .k-select {
  opacity: 0.87;
}

.k-dateinput .k-dateinput-wrap.k-invalid, .k-dateinput .k-dateinput-wrap.k-invalid:hover, .k-dateinput .k-dateinput-wrap.k-state-invalid, .k-dateinput .k-dateinput-wrap.ng-invalid.ng-touched, .k-dateinput .k-dateinput-wrap.ng-invalid.ng-dirty,
.k-dateinput .k-picker-wrap.k-invalid,
.k-dateinput .k-picker-wrap.k-invalid:hover,
.k-dateinput .k-picker-wrap.k-state-invalid,
.k-dateinput .k-picker-wrap.ng-invalid.ng-touched,
.k-dateinput .k-picker-wrap.ng-invalid.ng-dirty,
.k-datepicker .k-dateinput-wrap.k-invalid,
.k-datepicker .k-dateinput-wrap.k-invalid:hover,
.k-datepicker .k-dateinput-wrap.k-state-invalid,
.k-datepicker .k-dateinput-wrap.ng-invalid.ng-touched,
.k-datepicker .k-dateinput-wrap.ng-invalid.ng-dirty,
.k-datepicker .k-picker-wrap.k-invalid,
.k-datepicker .k-picker-wrap.k-invalid:hover,
.k-datepicker .k-picker-wrap.k-state-invalid,
.k-datepicker .k-picker-wrap.ng-invalid.ng-touched,
.k-datepicker .k-picker-wrap.ng-invalid.ng-dirty,
.k-datetimepicker .k-dateinput-wrap.k-invalid,
.k-datetimepicker .k-dateinput-wrap.k-invalid:hover,
.k-datetimepicker .k-dateinput-wrap.k-state-invalid,
.k-datetimepicker .k-dateinput-wrap.ng-invalid.ng-touched,
.k-datetimepicker .k-dateinput-wrap.ng-invalid.ng-dirty,
.k-datetimepicker .k-picker-wrap.k-invalid,
.k-datetimepicker .k-picker-wrap.k-invalid:hover,
.k-datetimepicker .k-picker-wrap.k-state-invalid,
.k-datetimepicker .k-picker-wrap.ng-invalid.ng-touched,
.k-datetimepicker .k-picker-wrap.ng-invalid.ng-dirty,
.k-timepicker .k-dateinput-wrap.k-invalid,
.k-timepicker .k-dateinput-wrap.k-invalid:hover,
.k-timepicker .k-dateinput-wrap.k-state-invalid,
.k-timepicker .k-dateinput-wrap.ng-invalid.ng-touched,
.k-timepicker .k-dateinput-wrap.ng-invalid.ng-dirty,
.k-timepicker .k-picker-wrap.k-invalid,
.k-timepicker .k-picker-wrap.k-invalid:hover,
.k-timepicker .k-picker-wrap.k-state-invalid,
.k-timepicker .k-picker-wrap.ng-invalid.ng-touched,
.k-timepicker .k-picker-wrap.ng-invalid.ng-dirty {
  color: #f31700;
  border-color: #f31700;
}

.k-state-invalid > .k-dateinput-wrap,
.k-state-invalid > .k-picker-wrap {
  color: inherit;
  border-color: #f31700;
}

.k-timeselector,
.k-datetime-wrap {
  border-color: inherit;
}

.k-timeselector .k-time-header .k-title,
.k-datetime-wrap .k-time-header .k-title {
  color: rgba(0, 0, 0, 0.87);
}

.k-timeselector .k-time-header .k-time-now,
.k-datetime-wrap .k-time-header .k-time-now {
  color: rgba(63, 81, 181, 0.87);
}

.k-timeselector .k-time-header .k-time-now:hover, .k-timeselector .k-time-header .k-time-now:focus,
.k-datetime-wrap .k-time-header .k-time-now:hover,
.k-datetime-wrap .k-time-header .k-time-now:focus {
  color: #f50057;
}

.k-timeselector .k-time-header .k-time-now::before,
.k-datetime-wrap .k-time-header .k-time-now::before {
  opacity: 0;
}

.k-timeselector .k-time-list-wrapper .k-title,
.k-datetime-wrap .k-time-list-wrapper .k-title {
  color: rgba(0, 0, 0, 0.87);
  opacity: .3;
}

.k-timeselector .k-time-list-wrapper.k-state-focused .k-title,
.k-datetime-wrap .k-time-list-wrapper.k-state-focused .k-title {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}

.k-timeselector .k-time-list-wrapper .k-time-list .k-item:hover,
.k-datetime-wrap .k-time-list-wrapper .k-time-list .k-item:hover {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-timeselector .k-time-list-wrapper .k-time-list::before, .k-timeselector .k-time-list-wrapper .k-time-list::after,
.k-datetime-wrap .k-time-list-wrapper .k-time-list::before,
.k-datetime-wrap .k-time-list-wrapper .k-time-list::after {
  box-shadow: 0 0 3em 3em white;
}

.k-time-container {
  background: transparent;
}

.k-time-highlight {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.12);
}

.k-datetime-container .k-date-tab .k-datetime-buttongroup,
.k-datetime-container .k-date-tab .k-datetime-selector {
  background-color: white;
}

.k-dropdowngrid-popup {
  overflow: hidden;
}

.k-dropdowngrid-popup .k-virtual-wrap {
  margin: 0;
}

.k-grid-list {
  width: 100%;
  max-width: none;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  empty-cells: show;
  outline: none;
  display: table;
}

.k-dropdowngrid-popup .k-grid-header {
  padding: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: inherit;
  font-size: 12px;
  display: block;
}

.k-dropdowngrid-popup .k-grid-header-wrap {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
}

.k-dropdowngrid-popup .k-grid-header table {
  margin-bottom: -1px;
  width: 100%;
  max-width: none;
  border-width: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  empty-cells: show;
  outline: none;
}

.k-dropdowngrid-popup .k-grid-header .k-header {
  padding: 16px 24px;
  border-width: 0 0 0 1px;
  border-style: solid;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.k-dropdowngrid-popup .k-grid-header .k-header:first-child {
  border-left: 0;
}

.k-grid-list > .k-item {
  box-sizing: border-box;
  display: table-row;
  position: relative;
}

.k-grid-list > .k-item > .k-cell,
.k-grid-list > .k-item > .k-group,
.k-grid-list > .k-item > .k-spacer-group {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}

.k-grid-list.k-virtual-list > .k-item > .k-cell,
.k-grid-list.k-virtual-list > .k-item > .k-group,
.k-grid-list.k-virtual-list > .k-item > .k-spacer-group {
  display: inline-block;
}

.k-grid-list > .k-item:last-child > .k-cell,
.k-grid-list > .k-item:last-child > .k-group-cell,
.k-grid-list > .k-item:last-child > .k-spacer-cell {
  border-bottom-width: 0;
}

.k-grid-list > .k-item > .k-cell {
  padding: 10px 24px;
  border-width: 0 0 1px 1px;
  border-style: solid;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.k-grid-list > .k-item > .k-cell:first-child {
  border-left: 0;
}

.k-dropdowngrid-popup .k-group-header {
  margin: 0;
  padding: 16px 24px;
  min-height: auto;
  text-align: left;
}

.k-grid-list > .k-item > .k-group-cell,
.k-grid-list > .k-item > .k-spacer-cell {
  padding: 0;
  width: 0;
  border-left-width: 0;
  border-right-width: 0;
  overflow: visible;
  position: relative;
}

.k-grid-list > .k-item > .k-group-cell > span {
  padding: 0 12px;
  font-size: .875em;
  position: absolute;
  top: 0;
  right: 0;
}

.k-dropdowngrid-popup .k-footer {
  padding: 16px 24px;
  border-width: 1px 0 0 0;
  border-style: solid;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.k-rtl.k-dropdowngrid-popup .k-grid-header-wrap,
.k-rtl .k-dropdowngrid-popup .k-grid-header-wrap {
  border-right-width: 0;
  border-left-width: 1px;
}

.k-rtl.k-dropdowngrid-popup .k-grid-header .k-header,
.k-rtl .k-dropdowngrid-popup .k-grid-header .k-header,
.k-rtl .k-grid-list > .k-item > .k-cell {
  border-left-width: 0;
  border-right-width: 1px;
  text-align: right;
}

.k-rtl.k-dropdowngrid-popup .k-grid-header .k-header:first-child,
.k-rtl .k-dropdowngrid-popup .k-grid-header .k-header:first-child,
.k-rtl .k-grid-list > .k-item > .k-cell:first-child {
  border-right-width: 0;
}

.k-rtl div.k-dropdowngrid-popup .k-group-header {
  text-align: right;
}

.k-rtl .k-grid-list > .k-item > .k-group-cell > span {
  right: auto;
  left: 0;
}

.k-dropdowngrid-popup {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-dropdowngrid-popup .k-header,
.k-dropdowngrid-popup .k-grid-header {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}

.k-dropdowngrid-popup .k-footer {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}

.k-dropdowngrid-popup .k-group-header {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}

.k-dropdowngrid-popup .k-item:nth-child(2n) {
  background-color: transparent;
}

.k-dropdowngrid-popup .k-cell {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-dropdowngrid-popup .k-item.k-state-hover {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.07);
}

.k-dropdowngrid-popup .k-item.k-state-selected {
  border-color: rgba(0, 0, 0, 0.12);
  color: #000000;
  background-color: rgba(0, 0, 0, 0.04);
}

.k-dropdowngrid-popup .k-group-cell span {
  background-color: rgba(0, 0, 0, 0.87);
  color: white;
}

.k-grid-list > .k-item.k-last > .k-cell,
.k-grid-list > .k-item.k-last > .k-group-cell,
.k-grid-list > .k-item.k-last > .k-spacer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}

.k-dropdown, .k-dropdowntree {
  width: 200px;
  border-width: 0;
  outline: 0;
  background: none;
  box-sizing: border-box;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.125;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  transition: all .1s ease;
  cursor: pointer;
  outline: 0;
}

.k-dropdown .k-dropdown-wrap .k-input, .k-dropdowntree .k-dropdown-wrap .k-input {
  padding: 8px 0px;
  width: 100%;
  min-width: 0;
  height: calc(16px + 1.125em);
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: inherit;
  background: none;
  font: inherit;
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-dropdown .k-dropdown-wrap .k-select, .k-dropdowntree .k-dropdown-wrap .k-select {
  border-radius: 0 0;
  padding: 8px 4px;
  border-width: 0;
  box-sizing: border-box;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
}

.k-dropdown .k-dropdown-wrap .k-clear-value, .k-dropdowntree .k-dropdown-wrap .k-clear-value {
  height: 18px;
  line-height: 18px;
  outline: 0;
  cursor: pointer;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: .5;
  position: absolute;
  top: 8px;
  right: 28px;
}

.k-dropdown .k-dropdown-wrap .k-clear-value:hover, .k-dropdowntree .k-dropdown-wrap .k-clear-value:hover {
  opacity: 1;
}

.k-dropdown .k-dropdown-wrap.k-state-focused .k-clear-value, .k-dropdowntree .k-dropdown-wrap.k-state-focused .k-clear-value, .k-dropdown .k-dropdown-wrap.k-state-hover .k-clear-value, .k-dropdowntree .k-dropdown-wrap.k-state-hover .k-clear-value, .k-dropdown .k-dropdown-wrap:hover .k-clear-value, .k-dropdowntree .k-dropdown-wrap:hover .k-clear-value {
  display: inline-flex;
}

.k-dropdown.k-rtl, .k-rtl.k-dropdowntree,
.k-dropdown[dir="rtl"],
.k-dropdowntree[dir="rtl"],
.k-rtl .k-dropdown,
.k-rtl .k-dropdowntree,
[dir="rtl"] .k-dropdown,
[dir="rtl"] .k-dropdowntree {
  text-align: right;
}

.k-dropdown.k-rtl .k-select, .k-rtl.k-dropdowntree .k-select,
.k-dropdown[dir="rtl"] .k-select,
.k-dropdowntree[dir="rtl"] .k-select,
.k-rtl .k-dropdown .k-select,
.k-rtl .k-dropdowntree .k-select,
[dir="rtl"] .k-dropdown .k-select,
[dir="rtl"] .k-dropdowntree .k-select {
  border-radius: 0 0;
}

.k-dropdown.k-rtl .k-dropdown-wrap .k-clear-value, .k-rtl.k-dropdowntree .k-dropdown-wrap .k-clear-value,
.k-dropdown[dir="rtl"] .k-dropdown-wrap .k-clear-value,
.k-dropdowntree[dir="rtl"] .k-dropdown-wrap .k-clear-value,
.k-rtl .k-dropdown .k-dropdown-wrap .k-clear-value,
.k-rtl .k-dropdowntree .k-dropdown-wrap .k-clear-value,
[dir="rtl"] .k-dropdown .k-dropdown-wrap .k-clear-value,
[dir="rtl"] .k-dropdowntree .k-dropdown-wrap .k-clear-value {
  right: auto;
  left: 28px;
}

.k-dropdown-operator {
  width: auto;
}

.k-dropdown-operator .k-dropdown-wrap .k-input {
  display: none;
}

.k-dropdown-operator .k-dropdown-wrap .k-select {
  width: calc(1.4285714286em + 16px);
  height: calc(1.4285714286em + 16px);
}

select.k-dropdown, select.k-dropdowntree {
  padding: 8px 0px;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .1s ease;
  cursor: pointer;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
  border-width: 0 0 1px;
  position: relative;
}

.k-dropdown .k-dropdown-wrap .k-select, .k-dropdowntree .k-dropdown-wrap .k-select {
  font-size: 14px;
  opacity: 0.54;
}

.k-dropdown .k-dropdown-wrap:hover .k-select, .k-dropdowntree .k-dropdown-wrap:hover .k-select, .k-dropdown .k-dropdown-wrap.k-state-hover .k-select, .k-dropdowntree .k-dropdown-wrap.k-state-hover .k-select {
  opacity: 0.87;
}

.k-dropdown .k-dropdown-wrap.k-state-focused .k-select, .k-dropdowntree .k-dropdown-wrap.k-state-focused .k-select,
.k-state-focused > .k-dropdown .k-dropdown-wrap .k-select,
.k-state-focused > .k-dropdowntree .k-dropdown-wrap .k-select {
  opacity: 0.87;
}

.k-state-disabled > .k-dropdown .k-dropdown-wrap, .k-state-disabled > .k-dropdowntree .k-dropdown-wrap, .k-dropdown .k-dropdown-wrap.k-state-disabled, .k-dropdowntree .k-dropdown-wrap.k-state-disabled {
  border-bottom-style: dashed;
}

.k-state-border-up > .k-select .k-i-arrow-60-down, .k-state-border-up > .k-select .k-i-arrow-s::before, .k-state-border-up > .k-select .k-i-sarrow-s::before, .k-state-border-up > .k-select .k-i-collapse::before, .k-state-border-up > .k-select .k-i-expand-s::before,
.k-state-border-down > .k-select .k-i-arrow-60-down,
.k-state-border-down > .k-select .k-i-arrow-s::before,
.k-state-border-down > .k-select .k-i-sarrow-s::before,
.k-state-border-down > .k-select .k-i-collapse::before,
.k-state-border-down > .k-select .k-i-expand-s::before {
  transform: rotate(180deg);
}

select.k-dropdown, select.k-dropdowntree {
  border-width: 0 0 1px;
}

.k-dropdown .k-dropdown-wrap, .k-dropdowntree .k-dropdown-wrap {
  border-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87);
}

.k-dropdown .k-dropdown-wrap:hover, .k-dropdowntree .k-dropdown-wrap:hover, .k-dropdown .k-dropdown-wrap.k-state-hover, .k-dropdowntree .k-dropdown-wrap.k-state-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused {
  border-color: #3f51b5;
}

.k-dropdown .k-dropdown-wrap.k-invalid, .k-dropdowntree .k-dropdown-wrap.k-invalid, .k-dropdown .k-dropdown-wrap.k-invalid:hover, .k-dropdowntree .k-dropdown-wrap.k-invalid:hover, .k-dropdown .k-dropdown-wrap.k-state-invalid, .k-dropdowntree .k-dropdown-wrap.k-state-invalid {
  border-color: #f31700;
}

.k-dropdown.k-state-invalid > .k-dropdown-wrap, .k-state-invalid.k-dropdowntree > .k-dropdown-wrap, .k-dropdown.ng-invalid.ng-touched > .k-dropdown-wrap, .k-dropdown.ng-invalid.ng-dirty > .k-dropdown-wrap {
  border-color: #f31700;
}

select.k-dropdown, select.k-dropdowntree {
  border-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87);
}

select.k-dropdown:hover, select.k-dropdowntree:hover {
  border-color: rgba(0, 0, 0, 0.87);
}

select.k-dropdown:focus, select.k-dropdowntree:focus {
  border-color: #3f51b5;
}

.k-multiselect, .k-dropdowntree {
  width: 100%;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  background: none;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.125;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-multiselect .k-loading-hidden, .k-dropdowntree .k-loading-hidden {
  visibility: hidden;
}

.k-multiselect .k-multiselect-wrap, .k-dropdowntree .k-multiselect-wrap {
  padding: 0 24px 0 0;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: relative;
  transition: all .1s ease;
  cursor: text;
  outline: 0;
}

.k-multiselect .k-multiselect-wrap .k-input, .k-dropdowntree .k-multiselect-wrap .k-input {
  padding: 8px 0px;
  height: calc(16px + 1.125em);
  float: left;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  color: inherit;
  background: none;
  font: inherit;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-multiselect .k-multiselect-wrap::before, .k-dropdowntree .k-multiselect-wrap::before {
  content: "";
  width: 0;
  height: calc(1.125em + 16px);
  float: left;
}

.k-multiselect .k-multiselect-wrap ul, .k-dropdowntree .k-multiselect-wrap ul {
  vertical-align: top;
}

.k-multiselect .k-multiselect-wrap li.k-button, .k-dropdowntree .k-multiselect-wrap li.k-button {
  float: left;
}

.k-multiselect .k-multiselect-wrap li .k-icon, .k-dropdowntree .k-multiselect-wrap li .k-icon {
  cursor: pointer;
}

.k-multiselect .k-multiselect-wrap .k-button, .k-dropdowntree .k-multiselect-wrap .k-button {
  min-height: calc(2em + 6px);
  padding: 2px 8px;
  margin: 2px 0 0 2px;
  cursor: default;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  line-height: inherit;
  white-space: normal;
}

.k-multiselect .k-multiselect-wrap .k-button .k-select, .k-dropdowntree .k-multiselect-wrap .k-button .k-select {
  display: flex;
  cursor: pointer;
  margin-left: 16px;
  align-self: stretch;
}

.k-multiselect .k-multiselect-wrap .k-button:last-child, .k-dropdowntree .k-multiselect-wrap .k-button:last-child {
  margin-bottom: 2px;
}

.k-multiselect .k-multiselect-wrap .k-searchbar, .k-dropdowntree .k-multiselect-wrap .k-searchbar {
  float: left;
  width: auto;
}

.k-multiselect .k-multiselect-wrap .k-searchbar .k-input, .k-dropdowntree .k-multiselect-wrap .k-searchbar .k-input {
  padding-right: 0;
}

.k-multiselect .k-multiselect-wrap .k-i-loading, .k-dropdowntree .k-multiselect-wrap .k-i-loading {
  height: 18px;
  line-height: 18px;
  position: absolute;
  top: 8px;
  right: 4px;
}

.k-multiselect .k-multiselect-wrap .k-clear-value, .k-dropdowntree .k-multiselect-wrap .k-clear-value {
  height: 18px;
  line-height: 18px;
  outline: 0;
  cursor: pointer;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  opacity: .5;
  position: absolute;
  top: 8px;
  right: 4px;
}

.k-multiselect .k-multiselect-wrap .k-clear-value:hover, .k-dropdowntree .k-multiselect-wrap .k-clear-value:hover {
  opacity: 1;
}

.k-multiselect .k-multiselect-wrap:hover .k-clear-value, .k-dropdowntree .k-multiselect-wrap:hover .k-clear-value, .k-multiselect .k-multiselect-wrap.k-state-hover .k-clear-value, .k-dropdowntree .k-multiselect-wrap.k-state-hover .k-clear-value, .k-multiselect .k-multiselect-wrap.k-state-focused .k-clear-value, .k-dropdowntree .k-multiselect-wrap.k-state-focused .k-clear-value {
  display: inline-flex;
}

.k-multiselect .k-searchbar, .k-dropdowntree .k-searchbar {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.k-multiselect.k-state-hover > .k-multiselect-wrap .k-clear-value, .k-state-hover.k-dropdowntree > .k-multiselect-wrap .k-clear-value, .k-multiselect.k-state-focused > .k-multiselect-wrap .k-clear-value, .k-state-focused.k-dropdowntree > .k-multiselect-wrap .k-clear-value {
  display: inline-flex;
}

.k-multiselect[dir="rtl"], .k-dropdowntree[dir="rtl"],
.k-rtl .k-multiselect,
.k-rtl .k-dropdowntree {
  text-align: right;
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap,
.k-rtl .k-multiselect .k-multiselect-wrap,
.k-rtl .k-dropdowntree .k-multiselect-wrap {
  padding-left: 24px;
  padding-right: 0;
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap::before, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap::before,
.k-multiselect[dir="rtl"] .k-multiselect-wrap li.k-button,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap li.k-button,
.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-input,
.k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-input,
.k-rtl .k-multiselect .k-multiselect-wrap::before,
.k-rtl .k-dropdowntree .k-multiselect-wrap::before,
.k-rtl .k-multiselect .k-multiselect-wrap li.k-button,
.k-rtl .k-dropdowntree .k-multiselect-wrap li.k-button,
.k-rtl .k-multiselect .k-multiselect-wrap .k-input,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-input {
  float: right;
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-searchbar, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-searchbar,
.k-rtl .k-multiselect .k-multiselect-wrap .k-searchbar,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-searchbar {
  float: right;
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-searchbar .k-input, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-searchbar .k-input,
.k-rtl .k-multiselect .k-multiselect-wrap .k-searchbar .k-input,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-searchbar .k-input {
  padding-left: 0;
  padding-right: 0px;
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-button, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-button,
.k-rtl .k-multiselect .k-multiselect-wrap .k-button,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-button {
  width: auto;
  margin-right: 2px;
  margin-left: 0;
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-button .k-select, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-button .k-select,
.k-rtl .k-multiselect .k-multiselect-wrap .k-button .k-select,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-button .k-select {
  margin-left: 0;
  margin-right: 16px;
}

.k-multiselect[dir="rtl"] .k-clear-value, .k-dropdowntree[dir="rtl"] .k-clear-value,
.k-multiselect[dir="rtl"] .k-i-loading,
.k-dropdowntree[dir="rtl"] .k-i-loading,
.k-rtl .k-multiselect .k-clear-value,
.k-rtl .k-dropdowntree .k-clear-value,
.k-rtl .k-multiselect .k-i-loading,
.k-rtl .k-dropdowntree .k-i-loading {
  right: auto;
  left: 4px;
}

.k-multiselect ::-ms-clear, .k-dropdowntree ::-ms-clear {
  display: none;
}

.k-multiselect .k-multiselect-wrap, .k-dropdowntree .k-multiselect-wrap {
  min-height: 0;
  border-width: 0 0 1px;
  position: relative;
}

.k-multiselect .k-multiselect-wrap .k-select, .k-dropdowntree .k-multiselect-wrap .k-select {
  border-width: 0;
  font-size: 14px;
}

.k-multiselect .k-multiselect-wrap .k-button, .k-dropdowntree .k-multiselect-wrap .k-button {
  min-height: 2em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .75em;
  line-height: 2;
  border-radius: 2em;
  text-transform: none;
  margin: 4px 4px 0 0;
}

.k-multiselect .k-multiselect-wrap .k-button::before, .k-dropdowntree .k-multiselect-wrap .k-button::before {
  border-radius: 2em;
  opacity: 0.07;
}

.k-multiselect .k-multiselect-wrap .k-button .k-select, .k-dropdowntree .k-multiselect-wrap .k-button .k-select {
  border-radius: 50%;
  margin-left: .5em;
  margin-right: -.2em;
  align-self: unset;
}

.k-multiselect .k-multiselect-wrap .k-button .k-select .k-icon, .k-dropdowntree .k-multiselect-wrap .k-button .k-select .k-icon {
  font-size: 12px;
  padding: 2px;
  box-sizing: content-box;
}

.k-multiselect .k-multiselect-wrap .k-button:last-child, .k-dropdowntree .k-multiselect-wrap .k-button:last-child {
  margin-bottom: 4px;
}

.k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-arrow-60-down, .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-arrow-60-down, .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-arrow-s::before, .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-arrow-s::before, .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-sarrow-s::before, .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-sarrow-s::before, .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-collapse::before, .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-collapse::before, .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-expand-s::before, .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-expand-s::before {
  line-height: 1.2;
}

.k-edge .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-arrow-60-down, .k-edge .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-arrow-60-down, .k-edge .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-arrow-s::before, .k-edge .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-arrow-s::before, .k-edge .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-sarrow-s::before, .k-edge .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-sarrow-s::before, .k-edge .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-collapse::before, .k-edge .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-collapse::before, .k-edge .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-expand-s::before, .k-edge .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-expand-s::before,
.k-state-border-down .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-arrow-60-down,
.k-state-border-down .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-arrow-60-down,
.k-state-border-down .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-arrow-s::before,
.k-state-border-down .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-arrow-s::before,
.k-state-border-down .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-sarrow-s::before,
.k-state-border-down .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-sarrow-s::before,
.k-state-border-down .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-collapse::before,
.k-state-border-down .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-collapse::before,
.k-state-border-down .k-multiselect .k-multiselect-wrap .k-button .k-icon.k-i-expand-s::before,
.k-state-border-down .k-dropdowntree .k-multiselect-wrap .k-button .k-icon.k-i-expand-s::before {
  line-height: initial;
}

.k-multiselect .k-multiselect-wrap.k-state-disabled, .k-dropdowntree .k-multiselect-wrap.k-state-disabled {
  border-bottom-style: dashed;
}

.k-multiselect.k-state-disabled > .k-multiselect-wrap, .k-state-disabled.k-dropdowntree > .k-multiselect-wrap {
  border-bottom-style: dashed;
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-button, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-button,
.k-rtl .k-multiselect .k-multiselect-wrap .k-button,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-button {
  margin-left: 4px;
  margin-right: 0;
}

.k-multiselect[dir="rtl"] .k-multiselect-wrap .k-button .k-select, .k-dropdowntree[dir="rtl"] .k-multiselect-wrap .k-button .k-select,
.k-rtl .k-multiselect .k-multiselect-wrap .k-button .k-select,
.k-rtl .k-dropdowntree .k-multiselect-wrap .k-button .k-select {
  margin-left: -.2em;
  margin-right: .5em;
}

.k-multiselect, .k-dropdowntree {
  color: rgba(0, 0, 0, 0.87);
}

.k-multiselect.k-state-focused > .k-multiselect-wrap, .k-state-focused.k-dropdowntree > .k-multiselect-wrap {
  border-color: #3f51b5;
}

.k-multiselect.k-state-focused > .k-multiselect-wrap .k-select, .k-state-focused.k-dropdowntree > .k-multiselect-wrap .k-select {
  opacity: 0.87;
}

.k-multiselect .k-multiselect-wrap, .k-dropdowntree .k-multiselect-wrap {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

.k-multiselect .k-multiselect-wrap .k-input, .k-dropdowntree .k-multiselect-wrap .k-input {
  color: rgba(0, 0, 0, 0.87);
}

.k-multiselect .k-multiselect-wrap .k-select, .k-dropdowntree .k-multiselect-wrap .k-select {
  opacity: 0.54;
}

.k-multiselect .k-multiselect-wrap > .k-readonly, .k-dropdowntree .k-multiselect-wrap > .k-readonly {
  opacity: .6;
}

.k-multiselect .k-multiselect-wrap .k-button, .k-dropdowntree .k-multiselect-wrap .k-button {
  box-shadow: none;
  background: transparent;
}

.k-multiselect .k-multiselect-wrap .k-button.k-state-focused, .k-dropdowntree .k-multiselect-wrap .k-button.k-state-focused, .k-multiselect .k-multiselect-wrap .k-button:focus, .k-dropdowntree .k-multiselect-wrap .k-button:focus {
  color: white;
  background: rgba(0, 0, 0, 0.87);
}

.k-multiselect .k-multiselect-wrap .k-button.k-state-focused::before, .k-dropdowntree .k-multiselect-wrap .k-button.k-state-focused::before, .k-multiselect .k-multiselect-wrap .k-button:focus::before, .k-dropdowntree .k-multiselect-wrap .k-button:focus::before {
  opacity: 0.46;
}

.k-multiselect .k-multiselect-wrap .k-button.k-state-focused .k-select, .k-dropdowntree .k-multiselect-wrap .k-button.k-state-focused .k-select, .k-multiselect .k-multiselect-wrap .k-button:focus .k-select, .k-dropdowntree .k-multiselect-wrap .k-button:focus .k-select {
  color: rgba(0, 0, 0, 0.54);
  background: rgba(255, 255, 255, 0.93);
}

.k-multiselect .k-multiselect-wrap .k-button.k-state-hover, .k-dropdowntree .k-multiselect-wrap .k-button.k-state-hover, .k-multiselect .k-multiselect-wrap .k-button:hover, .k-dropdowntree .k-multiselect-wrap .k-button:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.54);
}

.k-multiselect .k-multiselect-wrap .k-button.k-state-hover .k-select, .k-dropdowntree .k-multiselect-wrap .k-button.k-state-hover .k-select, .k-multiselect .k-multiselect-wrap .k-button:hover .k-select, .k-dropdowntree .k-multiselect-wrap .k-button:hover .k-select {
  color: rgba(0, 0, 0, 0.54);
  background: white;
}

.k-multiselect .k-multiselect-wrap .k-button.k-state-disabled, .k-dropdowntree .k-multiselect-wrap .k-button.k-state-disabled {
  color: rgba(0, 0, 0, 0.42);
}

.k-multiselect .k-multiselect-wrap .k-button .k-select, .k-dropdowntree .k-multiselect-wrap .k-button .k-select {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
}

.k-multiselect .k-multiselect-wrap .k-button .k-select:hover, .k-dropdowntree .k-multiselect-wrap .k-button .k-select:hover {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}

.k-multiselect .k-multiselect-wrap:hover, .k-dropdowntree .k-multiselect-wrap:hover, .k-multiselect .k-multiselect-wrap.k-state-hover, .k-dropdowntree .k-multiselect-wrap.k-state-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-multiselect .k-multiselect-wrap:hover .k-select, .k-dropdowntree .k-multiselect-wrap:hover .k-select, .k-multiselect .k-multiselect-wrap.k-state-hover .k-select, .k-dropdowntree .k-multiselect-wrap.k-state-hover .k-select {
  opacity: 0.87;
}

.k-multiselect .k-multiselect-wrap.k-invalid, .k-dropdowntree .k-multiselect-wrap.k-invalid, .k-multiselect .k-multiselect-wrap.k-invalid:hover, .k-dropdowntree .k-multiselect-wrap.k-invalid:hover, .k-multiselect .k-multiselect-wrap.k-state-invalid, .k-dropdowntree .k-multiselect-wrap.k-state-invalid {
  border-color: #f31700;
}

.k-multiselect .k-multiselect-wrap.k-state-focused, .k-dropdowntree .k-multiselect-wrap.k-state-focused {
  border-color: #3f51b5;
}

.k-multiselect .k-multiselect-wrap.k-state-focused .k-select, .k-dropdowntree .k-multiselect-wrap.k-state-focused .k-select {
  opacity: 0.87;
}

.k-multiselect.k-state-invalid .k-multiselect-wrap, .k-state-invalid.k-dropdowntree .k-multiselect-wrap, .k-multiselect.ng-invalid.ng-touched .k-multiselect-wrap, .k-multiselect.ng-invalid.ng-dirty .k-multiselect-wrap {
  border-color: #f31700;
}

.k-treeview {
  padding: 0px 0px;
  border-width: 0;
  background: none;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  display: block;
  cursor: default;
  overflow: auto;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-treeview .k-content,
.k-treeview > .k-group,
.k-treeview .k-item > .k-group {
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  position: relative;
}

.k-treeview .k-content.ng-animating,
.k-treeview > .k-group.ng-animating,
.k-treeview .k-item > .k-group.ng-animating {
  overflow: hidden;
}

.k-treeview .k-top,
.k-treeview .k-mid,
.k-treeview .k-bot {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}

.k-treeview .k-item {
  outline-style: none;
  margin: 0;
  padding: 0 0 0 16px;
  border-width: 0;
  display: block;
}

.k-treeview .k-in {
  border-radius: 0px;
  margin: 0;
  padding: 6px 8px;
  border: 0px solid transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  align-content: center;
  vertical-align: middle;
  position: relative;
}

.k-treeview .k-in.k-state-focused {
  z-index: 1;
}

.k-treeview .k-treeview-load-more-button {
  cursor: pointer;
}

.k-treeview .k-treeview-load-more-button:hover, .k-treeview .k-treeview-load-more-button.k-state-hover, .k-treeview .k-treeview-load-more-button:focus, .k-treeview .k-treeview-load-more-button.k-state-focused {
  text-decoration: underline;
}

.k-treeview .k-treeview-load-more-checkboxes-container {
  padding-left: 36px;
}

.k-treeview .k-treeview-load-more-checkboxes-container .k-i-loading {
  margin-left: -20px;
  margin-right: 4px;
}

.k-treeview .k-i-expand,
.k-treeview .k-i-collapse {
  margin-left: -16px;
  cursor: pointer;
}

.k-treeview .k-checkbox-wrapper {
  margin-right: 4px;
}

.k-treeview .k-i-drag-and-drop {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.k-treeview .k-in .k-icon,
.k-treeview .k-in .k-image,
.k-treeview .k-in .k-sprite {
  margin-right: 4px;
}

.k-rtl .k-treeview .k-item,
.k-treeview[dir="rtl"] .k-item {
  padding-left: 0;
  padding-right: 16px;
}

.k-rtl .k-treeview .k-treeview-load-more-checkboxes-container,
.k-treeview[dir="rtl"] .k-treeview-load-more-checkboxes-container {
  padding-left: 0;
  padding-right: 36px;
}

.k-rtl .k-treeview .k-treeview-load-more-checkboxes-container .k-i-loading,
.k-treeview[dir="rtl"] .k-treeview-load-more-checkboxes-container .k-i-loading {
  margin-left: 4px;
  margin-right: -20px;
}

.k-rtl .k-treeview .k-i-expand,
.k-rtl .k-treeview .k-i-collapse,
.k-treeview[dir="rtl"] .k-i-expand,
.k-treeview[dir="rtl"] .k-i-collapse {
  margin-left: 0;
  margin-right: -16px;
}

.k-rtl .k-treeview .k-checkbox-wrapper,
.k-treeview[dir="rtl"] .k-checkbox-wrapper {
  margin-right: 0;
  margin-left: 4px;
}

.k-rtl .k-treeview .k-in .k-icon,
.k-rtl .k-treeview .k-in .k-image,
.k-rtl .k-treeview .k-in .k-sprite,
.k-treeview[dir="rtl"] .k-in .k-icon,
.k-treeview[dir="rtl"] .k-in .k-image,
.k-treeview[dir="rtl"] .k-in .k-sprite {
  margin-left: 4px;
  margin-right: 0;
}

.k-treeview {
  color: rgba(0, 0, 0, 0.87);
}

.k-treeview .k-in:hover,
.k-treeview .k-in.k-state-hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.k-treeview .k-in.k-state-selected {
  color: #ff4081;
}

.k-treeview .k-in.k-state-focused {
  background-color: rgba(0, 0, 0, 0.07);
}

.k-dropdowntree {
  width: 200px;
}

.k-popup-dropdowntree {
  padding: 0;
}

.k-popup-dropdowntree .k-list-filter {
  box-shadow: none;
  margin: 0 0 0px;
}

.k-popup-dropdowntree .k-check-all {
  padding: 16px 16px 0;
}

.k-popup-dropdowntree .k-list-filter .k-check-all {
  padding-top: 0;
}

.k-popup-dropdowntree .k-treeview {
  padding: 16px 16px;
}

.k-maskedtextbox {
  width: 200px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.125;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  background: none;
  text-align: left;
  white-space: nowrap;
  display: inline-flex;
  vertical-align: middle;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-maskedtextbox > .k-textbox {
  flex: 1 0 0%;
  min-width: 0;
}

.k-maskedtextbox > .k-textbox.k-state-invalid {
  transition: none;
}

.k-maskedtextbox > .k-textbox.k-state-invalid + .k-i-warning {
  display: inline-block;
}

.k-maskedtextbox .k-i-warning {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.k-maskedtextbox[dir="rtl"],
.k-rtl .k-maskedtextbox {
  text-align: right;
}

.k-maskedtextbox[dir="rtl"] .k-i-warning,
.k-rtl .k-maskedtextbox .k-i-warning {
  right: auto;
  left: 16px;
}

.k-maskedtextbox ::-ms-clear {
  display: none;
}

.k-maskedtextbox .k-i-warning {
  color: #f31700;
}

.k-maskedtextbox.k-state-invalid .k-textbox, .k-maskedtextbox.ng-invalid.ng-touched .k-textbox, .k-maskedtextbox.ng-invalid.ng-dirty .k-textbox {
  border-color: #f31700;
}

.k-upload {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-upload .k-upload-button {
  min-width: 7em;
}

.k-upload .k-dropzone {
  padding: 16px 16px;
  border-width: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: transparent;
}

.k-upload .k-dropzone .k-dropzone-hint {
  font-style: normal;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  flex: 1;
}

.k-upload .k-dropzone .k-upload-status {
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  display: flex;
  align-items: center;
  position: relative;
}

.k-upload .k-dropzone .k-upload-status > .k-icon {
  margin-right: 8px;
}

.k-upload .k-dropzone .k-upload-status + .k-dropzone-hint {
  display: none;
}

.k-upload .k-dropzone-active .k-upload-status {
  display: none;
}

.k-upload .k-dropzone-active .k-upload-status + .k-dropzone-hint {
  display: block;
}

.k-upload .k-upload-files {
  max-height: 300px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  list-style: none;
}

.k-upload .k-upload-files .k-file-multiple,
.k-upload .k-upload-files .k-file-single {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.k-upload .k-upload-files .k-file-single {
  align-items: center;
}

.k-upload .k-upload-files .k-file-multiple {
  align-items: flex-start;
}

.k-upload .k-upload-files .k-file {
  padding: 16px 16px 18px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  outline: none;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.k-upload .k-upload-files .k-file:last-child {
  border-width: 0;
}

.k-upload .k-upload-files .k-filename {
  margin-left: 1em;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.k-upload .k-upload-files .k-upload-status .k-icon {
  vertical-align: middle;
}

.k-upload .k-upload-files .k-upload-pct {
  margin: 0 8px;
  font-weight: normal;
  vertical-align: middle;
}

.k-upload .k-upload-files ~ .k-clear-selected,
.k-upload .k-upload-files ~ .k-upload-selected {
  margin-top: -4px;
  border-width: 0;
}

.k-upload .k-upload-files ~ .k-upload-selected {
  border-left-width: 1px;
  border-left-style: solid;
  margin-left: -1px;
}

.k-upload .k-upload-files .k-file-name,
.k-upload .k-upload-files .k-file-size,
.k-upload .k-upload-files .k-file-validation-message,
.k-upload .k-upload-files .k-file-information {
  display: block;
}

.k-upload .k-upload-files .k-file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.k-upload .k-upload-files .k-file-size,
.k-upload .k-upload-files .k-file-information,
.k-upload .k-upload-files .k-file-validation-message {
  font-size: 12px;
  line-height: 1;
}

.k-upload .k-upload-files .k-file-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
  margin: 1px 0;
  width: 24px;
  height: 34px;
  border-width: 2px;
  border-style: solid;
  font-size: 7.98px;
  text-transform: uppercase;
  box-sizing: content-box;
  position: absolute;
  top: 16px;
}

.k-upload .k-upload-files .k-file-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-file-invalid-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-multiple-files-group-wrapper .k-file-group,
.k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper .k-file-group {
  font-size: 32px;
}

.k-upload .k-upload-files .k-file-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-file-invalid-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-multiple-files-group-wrapper .k-file-state,
.k-upload .k-upload-files .k-multiple-files-invalid-group-wrapper .k-file-state {
  position: absolute;
}

.k-upload .k-upload-files .k-file-invalid-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
  font-size: 1.2em;
}

.k-upload .k-upload-files .k-multiple-files-extension-wrapper,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper {
  margin-top: 4px;
}

.k-upload .k-upload-files .k-file-state {
  visibility: hidden;
}

.k-upload .k-upload-files .k-file-invalid-extension-wrapper + .k-file-name-size-wrapper,
.k-upload .k-upload-files .k-file-single > .k-file-extension-wrapper + .k-file-name-size-wrapper {
  margin-left: calc(24px + 1em);
  min-height: 38px;
  display: block;
  overflow: hidden;
}

.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper + .k-file-name-size-wrapper,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper + .k-file-name-size-wrapper {
  margin-left: calc(24px + 1em);
}

.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper {
  margin-bottom: -2px;
}

.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-size,
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-information,
.k-upload .k-upload-files .k-file-extension-wrapper + .k-file-name-size-wrapper .k-file-validation-message {
  font-size: 9.432px;
}

.k-upload .k-upload-files .k-file-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::after,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after {
  content: "";
  border-style: solid;
  display: inline-block;
  position: absolute;
}

.k-upload .k-upload-files .k-file-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-extension-wrapper::before,
.k-upload .k-upload-files .k-file-invalid-extension-wrapper::before,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::before {
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-width: 6px;
  margin-top: -1px;
  margin-right: -1px;
}

.k-upload .k-upload-files .k-multiple-files-extension-wrapper::after,
.k-upload .k-upload-files .k-multiple-files-invalid-extension-wrapper::after {
  top: -6px;
  left: -6px;
  width: 15px;
  height: 35px;
  border-width: 2px 0 0 2px;
}

.k-upload .k-upload-files .k-file-extension,
.k-upload .k-upload-files .k-file-invalid-icon {
  position: absolute;
  bottom: 0;
  line-height: normal;
}

.k-upload .k-upload-files .k-file-invalid-icon {
  margin-left: 4px;
}

.k-upload .k-upload-files .k-file-extension {
  margin-left: .2em;
  margin-bottom: .3em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  left: 0;
}

.k-upload .k-upload-files .k-upload-action {
  border-width: 0;
  color: inherit;
  background: none;
  box-shadow: none;
}

.k-upload .k-upload-files .k-file-name-size-wrapper {
  margin-left: 0;
  margin-right: 0;
  min-height: 32px;
  display: block;
  overflow: hidden;
  flex: 1 0 0;
}

.k-upload .k-file-multiple > .k-file-name-size-wrapper {
  margin-left: 16px;
}

.k-upload .k-multiple-files-wrapper,
.k-upload .k-file-single > .k-file-name-size-wrapper,
.k-upload .k-file > .k-file-name-size-wrapper {
  margin-left: 16px;
  margin-right: 0;
  min-height: 32px;
  display: block;
  overflow: hidden;
  flex: 1 0 0;
}

.k-upload .k-multiple-files-wrapper .k-file-name-size-wrapper {
  margin-bottom: 12px;
  display: block;
}

.k-upload .k-multiple-files-wrapper .k-file-information {
  margin-top: -4px;
}

.k-upload .k-progress {
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.k-upload .k-progressbar {
  height: 2px;
  position: absolute;
  bottom: 8px;
  width: calc(100% - 32px);
}

.k-upload .k-progressbar .k-progress {
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.k-upload .k-file-invalid > .k-progress {
  width: 100%;
}

.k-upload .k-actions,
.k-upload .k-action-buttons {
  border-top-width: 1px;
}

.k-upload[dir="rtl"] .k-dropzone,
.k-rtl .k-upload .k-dropzone {
  text-align: left;
}

.k-upload[dir="rtl"] .k-dropzone .k-upload-status > .k-icon,
.k-rtl .k-upload .k-dropzone .k-upload-status > .k-icon {
  margin-left: 6px;
  margin-right: 0;
}

.k-upload[dir="rtl"] .k-multiple-files-wrapper,
.k-upload[dir="rtl"] .k-file-single > .k-file-name-size-wrapper,
.k-upload[dir="rtl"] .k-file-multiple > .k-file-name-size-wrapper,
.k-upload[dir="rtl"] .k-file > .k-file-name-size-wrapper,
.k-rtl .k-upload .k-multiple-files-wrapper,
.k-rtl .k-upload .k-file-single > .k-file-name-size-wrapper,
.k-rtl .k-upload .k-file-multiple > .k-file-name-size-wrapper,
.k-rtl .k-upload .k-file > .k-file-name-size-wrapper {
  margin-right: 16px;
}

.k-upload[dir="rtl"] .k-button + .k-button,
.k-rtl .k-upload .k-button + .k-button {
  border-right-width: 0;
}

.k-upload[dir="rtl"] .k-progress,
.k-rtl .k-upload .k-progress {
  left: auto;
  right: 0;
}

.k-upload-button {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.k-upload-button input {
  font: 170px monospace !important;
  margin: 0;
  padding: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.k-upload-button input[disabled],
.k-upload-button input.k-state-disabled {
  visibility: hidden;
}

.k-ie9 .k-upload-status-total {
  top: 1.5em;
}

.k-ie9 .k-upload-status-total > .k-icon {
  margin-top: -3px;
}

.k-no-flexbox .k-upload-files .k-file-multiple,
.k-no-flexbox .k-upload-files .k-file-single {
  display: block;
  width: 100%;
}

.k-no-flexbox .k-upload-files .k-upload-status {
  position: absolute;
  right: 16px;
  top: 16px;
}

.k-no-flexbox .k-upload-files .k-file-group-wrapper,
.k-no-flexbox .k-upload-files .k-file-invalid-group-wrapper,
.k-no-flexbox .k-upload-files .k-multiple-files-group-wrapper,
.k-no-flexbox .k-upload-files .k-multiple-files-invalid-group-wrapper {
  position: absolute;
  top: 16px;
}

.k-no-flexbox .k-upload-files .k-multiple-files-wrapper,
.k-no-flexbox .k-upload-files .k-file-single > .k-file-name-size-wrapper,
.k-no-flexbox .k-upload-files .k-file > .k-file-name-size-wrapper {
  margin-left: 48px;
  margin-right: calc(3.4285714286em + 48px);
}

.k-no-flexbox .k-dropzone {
  position: relative;
  text-align: left;
}

.k-no-flexbox .k-dropzone .k-upload-button {
  display: inline-block;
}

.k-no-flexbox .k-dropzone .k-dropzone-hint,
.k-no-flexbox .k-dropzone .k-upload-status-total {
  position: absolute;
  top: 24px;
  right: 16px;
}

.k-no-flexbox [dir="rtl"] .k-dropzone-hint,
.k-no-flexbox [dir="rtl"] .k-upload-status-total,
.k-no-flexbox [dir="rtl"] .k-upload-files .k-upload-status,
.k-no-flexbox .k-rtl .k-dropzone-hint,
.k-no-flexbox .k-rtl .k-upload-status-total,
.k-no-flexbox .k-rtl .k-upload-files .k-upload-status {
  right: auto;
  left: 16px;
}

.k-no-flexbox [dir="rtl"] .k-multiple-files-wrapper,
.k-no-flexbox [dir="rtl"] .k-file-single > .k-file-name-size-wrapper,
.k-no-flexbox [dir="rtl"] .k-file > .k-file-name-size-wrapper,
.k-no-flexbox .k-rtl .k-multiple-files-wrapper,
.k-no-flexbox .k-rtl .k-file-single > .k-file-name-size-wrapper,
.k-no-flexbox .k-rtl .k-file > .k-file-name-size-wrapper {
  margin-left: calc(3.4285714286em + 48px);
  margin-right: 48px;
}

.k-upload .k-action-buttons {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
}

.k-upload {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-upload .k-dropzone {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  background-color: white;
}

.k-upload .k-dropzone.k-dropzone-hover, .k-upload .k-dropzone.k-dropzone-hovered {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-upload .k-dropzone .k-upload-status,
.k-upload .k-dropzone .k-dropzone-hint {
  color: rgba(0, 0, 0, 0.54);
}

.k-upload .k-file.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-upload .k-file .k-upload-action.k-state-focused {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-upload .k-upload-status {
  color: rgba(0, 0, 0, 0.87);
}

.k-upload .k-file-progress .k-file-name {
  color: rgba(0, 0, 0, 0.87);
}

.k-upload .k-file-progress .k-progress {
  background-color: #0058e9;
}

.k-upload .k-file-success .k-progress {
  background-color: #37b400;
}

.k-upload .k-file-error .k-file-validation-message,
.k-upload .k-file-invalid .k-file-validation-message {
  color: #f31700;
}

.k-upload .k-file-error .k-progress,
.k-upload .k-file-invalid .k-progress {
  background-color: #f31700;
}

.k-upload .k-file-extension-wrapper,
.k-upload .k-multiple-files-extension-wrapper,
.k-upload .k-file-group-wrapper,
.k-upload .k-multiple-files-group-wrapper,
.k-upload .k-file-invalid-extension-wrapper,
.k-upload .k-multiple-files-invalid-extension-wrapper,
.k-upload .k-file-invalid-group-wrapper,
.k-upload .k-multiple-files-invalid-group-wrapper {
  color: rgba(0, 0, 0, 0.52);
  border-color: rgba(0, 0, 0, 0.52);
}

.k-upload .k-file-invalid-extension-wrapper,
.k-upload .k-multiple-files-invalid-extension-wrapper,
.k-upload .k-file-error .k-file-extension-wrapper,
.k-upload .k-file-invalid-group-wrapper,
.k-upload .k-multiple-files-invalid-group-wrapper,
.k-upload .k-file-error .k-file-group-wrapper {
  border-color: rgba(0, 0, 0, 0.52);
}

.k-upload .k-file-extension-wrapper::before,
.k-upload .k-multiple-files-extension-wrapper::before,
.k-upload .k-file-invalid-extension-wrapper::before,
.k-upload .k-multiple-files-invalid-extension-wrapper::before,
.k-upload .k-file-error .k-file-extension-wrapper::before {
  background-color: white;
  border-color: transparent transparent rgba(0, 0, 0, 0.52) rgba(0, 0, 0, 0.52);
}

.k-upload .k-multiple-files-extension-wrapper::after,
.k-upload .k-multiple-files-invalid-extension-wrapper::after {
  border-top-color: rgba(0, 0, 0, 0.52);
  border-left-color: rgba(0, 0, 0, 0.52);
}

.k-upload .k-file-size,
.k-upload .k-file-validation-message,
.k-upload .k-file-information {
  color: #bababa;
}

.k-upload .k-multiple-files-wrapper .k-file-information {
  color: rgba(0, 0, 0, 0.87);
}

.k-upload.k-state-invalid, .k-upload.ng-invalid.ng-touched, .k-upload.ng-invalid.ng-dirty {
  border-color: #f31700;
}

.k-upload .k-upload-button {
  box-shadow: none;
  background-color: #ebebeb;
}

.k-external-dropzone {
  display: flex;
}

.k-dropzone-inner {
  padding: 64px 16px;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.k-dropzone-inner > .k-icon {
  margin-bottom: 44px;
  font-size: 48px;
}

.k-dropzone-inner .k-dropzone-hint,
.k-dropzone-inner .k-dropzone-note {
  display: block;
}

.k-dropzone-inner .k-dropzone-hint {
  font-size: 16px;
  margin-bottom: 12px;
}

.k-dropzone-inner .k-dropzone-note {
  font-size: 12px;
  margin-bottom: 6px;
}

.k-dropzone-inner {
  line-height: normal;
}

.k-dropzone-inner > .k-icon {
  margin-bottom: 30px;
}

.k-external-dropzone.k-external-dropzone-hover .k-icon {
  color: #3f51b5;
  opacity: 1;
}

.k-dropzone-inner {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.08);
}

.k-dropzone-inner > .k-icon,
.k-dropzone-inner .k-dropzone-note {
  opacity: 0.56;
}

.k-listbox {
  width: 12.4em;
  height: 200px;
  border-width: 0;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  vertical-align: top;
  background-color: transparent;
  display: inline-flex;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-listbox .k-listbox-toolbar ul {
  display: flex;
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar ul {
  flex-direction: column;
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar li + li, .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar li + li {
  margin-top: 8px;
}

.k-listbox.k-listbox-toolbar-left {
  flex-direction: row;
}

.k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
  margin-right: 12px;
}

.k-listbox.k-listbox-toolbar-right {
  flex-direction: row-reverse;
}

.k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  margin-left: 12px;
}

.k-listbox.k-listbox-toolbar-top, .k-listbox.k-listbox-toolbar-bottom {
  flex-direction: column;
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar ul, .k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar ul {
  flex-direction: row;
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar li + li, .k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar li + li {
  margin-left: 8px;
}

.k-listbox.k-listbox-toolbar-top .k-listbox-toolbar {
  margin-bottom: 12px;
}

.k-listbox.k-listbox-toolbar-bottom .k-listbox-toolbar {
  margin-top: 12px;
}

.k-listbox .k-list-scroller {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}

.k-listbox .k-drop-hint {
  border-top-width: 2px;
  border-top-style: solid;
}

.k-listbox .k-ghost {
  opacity: .5;
}

.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar, .k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar, .k-listbox[dir="rtl"].k-listbox-toolbar-left .k-listbox-toolbar, .k-listbox[dir="rtl"].k-listbox-toolbar-right .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  transform: scaleX(-1);
}

.k-rtl .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar, .k-listbox[dir="rtl"].k-listbox-toolbar-left .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-left .k-listbox-toolbar {
  margin-right: 0;
  margin-left: 12px;
}

.k-rtl .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar, .k-listbox[dir="rtl"].k-listbox-toolbar-right .k-listbox-toolbar,
[dir="rtl"] .k-listbox.k-listbox-toolbar-right .k-listbox-toolbar {
  margin-right: 12px;
  margin-left: 0;
}

.k-item {
  cursor: default;
}

.k-item.k-drag-clue {
  border-radius: 0;
  padding: 4px 16px;
  line-height: 2;
  border-width: 0;
  font-size: 14px;
}

.k-listbox .k-item {
  padding: 2px 24px;
}

.k-item.k-drag-clue {
  width: auto !important;
  opacity: 0.9;
  border-radius: 18px;
}

.k-listbox .k-list-scroller {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-listbox .k-drop-hint {
  border-top-color: #3f51b5;
}

li.k-item.k-drag-clue {
  background-color: #ededed;
  color: rgba(0, 0, 0, 0.87);
}

.k-item.k-drag-clue {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.k-rating {
  margin: 0;
  padding: 0;
  border-width: 0;
  box-sizing: border-box;
  outline: 0;
  background: none;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: inline-flex;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-rating-container {
  flex: 0 1 auto;
  position: relative;
  box-sizing: border-box;
  margin: 0 4px;
}

.k-rating-container .k-rating-item {
  display: inline-flex;
  position: relative;
  padding: 4px 4px;
  align-items: center;
  vertical-align: middle;
  margin: 0;
  outline: 0;
  overflow: hidden;
  transition: color 200ms ease-out 0s;
}

.k-rating-container .k-rating-item * {
  pointer-events: none;
}

.k-rating-container .k-rating-item .k-icon {
  font-size: 24px;
}

.k-rating-container .k-rating-item .k-rating-precision-part,
.k-rating-container .k-rating-item .k-rating-precision-complement {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  overflow: hidden;
}

.k-rating-container .k-rating-item .k-rating-precision-complement {
  direction: rtl;
}

.k-rating-label {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  line-height: 1.5;
  margin: 4px 8px;
}

.k-ie9 .k-rating-label,
.k-ie9 .k-rating-container,
.k-ie9 .k-rating-item {
  display: inline-block;
}

.k-rtl .k-rating-precision-part,
[dir="rtl"] .k-rating-precision-part {
  left: auto;
  right: 4px;
}

.k-rtl .k-rating-item .k-rating-precision-complement,
[dir="rtl"] .k-rating-item .k-rating-precision-complement {
  direction: ltr;
}

.k-rating {
  color: rgba(0, 0, 0, 0.87);
}

.k-rating:focus .k-rating-item > .k-icon, .k-rating.k-state-focused .k-rating-item > .k-icon {
  text-shadow: 0 2px 3.6px rgba(0, 0, 0, 0.1);
}

.k-rating:focus .k-rating-item.k-state-selected > .k-icon, .k-rating.k-state-focused .k-rating-item.k-state-selected > .k-icon {
  text-shadow: 0 2px 3.6px rgba(63, 81, 181, 0.4);
}

.k-rating-item {
  color: rgba(140, 140, 140, 0.87);
}

.k-rating-item.k-state-selected {
  color: #303f9f;
}

.k-rating-item.k-state-selected:focus, .k-rating-item.k-state-selected.k-state-focused {
  color: #303f9f;
}

.k-rating-item:hover, .k-rating-item.k-state-hover {
  color: #303f9f;
  cursor: pointer;
}

.k-menu {
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-menu-item {
  border-width: 0;
  outline: 0;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-menu-link {
  padding: 4px 16px;
  outline: 0;
  color: inherit;
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  align-items: center;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}

.k-menu-link > .k-icon:not(.k-menu-expand-arrow),
.k-menu-link > .k-image,
.k-menu-link > .k-sprite {
  margin-right: 4px;
}

.k-menu-expand-arrow {
  margin-left: 4px;
  margin-right: -4px;
  position: relative;
}

.k-menu-expand-arrow.k-i-arrow-60-left, .k-menu-expand-arrow.k-i-arrow-w::before, .k-menu-expand-arrow.k-i-sarrow-w::before, .k-menu-expand-arrow.k-i-expand-w::before,
.k-menu-expand-arrow.k-i-arrow-60-right,
.k-menu-expand-arrow.k-i-arrow-e::before,
.k-menu-expand-arrow.k-i-sarrow-e::before,
.k-menu-expand-arrow.k-i-expand::before,
.k-menu-expand-arrow.k-i-expand-e::before {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.k-menu-expand-arrow.k-i-arrow-60-right,
.k-menu-expand-arrow.k-i-arrow-e::before,
.k-menu-expand-arrow.k-i-sarrow-e::before,
.k-menu-expand-arrow.k-i-expand::before,
.k-menu-expand-arrow.k-i-expand-e::before {
  right: 4px;
}

.k-menu-expand-arrow.k-i-arrow-60-left, .k-menu-expand-arrow.k-i-arrow-w::before, .k-menu-expand-arrow.k-i-sarrow-w::before, .k-menu-expand-arrow.k-i-expand-w::before {
  left: 4px;
}

.k-menu-horizontal {
  flex-direction: row;
}

.k-menu-horizontal > .k-menu-item + .k-menu-item {
  margin-left: 2px;
}

.k-menu-horizontal > .k-separator {
  margin: 0 2px;
  width: 0;
  height: auto;
  border-width: 0 0 0 1px;
  border-style: solid;
  flex-shrink: 0;
}

.k-menu-vertical {
  flex-direction: column;
}

.k-menu-vertical > .k-menu-item + .k-menu-item {
  margin-top: 2px;
}

.k-menu-vertical > .k-menu-item > .k-menu-link {
  padding: 2px 24px;
  padding-right: 64px;
}

.k-menu-vertical > .k-separator {
  margin: 2px 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  display: block;
}

.k-menu-popup {
  border-width: 0px;
  border-style: solid;
  overflow: auto;
  max-height: 80vh;
}

.k-menu-group {
  margin: 0;
  padding: 0px 0px;
  font-size: 14px;
  line-height: 2;
  list-style: none;
  display: none;
  position: absolute;
}

.k-menu-popup .k-menu-group {
  position: relative;
  display: flex;
  flex-direction: column;
}

.k-menu-group .k-menu-item {
  font-size: 14px;
  line-height: 2;
}

.k-menu-group .k-menu-item + .k-menu-item {
  margin-top: 0px;
}

.k-menu-group .k-menu-link {
  padding: 2px 24px;
  padding-right: 64px;
}

.k-menu-group .k-separator {
  margin: 2px 0;
  height: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  display: block;
}

.k-popups-wrapper {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
}

.k-context-menu {
  margin: 0;
  padding: 0px 0px;
  border-width: 0px;
  border-style: solid;
}

.k-context-menu.k-menu-horizontal {
  padding: 0px 0px;
}

.k-animation-container .k-context-menu.k-menu-horizontal {
  display: flex !important;
  flex-wrap: nowrap;
}

.k-context-menu-popup {
  z-index: 12000;
}

.k-context-menu-popup > .k-popup:not(.k-menu-popup),
.k-context-menu-popup .k-context-menu {
  border: 0;
}

.k-menu-scroll-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}

.k-menu-scroll-wrapper .k-menu {
  overflow: hidden;
  flex-wrap: nowrap;
}

.k-menu-scroll-button {
  border-radius: 0;
  padding: 0;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: inherit;
  position: absolute;
}

.k-menu-scroll-button.k-scroll-left {
  top: 0;
  left: 0;
  height: 100%;
  width: 16px;
  border-right-width: 1px;
}

.k-menu-scroll-button.k-scroll-right {
  top: 0;
  right: 0;
  height: 100%;
  width: 16px;
  border-left-width: 1px;
}

.k-menu-scroll-button.k-scroll-up {
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  border-bottom-width: 1px;
}

.k-menu-scroll-button.k-scroll-down {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  border-top-width: 1px;
}

.k-rtl .k-menu-link > .k-icon:not(.k-menu-expand-arrow),
.k-rtl .k-menu-link > .k-image,
.k-rtl .k-menu-link > .k-sprite,
[dir="rtl"] .k-menu-link > .k-icon:not(.k-menu-expand-arrow),
[dir="rtl"] .k-menu-link > .k-image,
[dir="rtl"] .k-menu-link > .k-sprite {
  margin-left: 4px;
  margin-right: 0;
}

.k-rtl .k-menu-expand-arrow.k-i-arrow-60-down, .k-rtl .k-menu-expand-arrow.k-i-arrow-s::before, .k-rtl .k-menu-expand-arrow.k-i-sarrow-s::before, .k-rtl .k-menu-expand-arrow.k-i-collapse::before, .k-rtl .k-menu-expand-arrow.k-i-expand-s::before,
[dir="rtl"] .k-menu-expand-arrow.k-i-arrow-60-down,
[dir="rtl"] .k-menu-expand-arrow.k-i-arrow-s::before,
[dir="rtl"] .k-menu-expand-arrow.k-i-sarrow-s::before,
[dir="rtl"] .k-menu-expand-arrow.k-i-collapse::before,
[dir="rtl"] .k-menu-expand-arrow.k-i-expand-s::before {
  margin-left: -4px;
  margin-right: 4px;
}

.k-rtl .k-menu-horizontal > .k-menu-item + .k-menu-item,
[dir="rtl"] .k-menu-horizontal > .k-menu-item + .k-menu-item {
  margin-right: 2px;
  margin-left: 0;
}

.k-rtl .k-menu-vertical > .k-menu-item > .k-menu-link,
[dir="rtl"] .k-menu-vertical > .k-menu-item > .k-menu-link {
  padding-right: 24px;
  padding-left: 64px;
}

.k-rtl .k-menu-group .k-menu-link,
[dir="rtl"] .k-menu-group .k-menu-link {
  padding-right: 24px;
  padding-left: 64px;
}

.k-menu:not(.k-context-menu) > .k-menu-item {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-menu-scroll-wrapper .k-menu-scroll-button {
  box-shadow: none;
}

.k-menu-scroll-wrapper.horizontal .k-menu-scroll-button {
  width: calc(2em + 4px);
}

.k-menu-scroll-wrapper.vertical .k-menu-scroll-button {
  height: calc(2em + 4px);
}

.k-menu:not(.k-context-menu) {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

.k-menu:not(.k-context-menu) > .k-item {
  background-color: rgba(0, 0, 0, 0);
}

.k-menu:not(.k-context-menu) > .k-item:hover, .k-menu:not(.k-context-menu) > .k-item.k-state-hover {
  background-color: rgba(0, 0, 0, 0.1044);
}

.k-menu:not(.k-context-menu) > .k-item > .k-state-active {
  background-color: rgba(0, 0, 0, 0.1392);
}

.k-menu-group,
.k-menu.k-context-menu {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-menu-group .k-item:hover, .k-menu-group .k-item.k-state-hover,
.k-menu.k-context-menu .k-item:hover,
.k-menu.k-context-menu .k-item.k-state-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-menu-group .k-item > .k-state-active,
.k-menu.k-context-menu .k-item > .k-state-active {
  color: #ff4081;
  background-color: white;
}

.k-menu-scroll-button {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.54);
  background-color: white;
}

.k-menu-scroll-button:hover {
  color: rgba(0, 0, 0, 0.87);
}

.k-menu-scroll-button:hover::before {
  opacity: 0;
}

.k-menu:not(.k-context-menu) > .k-menu-item:focus, .k-menu:not(.k-context-menu) > .k-menu-item.k-state-focused {
  background-color: rgba(0, 0, 0, 0.1044);
}

.k-menu-group .k-menu-item:focus, .k-menu-group .k-menu-item.k-state-focused,
.k-context-menu .k-menu-item:focus,
.k-context-menu .k-menu-item.k-state-focused {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-menu-scroll-wrapper .k-menu-scroll-button .k-i-arrow-60-up::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-arrow-n::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-sarrow-n::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-expand-n::before {
  content: "\e013";
}

.k-menu-scroll-wrapper .k-menu-scroll-button .k-i-arrow-60-right::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-arrow-e::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-sarrow-e::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-expand::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-expand-e::before {
  content: "\e014";
}

.k-menu-scroll-wrapper .k-menu-scroll-button .k-i-arrow-60-down::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-arrow-s::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-sarrow-s::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-collapse::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-expand-s::before {
  content: "\e015";
}

.k-menu-scroll-wrapper .k-menu-scroll-button .k-i-arrow-60-left::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-arrow-w::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-sarrow-w::before, .k-menu-scroll-wrapper .k-menu-scroll-button .k-i-expand-w::before {
  content: "\e016";
}

.k-toolbar {
  margin: 0;
  padding: 0px 0px;
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-toolbar::before {
  content: "";
  height: calc(1.4285714286em + 28px);
}

.k-toolbar.k-toolbar-resizable {
  flex-wrap: nowrap;
}

.k-toolbar > * {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: stretch;
  align-content: center;
  vertical-align: middle;
}

.k-toolbar > * > label {
  margin-right: 0px;
}

.k-toolbar > :last-child {
  margin-right: 0;
}

.k-toolbar .k-button,
.k-toolbar .k-button-group,
.k-toolbar .k-separator,
.k-toolbar .k-split-button,
.k-toolbar .k-textbox,
.k-toolbar .k-widget,
.k-toolbar label {
  align-self: center;
}

.k-toolbar .k-split-button > .k-button {
  align-self: stretch;
}

.k-toolbar .k-button {
  padding: 14px 16px;
  line-height: 1.4285714286;
}

.k-toolbar .k-overflow-anchor {
  border-radius: 0;
  margin: 0;
  padding: 0px;
  width: calc(1.4285714286em + 28px);
  height: 100%;
  border-width: 0;
  border-color: inherit;
  background-clip: padding-box;
  box-sizing: border-box;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.k-toolbar .k-overflow-anchor::before {
  display: block;
}

.k-toolbar .k-separator,
.k-toolbar .k-toolbar-separator {
  width: 0;
  height: 2em;
  border-width: 0 0 0 1px;
  border-style: solid;
}

.k-toolbar .k-spacer,
.k-toolbar .k-toolbar-spacer {
  height: 2em;
  flex: 1 1 auto;
}

.k-toolbar .k-toolbar-template {
  align-self: center;
  align-items: center;
}

.k-overflow-container .k-overflow-tool-group {
  display: block;
}

.k-overflow-container .k-overflow-button {
  width: 100%;
}

.k-overflow-container .k-button-group {
  display: flex;
  flex-direction: column;
}

.k-overflow-container .k-overflow-hidden {
  display: none;
}

.k-toolbar.k-rtl > *,
.k-rtl .k-toolbar > *, .k-toolbar[dir="rtl"] > *,
[dir="rtl"] .k-toolbar > * {
  margin-right: 0;
  margin-left: 0px;
}

.k-toolbar.k-rtl > * > label,
.k-rtl .k-toolbar > * > label, .k-toolbar[dir="rtl"] > * > label,
[dir="rtl"] .k-toolbar > * > label {
  margin-right: 0;
  margin-left: 0px;
}

.k-toolbar.k-rtl > :last-child,
.k-rtl .k-toolbar > :last-child, .k-toolbar[dir="rtl"] > :last-child,
[dir="rtl"] .k-toolbar > :last-child {
  margin-left: 0;
}

.k-toolbar.k-rtl .k-overflow-anchor,
.k-rtl .k-toolbar .k-overflow-anchor, .k-toolbar[dir="rtl"] .k-overflow-anchor,
[dir="rtl"] .k-toolbar .k-overflow-anchor {
  margin: 0;
  right: auto;
  left: 0;
}

.k-toolbar .k-button,
.k-toolbar .k-button-group {
  box-shadow: none;
}

.k-toolbar .k-button::before {
  display: block;
}

.k-toolbar .k-button::after {
  display: none;
}

.k-toolbar .k-button-icon {
  height: calc(1.4285714286em + 28px);
  width: calc(1.4285714286em + 28px);
}

.k-toolbar .k-split-button .k-button {
  background: transparent;
}

.k-toolbar .k-split-button .k-split-button-arrow {
  border-left-width: 1px;
  border-color: transparent;
}

.k-toolbar .k-split-button .k-split-button-arrow::before {
  left: -1px;
}

.k-toolbar .k-split-button.k-state-border-down .k-i-arrow-60-down, .k-toolbar .k-split-button.k-state-border-down .k-i-arrow-s::before, .k-toolbar .k-split-button.k-state-border-down .k-i-sarrow-s::before, .k-toolbar .k-split-button.k-state-border-down .k-i-collapse::before, .k-toolbar .k-split-button.k-state-border-down .k-i-expand-s::before {
  transform: rotate(180deg);
}

.k-toolbar .k-widget {
  border-width: 0;
  font: inherit;
  text-transform: uppercase;
}

.k-toolbar .k-picker-wrap,
.k-toolbar .k-dropdown-wrap {
  border-width: 0;
}

.k-toolbar .k-picker-wrap .k-input,
.k-toolbar .k-dropdown-wrap .k-input {
  padding: 14px 16px;
  height: calc(1.4285714286em + 28px);
}

.k-toolbar .k-picker-wrap .k-select,
.k-toolbar .k-dropdown-wrap .k-select {
  padding: 8px;
}

.k-toolbar .k-combobox .k-dropdown-wrap,
.k-toolbar .k-dropdown .k-dropdown-wrap,
.k-toolbar .k-dropdowntree .k-dropdown-wrap {
  border-width: 0;
}

.k-toolbar .k-combobox .k-dropdown-wrap .k-input,
.k-toolbar .k-dropdown .k-dropdown-wrap .k-input,
.k-toolbar .k-dropdowntree .k-dropdown-wrap .k-input {
  padding: 14px 16px;
  height: calc(1.4285714286em + 28px);
}

.k-toolbar .k-combobox .k-dropdown-wrap .k-select,
.k-toolbar .k-dropdown .k-dropdown-wrap .k-select,
.k-toolbar .k-dropdowntree .k-dropdown-wrap .k-select {
  padding: 8px;
}

.k-toolbar .k-colorpicker .k-picker-wrap {
  border-width: 0;
}

.k-toolbar .k-colorpicker .k-picker-wrap .k-input {
  padding: 14px 16px;
  height: calc(1.4285714286em + 28px);
}

.k-toolbar .k-colorpicker .k-picker-wrap .k-select {
  padding: 8px;
}

.k-toolbar .k-colorpicker .k-selected-color {
  margin-top: 14px;
  margin-bottom: 14px;
}

.k-toolbar .k-colorpicker .k-tool-icon {
  padding-top: 14px;
  padding-bottom: 14px;
  height: calc(1.4285714286em + 28px);
}

.k-toolbar .k-colorpicker .k-tool-icon .k-selected-color {
  margin: 0 0 12px;
}

.k-toolbar .k-switch {
  font-size: 10px;
}

.k-overflow-container .k-button-group {
  box-shadow: none;
}

.k-toolbar {
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
  background-color: whitesmoke;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.k-toolbar .k-overflow-anchor {
  color: inherit;
  background: transparent;
}

.k-toolbar .k-state-border-up,
.k-toolbar .k-state-border-down {
  background: white;
}

.k-toolbar .k-state-border-up::before,
.k-toolbar .k-state-border-up .k-button::before,
.k-toolbar .k-state-border-down::before,
.k-toolbar .k-state-border-down .k-button::before {
  opacity: 0;
}

.k-toolbar .k-separator {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-toolbar .k-button.k-state-disabled::after {
  opacity: 0;
}

.k-toolbar .k-dropdown-button:not(.k-primary),
.k-toolbar .k-split-button:not(.k-primary),
.k-toolbar .k-button:not(.k-primary) {
  background-color: initial;
}

.k-toolbar .k-button.k-state-disabled,
.k-toolbar .k-state-disabled > .k-button {
  color: rgba(0, 0, 0, 0.38);
  background-color: transparent !important;
}

.k-toolbar .k-split-button .k-icon {
  opacity: 0.54;
}

.k-toolbar .k-split-button:hover,
.k-toolbar .k-split-button:hover .k-button {
  background: transparent;
}

.k-toolbar .k-split-button:hover .k-split-button-arrow, .k-toolbar .k-split-button:focus .k-split-button-arrow, .k-toolbar .k-split-button.k-state-border-up .k-split-button-arrow, .k-toolbar .k-split-button.k-state-border-down .k-split-button-arrow {
  border-left-color: white;
}

.k-toolbar .k-split-button:hover .k-button::before, .k-toolbar .k-split-button.k-state-hover .k-button::before {
  opacity: 0.12;
}

.k-toolbar .k-split-button:focus .k-button::before, .k-toolbar .k-split-button.k-state-focused .k-button::before {
  opacity: 0.12;
}

.k-toolbar .k-split-button.k-state-border-down .k-button::before, .k-toolbar .k-split-button.k-state-border-up .k-button::before {
  opacity: 0;
}

.k-toolbar .k-split-button.k-state-disabled {
  opacity: 1;
}

.k-toolbar .k-split-button.k-state-disabled .k-split-button-arrow {
  border-left-color: transparent;
}

.k-toolbar .k-split-button.k-state-disabled .k-button {
  color: rgba(0, 0, 0, 0.38);
}

.k-toolbar .k-split-button.k-state-disabled .k-button::before {
  opacity: 0;
}

.k-toolbar .k-split-button.k-state-disabled:focus .k-button::before,
.k-toolbar .k-split-button.k-state-disabled.k-state-focused .k-button::before {
  opacity: 0.12;
}

.k-toolbar .k-picker-wrap,
.k-toolbar .k-dropdown-wrap {
  color: rgba(0, 0, 0, 0.87);
}

.k-toolbar .k-picker-wrap .k-select,
.k-toolbar .k-dropdown-wrap .k-select {
  opacity: 0.54;
}

.k-toolbar .k-dropdown .k-dropdown-wrap .k-select,
.k-toolbar .k-dropdowntree .k-dropdown-wrap .k-select,
.k-toolbar .k-combobox .k-dropdown-wrap .k-select {
  opacity: 0.54;
}

.k-toolbar .k-dropdown .k-dropdown-wrap:hover .k-select, .k-toolbar .k-dropdowntree .k-dropdown-wrap:hover .k-select, .k-toolbar .k-dropdown .k-dropdown-wrap.k-state-hover .k-select, .k-toolbar .k-dropdowntree .k-dropdown-wrap.k-state-hover .k-select,
.k-toolbar .k-combobox .k-dropdown-wrap:hover .k-select,
.k-toolbar .k-combobox .k-dropdown-wrap.k-state-hover .k-select {
  opacity: 0.54;
}

.k-toolbar .k-dropdown .k-dropdown-wrap.k-state-focused .k-select, .k-toolbar .k-dropdowntree .k-dropdown-wrap.k-state-focused .k-select,
.k-state-focused > .k-toolbar .k-dropdown .k-dropdown-wrap .k-select,
.k-state-focused > .k-toolbar .k-dropdowntree .k-dropdown-wrap .k-select,
.k-toolbar .k-combobox .k-dropdown-wrap.k-state-focused .k-select,
.k-state-focused >
.k-toolbar .k-combobox .k-dropdown-wrap .k-select {
  opacity: 0.54;
}

.k-toolbar .k-colorpicker .k-picker-wrap .k-select {
  opacity: 0.54;
}

.k-window {
  border-radius: 4px;
  padding: 0;
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: inline-flex;
  flex-direction: column;
  position: absolute;
  z-index: 10002;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-window.k-window-maximized {
  max-width: 100vw;
  max-height: 100vh;
  box-shadow: none;
}

.k-window-sm {
  width: 300px;
}

.k-window-md {
  width: 800px;
}

.k-window-lg {
  width: 1200px;
}

.k-window-titlebar {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 24px 24px;
  border-width: 0px;
  border-style: solid;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
}

.k-window-minimized .k-window-titlebar {
  border-width: 0;
}

.k-window-title {
  margin: -0.15em 0;
  font-size: 20px;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: default;
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.k-window-title::before {
  content: "\200b";
}

.k-window-actions {
  margin: -8px;
  line-height: 1;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center;
  vertical-align: top;
}

.k-window-content,
.k-prompt-container {
  padding: 24px 24px;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background: none;
  outline: 0;
  overflow: auto;
  position: relative;
  flex: 1 1 auto;
}

.k-window-content + .k-prompt-container {
  margin-top: -12px;
}

.k-window-iframecontent {
  padding: 0;
  overflow: visible;
}

.k-window-iframecontent .k-content-frame {
  vertical-align: top;
  border: 0;
  width: 100%;
  height: 100%;
}

.k-window-actions > .k-button-icon {
  width: auto;
  height: auto;
}

.k-window-content {
  line-height: 1.25;
}

.k-window-titlebar + .k-window-content {
  margin-top: -.5em;
  padding-top: 0;
}

.k-window {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.k-window:focus, .k-window.k-state-focused {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.k-window-actions > .k-button-icon {
  opacity: 0.54;
}

.k-window-actions > .k-button-icon:hover {
  opacity: 0.87;
}

.k-window-actions > .k-button-icon::before {
  background-color: transparent;
}

.k-dialog-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  outline: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
}

.k-dialog-wrapper .k-dialog {
  position: relative;
}

.k-dialog {
  padding: 0;
  position: fixed;
  box-sizing: border-box;
}

.k-dialog.k-dialog-centered {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.k-dialog .k-multiselect, .k-dialog .k-dropdowntree {
  width: 100%;
}

.k-dialog-close {
  align-self: flex-end;
}

.k-dialog-buttongroup {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 8px 8px;
  border-width: 0px 0 0;
  border-style: solid;
  border-color: inherit;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.k-dialog-buttongroup .k-button {
  width: auto !important;
  max-width: 100%;
}

.k-dialog-buttongroup .k-button ~ .k-button {
  margin-left: 8px;
}

.k-rtl .k-dialog-buttongroup .k-button ~ .k-button,
[dir="rtl"] .k-dialog-buttongroup .k-button ~ .k-button {
  margin-left: 0;
  margin-right: 8px;
}

.k-dialog-button-layout-stretched {
  padding: 0;
  align-items: stretch;
}

.k-dialog-button-layout-stretched .k-button {
  border-radius: 0;
  padding: 8px 8px;
  border-width: 0;
  text-overflow: ellipsis;
  flex: 1 0 0%;
  display: inline-block;
  overflow: hidden;
}

.k-dialog-button-layout-stretched .k-button ~ .k-button {
  margin: 0;
  border-left-width: 0px;
}

.k-rtl .k-dialog-button-layout-stretched .k-button ~ .k-button,
[dir="rtl"] .k-dialog-button-layout-stretched .k-button ~ .k-button {
  margin: 0;
  border-left-width: 0;
  border-right-width: 0px;
}

.k-window-sm .k-dialog-button-layout-stretched {
  flex-direction: column;
}

.k-window-sm .k-dialog-button-layout-stretched .k-button {
  flex: 0 0 auto;
  padding: 4px 4px;
}

.k-window-sm .k-dialog-button-layout-stretched .k-button ~ .k-button {
  border-width: 0;
  border-top-width: 0px;
}

.k-window-md .k-dialog-button-layout-stretched .k-button {
  padding: 6px 6px;
}

.k-no-flexbox .k-dialog-buttongroup {
  display: block;
  text-align: right;
}

.k-no-flexbox .k-window-sm .k-dialog-button-layout-stretched .k-button {
  display: block;
}

.k-no-flexbox .k-rtl .k-dialog-buttongroup,
.k-no-flexbox [dir="rtl"] .k-dialog-buttongroup {
  text-align: left;
}

.k-dialog-content.k-scroll {
  border-width: 1px 0;
  border-style: solid;
  padding-top: 12px;
  padding-bottom: 12px;
}

.k-dialog-buttongroup .k-button {
  box-shadow: none;
  min-width: 64px;
}

.k-dialog-content.k-scroll {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-dialog-buttongroup .k-button,
.k-dialog-buttongroup .k-button-secondary {
  background-color: #ebebeb;
}

.k-dialog-buttongroup .k-button-primary,
.k-dialog-buttongroup .k-button.k-primary {
  background-color: #3f51b5;
}

.k-drawer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.k-drawer {
  height: 100%;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  transition: all 300ms ease-in-out;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-drawer-mini .k-drawer.k-drawer-start,
.k-drawer-expanded .k-drawer.k-drawer-start,
.k-drawer-left.k-drawer-mini .k-drawer,
.k-drawer-left.k-drawer-expanded .k-drawer {
  border-right-width: 1px;
}

.k-drawer-mini .k-drawer.k-drawer-end,
.k-drawer-expanded .k-drawer.k-drawer-end,
.k-drawer-right.k-drawer-mini .k-drawer,
.k-drawer-right.k-drawer-expanded .k-drawer {
  border-left-width: 1px;
}

.k-drawer.k-drawer-start,
.k-drawer-left .k-drawer {
  top: 0;
  left: 0;
}

.k-drawer.k-drawer-end,
.k-drawer-right .k-drawer {
  top: 0;
  right: 0;
}

.k-drawer-content {
  flex: 1 1 auto;
}

.k-drawer-overlay .k-drawer {
  max-width: 80vw;
  position: fixed;
  z-index: 10002;
  border: 0;
}

.k-drawer-overlay .k-overlay {
  display: none;
}

.k-drawer-overlay.k-drawer-expanded .k-overlay {
  display: block;
}

.k-drawer-push {
  display: flex;
  flex-direction: row;
}

.k-drawer-push .k-drawer {
  height: auto;
  position: relative;
  align-self: stretch;
}

.k-drawer-push .k-drawer.k-drawer-end,
.k-drawer-push.k-drawer-right .k-drawer {
  order: 1;
}

.k-drawer-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  transition: all 300ms ease-in-out;
}

.k-drawer-wrapper::-webkit-scrollbar {
  width: 7px;
}

.k-drawer-wrapper::-webkit-scrollbar-thumb {
  border-radius: 20px;
}

.k-drawer-items,
.k-drawer-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.k-drawer-item {
  padding: 12px 16px;
  outline: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
}

.k-drawer-item > .k-drawer-link {
  margin: -12px -16px;
  padding: 12px 16px;
  color: inherit;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1 0 auto;
}

.k-drawer-item .k-icon {
  margin: 0 16px;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  flex-shrink: 0;
}

.k-drawer-item .k-item-text {
  padding: 0 16px;
  display: inline-block;
  white-space: nowrap;
}

.k-drawer-separator {
  padding: 0;
  height: 1px;
}

.k-drawer-mini .k-drawer-wrapper {
  width: 48px;
}

.k-rtl.k-drawer-mini .k-drawer-start,
.k-rtl .k-drawer-mini .k-drawer-start,
.k-rtl .k-drawer-expanded .k-drawer-start,
.k-rtl.k-drawer-expanded .k-drawer-start,
[dir="rtl"].k-drawer-mini .k-drawer-start,
[dir="rtl"] .k-drawer-mini .k-drawer-start,
[dir="rtl"] .k-drawer-expanded .k-drawer-start,
[dir="rtl"].k-drawer-expanded .k-drawer-start {
  border-left-width: 1px;
  border-right-width: 0;
}

.k-rtl.k-drawer-mini .k-drawer-end,
.k-rtl .k-drawer-mini .k-drawer-end,
.k-rtl.k-drawer-expanded .k-drawer-end .k-drawer-expanded .k-drawer-end,
[dir="rtl"].k-drawer-mini .k-drawer-end,
[dir="rtl"] .k-drawer-mini .k-drawer-end,
[dir="rtl"].k-drawer-expanded .k-drawer-end .k-drawer-expanded .k-drawer-end {
  border-left-width: 0;
  border-right-width: 1px;
}

.k-rtl.k-drawer-overlay .k-drawer-start,
.k-rtl .k-drawer-overlay .k-drawer-start,
[dir="rtl"].k-drawer-overlay .k-drawer-start,
[dir="rtl"] .k-drawer-overlay .k-drawer-start {
  left: auto;
  right: 0;
}

.k-rtl.k-drawer-overlay .k-drawer-end,
.k-rtl .k-drawer-overlay .k-drawer-end,
[dir="rtl"].k-drawer-overlay .k-drawer-end,
[dir="rtl"] .k-drawer-overlay .k-drawer-end {
  left: 0;
  right: auto;
}

.k-rtl .k-drawer-left.k-drawer-push .k-drawer,
[dir="rtl"] .k-drawer-left.k-drawer-push .k-drawer {
  order: 1;
}

.k-rtl .k-drawer-right.k-drawer-push .k-drawer,
[dir="rtl"] .k-drawer-right.k-drawer-push .k-drawer {
  order: 0;
}

.k-drawer-container .k-drawer-items .k-item-text {
  padding: 0;
}

.k-drawer-container .k-drawer-items .k-icon {
  margin: 0;
}

.k-drawer-container .k-drawer-items .k-icon + .k-item-text {
  padding-left: 16px;
}

.k-rtl .k-drawer-container .k-drawer-items .k-icon + .k-item-text,
[dir="rtl"] .k-drawer-container .k-drawer-items .k-icon + .k-item-text, .k-drawer-container[dir="rtl"] .k-icon + .k-item-text {
  padding-left: 0;
  padding-right: 16px;
}

.k-drawer {
  border-color: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-drawer-wrapper {
  scrollbar-color: rgba(156, 156, 156, 0.7) #dedede;
}

.k-drawer-wrapper::-webkit-scrollbar-track {
  background: #dedede;
}

.k-drawer-wrapper::-webkit-scrollbar-thumb {
  background: rgba(156, 156, 156, 0.7);
}

.k-drawer-wrapper::-webkit-scrollbar-thumb:hover {
  background: #9c9c9c;
}

.k-drawer-item:hover, .k-drawer-item.k-state-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-drawer-item:focus, .k-drawer-item.k-state-focused {
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: none;
}

.k-drawer-item:focus:hover, .k-drawer-item:focus.k-state-hover, .k-drawer-item.k-state-focused:hover, .k-drawer-item.k-state-focused.k-state-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-drawer-item.k-state-selected {
  color: #ff4081;
  background-color: white;
}

.k-drawer-item.k-state-selected:hover, .k-drawer-item.k-state-selected.k-state-hover {
  color: #ff4081;
  background-color: rgba(0, 0, 0, 0.04);
}

.k-drawer-separator {
  background-color: rgba(0, 0, 0, 0.08);
}

.k-drawer-item.k-state-selected:focus, .k-drawer-item.k-state-selected.k-state-focused {
  background-color: rgba(0, 0, 0, 0.04);
  box-shadow: none;
}

.k-notification-group {
  position: fixed;
  display: inline-flex;
  flex-wrap: wrap;
  max-height: 100%;
  flex-direction: column-reverse;
}

.k-notification-container {
  margin: 7px 0;
  display: inline-flex;
  vertical-align: top;
}

.k-notification-container-animating {
  overflow: hidden;
}

.k-notification {
  border-radius: 2px;
  padding: 14px 16px;
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  line-height: 2;
  cursor: default;
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-notification-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.k-notification-wrap > .k-icon {
  margin-top: 4px;
  margin-right: 4px;
  flex: 0 0 auto;
}

.k-notification-wrap > .k-i-close, .k-notification-wrap > .k-i-group-delete::before {
  margin-right: 0;
  margin-left: 4px;
  flex: 0 0 auto;
  cursor: pointer;
}

.k-notification-wrap > .k-notification-content {
  flex: 1 1 auto;
}

.k-rtl .k-notification .k-notification-wrap > .k-icon,
[dir="rtl"] .k-notification .k-notification-wrap > .k-icon {
  margin-right: 0;
  margin-left: 4px;
}

.k-rtl .k-notification .k-notification-wrap > .k-i-close, .k-rtl .k-notification .k-notification-wrap > .k-i-group-delete::before,
[dir="rtl"] .k-notification .k-notification-wrap > .k-i-close,
[dir="rtl"] .k-notification .k-notification-wrap > .k-i-group-delete::before {
  margin-left: 0;
  margin-right: 4px;
}

.k-ie9 .k-notification-wrap {
  white-space: nowrap;
}

.k-ie9 .k-notification-wrap > .k-icon {
  vertical-align: top;
}

.k-ie9 .k-notification-wrap > .k-notification-content {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.k-notification {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-notification-wrap > .k-i-close, .k-notification-wrap > .k-i-group-delete::before {
  color: inherit;
}

.k-notification-group .k-notification {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.k-notification-info {
  border-color: #0058e9;
  color: #ffffff;
  background-color: #0058e9;
}

.k-notification-success {
  border-color: #37b400;
  color: #ffffff;
  background-color: #37b400;
}

.k-notification-warning {
  border-color: #ffc000;
  color: #000000;
  background-color: #ffc000;
}

.k-notification-error {
  border-color: #f31700;
  color: #ffffff;
  background-color: #f31700;
}

.k-rpanel-left,
.k-rpanel-right {
  position: fixed;
  display: block;
  overflow: auto;
  min-width: 320px;
  height: 100%;
  top: 0;
}

.k-rpanel-left + *,
.k-rpanel-right + * {
  overflow: auto;
}

.k-rpanel-left.k-rpanel-expanded,
.k-rpanel-right.k-rpanel-expanded {
  transform: translateX(0) translateZ(0);
}

.k-rpanel-left {
  transform: translateX(-100%) translateZ(0);
  left: 0;
}

.k-rpanel-right {
  transform: translateX(100%) translateZ(0);
  right: 0;
}

.k-rpanel-top {
  position: static;
  max-height: 0;
}

.k-rpanel-top.k-rpanel-expanded {
  max-height: 568px;
  overflow: visible !important;
}

.k-rpanel-toggle {
  touch-action: manipulation;
}

.k-breadcrumb {
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: row;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-breadcrumb .k-breadcrumb-container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}

.k-breadcrumb .k-breadcrumb-item {
  vertical-align: middle;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}

.k-breadcrumb .k-breadcrumb-root-item {
  flex: 1 0 auto;
}

.k-breadcrumb .k-breadcrumb-link,
.k-breadcrumb .k-breadcrumb-root-link {
  border-radius: 2px;
  padding: 4px 10px;
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
}

.k-breadcrumb .k-breadcrumb-root-link {
  margin-right: 10px;
}

.k-breadcrumb .k-breadcrumb-icontext-link .k-icon {
  margin-right: 4px;
}

.k-breadcrumb .k-breadcrumb-icon-link {
  padding: 10px 10px;
}

.k-breadcrumb .k-breadcrumb-delimiter-icon {
  font-size: 12px;
  opacity: 0.6;
}

.k-breadcrumb .k-breadcrumb-input-container {
  width: 100%;
}

.k-breadcrumb .k-textbox {
  width: 100%;
  height: 100%;
}

.k-ie9 .k-breadcrumb,
.k-ie9 .k-breadcrumb-container {
  display: block;
}

.k-ie9 .k-breadcrumb-item {
  display: inline-block;
}

.k-breadcrumb[dir="rtl"] .k-breadcrumb-icontext-link .k-icon,
.k-rtl .k-breadcrumb .k-breadcrumb-icontext-link .k-icon {
  margin-right: 0;
  margin-left: 4px;
}

.k-breadcrumb {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-breadcrumb:focus, .k-breadcrumb.k-state-focused {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.06);
}

.k-breadcrumb .k-breadcrumb-link {
  color: #3f51b5;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-breadcrumb .k-breadcrumb-link:hover, .k-breadcrumb .k-breadcrumb-link.k-state-hover {
  color: #6776ca;
  background-color: rgba(0, 0, 0, 0.04);
}

.k-breadcrumb .k-breadcrumb-link:focus, .k-breadcrumb .k-breadcrumb-link.k-state-focused {
  color: #3f51b5;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-breadcrumb .k-breadcrumb-root-link {
  color: inherit;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-breadcrumb .k-breadcrumb-root-link:hover, .k-breadcrumb .k-breadcrumb-root-link.k-state-hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-breadcrumb .k-breadcrumb-root-link:focus, .k-breadcrumb .k-breadcrumb-root-link.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
}

.k-breadcrumb .k-breadcrumb-root-link,
.k-breadcrumb .k-breadcrumb-delimiter-icon {
  color: inherit;
}

.k-breadcrumb .k-breadcrumb-input-container {
  border-color: transparent;
}

.k-pager-wrap {
  padding: 10px 8px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: default;
  flex: 0 0 auto;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-pager-wrap .k-link {
  text-decoration: none;
  outline: 0;
  font: inherit;
  background-color: inherit;
}

.k-pager-wrap .k-link:focus, .k-pager-wrap .k-link.k-state-focus {
  z-index: 2;
}

.k-pager-wrap .k-widget,
.k-pager-wrap select.k-dropdown,
.k-pager-wrap select.k-dropdowntree {
  font-size: inherit;
}

.k-rtl .k-pager-wrap .k-i-arrow-end-left, .k-rtl .k-pager-wrap .k-i-seek-w::before,
.k-rtl .k-pager-wrap .k-i-arrow-60-left,
.k-rtl .k-pager-wrap .k-i-arrow-w::before,
.k-rtl .k-pager-wrap .k-i-sarrow-w::before,
.k-rtl .k-pager-wrap .k-i-expand-w::before,
.k-rtl .k-pager-wrap .k-i-arrow-60-right,
.k-rtl .k-pager-wrap .k-i-arrow-e::before,
.k-rtl .k-pager-wrap .k-i-sarrow-e::before,
.k-rtl .k-pager-wrap .k-i-expand::before,
.k-rtl .k-pager-wrap .k-i-expand-e::before,
.k-rtl .k-pager-wrap .k-i-arrow-end-right,
.k-rtl .k-pager-wrap .k-i-seek-e::before,
.k-rtl .k-pager-wrap .k-i-seek-w,
.k-rtl .k-pager-wrap .k-i-arrow-w,
.k-rtl .k-pager-wrap .k-i-arrow-e,
.k-rtl .k-pager-wrap .k-i-seek-e, .k-pager-wrap[dir="rtl"] .k-i-arrow-end-left, .k-pager-wrap[dir="rtl"] .k-i-seek-w::before,
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-left,
.k-pager-wrap[dir="rtl"] .k-i-arrow-w::before,
.k-pager-wrap[dir="rtl"] .k-i-sarrow-w::before,
.k-pager-wrap[dir="rtl"] .k-i-expand-w::before,
.k-pager-wrap[dir="rtl"] .k-i-arrow-60-right,
.k-pager-wrap[dir="rtl"] .k-i-arrow-e::before,
.k-pager-wrap[dir="rtl"] .k-i-sarrow-e::before,
.k-pager-wrap[dir="rtl"] .k-i-expand::before,
.k-pager-wrap[dir="rtl"] .k-i-expand-e::before,
.k-pager-wrap[dir="rtl"] .k-i-arrow-end-right,
.k-pager-wrap[dir="rtl"] .k-i-seek-e::before,
.k-pager-wrap[dir="rtl"] .k-i-seek-w,
.k-pager-wrap[dir="rtl"] .k-i-arrow-w,
.k-pager-wrap[dir="rtl"] .k-i-arrow-e,
.k-pager-wrap[dir="rtl"] .k-i-seek-e,
[dir="rtl"] .k-pager-wrap .k-i-arrow-end-left,
[dir="rtl"] .k-pager-wrap .k-i-seek-w::before,
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-left,
[dir="rtl"] .k-pager-wrap .k-i-arrow-w::before,
[dir="rtl"] .k-pager-wrap .k-i-sarrow-w::before,
[dir="rtl"] .k-pager-wrap .k-i-expand-w::before,
[dir="rtl"] .k-pager-wrap .k-i-arrow-60-right,
[dir="rtl"] .k-pager-wrap .k-i-arrow-e::before,
[dir="rtl"] .k-pager-wrap .k-i-sarrow-e::before,
[dir="rtl"] .k-pager-wrap .k-i-expand::before,
[dir="rtl"] .k-pager-wrap .k-i-expand-e::before,
[dir="rtl"] .k-pager-wrap .k-i-arrow-end-right,
[dir="rtl"] .k-pager-wrap .k-i-seek-e::before,
[dir="rtl"] .k-pager-wrap .k-i-seek-w,
[dir="rtl"] .k-pager-wrap .k-i-arrow-w,
[dir="rtl"] .k-pager-wrap .k-i-arrow-e,
[dir="rtl"] .k-pager-wrap .k-i-seek-e {
  transform: scaleX(-1);
}

.k-pager-input, .k-pager-sizes, .k-pager-info {
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.k-pager-nav, .k-pager-numbers .k-link, .k-pager-refresh {
  min-width: calc(1.4285714286em + 16px);
  height: calc(1.4285714286em + 16px);
  box-sizing: border-box;
  color: inherit;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.k-pager-nav:hover, .k-pager-numbers .k-link:hover, .k-pager-refresh:hover {
  z-index: 2;
}

.k-state-disabled.k-pager-nav, .k-pager-numbers .k-state-disabled.k-link, .k-state-disabled.k-pager-refresh {
  color: inherit;
}

.k-pager-nav {
  border-radius: 5em;
  padding: 0px 0px;
  border-width: 0px;
  border-style: solid;
}

.k-pager-numbers-wrap {
  display: flex;
  flex-direction: row;
  position: relative;
}

.k-pager-numbers-wrap select.k-dropdown, .k-pager-numbers-wrap select.k-dropdowntree {
  cursor: pointer;
  display: none;
}

.k-pager-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

.k-pager-numbers li {
  display: inline-flex;
}

.k-pager-numbers .k-link {
  border-radius: 5em;
  padding: 0px 0px;
  border-width: 0px;
  border-style: solid;
}

.k-pager-numbers .k-state-selected {
  cursor: inherit;
  z-index: 2;
}

.k-pager-nav + .k-pager-nav,
.k-pager-nav + .k-pager-numbers-wrap,
.k-pager-numbers-wrap + .k-pager-nav,
.k-pager-numbers > li + li {
  margin-left: 0px;
}

.k-rtl .k-pager-nav + .k-pager-nav,
[dir="rtl"] .k-pager-nav + .k-pager-nav, .k-rtl
.k-pager-nav + .k-pager-numbers-wrap,
[dir="rtl"]
.k-pager-nav + .k-pager-numbers-wrap, .k-rtl
.k-pager-numbers-wrap + .k-pager-nav,
[dir="rtl"]
.k-pager-numbers-wrap + .k-pager-nav, .k-rtl
.k-pager-numbers > li + li,
[dir="rtl"]
.k-pager-numbers > li + li {
  margin-left: 0;
  margin-right: 0px;
}

.k-pager-input .k-textbox {
  margin: 0 1ex;
  width: 3em;
}

.k-pager-sizes .k-dropdown, .k-pager-sizes .k-dropdowntree,
.k-pager-sizes > select {
  margin-right: 1ex;
  width: 5em;
}

.k-rtl .k-pager-sizes .k-dropdown, .k-rtl .k-pager-sizes .k-dropdowntree,
.k-rtl .k-pager-sizes > select,
[dir="rtl"] .k-pager-sizes .k-dropdown,
[dir="rtl"] .k-pager-sizes .k-dropdowntree,
[dir="rtl"] .k-pager-sizes > select {
  margin-left: 1ex;
  margin-right: 0;
}

.k-pager-info {
  text-align: right;
  justify-content: flex-end;
  flex: 1 1 0%;
  order: 9;
}

.k-pager-refresh {
  margin-left: auto;
  order: 10;
}

.k-rtl .k-pager-refresh,
[dir="rtl"] .k-pager-refresh {
  margin-left: 0;
  margin-right: auto;
}

.k-pager-sm {
  overflow: visible;
}

.k-pager-sm .k-pager-numbers-wrap select.k-dropdown, .k-pager-sm .k-pager-numbers-wrap select.k-dropdowntree {
  width: 5em;
  display: flex;
}

.k-pager-sm .k-pager-numbers-wrap {
  margin-left: 8px;
  margin-right: 8px;
  height: calc(1.4285714286em + 16px);
  box-sizing: border-box;
  border-color: inherit;
}

.k-rtl .k-pager-sm .k-pager-numbers-wrap, .k-pager-sm[dir="rtl"] .k-pager-numbers-wrap,
[dir="rtl"] .k-pager-sm .k-pager-numbers-wrap {
  margin-left: 8px;
  margin-right: 8px;
}

.k-pager-md .k-pager-info,
.k-pager-sm .k-pager-info,
.k-pager-sm .k-pager-sizes,
.k-pager-sm .k-pager-numbers {
  display: none;
}

.k-pager-md .k-pager-numbers .k-current-page .k-link,
.k-pager-sm .k-pager-numbers .k-current-page .k-link {
  border-width: 0 0 1px;
}

.k-pager-wrap {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  background-color: white;
}

.k-pager-nav.k-link:hover, .k-pager-refresh:hover, .k-state-hover.k-pager-nav.k-link, .k-state-hover.k-pager-refresh {
  color: rgba(0, 0, 0, 0.54);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-state-selected.k-pager-nav.k-link, .k-state-selected.k-pager-refresh {
  color: white;
  background-color: #3f51b5;
}

.k-pager-nav.k-link:focus, .k-pager-refresh:focus, .k-state-focus.k-pager-nav.k-link, .k-state-focus.k-pager-refresh {
  background-color: rgba(0, 0, 0, 0.12);
}

.k-pager-numbers .k-link {
  color: #3f51b5;
}

.k-pager-numbers .k-link:hover, .k-pager-numbers .k-link.k-state-hover {
  color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.08);
}

.k-pager-numbers .k-link:focus, .k-pager-numbers .k-link.k-state-focus {
  background-color: rgba(63, 81, 181, 0.12);
}

.k-pager-numbers .k-link.k-state-selected {
  color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.22);
}

.k-pager-md .k-pager-numbers .k-current-page .k-link,
.k-pager-sm .k-pager-numbers .k-current-page .k-link {
  border-color: rgba(0, 0, 0, 0.42);
  color: rgba(0, 0, 0, 0.87);
}

.k-pager-md .k-pager-numbers .k-current-page .k-link:hover, .k-pager-md .k-pager-numbers .k-current-page .k-link.k-state-hover,
.k-pager-sm .k-pager-numbers .k-current-page .k-link:hover,
.k-pager-sm .k-pager-numbers .k-current-page .k-link.k-state-hover {
  border-color: rgba(0, 0, 0, 0.87);
}

.k-pager-md .k-pager-numbers.k-state-expanded,
.k-pager-sm .k-pager-numbers.k-state-expanded {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.k-pager-md .k-pager-numbers.k-state-expanded .k-link:hover, .k-pager-md .k-pager-numbers.k-state-expanded .k-link.k-state-hover,
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link:hover,
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-state-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-pager-md .k-pager-numbers.k-state-expanded .k-link.k-state-selected,
.k-pager-sm .k-pager-numbers.k-state-expanded .k-link.k-state-selected {
  color: #ff4081;
  background-color: white;
}

.k-pager-md .k-pager-numbers .k-current-page .k-link,
.k-pager-sm .k-pager-numbers .k-current-page .k-link {
  background-color: transparent;
}

.k-panelbar {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  list-style: none;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-panelbar > .k-item {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: block;
}

.k-panelbar > .k-item > .k-link {
  padding: 12px 24px;
  color: inherit;
  background: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  position: relative;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  cursor: default;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-panelbar > .k-item + .k-item {
  border-top-width: 1px;
}

.k-panelbar .k-group {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-color: inherit;
  color: inherit;
  background-color: transparent;
  list-style: none;
}

.k-panelbar .k-group > .k-item {
  display: block;
}

.k-panelbar .k-group > .k-item > .k-link {
  padding: 6px 24px;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  position: relative;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  cursor: default;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.k-panelbar .k-panelbar-expand,
.k-panelbar .k-panelbar-collapse {
  margin-top: -.5em;
  position: absolute;
  top: 50%;
  right: 24px;
}

.k-panelbar .k-link > .k-image,
.k-panelbar .k-link > .k-sprite {
  margin-right: 4px;
}

.k-panelbar[dir="rtl"] .k-panelbar-expand,
.k-panelbar[dir="rtl"] .k-panelbar-collapse,
.k-rtl .k-panelbar .k-panelbar-expand,
.k-rtl .k-panelbar .k-panelbar-collapse {
  right: auto;
  left: 24px;
}

.k-panelbar[dir="rtl"] .k-link > .k-image,
.k-panelbar[dir="rtl"] .k-link > .k-sprite,
.k-rtl .k-panelbar .k-link > .k-image,
.k-rtl .k-panelbar .k-link > .k-sprite {
  margin-left: 4px;
  margin-right: 0;
}

.k-panelbar {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-panelbar > .k-item > .k-link:hover,
.k-panelbar > .k-item > .k-link.k-state-hover,
.k-panelbar > .k-item > .k-link.k-state-focused {
  background-color: #ebebeb;
}

.k-panelbar > .k-item > .k-link.k-state-selected {
  color: #ff4081;
}

.k-panelbar .k-group > .k-item > .k-link:hover,
.k-panelbar .k-group > .k-item > .k-link.k-state-hover,
.k-panelbar .k-group > .k-item > .k-link.k-state-focused {
  background-color: #ebebeb;
}

.k-panelbar .k-group > .k-item > .k-link.k-state-selected {
  color: #ff4081;
}

.k-stepper {
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
  line-height: 1.4285714286;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: inherit;
  background: none;
}

.k-stepper .k-step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  z-index: 1;
}

.k-stepper .k-step-link {
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.k-stepper .k-step-disabled {
  pointer-events: none;
}

.k-stepper .k-step-disabled .k-step-link {
  cursor: default;
}

.k-stepper .k-step-indicator {
  border-radius: 50%;
  margin: 3px;
  width: 28px;
  height: 28px;
  border-width: 1px;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: visible;
  transition-property: color, background-color, border-color;
  transition-duration: .4s;
  transition-timing-function: ease-in-out;
}

.k-stepper .k-step-indicator::after {
  border-radius: 100%;
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  pointer-events: none;
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: 2;
}

.k-stepper .k-step-focus .k-step-indicator::after,
.k-stepper .k-step-link:focus .k-step-indicator::after {
  display: block;
}

.k-stepper .k-step-label {
  max-width: 10em;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.k-stepper .k-step-label:only-child {
  border-radius: 15px;
  padding: 5px 12px;
  border-width: 0;
}

.k-stepper .k-step-label .k-step-text {
  max-width: calc(10em - 20px);
  flex-grow: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.k-stepper .k-step-label .k-icon {
  margin-left: 4px;
}

.k-stepper .k-step-current .k-step-label {
  font-weight: bold;
}

.k-stepper .k-step-label .k-step-label-optional {
  font-style: italic;
  flex-basis: 100%;
}

.k-stepper .k-progressbar {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.k-step-list-horizontal {
  flex-direction: row;
}

.k-step-list-horizontal .k-step {
  flex: 1 0 auto;
  text-align: center;
}

.k-step-list-horizontal .k-step-link {
  margin: auto;
  max-width: 10em;
  flex-direction: column;
}

.k-step-list-horizontal .k-step-label {
  text-align: center;
}

.k-step-list-horizontal .k-step-indicator + .k-step-label {
  margin-top: 5px;
}

.k-step-list-horizontal ~ .k-progressbar {
  width: 100%;
  height: 2px;
  top: 16px;
}

.k-step-list-vertical {
  flex-direction: column;
}

.k-step-list-vertical .k-step {
  min-height: 54px;
}

.k-step-list-vertical .k-step-label {
  justify-content: flex-start;
}

.k-step-list-vertical .k-step-indicator + .k-step-label {
  margin-left: 12px;
}

.k-step-list-vertical ~ .k-progressbar {
  width: 2px;
  height: 100%;
  min-height: 20px;
  left: 17px;
}

.k-step-list-vertical .k-step-content {
  height: 0;
  overflow: hidden;
  transition: height 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.k-step-list-vertical .k-step-current .k-step-content {
  height: auto;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 30px;
  padding: 20px 10px;
}

.k-rtl .k-stepper,
.k-stepper[dir="rtl"] {
  direction: rtl;
}

.k-rtl .k-stepper .k-step-label .k-icon,
.k-stepper[dir="rtl"] .k-step-label .k-icon {
  margin-left: 0;
  margin-right: 4px;
}

.k-rtl .k-stepper .k-step-list-vertical .k-step-indicator + .k-step-label,
.k-stepper[dir="rtl"] .k-step-list-vertical .k-step-indicator + .k-step-label {
  margin-left: 0;
  margin-right: 12px;
}

.k-rtl .k-stepper .k-step-list-vertical ~ .k-progressbar,
.k-stepper[dir="rtl"] .k-step-list-vertical ~ .k-progressbar {
  left: auto;
  right: 17px;
}

.k-step-current .k-step-label {
  font-weight: 400;
}

.k-stepper .k-step:hover .k-step-label, .k-stepper .k-step.k-step-hover .k-step-label {
  color: rgba(0, 0, 0, 0.87);
}

.k-stepper .k-step:hover .k-step-indicator, .k-stepper .k-step.k-step-hover .k-step-indicator {
  background-color: #ebebeb;
}

.k-stepper .k-step.k-step-disabled .k-step-indicator, .k-stepper .k-step:disabled .k-step-indicator {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(118, 118, 118, 0.922);
  background-color: white;
}

.k-stepper .k-step-indicator {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-stepper .k-step-indicator::after {
  box-shadow: inset 0 0 0 2px white;
}

.k-stepper .k-step-label:only-child {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-stepper .k-step-done .k-step-indicator {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #3f51b5;
}

.k-stepper .k-step-done:hover .k-step-indicator, .k-stepper .k-step-done.k-step-hover .k-step-indicator {
  background-color: #3a4ba7;
}

.k-stepper .k-step-done.k-step-disabled .k-step-indicator, .k-stepper .k-step-done:disabled .k-step-indicator {
  border-color: #8c97d3;
  color: #ffffff;
  background-color: #8c97d3;
}

.k-stepper .k-step-current .k-step-indicator {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #3f51b5;
}

.k-stepper .k-step-current:hover .k-step-indicator, .k-stepper .k-step-current.k-step-hover .k-step-indicator {
  background-color: #3a4ba7;
}

.k-stepper .k-step-current.k-step-disabled .k-step-indicator, .k-stepper .k-step-current:disabled .k-step-indicator {
  border-color: #8c97d3;
  color: #ffffff;
  background-color: #8c97d3;
}

.k-stepper .k-step-label {
  color: rgba(0, 0, 0, 0.87);
}

.k-stepper .k-step-success .k-step-label .k-icon {
  color: #37b400;
}

.k-stepper .k-step-error .k-step-label {
  color: #f31700;
}

.k-stepper .k-step-error .k-step-label {
  color: #f31700;
}

.k-stepper .k-step-error:hover .k-step-label, .k-stepper .k-step-error.k-step-hover .k-step-label {
  color: #f31700;
}

.k-stepper .k-step-disabled .k-step-label {
  color: rgba(118, 118, 118, 0.922);
}

.k-stepper .k-step-focus .k-step-label:only-child,
.k-stepper .k-step-link:focus .k-step-label:only-child {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.k-stepper .k-step-optional .k-step-label-optional {
  opacity: 0.35;
}

.k-wizard {
  padding: 20px 20px;
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
  line-height: 2;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  position: relative;
  color: inherit;
  background: none;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.k-wizard .k-wizard-steps {
  display: flex;
  overflow: hidden;
}

.k-wizard .k-wizard-step {
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.k-wizard .k-wizard-content {
  overflow-y: auto;
}

.k-wizard .k-wizard-buttons {
  margin-top: 32px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.k-wizard .k-wizard-buttons .k-button {
  margin-right: 10px;
}

.k-wizard .k-wizard-buttons .k-wizard-pager {
  vertical-align: middle;
}

.k-wizard .k-wizard-buttons-right .k-button:last-of-type {
  margin-right: 0;
}

.k-wizard .k-stepper .k-step-list-vertical .k-step {
  flex: 1 0 auto;
}

.k-wizard .k-stepper .k-step-indicator {
  flex-shrink: 0;
}

.k-wizard-horizontal {
  flex-direction: column;
}

.k-wizard-horizontal .k-wizard-steps {
  margin-top: 32px;
}

.k-wizard-horizontal .k-wizard-steps,
.k-wizard-horizontal .k-wizard-content {
  flex: 1 1 auto;
}

.k-wizard-vertical .k-wizard-steps {
  flex: 1 0 0%;
}

.k-wizard-vertical .k-wizard-content {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.k-wizard-vertical .k-wizard-steps {
  margin-left: 32px;
}

.k-wizard-left {
  flex-direction: row-reverse;
}

.k-wizard-left .k-wizard-steps {
  margin-right: 32px;
  margin-left: 0;
}

.k-wizard-step:focus,
.k-wizard-step.k-state-focused {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
  outline: none;
}

.k-tabstrip-wrapper {
  padding: 0px 0px;
  border-width: 0px;
  border-style: solid;
  display: flex;
  flex-direction: column;
}

.k-tabstrip {
  border-width: 0;
  border-color: transparent;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  color: inherit;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-tabstrip-wrapper > .k-tabstrip {
  flex: 1 1 auto;
}

.k-tabstrip-items {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  outline: 0;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  position: relative;
}

.k-tabstrip-items .k-item {
  margin: 0;
  padding: 0;
  border: 0px solid transparent;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-items: stretch;
  outline: 0;
}

.k-tabstrip-items .k-tab-on-top {
  z-index: 1;
}

.k-tabstrip-items .k-link {
  padding: 14px 24px;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  vertical-align: middle;
  flex: 1 1 auto;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.k-tabstrip-items .k-remove-tab-link,
.k-tabstrip-items .k-link[data-type="remove"] {
  padding: 14px;
  flex: none;
}

.k-ie11 .k-tabstrip-items {
  white-space: nowrap;
}

.k-tabstrip > .k-content {
  padding: 14px 24px;
  border-width: 0px;
  border-style: solid;
  border-color: inherit;
  display: none;
  overflow: auto;
  flex: 1 1 auto;
}

.k-tabstrip > .k-content.k-state-active {
  display: block;
}

.k-tabstrip-items .k-loading {
  width: 20%;
  height: 0;
  border: 0;
  border-top: 1px solid transparent;
  border-color: inherit;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: width .2s linear;
}

.k-tabstrip-items .k-loading.k-complete {
  width: 100%;
  border-top-width: 0;
}

.k-tabstrip.k-tabstrip-scrollable {
  position: relative;
}

.k-tabstrip.k-tabstrip-scrollable > .k-content {
  border-width: 0px;
}

.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-items {
  border-width: 0;
  white-space: nowrap;
  overflow: hidden;
}

.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev {
  position: absolute;
  left: 0;
}

.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-next {
  position: absolute;
  right: 0;
}

.k-ie11 .k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev,
.k-ie11 .k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-next {
  top: 0;
}

.k-tabstrip-top > .k-tabstrip-items {
  border-bottom-width: 1px;
}

.k-tabstrip-top > .k-tabstrip-items .k-item {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-bottom: -1px;
}

.k-tabstrip-top > .k-tabstrip-items .k-item + .k-item {
  margin-left: 0px;
}

.k-tabstrip-top > .k-tabstrip-items .k-item.k-state-active {
  border-bottom-color: transparent;
}

.k-tabstrip-top > .k-content {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-width: 0;
}

.k-tabstrip-bottom > .k-tabstrip-items {
  border-top-width: 1px;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-item {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-top: -1px;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-item + .k-item {
  margin-left: 0px;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-item.k-state-active {
  border-top-color: transparent;
}

.k-tabstrip-bottom > .k-content {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0;
}

.k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-prev,
.k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-next {
  bottom: 0;
}

.k-ie11 .k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-prev, .k-ie11
.k-tabstrip-bottom.k-tabstrip-scrollable .k-tabstrip-next {
  top: auto;
}

.k-tabstrip-left {
  flex-direction: row;
}

.k-tabstrip-left > .k-tabstrip-items {
  border-right-width: 1px;
  display: inline-flex;
  flex-direction: column;
}

.k-tabstrip-left > .k-tabstrip-items .k-item {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-right: -1px;
}

.k-tabstrip-left > .k-tabstrip-items .k-item + .k-item {
  margin-top: 0px;
}

.k-tabstrip-left > .k-tabstrip-items .k-item.k-state-active {
  border-right-color: transparent;
}

.k-tabstrip-left > .k-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin: 0 !important;
  border-left-width: 0;
}

.k-tabstrip-right {
  flex-direction: row-reverse;
}

.k-tabstrip-right > .k-tabstrip-items {
  border-left-width: 1px;
  display: inline-flex;
  flex-direction: column;
}

.k-tabstrip-right > .k-tabstrip-items .k-item {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-left: -1px;
}

.k-tabstrip-right > .k-tabstrip-items .k-item + .k-item {
  margin-top: 0px;
}

.k-tabstrip-right > .k-tabstrip-items .k-item.k-state-active {
  border-left-color: transparent;
}

.k-tabstrip-right > .k-content {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0 !important;
  border-right-width: 0;
}

.k-tabstrip-items .k-item::after {
  content: "";
  border-width: 0;
  border-style: solid;
  display: none;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.k-tabstrip-top > .k-tabstrip-items .k-item::after {
  border-bottom-width: 2px;
}

.k-tabstrip-bottom > .k-tabstrip-items .k-item::after {
  border-top-width: 2px;
}

.k-tabstrip-left > .k-tabstrip-items .k-item::after {
  border-right-width: 2px;
}

.k-tabstrip-right > .k-tabstrip-items .k-item::after {
  border-left-width: 2px;
}

.k-tabstrip-items .k-item.k-state-active::after {
  display: block;
}

.k-tabstrip-items .k-item > .k-link {
  z-index: 1;
}

.k-rtl .k-tabstrip.k-tabstrip-left > .k-tabstrip-items, .k-rtl .k-tabstrip.k-tabstrip-right > .k-tabstrip-items,
.k-tabstrip[dir="rtl"].k-tabstrip-left > .k-tabstrip-items,
.k-tabstrip[dir="rtl"].k-tabstrip-right > .k-tabstrip-items {
  order: 1;
}

.k-rtl .k-tabstrip.k-tabstrip-left > .k-content, .k-rtl .k-tabstrip.k-tabstrip-right > .k-content,
.k-tabstrip[dir="rtl"].k-tabstrip-left > .k-content,
.k-tabstrip[dir="rtl"].k-tabstrip-right > .k-content {
  order: 0;
}

.k-rtl .k-tabstrip .k-tabstrip-prev,
.k-tabstrip[dir="rtl"] .k-tabstrip-prev {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

.k-rtl .k-tabstrip .k-tabstrip-next,
.k-tabstrip[dir="rtl"] .k-tabstrip-next {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}

.k-tabstrip {
  line-height: 1.4285714286;
}

.k-tabstrip-items {
  text-transform: uppercase;
}

.k-tabstrip-left .k-tabstrip-items .k-link {
  justify-content: flex-end;
}

.k-tabstrip-items > .k-item:not(.k-state-active) {
  opacity: .7;
}

.k-tabstrip-items > .k-item:not(.k-state-disabled):hover,
.k-tabstrip-items > .k-item.k-state-hover {
  opacity: 1;
}

.k-tabstrip-items {
  border-color: rgba(0, 0, 0, 0.12);
  color: inherit;
}

.k-tabstrip-items .k-item {
  color: inherit;
}

.k-tabstrip-items .k-item:hover, .k-tabstrip-items .k-item.k-state-hover {
  color: inherit;
}

.k-tabstrip-items .k-item.k-state-active, .k-tabstrip-items .k-item.k-state-selected {
  color: inherit;
}

.k-tabstrip > .k-content {
  border-color: transparent;
  color: inherit;
  background-color: transparent;
}

.k-tabstrip-items .k-item.k-state-active::after {
  border-color: #3f51b5;
}

.k-card > .k-card-header:first-child, .k-card > .k-card-footer:first-child, .k-card > .k-card-body:first-child, .k-card > .k-card-image:first-child,
.k-card > .k-card-media:first-child, .k-card > .k-card-actions:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.k-card > .k-card-header:last-child, .k-card > .k-card-footer:last-child, .k-card > .k-card-body:last-child, .k-card > .k-card-image:last-child,
.k-card > .k-card-media:last-child, .k-card > .k-card-actions:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-card-horizontal > .k-card-image:first-child,
.k-card-horizontal > .k-card-media:first-child {
  border-radius: 2px 0 0 2px;
}

.k-card-horizontal.k-rtl > .k-card-image:first-child,
.k-card-horizontal.k-rtl > .k-card-media:first-child,
.k-rtl .k-card-horizontal > .k-card-image:first-child,
.k-rtl .k-card-horizontal > .k-card-media:first-child,
[dir="rtl"] .k-card-horizontal > .k-card-image:first-child,
[dir="rtl"] .k-card-horizontal > .k-card-media:first-child {
  border-radius: 0 2px 2px 0;
}

.k-card-horizontal > .k-card-image:last-child,
.k-card-horizontal > .k-card-media:last-child, .k-card-horizontal > .k-card-actions:last-child {
  border-radius: 0 2px 2px 0;
}

.k-card-horizontal.k-rtl > .k-card-image:last-child,
.k-card-horizontal.k-rtl > .k-card-media:last-child, .k-card-horizontal.k-rtl > .k-card-actions:last-child,
.k-rtl .k-card-horizontal > .k-card-image:last-child,
.k-rtl .k-card-horizontal > .k-card-media:last-child,
.k-rtl .k-card-horizontal > .k-card-actions:last-child,
[dir="rtl"] .k-card-horizontal > .k-card-image:last-child,
[dir="rtl"] .k-card-horizontal > .k-card-media:last-child,
[dir="rtl"] .k-card-horizontal > .k-card-actions:last-child {
  border-radius: 2px 0 0 2px;
}

.k-card {
  border-radius: 2px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-card .k-card-callout {
  position: absolute;
  width: 20px;
  height: 20px;
  border-width: 0px 0px 0 0;
  border-style: solid;
  margin: 0;
}

.k-card .k-card-callout.k-callout-n {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.k-card .k-card-callout.k-callout-e {
  top: 50%;
  left: auto;
  right: 0;
  transform: translate(50%, -50%) rotate(135deg) scaleX(-1);
}

.k-card .k-card-callout.k-callout-s {
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(135deg);
}

.k-card .k-card-callout.k-callout-w {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.k-card .k-avatar {
  width: 45px;
  height: 45px;
  margin-right: 16px;
}

.k-card .k-avatar.k-avatar-image > * {
  width: 45px;
  height: 45px;
}

.k-card.k-card-flat {
  box-shadow: none;
}

.k-card-horizontal {
  flex-direction: row;
}

.k-card-header {
  padding: 12px 16px;
  border-width: 0 0 1px;
  border-style: solid;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.k-card-header .k-card-title,
.k-card-header .k-card-subtitle {
  margin-bottom: 0;
}

.k-card-header .k-card-title + .k-card-subtitle,
.k-card-header .k-card-subtitle + .k-card-subtitle {
  margin-top: 16px;
}

.k-card-footer {
  padding: 12px 16px;
  border-width: 1px 0 0;
  border-style: solid;
}

.k-card-body {
  padding: 16px 16px;
  flex: 1 1 auto;
}

.k-card-body p {
  margin: 0 0 12px;
}

.k-card-body > .k-last,
.k-card-body > :last-child {
  margin-bottom: 0;
}

.k-card-body > .k-card-actions {
  padding: 0;
}

.k-card-image,
.k-card-media {
  border: 0;
  max-width: 100%;
  overflow: hidden;
}

.k-card-image > img,
.k-card-media > img {
  border: 0;
  max-width: 100%;
}

.k-card-horizontal .k-card-image, .k-card-horizontal
.k-card-media {
  flex-shrink: 0;
  max-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.k-card-title {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 16px;
}

.k-card-subtitle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  margin: 0 0 12px;
}

.k-card-separator {
  margin: 0;
  border-width: 1px 0 0;
  border-style: solid;
  display: block;
  flex: 0 0 auto;
}

.k-card-separator.k-separator-vertical {
  width: 0;
  border-width: 0 0 0 1px;
}

.k-card > .k-hr {
  margin: 0;
  flex: 0 0 auto;
  border-color: inherit;
}

.k-card-actions {
  padding: 4px 16px;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-basis: auto;
}

.k-card-actions .k-button {
  max-width: 100%;
  white-space: normal;
}

.k-card-actions > .k-button.k-flat:first-child {
  margin-left: -8px;
}

.k-card-actions.k-card-actions-start {
  justify-content: flex-start;
}

.k-card-actions.k-card-actions-end {
  justify-content: flex-end;
}

.k-card-actions.k-card-actions-center {
  justify-content: center;
}

.k-card-action {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: inline-flex;
  flex: 1 1 auto;
}

.k-card-action > .k-button {
  border-radius: 0;
  padding: 12px 16px;
  flex: 1 1 auto;
}

.k-card-actions-vertical {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.k-card-actions-vertical .k-button {
  padding: 12px 16px;
}

.k-card-actions-vertical .k-button.k-flat:first-child {
  margin-left: 0;
}

.k-card-actions-vertical .k-card-action + .k-card-action {
  border-top-width: 1px;
}

.k-card-horizontal .k-card-actions-vertical {
  border-top-width: 0;
  border-left-width: 1px;
}

.k-card-vertical .k-card-actions-vertical.k-card-actions-start {
  align-items: flex-start;
}

.k-card-vertical .k-card-actions-vertical.k-card-actions-end {
  align-items: flex-end;
}

.k-card-vertical .k-card-actions-vertical.k-card-actions-center {
  align-items: center;
}

.k-card-vertical .k-card-actions-vertical.k-card-actions-start, .k-card-vertical .k-card-actions-vertical.k-card-actions-end, .k-card-vertical .k-card-actions-vertical.k-card-actions-center {
  padding: 4px 16px;
}

.k-card-vertical .k-card-actions-vertical.k-card-actions-start .k-button, .k-card-vertical .k-card-actions-vertical.k-card-actions-end .k-button, .k-card-vertical .k-card-actions-vertical.k-card-actions-center .k-button {
  padding: 8px 16px;
}

.k-card-actions-stretched {
  padding: 0;
  display: flex;
  flex-direction: row;
}

.k-card-actions-stretched .k-button {
  padding: 12px 16px;
  flex-grow: 1;
}

.k-card-actions-stretched .k-button.k-flat:first-child {
  margin-left: 0;
}

.k-card-actions-stretched .k-card-action + .k-card-action {
  border-left-width: 1px;
}

.k-card .k-card-actions-stretched {
  border-top-width: 1px;
  border-style: solid;
}

.k-card-horizontal > .k-card-actions-stretched {
  border-left-width: 1px;
  border-top-width: 0;
}

.k-card-actions-stretched.k-card-actions-vertical {
  flex-direction: column;
}

.k-card-actions-stretched.k-card-actions-vertical .k-card-action + .k-card-action {
  border-top-width: 1px;
  border-left-width: 0;
}

.k-card-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 0 0 auto;
}

.k-card-list .k-card {
  flex: 0 0 auto;
}

.k-card-list .k-card + .k-card {
  margin-top: 16px;
}

.k-card-deck {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 0 0 auto;
}

.k-card-deck .k-card {
  flex: 0 0 auto;
}

.k-card-deck .k-card + .k-card {
  margin-left: 16px;
}

.k-card-deck-scrollwrap {
  margin-right: -16px;
  margin-left: -16px;
  padding-left: 16px;
  padding-bottom: 3px;
  padding-right: 16px;
  width: 100%;
  box-sizing: content-box;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.k-card-deck-scrollwrap > .k-button {
  border-radius: 50%;
  flex: 0 0 auto;
  position: absolute;
  z-index: 1;
}

.k-card-deck-scrollwrap > .k-button:first-child {
  left: 8px;
}

.k-card-deck-scrollwrap > .k-button:last-child {
  right: 8px;
}

.k-card-deck-scrollwrap > .k-card-deck {
  margin-bottom: -20px;
  padding-bottom: 20px;
  flex: 1 1 auto;
}

.k-card-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 0 0 auto;
}

.k-card-group .k-card {
  border-radius: 0;
  flex: 0 0 auto;
}

.k-card-group .k-card > .k-card-header {
  border-radius: 0;
}

.k-card-group .k-card + .k-card {
  margin-left: -1px;
}

.k-card-group .k-card.k-first {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-card-group .k-card.k-first > .k-card-header {
  border-top-left-radius: 2px;
}

.k-card-group .k-card.k-last {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-card-group .k-card.k-last > .k-card-header {
  border-top-right-radius: 2px;
}

.k-card-group .k-card.k-only {
  border-radius: 2px;
}

.k-card-group .k-card.k-only > .k-card-header {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.k-rtl .k-card-deck .k-card + .k-card,
[dir="rtl"] .k-card-deck .k-card + .k-card {
  margin-left: 0;
  margin-right: 16px;
}

.k-rtl .k-card-actions-stretched .k-card-action + .k-card-action,
[dir="rtl"] .k-card-actions-stretched .k-card-action + .k-card-action {
  border-right-width: 1px;
  border-left-width: 0;
}

.k-rtl .k-card-horizontal > .k-card-actions-stretched,
.k-rtl .k-card-horizontal .k-card-actions-vertical,
[dir="rtl"] .k-card-horizontal > .k-card-actions-stretched,
[dir="rtl"] .k-card-horizontal .k-card-actions-vertical {
  border-right-width: 1px;
  border-left-width: 0;
}

.k-ie11 .k-card-body {
  flex: 1 1 auto;
}

.k-card-title,
.k-card-subtitle {
  font-weight: 500;
}

.k-card-actions .k-button {
  padding: 8px;
}

.k-card {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-card .k-card-callout {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: white;
}

.k-card .k-card-actions {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-card-header {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-card-footer {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-card-separator {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-card-subtitle {
  color: #757575;
}

.k-state-primary .k-card-subtitle, .k-card.k-card-primary .k-card-subtitle,
.k-state-info .k-card-subtitle,
.k-card.k-card-info .k-card-subtitle,
.k-state-success .k-card-subtitle,
.k-card.k-card-success .k-card-subtitle,
.k-state-warning .k-card-subtitle,
.k-card.k-card-warning .k-card-subtitle,
.k-state-error .k-card-subtitle,
.k-card.k-card-error .k-card-subtitle {
  color: inherit;
}

.k-card-wrap.k-state-focused > .k-card, .k-card-wrap.k-state-selected > .k-card {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.k-card .k-card-callout.k-callout-n {
  box-shadow: 2px -2px 2px 0 rgba(0, 0, 0, 0.04);
}

.k-card .k-card-callout.k-callout-s {
  box-shadow: 2px -2px 2px 0 rgba(0, 0, 0, 0.2), 0 -2px 2px -3px rgba(0, 0, 0, 0.14), 1px -2px 2px -1px rgba(0, 0, 0, 0.12);
}

.k-card .k-card-callout.k-callout-e, .k-card .k-card-callout.k-callout-w {
  box-shadow: -1px -3px 1px -2px rgba(0, 0, 0, 0.2), 0 -2px 2px -2px rgba(0, 0, 0, 0.14), 1px -2px 2px -1px rgba(0, 0, 0, 0.12);
}

.k-splitter {
  height: 300px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-splitter .k-pane {
  overflow: hidden;
}

.k-splitter .k-scrollable {
  overflow: auto;
}

.k-splitter .k-splitter-resizing {
  overflow: hidden;
}

.k-pane > .k-splitter {
  border-width: 0;
  overflow: hidden;
}

.k-splitter .k-pane-loading {
  position: static;
  top: 50%;
  left: 50%;
}

.k-ghost-splitbar,
.k-splitbar {
  border-style: solid;
  outline: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-ghost-splitbar .k-icon,
.k-splitbar .k-icon {
  font-size: 10px;
  display: block;
  cursor: pointer;
}

.k-splitbar-draggable-horizontal {
  cursor: col-resize;
}

.k-splitbar-draggable-vertical {
  cursor: row-resize;
}

.k-ghost-splitbar-horizontal,
.k-splitbar-horizontal {
  width: 8px;
  border-width: 0;
  background-repeat: repeat-y;
  flex-direction: column;
  top: 0;
}

.k-ghost-splitbar-vertical,
.k-splitbar-vertical {
  height: 8px;
  border-width: 0;
  background-repeat: repeat-x;
  flex-direction: row;
  left: 0;
}

.k-splitbar-static-horizontal {
  width: 1px;
}

.k-splitbar-static-vertical {
  height: 1px;
}

.k-splitbar-draggable-horizontal .k-resize-handle {
  position: static;
  width: 2px;
  height: 20px;
}

.k-splitbar .k-resize-handle {
  display: none;
  background-color: currentColor;
}

.k-splitbar-draggable-horizontal .k-resize-handle,
.k-splitbar-draggable-vertical .k-resize-handle {
  display: block;
}

.k-splitbar-horizontal .k-i-arrow-60-left, .k-splitbar-horizontal .k-i-arrow-w::before, .k-splitbar-horizontal .k-i-sarrow-w::before, .k-splitbar-horizontal .k-i-expand-w::before {
  margin-bottom: 7px;
}

.k-splitbar-horizontal .k-i-arrow-60-right, .k-splitbar-horizontal .k-i-arrow-e::before, .k-splitbar-horizontal .k-i-sarrow-e::before, .k-splitbar-horizontal .k-i-expand::before, .k-splitbar-horizontal .k-i-expand-e::before {
  margin-top: 7px;
}

.k-splitbar-vertical .k-i-arrow-60-up, .k-splitbar-vertical .k-i-arrow-n::before, .k-splitbar-vertical .k-i-sarrow-n::before, .k-splitbar-vertical .k-i-expand-n::before {
  margin-right: 7px;
}

.k-splitbar-vertical .k-i-arrow-60-down, .k-splitbar-vertical .k-i-arrow-s::before, .k-splitbar-vertical .k-i-sarrow-s::before, .k-splitbar-vertical .k-i-collapse::before, .k-splitbar-vertical .k-i-expand-s::before {
  margin-left: 7px;
}

.k-splitbar-draggable-vertical .k-resize-handle {
  position: static;
  width: 20px;
  height: 2px;
}

.k-pane > .k-splitter-overlay {
  opacity: 0;
  position: absolute;
}

.k-splitter-flex {
  display: flex;
  width: 100%;
  height: auto;
}

.k-splitter-flex .k-pane {
  position: relative;
  flex: 1 1 auto;
  display: block;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  max-height: 100%;
  height: 100%;
}

.k-splitter-flex .k-pane-static {
  flex-grow: 0;
  flex-shrink: 0;
}

.k-splitter-flex .k-pane-flex {
  display: flex;
}

.k-splitter-flex .k-splitbar {
  position: static;
  flex: 0 0 auto;
}

.k-splitter-flex .k-pane.k-state-hidden, .k-splitter-flex .k-pane[hidden],
.k-splitter-flex .k-pane-flex.k-state-hidden,
.k-splitter-flex .k-pane-flex[hidden] {
  flex: 0 1 0% !important;
  overflow: hidden !important;
  display: block !important;
}

.k-splitter-flex.k-splitter-horizontal {
  flex-direction: row;
}

.k-splitter-flex.k-splitter-horizontal[dir="rtl"] > .k-splitbar > .k-collapse-next,
.k-splitter-flex.k-splitter-horizontal[dir="rtl"] > .k-splitbar > .k-collapse-prev {
  transform: scaleX(-1);
}

.k-splitter-flex.k-splitter-vertical {
  flex-direction: column;
}

.k-splitter {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-splitbar {
  color: rgba(0, 0, 0, 0.54);
  background-color: rgba(0, 0, 0, 0.12);
}

.k-splitbar:active, .k-splitbar.k-state-focused {
  color: #ffffff;
  background: #3f51b5;
}

.k-splitbar-horizontal-hover,
.k-splitbar-vertical-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.22);
}

.k-ghost-splitbar {
  background-color: rgba(0, 0, 0, 0.22);
}

.k-tilelayout {
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  display: grid;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-tilelayout .k-card {
  box-shadow: none;
  border-width: 1px;
}

.k-layout-item-hint {
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  position: relative;
}

.k-layout-item-hint.k-layout-item-hint-resize {
  z-index: 3;
}

.k-tilelayout {
  background-color: #f5f5f5;
}

.k-layout-item-hint {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: rgba(255, 255, 255, 0.2);
}

.k-grid {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-grid.k-grid-display-block {
  display: block;
}

.k-grid .k-grid-container {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}

.k-grid .k-grid-aria-root {
  border-color: inherit;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}

.k-grid table {
  margin: 0;
  width: 100%;
  max-width: none;
  border-width: 0;
  border-color: inherit;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  outline: 0;
}

.k-grid thead,
.k-grid tbody,
.k-grid tfoot {
  text-align: left;
  border-color: inherit;
}

.k-grid tr {
  border-color: inherit;
}

.k-grid th,
.k-grid td {
  padding: 10px 24px;
  border-style: solid;
  border-color: inherit;
  outline: 0;
  font-weight: inherit;
  text-align: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-grid th:first-child,
.k-grid td:first-child {
  border-left-width: 0;
}

.k-grid th:focus,
.k-grid td:focus {
  outline: none;
}

.k-grid th .k-placeholder-line,
.k-grid td .k-placeholder-line {
  width: 80%;
}

.k-grid th {
  padding: 16px 24px;
  border-width: 0 0 1px 1px;
  white-space: nowrap;
}

.k-grid td {
  border-width: 0 0 1px 1px;
  vertical-align: middle;
}

.k-grid a {
  color: inherit;
  text-decoration: none;
}

.k-grid a:hover {
  text-decoration: none;
}

.k-grid table,
.k-grid .k-grid-header-wrap {
  box-sizing: content-box;
}

.k-grid .k-group-col,
.k-grid .k-hierarchy-col {
  padding: 0;
  width: 32px;
}

.k-grid .k-grouping-row p {
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
}

.k-grid .k-grouping-row td {
  overflow: visible;
}

.k-grid .k-grouping-row + tr td {
  border-top-width: 0px;
}

.k-grid .k-grouping-row .k-group-cell,
.k-grid .k-grouping-row + tr .k-group-cell {
  border-top-width: 0;
  text-overflow: clip;
}

.k-grid .k-grouping-row .k-icon {
  margin-left: -16px;
  margin-right: 8px;
  text-decoration: none;
}

.k-grid .k-group-footer td {
  border-style: solid;
  border-width: 1px 0;
}

.k-grid .k-group-footer .k-group-cell + td {
  border-left-width: 0px;
}

.k-grid .k-hierarchy-cell {
  text-align: center;
  padding: 0;
  overflow: visible;
}

.k-grid .k-hierarchy-cell > .k-icon {
  padding: 10px 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  outline: 0;
}

.k-grid .k-hierarchy-cell + td {
  border-left-width: 0;
}

.k-grid .k-hierarchy-cell + .k-grid-content-sticky {
  border-left-width: 1px;
}

.k-grid[dir="rtl"] thead,
.k-grid[dir="rtl"] tbody,
.k-grid[dir="rtl"] tfoot,
.k-rtl .k-grid thead,
.k-rtl .k-grid tbody,
.k-rtl .k-grid tfoot {
  text-align: right;
}

.k-grid[dir="rtl"] th,
.k-rtl .k-grid th {
  white-space: nowrap;
}

.k-grid[dir="rtl"] .k-grid-header-wrap,
.k-rtl .k-grid .k-grid-header-wrap {
  border-width: 0 0 0 1px;
}

.k-grid[dir="rtl"] .k-group-indicator .k-button.k-bare,
.k-grid[dir="rtl"] .k-drag-clue .k-button.k-bare,
.k-rtl .k-grid .k-group-indicator .k-button.k-bare,
.k-rtl .k-grid .k-drag-clue .k-button.k-bare {
  margin-left: -2px;
  margin-right: 8px;
}

.k-grid[dir="rtl"] .k-group-indicator .k-link .k-icon,
.k-grid[dir="rtl"] .k-drag-clue .k-link .k-icon,
.k-rtl .k-grid .k-group-indicator .k-link .k-icon,
.k-rtl .k-grid .k-drag-clue .k-link .k-icon {
  margin-left: 4px;
  margin-right: -2px;
}

.k-grid[dir="rtl"] .k-group-indicator,
.k-rtl .k-grid .k-group-indicator {
  margin-right: 0;
  margin-left: 4px;
}

.k-grid[dir="rtl"] .k-group-indicator + .k-group-indicator,
.k-rtl .k-grid .k-group-indicator + .k-group-indicator {
  margin-right: 4px;
}

.k-grid[dir="rtl"] .k-grid-content-locked,
.k-grid[dir="rtl"] .k-grid-footer-locked,
.k-grid[dir="rtl"] .k-grid-header-locked,
.k-rtl .k-grid .k-grid-content-locked,
.k-rtl .k-grid .k-grid-footer-locked,
.k-rtl .k-grid .k-grid-header-locked {
  border-left-width: 1px;
  border-right-width: 0;
}

.k-grid[dir="rtl"] .k-grid-header-sticky,
.k-grid[dir="rtl"] .k-grid-content-sticky,
.k-grid[dir="rtl"] .k-grid-footer-sticky,
.k-rtl .k-grid .k-grid-header-sticky,
.k-rtl .k-grid .k-grid-content-sticky,
.k-rtl .k-grid .k-grid-footer-sticky {
  border-left-width: 1px;
}

.k-grid[dir="rtl"] .k-grid-header-sticky + td,
.k-grid[dir="rtl"] .k-grid-header-sticky + th,
.k-grid[dir="rtl"] .k-grid-content-sticky + td,
.k-grid[dir="rtl"] .k-grid-content-sticky + th,
.k-rtl .k-grid .k-grid-header-sticky + td,
.k-rtl .k-grid .k-grid-header-sticky + th,
.k-rtl .k-grid .k-grid-content-sticky + td,
.k-rtl .k-grid .k-grid-content-sticky + th {
  border-right-width: 0;
}

.k-grid[dir="rtl"] .k-grid-header-sticky.k-header:first-child,
.k-rtl .k-grid .k-grid-header-sticky.k-header:first-child {
  border-left-width: 1px;
}

.k-grid[dir="rtl"] th,
.k-rtl .k-grid th {
  border-width: 0 1px 1px 0;
}

.k-grid[dir="rtl"] th:first-child,
.k-rtl .k-grid th:first-child {
  border-right-width: 0;
}

.k-grid[dir="rtl"] td,
.k-rtl .k-grid td {
  border-width: 0 1px 0 0;
}

.k-grid[dir="rtl"] td:first-child,
.k-rtl .k-grid td:first-child {
  border-right-width: 0;
}

.k-grid[dir="rtl"] td.k-hierarchy-cell,
.k-rtl .k-grid td.k-hierarchy-cell {
  border-right-width: 0;
}

.k-grid[dir="rtl"] .k-hierarchy-cell + td,
.k-rtl .k-grid .k-hierarchy-cell + td {
  border-right-width: 0;
}

.k-grid[dir="rtl"] .k-grid-header,
.k-grid[dir="rtl"] .k-grid-footer,
.k-rtl .k-grid .k-grid-header,
.k-rtl .k-grid .k-grid-footer {
  padding-left: 17px;
  padding-right: 0;
}

.k-grid[dir="rtl"] .k-grid-header .k-header.k-first,
.k-rtl .k-grid .k-grid-header .k-header.k-first {
  border-left-width: 0;
  border-right-width: 1px;
}

.k-grid[dir="rtl"] .k-grid-header .k-with-icon,
.k-grid[dir="rtl"] .k-grid-header .k-filterable,
.k-rtl .k-grid .k-grid-header .k-with-icon,
.k-rtl .k-grid .k-grid-header .k-filterable {
  padding-left: calc(1.4285714286em + 30px);
  padding-right: 24px;
}

.k-grid[dir="rtl"] .k-grid-header .k-grid-filter,
.k-grid[dir="rtl"] .k-grid-header .k-header-column-menu,
.k-rtl .k-grid .k-grid-header .k-grid-filter,
.k-rtl .k-grid .k-grid-header .k-header-column-menu {
  right: auto;
  left: 14px;
}

.k-grid[dir="rtl"] .k-grid-header-sticky.k-header.k-first,
.k-rtl .k-grid .k-grid-header-sticky.k-header.k-first {
  border-left-width: 1px;
}

.k-grid[dir="rtl"] .k-grid-header-sticky.k-header.k-grid-no-left-border.k-first,
.k-rtl .k-grid .k-grid-header-sticky.k-header.k-grid-no-left-border.k-first {
  border-left-width: 1px;
  border-right-width: 0;
}

.k-grid[dir="rtl"] .k-filtercell-operator,
.k-rtl .k-grid .k-filtercell-operator {
  margin-left: 0;
  margin-right: 5px;
}

.k-grid[dir="rtl"] .k-dirty,
.k-rtl .k-grid .k-dirty {
  border-color: currentColor currentColor transparent transparent;
  left: auto;
  right: 0;
}

.k-grid[dir="rtl"] .k-edit-cell > .k-textbox,
.k-grid[dir="rtl"] .k-edit-cell > .k-widget,
.k-grid[dir="rtl"] .k-edit-cell > .text-box,
.k-grid[dir="rtl"] .k-grid-edit-row > td > .k-textbox,
.k-grid[dir="rtl"] .k-grid-edit-row > td > .k-widget,
.k-grid[dir="rtl"] .k-grid-edit-row > td > .text-box,
.k-rtl .k-grid .k-edit-cell > .k-textbox,
.k-rtl .k-grid .k-edit-cell > .k-widget,
.k-rtl .k-grid .k-edit-cell > .text-box,
.k-rtl .k-grid .k-grid-edit-row > td > .k-textbox,
.k-rtl .k-grid .k-grid-edit-row > td > .k-widget,
.k-rtl .k-grid .k-grid-edit-row > td > .text-box {
  margin-right: 0px;
}

.k-grid[dir="rtl"] .k-grid-header-wrap.k-auto-scrollable,
.k-rtl .k-grid .k-grid-header-wrap.k-auto-scrollable {
  margin-left: -1px;
  margin-right: 0;
}

.k-grid[dir="rtl"] .k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable,
.k-rtl .k-grid .k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable {
  margin-left: 0;
}

.k-grid[dir="rtl"] .k-group-footer td,
.k-rtl .k-grid .k-group-footer td {
  border-width: 1px 0;
}

.k-grid[dir="rtl"] .k-group-footer .k-group-cell + td,
.k-rtl .k-grid .k-group-footer .k-group-cell + td {
  border-right-width: 0px;
}

.k-grid[dir="rtl"] .k-grid-toolbar .k-button + .k-button,
.k-rtl .k-grid .k-grid-toolbar .k-button + .k-button {
  margin: 0 0px 0 0;
}

.k-grid[dir="rtl"] .k-grouping-row .k-icon,
.k-rtl .k-grid .k-grouping-row .k-icon {
  margin-left: 8px;
  margin-right: -16px;
}

.k-grid[dir="rtl"] .k-grid-search,
.k-rtl .k-grid .k-grid-search {
  float: left;
}

.k-grid[dir="rtl"] .k-column-resizer,
.k-rtl .k-grid .k-column-resizer {
  left: 0;
  right: auto;
}

.k-grid .k-dirty-cell {
  position: relative;
}

.k-grid .k-dirty {
  border-width: 5px;
  border-color: currentColor transparent transparent currentColor;
  left: 0;
  right: auto;
}

.k-grid .k-grid-content-locked + .k-grid-content {
  box-sizing: content-box;
}

.k-grid .k-grid-content-expander {
  position: absolute;
  visibility: hidden;
  height: 1px;
  bottom: 1px;
}

.k-grid .k-grid-search {
  width: 15.7em;
  float: right;
}

.k-grid .k-grid-filter,
.k-grid .k-header-column-menu,
.k-grid .k-hierarchy-cell .k-icon {
  border-width: 0;
}

.k-grid-toolbar {
  padding: 14px 14px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  text-overflow: clip;
  cursor: default;
  display: block;
}

.k-grid-toolbar > * {
  vertical-align: middle;
}

.k-grid-toolbar > * + * {
  margin-left: 0px;
}

.k-grouping-header {
  display: block;
  position: relative;
  white-space: normal;
  padding: 14px 14px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  line-height: calc(1.4285714286em + 16px);
}

.k-grouping-header-flex {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 7px 0;
}

.k-grouping-header-flex > .k-indicator-container {
  display: inline-flex;
  margin: 0;
  padding: 7px 0 7px 14px;
}

.k-grouping-header-flex > .k-indicator-container:last-child {
  display: block;
  flex-grow: 1;
  line-height: calc(1.4285714286em + 16px);
}

.k-group-indicator,
.k-drag-clue {
  border-radius: 22px;
  margin: 0;
  padding: 8px 16px;
  border-width: 1px;
  border-style: solid;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  vertical-align: top;
  opacity: 0.9;
  box-sizing: border-box;
}

.k-group-indicator .k-link,
.k-group-indicator .k-button.k-bare,
.k-drag-clue .k-link,
.k-drag-clue .k-button.k-bare {
  padding: 0;
  border-width: 0;
  display: inline-flex;
  align-items: center;
}

.k-group-indicator .k-link .k-icon,
.k-drag-clue .k-link .k-icon {
  margin-left: -2px;
  margin-right: 4px;
}

.k-group-indicator .k-button.k-bare,
.k-drag-clue .k-button.k-bare {
  margin-left: 8px;
  margin-right: -2px;
  padding: 0;
  width: auto;
  height: auto;
  opacity: .5;
}

.k-group-indicator .k-button.k-bare::before, .k-group-indicator .k-button.k-bare::after,
.k-drag-clue .k-button.k-bare::before,
.k-drag-clue .k-button.k-bare::after {
  display: none;
}

.k-group-indicator .k-button.k-bare:hover,
.k-drag-clue .k-button.k-bare:hover {
  opacity: 1;
}

.k-group-indicator {
  margin-right: 4px;
  line-height: 1.5;
}

.k-group-indicator + .k-group-indicator {
  margin-left: 4px;
}

.k-drag-clue {
  line-height: 1.5;
}

.k-grouping-dropclue {
  width: 12px;
  height: 36px;
  position: absolute;
  top: calc((1.4285714286em + 8px)/2);
  box-sizing: content-box;
}

.k-grouping-dropclue::before, .k-grouping-dropclue::after {
  display: inline-block;
  content: "";
  position: absolute;
}

.k-grouping-dropclue::before {
  border-width: 6px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  top: 0;
}

.k-grouping-dropclue::after {
  width: 2px;
  height: calc(100% - 6px);
  top: 6px;
  left: 5px;
}

.k-grid-header-wrap,
.k-grid-footer-wrap {
  width: 100%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
  position: relative;
  overflow: hidden;
}

.k-grid-header-wrap.k-auto-scrollable,
.k-grid-footer-wrap {
  margin-right: -1px;
}

.k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable {
  margin-right: 0;
}

.k-ie .k-grid-header-locked + .k-grid-header-wrap.k-auto-scrollable {
  display: inline-block;
}

.k-grid-header,
.k-grid-footer {
  flex: 0 0 auto;
  padding-right: 17px;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

.k-grid-header table,
.k-grid-footer table {
  table-layout: fixed;
}

div.k-grid-header,
div.k-grid-footer {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.k-ie div.k-grid-header {
  display: block;
}

.k-grid-header {
  border-bottom-width: 1px;
  font-size: 12px;
}

.k-grid-header table {
  margin-bottom: -1px;
}

.k-grid-header.k-grid-draggable-header {
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  touch-action: none;
}

.k-grid-header .k-header {
  position: relative;
  vertical-align: bottom;
  cursor: default;
}

.k-grid-header .k-header:first-child {
  border-left-width: 0;
}

.k-grid-header .k-header.k-first {
  border-left-width: 1px;
}

.k-grid-header .k-header > .k-link {
  margin: -16px -24px;
  padding: 16px 24px;
  line-height: inherit;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: 0;
}

.k-ie .k-grid-header .k-header > .k-link,
.k-edge .k-grid-header .k-header > .k-link {
  margin: 0;
  padding: 0;
}

.k-grid-header .k-with-icon,
.k-grid-header .k-filterable {
  padding-right: calc(1.4285714286em + 30px);
}

.k-ie .k-grid-header .k-with-icon,
.k-edge .k-grid-header .k-with-icon, .k-ie
.k-grid-header .k-filterable,
.k-edge
.k-grid-header .k-filterable {
  padding-right: calc(1.4285714286em + 30px);
}

.k-grid-header .k-header > .k-link:focus {
  text-decoration: none;
}

.k-grid-header .k-grid-filter,
.k-grid-header .k-header-column-menu {
  padding: 8px;
  width: calc(1.4285714286em + 16px);
  height: calc(1.4285714286em + 16px);
  box-sizing: border-box;
  outline: 0;
  line-height: 2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  right: 14px;
  bottom: calc(16px + 1em - (1.4285714286em + 16px)/2);
  z-index: 1;
}

.k-ie .k-grid-header .k-grid-filter,
.k-edge .k-grid-header .k-grid-filter, .k-ie
.k-grid-header .k-header-column-menu,
.k-edge
.k-grid-header .k-header-column-menu {
  position: static;
  float: right;
  margin-top: calc((-0.5714285714em + 16px)/-2);
  margin-bottom: calc((-0.5714285714em + 16px)/-2);
  margin-right: calc(-1.4285714286em + -16px);
}

.k-grid-header .k-grid-filter:hover,
.k-grid-header .k-header-column-menu:hover {
  cursor: pointer;
}

.k-grid-header .k-header > .k-link > .k-icon.k-i-sort-desc-sm, .k-grid-header .k-header > .k-link > .k-icon.k-i-sort-asc-sm {
  vertical-align: text-top;
  margin-left: 4px;
}

.k-grid-header .k-sort-order {
  display: inline-block;
  vertical-align: top;
  height: 16px;
  font-size: 12px;
  margin-top: 2px;
  margin-left: -2px;
}

.k-column-resizer {
  width: .5em;
  height: 1000%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: col-resize;
}

.k-grid-footer {
  border-width: 1px 0 0;
}

.k-grid-footer td {
  height: 2em;
}

.k-grid-footer td,
.k-group-footer td,
.k-grouping-row td {
  font-weight: bold;
}

.k-grid-filter-popup {
  min-width: 200px;
}

.k-grid-column-menu-standalone a.k-grid-filter {
  position: initial;
  display: inline-block;
  margin: -4px 0;
  padding: 4px 8px;
}

.k-grid-columnmenu-popup {
  width: 230px;
}

.k-filter-row {
  line-height: 2;
}

.k-filter-row td,
.k-filter-row th {
  border-width: 0 0 1px 1px;
  white-space: nowrap;
  padding: 10px 24px;
}

.k-filter-row td:first-child {
  border-left-width: 0;
}

.k-filter-row .k-multiselect, .k-filter-row .k-dropdowntree {
  height: auto;
}

.k-filter-row .k-filtercell .k-widget.k-sized-input {
  flex: 0 1 auto;
}

.k-filtercell {
  width: auto;
  display: flex;
}

.k-filtercell > span,
.k-filtercell .k-filtercell-wrapper {
  display: flex;
  flex: 1 1 auto;
}

.k-filtercell > span > label,
.k-filtercell .k-filtercell-wrapper > label {
  vertical-align: middle;
}

.k-filtercell .k-filtercell-wrapper > .k-widget {
  width: 100%;
}

.k-filtercell > span .k-button {
  visibility: visible;
  pointer-events: all;
}

.k-filtercell > span .k-button,
.k-filtercell > span .k-dropdown-operator {
  margin-left: 5px;
}

.k-filtercell > span .k-widget {
  width: auto;
}

.k-filtercell .k-filtercell-operator > .k-button.k-clear-button-visible {
  visibility: visible;
  height: calc(1.4285714286em + 16px);
}

.k-filtercell .k-filtercell-operator > .k-button:not(.k-clear-button-visible) {
  visibility: hidden;
  pointer-events: none;
}

.k-filtercell .k-filtercell-operator {
  margin-left: 5px;
}

.k-filtercell .k-widget:not(.k-dropdown-operator),
.k-filtercell .k-filtercell-wrapper > .k-textbox {
  display: flex;
  flex: 1 1 auto;
}

.k-filtercell .k-filtercell-wrapper > .k-textbox {
  width: 100%;
  min-width: 0;
}

.k-grid-content,
.k-grid-content-locked {
  border-color: inherit;
  outline: 0;
}

.k-grid-content table,
.k-grid-content-locked table {
  table-layout: fixed;
}

.k-grid-content tr:last-child > td,
.k-grid-content-locked tr:last-child > td {
  border-bottom-width: 0;
}

.k-grid-content {
  width: 100%;
  min-height: 0;
  overflow: auto;
  overflow-x: auto;
  overflow-y: scroll;
  position: relative;
  flex: 1;
}

.k-virtual-scrollable-wrap {
  height: 100%;
  overflow-y: hidden;
  position: relative;
}

.k-grid-edit-row td {
  text-overflow: clip;
}

.k-grid-edit-row .k-widget,
.k-grid-edit-row .k-button,
.k-grid-edit-row .k-textbox {
  height: auto;
}

.k-grid-edit-row .k-edit-cell {
  padding-top: 0;
  padding-bottom: 0;
}

.k-grid-edit-row .k-dirty-cell {
  overflow: visible;
}

.k-edit-cell > .k-textbox,
.k-edit-cell > .k-widget:not(.k-switch),
.k-edit-cell > .text-box,
.k-grid-edit-row > td > .k-textbox,
.k-grid-edit-row > td > .k-widget:not(.k-switch),
.k-grid-edit-row > td > .text-box {
  margin-left: 0px;
}

.k-grid-edit-row td > .k-textbox,
.k-grid-edit-row td > .k-widget:not(.k-switch),
.k-edit-cell > .k-textbox,
.k-edit-cell > .k-widget:not(.k-switch) {
  width: calc(100% + 18px);
}

.k-grid-edit-row td > .k-textbox,
.k-grid-edit-row td > .k-widget,
.k-command-cell > .k-button,
.k-edit-cell > .k-textbox,
.k-edit-cell > .k-widget {
  vertical-align: middle;
}

.k-grid .k-grid-edit-row td,
.k-grid .k-command-cell,
.k-grid .k-edit-cell {
  padding: calc(10px - (-0.5714285714em + 16px)/2) 24px;
}

.k-command-cell > .k-button {
  margin-left: 0.16em;
  margin-right: 0.16em;
}

.k-grid > .k-resize-handle,
.k-grid-header .k-resize-handle {
  height: 25px;
  cursor: col-resize;
  position: absolute;
  z-index: 2;
}

.k-grid-pager {
  padding: 10px;
  border-width: 1px 0 0;
  border-color: inherit;
  font-size: inherit;
}

.k-grid-pager-top {
  border-width: 0 0 1px;
}

.k-pager-input .k-numerictextbox {
  margin: 0 7px;
  width: 3em;
}

.k-grid-virtual .k-grid-content .k-grid-table-wrap {
  float: left;
  width: 100%;
}

.k-grid-virtual .k-grid-content .k-grid-table {
  position: relative;
  float: left;
  z-index: 1;
}

.k-grid-virtual .k-grid-content > .k-height-container {
  position: relative;
  float: left;
}

.k-grid-virtual .k-grid-content::after {
  content: "";
  display: block;
  clear: both;
}

.k-width-container {
  position: absolute;
  visibility: hidden;
}

.k-width-container div {
  height: 1px;
}

.k-grid-virtual[dir="rtl"] .k-grid-content .k-grid-table,
.k-grid-virtual.k-rtl .k-grid-content .k-grid-table {
  float: right;
}

.k-grid-add-row td {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.k-grid-lockedcolumns {
  white-space: nowrap;
}

.k-grid-content,
.k-grid-content-locked,
.k-pager-wrap {
  white-space: normal;
}

.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked {
  flex: 0 0 auto;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  border-style: solid;
  border-width: 0 1px 0 0;
}

.k-grid-content-locked + .k-grid-content.k-auto-scrollable,
.k-grid-footer-locked + .k-grid-content.k-auto-scrollable,
.k-grid-header-locked + .k-grid-content.k-auto-scrollable {
  display: inline-block;
}

.k-grid-content,
.k-grid-footer-wrap,
.k-grid-header-wrap {
  flex: 1 1 auto;
  display: inline-block;
  vertical-align: top;
}

.k-grid-content.k-auto-scrollable,
.k-grid-footer-wrap.k-auto-scrollable,
.k-grid-header-wrap.k-auto-scrollable {
  display: block;
}

.k-grid-header-locked > table,
.k-grid-header-wrap > table {
  margin-bottom: -1px;
}

.k-grid-header .k-header.k-grid-header-sticky,
.k-grid-header .k-filter-row .k-grid-header-sticky,
.k-grid-content-sticky,
.k-grid-footer-sticky {
  position: sticky;
  z-index: 2;
}

.k-grid .k-grid-header-sticky,
.k-grid .k-grid-content-sticky,
.k-grid .k-grid-footer-sticky {
  border-right-width: 1px;
}

.k-grid .k-grid-header-sticky + td,
.k-grid .k-grid-header-sticky + th,
.k-grid .k-grid-content-sticky + td,
.k-grid .k-grid-content-sticky + th,
.k-grid .k-grid-footer-sticky + td,
.k-grid .k-grid-footer-sticky + th {
  border-left-width: 0;
}

.k-grid-header-sticky.k-header.k-grid-no-left-border.k-first {
  border-left-width: 0;
}

.k-header.k-drag-clue {
  overflow: hidden;
}

.k-grid.k-grid-no-scrollbar .k-grid-header {
  padding: 0;
}

.k-grid.k-grid-no-scrollbar .k-grid-header-wrap {
  border-width: 0;
}

.k-grid.k-grid-no-scrollbar .k-grid-content {
  overflow-y: auto;
}

.k-grid-norecords {
  text-align: center;
}

div.k-grid-norecords {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.k-grid-norecords-template {
  width: 20em;
  height: 4em;
  line-height: 4em;
  margin: 0 auto;
  border: 1px solid;
}

.k-loading-pdf-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.k-loading-pdf-mask > .k-i-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 64px;
}

.k-loading-pdf-mask .k-loading-pdf-progress {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-pdf-export .k-loading-pdf-mask {
  display: none;
}

.k-grid-pdf-export-element {
  position: absolute;
  left: -10000px;
  top: -10000px;
}

.k-grid-pdf-export-element .k-filter-row {
  display: none;
}

.k-pdf-export-shadow .k-grid {
  float: left;
  width: auto !important;
}

.k-pdf-export-shadow .k-grid,
.k-pdf-export-shadow .k-grid-content,
.k-pdf-export-shadow .k-grid-content-locked {
  height: auto !important;
  overflow: visible;
}

.k-pdf-export-shadow .k-grid-header-locked + .k-grid-header-wrap,
.k-pdf-export-shadow .k-grid-header-locked + .k-grid-content,
.k-pdf-export-shadow .k-grid-header-locked + .k-grid-footer-wrap {
  width: auto !important;
}

.k-pdf-export-shadow .k-grid-header,
.k-pdf-export-shadow .k-grid[data-role="grid"] .k-grid-footer {
  padding: 0 !important;
}

.k-filter-menu .k-filter-menu-container {
  padding: 0.5em 1em;
}

.k-filter-menu .k-widget,
.k-filter-menu .k-radio-list,
.k-filter-menu .k-textbox {
  margin: 0.5em 0;
  width: 100%;
  display: block;
}

.k-filter-menu .k-widget.k-filter-and {
  width: 6em;
  margin: 1em 0;
}

.k-filter-menu .k-switch {
  width: 4.6em;
  display: inline-flex;
}

.k-filter-menu .k-actions,
.k-filter-menu .k-action-buttons,
.k-filter-menu .k-columnmenu-actions {
  margin-left: -1em;
  margin-right: -1em;
  margin-bottom: -1em;
  padding: 1em;
}

.k-filter-menu .k-actions .k-button,
.k-filter-menu .k-action-buttons .k-button,
.k-filter-menu .k-columnmenu-actions .k-button {
  flex: 1 1 50%;
}

.k-filter-menu .k-actions.k-actions-start .k-button, .k-filter-menu .k-actions.k-actions-center .k-button, .k-filter-menu .k-actions.k-actions-end .k-button {
  flex: 0 1 auto;
}

.k-multicheck-wrap {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  white-space: nowrap;
}

.k-filter-selected-items {
  font-weight: bold;
  line-height: normal;
  white-space: nowrap;
  margin: 1em 0 0.5em;
}

.k-autofitting {
  width: auto !important;
  table-layout: auto !important;
}

.k-autofitting th.k-header,
.k-autofitting td {
  white-space: nowrap !important;
}

.k-autofitting .k-detail-row {
  display: none !important;
}

.k-column-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.k-column-chooser-title,
.k-column-list-item {
  padding: 2px 24px;
  padding-right: 64px;
}

.k-column-list-item {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.k-columnmenu-item {
  padding: 4px 16px;
  cursor: pointer;
}

.k-columnmenu-item > .k-icon {
  margin-right: 4px;
}

.k-columnmenu-item-wrapper {
  border-bottom: 1px solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.k-columnmenu-item-wrapper:last-child {
  border-bottom-width: 0;
}

.k-columnmenu-item-content {
  overflow: hidden;
}

.k-columnmenu-item-content .k-column-list-item {
  padding-left: 36px;
}

.k-columnmenu-item-content .k-filter-menu .k-filter-menu-container {
  padding: 1em 1em;
}

.k-column-list-wrapper .k-actions .k-button,
.k-column-list-wrapper .k-action-buttons .k-button,
.k-column-list-wrapper .k-columnmenu-actions .k-button,
.k-columnmenu-item-content .k-actions .k-button,
.k-columnmenu-item-content .k-action-buttons .k-button,
.k-columnmenu-item-content .k-columnmenu-actions .k-button {
  flex: 1 1 50%;
}

.k-column-list-wrapper .k-actions.k-actions-start .k-button, .k-column-list-wrapper .k-actions.k-actions-center .k-button, .k-column-list-wrapper .k-actions.k-actions-end .k-button,
.k-columnmenu-item-content .k-actions.k-actions-start .k-button,
.k-columnmenu-item-content .k-actions.k-actions-center .k-button,
.k-columnmenu-item-content .k-actions.k-actions-end .k-button {
  flex: 0 1 auto;
}

.k-column-menu .k-menu:not(.k-context-menu) {
  font-weight: 400;
}

[dir="rtl"] .k-columnmenu-item > .k-icon,
.k-rtl .k-columnmenu-item > .k-icon {
  margin-left: 4px;
  margin-right: 0;
}

.k-grid .k-checkbox-label,
.k-grid .k-radio-label {
  line-height: normal;
}

.k-grid .k-button,
.k-grid .k-button:active {
  box-shadow: none;
}

.k-grid .k-group-footer td {
  border-top-width: 0;
}

.k-grid[dir="rtl"] th,
.k-rtl .k-grid th {
  border-width: 0 1px 1px 0;
}

.k-grid[dir="rtl"] td,
.k-rtl .k-grid td {
  border-width: 0 1px 1px 0;
}

.k-grid-header th {
  font-weight: 700;
}

.k-grid-header th .k-grid-filter {
  font-weight: normal;
}

.k-grid-header .k-grid-filter {
  border-radius: 50%;
}

.k-grid-header .k-filter-row .k-dropdown-operator .k-dropdown-wrap {
  border-width: 0;
}

.k-grid-header .k-filter-row .k-button.k-button-icon {
  box-shadow: none;
}

.k-grid-header .k-header-column-menu {
  border-radius: 50%;
}

.k-grid-header .k-resizable-columns th:not(.k-group-cell) {
  border-right-width: 1px;
  border-right-style: solid;
}

.k-grid-header .k-resizable-columns .k-resize-handle .k-resize-handle-inner {
  width: 1px;
  height: 100%;
  cursor: col-resize;
}

.k-grouping-header .k-group-indicator {
  border-width: 0;
  line-height: 1.4285714286;
}

.k-grouping-dropclue {
  width: 0;
  height: 36px;
  top: calc((1.4285714286em + 8px)/2);
  border-style: solid;
  border-width: 0 2px 0 0;
}

.k-grouping-dropclue::before {
  border-width: 0;
}

.k-resize-handle:hover .k-resize-handle-inner {
  width: 1px;
  height: 100%;
}

.k-column-resizer:hover::after {
  display: block;
  content: "";
  height: 100%;
  border-right: 2px solid currentColor;
}

.k-reorder-cue {
  margin-left: -1px;
  width: 2px;
}

.k-edit-cell > .k-textbox,
.k-edit-cell > .k-textarea,
.k-edit-cell > .k-widget,
.k-grid-edit-row > td > .k-textbox,
.k-grid-edit-row > td > .k-textarea,
.k-grid-edit-row > td > .k-widget {
  border-radius: 3px;
  margin-left: -16px;
  margin-right: -16px;
}

.k-edit-cell > .k-switch,
.k-grid-edit-row > td > .k-switch {
  margin-left: 0;
}

.k-edit-cell .k-autocomplete,
.k-edit-cell .k-combobox,
.k-edit-cell .k-dateinput,
.k-edit-cell .k-datepicker,
.k-edit-cell .k-datetimepicker,
.k-edit-cell .k-dropdown,
.k-edit-cell .k-dropdowntree,
.k-edit-cell .k-dropdowntree,
.k-edit-cell .k-maskedtextbox,
.k-edit-cell .k-multiselect,
.k-edit-cell .k-dropdowntree,
.k-edit-cell .k-numerictextbox,
.k-edit-cell .k-timepicker,
.k-edit-cell .k-textbox,
.k-grid-edit-row .k-autocomplete,
.k-grid-edit-row .k-combobox,
.k-grid-edit-row .k-dateinput,
.k-grid-edit-row .k-datepicker,
.k-grid-edit-row .k-datetimepicker,
.k-grid-edit-row .k-dropdown,
.k-grid-edit-row .k-dropdowntree,
.k-grid-edit-row .k-dropdowntree,
.k-grid-edit-row .k-maskedtextbox,
.k-grid-edit-row .k-multiselect,
.k-grid-edit-row .k-dropdowntree,
.k-grid-edit-row .k-numerictextbox,
.k-grid-edit-row .k-timepicker,
.k-grid-edit-row .k-textbox {
  font-size: 14px;
  line-height: 1.4285714286;
}

.k-edit-cell .k-textbox,
.k-edit-cell .k-textarea,
.k-edit-cell .k-autocomplete,
.k-edit-cell .k-dateinput-wrap,
.k-edit-cell .k-dropdown-wrap,
.k-edit-cell .k-picker-wrap,
.k-edit-cell .k-multiselect-wrap,
.k-grid-edit-row .k-textbox,
.k-grid-edit-row .k-textarea,
.k-grid-edit-row .k-autocomplete,
.k-grid-edit-row .k-dateinput-wrap,
.k-grid-edit-row .k-dropdown-wrap,
.k-grid-edit-row .k-picker-wrap,
.k-grid-edit-row .k-multiselect-wrap {
  border-radius: 3px;
  border-width: 0 0 2px;
  padding-left: 16px;
  padding-right: 16px;
}

.k-edit-cell .k-textbox .k-input,
.k-edit-cell .k-textarea .k-input,
.k-edit-cell .k-autocomplete .k-input,
.k-edit-cell .k-dateinput-wrap .k-input,
.k-edit-cell .k-dropdown-wrap .k-input,
.k-edit-cell .k-picker-wrap .k-input,
.k-edit-cell .k-multiselect-wrap .k-input,
.k-grid-edit-row .k-textbox .k-input,
.k-grid-edit-row .k-textarea .k-input,
.k-grid-edit-row .k-autocomplete .k-input,
.k-grid-edit-row .k-dateinput-wrap .k-input,
.k-grid-edit-row .k-dropdown-wrap .k-input,
.k-grid-edit-row .k-picker-wrap .k-input,
.k-grid-edit-row .k-multiselect-wrap .k-input {
  height: calc(1.4285714286em + 14px);
}

.k-edit-cell .k-dateinput .k-dateinput-wrap,
.k-edit-cell .k-dateinput .k-picker-wrap,
.k-edit-cell .k-datepicker .k-dateinput-wrap,
.k-edit-cell .k-datepicker .k-picker-wrap,
.k-edit-cell .k-datetimepicker .k-dateinput-wrap,
.k-edit-cell .k-datetimepicker .k-picker-wrap,
.k-edit-cell .k-timepicker .k-dateinput-wrap,
.k-edit-cell .k-timepicker .k-picker-wrap,
.k-grid-edit-row .k-dateinput .k-dateinput-wrap,
.k-grid-edit-row .k-dateinput .k-picker-wrap,
.k-grid-edit-row .k-datepicker .k-dateinput-wrap,
.k-grid-edit-row .k-datepicker .k-picker-wrap,
.k-grid-edit-row .k-datetimepicker .k-dateinput-wrap,
.k-grid-edit-row .k-datetimepicker .k-picker-wrap,
.k-grid-edit-row .k-timepicker .k-dateinput-wrap,
.k-grid-edit-row .k-timepicker .k-picker-wrap {
  border-radius: 3px;
  border-width: 0 0 2px;
  padding-left: 16px;
  padding-right: 4px;
}

.k-edit-cell .k-dateinput .k-dateinput-wrap .k-input,
.k-edit-cell .k-dateinput .k-picker-wrap .k-input,
.k-edit-cell .k-datepicker .k-dateinput-wrap .k-input,
.k-edit-cell .k-datepicker .k-picker-wrap .k-input,
.k-edit-cell .k-datetimepicker .k-dateinput-wrap .k-input,
.k-edit-cell .k-datetimepicker .k-picker-wrap .k-input,
.k-edit-cell .k-timepicker .k-dateinput-wrap .k-input,
.k-edit-cell .k-timepicker .k-picker-wrap .k-input,
.k-grid-edit-row .k-dateinput .k-dateinput-wrap .k-input,
.k-grid-edit-row .k-dateinput .k-picker-wrap .k-input,
.k-grid-edit-row .k-datepicker .k-dateinput-wrap .k-input,
.k-grid-edit-row .k-datepicker .k-picker-wrap .k-input,
.k-grid-edit-row .k-datetimepicker .k-dateinput-wrap .k-input,
.k-grid-edit-row .k-datetimepicker .k-picker-wrap .k-input,
.k-grid-edit-row .k-timepicker .k-dateinput-wrap .k-input,
.k-grid-edit-row .k-timepicker .k-picker-wrap .k-input {
  height: calc(1.4285714286em + 14px);
}

.k-edit-cell .k-combobox .k-dropdown-wrap,
.k-grid-edit-row .k-combobox .k-dropdown-wrap {
  border-radius: 3px;
  border-width: 0 0 2px;
  padding-left: 16px;
  padding-right: 16px;
}

.k-edit-cell .k-combobox .k-dropdown-wrap .k-input,
.k-grid-edit-row .k-combobox .k-dropdown-wrap .k-input {
  height: calc(1.4285714286em + 14px);
}

.k-edit-cell .k-autocomplete[dir="rtl"],
.k-rtl .k-edit-cell .k-autocomplete,
.k-grid-edit-row .k-autocomplete[dir="rtl"],
.k-rtl
.k-grid-edit-row .k-autocomplete {
  padding-left: 16px;
  padding-right: 16px;
}

.k-edit-cell .k-multiselect .k-multiselect-wrap .k-button, .k-edit-cell .k-dropdowntree .k-multiselect-wrap .k-button,
.k-grid-edit-row .k-multiselect .k-multiselect-wrap .k-button,
.k-grid-edit-row .k-dropdowntree .k-multiselect-wrap .k-button {
  margin-top: 8px;
}

.k-edit-cell .k-multiselect .k-multiselect-wrap > .k-clear-value, .k-edit-cell .k-dropdowntree .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-multiselect .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-dropdowntree .k-multiselect-wrap > .k-clear-value {
  right: 8px;
}

.k-edit-cell .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-dropdown-wrap > .k-clear-value {
  right: 24px;
  padding: 0 4px;
}

.k-edit-cell .k-combobox .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-combobox .k-dropdown-wrap > .k-clear-value {
  right: 24px;
  padding: 0 4px;
}

.k-edit-cell .k-dropdown-wrap,
.k-edit-cell .k-dateinput-wrap,
.k-edit-cell .k-picker-wrap,
.k-grid-edit-row .k-dropdown-wrap,
.k-grid-edit-row .k-dateinput-wrap,
.k-grid-edit-row .k-picker-wrap {
  padding-right: 4px;
}

.k-edit-cell .k-numerictextbox .k-numeric-wrap,
.k-grid-edit-row .k-numerictextbox .k-numeric-wrap {
  padding-right: 4px;
}

.k-edit-cell .k-combobox .k-dropdown-wrap,
.k-grid-edit-row .k-combobox .k-dropdown-wrap {
  padding-right: 4px;
}

.k-edit-cell .k-dropdown .k-dropdown-wrap, .k-edit-cell .k-dropdowntree .k-dropdown-wrap,
.k-grid-edit-row .k-dropdown .k-dropdown-wrap,
.k-grid-edit-row .k-dropdowntree .k-dropdown-wrap {
  border-radius: 3px;
  border-width: 0 0 2px;
  padding-left: 16px;
  padding-right: 4px;
}

.k-edit-cell .k-dropdown .k-dropdown-wrap .k-input, .k-edit-cell .k-dropdowntree .k-dropdown-wrap .k-input,
.k-grid-edit-row .k-dropdown .k-dropdown-wrap .k-input,
.k-grid-edit-row .k-dropdowntree .k-dropdown-wrap .k-input {
  height: calc(1.4285714286em + 14px);
}

.k-edit-cell .k-dropdown .k-dropdown-wrap > .k-clear-value, .k-edit-cell .k-dropdowntree .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-dropdown .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-dropdowntree .k-dropdown-wrap > .k-clear-value {
  right: 24px;
  padding: 0 4px;
}

.k-edit-cell .k-dropdown[dir="rtl"] .k-dropdown-wrap, .k-edit-cell .k-dropdowntree[dir="rtl"] .k-dropdown-wrap,
.k-edit-cell .k-dropdown[dir="rtl"] .k-multiselect-wrap,
.k-edit-cell .k-dropdowntree[dir="rtl"] .k-multiselect-wrap,
.k-edit-cell .k-dropdown[dir="rtl"] .k-picker-wrap,
.k-edit-cell .k-dropdowntree[dir="rtl"] .k-picker-wrap,
.k-edit-cell .k-dropdown[dir="rtl"] .k-dateinput-wrap,
.k-edit-cell .k-dropdowntree[dir="rtl"] .k-dateinput-wrap,
.k-edit-cell .k-dropdown[dir="rtl"] .k-numeric-wrap,
.k-edit-cell .k-dropdowntree[dir="rtl"] .k-numeric-wrap,
.k-rtl .k-edit-cell .k-dropdown .k-dropdown-wrap,
.k-rtl .k-edit-cell .k-dropdowntree .k-dropdown-wrap,
.k-rtl .k-edit-cell .k-dropdown .k-multiselect-wrap,
.k-rtl .k-edit-cell .k-dropdowntree .k-multiselect-wrap,
.k-rtl .k-edit-cell .k-dropdown .k-picker-wrap,
.k-rtl .k-edit-cell .k-dropdowntree .k-picker-wrap,
.k-rtl .k-edit-cell .k-dropdown .k-dateinput-wrap,
.k-rtl .k-edit-cell .k-dropdowntree .k-dateinput-wrap,
.k-rtl .k-edit-cell .k-dropdown .k-numeric-wrap,
.k-rtl .k-edit-cell .k-dropdowntree .k-numeric-wrap,
.k-edit-cell .k-combobox[dir="rtl"] .k-dropdown-wrap,
.k-edit-cell .k-combobox[dir="rtl"] .k-multiselect-wrap,
.k-edit-cell .k-combobox[dir="rtl"] .k-picker-wrap,
.k-edit-cell .k-combobox[dir="rtl"] .k-dateinput-wrap,
.k-edit-cell .k-combobox[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-edit-cell .k-combobox .k-dropdown-wrap,
.k-rtl
.k-edit-cell .k-combobox .k-multiselect-wrap,
.k-rtl
.k-edit-cell .k-combobox .k-picker-wrap,
.k-rtl
.k-edit-cell .k-combobox .k-dateinput-wrap,
.k-rtl
.k-edit-cell .k-combobox .k-numeric-wrap,
.k-edit-cell .k-autocomplete[dir="rtl"] .k-dropdown-wrap,
.k-edit-cell .k-autocomplete[dir="rtl"] .k-multiselect-wrap,
.k-edit-cell .k-autocomplete[dir="rtl"] .k-picker-wrap,
.k-edit-cell .k-autocomplete[dir="rtl"] .k-dateinput-wrap,
.k-edit-cell .k-autocomplete[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-edit-cell .k-autocomplete .k-dropdown-wrap,
.k-rtl
.k-edit-cell .k-autocomplete .k-multiselect-wrap,
.k-rtl
.k-edit-cell .k-autocomplete .k-picker-wrap,
.k-rtl
.k-edit-cell .k-autocomplete .k-dateinput-wrap,
.k-rtl
.k-edit-cell .k-autocomplete .k-numeric-wrap,
.k-edit-cell .k-multiselect[dir="rtl"] .k-dropdown-wrap,
.k-edit-cell .k-dropdowntree[dir="rtl"] .k-dropdown-wrap,
.k-edit-cell .k-multiselect[dir="rtl"] .k-multiselect-wrap,
.k-edit-cell .k-dropdowntree[dir="rtl"] .k-multiselect-wrap,
.k-edit-cell .k-multiselect[dir="rtl"] .k-picker-wrap,
.k-edit-cell .k-dropdowntree[dir="rtl"] .k-picker-wrap,
.k-edit-cell .k-multiselect[dir="rtl"] .k-dateinput-wrap,
.k-edit-cell .k-dropdowntree[dir="rtl"] .k-dateinput-wrap,
.k-edit-cell .k-multiselect[dir="rtl"] .k-numeric-wrap,
.k-edit-cell .k-dropdowntree[dir="rtl"] .k-numeric-wrap,
.k-rtl .k-edit-cell .k-multiselect .k-dropdown-wrap,
.k-rtl .k-edit-cell .k-dropdowntree .k-dropdown-wrap,
.k-rtl .k-edit-cell .k-multiselect .k-multiselect-wrap,
.k-rtl .k-edit-cell .k-dropdowntree .k-multiselect-wrap,
.k-rtl .k-edit-cell .k-multiselect .k-picker-wrap,
.k-rtl .k-edit-cell .k-dropdowntree .k-picker-wrap,
.k-rtl .k-edit-cell .k-multiselect .k-dateinput-wrap,
.k-rtl .k-edit-cell .k-dropdowntree .k-dateinput-wrap,
.k-rtl .k-edit-cell .k-multiselect .k-numeric-wrap,
.k-rtl .k-edit-cell .k-dropdowntree .k-numeric-wrap,
.k-edit-cell .k-datepicker[dir="rtl"] .k-dropdown-wrap,
.k-edit-cell .k-datepicker[dir="rtl"] .k-multiselect-wrap,
.k-edit-cell .k-datepicker[dir="rtl"] .k-picker-wrap,
.k-edit-cell .k-datepicker[dir="rtl"] .k-dateinput-wrap,
.k-edit-cell .k-datepicker[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-edit-cell .k-datepicker .k-dropdown-wrap,
.k-rtl
.k-edit-cell .k-datepicker .k-multiselect-wrap,
.k-rtl
.k-edit-cell .k-datepicker .k-picker-wrap,
.k-rtl
.k-edit-cell .k-datepicker .k-dateinput-wrap,
.k-rtl
.k-edit-cell .k-datepicker .k-numeric-wrap,
.k-edit-cell .k-timepicker[dir="rtl"] .k-dropdown-wrap,
.k-edit-cell .k-timepicker[dir="rtl"] .k-multiselect-wrap,
.k-edit-cell .k-timepicker[dir="rtl"] .k-picker-wrap,
.k-edit-cell .k-timepicker[dir="rtl"] .k-dateinput-wrap,
.k-edit-cell .k-timepicker[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-edit-cell .k-timepicker .k-dropdown-wrap,
.k-rtl
.k-edit-cell .k-timepicker .k-multiselect-wrap,
.k-rtl
.k-edit-cell .k-timepicker .k-picker-wrap,
.k-rtl
.k-edit-cell .k-timepicker .k-dateinput-wrap,
.k-rtl
.k-edit-cell .k-timepicker .k-numeric-wrap,
.k-edit-cell .k-datetimepicker[dir="rtl"] .k-dropdown-wrap,
.k-edit-cell .k-datetimepicker[dir="rtl"] .k-multiselect-wrap,
.k-edit-cell .k-datetimepicker[dir="rtl"] .k-picker-wrap,
.k-edit-cell .k-datetimepicker[dir="rtl"] .k-dateinput-wrap,
.k-edit-cell .k-datetimepicker[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-edit-cell .k-datetimepicker .k-dropdown-wrap,
.k-rtl
.k-edit-cell .k-datetimepicker .k-multiselect-wrap,
.k-rtl
.k-edit-cell .k-datetimepicker .k-picker-wrap,
.k-rtl
.k-edit-cell .k-datetimepicker .k-dateinput-wrap,
.k-rtl
.k-edit-cell .k-datetimepicker .k-numeric-wrap,
.k-edit-cell .k-dateinput[dir="rtl"] .k-dropdown-wrap,
.k-edit-cell .k-dateinput[dir="rtl"] .k-multiselect-wrap,
.k-edit-cell .k-dateinput[dir="rtl"] .k-picker-wrap,
.k-edit-cell .k-dateinput[dir="rtl"] .k-dateinput-wrap,
.k-edit-cell .k-dateinput[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-edit-cell .k-dateinput .k-dropdown-wrap,
.k-rtl
.k-edit-cell .k-dateinput .k-multiselect-wrap,
.k-rtl
.k-edit-cell .k-dateinput .k-picker-wrap,
.k-rtl
.k-edit-cell .k-dateinput .k-dateinput-wrap,
.k-rtl
.k-edit-cell .k-dateinput .k-numeric-wrap,
.k-edit-cell .k-numerictextbox[dir="rtl"] .k-dropdown-wrap,
.k-edit-cell .k-numerictextbox[dir="rtl"] .k-multiselect-wrap,
.k-edit-cell .k-numerictextbox[dir="rtl"] .k-picker-wrap,
.k-edit-cell .k-numerictextbox[dir="rtl"] .k-dateinput-wrap,
.k-edit-cell .k-numerictextbox[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-edit-cell .k-numerictextbox .k-dropdown-wrap,
.k-rtl
.k-edit-cell .k-numerictextbox .k-multiselect-wrap,
.k-rtl
.k-edit-cell .k-numerictextbox .k-picker-wrap,
.k-rtl
.k-edit-cell .k-numerictextbox .k-dateinput-wrap,
.k-rtl
.k-edit-cell .k-numerictextbox .k-numeric-wrap,
.k-grid-edit-row .k-dropdown[dir="rtl"] .k-dropdown-wrap,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-dropdown-wrap,
.k-grid-edit-row .k-dropdown[dir="rtl"] .k-multiselect-wrap,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-multiselect-wrap,
.k-grid-edit-row .k-dropdown[dir="rtl"] .k-picker-wrap,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-picker-wrap,
.k-grid-edit-row .k-dropdown[dir="rtl"] .k-dateinput-wrap,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-dateinput-wrap,
.k-grid-edit-row .k-dropdown[dir="rtl"] .k-numeric-wrap,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-numeric-wrap,
.k-rtl .k-grid-edit-row .k-dropdown .k-dropdown-wrap,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-dropdown-wrap,
.k-rtl .k-grid-edit-row .k-dropdown .k-multiselect-wrap,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-multiselect-wrap,
.k-rtl .k-grid-edit-row .k-dropdown .k-picker-wrap,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-picker-wrap,
.k-rtl .k-grid-edit-row .k-dropdown .k-dateinput-wrap,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-dateinput-wrap,
.k-rtl .k-grid-edit-row .k-dropdown .k-numeric-wrap,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-numeric-wrap,
.k-grid-edit-row .k-combobox[dir="rtl"] .k-dropdown-wrap,
.k-grid-edit-row .k-combobox[dir="rtl"] .k-multiselect-wrap,
.k-grid-edit-row .k-combobox[dir="rtl"] .k-picker-wrap,
.k-grid-edit-row .k-combobox[dir="rtl"] .k-dateinput-wrap,
.k-grid-edit-row .k-combobox[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-grid-edit-row .k-combobox .k-dropdown-wrap,
.k-rtl
.k-grid-edit-row .k-combobox .k-multiselect-wrap,
.k-rtl
.k-grid-edit-row .k-combobox .k-picker-wrap,
.k-rtl
.k-grid-edit-row .k-combobox .k-dateinput-wrap,
.k-rtl
.k-grid-edit-row .k-combobox .k-numeric-wrap,
.k-grid-edit-row .k-autocomplete[dir="rtl"] .k-dropdown-wrap,
.k-grid-edit-row .k-autocomplete[dir="rtl"] .k-multiselect-wrap,
.k-grid-edit-row .k-autocomplete[dir="rtl"] .k-picker-wrap,
.k-grid-edit-row .k-autocomplete[dir="rtl"] .k-dateinput-wrap,
.k-grid-edit-row .k-autocomplete[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-grid-edit-row .k-autocomplete .k-dropdown-wrap,
.k-rtl
.k-grid-edit-row .k-autocomplete .k-multiselect-wrap,
.k-rtl
.k-grid-edit-row .k-autocomplete .k-picker-wrap,
.k-rtl
.k-grid-edit-row .k-autocomplete .k-dateinput-wrap,
.k-rtl
.k-grid-edit-row .k-autocomplete .k-numeric-wrap,
.k-grid-edit-row .k-multiselect[dir="rtl"] .k-dropdown-wrap,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-dropdown-wrap,
.k-grid-edit-row .k-multiselect[dir="rtl"] .k-multiselect-wrap,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-multiselect-wrap,
.k-grid-edit-row .k-multiselect[dir="rtl"] .k-picker-wrap,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-picker-wrap,
.k-grid-edit-row .k-multiselect[dir="rtl"] .k-dateinput-wrap,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-dateinput-wrap,
.k-grid-edit-row .k-multiselect[dir="rtl"] .k-numeric-wrap,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-numeric-wrap,
.k-rtl .k-grid-edit-row .k-multiselect .k-dropdown-wrap,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-dropdown-wrap,
.k-rtl .k-grid-edit-row .k-multiselect .k-multiselect-wrap,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-multiselect-wrap,
.k-rtl .k-grid-edit-row .k-multiselect .k-picker-wrap,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-picker-wrap,
.k-rtl .k-grid-edit-row .k-multiselect .k-dateinput-wrap,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-dateinput-wrap,
.k-rtl .k-grid-edit-row .k-multiselect .k-numeric-wrap,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-numeric-wrap,
.k-grid-edit-row .k-datepicker[dir="rtl"] .k-dropdown-wrap,
.k-grid-edit-row .k-datepicker[dir="rtl"] .k-multiselect-wrap,
.k-grid-edit-row .k-datepicker[dir="rtl"] .k-picker-wrap,
.k-grid-edit-row .k-datepicker[dir="rtl"] .k-dateinput-wrap,
.k-grid-edit-row .k-datepicker[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-grid-edit-row .k-datepicker .k-dropdown-wrap,
.k-rtl
.k-grid-edit-row .k-datepicker .k-multiselect-wrap,
.k-rtl
.k-grid-edit-row .k-datepicker .k-picker-wrap,
.k-rtl
.k-grid-edit-row .k-datepicker .k-dateinput-wrap,
.k-rtl
.k-grid-edit-row .k-datepicker .k-numeric-wrap,
.k-grid-edit-row .k-timepicker[dir="rtl"] .k-dropdown-wrap,
.k-grid-edit-row .k-timepicker[dir="rtl"] .k-multiselect-wrap,
.k-grid-edit-row .k-timepicker[dir="rtl"] .k-picker-wrap,
.k-grid-edit-row .k-timepicker[dir="rtl"] .k-dateinput-wrap,
.k-grid-edit-row .k-timepicker[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-grid-edit-row .k-timepicker .k-dropdown-wrap,
.k-rtl
.k-grid-edit-row .k-timepicker .k-multiselect-wrap,
.k-rtl
.k-grid-edit-row .k-timepicker .k-picker-wrap,
.k-rtl
.k-grid-edit-row .k-timepicker .k-dateinput-wrap,
.k-rtl
.k-grid-edit-row .k-timepicker .k-numeric-wrap,
.k-grid-edit-row .k-datetimepicker[dir="rtl"] .k-dropdown-wrap,
.k-grid-edit-row .k-datetimepicker[dir="rtl"] .k-multiselect-wrap,
.k-grid-edit-row .k-datetimepicker[dir="rtl"] .k-picker-wrap,
.k-grid-edit-row .k-datetimepicker[dir="rtl"] .k-dateinput-wrap,
.k-grid-edit-row .k-datetimepicker[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-grid-edit-row .k-datetimepicker .k-dropdown-wrap,
.k-rtl
.k-grid-edit-row .k-datetimepicker .k-multiselect-wrap,
.k-rtl
.k-grid-edit-row .k-datetimepicker .k-picker-wrap,
.k-rtl
.k-grid-edit-row .k-datetimepicker .k-dateinput-wrap,
.k-rtl
.k-grid-edit-row .k-datetimepicker .k-numeric-wrap,
.k-grid-edit-row .k-dateinput[dir="rtl"] .k-dropdown-wrap,
.k-grid-edit-row .k-dateinput[dir="rtl"] .k-multiselect-wrap,
.k-grid-edit-row .k-dateinput[dir="rtl"] .k-picker-wrap,
.k-grid-edit-row .k-dateinput[dir="rtl"] .k-dateinput-wrap,
.k-grid-edit-row .k-dateinput[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-grid-edit-row .k-dateinput .k-dropdown-wrap,
.k-rtl
.k-grid-edit-row .k-dateinput .k-multiselect-wrap,
.k-rtl
.k-grid-edit-row .k-dateinput .k-picker-wrap,
.k-rtl
.k-grid-edit-row .k-dateinput .k-dateinput-wrap,
.k-rtl
.k-grid-edit-row .k-dateinput .k-numeric-wrap,
.k-grid-edit-row .k-numerictextbox[dir="rtl"] .k-dropdown-wrap,
.k-grid-edit-row .k-numerictextbox[dir="rtl"] .k-multiselect-wrap,
.k-grid-edit-row .k-numerictextbox[dir="rtl"] .k-picker-wrap,
.k-grid-edit-row .k-numerictextbox[dir="rtl"] .k-dateinput-wrap,
.k-grid-edit-row .k-numerictextbox[dir="rtl"] .k-numeric-wrap,
.k-rtl
.k-grid-edit-row .k-numerictextbox .k-dropdown-wrap,
.k-rtl
.k-grid-edit-row .k-numerictextbox .k-multiselect-wrap,
.k-rtl
.k-grid-edit-row .k-numerictextbox .k-picker-wrap,
.k-rtl
.k-grid-edit-row .k-numerictextbox .k-dateinput-wrap,
.k-rtl
.k-grid-edit-row .k-numerictextbox .k-numeric-wrap {
  padding-left: 4px;
  padding-right: 16px;
}

.k-edit-cell .k-dropdown[dir="rtl"] .k-dropdown-wrap > .k-clear-value, .k-edit-cell .k-dropdowntree[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl .k-edit-cell .k-dropdown .k-dropdown-wrap > .k-clear-value,
.k-rtl .k-edit-cell .k-dropdowntree .k-dropdown-wrap > .k-clear-value,
.k-edit-cell .k-combobox[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-combobox .k-dropdown-wrap > .k-clear-value,
.k-edit-cell .k-autocomplete[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-autocomplete .k-dropdown-wrap > .k-clear-value,
.k-edit-cell .k-multiselect[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-edit-cell .k-dropdowntree[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl .k-edit-cell .k-multiselect .k-dropdown-wrap > .k-clear-value,
.k-rtl .k-edit-cell .k-dropdowntree .k-dropdown-wrap > .k-clear-value,
.k-edit-cell .k-datepicker[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-datepicker .k-dropdown-wrap > .k-clear-value,
.k-edit-cell .k-timepicker[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-timepicker .k-dropdown-wrap > .k-clear-value,
.k-edit-cell .k-datetimepicker[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-datetimepicker .k-dropdown-wrap > .k-clear-value,
.k-edit-cell .k-dateinput[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-dateinput .k-dropdown-wrap > .k-clear-value,
.k-edit-cell .k-numerictextbox[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-numerictextbox .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-dropdown[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl .k-grid-edit-row .k-dropdown .k-dropdown-wrap > .k-clear-value,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-combobox[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-combobox .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-autocomplete[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-autocomplete .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-multiselect[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl .k-grid-edit-row .k-multiselect .k-dropdown-wrap > .k-clear-value,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-datepicker[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-datepicker .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-timepicker[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-timepicker .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-datetimepicker[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-datetimepicker .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-dateinput[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-dateinput .k-dropdown-wrap > .k-clear-value,
.k-grid-edit-row .k-numerictextbox[dir="rtl"] .k-dropdown-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-numerictextbox .k-dropdown-wrap > .k-clear-value {
  right: auto;
  left: 24px;
}

.k-edit-cell .k-dropdown[dir="rtl"] .k-multiselect-wrap > .k-clear-value, .k-edit-cell .k-dropdowntree[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl .k-edit-cell .k-dropdown .k-multiselect-wrap > .k-clear-value,
.k-rtl .k-edit-cell .k-dropdowntree .k-multiselect-wrap > .k-clear-value,
.k-edit-cell .k-combobox[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-combobox .k-multiselect-wrap > .k-clear-value,
.k-edit-cell .k-autocomplete[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-autocomplete .k-multiselect-wrap > .k-clear-value,
.k-edit-cell .k-multiselect[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-edit-cell .k-dropdowntree[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl .k-edit-cell .k-multiselect .k-multiselect-wrap > .k-clear-value,
.k-rtl .k-edit-cell .k-dropdowntree .k-multiselect-wrap > .k-clear-value,
.k-edit-cell .k-datepicker[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-datepicker .k-multiselect-wrap > .k-clear-value,
.k-edit-cell .k-timepicker[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-timepicker .k-multiselect-wrap > .k-clear-value,
.k-edit-cell .k-datetimepicker[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-datetimepicker .k-multiselect-wrap > .k-clear-value,
.k-edit-cell .k-dateinput[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-dateinput .k-multiselect-wrap > .k-clear-value,
.k-edit-cell .k-numerictextbox[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-edit-cell .k-numerictextbox .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-dropdown[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl .k-grid-edit-row .k-dropdown .k-multiselect-wrap > .k-clear-value,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-combobox[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-combobox .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-autocomplete[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-autocomplete .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-multiselect[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-dropdowntree[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl .k-grid-edit-row .k-multiselect .k-multiselect-wrap > .k-clear-value,
.k-rtl .k-grid-edit-row .k-dropdowntree .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-datepicker[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-datepicker .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-timepicker[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-timepicker .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-datetimepicker[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-datetimepicker .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-dateinput[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-dateinput .k-multiselect-wrap > .k-clear-value,
.k-grid-edit-row .k-numerictextbox[dir="rtl"] .k-multiselect-wrap > .k-clear-value,
.k-rtl
.k-grid-edit-row .k-numerictextbox .k-multiselect-wrap > .k-clear-value {
  right: auto;
  left: 8px;
}

.k-edit-cell .k-textbox,
.k-grid-edit-row .k-textbox {
  height: calc(1.4285714286em + 16px);
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item > .k-link::before {
  content: none;
}

.k-column-menu .k-menu:not(.k-context-menu).k-menu-vertical > .k-item + .k-item {
  margin-top: 0;
}

.k-grid-header,
.k-header,
th.k-header,
.k-grid-header-wrap,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-grid td,
.k-grid-footer,
.k-grid-footer-wrap,
.k-grid-content-locked,
.k-grid-footer-locked,
.k-grid-header-locked,
.k-filter-row > td,
.k-filter-row > th {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-grid-header,
.k-grid-toolbar,
.k-grouping-header,
.k-grid-add-row,
.k-grid-footer {
  color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}

.k-drag-clue {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ebebeb;
}

.k-grid-content {
  background-color: white;
}

.k-group-footer td,
.k-grouping-row td,
tbody .k-group-cell {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

.k-grouping-dropclue::before {
  border-color: rgba(0, 0, 0, 0.54) transparent transparent;
}

.k-grouping-dropclue::after {
  background-color: rgba(0, 0, 0, 0.54);
}

.k-grid {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-grid tr.k-alt {
  background-color: transparent;
}

.k-grid tbody tr:hover,
.k-grid tbody tr.k-state-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.07);
}

.k-grid td.k-state-selected,
.k-grid tr.k-state-selected > td {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.04);
}

.k-grid .k-grid-filter,
.k-grid .k-header-column-menu,
.k-grid .k-hierarchy-cell .k-icon {
  color: rgba(0, 0, 0, 0.54);
}

.k-grid .k-grouping-row {
  background-color: transparent;
}

.k-grid .k-grouping-row .k-icon {
  color: rgba(0, 0, 0, 0.54);
}

.k-grid .k-grouping-row .k-grid-content-sticky {
  border-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.12);
}

.k-grid .k-grid-search {
  color: rgba(0, 0, 0, 0.87);
}

.k-grid .k-grid-header-locked,
.k-grid .k-grid-content-locked,
.k-grid .k-grid-header-locked .k-header,
.k-grid .k-grid-content-locked td {
  border-color: rgba(0, 0, 0, 0.5);
}

.k-grid .k-grid-content-locked .k-group-footer td,
.k-grid .k-grid-content-locked .k-group-cell {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-grid .k-grid-content-locked .k-grouping-row + tr td {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.k-grid .k-grid-content-locked .k-state-selected td {
  background-color: whitesmoke;
}

.k-grid .k-grid-content-locked .k-state-selected.k-alt td {
  background-color: whitesmoke;
}

.k-grid .k-grid-content-locked .k-state-hover td,
.k-grid .k-grid-content-locked tr:hover td {
  background-color: #ededed;
}

.k-grid .k-grid-content-locked .k-state-selected:hover td,
.k-grid .k-grid-content-locked .k-state-selected.k-state-hover td {
  background-color: #ededed;
}

.k-grid .k-grid-header-locked .k-header {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.k-grid[dir="rtl"] th.k-hierarchy-cell,
.k-grid[dir="rtl"] td.k-hierarchy-cell, .k-grid.k-rtl th.k-hierarchy-cell,
.k-grid.k-rtl td.k-hierarchy-cell {
  border-left-color: transparent;
}

col.k-sorted,
th.k-sorted {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-grid-header .k-i-sort-asc-sm,
.k-grid-header .k-i-sort-desc-sm,
.k-grid-header .k-sort-order {
  color: rgba(0, 0, 0, 0.54);
}

.k-grid-header .k-grid-filter:hover,
.k-grid-header .k-header-column-menu:hover,
.k-grid-header .k-hierarchy-cell .k-icon:hover {
  background-color: #e0e0e0;
}

.k-grid-header .k-grid-filter:focus,
.k-grid-header .k-header-column-menu:focus,
.k-grid-header .k-hierarchy-cell .k-icon:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.k-grid-header .k-grid-filter.k-state-active,
.k-grid-header .k-header-column-menu.k-state-active,
.k-grid-header .k-hierarchy-cell .k-icon.k-state-active {
  color: white;
  background-color: #ff4081;
}

.k-grid-header th.k-grid-header-sticky,
.k-grid-header .k-grid-header-sticky.k-sorted {
  color: rgba(0, 0, 0, 0.54);
  background-color: white;
  border-right-color: rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.5);
}

.k-grid-footer .k-grid-footer-sticky {
  background-color: transparent;
}

.k-master-row .k-grid-content-sticky {
  border-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.12);
  background-color: white;
}

.k-master-row.k-alt .k-grid-content-sticky {
  background-color: white;
}

.k-master-row.k-state-selected .k-grid-content-sticky {
  background-color: whitesmoke;
}

.k-master-row.k-state-selected.k-alt .k-grid-content-sticky {
  background-color: whitesmoke;
}

.k-master-row:hover .k-grid-content-sticky,
.k-master-row.k-state-hover .k-grid-content-sticky {
  background-color: #ededed;
}

.k-master-row.k-state-selected:hover .k-grid-content-sticky,
.k-master-row.k-state-selected.k-state-hover .k-grid-content-sticky {
  background-color: #ededed;
}

.k-group-footer .k-grid-footer-sticky {
  background-color: transparent;
}

.k-group-footer:hover .k-grid-footer-sticky, .k-group-footer.k-state-hover .k-grid-footer-sticky {
  background-color: transparent;
}

.k-column-list-item:hover,
.k-columnmenu-item:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-columnmenu-item.k-state-selected {
  color: #ff4081;
  background-color: white;
}

.k-column-menu .k-menu:not(.k-context-menu) {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item {
  color: rgba(0, 0, 0, 0.87);
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item:hover, .k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected {
  color: #ff4081;
  background-color: white;
}

.k-grid-norecords-template {
  background-color: white;
  border-color: rgba(0, 0, 0, 0.12);
}

.k-grid .k-edit-cell {
  border-bottom: rgba(0, 0, 0, 0.12);
  background-color: #f5f5f5;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.12);
}

.k-grid td.k-state-selected,
.k-grid tr.k-state-selected {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-grid tr.k-state-selected > td {
  background-color: transparent;
}

.k-grid table tr:hover,
.k-grid table tr.k-state-hover,
.k-grid table td.k-state-focused,
.k-grid table th.k-state-focused {
  background-color: rgba(0, 0, 0, 0.07);
}

.k-grid table tr:hover .k-grid-header-sticky,
.k-grid table tr.k-state-hover .k-grid-header-sticky {
  background-color: #ededed;
}

.k-grid th,
.k-grid td {
  border-left-color: transparent;
}

.k-grid[dir="rtl"] th,
.k-grid[dir="rtl"] td,
.k-rtl .k-grid th,
.k-rtl .k-grid td {
  border-right-color: transparent;
}

.k-grid[dir="rtl"] .k-grid-header thead > tr:not(:only-child) > th,
.k-rtl .k-grid .k-grid-header thead > tr:not(:only-child) > th {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.k-grid[dir="rtl"] .k-grid-header-locked,
.k-grid[dir="rtl"] .k-grid-content-locked,
.k-grid[dir="rtl"] .k-grid-header-locked thead > tr > th.k-header,
.k-grid[dir="rtl"] .k-grid-content-locked td,
.k-rtl .k-grid .k-grid-header-locked,
.k-rtl .k-grid .k-grid-content-locked,
.k-rtl .k-grid .k-grid-header-locked thead > tr > th.k-header,
.k-rtl .k-grid .k-grid-content-locked td {
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(0, 0, 0, 0.5);
}

.k-grid[dir="rtl"] .k-group-footer td,
.k-rtl .k-grid .k-group-footer td {
  border-top-width: 0;
}

.k-grid[dir="rtl"] .k-grid-header thead > tr:not(:only-child) > .k-grid-header-sticky,
.k-rtl .k-grid .k-grid-header thead > tr:not(:only-child) > .k-grid-header-sticky {
  border-right-color: rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.5);
}

.k-grid .k-grid-header-locked,
.k-grid .k-grid-content-locked,
.k-grid .k-grid-header-locked .k-header,
.k-grid .k-grid-content-locked td {
  border-top-color: rgba(0, 0, 0, 0.12);
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.k-grid .k-grid-header-locked .k-group-footer:hover td,
.k-grid .k-grid-header-locked .k-group-footer.k-state-hover td,
.k-grid .k-grid-content-locked .k-group-footer:hover td,
.k-grid .k-grid-content-locked .k-group-footer.k-state-hover td,
.k-grid .k-grid-header-locked .k-header .k-group-footer:hover td,
.k-grid .k-grid-header-locked .k-header .k-group-footer.k-state-hover td,
.k-grid .k-grid-content-locked td .k-group-footer:hover td,
.k-grid .k-grid-content-locked td .k-group-footer.k-state-hover td {
  background-color: transparent;
}

.k-grid .k-master-row .k-grid-content-sticky {
  border-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.k-grid-header .k-sorted,
.k-grid-header .k-link:hover {
  color: rgba(0, 0, 0, 0.87);
}

.k-grid-header .k-sorted > .k-icon,
.k-grid-header .k-link:hover > .k-icon {
  color: inherit;
}

.k-grid-header .k-grid-filter:hover,
.k-grid-header .k-header-column-menu:hover,
.k-grid-header .k-hierarchy-cell .k-icon:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

.k-grid-header .k-grid-filter:focus, .k-grid-header .k-grid-filter.k-state-border-down,
.k-grid-header .k-header-column-menu:focus,
.k-grid-header .k-header-column-menu.k-state-border-down,
.k-grid-header .k-hierarchy-cell .k-icon:focus,
.k-grid-header .k-hierarchy-cell .k-icon.k-state-border-down {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}

.k-grid-header .k-grid-filter.k-state-active,
.k-grid-header .k-header-column-menu.k-state-active,
.k-grid-header .k-hierarchy-cell .k-icon.k-state-active {
  color: white;
  background-color: #3f51b5;
}

.k-grid-header thead > tr:not(:only-child) > th {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.k-grid-header thead > tr:not(:only-child) > th.k-grid-header-sticky {
  border-right-color: rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.5);
}

thead.k-grid-header > tr:not(:only-child) > th {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.k-grouping-header .k-group-indicator {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-grouping-header .k-group-indicator .k-link {
  color: rgba(0, 0, 0, 0.87);
}

.k-grouping-header .k-group-indicator .k-link .k-icon {
  color: rgba(0, 0, 0, 0.54);
}

.k-group-footer td,
.k-group-footer .k-grid-footer-sticky {
  background: transparent;
}

.k-group-footer:hover td,
.k-group-footer.k-state-hover td {
  background-color: transparent;
}

.k-drag-clue,
.k-grid-drag-clue {
  background-color: #ebebeb;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.k-grouping-dropclue,
.k-reorder-cue {
  border-color: #3f51b5;
}

.k-grouping-dropclue::before,
.k-reorder-cue::before {
  border-color: transparent;
}

.k-grouping-dropclue::after,
.k-reorder-cue::after {
  border-color: transparent;
  background-color: transparent;
}

.k-resize-handle:hover .k-resize-handle-inner {
  background-color: #3f51b5;
}

.k-column-resizer:hover {
  color: #3f51b5;
}

.k-reorder-cue {
  background-color: #3f51b5;
}

.k-grid-edit-row > td > .k-textbox,
.k-grid-edit-row > td > .k-textarea,
.k-grid-edit-row > td > .k-widget {
  background-color: rgba(0, 0, 0, 0.07);
}

.k-columnmenu-item.k-state-selected {
  color: #ff4081;
  background-color: white;
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected {
  background: rgba(0, 0, 0, 0.04);
}

.k-listview {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.k-listview-bordered {
  border-width: 1px;
}

.k-listview-header {
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: inherit;
}

.k-listview-bordered > .k-listview-header {
  border-bottom-width: 1px;
}

.k-listview-content {
  margin: 0;
  padding: 0;
  flex-grow: 1;
  position: relative;
  overflow: auto;
}

.k-listview-content::after {
  height: 0;
  clear: both;
  display: block;
}

.k-listview-content.k-d-flex::after,
.k-listview-content.k-d-grid::after {
  display: none;
}

.k-listview-content-padding-rectangle {
  padding: 4px 4px;
}

.k-listview-content-padding-square {
  padding: 4px;
}

.k-listview-item {
  padding: 0;
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
  flex-shrink: 0;
}

.k-listview-item-padding-rectangle {
  padding: 4px 4px;
}

.k-listview-item-padding-rectangle .k-listview-link {
  margin: -4px -4px;
  padding: 4px 4px;
}

.k-listview-item-padding-square {
  padding: 4px;
}

.k-listview-item-padding-square .k-listview-link {
  margin: -4px;
  padding: 4px;
}

.k-listview-footer {
  border-width: 0;
  border-top-width: 1px;
  border-style: solid;
  border-color: inherit;
}

.k-listview-bordered > .k-listview-footer {
  border-top-width: 1px;
}

.k-listview-pager {
  border-width: 0;
  border-top-width: 1px;
  border-color: inherit;
  font: inherit;
}

.k-listview-pager-top {
  border-top-width: 0;
  border-bottom-width: 1px;
}

.k-listview-bordered > .k-listview-pager-top {
  border-bottom-width: 1px;
}

.k-listview-bordered > .k-listview-pager-bottom {
  border-top-width: 1px;
}

.k-listview-borders-all .k-listview-item {
  border-width: 1px;
}

.k-listview-borders-horizontal .k-listview-item {
  border-top-width: 1px;
}

.k-listview-borders-horizontal .k-listview-item:first-child {
  border-top-width: 0;
}

.k-listview-borders-vertical .k-listview-item {
  border-left-width: 1px;
}

.k-listview-borders-vertical .k-listview-item:first-child {
  border-left-width: 0;
}

.k-listview {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-listview-content > .k-state-focused {
  background-color: rgba(0, 0, 0, 0.08);
}

.k-listview-content > .k-state-selected {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-listview-content > .k-state-selected.k-state-focused {
  background-color: rgba(0, 0, 0, 0.12);
}

.k-spreadsheet {
  width: 800px;
  height: 600px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  cursor: default;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-spreadsheet .k-vertical-align-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.k-spreadsheet .k-vertical-align-bottom {
  position: relative;
  top: 100%;
  transform: translateY(-100%);
}

.k-spreadsheet .k-tabstrip-wrapper {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  position: relative;
}

.k-spreadsheet-quick-access-toolbar {
  padding: 0px;
  display: inline-flex;
  flex-direction: row;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.k-spreadsheet-quick-access-toolbar .k-button:not(:hover) {
  border-color: transparent;
  color: inherit;
  background-color: transparent;
  background-image: none;
}

.k-spreadsheet-tabstrip {
  padding-top: 0px;
}

.k-spreadsheet-tabstrip .k-loading {
  display: none;
}

.k-spreadsheet-tabstrip .k-content {
  border-radius: 0;
  padding: 0;
  border-width: 0;
  overflow: hidden;
}

.k-spreadsheet-toolbar {
  border-width: 0;
}

.k-spreadsheet-toolbar [data-tool="backgroundColor"],
.k-spreadsheet-toolbar [data-tool="textColor"],
.k-spreadsheet-toolbar [data-tool="borders"],
.k-spreadsheet-toolbar [data-tool="alignment"],
.k-spreadsheet-toolbar [data-tool="merge"],
.k-spreadsheet-toolbar [data-tool="freeze"] {
  width: auto;
  min-width: 2em;
}

.k-spreadsheet-toolbar [data-tool="fontSize"] {
  width: 5em;
}

.k-spreadsheet-toolbar [data-tool="fontFamily"] {
  width: 6em;
}

.k-spreadsheet-toolbar [data-tool="format"] {
  width: 4em;
}

.k-spreadsheet-action-bar {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  position: relative;
  display: flex;
  flex-direction: row;
}

.k-spreadsheet-name-editor {
  width: 10em;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
}

.k-spreadsheet-name-editor .k-combobox {
  width: 100%;
  font-size: inherit;
}

.k-spreadsheet-name-editor .k-combobox .k-dropdown-wrap {
  border-radius: 0;
  border-width: 0;
}

.k-spreadsheet-name-editor .k-combobox .k-select {
  border-radius: 0;
}

.k-spreadsheet-formula-bar {
  border-color: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
}

.k-spreadsheet-formula-bar::before {
  font-size: 16px;
  font-family: "WebComponentsIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  padding: 0 4px;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: inherit;
}

.k-spreadsheet-formula-bar .k-tooltip,
.k-spreadsheet-formula-bar .k-group-header,
.k-spreadsheet-formula-bar .k-list-scroller {
  display: none;
}

.k-spreadsheet-formula-bar .k-spreadsheet-formula-input {
  padding: 8px 0px;
  line-height: 1.125;
}

.k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::before {
  content: "{";
  font-weight: 700;
}

.k-spreadsheet-formula-bar .k-spreadsheet-formula-input.k-spreadsheet-array-formula::after {
  content: "}";
  font-weight: 700;
}

.k-spreadsheet-formula-input {
  outline: 0;
  white-space: pre;
  flex: 1;
  box-sizing: border-box;
}

.k-spreadsheet-formula-input > .k-syntax-func.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-bool.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-ref.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-str.k-syntax-at-point,
.k-spreadsheet-formula-input > .k-syntax-num.k-syntax-at-point {
  text-decoration: underline;
}

.k-spreadsheet-formula-input > .k-series-a,
.k-spreadsheet-formula-input > .k-series-b,
.k-spreadsheet-formula-input > .k-series-c,
.k-spreadsheet-formula-input > .k-series-d {
  background-color: transparent;
}

.k-spreadsheet-formula-list {
  min-width: 100px;
}

.k-spreadsheet-formula-list .k-item {
  padding: 2px 24px;
}

.k-syntax-func,
.k-syntax-startexp {
  font-weight: bold;
}

.k-spreadsheet-cell-editor {
  padding: 0 3px;
  line-height: 20px;
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 2000;
}

.k-spreadsheet-sheets-bar {
  padding: 0 4px 4px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.k-spreadsheet-sheets-bar-add {
  margin-right: 4px;
}

.k-spreadsheet-sheets-bar-add:not(:hover) {
  border-color: transparent;
  color: inherit;
  background: none;
}

.k-spreadsheet-sheets-items {
  margin-top: -1px;
  flex: 1;
  overflow: hidden;
}

.k-spreadsheet-sheets-items .k-tabstrip-items {
  margin: 0 calc(1.4285714286em + 16px) !important;
  border-width: 0;
}

.k-spreadsheet-sheets-items .k-tabstrip-prev {
  left: 0 !important;
}

.k-spreadsheet-sheets-items .k-tabstrip-next {
  right: 0 !important;
}

.k-spreadsheet-sheets-items .k-item .k-link {
  display: inline-block;
}

.k-spreadsheet-sheets-items .k-item .k-spreadsheet-sheets-remove {
  margin-right: 0.5em;
  margin-left: -0.5em;
  padding: 0;
  line-height: 1;
  display: inline-flex;
  flex-direction: row;
  vertical-align: middle;
}

.k-spreadsheet-view {
  height: auto !important;
  border-color: inherit;
  font-size: 12px;
  font-family: Arial, Verdana, Sans-serif;
  flex: 1;
  position: relative;
}

.k-spreadsheet-view .k-state-disabled {
  pointer-events: auto;
}

.k-spreadsheet-fixed-container {
  width: 100%;
  height: 100%;
  border-color: inherit;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  position: absolute;
  z-index: 2;
}

.k-spreadsheet-overflow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-color: inherit;
}

.k-spreadsheet-pane {
  padding: 0 1px 0 0;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: inherit;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
}

.k-spreadsheet-pane.k-top {
  border-top-width: 0;
}

.k-spreadsheet-pane.k-left {
  border-left-width: 0;
}

.k-spreadsheet-top-corner {
  border-width: 0 1px 1px 0;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

.k-spreadsheet-top-corner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 6px solid transparent;
  border-right-color: inherit;
  border-bottom-color: inherit;
}

.k-spreadsheet-scroller {
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  z-index: 1;
}

.k-spreadsheet-haxis,
.k-spreadsheet-vaxis {
  border: 0 solid;
  border-color: inherit;
  position: absolute;
}

.k-spreadsheet-haxis {
  border-width: 1px 0 0;
  left: 0;
}

.k-spreadsheet-vaxis {
  border-width: 0 0 0 1px;
  top: 0;
}

.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  text-align: center;
  z-index: 100;
}

.k-spreadsheet-row-header > div,
.k-spreadsheet-column-header > div {
  position: relative;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

.k-spreadsheet-row-header > div::after,
.k-spreadsheet-column-header > div::after {
  content: "";
  border-width: 0;
  border-style: solid;
  border-color: inherit;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.k-spreadsheet-row-header {
  position: relative;
}

.k-spreadsheet-column-header {
  position: absolute;
}

.k-spreadsheet-row-header > div {
  border-top-width: 1px;
}

.k-spreadsheet-row-header > div:first-child {
  border-top-width: 0;
}

.k-spreadsheet-row-header > .k-selection-partial::after,
.k-spreadsheet-row-header > .k-selection-full::after {
  border-right-width: 2px;
  display: block;
}

.k-spreadsheet-column-header > div {
  border-left-width: 1px;
}

.k-spreadsheet-column-header > div:first-child {
  border-left-width: 0;
}

.k-spreadsheet-column-header > .k-selection-partial::after,
.k-spreadsheet-column-header > .k-selection-full::after {
  border-bottom-width: 2px;
  display: block;
}

.k-spreadsheet-data {
  border-color: inherit;
  cursor: cell;
  position: relative;
}

.k-spreadsheet-cell {
  padding: 1px;
  box-sizing: border-box;
  position: absolute;
  line-height: normal;
  background-clip: padding-box;
  white-space: pre;
  overflow: hidden;
}

.k-spreadsheet-merged-cells-wrapers {
  position: relative;
}

.k-spreadsheet .k-selection-wrapper {
  position: relative;
  cursor: cell;
}

.k-spreadsheet .k-spreadsheet-selection {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
}

.k-spreadsheet .k-spreadsheet-selection-highlight {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  position: absolute;
}

.k-spreadsheet .k-selection-wrapper .k-spreadsheet-editor-button {
  position: absolute;
  padding: 0;
  z-index: 60;
}

.k-spreadsheet-active-cell {
  outline-color: transparent !important;
  z-index: 10;
}

.k-spreadsheet .k-auto-fill-wrapper {
  position: relative;
}

.k-spreadsheet .k-auto-fill,
.k-spreadsheet .k-auto-fill-punch,
.k-spreadsheet .k-auto-fill-br-hint {
  box-sizing: border-box;
  position: absolute;
}

.k-spreadsheet .k-auto-fill {
  border-width: 1px;
  border-style: solid;
  cursor: crosshair;
}

.k-spreadsheet .k-single-selection::after {
  content: "";
  margin-bottom: -4px;
  margin-right: -4px;
  width: 6px;
  height: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  cursor: crosshair;
}

.k-spreadsheet .k-selection-full::after,
.k-spreadsheet .k-selection-partial::after {
  display: none;
}

.k-spreadsheet .k-autofill-wrapper {
  position: relative;
  cursor: cell;
}

.k-spreadsheet-vborder {
  position: absolute;
  border-left-style: solid;
  border-left-width: 1px;
}

.k-spreadsheet-hborder {
  position: absolute;
  border-top-style: solid;
  border-top-width: 1px;
}

.k-spreadsheet-has-comment::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  border-width: 3px;
  border-style: solid;
}

.k-dirty {
  left: 0;
  right: auto;
}

.k-spreadsheet .k-filter-wrapper {
  position: relative;
  z-index: 50;
}

.k-spreadsheet .k-filter-range {
  border-width: 1px;
  border-style: solid;
  position: absolute;
  box-sizing: border-box;
}

.k-spreadsheet-filter {
  border-radius: 2px;
  line-height: 1;
  position: absolute;
  cursor: pointer;
}

.k-spreadsheet-filter .k-icon {
  vertical-align: middle;
}

.k-spreadsheet-filter-menu {
  width: 280px;
}

.k-spreadsheet-filter-menu .k-animation-container {
  position: relative;
}

.k-spreadsheet-filter-menu > .k-menu,
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical {
  border-width: 0;
}

.k-spreadsheet-filter-menu > .k-menu .k-item,
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-item {
  color: inherit;
}

.k-spreadsheet-filter-menu > .k-menu .k-link,
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-link {
  padding-left: 24px;
}

.k-spreadsheet-filter-menu > .k-menu .k-icon,
.k-spreadsheet-filter-menu > .k-menu.k-menu-vertical .k-icon {
  margin-left: -20px;
  margin-right: 4px;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  height: 200px;
  border-width: 1px;
  border-style: solid;
  overflow-y: scroll;
  overflow-x: auto;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper .k-treeview {
  padding: 4px;
  overflow: visible;
}

.k-spreadsheet-filter-menu .k-details {
  padding: 0;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
}

.k-spreadsheet-filter-menu .k-details-summary {
  padding: 4px;
  cursor: pointer;
}

.k-spreadsheet-filter-menu .k-details-summary > .k-icon {
  margin-right: 4px;
}

.k-spreadsheet-filter-menu .k-details-content {
  padding: 4px 16px 4px 24px;
}

.k-spreadsheet-filter-menu .k-details-content > .k-textbox,
.k-spreadsheet-filter-menu .k-details-content > .k-widget {
  width: 100%;
  margin-bottom: 3px;
}

.k-spreadsheet-filter-menu .k-details-content .k-space-right {
  background-image: none;
}

.k-spreadsheet-filter-menu .k-details-content .k-filter-and {
  width: 75px;
  margin: 8px 0;
}

.k-spreadsheet-filter-menu .k-actions .k-button,
.k-spreadsheet-filter-menu .k-action-buttons .k-button,
.k-spreadsheet-filter-menu .k-columnmenu-actions .k-button {
  flex: 1 1 50%;
}

.k-spreadsheet-filter-menu .k-actions.k-actions-start .k-button, .k-spreadsheet-filter-menu .k-actions.k-actions-center .k-button, .k-spreadsheet-filter-menu .k-actions.k-actions-end .k-button {
  flex: 0 1 auto;
}

.k-spreadsheet-popup {
  padding: 0;
}

.k-spreadsheet-popup .k-separator {
  display: block;
}

.k-spreadsheet-popup .k-button {
  border-radius: 0;
  border-width: 0;
  color: inherit;
  background: none;
}

.k-spreadsheet-popup .k-button-icontext {
  display: flex;
  justify-content: flex-start;
}

.k-spreadsheet-popup .k-reset-color,
.k-spreadsheet-popup .k-custom-color {
  border-radius: 0;
  width: 100%;
  border-width: 0;
  box-sizing: border-box;
  display: flex;
}

.k-spreadsheet-popup .k-reset-color {
  border-bottom-width: 1px;
}

.k-spreadsheet-popup .k-custom-color {
  border-top-width: 1px;
}

.k-spreadsheet-popup .k-spreadsheet-color-palette {
  padding: 0px;
}

.k-spreadsheet-popup .k-spreadsheet-border-type-palette {
  width: 12.5rem;
  height: 5rem;
  display: flex;
  flex-flow: row wrap;
  align-content: space-around;
  justify-content: space-around;
}

.k-spreadsheet-format-popup .k-item {
  justify-content: space-between;
}

.k-spreadsheet-format-popup .k-spreadsheet-sample {
  order: 1;
}

.k-spreadsheet-sample {
  opacity: .7;
}

.k-spreadsheet-clipboard,
.k-spreadsheet-clipboard-paste {
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.k-spreadsheet-window .k-edit-form-container {
  width: auto;
  min-width: 0;
}

.k-spreadsheet-format-cells .k-spreadsheet-preview {
  margin-top: 0.5em;
  text-align: center;
}

.k-spreadsheet-format-cells .k-list-scroller {
  margin-top: 0.5em;
  height: 210px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

.k-export-config {
  clear: both;
  position: relative;
}

.k-export-config::after {
  content: "";
  clear: both;
  display: block;
}

.k-export-config .k-edit-field {
  margin-left: 5%;
  width: 45%;
  float: left;
}

.k-export-config .k-page-orientation {
  position: absolute;
  right: 0;
  top: 0.5em;
}

.k-export-config .k-page-orientation .k-icon {
  font-size: 6em;
}

.k-spreadsheet-insert-comment textarea {
  height: auto;
}

.k-spreadsheet-insert-image-dialog {
  border-radius: 2px;
  border-style: dashed;
  border-width: 2px;
}

.k-spreadsheet-insert-image-dialog label {
  display: flex;
  justify-content: center;
  min-width: 100%;
  width: 355px;
  height: 230px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcwAAAGQCAYAAAAjl1AKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphMGVmMzZmZi04YmI1LTRlN2YtOTcwMS04OTU5ZTg1N2ZhY2MiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDNDOTBDNUQ2OUJGMTFFOTkwMzY4RTI3NjZBQTdENkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDNDOTBDNUM2OUJGMTFFOTkwMzY4RTI3NjZBQTdENkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpjMmZmZjM0Mi05NjEyLTQwM2YtYWZhYS01MTE1ZjQ2NThmMWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDphYjlhMmUwMy1kNmIwLTY3NGMtODc4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");
  background-size: auto 70%;
  background-position: 50% 30%;
  background-repeat: no-repeat;
}

.k-spreadsheet-insert-image-dialog label div {
  display: flex;
  align-self: flex-end;
  margin-bottom: 30px;
  pointer-events: none;
}

.k-spreadsheet-insert-image-dialog label input {
  display: none;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image {
  background-size: auto 90%;
  background-position: 50% 50%;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div {
  margin: 0;
  align-self: center;
  opacity: 1;
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image div {
  opacity: 0;
}

.k-spreadsheet-drawing {
  position: absolute;
  box-sizing: border-box;
  z-index: 101;
}

.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
  outline-style: solid;
  outline-width: 2px;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: move;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  width: 6px;
  height: 6px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.N {
  left: 50%;
  top: 0;
  cursor: ns-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NE {
  left: 100%;
  top: 0;
  cursor: nesw-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.E {
  left: 100%;
  top: 50%;
  cursor: ew-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SE {
  left: 100%;
  top: 100%;
  cursor: nwse-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.S {
  left: 50%;
  top: 100%;
  cursor: ns-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.SW {
  left: 0;
  top: 100%;
  cursor: nesw-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.W {
  left: 0;
  top: 50%;
  cursor: ew-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle.NW {
  left: 0;
  top: 0;
  cursor: nwse-resize;
}

.k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover, .k-spreadsheet-drawing .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered {
  border-radius: 2px;
}

.k-rtl .k-spreadsheet .k-dirty,
.k-spreadsheet[dir="rtl"] .k-dirty {
  right: 0;
  left: auto;
}

.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
.k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after {
  left: 0;
  right: auto;
}

.k-spreadsheet-quick-access-toolbar {
  padding: 4px;
}

.k-spreadsheet-quick-access-toolbar .k-button {
  border-radius: 50%;
}

.k-spreadsheet-quick-access-toolbar .k-button::before {
  display: block;
}

.k-spreadsheet-sheets-bar {
  padding: 0;
}

.k-spreadsheet-sheets-bar .k-button {
  margin: 4px;
  border-radius: 50%;
}

.k-spreadsheet-sheets-bar .k-button::before {
  display: block;
}

.k-spreadsheet .k-selection-full::after,
.k-spreadsheet .k-selection-partial::after {
  display: block;
}

.k-spreadsheet-window {
  width: auto;
  box-sizing: border-box;
}

.k-spreadsheet-window .k-edit-buttons,
.k-spreadsheet-window .k-action-buttons {
  margin: 1em -24px -24px;
}

.k-spreadsheet-popup .k-button::before {
  display: block;
}

.k-spreadsheet-popup .k-separator {
  margin: 0;
}

.k-spreadsheet {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-spreadsheet > .k-tabstrip-wrapper .k-tabstrip-items {
  color: white;
  background-color: #3f51b5;
}

.k-spreadsheet > .k-tabstrip-wrapper .k-tabstrip-items .k-item.k-state-active {
  border-color: white;
}

.k-spreadsheet-quick-access-toolbar {
  color: white;
  background-color: #3f51b5;
}

.k-spreadsheet-sheets-bar {
  border-color: inherit;
  color: rgba(0, 0, 0, 0.87);
  background-color: whitesmoke;
}

.k-spreadsheet-sheets-bar .k-tabstrip-items .k-item.k-state-active {
  border-color: #ff4081;
}

.k-spreadsheet-top-corner {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: whitesmoke;
}

.k-spreadsheet-row-header,
.k-spreadsheet-column-header {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: whitesmoke;
}

.k-syntax-ref {
  color: #ff8822;
}

.k-syntax-num {
  color: #0099ff;
}

.k-syntax-str {
  color: #38b714;
}

.k-syntax-error {
  color: red;
}

.k-syntax-bool {
  color: #a9169c;
}

.k-syntax-paren-match {
  background-color: #caf200;
}

.k-spreadsheet-cell-editor {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-spreadsheet-merged-cell {
  background-color: white;
}

.k-spreadsheet .k-selection-full,
.k-spreadsheet .k-selection-partial {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-spreadsheet .k-selection-full::after,
.k-spreadsheet .k-selection-partial::after {
  border-color: #ff4081;
}

.k-spreadsheet-selection {
  border-color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.25);
  box-shadow: inset 0 0 0 1px #3f51b5;
}

.k-spreadsheet .k-single-selection::after {
  border-color: white;
  background-color: #3f51b5;
}

.k-spreadsheet-active-cell {
  box-shadow: inset 0 0 0 1px #3f51b5;
  background-color: white;
}

.k-spreadsheet-active-cell.k-right {
  box-shadow: inset 0 0 0 1px #3f51b5, inset -1px 0 0 1px #3f51b5;
}

.k-spreadsheet-active-cell.k-bottom {
  box-shadow: inset 0 0 0 1px #3f51b5, inset 0 -1px 0 1px #3f51b5;
}

.k-spreadsheet-active-cell.k-bottom.k-right {
  box-shadow: inset 0 0 0 1px #3f51b5, inset -1px -1px 0 1px #3f51b5;
}

.k-spreadsheet .k-auto-fill {
  border-color: #3f51b5;
  background-color: rgba(63, 81, 181, 0.25);
  box-shadow: inset 0 0 0 1px #3f51b5;
}

.k-spreadsheet .k-auto-fill-punch {
  background-color: rgba(255, 255, 255, 0.5);
}

.k-spreadsheet .k-resize-handle,
.k-spreadsheet .k-resize-hint-handle,
.k-spreadsheet .k-resize-hint-marker {
  background-color: #3f51b5;
}

.k-spreadsheet-has-comment::after {
  border-color: #3f51b5 #3f51b5 transparent transparent;
}

.k-dirty {
  border-color: #f31700 transparent transparent #f31700;
}

.k-spreadsheet .k-filter-range {
  border-color: #3f51b5;
}

.k-spreadsheet-filter {
  border-color: white;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  box-shadow: inset 0 0 0 1px white;
}

.k-spreadsheet-filter.k-state-active {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.k-spreadsheet-filter:hover {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

.k-spreadsheet-filter-menu .k-spreadsheet-value-treeview-wrapper {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-spreadsheet-insert-image-dialog {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover, .k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image:hover div,
.k-spreadsheet-insert-image-dialog .k-spreadsheet-has-image.k-state-hovered div {
  color: #fafafa;
}

.k-spreadsheet-drawing.k-spreadsheet-active-drawing {
  outline-color: #3f51b5;
}

.k-spreadsheet-drawing .k-spreadsheet-drawing-handle {
  border-color: #3f51b5;
  background-color: #3f51b5;
}

.k-spreadsheet-drawing-anchor-cell {
  background: rgba(255, 64, 129, 0.25);
}

.k-spreadsheet-popup .k-button:hover,
.k-spreadsheet-popup .k-button.k-state-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-spreadsheet-popup .k-button:active,
.k-spreadsheet-popup .k-button.k-state-active,
.k-spreadsheet-popup .k-button.k-state-selected {
  color: #ff4081;
  background-color: white;
}

.k-rtl .k-spreadsheet .k-spreadsheet-has-comment::after,
.k-spreadsheet[dir="rtl"] .k-spreadsheet-has-comment::after,
[dir="rtl"] .k-spreadsheet .k-spreadsheet-has-comment::after {
  border-color: #3f51b5 transparent transparent #3f51b5;
}

.k-rtl .k-spreadsheet .k-dirty,
.k-spreadsheet[dir="rtl"] .k-dirty,
[dir="rtl"] .k-spreadsheet .k-dirty {
  border-color: #f31700 #f31700 transparent transparent;
}

.k-pivot {
  position: relative;
}

.k-pivot .k-grid td {
  white-space: nowrap;
}

.k-pivot .k-grid-content {
  flex: 1 1 auto;
}

.k-pivot-toolbar {
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.k-pivot-toolbar .k-button,
.k-fieldselector .k-list li.k-item {
  border-radius: 2px;
  padding: 8px 16px;
  padding-right: 64px;
  min-height: auto;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: left;
  position: relative;
  cursor: move;
  white-space: normal;
}

.k-settings-rows .k-button,
.k-settings-columns .k-button,
.k-settings-measures .k-button {
  margin-right: 10px;
  margin-bottom: 4px;
}

.k-field-actions {
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
  cursor: pointer;
}

.k-pivot-layout {
  border-spacing: 0;
  table-layout: auto;
}

.k-pivot-layout .k-grid-footer,
.k-pivot-layout .k-grid .k-alt {
  font-weight: bold;
}

.k-pivot-layout > tbody,
.k-pivot td {
  vertical-align: top;
}

.k-pivot-layout > tbody > tr > td {
  padding: 0;
}

.k-pivot-rowheaders > .k-grid,
.k-pivot-table > .k-grid {
  border-width: 0;
}

.k-pivot-rowheaders > .k-grid td:first-child,
.k-pivot-table .k-grid-header .k-header.k-first {
  border-left-width: 1px;
}

.k-pivot-rowheaders > .k-grid td.k-first {
  border-left-width: 0;
}

.k-pivot-rowheaders > .k-grid {
  overflow: hidden;
}

.k-pivot-table {
  border-left-width: 1px;
  border-left-style: solid;
}

.k-pivot-table .k-grid-header-wrap {
  margin-right: -1px;
}

.k-pivot-table .k-grid-header-wrap > table {
  height: 100%;
}

.k-pivot .k-grid-header .k-header {
  vertical-align: top;
}

.k-pivot .k-grid tr .k-grid-footer {
  border-bottom-width: 0;
}

.k-pivot .k-grid tr:last-child:not(.k-grid-footer) td:not(.k-grid-footer) {
  border-bottom-width: 1px;
}

.k-pivot-layout .k-grid td {
  border-bottom-width: 1px;
}

.k-pivot-layout .k-grid-footer > td {
  border-top-width: 0;
}

.k-pivot-filter-window .k-treeview {
  max-height: 600px;
}

.k-fieldselector {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-fieldselector .k-columns {
  display: flex;
  align-items: stretch;
}

.k-fieldselector .k-columns > div {
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  float: left;
  overflow: auto;
}

.k-fieldselector .k-columns > div + div {
  border-left-width: 1px;
}

.k-fieldselector p {
  margin: 0 0 2px;
  text-transform: uppercase;
}

.k-fieldselector p .k-icon {
  margin: 0 4px 0 0;
}

.k-fieldselector .k-treeview {
  border-width: 0;
  overflow: visible;
}

.k-fieldselector .k-edit-label {
  width: 16%;
}

.k-fieldselector .k-edit-field {
  width: 77%;
}

.k-fieldselector .k-edit-buttons > input,
.k-fieldselector .k-edit-buttons > label {
  float: left;
  margin-top: .4em;
}

.k-fieldselector .k-list-container {
  margin-bottom: 1em;
  padding: 2px;
  border-width: 1px;
  border-style: solid;
}

.k-fieldselector .k-list {
  padding-bottom: 1em;
}

.k-fieldselector .k-list .k-item {
  border-width: 1px;
  border-style: solid;
}

.k-fieldselector .k-list .k-item + .k-item {
  margin-top: 0.5em;
}

.k-ie11 .k-pivot-layout {
  width: 100%;
  table-layout: fixed;
}

.k-ie11 .k-pivot-layout > tbody > tr > td:first-child {
  width: 280px;
}

.k-pivot-toolbar .k-button,
.k-fieldselector .k-list li.k-item {
  border-radius: 16px;
}

.k-pivot-toolbar .k-button .k-field-actions,
.k-fieldselector .k-list li.k-item .k-field-actions {
  top: initial;
}

.k-pivot-toolbar .k-button .k-field-actions .k-setting-delete,
.k-fieldselector .k-list li.k-item .k-field-actions .k-setting-delete {
  border-radius: 50%;
  padding: 2px;
}

.k-pivot-toolbar .k-button::before,
.k-fieldselector .k-list li.k-item::before {
  display: none;
}

.k-pivot-toolbar .k-button.k-empty,
.k-fieldselector .k-list li.k-item.k-empty {
  border: 0;
}

.k-pivot-rowheaders .k-grid tr .k-grid-footer {
  border-bottom-width: 0;
}

.k-fieldselector .k-list .k-item {
  border-width: 0;
}

.k-fieldselector p,
.k-pivot-layout .k-button {
  text-transform: none;
}

.k-fieldselector .k-i-arrow-60-right::before, .k-fieldselector .k-i-arrow-e::before, .k-fieldselector .k-i-sarrow-e::before, .k-fieldselector .k-i-expand::before, .k-fieldselector .k-i-expand-e::before,
.k-fieldselector .k-i-arrow-e::before,
.k-fieldselector .k-i-sarrow-e::before,
.k-fieldselector .k-i-expand::before,
.k-fieldselector .k-i-expand-e::before,
.k-pivot .k-i-arrow-60-right::before,
.k-pivot .k-i-arrow-e::before,
.k-pivot .k-i-sarrow-e::before,
.k-pivot .k-i-expand::before,
.k-pivot .k-i-expand-e::before,
.k-pivot .k-i-arrow-e::before,
.k-pivot .k-i-sarrow-e::before,
.k-pivot .k-i-expand::before,
.k-pivot .k-i-expand-e::before {
  content: "\E014";
}

.k-fieldselector .k-i-arrow-60-down::before, .k-fieldselector .k-i-arrow-s::before, .k-fieldselector .k-i-sarrow-s::before, .k-fieldselector .k-i-collapse::before, .k-fieldselector .k-i-expand-s::before,
.k-fieldselector .k-i-arrow-s::before,
.k-fieldselector .k-i-sarrow-s::before,
.k-fieldselector .k-i-collapse::before,
.k-fieldselector .k-i-expand-s::before,
.k-pivot .k-i-arrow-60-down::before,
.k-pivot .k-i-arrow-s::before,
.k-pivot .k-i-sarrow-s::before,
.k-pivot .k-i-collapse::before,
.k-pivot .k-i-expand-s::before,
.k-pivot .k-i-arrow-s::before,
.k-pivot .k-i-sarrow-s::before,
.k-pivot .k-i-collapse::before,
.k-pivot .k-i-expand-s::before {
  content: "\E015";
}

.k-fieldselector,
.k-pivot-layout .k-grid-footer,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: whitesmoke;
  border-color: rgba(0, 0, 0, 0.12);
}

.k-pivot-rowheaders .k-grid {
  background: none;
}

.k-fieldselector {
  color: rgba(0, 0, 0, 0.87);
}

.k-fieldselector .k-list-container {
  background-color: white;
}

.k-pivot-toolbar,
.k-pivot-table,
.k-fieldselector .k-list-container,
.k-fieldselector .k-columns > div,
.k-pivot-rowheaders > .k-grid td:first-child,
.k-pivot-table .k-grid-header .k-header.k-first {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-pivot-rowheaders > .k-grid td,
.k-pivot-rowheaders > .k-grid td:first-child:not(.k-first) {
  border-bottom-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.12);
}

.k-pivot-rowheaders > .k-grid tr:last-child td:not(.k-grid-footer),
.k-pivot-rowheaders > .k-grid tr:nth-last-child(2) td:not(.k-grid-footer) {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.k-pivot-layout .k-grid .k-alt {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.k-pivot-layout .k-grid .k-alt + .k-alt {
  border-left-color: transparent;
}

.k-pivot-layout .k-grid-footer,
.k-pivot-layout .k-grid .k-alt {
  color: rgba(0, 0, 0, 0.87);
}

.k-pivot-toolbar .k-button,
.k-fieldselector .k-list li.k-item {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ebebeb;
  box-shadow: unset;
}

.k-pivot-toolbar .k-button .k-field-actions .k-setting-delete,
.k-fieldselector .k-list li.k-item .k-field-actions .k-setting-delete {
  color: #ebebeb;
  background-color: rgba(0, 0, 0, 0.87);
  opacity: .75;
}

.k-pivot-toolbar .k-button:hover, .k-pivot-toolbar .k-button.k-state-hover,
.k-fieldselector .k-list li.k-item:hover,
.k-fieldselector .k-list li.k-item.k-state-hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #d6d6d6;
}

.k-pivot-toolbar .k-button:hover .k-field-actions .k-setting-delete, .k-pivot-toolbar .k-button.k-state-hover .k-field-actions .k-setting-delete,
.k-fieldselector .k-list li.k-item:hover .k-field-actions .k-setting-delete,
.k-fieldselector .k-list li.k-item.k-state-hover .k-field-actions .k-setting-delete {
  opacity: 1;
}

.k-pivot-toolbar .k-button:active, .k-pivot-toolbar .k-button.k-state-active,
.k-fieldselector .k-list li.k-item:active,
.k-fieldselector .k-list li.k-item.k-state-active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #d6d6d6;
}

.k-pivot-toolbar .k-button.k-empty,
.k-fieldselector .k-list li.k-item.k-empty {
  background-color: transparent;
}

.k-fieldselector .k-i-loading {
  border-color: white;
}

.k-fieldselector .k-i-loading::before,
.k-fieldselector .k-i-loading::after {
  background-color: white;
}

.k-i-kpi-trend-increase,
.k-i-kpi-trend-decrease,
.k-i-kpi-trend-equal {
  color: inherit;
}

.k-i-kpi-status-hold {
  color: #ffc000;
}

.k-i-kpi-status-deny {
  color: #f31700;
}

.k-i-kpi-status-open {
  color: #37b400;
}

.k-treelist.k-grid-display-block.k-grid-lockedcolumns {
  display: block;
}

.k-treelist .k-status {
  padding: .4em .6em;
  line-height: 1.6em;
}

.k-treelist .k-status .k-loading {
  vertical-align: baseline;
  margin-right: 5px;
}

.k-treelist tr.k-hidden {
  display: none;
}

.k-treelist .k-treelist-dragging,
.k-treelist .k-treelist-dragging .k-state-hover {
  cursor: default;
}

.k-treelist .k-drop-hint {
  position: absolute;
  z-index: 10000;
  visibility: hidden;
  width: 80px;
  height: 5px;
  margin-top: -3px;
  background-color: transparent;
  background-repeat: no-repeat;
}

.k-treelist tr.k-footer td,
.k-treelist tr.k-footer-template td {
  border-width: 1px 0;
  border-style: solid;
  font-weight: bold;
}

.k-treelist tr.k-footer + tr.k-footer td {
  border-top-width: 0;
}

.k-treelist-scrollable > table,
.k-treelist-scrollable .k-grid-header tr,
.k-treelist-scrollable .k-grid-header th {
  background-color: inherit;
}

.k-treelist-scrollable .k-grid-toolbar {
  position: sticky;
  z-index: 3;
}

.k-treelist-scrollable .k-grid-header th {
  position: sticky;
  z-index: 1;
}

.k-treelist-scrollable .k-grid-header th.k-grid-header-sticky {
  z-index: 3;
}

.k-treelist-scrollable .k-grid-toolbar {
  top: 0;
  left: 0;
}

.k-treelist-scrollable thead.k-grid-header {
  padding-right: 0;
}

.k-treelist-scrollable tr.k-group-footer + tr.k-group-footer td {
  border-top-width: 0;
}

.k-treelist-scrollable[dir="rtl"] thead.k-grid-header,
.k-rtl .k-treelist-scrollable thead.k-grid-header {
  padding-left: 0;
}

.k-drag-separator {
  display: inline-block;
  border-right: 1px solid;
  height: 1em;
  vertical-align: top;
  margin: 0 .5em;
}

.k-treelist tr.k-footer-template td {
  border-width: 1px 0;
}

.k-treelist tr.k-footer td,
.k-treelist tr.k-footer-template + tr.k-footer-template td {
  border-width: 0 0 1px 0;
}

.k-treelist-scrollable tr.k-group-footer td {
  border-bottom-width: 1px;
}

.k-treelist tr.k-footer,
.k-treelist tr.k-footer-template {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-treelist tr.k-footer:hover,
.k-treelist tr.k-footer-template:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-treelist-scrollable .k-grid-toolbar,
.k-treelist-scrollable .k-grid-header,
.k-treelist-scrollable .k-grid-header tr:hover {
  background-color: inherit;
}

.k-treelist-scrollable thead.k-grid-header > tr:not(:only-child) > th {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.k-treelist-scrollable .k-group-footer td,
.k-treelist-scrollable .k-grouping-row td,
.k-treelist-scrollable tbody .k-group-cell {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-filter {
  border-width: 0;
  display: inline-block;
  background-color: transparent;
}

.k-filter ul {
  padding: 0;
}

.k-filter ul li {
  list-style-type: none;
}

.k-filter .k-filter-container,
.k-filter .k-filter-preview {
  margin-bottom: 2.1em;
}

.k-filter .k-filter-lines,
.k-filter .k-filter-item {
  padding-left: 8px;
}

.k-filter .k-filter-toolbar {
  display: inline-flex;
  position: relative;
  padding: 8px 0;
}

.k-filter .k-filter-toolbar::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 50%;
  left: -8px;
}

.k-filter .k-filter-toolbar .k-toolbar {
  border-style: solid;
}

.k-filter .k-filter-toolbar .k-filter-operator .k-dropdown, .k-filter .k-filter-toolbar .k-filter-operator .k-dropdowntree {
  width: 19em;
}

.k-filter .k-filter-item {
  position: relative;
}

.k-filter .k-filter-item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: -8px;
  left: 0;
}

.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
  content: "";
  position: absolute;
  width: 1px;
  top: -9px;
  bottom: 50%;
  left: -8px;
}

.k-filter .k-filter-group-main::before,
.k-filter .k-filter-group-main > .k-filter-toolbar::before,
.k-filter .k-filter-group-main > .k-filter-toolbar::after,
.k-filter .k-filter-lines .k-filter-item:last-child::before {
  display: none;
}

.k-rtl .k-filter .k-filter-lines,
.k-rtl .k-filter .k-filter-item, .k-filter[dir="rtl"] .k-filter-lines,
.k-filter[dir="rtl"] .k-filter-item,
[dir="rtl"] .k-filter .k-filter-lines,
[dir="rtl"] .k-filter .k-filter-item {
  padding-left: 0;
  padding-right: 8px;
}

.k-rtl .k-filter .k-filter-toolbar::before, .k-filter[dir="rtl"] .k-filter-toolbar::before,
[dir="rtl"] .k-filter .k-filter-toolbar::before {
  left: auto;
  right: -8px;
}

.k-rtl .k-filter .k-filter-item::before, .k-filter[dir="rtl"] .k-filter-item::before,
[dir="rtl"] .k-filter .k-filter-item::before {
  left: auto;
  right: 0;
}

.k-rtl .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after, .k-filter[dir="rtl"] .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after,
[dir="rtl"] .k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
  left: auto;
  right: -8px;
}

.k-filter .k-filter-toolbar .k-picker-wrap,
.k-filter .k-filter-toolbar .k-autocomplete,
.k-filter .k-filter-toolbar .k-dateinput-wrap,
.k-filter .k-filter-toolbar .k-combobox .k-dropdown-wrap {
  border-width: 0 0 1px;
}

.k-filter .k-filter-toolbar .k-picker-wrap .k-input,
.k-filter .k-filter-toolbar .k-autocomplete .k-input,
.k-filter .k-filter-toolbar .k-dateinput-wrap .k-input,
.k-filter .k-filter-toolbar .k-combobox .k-dropdown-wrap .k-input {
  padding: 8px 0px;
  height: calc(16px + 1.125em);
}

.k-filter .k-filter-toolbar .k-picker-wrap .k-select,
.k-filter .k-filter-toolbar .k-autocomplete .k-select,
.k-filter .k-filter-toolbar .k-dateinput-wrap .k-select,
.k-filter .k-filter-toolbar .k-combobox .k-dropdown-wrap .k-select {
  padding: 0;
}

.k-filter {
  color: rgba(0, 0, 0, 0.87);
}

.k-filter .k-filter-preview-field {
  color: #3f51b5;
}

.k-filter .k-filter-preview-operator {
  color: rgba(0, 0, 0, 0.6);
}

.k-filter .k-filter-item::before,
.k-filter .k-filter-toolbar::before,
.k-filter .k-filter-lines .k-filter-item:last-child > .k-filter-toolbar::after {
  background-color: rgba(0, 0, 0, 0.12);
}

.k-filter .k-filter-toolbar .k-toolbar .k-dropdown-wrap .k-select {
  opacity: 1;
}

.k-filemanager {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-flow: column nowrap;
}

.k-filemanager-header {
  border-color: inherit;
}

.k-filemanager-toolbar {
  border-width: 0;
  border-bottom-width: 1px;
  border-color: inherit;
  flex-shrink: 0;
}

.k-filemanager-content-container {
  border-color: inherit;
  box-sizing: border-box;
  flex: 1 1 0%;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  overflow: hidden;
}

.k-filemanager-navigation {
  padding: 16px 16px;
  width: 20%;
  border-width: 0;
  border-right-width: 1px;
  border-style: solid;
  border-color: inherit;
  box-sizing: border-box;
  flex-shrink: 0;
}

.k-filemanager-content {
  border-color: inherit;
  flex: 1 1 0%;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  overflow: hidden;
}

.k-filemanager-view {
  overflow: auto;
}

.k-filemanager-breadcrumb {
  border-width: 0;
  border-bottom-width: 1px;
  padding: 8px 8px;
  flex-shrink: 0;
}

.k-filemanager-listview {
  border-width: 0;
  flex: 1 1 0%;
}

.k-filemanager-listview .k-listview-item {
  padding: 16px 16px;
  width: 120px;
  height: 120px;
  text-align: center;
}

.k-filemanager-listview .k-file-preview {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.k-filemanager-listview .k-file-icon {
  font-size: 48px;
}

.k-filemanager-listview .k-file-name {
  margin-top: 8px;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k-filemanager-listview .k-file-edit-input input {
  width: 100%;
}

.k-filemanager-grid {
  border-width: 0;
  flex: 1 1 0%;
}

.k-filemanager-grid .k-file-preview {
  margin-right: 4px;
  display: inline-flex;
  flex-direction: row;
  vertical-align: middle;
}

.k-filemanager-grid .k-file-name {
  display: inline-flex;
  flex-direction: row;
  vertical-align: middle;
}

.k-filemanager-preview {
  padding: 48px 16px 16px;
  width: 20%;
  min-height: 304px;
  border-width: 0;
  border-left-width: 1px;
  border-style: solid;
  border-color: inherit;
  box-sizing: border-box;
  text-align: center;
  overflow-x: auto;
  flex-shrink: 0;
}

.k-filemanager-preview .k-file-preview {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.k-filemanager-preview .k-file-icon {
  font-size: 96px;
}

.k-filemanager-preview .k-file-name {
  margin-top: 16px;
  display: block;
}

.k-filemanager-preview .k-single-file-selected {
  font-weight: bold;
}

.k-filemanager-preview .k-multiple-files-selected {
  font-weight: bold;
}

.k-filemanager-preview .k-file-meta {
  margin: 16px 0 0;
  box-sizing: border-box;
  text-align: start;
  display: flex;
  flex-flow: row wrap;
}

.k-filemanager-preview .k-file-meta-label {
  display: inline-block;
}

.k-filemanager-preview .k-file-meta-value {
  margin: 0;
}

.k-filemanager-preview .k-file-type {
  text-transform: capitalize;
}

.k-filemanager-preview .k-line-break {
  margin: 16px 0 0;
  width: 100%;
  flex: 1 1 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}

.k-filemanager .k-splitbar {
  flex-shrink: 0;
  display: inline-flex;
  position: relative;
}

.k-filemanager-upload-dialog .k-upload-files {
  max-height: 200px;
  overflow-y: auto;
}

.k-filemanager-drag-hint {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.k-filemanager-drag-hint .k-icon {
  margin-right: 4px;
}

.k-filemanager {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-filemanager-breadcrumb {
  background-color: whitesmoke;
}

.k-filemanager-listview .k-listview-item .k-file-icon {
  color: rgba(97, 97, 97, 0.9116);
}

.k-filemanager-listview .k-listview-item.k-state-selected .k-file-icon {
  border-color: transparent;
  color: inherit;
  background-color: none;
}

.k-filemanager-preview .k-file-icon {
  color: rgba(97, 97, 97, 0.9116);
}

.k-editor {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table.k-editor {
  width: 100%;
  display: table;
  vertical-align: top;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
}

table.k-editor tbody,
table.k-editor tr,
table.k-editor td {
  border-color: inherit;
}

kendo-editor.k-readonly {
  outline: none;
  cursor: default;
  opacity: 0.6;
  filter: grayscale(0.1);
  pointer-events: none;
  box-shadow: none;
}

kendo-editor.k-readonly > .k-content,
kendo-editor.k-readonly .k-editor-content {
  pointer-events: auto;
}

.k-editor-inline {
  border-radius: 2px;
  padding: 2px 8px;
  border: 1px solid transparent;
  word-wrap: break-word;
  overflow: auto;
  background: none;
}

.k-window.k-editor-widget {
  padding: 0;
}

.editorToolbarWindow {
  padding: 0;
  display: flex;
  align-items: stretch;
}

.k-editortoolbar-dragHandle {
  margin: 0px;
  padding: 0;
  cursor: move;
}

.k-editor > .k-toolbar {
  border-width: 0 0 0px 0;
  flex-shrink: 0;
}

.k-editor-toolbar {
  border-width: 0 0 0px 0;
}

.k-editor-toolbar .k-tool-group .k-widget ~ .k-widget {
  margin-inline-start: 0px;
}

.k-editor-toolbar .k-tool {
  padding: 14px;
  width: calc(1.4285714286em + 28px);
  height: calc(1.4285714286em + 28px);
}

.k-editor-toolbar .k-tool-text {
  display: none;
}

.k-editor-toolbar .k-overflow-tools {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}

.k-editor-toolbar .k-overflow-anchor {
  border-width: 0;
  padding: 0px;
  width: calc(1.4285714286em + 28px);
  height: calc(1.4285714286em + 28px);
  position: relative;
}

.k-editor-content {
  flex: 1 1 auto;
  overflow-y: auto;
}

.k-editor-content > .k-iframe {
  width: 100%;
  height: 100%;
  border-width: 0;
  display: block;
}

.k-editor-content > .ProseMirror {
  padding: 16px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  outline: none;
  white-space: pre-wrap;
  overflow: auto;
}

.k-editor-content > .ProseMirror table {
  white-space: pre-wrap;
}

.k-editor-content > .ProseMirror .k-placeholder::before {
  content: attr(data-placeholder);
  height: 0;
  color: rgba(0, 0, 0, 0.54);
  font-style: italic;
  float: left;
  opacity: 1;
  cursor: text;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}

.k-editable-area {
  padding: 8px;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline: 0;
}

.k-editable-area iframe.k-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  background: none;
  display: block;
}

.k-resizable .k-editable-area {
  padding: 8px 8px 16px;
}

.k-edit-form-content {
  flex: 1 1 auto;
  overflow: auto;
  margin: -24px -24px;
  padding: 24px 24px;
}

.k-ct-popup {
  box-sizing: border-box;
  width: 190px;
  padding: 5px;
}

.k-ct-popup .k-button {
  width: 100%;
}

.k-ct-popup .k-ct-cell {
  margin: 1px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: inherit;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  opacity: .7;
  pointer-events: all;
}

.k-editor .k-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent;
  border-bottom-color: inherit;
  cursor: se-resize;
}

.k-editor .k-resize-handle .k-i-arrow-45-down-right {
  display: none;
}

.k-rtl .k-editor .k-editor-widget .k-dropdown-wrap {
  padding-left: 0;
}

.k-rtl .k-editor .k-editor-widget .k-dropdown-wrap .k-select {
  border-width: 0;
}

.k-editor-dialog {
  box-sizing: border-box;
}

.k-editor-dialog .k-edit-form-container {
  width: auto;
}

.k-editor-dialog .k-edit-label {
  width: 30%;
  padding: 5px 0;
}

.k-editor-dialog .k-edit-field {
  width: 66%;
}

.k-textarea.k-editor-textarea {
  width: 100%;
  height: 100%;
  resize: none;
}

.k-filebrowser-dialog {
  display: flex;
}

.k-filebrowser-dialog .k-edit-form-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.k-filebrowser-dialog .k-edit-label {
  width: 18%;
}

.k-filebrowser-dialog .k-edit-field {
  width: 75%;
}

.k-filebrowser {
  max-width: 100%;
}

.k-filebrowser .k-floatwrap {
  display: flex;
}

.k-filebrowser .k-floatwrap::after {
  display: none;
}

.k-filebrowser .k-breadcrumbs {
  flex: 1;
}

.k-filebrowser .k-search-wrap {
  margin: 0 0 0 1em;
  width: 150px;
  display: flex;
  align-items: center;
}

.k-filebrowser .k-search-wrap .k-input {
  flex: 1;
  width: 100px;
}

.k-filebrowser .k-search-wrap .k-icon {
  margin: 0;
  position: static;
}

.k-filebrowser .k-filebrowser-toolbar {
  margin: 1em 0 0 0;
  padding: 0px 0px;
  display: flex;
  justify-content: space-between;
}

.k-filebrowser .k-toolbar-wrap {
  display: flex;
}

.k-filebrowser .k-toolbar-wrap > * + * {
  margin-left: 0px;
}

.k-filebrowser .k-toolbar-wrap .k-state-disabled {
  display: none;
}

.k-filebrowser .k-upload {
  padding: 0;
  border-width: 0;
  background: none;
}

.k-filebrowser .k-upload .k-upload-button {
  margin: 0;
}

.k-filebrowser .k-upload .k-upload-status {
  display: none;
}

.k-filebrowser .k-upload-files {
  display: none;
}

.k-filebrowser .k-tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 390px;
  max-height: 50vh;
  margin: 0 0 1em 0;
  padding: 4px 16px;
  border-top-width: 0;
  overflow: auto;
}

.k-filebrowser .k-tile {
  width: 33%;
  height: 90px;
  padding: 4px 16px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;
}

.k-filebrowser .k-tile .k-i-file,
.k-filebrowser .k-tile .k-i-folder {
  font-size: 4em;
}

.k-filebrowser .k-tile input {
  width: 100px;
}

.k-filebrowser .k-tile strong {
  display: block;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-filebrowser .k-tile-empty {
  display: block;
  margin: auto;
}

.k-filebrowser .k-tile-empty.k-state-selected {
  color: inherit;
  border-width: 0;
  background-image: none;
  background-color: transparent;
}

.k-filebrowser .k-tile-empty strong {
  opacity: .5;
  font-size: 3em;
  font-weight: 400;
}

.k-filebrowser .k-thumb {
  float: left;
  margin-right: 8px;
}

.k-filebrowser .k-breadcrumbs-wrap {
  position: absolute;
  left: 0px;
  top: 8px;
}

.k-filebrowser .k-breadcrumbs-wrap .k-icon {
  position: static;
  margin-top: 0;
}

.k-editor-table-wizard-dialog {
  display: flex;
}

.k-editor-table-wizard-dialog .k-edit-form-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.k-editor-table-wizard-dialog .k-tabstrip-wrapper {
  display: flex;
  flex: 1 1 auto;
  overflow: auto;
}

.k-editor-table-wizard-dialog .k-tabstrip-wrapper .k-tabstrip.k-root-tabs {
  flex: 1 1 auto;
  margin-bottom: 0;
}

.k-editor-table-wizard-dialog .k-numerictextbox {
  width: 10em;
}

.k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdowntree {
  width: 4em;
}

.k-editor-table-wizard-dialog .k-numerictextbox + .k-colorpicker, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdown, .k-editor-table-wizard-dialog .k-numerictextbox + .k-dropdowntree {
  margin-left: 8px;
}

.k-editor-table-wizard-dialog .k-colorpicker {
  vertical-align: middle;
}

.k-editor-table-wizard-dialog .k-edit-field > .k-checkbox {
  position: relative;
}

.k-editor-table-wizard-dialog .k-dropdown.k-align, .k-editor-table-wizard-dialog .k-align.k-dropdowntree {
  width: auto;
}

.k-editor-table-wizard-dialog .k-textbox.k-editor-accessibility-summary {
  height: auto;
}

.k-popup.k-align .k-list {
  display: flex;
  flex-flow: row wrap;
}

.k-popup.k-align .k-list .k-item {
  padding: 8px;
  height: calc(1.4285714286em + 16px);
  box-sizing: border-box;
  justify-content: center;
  flex: 1 0 33%;
}

.k-popup.k-align .k-list .k-item .k-icon {
  margin: 0;
}

.k-popup.k-align .k-list .k-item:last-child {
  flex: 1 0 100%;
}

.k-editor-inline .k-table {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 1em;
}

.k-editor-inline .k-table,
.k-editor-inline .k-table td {
  outline: 0;
  border-width: 1px;
  border-style: dotted;
}

.k-editor-inline .k-table td {
  min-width: 1px;
  padding: 2px 8px;
}

.k-editor-inline .k-table-resize-handle-wrapper {
  position: absolute;
  width: 5px;
  height: 5px;
  border-width: 1px;
  border-style: solid;
  z-index: 100;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle {
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-east {
  cursor: e-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-north {
  cursor: n-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northeast {
  cursor: ne-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-northwest {
  cursor: nw-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-south {
  cursor: s-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southeast {
  cursor: se-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-southwest {
  cursor: sw-resize;
}

.k-editor-inline .k-table-resize-handle-wrapper .k-table-resize-handle.k-resize-west {
  cursor: w-resize;
}

.k-editor-inline .k-column-resize-handle-wrapper {
  position: absolute;
  height: 10px;
  width: 10px;
  cursor: col-resize;
  z-index: 2;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle {
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  display: none;
  opacity: .8;
}

.k-editor-inline .k-row-resize-handle-wrapper {
  position: absolute;
  z-index: 2;
  cursor: row-resize;
  width: 10px;
  height: 10px;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-handle {
  display: table;
  width: 100%;
  height: 100%;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  opacity: .8;
}

.k-ct-popup {
  line-height: normal;
}

.k-ct-popup .k-status {
  line-height: 2;
}

.k-editor-dialog {
  box-sizing: border-box;
}

.k-editor-dialog .k-edit-form-container {
  width: auto;
}

.k-editor-dialog .k-edit-label {
  padding: 3px 0;
  margin: 0 0 -.5em;
  width: auto;
  font-size: 12px;
  line-height: 1;
  text-align: inherit;
  display: block;
  float: none;
}

.k-editor-dialog .k-edit-field {
  width: auto;
  float: none;
  display: flex;
  flex-direction: row;
}

.k-editor-dialog .k-edit-field .k-numerictextbox,
.k-editor-dialog .k-edit-field .k-textbox,
.k-editor-dialog .k-edit-field .k-dropdown,
.k-editor-dialog .k-edit-field .k-dropdowntree {
  width: auto;
  flex: 1 1 auto;
}

.k-no-flexbox .k-editor-dialog .k-edit-field {
  display: block;
}

.k-editor {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-editor .k-editable-area {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-editor-inline .k-table,
.k-editor-inline .k-table td {
  border-color: #cccccc;
}

.k-editor-inline .k-table-resize-handle-wrapper {
  background-color: #ffffff;
  border-color: #000000;
}

.k-editor-inline .k-column-resize-handle-wrapper .k-column-resize-handle .k-column-resize-marker {
  background-color: #00b0ff;
}

.k-editor-inline .k-row-resize-handle-wrapper .k-row-resize-marker {
  background-color: #00b0ff;
}

.k-editor-inline:hover, .k-editor-inline.k-state-active {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-ct-popup .k-state-selected {
  border-color: rgba(0, 0, 0, 0.1);
  color: white;
  background-color: #ff4081;
}

.k-gantt {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-gantt td {
  overflow: hidden;
  white-space: nowrap;
  vertical-align: top;
}

.k-gantt .k-grid-header tr {
  height: calc(2em + 33px);
}

.k-gantt .k-grid-header .k-header {
  position: static;
}

.k-gantt .k-grid-content tr {
  height: calc(2em + 21px);
}

.k-gantt .k-gantt-layout {
  white-space: normal;
  vertical-align: top;
  display: inline-block;
}

.k-gantt .k-splitbar {
  position: relative;
  display: inline-flex;
}

.k-gantt-header {
  border-width: 0 0 0px;
  flex-shrink: 0;
  z-index: 2;
}

.k-gantt-footer {
  border-width: 0px 0 0;
  flex-shrink: 0;
}

.k-gantt-toggle {
  display: none;
}

@media only screen and (max-width: 480px) {
  .k-gantt-toolbar .k-gantt-toggle {
    display: inline-flex;
  }
  .k-gantt-toolbar .k-gantt-pdf,
  .k-gantt-toolbar .k-gantt-create {
    padding: 8px;
    width: calc(1.4285714286em + 16px);
    height: calc(1.4285714286em + 16px);
  }
  .k-gantt-toolbar .k-gantt-pdf .k-button-icon,
  .k-gantt-toolbar .k-gantt-create .k-button-icon {
    margin: 0;
  }
  .k-gantt-toolbar .k-gantt-pdf .k-button-text,
  .k-gantt-toolbar .k-gantt-create .k-button-text {
    display: none;
  }
}

.k-gantt-views select.k-dropdown, .k-gantt-views select.k-dropdowntree {
  width: auto;
  font-size: inherit;
  display: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .k-gantt-views select.k-dropdown, .k-gantt-views select.k-dropdowntree {
    display: flex;
  }
  .k-gantt-views .k-button-group {
    display: none;
  }
}

.k-gantt-content {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  flex: 1 1 auto;
  overflow: hidden;
}

.k-gantt-treelist .k-treelist {
  height: 100%;
  border-width: 0;
}

.k-gantt-treelist .k-grid-header {
  padding: 0 !important;
}

.k-gantt-treelist .k-grid-header tr {
  height: calc(4em + 66px);
  vertical-align: bottom;
}

.k-gantt-treelist .k-grid-content {
  overflow: hidden;
  overflow-x: scroll;
}

.k-gantt-treelist .k-grid-content td {
  vertical-align: middle;
}

.k-gantt-timeline .k-timeline {
  height: 100%;
  border-width: 0;
  display: flex;
}

.k-gantt-timeline .k-grid-content {
  overflow-x: scroll;
}

.k-gantt-timeline .k-header {
  padding: 16px 24px;
  border-width: 0 0 1px 1px;
  white-space: nowrap;
}

.k-gantt-tables {
  position: relative;
  border-color: inherit;
}

.k-gantt-rows,
.k-gantt-columns {
  border-color: inherit;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.k-gantt-dependencies {
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
}

.k-gantt-dependencies .k-arrow-e,
.k-gantt-dependencies .k-arrow-w {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
  top: -4px;
}

.k-gantt-dependencies .k-arrow-e {
  border-left-color: currentColor;
  right: -6px;
}

.k-gantt-dependencies .k-arrow-w {
  border-right-color: currentColor;
  left: -6px;
}

.k-gantt-line {
  background-color: currentColor;
  border-color: currentColor;
  position: absolute;
}

.k-gantt-line.k-state-selected {
  z-index: 3;
}

.k-gantt-line-h {
  height: 2px;
}

.k-gantt-line-v {
  width: 2px;
}

.k-gantt-dependency-hint {
  z-index: 4;
}

.k-gantt-tasks {
  position: relative;
}

.k-gantt-tasks td {
  padding: 0;
  border-width: 0;
  position: relative;
  vertical-align: middle;
}

.k-gantt-tasks td::after {
  content: "\a0";
}

.k-task-wrap {
  margin: 0 -21px;
  padding: 5px 21px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 2;
}

.k-task-wrap.k-drag-hint {
  position: absolute;
}

.k-task {
  position: relative;
  flex: 1 1 auto;
}

.k-task-dot {
  width: 16px;
  height: 16px;
  line-height: 1;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.k-task-wrap:hover .k-task-dot,
.k-task-wrap.k-origin .k-task-dot {
  display: block;
}

.k-task-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-width: 0;
  border-style: solid;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.k-task-dot:hover::before,
.k-task-dot.k-state-hover::before {
  border-width: 1px;
}

.k-task-start {
  left: 0;
}

.k-task-end {
  right: 0;
}

.k-task-draghandle {
  margin-left: 16px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-width: 0;
  border-bottom-color: inherit;
  position: absolute;
  bottom: 0;
  cursor: e-resize;
  visibility: hidden;
}

.k-task-wrap:hover .k-task-draghandle {
  visibility: visible;
}

.k-milestone-wrap {
  margin: 0 -2em;
}

.k-task-milestone {
  width: 1em;
  height: 1em;
  border-width: 1px;
  border-style: solid;
  transform: rotate(45deg);
}

.k-task-summary {
  height: 10px;
  display: inline-block;
  vertical-align: top;
}

.k-task-summary,
.k-task-summary-complete {
  background-color: currentColor;
}

.k-task-summary::before, .k-task-summary::after,
.k-task-summary-complete::before,
.k-task-summary-complete::after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  position: absolute;
  top: 0;
  display: none;
}

.k-task-summary::before,
.k-task-summary-complete::before {
  border-left-color: currentColor;
  left: 0;
}

.k-task-summary::after,
.k-task-summary-complete::after {
  border-right-color: currentColor;
  right: 0;
}

.k-task-summary-complete {
  height: 10px;
  position: relative;
  z-index: 2;
}

.k-task-summary-progress {
  height: 15px;
  overflow: hidden;
}

.k-task-single {
  border-radius: 2px;
  border-width: 0px;
  border-style: solid;
  cursor: default;
}

.k-task-single .k-resize-handle {
  opacity: .5;
  z-index: 2;
  visibility: hidden;
}

.k-task-single .k-resize-handle::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
}

.k-task-single .k-resize-w {
  left: 0;
}

.k-task-single .k-resize-w::before {
  left: 2px;
  border-left-width: 1px;
}

.k-task-single .k-resize-e {
  right: 0;
}

.k-task-single .k-resize-e::before {
  right: 2px;
  border-left-width: 1px;
}

.k-task-single:hover .k-resize-handle,
.k-task-single:hover .k-task-actions {
  visibility: visible;
}

.k-task-complete {
  border-radius: 2px;
  width: 20%;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
}

.k-task-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.k-task-template {
  padding: 4px 8px;
  line-height: normal;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-task-actions {
  padding: 2px;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  visibility: hidden;
}

.k-task-actions > .k-link {
  display: inline-flex;
}

.k-resources-wrap {
  position: absolute;
  display: inline-block;
  z-index: 2;
  margin-left: 20px;
  margin-top: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k-resources-wrap .k-resource {
  margin: 0 5px;
}

.k-task-details {
  padding: 4px 16px;
}

.k-task-details strong {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

.k-task-details .k-task-pct {
  font-size: 32px;
}

.k-task-details ul {
  line-height: normal;
}

.k-pdf-export-shadow .k-gantt {
  float: left;
}

.k-pdf-export-shadow .k-gantt,
.k-pdf-export-shadow .k-gantt-timeline,
.k-pdf-export-shadow .k-gantt-dependencies {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}

.k-pdf-export-shadow .k-gantt-treelist .k-treelist {
  display: block;
}

.k-pdf-export-shadow .k-gantt-layout.k-splitbar {
  display: none;
}

.k-gantt-edit-form .k-gantt-delete {
  float: left;
}

.k-rtl .k-gantt-rows,
.k-rtl .k-gantt-columns {
  left: auto;
  right: 0;
}

.k-rtl .k-task-wrap:not(.k-milestone-wrap) {
  margin: 0 -26px;
}

.k-rtl .k-gantt-timeline .k-gantt-tasks tbody {
  text-align: left;
}

.k-rtl .k-gantt-timeline .k-header {
  border-width: 0 1px 1px 0;
}

.k-rtl .k-gantt-timeline .k-header:first-child {
  border-right-width: 0;
}

.k-rtl .k-gantt-timeline .k-task-start {
  left: auto;
  right: 0;
}

.k-rtl .k-gantt-timeline .k-task-end {
  right: auto;
  left: 0;
}

.k-rtl .k-task-content {
  text-align: right;
}

.k-rtl .k-task-complete {
  left: auto;
  right: 0;
}

.k-rtl .k-task-draghandle {
  margin-left: 0;
  margin-right: 16px;
}

.k-rtl .k-gantt-dependencies {
  left: auto;
  right: 0;
}

.k-rtl .k-gantt-delete {
  float: right;
}

.k-rtl .k-gantt-timeline .k-header {
  border-width: 0 1px 1px 0;
}

.k-gantt {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-gantt-footer {
  box-shadow: none;
}

.k-gantt-treelist .k-treelist,
.k-gantt-treelist .k-grid-content {
  background-color: transparent;
}

.k-gantt .k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.025);
}

.k-task-dot::before {
  background-color: rgba(0, 0, 0, 0.87);
}

.k-task-dot:hover::before,
.k-task-dot.k-state-hover::before {
  border-color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-task-milestone {
  border-color: #3f51b5;
  background-color: #3f51b5;
}

.k-task-milestone.k-state-selected {
  border-color: #ff4081;
  background-color: #ff4081;
}

.k-task-summary {
  color: #9fa8da;
}

.k-task-summary-complete {
  color: #3f51b5;
}

.k-task-summary.k-state-selected {
  color: #ffa0c0;
}

.k-task-summary.k-state-selected .k-task-summary-complete {
  color: #ff4081;
}

.k-task-single {
  color: white;
  background-color: #9fa8da;
}

.k-task-single .k-task-complete {
  background-color: #3f51b5;
}

.k-task-single.k-state-selected {
  color: white;
  background-color: #ffa0c0;
}

.k-task-single.k-state-selected .k-task-complete {
  background-color: #ff4081;
}

.k-gantt-line {
  color: rgba(144, 144, 144, 0.935);
}

.k-gantt-line.k-state-selected {
  color: #ff4081;
}

.k-gantt-timeline tbody > tr:not(:only-child) > .k-header {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.k-rtl .k-gantt-timeline .k-grid-header tbody > tr:not(:only-child) > .k-header {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.k-scheduler {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-scheduler table,
.k-scheduler thead,
.k-scheduler tfoot,
.k-scheduler tbody,
.k-scheduler tr,
.k-scheduler th,
.k-scheduler td,
.k-scheduler div,
.k-scheduler > * {
  border-color: inherit;
}

.k-scheduler-table {
  width: 100%;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.k-scheduler-table td,
.k-scheduler-table th {
  padding: 8px;
  height: 2rem;
  overflow: hidden;
  white-space: nowrap;
  border-style: solid;
  border-width: 0 0 1px 1px;
  vertical-align: top;
  box-sizing: content-box;
}

.k-scheduler-table td:first-child,
.k-scheduler-table th:first-child {
  border-left-width: 0;
}

.k-scheduler-table .k-middle-row td {
  border-bottom-style: dotted;
}

.k-scheduler-table .k-link {
  cursor: pointer;
}

.k-scheduler-layout-flex {
  overflow: auto;
}

.k-scheduler-layout-flex .k-scheduler-head {
  position: sticky;
  top: 0;
  z-index: 3;
}

.k-scheduler-layout-flex .k-scheduler-body {
  position: relative;
}

.k-scheduler-layout-flex .k-scheduler-head,
.k-scheduler-layout-flex .k-scheduler-body {
  display: flex;
  flex: 100%;
  flex-wrap: wrap;
}

.k-scheduler-layout-flex .k-scheduler-row {
  display: flex;
  flex: 1 1 100%;
  width: 100%;
}

.k-scheduler-layout-flex .k-scheduler-group {
  display: flex;
  flex: 1 1 100%;
  width: 100%;
  flex-wrap: wrap;
}

.k-scheduler-layout-flex .k-scheduler-group .k-group-cell {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  overflow: auto;
}

.k-scheduler-layout-flex .k-scheduler-group .k-group-content {
  padding: 0;
  display: flex;
  flex: 1 1 100%;
  width: 100%;
  border-width: 0;
  flex-wrap: wrap;
}

.k-scheduler-layout-flex .k-scheduler-group.k-group-horizontal .k-group-cell {
  flex-basis: 100%;
  border-width: 0;
  padding: 0;
}

.k-scheduler-layout-flex .k-more-events {
  bottom: 2px;
  left: 0;
  width: 100%;
}

.k-scheduler-layout-flex .k-scheduler-cell {
  display: flex;
  flex: 1 1 100%;
  padding: 8px;
  min-height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  border-style: solid;
  border-width: 0 1px 1px 0;
  vertical-align: top;
  box-sizing: content-box;
}

.k-scheduler-layout-flex .k-scheduler-cell.k-slot-cell {
  position: relative;
}

.k-scheduler-layout-flex .k-scheduler-cell.k-heading-cell {
  justify-content: center;
  font-weight: bold;
}

.k-scheduler-layout-flex .k-scheduler-cell.k-side-cell {
  justify-content: flex-end;
  flex-grow: 0;
  flex-basis: auto;
  overflow: visible;
}

.k-scheduler-layout-flex .k-scheduler-cell.k-major-cell {
  border-bottom-width: 0;
}

.k-scheduler-layout-flex .k-middle-row .k-scheduler-cell {
  border-bottom-style: dotted;
}

.k-scheduler-layout-flex .k-resource-cell {
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}

.k-scheduler-layout-flex .k-resource-content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-width: 0;
}

.k-scheduler-layout-flex .k-sticky-cell {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 0;
  position: sticky;
  left: 0;
  z-index: 3;
}

.k-scheduler-toolbar {
  border-width: 0;
  border-bottom-width: 0px;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.k-scheduler-toolbar .k-widget {
  font-size: inherit;
}

.k-scheduler-toolbar .k-nav-current {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
}

.k-scheduler-toolbar .k-nav-current .k-icon {
  margin-right: 4px;
}

.k-scheduler-toolbar .k-nav-current .k-sm-date-format,
.k-scheduler-toolbar .k-nav-current .k-lg-date-format {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.k-scheduler-toolbar .k-nav-current .k-sm-date-format {
  display: none;
}

.k-scheduler-toolbar .k-scheduler-search {
  display: inline-flex;
  flex-flow: row nowrap;
}

.k-scheduler-toolbar .k-scheduler-views-wrapper {
  margin-left: auto;
}

.k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown {
  width: auto;
  font: inherit;
  display: none;
}

@media (max-width: 1400px) {
  .k-scheduler-toolbar .k-nav-current .k-lg-date-format {
    max-width: 200px;
  }
}

@media (max-width: 1024px) {
  .k-scheduler-toolbar .k-nav-current .k-lg-date-format {
    display: none;
  }
  .k-scheduler-toolbar .k-nav-current .k-sm-date-format {
    display: inline-block;
  }
  .k-scheduler-toolbar .k-scheduler-views-wrapper .k-scheduler-views {
    display: none;
  }
  .k-scheduler-toolbar .k-scheduler-views-wrapper .k-views-dropdown {
    display: inline-block;
  }
}

ul.k-scheduler-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
}

ul.k-scheduler-navigation li {
  border-width: 0px;
  border-style: solid;
  position: relative;
  z-index: 1;
}

ul.k-scheduler-navigation li + li {
  margin-left: 0px;
}

ul.k-scheduler-navigation .k-state-hover,
ul.k-scheduler-navigation .k-state-selected {
  z-index: 2;
}

ul.k-scheduler-navigation .k-link {
  padding: 8px 16px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

ul.k-scheduler-navigation .k-nav-prev .k-link,
ul.k-scheduler-navigation .k-nav-next .k-link {
  padding: 14px;
  width: calc(1.4285714286em + 28px);
  height: calc(1.4285714286em + 28px);
}

ul.k-scheduler-navigation .k-nav-current {
  border: 0;
  margin-left: 0;
}

ul.k-scheduler-navigation .k-nav-today {
  border-radius: 2px 0 0 2px;
}

ul.k-scheduler-navigation .k-nav-next {
  border-radius: 0 2px 2px 0;
}

ul.k-scheduler-views {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}

ul.k-scheduler-views li {
  border-width: 0px;
  border-style: solid;
  position: relative;
  z-index: 1;
}

ul.k-scheduler-views li + li {
  margin-left: 0px;
}

ul.k-scheduler-views .k-state-hover,
ul.k-scheduler-views .k-state-selected {
  z-index: 2;
}

ul.k-scheduler-views .k-link {
  padding: 8px 16px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

ul.k-scheduler-views li:first-child {
  border-radius: 2px;
}

ul.k-scheduler-views li:first-child + li {
  border-radius: 2px 0 0 2px;
}

ul.k-scheduler-views li:last-child {
  border-radius: 0 2px 2px 0;
}

ul.k-scheduler-views.k-state-expanded li {
  border-radius: 0;
  margin: 0;
}

ul.k-scheduler-views.k-state-expanded li + li {
  margin-top: -1px;
}

ul.k-scheduler-views.k-state-expanded li:first-child {
  border-radius: 2px 2px 0 0;
}

ul.k-scheduler-views.k-state-expanded li:first-child + li {
  border-radius: 0;
}

ul.k-scheduler-views.k-state-expanded li:last-child {
  border-radius: 0 0 2px 2px;
}

ul.k-scheduler-views .k-current-view {
  display: none;
}

ul.k-scheduler-views .k-current-view .k-link::after {
  content: "";
  margin: 0 0 0 1ex;
  border: .25em solid transparent;
  border-top: .5em solid currentColor;
  border-bottom-width: 0;
  display: inline-block;
}

@media (max-width: 1024px) {
  ul.k-scheduler-views {
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
  }
  ul.k-scheduler-views li {
    display: none;
  }
  ul.k-scheduler-views .k-current-view {
    display: block;
  }
  ul.k-scheduler-views.k-state-expanded li {
    display: block;
  }
  .k-rtl ul.k-scheduler-views {
    left: 0px;
    right: auto;
  }
}

.k-scheduler-footer {
  box-shadow: none;
  border-width: 0;
  border-top-width: 0px;
  white-space: nowrap;
  flex-shrink: 0;
  position: relative;
}

.k-scheduler-footer .k-widget {
  font-size: inherit;
}

.k-scheduler-footer li {
  border-width: 0px;
  border-style: solid;
  position: relative;
  z-index: 1;
}

.k-scheduler-footer li + li {
  margin-left: 0px;
}

.k-scheduler-footer .k-state-hover,
.k-scheduler-footer .k-state-selected {
  z-index: 2;
}

.k-scheduler-footer .k-link {
  padding: 8px 16px;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.k-scheduler-footer li {
  border-radius: 2px;
}

.k-scheduler-fullday .k-icon {
  margin-right: 4px;
}

.k-scheduler-layout {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  flex: 1 1 auto;
  position: relative;
  z-index: 1;
}

.k-scheduler-layout > tbody > tr > td {
  padding: 0;
  vertical-align: top;
}

.k-scheduler-layout tr + tr .k-scheduler-times tr th,
.k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr th {
  border-bottom-color: transparent;
}

.k-scheduler-layout tr + tr .k-scheduler-times tr .k-slot-cell,
.k-scheduler-layout tr + tr .k-scheduler-times tr .k-scheduler-times-all-day,
.k-scheduler-layout tr + tr .k-scheduler-times tr:last-child th,
.k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr .k-slot-cell,
.k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr .k-scheduler-times-all-day,
.k-scheduler-layout .k-scheduler-pane + .k-scheduler-pane .k-scheduler-times tr:last-child th {
  border-bottom-color: inherit;
}

.k-scheduler-layout.k-scheduler-flex-layout {
  display: flex;
  flex-direction: column;
}

.k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-weekview .k-scheduler-pane:first-child .k-scheduler-table, .k-scheduler-layout.k-scheduler-flex-layout.k-scheduler-dayview .k-scheduler-pane:first-child .k-scheduler-table {
  table-layout: fixed;
}

.k-scheduler-header th {
  text-align: center;
}

.k-scheduler-header,
.k-scheduler-header-wrap,
.k-scheduler-header-wrap > div {
  border-color: inherit;
  overflow: hidden;
}

.k-scheduler-header-wrap {
  border-width: 0;
  border-style: solid;
  position: relative;
}

.k-scheduler-times {
  border-color: inherit;
  position: relative;
  overflow: hidden;
}

.k-scheduler-times .k-scheduler-table {
  table-layout: auto;
}

.k-scheduler-times th {
  border-width: 0 1px 1px 0;
  text-align: right;
}

.k-scheduler-times .k-slot-cell,
.k-scheduler-times .k-scheduler-times-all-day {
  border-bottom-color: inherit;
}

.k-scheduler-times .k-slot-cell.k-last-resource {
  border-right: 0;
}

.k-scheduler-times .k-slot-cell.k-empty-slot {
  padding-left: 0;
  padding-right: 0;
}

.k-scheduler-datecolumn {
  width: 12rem;
}

.k-scheduler-timecolumn {
  width: 11rem;
  white-space: nowrap;
}

.k-scheduler-content {
  border-color: inherit;
  position: relative;
  overflow: auto;
}


.k-event {
  border-radius: 2px;
  min-height: 25px;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-radius: 2px;
  text-align: left;
  outline: 0;
  cursor: default;
  position: absolute;
  overflow: hidden;
  padding-right: 16px;
}


.k-event > div {
  position: relative;
  z-index: 2;
}


.k-event .k-event-template {
  line-height: 21px;
  padding: 4px 16px;
}


.k-event .k-event-time {
  padding-bottom: 0;
  font-size: .875em;
  white-space: nowrap;
  display: none;
}


.k-event .k-event-actions {
  white-space: nowrap;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  z-index: 2;
}


.k-event .k-event-actions .k-event-delete {
  opacity: .5;
  visibility: hidden;
}


.k-event .k-event-actions:hover .k-event-delete,
.k-event .k-event-actions.k-state-hover .k-event-delete {
  opacity: 1;
}


.k-event .k-event-actions .k-icon {
  line-height: normal;
  font-size: inherit;
}


.k-event .k-event-actions a {
  color: inherit;
}


.k-event .k-event-actions:first-child {
  margin: 2px 0.4ex 0 8px;
  top: 0;
  right: 0;
  float: left;
  position: relative;
  opacity: 1;
  visibility: visible;
  line-height: normal;
}


.k-event .k-resize-handle {
  z-index: 4;
  opacity: .5;
  visibility: hidden;
}


.k-event .k-resize-handle::before {
  border-color: currentColor;
}


.k-event .k-resize-n {
  height: .5em;
  top: 0;
}


.k-event .k-resize-s {
  height: .5em;
  bottom: 0;
}


.k-event .k-resize-n::before,
.k-event .k-resize-s::before {
  width: 2em;
  border-bottom-width: 1px;
}


.k-event .k-resize-w {
  width: .5em;
  left: 0;
}


.k-event .k-resize-e {
  width: .5em;
  right: 0;
}


.k-event .k-resize-w::before,
.k-event .k-resize-e::before {
  height: 2em;
  border-left-width: 1px;
}


.k-event:hover .k-event-actions .k-event-delete,
.k-event:hover .k-resize-handle,
.k-event.k-state-hover .k-event-actions .k-event-delete,
.k-event.k-state-hover .k-resize-handle {
  visibility: visible;
}


.k-event.k-event-drag-hint .k-event-time {
  display: block;
}


.k-event .k-event-top-actions,
.k-event .k-event-bottom-actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}


.k-event .k-event-bottom-actions {
  top: auto;
  bottom: 0;
}

.k-scheduler-mark {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.k-more-events {
  padding: 0;
  height: 13px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  position: absolute;
  justify-content: center;
}

.k-more-events > .k-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.k-current-time {
  position: absolute;
}

.k-current-time.k-current-time-arrow-left, .k-current-time.k-current-time-arrow-right, .k-current-time.k-current-time-arrow-down {
  width: 0;
  height: 0;
  background: transparent;
  border: 4px solid transparent;
}

.k-event-drag-hint {
  opacity: .5;
  z-index: 3;
}

.k-event-drag-hint .k-event-actions,
.k-event-drag-hint .k-event-top-actions,
.k-event-drag-hint .k-event-bottom-actions,
.k-event-drag-hint .k-resize-handle {
  display: none;
}

.k-event-drag-hint .k-event-time {
  display: block;
}

.k-scheduler-marquee {
  border-width: 0;
  border-style: solid;
}

.k-scheduler-marquee .k-label-top,
.k-scheduler-marquee .k-label-bottom {
  font-size: .75em;
  position: absolute;
}

.k-scheduler-marquee .k-label-top {
  left: 8px;
  top: 2px;
}

.k-scheduler-marquee .k-label-bottom {
  right: 8px;
  bottom: 2px;
}

.k-scheduler-marquee.k-first::before, .k-scheduler-marquee.k-last::after {
  content: "";
  border-width: 3px;
  border-style: solid;
  position: absolute;
  width: 0;
  height: 0;
}

.k-scheduler-marquee.k-first::before {
  top: 0;
  left: 0;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.k-scheduler-marquee.k-last::after {
  bottom: 0;
  right: 0;
  border-left-color: transparent;
  border-top-color: transparent;
}

.k-pdf-export-shadow .k-scheduler,
.k-scheduler-pdf-export .k-scheduler-content,
.k-scheduler-pdf-export .k-scheduler-times {
  height: auto !important;
  overflow: visible !important;
}

.k-scheduler-pdf-export {
  overflow: hidden;
}

.k-scheduler-pdf-export .k-scheduler-header {
  padding: 0 !important;
}

.k-scheduler-pdf-export .k-scheduler-header-wrap {
  border-width: 0 !important;
}

.k-scheduler-pdf-export .k-scheduler-header .k-scheduler-table,
.k-scheduler-pdf-export .k-scheduler-content .k-scheduler-table {
  width: 100% !important;
}

.k-recurrence-editor {
  display: inline-flex;
  flex-direction: column;
}

.k-scheduler-monthview .k-scheduler-table {
  height: 100%;
}

.k-scheduler-monthview .k-scheduler-table td {
  height: 80px;
  text-align: right;
}

.k-scheduler-monthview .k-scheduler-body .k-scheduler-cell {
  min-height: 80px;
}

.k-scheduler-monthview .k-hidden {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-right-width: 0 !important;
}

.k-scheduler-monthview .k-scheduler-table-auto,
.k-scheduler-monthview .k-scheduler-table-auto td,
.k-scheduler-monthview .k-scheduler-content .k-scheduler-table-auto {
  height: auto;
}

.k-scheduler-monthview .k-scheduler-content {
  overflow-y: scroll;
}

.k-scheduler-monthview.k-scheduler-flex-layout .k-scheduler-content {
  overflow-y: auto;
}

.k-scheduler-agendaview .k-scheduler-mark {
  margin-right: .5em;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
}

.k-scheduler-agendaview .k-scheduler-table th:first-child,
.k-scheduler-agendaview .k-scheduler-table td:first-child {
  border-left-width: 1px;
}

.k-scheduler-agendaview .k-scheduler-table td.k-first {
  border-left-width: 0;
}

.k-scheduler-agendaview .k-scheduler-table .k-scheduler-datecolumn:first-child {
  border-left-width: 0 !important;
}

.k-scheduler-agendaview .k-task > .k-event-delete {
  color: inherit;
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: .5;
  visibility: hidden;
}

.k-scheduler-agendaview .k-state-hover .k-task > .k-event-delete,
.k-scheduler-agendaview .k-scheduler-content tr:hover .k-event-delete,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover .k-event-delete {
  visibility: visible;
}

.k-scheduler-agendaday {
  margin: 0 .2em 0 0;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  float: left;
}

.k-scheduler-agendaweek {
  display: block;
  margin: .4em 0 0;
  line-height: 1;
  font-style: normal;
}

.k-scheduler-agendadate {
  font-size: .75em;
}

.k-scheduler-timelineview .k-slot-cell {
  overflow: hidden;
}

.k-scheduler-timelineview .k-scheduler-content {
  overflow: auto;
}

.k-scheduler-pane {
  display: flex;
  flex-direction: row;
}

.k-scheduler-pane .k-scheduler-times {
  flex: 0 0 auto;
}

.k-scheduler-pane .k-scheduler-times .k-scheduler-table {
  height: 100%;
}

.k-scheduler-pane .k-scheduler-header,
.k-scheduler-pane .k-scheduler-content {
  flex: 1 1 auto;
}

.k-scheduler-edit-dialog .k-dialog {
  max-height: 100vh;
}

.k-scheduler-edit-form .k-edit-form-container {
  width: 620px;
}

.k-scheduler-edit-form .k-edit-label {
  width: 17%;
}

.k-scheduler-edit-form .k-edit-field {
  width: 77%;
}

.k-scheduler-edit-form .k-scheduler-delete {
  float: left;
}

.k-scheduler-edit-form .k-widget.k-recur-interval,
.k-scheduler-edit-form .k-widget.k-recur-count,
.k-scheduler-edit-form .k-widget.k-recur-monthday {
  width: 5em;
}

.k-scheduler-edit-form .k-widget.k-recur-until,
.k-scheduler-edit-form .k-widget.k-recur-month,
.k-scheduler-edit-form .k-widget.k-recur-weekday,
.k-scheduler-edit-form .k-widget.k-recur-weekday-offset {
  width: 9em;
}

.k-rtl .k-scheduler-header th,
.k-rtl .k-scheduler-table td {
  border-width: 0 1px 1px 0;
}

.k-rtl .k-scheduler-table td:first-child,
.k-rtl .k-scheduler-table th:first-child {
  border-right-width: 0;
}

.k-rtl .k-scheduler-times th {
  border-width: 0 0 1px 1px;
}

.k-rtl .k-scheduler .k-scrollbar-v .k-scheduler-header-wrap {
  border-right-width: 0;
  border-left-width: 1px;
}

.k-rtl .k-event {
  text-align: right;
  padding-right: 0;
  padding-left: 16px;
}

.k-rtl .k-event .k-resize-w {
  left: auto;
  right: 0;
}

.k-rtl .k-event .k-resize-e {
  right: auto;
  left: 0;
}

.k-rtl .k-event .k-event-actions {
  right: auto;
  left: 2px;
}

.k-rtl .k-event .k-event-actions:first-child {
  margin: 2px 8px 0 0.4ex;
  float: right;
}

.k-rtl .k-scheduler-agendaview .k-task > .k-event-delete {
  left: 2px;
  right: auto;
}

.k-rtl .k-scheduler-agendaview .k-task .k-scheduler-mark {
  margin-left: .5em;
  margin-right: 0;
}

.k-rtl .k-scheduler-views {
  margin-left: 0;
  margin-right: auto;
}

.k-rtl .k-scheduler-views li:first-child + li {
  border-radius: 0 2px 2px 0;
}

.k-rtl .k-scheduler-views li:last-child {
  border-radius: 2px 0 0 2px;
}

.k-rtl .k-scheduler-views .k-current-view .k-link::after {
  margin: 0 1ex 0 0;
}

.k-rtl .k-scheduler-navigation .k-nav-today {
  border-radius: 0 2px 2px 0;
}

.k-rtl .k-scheduler-navigation .k-nav-next {
  border-radius: 2px 0 0 2px;
}

.k-rtl .k-scheduler-navigation li + li {
  margin-left: 0;
  margin-right: -1px;
}

.k-rtl .k-nav-current .k-icon {
  margin-right: 0;
  margin-left: .4ex;
}

.k-rtl .k-scheduler-fullday .k-icon {
  margin-right: 0;
  margin-left: 4px;
}

.k-rtl .k-scheduler-marquee .k-label-top {
  left: auto;
  right: 4px;
}

.k-rtl .k-scheduler-marquee .k-label-bottom {
  left: 4px;
  right: auto;
}

.k-rtl .k-scheduler-edit-form .k-scheduler-delete {
  float: right;
}

.k-rtl .k-scheduler .k-i-arrow-60-left, .k-rtl .k-scheduler .k-i-arrow-w::before, .k-rtl .k-scheduler .k-i-sarrow-w::before, .k-rtl .k-scheduler .k-i-expand-w::before,
.k-rtl .k-scheduler .k-i-arrow-60-right,
.k-rtl .k-scheduler .k-i-arrow-e::before,
.k-rtl .k-scheduler .k-i-sarrow-e::before,
.k-rtl .k-scheduler .k-i-expand::before,
.k-rtl .k-scheduler .k-i-expand-e::before,
.k-rtl .k-scheduler .k-current-time-arrow-right, .k-rtl.k-scheduler .k-i-arrow-60-left, .k-rtl.k-scheduler .k-i-arrow-w::before, .k-rtl.k-scheduler .k-i-sarrow-w::before, .k-rtl.k-scheduler .k-i-expand-w::before,
.k-rtl.k-scheduler .k-i-arrow-60-right,
.k-rtl.k-scheduler .k-i-arrow-e::before,
.k-rtl.k-scheduler .k-i-sarrow-e::before,
.k-rtl.k-scheduler .k-i-expand::before,
.k-rtl.k-scheduler .k-i-expand-e::before,
.k-rtl.k-scheduler .k-current-time-arrow-right {
  transform: scaleX(-1);
}

.k-rtl .k-scheduler .k-scheduler-header-wrap, .k-rtl.k-scheduler .k-scheduler-header-wrap {
  border-right-width: 0;
}

.k-rtl .k-scheduler .k-scheduler-agendaday, .k-rtl.k-scheduler .k-scheduler-agendaday {
  float: right;
  margin: 0 0 0 .2em;
}

.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table td:first-child,
.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table th:first-child, .k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table td:first-child,
.k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table th:first-child {
  border-left-width: 0;
}

.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr td:first-child,
.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr th:first-child, .k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr td:first-child,
.k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table tr + tr th:first-child {
  border-right-width: 1px;
}

.k-rtl .k-scheduler .k-scheduler-agendaview .k-scheduler-table .k-scheduler-datecolumn:first-child, .k-rtl.k-scheduler .k-scheduler-agendaview .k-scheduler-table .k-scheduler-datecolumn:first-child {
  border-right-width: 0 !important;
}

ul.k-scheduler-views.k-state-expanded li {
  margin: 0;
  border-radius: 0;
}

ul.k-scheduler-views.k-state-expanded li + li {
  margin: 0;
}

ul.k-scheduler-views.k-state-expanded .k-current-view ~ li a {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 2;
}

.k-scheduler-header {
  text-align: left;
}

.k-scheduler-header th,
.k-scheduler-header td {
  font-size: 12px;
}

.k-scheduler-times {
  font-size: 12px;
}


.k-event.k-state-selected::before {
  display: block;
}


.k-event .k-event-template {
  padding: 2px 8px;
}


.k-event .k-event-actions {
  right: 8px;
}

.k-event .k-event-delete {
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  line-height: normal;
}

.k-event .k-event-delete .k-icon {
  font-size: 12px;
  padding: 2px;
  box-sizing: content-box;
  vertical-align: unset;
}

.k-event .k-resize-handle {
  opacity: 1;
}

.k-event .k-resize-handle::before {
  border-width: 0;
}

.k-event .k-resize-n::before {
  height: 2px;
  align-self: flex-start;
  border-radius: 0 0 1px 1px;
}

.k-event .k-resize-s::before {
  height: 2px;
  align-self: flex-end;
  border-radius: 1px 1px 0 0;
}

.k-event .k-resize-e::before {
  width: 2px;
  border-radius: 0 1px 1px 0;
}

.k-event .k-resize-w::before {
  width: 2px;
  border-radius: 1px 0 0 1px;
}

.k-more-events {
  border-width: 0;
  box-shadow: none;
}

.k-scheduler-layout-flex .k-scheduler-cell {
  min-height: 2em;
}

.k-scheduler-monthview .k-scheduler-table td {
  height: 85px;
}

.k-scheduler-edit-form .k-edit-form-container {
  width: 390px;
}

.k-scheduler-edit-form .k-edit-label {
  width: auto;
  margin-bottom: .5em;
}

.k-scheduler-edit-form .k-edit-label label {
  margin-bottom: 0;
}

.k-scheduler-edit-form .k-edit-field {
  width: auto;
  align-items: center;
}

.k-scheduler-edit-form .k-recur-view .k-edit-field .k-numerictextbox {
  flex: 0 70px;
}

.k-scheduler-edit-form kendo-scheduler-datetime-picker {
  display: inline-flex;
  width: 100%;
}

.k-scheduler-edit-form kendo-scheduler-datetime-picker .k-picker-wrap {
  flex: 1;
}

.k-edit-field .k-reset {
  width: 100%;
}

.k-edit-field .k-widget {
  font-size: inherit;
}

.k-edit-field .k-reset .k-widget {
  margin-right: 0;
}

.k-scheduler-timezones .k-edit-field > div {
  width: 100%;
}

.k-scheduler-timezones .k-edit-field .k-widget {
  width: 45%;
}

.k-edit-field .k-recur-interval,
.k-edit-field .k-recur-count,
.k-edit-field .k-recur-month,
.k-edit-field .k-recur-monthday,
.k-edit-field .k-recur-weekday-offset,
.k-edit-field .k-recur-weekday {
  width: 28%;
}

.k-edit-field .k-recur-until {
  width: 66%;
}

.k-scheduler {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-current-time {
  background: #ff0000;
}

.k-current-time.k-current-time-arrow-left {
  border-right-color: #ff0000;
}

.k-current-time.k-current-time-arrow-right {
  border-left-color: #ff0000;
}

.k-current-time.k-current-time-arrow-down {
  border-top-color: #ff0000;
}

.k-scheduler-header {
  background-color: white;
}

.k-scheduler-header-wrap {
  background-color: white;
}

ul.k-scheduler-navigation .k-nav-today,
ul.k-scheduler-navigation .k-nav-prev,
ul.k-scheduler-navigation .k-nav-next {
  border-color: white;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

ul.k-scheduler-navigation .k-nav-today:hover, ul.k-scheduler-navigation .k-nav-today.k-state-hover,
ul.k-scheduler-navigation .k-nav-prev:hover,
ul.k-scheduler-navigation .k-nav-prev.k-state-hover,
ul.k-scheduler-navigation .k-nav-next:hover,
ul.k-scheduler-navigation .k-nav-next.k-state-hover {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

ul.k-scheduler-views.k-state-expanded {
  background-color: white;
}

ul.k-scheduler-views li {
  border-color: white;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

ul.k-scheduler-views li:hover, ul.k-scheduler-views li.k-state-hover {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

ul.k-scheduler-views li.k-state-selected {
  border-color: #3f51b5;
  background-color: #3f51b5;
}

.k-scheduler-footer li {
  border-color: white;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-scheduler-footer li:hover {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

.k-nonwork-hour {
  background-color: rgba(249, 249, 249, 0.9961);
}

.k-scheduler-layout td.k-state-selected,
.k-scheduler-layout .k-scheduler-cell.k-state-selected {
  background-color: rgba(255, 64, 129, 0.25);
}

.k-scheduler-layout-flex .k-scheduler-head,
.k-scheduler-layout-flex .k-sticky-cell {
  background-color: white;
}

.k-event {
  color: #ffffff;
  background-color: #3f51b5;
}

.k-event.k-state-selected {
  color: #ffffff;
  background-color: #4e5fbb;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.k-event-inverse {
  color: #000000;
}

.k-scheduler-marquee::before,
.k-scheduler-marquee::after {
  border-color: #3f51b5;
}

.k-scheduler-edit-dialog .k-dialog-buttongroup {
  border-color: rgba(0, 0, 0, 0.12);
}

.k-scheduler-agendaview .k-scheduler-content tr:hover,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover,
.k-scheduler-agendaview .k-scheduler-content .k-scheduler-row:hover {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.04);
}

.k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr:hover .k-scheduler-groupcolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-hover .k-scheduler-groupcolumn {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected {
  background-color: rgba(255, 64, 129, 0.25);
}

.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected .k-scheduler-datecolumn,
.k-scheduler-agendaview .k-scheduler-content tr.k-state-selected .k-scheduler-groupcolumn {
  background-color: white;
}

.k-event .k-event-actions .k-link {
  color: #3f51b5;
  background-color: #ffffff;
}

.k-event .k-resize-handle::before {
  background-color: white;
}

.k-scheduler-edit-form .k-edit-label {
  color: rgba(0, 0, 0, 0.6);
}

.k-chat {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  height: 600px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  max-width: 500px;
  margin: auto;
}

.k-chat .k-message-list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.k-chat .k-message-list-content {
  padding: 16px 16px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

.k-chat .k-message-list-content > * + * {
  margin-top: 16px;
}

.k-chat .k-message-group {
  max-width: 80%;
  background: none;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  position: relative;
}

.k-chat .k-message-group:not(.k-alt) {
  align-items: flex-start;
  text-align: left;
}

.k-chat .k-message-group:not(.k-alt) .k-message-time {
  margin-left: 8px;
  left: 100%;
}

.k-chat .k-message-group:not(.k-alt) .k-message-status {
  left: 0;
}

.k-chat .k-message-group:not(.k-alt) .k-first .k-bubble,
.k-chat .k-message-group:not(.k-alt) .k-only .k-bubble {
  border-bottom-left-radius: 2px;
}

.k-chat .k-message-group:not(.k-alt) .k-middle .k-bubble,
.k-chat .k-message-group:not(.k-alt) .k-last .k-bubble {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.k-chat .k-message-group.k-alt {
  align-self: flex-end;
  align-items: flex-end;
  text-align: right;
}

.k-chat .k-message-group.k-alt .k-message-time {
  margin-right: 8px;
  right: 100%;
}

.k-chat .k-message-group.k-alt .k-message-status {
  right: 0;
}

.k-chat .k-message-group.k-alt .k-first .k-bubble,
.k-chat .k-message-group.k-alt .k-only .k-bubble {
  border-bottom-right-radius: 2px;
}

.k-chat .k-message-group.k-alt .k-middle .k-bubble,
.k-chat .k-message-group.k-alt .k-last .k-bubble {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.k-chat .k-message {
  max-width: 100%;
  margin: 2px 0 0;
  position: relative;
  transition: margin .2s ease-in-out;
  outline: none;
}

.k-chat .k-message-time,
.k-chat .k-message-status {
  font-size: smaller;
  line-height: normal;
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
}

.k-chat .k-message-time {
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .2s ease-in-out;
}

.k-chat .k-message-status {
  margin-top: 2px;
  height: 0;
  overflow: hidden;
  top: 100%;
  transition: height .2s ease-in-out;
}

.k-chat .k-bubble {
  border-radius: 12px;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.25;
  word-wrap: break-word;
}

.k-chat .k-message.k-state-selected {
  margin-bottom: 16px;
  border: 0;
  color: inherit;
  background: none;
}

.k-chat .k-message.k-state-selected .k-message-time {
  opacity: 1;
}

.k-chat .k-message.k-state-selected .k-message-status {
  height: 1.2em;
}

.k-chat .k-message-error,
.k-chat .k-message-sending {
  margin-bottom: 16px;
}

.k-chat .k-message-error .k-message-status,
.k-chat .k-message-sending .k-message-status {
  height: 1.2em;
}

.k-chat .k-avatar {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  margin: 0;
  position: absolute;
}

.k-message-group:not(.k-alt) > .k-avatar {
  left: 0;
  bottom: 0;
}

.k-message-group.k-alt > .k-avatar {
  right: 0;
  bottom: 0;
}

.k-chat .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
  padding-left: 40px;
}

.k-chat .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
  padding-right: 40px;
}

.k-author {
  margin: 0;
  font-size: smaller;
  line-height: normal;
}

.k-chat .k-author {
  margin: 0;
}

.k-timestamp {
  font-size: smaller;
  line-height: normal;
  text-align: center;
  align-self: stretch;
}

.k-quick-replies {
  display: block;
  max-width: 100%;
}

.k-quick-reply {
  border-radius: 100px;
  margin-right: 8px;
  margin-bottom: 4px;
  padding: 8px 12px;
  border-width: 1px;
  border-style: solid;
  line-height: 1.25;
  cursor: pointer;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  display: inline-block;
  flex: 0 0 auto;
  transition-property: color, background-color, border-color;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  outline: none;
}

.k-scrollable-quick-replies {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
}

.k-scrollable-quick-replies::-webkit-scrollbar {
  display: none;
}

.k-scrollable-quick-replies .k-quick-reply {
  margin: 0;
}

.k-scrollable-quick-replies .k-quick-reply + .k-quick-reply {
  margin-left: 8px;
}

.k-message-box {
  padding: 10px 16px;
  border-width: 1px 0 0;
  border-style: solid;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.k-message-box .k-input {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  background: none;
  flex: 1 1 auto;
}

.k-message-box .k-button {
  padding: 0;
  flex-shrink: 0;
}

.k-message-box .k-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: inline-block;
}

.k-message-box .k-button::before, .k-message-box .k-button::after {
  display: none;
}

.k-rtl .k-message-box .k-button, .k-message-box .k-button[dir="rtl"] {
  transform: scaleX(-1);
}

.k-chat .k-card-list {
  margin: 2px 0 0;
}

.k-chat .k-card-deck {
  max-width: calc(100% + 32px);
  box-sizing: border-box;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 16px 16px;
  overflow: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.k-chat .k-card-deck .k-card-wrap + .k-card-wrap {
  margin-left: 16px;
}

.k-chat .k-card-deck .k-card,
.k-chat .k-card-deck .k-card-wrap {
  width: 200px;
}

.k-chat .k-card-deck-scrollwrap > .k-card-deck {
  margin-bottom: -20px;
  padding-bottom: 20px;
}

.k-chat .k-card-deck .k-card-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 0 0 auto;
  padding-bottom: 5px;
}

.k-chat .k-card-deck .k-card-wrap .k-card {
  flex: 0 0 auto;
}

.k-chat .k-card-deck .k-card-wrap .k-card + .k-card {
  margin-left: 16px;
}

.k-chat .k-card-deck .k-card-wrap.k-state-selected {
  background: none;
}

.k-typing-indicator {
  padding: 0;
  border-radius: 50px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.k-typing-indicator span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 8px;
  background-color: currentColor;
  opacity: .4;
}

.k-typing-indicator span:nth-of-type(1) {
  animation: 1s k-animation-blink infinite 0.3333s;
}

.k-typing-indicator span:nth-of-type(2) {
  animation: 1s k-animation-blink infinite 0.6666s;
}

.k-typing-indicator span:nth-of-type(3) {
  animation: 1s k-animation-blink infinite 0.9999s;
}

.k-typing-indicator span + span {
  margin-left: 5px;
}

@keyframes k-animation-blink {
  50% {
    opacity: 1;
  }
}

.k-chat .k-toolbar-box {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
}

.k-chat .k-toolbar-box .k-button-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 10px 16px;
}

.k-chat .k-toolbar-box .k-button-list::after {
  content: "";
  padding-right: 16px;
}

.k-chat .k-toolbar-box .k-button-list .k-button + .k-button {
  margin-left: 20px;
  flex-shrink: 0;
}

.k-chat .k-toolbar-box .k-scroll-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.k-chat .k-toolbar-box .k-scroll-button-left {
  left: 0;
}

.k-chat .k-toolbar-box .k-scroll-button-right {
  right: 0;
}

.k-chat .k-toolbar-box .k-button {
  border-width: 0;
  color: inherit;
  background: none;
  flex-shrink: 0;
}

.k-rtl .k-message-group:not(.k-alt),
[dir="rtl"] .k-message-group:not(.k-alt) {
  text-align: right;
}

.k-rtl .k-message-group:not(.k-alt) .k-message-time,
[dir="rtl"] .k-message-group:not(.k-alt) .k-message-time {
  margin-left: 0;
  margin-right: 8px;
  left: auto;
  right: 100%;
}

.k-rtl .k-message-group:not(.k-alt) .k-message-status,
[dir="rtl"] .k-message-group:not(.k-alt) .k-message-status {
  left: auto;
  right: 0;
}

.k-rtl .k-message-group.k-alt,
[dir="rtl"] .k-message-group.k-alt {
  text-align: left;
}

.k-rtl .k-message-group.k-alt .k-message-time,
[dir="rtl"] .k-message-group.k-alt .k-message-time {
  margin-right: 0;
  margin-left: 8px;
  right: auto;
  left: 100%;
}

.k-rtl .k-message-group.k-alt .k-message-status,
[dir="rtl"] .k-message-group.k-alt .k-message-status {
  right: auto;
  left: 0;
}

.k-rtl .k-message-group:not(.k-alt) > .k-avatar,
[dir="rtl"] .k-message-group:not(.k-alt) > .k-avatar {
  left: auto;
  right: 0;
}

.k-rtl .k-message-group.k-alt > .k-avatar,
[dir="rtl"] .k-message-group.k-alt > .k-avatar {
  right: auto;
  left: 0;
}

.k-rtl .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar),
[dir="rtl"] .k-avatars .k-message-group:not(.k-alt):not(.k-no-avatar) {
  padding-left: 0;
  padding-right: 40px;
}

.k-rtl .k-avatars .k-message-group.k-alt:not(.k-no-avatar),
[dir="rtl"] .k-avatars .k-message-group.k-alt:not(.k-no-avatar) {
  padding-right: 0;
  padding-left: 40px;
}

.k-rtl .k-chat .k-card-deck .k-card-wrap + .k-card-wrap,
[dir="rtl"] .k-chat .k-card-deck .k-card-wrap + .k-card-wrap {
  margin-left: 0;
  margin-right: 16px;
}

.k-rtl .k-quick-reply,
[dir="rtl"] .k-quick-reply {
  margin-right: 0;
  margin-left: 8px;
}

.k-chat {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
}

.k-chat .k-timestamp {
  text-transform: uppercase;
  opacity: .7;
}

.k-chat .k-author {
  font-weight: bold;
}

.k-chat .k-bubble {
  border-color: white;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  order: -1;
}

.k-chat .k-bubble:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

.k-chat .k-state-selected .k-bubble {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}

.k-chat .k-alt .k-bubble {
  border-color: #3f51b5;
  color: #ffffff;
  background-color: #3f51b5;
  box-shadow: 0 1px 2px rgba(63, 81, 181, 0.2);
}

.k-chat .k-alt .k-bubble:hover {
  box-shadow: 0 1px 2px rgba(63, 81, 181, 0.2);
}

.k-chat .k-alt .k-state-selected .k-bubble {
  box-shadow: 0 3px 10px rgba(63, 81, 181, 0.4);
}

.k-chat .k-quick-reply {
  border-color: #3f51b5;
  color: #3f51b5;
  background-color: transparent;
}

.k-chat .k-quick-reply:hover {
  border-color: #3f51b5;
  color: white;
  background-color: #3f51b5;
}

.k-chat .k-message-box {
  border-color: inherit;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-chat .k-message-box.k-state-focused {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.k-chat .k-message-box .k-button:hover {
  color: #3f51b5;
}

.k-chat .k-toolbar-box {
  border-color: inherit;
  color: rgba(0, 0, 0, 0.87);
  background-color: whitesmoke;
}

.k-chat .k-toolbar-box .k-button:hover {
  color: #3f51b5;
  background-color: none;
}

.k-chat .k-toolbar-box .k-scroll-button {
  background-color: #fafafa;
  box-shadow: 0 0 20px 5px #fafafa;
}

.k-chat .k-toolbar-box .k-scroll-button:hover {
  background-color: #fafafa;
}

.k-mediaplayer {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-mediaplayer > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  vertical-align: top;
}

.k-mediaplayer-titlebar {
  padding: 20px 24px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}

.k-mediaplayer-toolbar-wrap {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
}

.k-mediaplayer-toolbar {
  padding: 0px 0px;
  border-width: 0;
  width: 100% !important;
  box-shadow: none;
}

.k-mediaplayer-toolbar > * {
  margin: 0;
  align-items: center;
  align-content: center;
}

.k-mediaplayer-toolbar > * + * {
  margin-left: 16px;
}

.k-mediaplayer-toolbar .k-toolbar-spacer {
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0;
  flex: 1;
}

.k-mediaplayer-toolbar .k-align-right > * + * {
  margin-left: 16px;
}

.k-mediaplayer-time-wrap {
  flex: 1;
}

.k-mediaplayer-volume-wrap {
  padding: 0 7px;
  align-items: center;
}

.k-slider.k-mediaplayer-seekbar {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: -17px;
  left: 0;
}

.k-mediaplayer-seekbar .k-slider-track {
  width: 100% !important;
  border-radius: 0;
}

.k-mediaplayer-fullscreen {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.k-mediaplayer {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-mediaplayer-titlebar {
  color: white;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.k-mediaplayer-toolbar {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(245, 245, 245, 0.85);
}

.k-timeline {
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: block;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-timeline ul {
  margin: 0;
  padding: 0;
}

.k-timeline ul li {
  list-style-type: none;
}

.k-timeline .k-timeline-flag {
  display: inline-block;
  text-align: center;
  padding: 8px 16px;
  border-radius: 2px;
  line-height: 1.4285714286;
  min-width: 80px;
  max-width: 160px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.k-timeline .k-timeline-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.k-timeline.k-timeline-dates-hidden .k-timeline-date {
  display: none;
}

.k-timeline .k-event-collapse {
  display: none;
}

.k-timeline.k-timeline-collapsible .k-card-header {
  cursor: pointer;
}

.k-timeline.k-timeline-collapsible .k-event-collapse {
  display: flex;
}

.k-timeline-card .k-card {
  position: relative;
  overflow: visible;
}

.k-timeline-card .k-card .k-card-header {
  overflow: visible;
  border-bottom: 0;
}

.k-timeline-card .k-card .k-card-header + .k-card-body {
  padding-top: 0;
}

.k-timeline-card .k-card .k-card-body {
  overflow-y: auto;
  scrollbar-width: thin;
}

.k-timeline-card .k-card .k-card-body::-webkit-scrollbar {
  width: 5px;
}

.k-timeline-card .k-card .k-card-body::-webkit-scrollbar-thumb {
  border-radius: 2px;
}

.k-timeline-card .k-timeline-card-callout.k-callout-w, .k-timeline-card .k-timeline-card-callout.k-callout-e {
  top: 36px;
}

.k-timeline-vertical,
.k-timeline-horizontal {
  padding: 0 40px;
  margin: 40px 0;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border: 0;
}

.k-timeline-vertical::after,
.k-timeline-horizontal .k-timeline-track-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  border-width: 1px;
  border-style: solid;
  background-clip: padding-box;
}

.k-timeline-vertical {
  padding-left: 127px;
}

.k-timeline-vertical.k-timeline-dates-hidden {
  padding-left: 77px;
}

.k-timeline-vertical::after {
  height: 100%;
  width: 6px;
  transform: translateX(-50%);
  border-radius: 4px;
}

.k-timeline-vertical .k-timeline-flag-wrap {
  display: flex;
  align-items: center;
}

.k-timeline-vertical .k-timeline-flag-wrap:first-child {
  padding-top: 40px;
}

.k-timeline-vertical .k-timeline-flag {
  transform: translateX(-50%);
}

.k-timeline-vertical .k-timeline-date-wrap {
  position: absolute;
  padding-right: 16px;
  margin-top: 36px;
  transform: translate(-100%, -50%);
  text-align: right;
}

.k-timeline-vertical .k-timeline-event {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
}

.k-timeline-vertical .k-timeline-card {
  padding-left: 16px;
}

.k-timeline-vertical .k-timeline-card .k-card {
  margin-left: 16px;
  min-height: 72px;
  width: 400px;
  max-width: 100%;
}

.k-timeline-vertical .k-timeline-card .k-card .k-card-header {
  border-radius: 2px;
}

.k-timeline-vertical .k-timeline-card .k-card .k-card-title {
  display: flex;
  justify-content: space-between;
}

.k-timeline-vertical .k-timeline-card .k-card .k-card-title .k-event-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.k-timeline-vertical .k-timeline-card .k-event-collapse {
  margin: -4px 0;
  transform: rotate(90deg);
  transition: transform .2s ease-in-out;
}

.k-timeline-vertical .k-timeline-card.k-collapsed .k-card-body,
.k-timeline-vertical .k-timeline-card.k-collapsed .k-card-actions {
  display: none;
}

.k-timeline-vertical .k-timeline-card.k-collapsed .k-event-collapse {
  transform: rotate(0deg);
}

.k-timeline-vertical .k-timeline-circle {
  margin-top: 36px;
  transform: translate(-50%, -50%);
  margin-right: -8px;
}

.k-timeline-vertical.k-timeline-alternating {
  padding-left: 40px;
}

.k-timeline-vertical.k-timeline-alternating::after {
  left: 50%;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-flag-wrap {
  justify-content: center;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-flag {
  transform: translateX(0);
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event {
  justify-content: space-between;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse {
  flex-direction: row-reverse;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-date-wrap {
  text-align: left;
  padding-right: 0;
  padding-left: 16px;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-card {
  padding-left: 0;
  padding-right: 16px;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-event.k-reverse .k-timeline-card .k-card {
  margin-right: 16px;
  margin-left: auto;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-card,
.k-timeline-vertical.k-timeline-alternating .k-timeline-date-wrap {
  flex-basis: 50%;
  min-width: 0;
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-date-wrap {
  position: static;
  transform: translateY(-50%);
}

.k-timeline-vertical.k-timeline-alternating .k-timeline-circle {
  transform: translateY(-50%);
  margin-right: 0;
}

.k-timeline-horizontal .k-timeline-track-item {
  flex: 1 0 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
}

.k-timeline-horizontal .k-timeline-track-item:hover {
  cursor: pointer;
}

.k-timeline-horizontal .k-timeline-track-item.k-timeline-flag-wrap:hover {
  cursor: default;
}

.k-timeline-horizontal .k-timeline-date-wrap {
  margin-top: auto;
  margin-bottom: 8px;
}

.k-timeline-horizontal .k-timeline-card {
  height: 100%;
  box-sizing: border-box;
}

.k-timeline-horizontal .k-card {
  max-height: 100%;
  box-sizing: border-box;
}

.k-timeline-horizontal .k-timeline-events-list {
  overflow-x: hidden;
  padding-top: 18px;
}

.k-timeline-horizontal .k-timeline-events-list .k-timeline-scrollable-wrap {
  position: relative;
  height: 600px;
}

.k-timeline-horizontal .k-timeline-events-list .k-timeline-scrollable-wrap .k-timeline-event {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.k-timeline-horizontal .k-timeline-track-wrap {
  position: relative;
  padding: 18px 0;
}

.k-timeline-horizontal .k-timeline-track-wrap::after {
  top: auto;
  bottom: 18px;
  left: 34px;
  right: 34px;
  transform: translateY(-50%);
  height: 6px;
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track {
  overflow: hidden;
  margin: 0 36px;
  position: relative;
  z-index: 2;
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-track .k-timeline-scrollable-wrap {
  transition: transform 1s ease-in-out;
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag {
  margin-bottom: 22px;
  position: relative;
  min-width: 60px;
}

.k-timeline-horizontal .k-timeline-track-wrap .k-timeline-flag::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%) rotate(45deg);
}

.k-timeline-horizontal .k-timeline-scrollable-wrap {
  display: flex;
}

.k-timeline-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-timeline-arrow-left {
  left: 0;
}

.k-timeline-arrow-right {
  right: 0;
}

.k-timeline-mobile {
  padding: 0 16px;
  margin: 16px 0;
}

.k-timeline-mobile .k-timeline-flag {
  max-width: 112px;
}

.k-timeline-mobile.k-timeline-horizontal .k-timeline-flag-wrap {
  display: none;
}

.k-timeline-mobile.k-timeline-vertical {
  padding-left: 103px;
}

.k-timeline-mobile.k-timeline-vertical.k-timeline-dates-hidden {
  padding-left: 53px;
}

.k-timeline-mobile.k-timeline-vertical.k-timeline-alternating {
  padding-left: 16px;
}

.k-timeline-mobile.k-timeline-vertical .k-timeline-card {
  width: 100%;
}

.k-timeline-mobile.k-timeline-vertical .k-timeline-card .k-card {
  width: auto;
}

.k-timeline-mobile.k-timeline-vertical .k-card-actions > .k-button.k-flat:first-child {
  margin-left: 0;
}

.k-timeline-horizontal .k-timeline-card {
  padding: 0 5px 5px 5px;
}

.k-timeline-card .k-timeline-card-callout.k-callout-s {
  bottom: 5px;
}

.k-timeline .k-timeline-flag {
  color: #ffffff;
  background-color: #3f51b5;
}

.k-timeline .k-timeline-circle {
  background-color: #3f51b5;
}

.k-timeline .k-timeline-card .k-card-header {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

.k-timeline .k-timeline-card .k-card-body {
  scrollbar-color: rgba(0, 0, 0, 0.12) white;
}

.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-track {
  background: white;
}

.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.12);
}

.k-timeline .k-timeline-card .k-card-body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.15);
}

.k-timeline .k-timeline-date {
  color: rgba(0, 0, 0, 0.87);
}

.k-timeline .k-timeline-arrow.k-button:not(.k-flat):not(.k-bare):not(.k-outline):not(.k-overflow-button).k-state-disabled {
  opacity: 1;
  color: #585858;
  background-color: #e6e6e6;
  border-color: #fdfdfd;
}

.k-timeline-vertical::after,
.k-timeline-horizontal .k-timeline-track-wrap::after {
  background-color: #e0e0e0;
  border-color: #e0e0e0;
}

.k-timeline-horizontal .k-timeline-flag::after {
  background-color: #3f51b5;
}

.k-pdf-viewer {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-pdf-viewer .k-toolbar {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-color: inherit;
  flex: 0 0 auto;
  z-index: 2;
}

.k-pdf-viewer .k-toolbar .k-pager-wrap {
  padding: 0;
  border-width: 0;
  color: inherit;
  background: none;
  overflow: visible;
}

.k-pdf-viewer .k-list-scroller {
  flex: 1 1 auto;
  outline: none;
}

.k-pdf-viewer .k-list-scroller .k-enable-text-select {
  -webkit-user-select: text;
  -moz-user-select: text;
       user-select: text;
  cursor: text;
}

.k-pdf-viewer .k-list-scroller .k-enable-panning {
  cursor: grab;
}

.k-pdf-viewer .k-list-scroller .k-enable-panning span::-moz-selection {
  background-color: transparent;
}

.k-pdf-viewer .k-list-scroller .k-enable-panning span::selection {
  background-color: transparent;
}

.k-pdf-viewer .k-page {
  position: relative;
  margin: 30px auto;
}

.k-pdf-viewer .k-page canvas {
  direction: ltr;
}

.k-pdf-viewer .k-page .k-text-layer {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
  overflow: hidden;
}

.k-pdf-viewer .k-page .k-text-layer > span {
  position: absolute;
  line-height: 1.2;
  transform-origin: 0% 0%;
  color: transparent;
}

.k-pdf-viewer .k-page .k-text-layer mark {
  color: transparent;
}

.k-pdf-viewer-search-dialog {
  padding: 6px;
}

.k-pdf-viewer-search-dialog .k-search-container {
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
  align-items: center;
}

.k-pdf-viewer-search-dialog .k-search-container .k-textbox {
  display: inline-flex;
  padding-right: 8px;
  margin: 0 6px;
  align-items: center;
  background: none;
}

.k-pdf-viewer-search-dialog .k-search-container .k-textbox .k-icon {
  position: absolute;
  font-size: inherit;
}

.k-ie .k-pdf-viewer-search-dialog .k-search-container .k-textbox .k-icon {
  position: relative;
}

.k-pdf-viewer-search-dialog .k-search-container .k-match-case-button {
  display: inline-flex;
  height: 2em;
  justify-content: center;
}

.k-pdf-viewer-search-dialog .k-search-container .k-search-matches {
  display: inline-block;
  min-width: 4.5em;
  margin: 0 6px 0 0px;
  vertical-align: middle;
}

.k-pdf-viewer-search-dialog .k-search-container > .k-button {
  margin-left: 0px;
}

.k-pdf-viewer-search-dialog .k-search-container .k-search-dialog-draghandle {
  cursor: move;
  margin-left: 0;
}

.k-pdf-viewer {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-pdf-viewer .k-canvas {
  background-color: #fafafa;
}

.k-pdf-viewer .k-page {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.k-pdf-viewer .k-search-highlight {
  background-color: #4d4c4c;
}


.km-scroll-container {
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  border-collapse: separate;
}

.km-scroll-wrapper {
  position: relative;
}

.km-scroll-header {
  position: absolute;
  z-index: 1001;
  width: 100%;
  top: 0;
  left: 0;
}

.km-scroller-pull {
  width: 100%;
  display: block;
  position: absolute;
  line-height: 3em;
  font-size: 1.4em;
  text-align: center;
  transform: translate3d(0, -3em, 0);
}

.km-scroller-pull .km-template {
  display: inline-block;
  min-width: 200px;
  text-align: left;
}


.km-widget .km-scroller-pull .km-icon {
  display: inline-block;
  height: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
  width: 2rem;
  font-size: 2rem;
  transform: rotate(0deg);
  transition: transform 300ms linear;
}

.km-widget .km-scroller-release .km-icon {
  transform: rotate(180deg);
}

.km-widget .km-scroller-refresh .km-icon {
  transition: none;
}

.km-touch-scrollbar {
  position: absolute;
  visibility: hidden;
  z-index: 200000;
  height: .4em;
  width: .4em;
  opacity: 0;
  transform-origin: 0 0;
  transition: opacity .3s linear;
}

.k-map .km-touch-scrollbar,
.k-diagram .km-touch-scrollbar {
  display: none;
}

.km-touch-scrollbar {
  background-color: #333333;
}


div.k-scrollview {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


div.k-scrollview .k-scrollview,
div.k-scrollview ul.k-scrollview-wrap {
  list-style-type: none;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}


div.k-scrollview .k-scrollview img,
div.k-scrollview ul.k-scrollview-wrap img {
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
}


div.k-scrollview .k-scrollview > li,
div.k-scrollview ul.k-scrollview-wrap > li {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}


div.k-scrollview .k-scrollview-pageable,
div.k-scrollview .k-scrollview-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  list-style: none;
  position: absolute;
  left: 0;
  bottom: 20px;
  pointer-events: none;
}


div.k-scrollview .k-scrollview-pageable > li.k-button,
div.k-scrollview .k-scrollview-nav > li.k-link {
  margin: 0 8px;
  padding: 0;
  width: 8px;
  height: 8px;
  box-sizing: content-box;
  display: inline-block;
  position: relative;
  flex: 0 0 8px;
  border-width: 0px;
  border-style: solid;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
}


div.k-scrollview .k-scrollview-pageable > li.k-button::before,
div.k-scrollview .k-scrollview-nav > li.k-link::before {
  content: "";
  width: 16px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


div.k-scrollview .k-scrollview-pageable > li.k-button::before {
  pointer-events: initial;
  border-radius: 0;
}


div.k-scrollview .k-scrollview-next,
div.k-scrollview .k-scrollview-prev {
  display: table;
  position: absolute;
  padding: 0;
  height: 60%;
  top: 20%;
  text-decoration: none;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


div.k-scrollview .k-scrollview-prev {
  left: 0;
}


div.k-scrollview .k-scrollview-next {
  right: 0;
}


div.k-scrollview .k-scrollview-next span,
div.k-scrollview .k-scrollview-prev span {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 4.5em;
  font-weight: normal;
}


div.k-scrollview .k-scrollview-elements {
  width: 100%;
}


div.k-scrollview .k-scrollview-animation {
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
}

div.k-scrollview div.k-scrollview-wrap {
  white-space: nowrap;
}

div.k-scrollview div.k-scrollview-wrap > [data-role="page"] {
  vertical-align: top;
  display: inline-block;
  min-height: 1px;
}

div.k-scrollview .k-scrollview-nav-wrap {
  position: absolute;
  bottom: 18px;
  left: 4px;
  right: 4px;
  height: 12px;
  overflow: hidden;
}

div.k-scrollview .k-scrollview-nav-wrap .k-scrollview-nav {
  margin: 0;
  padding: 2px 0 0 0;
  display: block;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: center;
  list-style: none;
  position: static;
  pointer-events: initial;
}

div.k-scrollview .k-scrollview-nav-wrap .k-scrollview-nav > li {
  vertical-align: top;
}

@supports (-webkit-user-select: none) {
  
  div.k-scrollview ul.k-scrollview-wrap li > * {
    pointer-events: auto;
  }
}

@supports not (-webkit-user-select: none) {
  
  div.k-scrollview ul.k-scrollview-wrap li > * {
    pointer-events: none;
  }
}


div.k-scrollview {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}


div.k-scrollview .k-scrollview-pageable > li.k-button,
div.k-scrollview .k-scrollview-nav > li.k-link {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08);
  background-clip: padding-box;
}


div.k-scrollview .k-scrollview-pageable > li.k-button.k-primary,
div.k-scrollview .k-scrollview-nav > li.k-link.k-primary {
  background-color: #3f51b5;
}


div.k-scrollview .k-scrollview-elements {
  color: rgba(0, 0, 0, 0.87);
}


div.k-scrollview .k-scrollview-next,
div.k-scrollview .k-scrollview-prev {
  color: inherit;
  background: rgba(0, 0, 0, 0);
  text-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  opacity: 0.7;
  outline-width: 0;
}


div.k-scrollview .k-scrollview-next:hover,
div.k-scrollview .k-scrollview-prev:hover {
  color: rgba(0, 0, 0, 0.87);
  opacity: 1;
}


div.k-scrollview .k-scrollview-next:hover span::before,
div.k-scrollview .k-scrollview-prev:hover span::before {
  background-color: rgba(255, 255, 255, 0.4);
}

.k-barcode {
  display: inline-block;
}

.k-var--chart-font {
  font-size: 14px;
}

.k-var--chart-title-font {
  font-size: 1.143em;
}

.k-var--chart-label-font {
  font-size: 0.857em;
}

.k-chart,
.k-sparkline,
.k-stockchart {
  border-width: 0px;
  border-style: solid;
  box-sizing: border-box;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-chart,
.k-stockchart {
  display: block;
  height: 400px;
}

.k-chart-surface {
  height: 100%;
}

.k-chart .k-popup {
  border-width: 0;
}

.k-chart-tooltip-wrapper .k-animation-container-shown,
.k-chart-tooltip-wrapper.k-animation-container-shown {
  transition: left ease-in 80ms, top ease-in 80ms;
}

.k-sparkline-tooltip-wrapper,
.k-chart-tooltip-wrapper {
  z-index: 12000;
}

.k-sparkline-tooltip-wrapper > .k-popup,
.k-chart-tooltip-wrapper > .k-popup {
  padding: 0;
  border-width: 0;
}

.k-chart-tooltip table {
  border-spacing: 0;
  border-collapse: collapse;
}

.k-chart-tooltip {
  border-radius: 2px;
  font-size: 13.006px;
  line-height: 2;
  padding: 3px 8px;
}

.k-chart-tooltip th {
  width: auto;
  text-align: center;
  padding: 1px;
}

.k-chart-tooltip td {
  width: auto;
  text-align: left;
  padding: 2px 8px;
  line-height: 2;
  vertical-align: middle;
}

.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
  border-width: 1px;
  border-style: solid;
}

.k-chart-shared-tooltip .k-chart-shared-tooltip-marker {
  display: block;
  width: 15px;
  height: 3px;
  vertical-align: middle;
}

.k-selector {
  position: absolute;
  transform: translateZ(0);
}

.k-selection {
  position: absolute;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-bottom: 0;
}

.k-selection-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.k-handle {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border-width: 1px;
  border-style: solid;
  z-index: 1;
  position: absolute;
  box-sizing: content-box;
}

.k-handle div {
  width: 100%;
  height: 100%;
}

.k-left-handle {
  left: -11px;
}

.k-right-handle {
  right: -11px;
}

.k-left-handle div {
  margin: -22px 0 0 -14.6666666667px;
  padding: 44px 29.3333333333px 0 0;
}

.k-right-handle div {
  margin: -22px 0 0 -14.6666666667px;
  padding: 44px 0 0 29.3333333333px;
}

.k-left-handle.k-handle-active div {
  margin-left: -44px;
  padding-left: 58.6666666667px;
}

.k-right-handle.k-handle-active div {
  margin-left: -44px;
  padding-right: 58.6666666667px;
}

.k-mask {
  position: absolute;
  height: 100%;
}

.k-border {
  width: 1px;
  height: 100%;
  position: absolute;
}

.k-marquee {
  position: absolute;
  z-index: 100000;
}

.k-marquee-color,
.k-marquee-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.k-navigator-hint div {
  position: absolute;
}

.k-navigator-hint .k-scroll {
  border-radius: 2px;
  position: absolute;
  height: 4px;
}

.k-navigator-hint .k-tooltip {
  margin-top: 20px;
  min-width: 160px;
  opacity: 1;
  text-align: center;
}

.k-sparkline,
.k-sparkline span {
  display: inline-block;
  vertical-align: top;
}

.k-sparkline span {
  height: 100%;
  width: 100%;
}

.k-chart-dragging {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.k-chart-donut-center {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  border: 4px solid transparent;
  box-sizing: border-box;
}

.k-pdf-export .k-chart .k-animation-container,
.k-pdf-export .k-sparkline .k-animation-container,
.k-pdf-export .k-stockchart .k-animation-container {
  display: none;
}

.k-diagram {
  height: 600px;
}

.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.k-diagram .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.k-canvas-container {
  width: 100%;
  height: 100%;
}

.k-diagram img {
  box-sizing: content-box;
}

.k-treemap {
  height: 400px;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 2;
  display: block;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.k-treemap .k-treemap-tile {
  margin: -1px 0 0 -1px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid;
  border-color: inherit;
  color: inherit;
  background-color: inherit;
  overflow: hidden;
  position: absolute;
}

.k-treemap > .k-treemap-tile {
  position: relative;
}

.k-treemap .k-treemap-title {
  padding: 2px 8px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: inherit;
  font-size: 14px;
  background-position: 0 0;
  background-repeat: repeat-x;
}

.k-treemap .k-treemap-title-vertical {
  padding: 8px 2px;
  width: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  top: 0;
  bottom: 0;
}

.k-treemap .k-treemap-title-vertical > div {
  transform-origin: right;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  right: 1em;
}

.k-treemap .k-treemap-wrap {
  border-color: inherit;
  color: inherit;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.k-treemap .k-treemap-title + .k-treemap-wrap {
  top: 33px;
}

.k-treemap .k-treemap-title-vertical + .k-treemap-wrap {
  left: 33px;
}

.k-treemap .k-leaf {
  padding: 8px;
}

.k-arcgauge {
  display: inline-block;
}

.k-arcgauge-label {
  position: absolute;
  text-align: center;
  padding: 0;
  margin: 0;
}

.k-qrcode {
  display: inline-block;
}

.k-var--accent {
  background-color: #3f51b5;
}

svg .k-var--accent {
  fill: #3f51b5;
}

.k-var--accent-contrast {
  background-color: white;
}

svg .k-var--accent-contrast {
  fill: white;
}

.k-var--primary {
  background-color: #3f51b5;
}

svg .k-var--primary {
  fill: #3f51b5;
}

.k-var--primary-contrast {
  background-color: white;
}

svg .k-var--primary-contrast {
  fill: white;
}

.k-var--base {
  background-color: white;
}

svg .k-var--base {
  fill: white;
}

.k-var--background {
  background-color: white;
}

svg .k-var--background {
  fill: white;
}

.k-var--border-radius {
  margin-top: 2px;
}

.k-var--normal-background {
  background-color: white;
}

svg .k-var--normal-background {
  fill: white;
}

.k-var--normal-text-color {
  background-color: rgba(0, 0, 0, 0.87);
}

svg .k-var--normal-text-color {
  fill: rgba(0, 0, 0, 0.87);
}

.k-var--hover-background {
  background-color: rgba(0, 0, 0, 0.04);
}

svg .k-var--hover-background {
  fill: rgba(0, 0, 0, 0.04);
}

.k-var--hover-text-color {
  background-color: rgba(0, 0, 0, 0.87);
}

svg .k-var--hover-text-color {
  fill: rgba(0, 0, 0, 0.87);
}

.k-var--selected-background {
  background-color: #ff4081;
}

svg .k-var--selected-background {
  fill: #ff4081;
}

.k-var--selected-text-color {
  background-color: white;
}

svg .k-var--selected-text-color {
  fill: white;
}

.k-var--success {
  background-color: #37b400;
}

svg .k-var--success {
  fill: #37b400;
}

.k-var--info {
  background-color: #0058e9;
}

svg .k-var--info {
  fill: #0058e9;
}

.k-var--warning {
  background-color: #ffc000;
}

svg .k-var--warning {
  fill: #ffc000;
}

.k-var--error {
  background-color: #f31700;
}

svg .k-var--error {
  fill: #f31700;
}

.k-var--series-a {
  background-color: #3f51b5;
}

svg .k-var--series-a {
  fill: #3f51b5;
}

.k-var--series-b {
  background-color: #2196f3;
}

svg .k-var--series-b {
  fill: #2196f3;
}

.k-var--series-c {
  background-color: #43a047;
}

svg .k-var--series-c {
  fill: #43a047;
}

.k-var--series-d {
  background-color: #ffc107;
}

svg .k-var--series-d {
  fill: #ffc107;
}

.k-var--series-e {
  background-color: #ff5722;
}

svg .k-var--series-e {
  fill: #ff5722;
}

.k-var--series-f {
  background-color: #e91e63;
}

svg .k-var--series-f {
  fill: #e91e63;
}

.k-var--gauge-pointer {
  background-color: #3f51b5;
}

svg .k-var--gauge-pointer {
  fill: #3f51b5;
}

.k-var--gauge-track {
  background-color: #e6e5e5;
}

svg .k-var--gauge-track {
  fill: #e6e5e5;
}

.k-var--chart-inactive {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-major-lines {
  background-color: rgba(0, 0, 0, 0.08);
}

.k-var--chart-minor-lines {
  background-color: rgba(0, 0, 0, 0.04);
}

.k-var--chart-area-opacity {
  opacity: 0.8;
}

.k-var--chart-notes-background {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-notes-border {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-notes-lines {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-crosshair-background {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-var--chart-error-bars-background {
  background-color: rgba(0, 0, 0, 0.5);
}

.k-chart,
.k-sparkline,
.k-stockchart {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

.k-chart .k-popup,
.k-sparkline .k-popup,
.k-stockchart .k-popup {
  background: transparent;
}

.k-chart-tooltip {
  color: white;
}

.k-chart-tooltip-inverse {
  color: black;
}

.k-chart-crosshair-tooltip,
.k-chart-shared-tooltip {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  border-color: rgba(0, 0, 0, 0.08);
}

.k-selection {
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.15);
}

.k-selection-bg {
  background-color: transparent;
}

.k-handle {
  cursor: e-resize;
  border-color: white;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-handle:hover {
  border-color: #e0e0e0;
  background-color: #e0e0e0;
}

.k-handle div {
  background-color: transparent;
}

.k-mask {
  background-color: white;
  opacity: .8;
}

.k-marquee-color {
  background-color: #3f51b5;
}

.k-marquee-color {
  opacity: .6;
}

.k-treemap {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-treemap .k-treemap-title {
  border-color: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-treemap .k-leaf {
  color: white;
}

.k-treemap .k-leaf.k-inverse {
  color: rgba(0, 0, 0, 0.87);
}

.k-treemap .k-leaf.k-state-hover {
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.k-map {
  height: 600px;
  border-width: 0px;
  border-style: solid;
  font-size: 14px;
  line-height: 2;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.k-map .km-scroll-wrapper {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
          -moz-user-select: none;
       user-select: none;
  position: absolute;
}

.k-map .km-scroll-container {
  height: 100%;
}

.k-map .k-touch-scrollbar {
  display: none;
}

.k-map .k-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.k-map .k-marker {
  transform: translate(-50%, -100%);
  font-size: 32px;
  cursor: pointer;
  position: absolute;
  overflow: visible;
}

.k-map .k-attribution {
  padding: 2px 8px;
  border-width: 0;
  font-size: 10.5px;
  z-index: 1000;
}

.k-map-controls {
  position: absolute;
  display: flex;
  align-items: center;
}

.k-navigator {
  margin: 1em;
  width: 52px;
  height: 52px;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}

.k-pdf-export .k-navigator {
  display: none;
}

.k-navigator .k-button {
  margin: 0;
  padding: 0;
  border-radius: 100%;
  line-height: 1;
  box-shadow: none;
  position: absolute;
}

.k-navigator .k-button:not(:hover) {
  border-color: transparent;
  background: none;
}

.k-navigator .k-navigator-up {
  transform: translateX(-50%);
  top: 2px;
  left: 50%;
}

.k-navigator .k-navigator-right {
  transform: translateY(-50%);
  right: 2px;
  top: 50%;
}

.k-navigator .k-navigator-down {
  transform: translateX(-50%);
  bottom: 2px;
  left: 50%;
}

.k-navigator .k-navigator-left {
  transform: translateY(-50%);
  left: 2px;
  top: 50%;
}

.k-zoom-control {
  margin: 1em;
  border: 0;
  background: none;
  display: flex;
}

.k-pdf-export .k-zoom-control {
  display: none;
}

.k-zoom-control .k-button {
  padding: 8px;
}

.k-map {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.k-map .k-navigator {
  border-color: white;
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.k-map .k-marker {
  color: #3f51b5;
}

.k-map .k-attribution {
  background-color: rgba(255, 255, 255, 0.8);
}

@charset "UTF-8";
/*
  This stylesheet uses scss valiables for most of the colors / background-colors of the table
  to enable the customization of the displayed table without cloning the stylesheet into the
  own application.

  To modify table colors, add the following lines to the scss file of your application
  (this example modifies the color of the selected row - selectionType = single, multi or multiClick):

  $ngx-datatable-selected-active-background: yellow;
  $ngx-datatable-selected-active-background-hover: rgba(yellow, 0.2);

  @import '~@swimlane/ngx-datatable/index.css';
  @import '~@swimlane/ngx-datatable/themes/material.scss';
  @import '~@swimlane/ngx-datatable/assets/icons.css';

That's all.
*/
/*!
 * Copyright (c) HANDSONCODE sp. z o. o.
 * 
 * HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o.,
 * a Polish corporation, based in Gdynia, Poland, at 96/98 Aleja Zwycięstwa,
 * registered with the National Court Register under number 538651,
 * EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
 * 
 * This software is protected by applicable copyright laws, including
 * international treaties, and dual-licensed – depending on whether
 * your use is intended for or may result in commercial advantage
 * or monetary compensation (commercial purposes), or not.
 * 
 * If your use involves only such purposes as research, private study,
 * evaluation and the like, you agree to be bound by the terms included
 * in the "handsontable-non-commercial-license.pdf" file, available
 * in the main directory of this software repository.
 * 
 * By installing, copying, or otherwise using this software for
 * commercial purposes, you agree to be bound by the terms included
 * in the "handsontable-general-terms.pdf" file, available in the main
 * directory of this software repository.
 * 
 * HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND. IN NO EVENT
 * AND UNDER NO LEGAL THEORY, SHALL HANDSONCODE BE LIABLE
 * TO YOU FOR DAMAGES, INCLUDING ANY DIRECT, INDIRECT, SPECIAL,
 * INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING
 * FROM USE OR INABILITY TO USE THIS SOFTWARE.
 * 
 * Version: 7.4.2
 * Release date: 19/02/2020 (built at 19/02/2020 13:44:06)
 */
/**
 * Fix for bootstrap styles
 */
.handsontable .table th, .handsontable .table td {
  border-top: none;
}
.handsontable tr {
  background: #fff;
}
.handsontable td {
  background-color: inherit;
}
.handsontable .table caption + thead tr:first-child th,
.handsontable .table caption + thead tr:first-child td,
.handsontable .table colgroup + thead tr:first-child th,
.handsontable .table colgroup + thead tr:first-child td,
.handsontable .table thead:first-child tr:first-child th,
.handsontable .table thead:first-child tr:first-child td {
  border-top: 1px solid #CCCCCC;
}
/* table-bordered */
.handsontable .table-bordered {
  border: 0;
  border-collapse: separate;
}
.handsontable .table-bordered th,
.handsontable .table-bordered td {
  border-left: none;
}
.handsontable .table-bordered th:first-child,
.handsontable .table-bordered td:first-child {
  border-left: 1px solid #CCCCCC;
}
.handsontable .table > tbody > tr > td,
.handsontable .table > tbody > tr > th,
.handsontable .table > tfoot > tr > td,
.handsontable .table > tfoot > tr > th,
.handsontable .table > thead > tr > td,
.handsontable .table > thead > tr > th {
  line-height: 21px;
  padding: 0 4px;
}
.handsontable .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}
.handsontable {
  position: relative;
}
.handsontable .hide {
  display: none;
}
.handsontable .relative {
  position: relative;
}
.handsontable.htAutoSize {
  visibility: hidden;
  left: -99000px;
  position: absolute;
  top: -99000px;
}
.handsontable .wtHider {
  width: 0;
}
.handsontable .wtSpreader {
  position: relative;
  width: 0; /*must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
  height: auto;
}
.handsontable table,
.handsontable tbody,
.handsontable thead,
.handsontable td,
.handsontable th,
.handsontable input,
.handsontable textarea,
.handsontable div {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.handsontable input,
.handsontable textarea {
  min-height: initial;
}
.handsontable table.htCore {
  border-collapse: separate;
  /* it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit */
  /* this actually only changes appearance of user selection - does not make text unselectable */
  /* -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; */ /* no browser supports unprefixed version */
  border-spacing: 0;
  margin: 0;
  border-width: 0;
  table-layout: fixed;
  width: 0;
  outline-width: 0;
  cursor: default;
  /* reset bootstrap table style. for more info see: https://github.com/handsontable/handsontable/issues/224 */
  max-width: none;
  max-height: none;
}
.handsontable col {
  width: 50px;
}
.handsontable col.rowHeader {
  width: 50px;
}
.handsontable th,
.handsontable td {
  border-top-width: 0;
  border-left-width: 0;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  height: 22px;
  empty-cells: show;
  line-height: 21px;
  padding: 0 4px 0 4px;
  /* top, bottom padding different than 0 is handled poorly by FF with HTML5 doctype */
  background-color: #FFF;
  vertical-align: top;
  overflow: hidden;
  outline-width: 0;
  white-space: pre-line;
  /* preserve new line character in cell */
}
.handsontable td.htInvalid {
  background-color: #ff4c42 !important; /*gives priority over td.area selection background*/
}
.handsontable td.htNoWrap {
  white-space: nowrap;
}
.handsontable th:last-child {
  /*Foundation framework fix*/
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.handsontable tr:first-child th.htNoFrame,
.handsontable th:first-child.htNoFrame,
.handsontable th.htNoFrame {
  border-left-width: 0;
  background-color: white;
  border-color: #FFF;
}
.handsontable th:first-child,
.handsontable th:nth-child(2),
.handsontable td:first-of-type,
.handsontable .htNoFrame + th,
.handsontable .htNoFrame + td {
  border-left: 1px solid #CCC;
}
.handsontable.htRowHeaders thead tr th:nth-child(2) {
  border-left: 1px solid #CCC;
}
.handsontable tr:first-child th,
.handsontable tr:first-child td {
  border-top: 1px solid #CCC;
}
.ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable tbody tr th,
.ht_master:not(.innerBorderLeft):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
  border-right-width: 0;
}
.ht_master:not(.innerBorderTop) thead tr:last-child th,
.ht_master:not(.innerBorderTop) ~ .handsontable thead tr:last-child th,
.ht_master:not(.innerBorderTop) thead tr.lastChild th,
.ht_master:not(.innerBorderTop) ~ .handsontable thead tr.lastChild th {
  border-bottom-width: 0;
}
.handsontable th {
  background-color: #f0f0f0;
  color: #222;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}
.handsontable thead th {
  padding: 0;
}
.handsontable th.active {
  background-color: #CCC;
}
.handsontable thead th .relative {
  padding: 2px 4px;
}
/* plugins */
/* row + column resizer*/
.handsontable .manualColumnResizer {
  position: absolute;
  top: 0;
  cursor: col-resize;
  z-index: 210;
  width: 5px;
  height: 25px;
}
.handsontable .manualRowResizer {
  position: absolute;
  left: 0;
  cursor: row-resize;
  z-index: 210;
  height: 5px;
  width: 50px;
}
.handsontable .manualColumnResizer:hover,
.handsontable .manualColumnResizer.active,
.handsontable .manualRowResizer:hover,
.handsontable .manualRowResizer.active {
  background-color: #34a9db;
}
.handsontable .manualColumnResizerGuide {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #34a9db;
  display: none;
  width: 0;
  border-right: 1px dashed #777;
  margin-left: 5px;
}
.handsontable .manualRowResizerGuide {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #34a9db;
  display: none;
  height: 0;
  border-bottom: 1px dashed #777;
  margin-top: 5px;
}
.handsontable .manualColumnResizerGuide.active,
.handsontable .manualRowResizerGuide.active {
  display: block;
  z-index: 209;
}
.handsontable .columnSorting {
  position: relative;
}
.handsontable .columnSorting.sortAction:hover {
  text-decoration: underline;
  cursor: pointer;
}
.handsontable span.colHeader {
  display: inline-block;
  line-height: 1.1;
}
/* Arrow position */
.handsontable span.colHeader.columnSorting::before {
  /* Centering start */
  top: 50%;
  margin-top: -6px; /* One extra pixel for purpose of proper positioning of sorting arrow, when `font-size` set to default */
  /* Centering end */

  padding-left: 8px; /* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
  position: absolute;
  right: -9px;

  content: '';
  height: 10px;
  width: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
}
.handsontable span.colHeader.columnSorting.ascending::before {
  /* arrow up; 20 x 40 px, scaled to 5 x 10 px; base64 size: 0.3kB */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC");
}
.handsontable span.colHeader.columnSorting.descending::before {
  /* arrow down; 20 x 40 px, scaled to 5 x 10 px; base64 size: 0.3kB */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=");
}
.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::after {
  content: '*';
  display: inline-block;
  position: relative;
  /* The multi-line header and header with longer text need more padding to not hide arrow,
  we make header wider in `GhostTable` to make some space for arrow which is positioned absolutely in the main table */
  padding-right: 20px;
}
/* Selection */
.handsontable .wtBorder {
  position: absolute;
  font-size: 0;
}
.handsontable .wtBorder.hidden{
  display:none !important;
}
/* A layer order of the selection types */
.handsontable .wtBorder.current {
  z-index: 10;
}
.handsontable .wtBorder.area {
  z-index: 8;
}
.handsontable .wtBorder.fill {
  z-index: 6;
}
.handsontable td.area,
.handsontable td.area-1,
.handsontable td.area-2,
.handsontable td.area-3,
.handsontable td.area-4,
.handsontable td.area-5,
.handsontable td.area-6,
.handsontable td.area-7 {
  position: relative;
}
.handsontable td.area:before,
.handsontable td.area-1:before,
.handsontable td.area-2:before,
.handsontable td.area-3:before,
.handsontable td.area-4:before,
.handsontable td.area-5:before,
.handsontable td.area-6:before,
.handsontable td.area-7:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: -100%\9; /* Fix for IE9 to spread the ":before" pseudo element to 100% height of the parent element */
  background: #005eff;
}
/* Fix for IE10 and IE11 to spread the ":before" pseudo element to 100% height of the parent element */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .handsontable td.area:before,
  .handsontable td.area-1:before,
  .handsontable td.area-2:before,
  .handsontable td.area-3:before,
  .handsontable td.area-4:before,
  .handsontable td.area-5:before,
  .handsontable td.area-6:before,
  .handsontable td.area-7:before {
    bottom: -100%;
  }
}
.handsontable td.area:before {
  opacity: 0.1;
}
.handsontable td.area-1:before {
  opacity: 0.2;
}
.handsontable td.area-2:before {
  opacity: 0.27;
}
.handsontable td.area-3:before {
  opacity: 0.35;
}
.handsontable td.area-4:before {
  opacity: 0.41;
}
.handsontable td.area-5:before {
  opacity: 0.47;
}
.handsontable td.area-6:before {
  opacity: 0.54;
}
.handsontable td.area-7:before {
  opacity: 0.58;
}
.handsontable tbody th.ht__highlight,
.handsontable thead th.ht__highlight {
  background-color: #dcdcdc;
}
.handsontable tbody th.ht__active_highlight,
.handsontable thead th.ht__active_highlight {
  background-color: #8eb0e7;
  color: #000;
}
/* fill handle */
.handsontable .wtBorder.corner {
  font-size: 0;
  cursor: crosshair;
}
.handsontable .htBorder.htFillBorder {
  background: red;
  width: 1px;
  height: 1px;
}
.handsontableInput {
  border: none;
  outline-width: 0;
  margin: 0;
  padding: 1px 5px 0 5px;
  font-family: inherit;
  line-height: 21px;
  font-size: inherit;
  box-shadow: 0 0 0 2px #5292F7 inset;
  resize: none;
  /*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
  display: block;
  color: #000;
  border-radius: 0;
  background-color: #FFF;
  /*overwrite styles potentionally made by a framework*/
}
.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 104;
}
.htSelectEditor {
  -webkit-appearance: menulist-button !important;
  position: absolute;
  width: auto;
}
/*
TextRenderer readOnly cell
*/
.handsontable .htDimmed {
  color: #777;
}
.handsontable .htSubmenu {
  position: relative;
}
.handsontable .htSubmenu :after{
  content: '\25B6';
  color: #777;
  position: absolute;
  right: 5px;
  font-size: 9px;
}
/*
TextRenderer horizontal alignment
*/
.handsontable .htLeft{
  text-align: left;
}
.handsontable .htCenter{
  text-align: center;
}
.handsontable .htRight{
  text-align: right;
}
.handsontable .htJustify{
  text-align: justify;
}
/*
TextRenderer vertical alignment
*/
.handsontable .htTop{
  vertical-align: top;
}
.handsontable .htMiddle{
  vertical-align: middle;
}
.handsontable .htBottom{
  vertical-align: bottom;
}
/*
TextRenderer placeholder value
*/
.handsontable .htPlaceholder {
  color: #999;
}
/*
AutocompleteRenderer down arrow
*/
.handsontable .htAutocompleteArrow {
  float: right;
  font-size: 10px;
  color: #EEE;
  cursor: default;
  width: 16px;
  text-align: center;
}
.handsontable td .htAutocompleteArrow:hover {
  color: #777;
}
.handsontable td.area .htAutocompleteArrow {
  color: #d3d3d3;
}
/*
CheckboxRenderer
*/
.handsontable .htCheckboxRendererInput {
  display: inline-block;
}
.handsontable .htCheckboxRendererInput.noValue {
  opacity: 0.5;
}
.handsontable .htCheckboxRendererLabel {
  font-size: inherit;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
/**
 * Handsontable in Handsontable
 */
.handsontable .handsontable.ht_clone_top .wtHider {
  padding: 0 0 5px 0;
}
/**
* Autocomplete Editor
*/
.handsontable .autocompleteEditor.handsontable {
  padding-right: 17px;
}
.handsontable .autocompleteEditor.handsontable.htMacScroll {
  padding-right: 15px;
}
/**
 * Handsontable listbox theme
 */
.handsontable.listbox {
  margin: 0;
}
.handsontable.listbox .ht_master table {
  border: 1px solid #ccc;
  border-collapse: separate;
  background: white;
}
.handsontable.listbox th,
.handsontable.listbox tr:first-child th,
.handsontable.listbox tr:last-child th,
.handsontable.listbox tr:first-child td,
.handsontable.listbox td {
  border-color: transparent;
}
.handsontable.listbox th,
.handsontable.listbox td {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.handsontable.listbox td.htDimmed {
  cursor: default;
  color: inherit;
  font-style: inherit;
}
.handsontable.listbox .wtBorder {
  visibility: hidden;
}
.handsontable.listbox tr td.current,
.handsontable.listbox tr:hover td {
  background: #eee;
}
.ht_editor_hidden {
  z-index: -1;
}
.ht_editor_visible {
  z-index: 200;
}
.ht_clone_master {
  z-index: 100;
}
.ht_clone_right {
  z-index: 110;
}
.ht_clone_left {
  z-index: 120;
}
.ht_clone_bottom {
  z-index: 130;
}
.ht_clone_bottom_right_corner {
  z-index: 140;
}
.ht_clone_bottom_left_corner {
  z-index: 150;
}
.ht_clone_top {
  z-index: 160;
}
.ht_clone_top_right_corner {
  z-index: 170;
}
.ht_clone_top_left_corner {
  z-index: 180;
}
.handsontable td.htSearchResult {
  background: #fcedd9;
  color: #583707;
}
/*
Cell borders
*/
.htBordered{
  /*box-sizing: border-box !important;*/
  border-width: 1px;
}
.htBordered.htTopBorderSolid {
  border-top-style: solid;
  border-top-color: #000;
}
.htBordered.htRightBorderSolid {
  border-right-style: solid;
  border-right-color: #000;
}
.htBordered.htBottomBorderSolid {
  border-bottom-style: solid;
  border-bottom-color: #000;
}
.htBordered.htLeftBorderSolid {
  border-left-style: solid;
  border-left-color: #000;
}
.handsontable tbody tr th:nth-last-child(2) {
  border-right: 1px solid #CCC;
}
.handsontable thead tr:nth-last-child(2) th.htGroupIndicatorContainer {
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.ht_clone_top_left_corner thead tr th:nth-last-child(2) {
  border-right: 1px solid #CCC;
}
.htCollapseButton {
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  margin-bottom: 3px;
  position: relative;
}
.htCollapseButton:after {
  content: "";
  height: 300%;
  width: 1px;
  display: block;
  background: #ccc;
  margin-left: 4px;
  position: absolute;
  /*top: -300%;*/
  bottom: 10px;
}
thead .htCollapseButton {
  right: 5px;
  position: absolute;
  top: 5px;
  background: #fff;
}
thead .htCollapseButton:after {
  height: 1px;
  width: 700%;
  right: 10px;
  top: 4px;
}
.handsontable tr th .htExpandButton {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  top: 0;
  display: none;
}
.handsontable thead tr th .htExpandButton {
  /*left: 5px;*/
  top: 5px;
}
.handsontable tr th .htExpandButton.clickable {
  display: block;
}
.collapsibleIndicator {
  position: absolute;
  top: 50%;
  transform: translate(0% ,-50%);
  right: 5px;
  border: 1px solid #A6A6A6;
  line-height: 10px;
  color: #222;
  border-radius: 10px;
  font-size: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  box-shadow: 0 0 0 6px rgba(238,238,238,1);
  background: #eee;
}
.handsontable col.hidden {
  width: 0 !important;
}
.handsontable table tr th.lightRightBorder {
  border-right: 1px solid #E6E6E6;
}
.handsontable tr.hidden,
.handsontable tr.hidden td,
.handsontable tr.hidden th {
  display: none;
}
.ht_master,
.ht_clone_left,
.ht_clone_top,
.ht_clone_bottom {
  overflow: hidden;
}
.ht_master .wtHolder {
  overflow: auto;
}
.handsontable .ht_master thead,
.handsontable .ht_master tr th,
.handsontable .ht_clone_left thead {
  visibility: hidden;
}
.ht_clone_top .wtHolder,
.ht_clone_left .wtHolder,
.ht_clone_bottom .wtHolder {
  overflow: hidden;
}
/*

 Handsontable Mobile Text Editor stylesheet

 */
.handsontable.mobile,
.handsontable.mobile .wtHolder {
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-overflow-scrolling: touch;
}
.htMobileEditorContainer {
  display: none;
  position: absolute;
  top: 0;
  width: 70%;
  height: 54pt;
  background: #f8f8f8;
  border-radius: 20px;
  border: 1px solid #ebebeb;
  z-index: 999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
/* Initial left/top coordinates - overwritten when actual position is set */

.bottomRightSelectionHandle,
.bottomRightSelectionHandle-HitArea {
  left: -10000px;
  top: -10000px;
}
.htMobileEditorContainer.active {
  display: block;
}
.htMobileEditorContainer .inputs {
  position: absolute;
  right: 210pt;
  bottom: 10pt;
  top: 10pt;
  left: 14px;
  height: 34pt;
}
.htMobileEditorContainer .inputs textarea {
  font-size: 13pt;
  border: 1px solid #a1a1a1;
  -webkit-appearance: none;
  box-shadow: none;
  position: absolute;
  left: 14px;
  right: 14px;
  top: 0;
  bottom: 0;
  padding: 7pt;
}
.htMobileEditorContainer .cellPointer {
  position: absolute;
  top: -13pt;
  height: 0;
  width: 0;
  left: 30px;

  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #ebebeb;
}
.htMobileEditorContainer .cellPointer.hidden {
  display: none;
}
.htMobileEditorContainer .cellPointer:before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  height: 0;
  width: 0;
  left: -13pt;

  border-left: 13pt solid transparent;
  border-right: 13pt solid transparent;
  border-bottom: 13pt solid #f8f8f8;
}
.htMobileEditorContainer .moveHandle {
  position: absolute;
  top: 10pt;
  left: 5px;
  width: 30px;
  bottom: 0px;
  cursor: move;
  z-index: 9999;
}
.htMobileEditorContainer .moveHandle:after {
  content: "..\a..\a..\a..";
  white-space: pre;
  line-height: 10px;
  font-size: 20pt;
  display: inline-block;
  margin-top: -8px;
  color: #ebebeb;
}
.htMobileEditorContainer .positionControls {
  width: 205pt;
  position: absolute;
  right: 5pt;
  top: 0;
  bottom: 0;
}
.htMobileEditorContainer .positionControls > div {
  width: 50pt;
  height: 100%;
  float: left;
}
.htMobileEditorContainer .positionControls > div:after {
  content: " ";
  display: block;
  width: 15pt;
  height: 15pt;
  text-align: center;
  line-height: 50pt;
}
.htMobileEditorContainer .leftButton:after,
.htMobileEditorContainer .rightButton:after,
.htMobileEditorContainer .upButton:after,
.htMobileEditorContainer .downButton:after {
  transform-origin: 5pt 5pt;
  -webkit-transform-origin: 5pt 5pt;
  margin: 21pt 0 0 21pt;
}
.htMobileEditorContainer .leftButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(-45deg);
  /*margin-top: 17pt;*/
  /*margin-left: 20pt;*/
}
.htMobileEditorContainer .leftButton:active:after {
  border-color: #cfcfcf;
}
.htMobileEditorContainer .rightButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(135deg);
  /*margin-top: 17pt;*/
  /*margin-left: 10pt;*/
}
.htMobileEditorContainer .rightButton:active:after {
  border-color: #cfcfcf;
}
.htMobileEditorContainer .upButton:after {
  /*border-top: 2px solid #cfcfcf;*/
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(45deg);
  /*margin-top: 22pt;*/
  /*margin-left: 15pt;*/
}
.htMobileEditorContainer .upButton:active:after {
  border-color: #cfcfcf;
}
.htMobileEditorContainer .downButton:after {
  border-top: 2px solid #288ffe;
  border-left: 2px solid #288ffe;
  -webkit-transform: rotate(225deg);
  /*margin-top: 15pt;*/
  /*margin-left: 15pt;*/
}
.htMobileEditorContainer .downButton:active:after {
  border-color: #cfcfcf;
}
.handsontable.hide-tween {
  animation: opacity-hide 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.handsontable.show-tween {
  animation: opacity-show 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@charset "UTF-8";
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }
.pika-single.is-hidden {
    display: none;
}
.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}
.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}
.pika-title {
    position: relative;
    text-align: center;
}
.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}
.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}
.pika-prev {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}
.pika-next {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}
.pika-select {
    display: inline-block;
    *display: inline;
}
.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}
.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}
.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}
.pika-week {
    font-size: 11px;
    color: #999;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}
/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}
.htCommentCell {
    position: relative;
}
.htCommentCell:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid black;
}
.htComments {
    display: none;
    z-index: 1059;
    position: absolute;
}
.htCommentTextArea {
    box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px;
    box-sizing: border-box;
    border: none;
    border-left: 3px solid #ccc;
    background-color: #fff;
    width: 215px;
    height: 90px;
    font-size: 12px;
    padding: 5px;
    outline: 0px !important;
    -webkit-appearance: none;
}
.htCommentTextArea:focus {
    box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px, inset 0 0 0 1px #5292f7;
    border-left: 3px solid #5292f7;
}
/*!
 * Handsontable ContextMenu
 */
.htContextMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1060; /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
}
.htContextMenu .ht_clone_top,
.htContextMenu .ht_clone_left,
.htContextMenu .ht_clone_corner {
  display: none;
}
.htContextMenu table.htCore {
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.htContextMenu .wtBorder {
  visibility: hidden;
}
.htContextMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.htContextMenu table tbody tr td:first-child {
  border: 0;
}
.htContextMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}
.htContextMenu table tbody tr td.current,
.htContextMenu table tbody tr td.zeroclipboard-is-hover {
  background: #f3f3f3;
}
.htContextMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
  cursor: default;
}
.htContextMenu table tbody tr td.htDisabled {
  color: #999;
  cursor: default;
}
.htContextMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}
.htContextMenu table tbody tr.htHidden {
  display: none;
}
.htContextMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 6px;
}
.htContextMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}
.htContextMenu .ht_master .wtHolder {
  overflow: hidden;
}
textarea.HandsontableCopyPaste {
  position: fixed !important;
  top: 0 !important;
  right: 100% !important;
  overflow: hidden;
  opacity: 0;
  outline: 0 none !important;
}
.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_top_left_corner th:nth-child(2),
.htRowHeaders .ht_master.innerBorderLeft ~ .ht_clone_left td:first-of-type {
  border-left: 0 none;
}
.handsontable .wtHider {
  position: relative;
}
.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
  cursor: move;
  cursor: grab;
}
.handsontable.ht__manualColumnMove.on-moving--columns,
.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
  cursor: move;
  cursor: grabbing;
}
.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
  display: none;
}
.handsontable .ht__manualColumnMove--guideline,
.handsontable .ht__manualColumnMove--backlight {
  position: absolute;
  height: 100%;
  display: none;
}
.handsontable .ht__manualColumnMove--guideline {
  background: #757575;
  width: 2px;
  top: 0;
  margin-left: -1px;
  z-index: 205;
}
.handsontable .ht__manualColumnMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 205;
  pointer-events: none;
}
.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,
.handsontable.on-moving--columns .ht__manualColumnMove--backlight {
  display: block;
}
.handsontable .wtHider {
  position: relative;
}
.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
  cursor: move;
  cursor: grab;
}
.handsontable.ht__manualRowMove.on-moving--rows,
.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
  cursor: move;
  cursor: grabbing;
}
.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
  display: none;
}
.handsontable .ht__manualRowMove--guideline,
.handsontable .ht__manualRowMove--backlight {
  position: absolute;
  width: 100%;
  display: none;
}
.handsontable .ht__manualRowMove--guideline {
  background: #757575;
  height: 2px;
  left: 0;
  margin-top: -1px;
  z-index: 205;
}
.handsontable .ht__manualRowMove--backlight {
  background: #343434;
  background: rgba(52, 52, 52, 0.25);
  display: none;
  z-index: 205;
  pointer-events: none;
}
.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
.handsontable.on-moving--rows .ht__manualRowMove--backlight {
  display: block;
}
.handsontable tbody td[rowspan][class*="area"][class*="highlight"]:not([class*="fullySelectedMergedCell"]):before {
    opacity: 0;
}
.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-multiple"]:before {
    opacity: 0.1;
}
.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-0"]:before {
    opacity: 0.1;
}
.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-1"]:before {
    opacity: 0.2;
}
.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-2"]:before {
    opacity: 0.27;
}
.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-3"]:before {
    opacity: 0.35;
}
.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-4"]:before {
    opacity: 0.41;
}
.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-5"]:before {
    opacity: 0.47;
}
.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-6"]:before {
    opacity: 0.54;
}
.handsontable tbody td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7"]:before {
    opacity: 0.58;
}
/*!
 * Handsontable DropdownMenu
 */
.handsontable .changeType {
  background: #eee;
  border-radius: 2px;
  border: 1px solid #bbb;
  color: #bbb;
  font-size: 9px;
  line-height: 9px;
  padding: 2px;
  margin: 3px 1px 0 5px;
  float: right;
}
.handsontable .changeType:before {
  content: '\25BC\ ';
}
.handsontable .changeType:hover {
  border: 1px solid #777;
  color: #777;
  cursor: pointer;
}
.htDropdownMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1060; /* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
}
.htDropdownMenu .ht_clone_top,
.htDropdownMenu .ht_clone_left,
.htDropdownMenu .ht_clone_corner {
  display: none;
}
.htDropdownMenu table.htCore {
  border: 1px solid #bbb;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.htDropdownMenu .wtBorder {
  visibility: hidden;
}
.htDropdownMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.htDropdownMenu table tbody tr td:first-child {
  border: 0;
}
.htDropdownMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}
.htDropdownMenu table tbody tr td.current,
.htDropdownMenu table tbody tr td.zeroclipboard-is-hover {
  background: #e9e9e9;
}
.htDropdownMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
  cursor: default;
}
.htDropdownMenu table tbody tr td.htDisabled {
  color: #999;
}
.htDropdownMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}
.htDropdownMenu:not(.htGhostTable) table tbody tr.htHidden {
  display: none;
}
.htDropdownMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.htDropdownMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}
.htDropdownMenu .ht_master .wtHolder {
  overflow: hidden;
}
/* Column's number position */
.handsontable span.colHeader.columnSorting::after {
  /* Centering start */
  top: 50%;
  margin-top: -2px; /* Two extra pixels (-2 instead of -4) for purpose of proper positioning of numeric indicators, when `font-size` set to default */
  /* Centering end */

  position: absolute;
  right: -15px;
  padding-left: 5px; ; /* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */

  font-size: 8px;
  height: 8px;
  line-height: 1.1;
  text-decoration: underline; /* Workaround for IE9 - IE11 */
}
/* Workaround for IE9 - IE11, https://stackoverflow.com/a/21902566, https://stackoverflow.com/a/32120247 */
.handsontable span.colHeader.columnSorting::after {
  text-decoration: none;
}
/* We support up to 7 numeric indicators, describing order of column in sorted columns queue */
.handsontable span.colHeader.columnSorting[class^="sort-"]::after,
.handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
  content: "+"
}
.handsontable span.colHeader.columnSorting.sort-1::after {
  content: '1';
}
.handsontable span.colHeader.columnSorting.sort-2::after {
  content: '2';
}
.handsontable span.colHeader.columnSorting.sort-3::after {
  content: '3';
}
.handsontable span.colHeader.columnSorting.sort-4::after {
  content: '4';
}
.handsontable span.colHeader.columnSorting.sort-5::after {
  content: '5';
}
.handsontable span.colHeader.columnSorting.sort-6::after {
  content: '6';
}
.handsontable span.colHeader.columnSorting.sort-7::after {
  content: '7';
}
/* Drop-down menu widens header by 5 pixels, sort sequence numbers won't overlap the icon; mainly for the IE9+ */
.htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
  padding-right: 5px;
}
/*!
 * Handsontable Filters
 */
/* Conditions menu */
.htFiltersConditionsMenu:not(.htGhostTable) {
  display: none;
  position: absolute;
  z-index: 1070;
}
.htFiltersConditionsMenu .ht_clone_top,
.htFiltersConditionsMenu .ht_clone_left,
.htFiltersConditionsMenu .ht_clone_corner {
  display: none;
}
.htFiltersConditionsMenu table.htCore {
  border: 1px solid #bbb;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
.htFiltersConditionsMenu .wtBorder {
  visibility: hidden;
}
.htFiltersConditionsMenu table tbody tr td {
  background: white;
  border-width: 0;
  padding: 4px 6px 0 6px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.htFiltersConditionsMenu table tbody tr td:first-child {
  border: 0;
}
.htFiltersConditionsMenu table tbody tr td.htDimmed {
  font-style: normal;
  color: #323232;
}
.htFiltersConditionsMenu table tbody tr td.current,
.htFiltersConditionsMenu table tbody tr td.zeroclipboard-is-hover {
  background: #e9e9e9;
}
.htFiltersConditionsMenu table tbody tr td.htSeparator {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
}
.htFiltersConditionsMenu table tbody tr td.htDisabled {
  color: #999;
}
.htFiltersConditionsMenu table tbody tr td.htDisabled:hover {
  background: #fff;
  color: #999;
  cursor: default;
}
.htFiltersConditionsMenu table tbody tr td .htItemWrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.htFiltersConditionsMenu table tbody tr td div span.selected {
  margin-top: -2px;
  position: absolute;
  left: 4px;
}
.htFiltersConditionsMenu .ht_master .wtHolder {
  overflow: hidden;
}
.handsontable .htMenuFiltering {
  border-bottom: 1px dotted #ccc;
  height: 135px;
  overflow: hidden;
}
.handsontable .ht_master table td.htCustomMenuRenderer {
  background-color: #fff;
  cursor: auto;
}
/* Menu label */
.handsontable .htFiltersMenuLabel {
  font-size: 0.75em;
}
/* Component action bar */
.handsontable .htFiltersMenuActionBar {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 3px;
}
/* Component filter by conditional */
.handsontable .htFiltersMenuCondition.border {
  border-bottom: 1px dotted #ccc !important;
}
.handsontable .htFiltersMenuCondition .htUIInput {
  padding: 0 0 5px 0;
}
/* Component filter by value */
.handsontable .htFiltersMenuValue {
  border-bottom: 1px dotted #ccc !important;
}
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch {
  padding: 0;
}
.handsontable .htFiltersMenuCondition .htUIInput input,
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input {
  font-family: inherit;
  font-size: 0.75em;
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
}
.htUIMultipleSelect .ht_master .wtHolder {
  overflow-y: scroll;
}
.handsontable .htFiltersActive .changeType {
  border: 1px solid #509272;
  color: #18804e;
  background-color: #d2e0d9;
}
.handsontable .htUISelectAll {
  margin-right: 10px;
}
.handsontable .htUIClearAll, .handsontable .htUISelectAll {
  display: inline-block;
}
.handsontable .htUIClearAll a, .handsontable .htUISelectAll a {
  color: #3283D8;
  font-size: 0.75em;
}
.handsontable .htUISelectionControls {
  text-align: right;
}
.handsontable .htCheckboxRendererInput {
  margin: 0 5px 0 0;
  vertical-align: middle;
  height: 1em;
}
/* UI elements */
/* Input */
.handsontable .htUIInput {
  padding: 3px 0 7px 0;
  position: relative;
  text-align: center;
}
.handsontable .htUIInput input {
  border-radius: 2px;
  border: 1px solid #d2d1d1;
}
.handsontable .htUIInput input:focus {
  outline: 0;
}
.handsontable .htUIInputIcon {
  position: absolute;
}
/* Button */
.handsontable .htUIInput.htUIButton {
  cursor: pointer;
  display: inline-block;
}
.handsontable .htUIInput.htUIButton input {
  background-color: #eee;
  color: #000;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.7em;
  font-weight: bold;
  height: 19px;
  min-width: 64px;
}
.handsontable .htUIInput.htUIButton input:hover {
  border-color: #b9b9b9;
}
.handsontable .htUIInput.htUIButtonOK {
  margin-right: 10px;
}
.handsontable .htUIInput.htUIButtonOK input {
  background-color: #0f9d58;
  border-color: #18804e;
  color: #fff;
}
.handsontable .htUIInput.htUIButtonOK input:hover {
  border-color: #1a6f46;
}
/* Select */
.handsontable .htUISelect {
  cursor: pointer;
  margin-bottom: 7px;
  position: relative;
}
.handsontable .htUISelectCaption {
  background-color: #e8e8e8;
  border-radius: 2px;
  border: 1px solid #d2d1d1;
  font-family: inherit;
  font-size: 0.7em;
  font-weight: bold;
  padding: 3px 20px 3px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.handsontable .htUISelectCaption:hover {
  background-color: #e8e8e8;
  border: 1px solid #b9b9b9;
}
.handsontable .htUISelectDropdown:after {
  content: '\25B2';
  font-size: 7px;
  position: absolute;
  right: 10px;
  top: 0;
}
.handsontable .htUISelectDropdown:before {
  content: '\25BC';
  font-size: 7px;
  position: absolute;
  right: 10px;
  top: 8px;
}
/* SelectMultiple */
.handsontable .htUIMultipleSelect .handsontable .htCore {
  border: none;
}
.handsontable .htUIMultipleSelect .handsontable .htCore td:hover {
  background-color: #F5F5F5;
}
.handsontable .htUIMultipleSelectSearch input {
  border-radius: 2px;
  border: 1px solid #d2d1d1;
  padding: 3px;
}
.handsontable .htUIRadio {
  display: inline-block;
  margin-right: 5px;
  height: 100%;
}
.handsontable .htUIRadio:last-child {
  margin-right: 0;
}
.handsontable .htUIRadio > input[type=radio] {
  margin-right: 0.5ex;
}
.handsontable .htUIRadio label {
  vertical-align: middle;
}
.handsontable .htFiltersMenuOperators {
  padding-bottom: 5px;
}
.handsontable.ganttChart tr:first-child th div.relative {
  padding-right: 21px;
}
.handsontable.ganttChart .colHeader {
  display: block;
}
.handsontable.ganttChart td.rangeBar {
  background: #48b703;
  border-right-width: 0;
  position: relative;
  box-shadow: inset 0 3px 0 #ffffff;
}
.handsontable.ganttChart td.rangeBar.last {
  border-right-width: 1px;
}
.handsontable.ganttChart td.rangeBar.area {
  background: #7EC481;
}
.handsontable.ganttChart td.rangeBar.partial {
  background: #8edf5a;
}
.handsontable.ganttChart td.rangeBar.area.partial {
  background: #A1D8AD;
}
.handsontable thead th.hiddenHeader:not(:first-of-type) {
  display: none;
}
.handsontable th.ht_nestingLevels {
    text-align: left;
    padding-left: 7px;
}
.handsontable th div.ht_nestingLevels {
    display: inline-block;
    position: absolute;
    left: 11px;
}
.handsontable.innerBorderLeft th div.ht_nestingLevels,
.handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingLevels {
    right: 10px;
}
.handsontable th span.ht_nestingLevel {
    display: inline-block;
}
.handsontable th span.ht_nestingLevel_empty {
    display: inline-block;
    width: 10px;
    height: 1px;
    float: left;
}
.handsontable th span.ht_nestingLevel::after {
    content: "\2510";
    font-size: 9px;
    display: inline-block;
    position: relative;
    bottom: 3px;
}
.handsontable th div.ht_nestingButton {
    display: inline-block;
    position: absolute;
    right: -2px;
    cursor: pointer;
}
.handsontable th div.ht_nestingButton.ht_nestingExpand::after {
    content: "\002B";
}
.handsontable th div.ht_nestingButton.ht_nestingCollapse::after {
    content: "\002D";
}
.handsontable.innerBorderLeft th div.ht_nestingButton,
.handsontable.innerBorderLeft ~ .handsontable th div.ht_nestingButton {
    right: 0;
}
/*
 * Handsontable HiddenColumns
 */
.handsontable th.beforeHiddenColumn {
  position: relative;
}
.handsontable th.beforeHiddenColumn::after,
.handsontable th.afterHiddenColumn::before {
  color: #bbb;
  position: absolute;
  top: 50%;
  font-size: 5pt;
  transform: translateY(-50%);
}
.handsontable th.afterHiddenColumn {
  position: relative;
}
.handsontable th.beforeHiddenColumn::after {
  right: 1px;
  content: '\25C0';
}
.handsontable th.afterHiddenColumn::before {
  left: 1px;
  content: '\25B6';
}
.handsontable td.firstVisibleColumn,
.handsontable th.firstVisibleColumn {
  border-left: 1px solid #CCC;
}
/*!
 * Handsontable HiddenRows
 */
.handsontable th.beforeHiddenRow::before,
.handsontable th.afterHiddenRow::after {
  color: #bbb;
  font-size: 6pt;
  line-height: 6pt;
  position: absolute;
  left: 2px;
}
.handsontable th.beforeHiddenRow,
.handsontable th.afterHiddenRow {
  position: relative;
}
.handsontable th.beforeHiddenRow::before {
  content: '\25B2';
  bottom: 2px;
}
.handsontable th.afterHiddenRow::after {
  content: '\25BC';
  top: 2px;
}
.handsontable.ht__selection--rows tbody th.beforeHiddenRow.ht__highlight:before,
.handsontable.ht__selection--rows tbody th.afterHiddenRow.ht__highlight:after {
  color: #eee;
}
.handsontable td.afterHiddenRow.firstVisibleRow,
.handsontable th.afterHiddenRow.firstVisibleRow {
  border-top: 1px solid #CCC;
}
/**
 * Checkboxes
**/
/**
 * Progress bar animations
 */
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-size: 14px;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FF0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "NotoSansThaiUI", "NotoSans", "Roboto";
  /* 1 */
  font-size: 95%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
body:not(.is-mobile) ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: rgba(0, 0, 0, 0);
}
body:not(.is-mobile) ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.37);
  border-radius: 12px;
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb:active {
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
  border-radius: 12px;
}
.align-right {
  right: 0;
}
.align-bottom {
  bottom: 0;
}
.align-left {
  left: 0;
}
@media screen and (min-width: 600px) {

  .align-sm-right {
    right: 0;
  }
}
@media screen and (min-width: 960px) {

  .align-md-right {
    right: 0;
  }
}
@media screen and (min-width: 1280px) {

  .align-lg-right {
    right: 0;
  }
}
@media screen and (min-width: 1920px) {

  .align-xl-right {
    right: 0;
  }
}
.h-20 {
  height: 20px !important;
  min-height: 20px !important;
  max-height: 20px !important;
}
.h-24 {
  height: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;
}
.h-28 {
  height: 28px !important;
  min-height: 28px !important;
  max-height: 28px !important;
}
.h-32 {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
}
.h-36 {
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
}
.h-40 {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
}
.h-44 {
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
}
.h-48 {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
}
.h-52 {
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
}
.h-56 {
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
}
.h-60 {
  height: 60px !important;
  min-height: 60px !important;
  max-height: 60px !important;
}
.h-64 {
  height: 64px !important;
  min-height: 64px !important;
  max-height: 64px !important;
}
.h-68 {
  height: 68px !important;
  min-height: 68px !important;
  max-height: 68px !important;
}
.h-76 {
  height: 76px !important;
  min-height: 76px !important;
  max-height: 76px !important;
}
.h-80 {
  height: 80px !important;
  min-height: 80px !important;
  max-height: 80px !important;
}
.h-100 {
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
}
.h-112 {
  height: 112px !important;
  min-height: 112px !important;
  max-height: 112px !important;
}
.h-120 {
  height: 120px !important;
  min-height: 120px !important;
  max-height: 120px !important;
}
.h-160 {
  height: 160px !important;
  min-height: 160px !important;
  max-height: 160px !important;
}
.h-200 {
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;
}
.h-228 {
  height: 228px !important;
  min-height: 228px !important;
  max-height: 228px !important;
}
.h-272 {
  height: 272px !important;
  min-height: 272px !important;
  max-height: 272px !important;
}
.h-280 {
  height: 280px !important;
  min-height: 280px !important;
  max-height: 280px !important;
}
.h-320 {
  height: 320px !important;
  min-height: 320px !important;
  max-height: 320px !important;
}
.h-360 {
  height: 360px !important;
  min-height: 360px !important;
  max-height: 360px !important;
}
.h-456 {
  height: 456px !important;
  min-height: 456px !important;
  max-height: 456px !important;
}
.h-800 {
  height: 800px !important;
  min-height: 800px !important;
  max-height: 800px !important;
}
.h-90-p {
  height: 90% !important;
}
.h-100-p {
  height: 100% !important;
}
.w-4 {
  width: 4px !important;
  min-width: 4px !important;
  max-width: 4px !important;
}
.w-24 {
  width: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
}
.w-32 {
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
}
.w-36 {
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
}
.w-40 {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}
.w-44 {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
}
.w-48 {
  width: 48px !important;
  min-width: 48px !important;
  max-width: 48px !important;
}
.w-52 {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
}
.w-60 {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
}
.w-64 {
  width: 64px !important;
  min-width: 64px !important;
  max-width: 64px !important;
}
.w-72 {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
}
.w-80 {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
}
.w-100 {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}
.w-104 {
  width: 104px !important;
  min-width: 104px !important;
  max-width: 104px !important;
}
.w-120 {
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
}
.w-124 {
  width: 124px !important;
  min-width: 124px !important;
  max-width: 124px !important;
}
.w-140 {
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
}
.w-148 {
  width: 148px !important;
  min-width: 148px !important;
  max-width: 148px !important;
}
.w-200 {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}
.w-240 {
  width: 240px !important;
  min-width: 240px !important;
  max-width: 240px !important;
}
.w-268 {
  width: 268px !important;
  min-width: 268px !important;
  max-width: 268px !important;
}
.w-280 {
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
}
.w-284 {
  width: 284px !important;
  min-width: 284px !important;
  max-width: 284px !important;
}
.w-300 {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}
.w-308 {
  width: 308px !important;
  min-width: 308px !important;
  max-width: 308px !important;
}
.w-320 {
  width: 320px !important;
  min-width: 320px !important;
  max-width: 320px !important;
}
.w-340 {
  width: 340px !important;
  min-width: 340px !important;
  max-width: 340px !important;
}
.w-344 {
  width: 344px !important;
  min-width: 344px !important;
  max-width: 344px !important;
}
.w-360 {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
}
.w-380 {
  width: 380px !important;
  min-width: 380px !important;
  max-width: 380px !important;
}
.w-400 {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
}
.w-460 {
  width: 460px !important;
  min-width: 460px !important;
  max-width: 460px !important;
}
.w-500 {
  width: 500px !important;
  min-width: 500px !important;
  max-width: 500px !important;
}
.w-600 {
  width: 600px !important;
  min-width: 600px !important;
  max-width: 600px !important;
}
.w-720 {
  width: 720px !important;
  min-width: 720px !important;
  max-width: 720px !important;
}
.w-960 {
  width: 960px !important;
  min-width: 960px !important;
  max-width: 960px !important;
}
.w-1200 {
  width: 1200px !important;
  min-width: 1200px !important;
  max-width: 1200px !important;
}
.w-1280 {
  width: 1280px !important;
  min-width: 1280px !important;
  max-width: 1280px !important;
}
.w-25-p {
  width: 25% !important;
}
.w-30-p {
  width: 30% !important;
}
.w-35-p {
  width: 35% !important;
}
.w-40-p {
  width: 40% !important;
}
.w-50-p {
  width: 50% !important;
}
.w-60-p {
  width: 60% !important;
}
.w-65-p {
  width: 65% !important;
}
.w-70-p {
  width: 70% !important;
}
.w-80-p {
  width: 80% !important;
}
.w-100-p {
  width: 100% !important;
}
.m-0 {
  margin: 0px !important;
}
.m-8 {
  margin: 8px !important;
}
.m-12 {
  margin: 12px !important;
}
.m-16 {
  margin: 16px !important;
}
.m-24 {
  margin: 24px !important;
}
.m-28 {
  margin: 28px !important;
}
.m-32 {
  margin: 32px !important;
}
.m-36 {
  margin: 36px !important;
}
.mx-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mx-32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-76 {
  margin-left: 76px !important;
}
.mt-96 {
  margin-top: 96px !important;
}
.m-auto {
  margin: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.p-0 {
  padding: 0px !important;
}
.p-4 {
  padding: 4px !important;
}
.p-8 {
  padding: 8px !important;
}
.p-12 {
  padding: 12px !important;
}
.p-16 {
  padding: 16px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-24 {
  padding: 24px !important;
}
.p-32 {
  padding: 32px !important;
}
.p-36 {
  padding: 36px !important;
}
.px-4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px-8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.px-28 {
  padding-right: 28px !important;
  padding-left: 28px !important;
}
.px-32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pt-28 {
  padding-top: 28px !important;
}
.pl-28 {
  padding-left: 28px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-44 {
  padding-left: 44px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-76 {
  padding-left: 76px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 600px) {

  .mb-sm-0 {
    margin-bottom: 0px !important;
  }

  .mr-sm-4 {
    margin-right: 4px !important;
  }

  .mr-sm-16 {
    margin-right: 16px !important;
  }
}
@media screen and (min-width: 960px) {

  .mx-md-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .px-md-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}
@media screen and (min-width: 1280px) {

  .mr-lg-32 {
    margin-right: 32px !important;
  }

  .ml-lg-32 {
    margin-left: 32px !important;
  }
}
.border,
.b {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.border-top,
.bt {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.border-right,
.br {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.border-bottom,
.bb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.border-left,
.bl {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

.by {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
html,
body {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.boxed {
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
/*----------------------------------------------------------------*/
/*  @ Text rendering & box sizing
/*----------------------------------------------------------------*/
* {
  text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}
input {
  border: none;
  padding: 0 16px;
}
i,
mat-icon {
  font-size: 22px;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  line-height: 22px;
}

mat-icon.s-4 {
  font-size: 4px !important;
  width: 4px !important;
  height: 4px !important;
  min-width: 4px !important;
  min-height: 4px !important;
  line-height: 4px !important;
}

mat-icon.s-6 {
  font-size: 6px !important;
  width: 6px !important;
  height: 6px !important;
  min-width: 6px !important;
  min-height: 6px !important;
  line-height: 6px !important;
}

mat-icon.s-8 {
  font-size: 8px !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  line-height: 8px !important;
}

mat-icon.s-10 {
  font-size: 10px !important;
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  line-height: 10px !important;
}

mat-icon.s-12 {
  font-size: 12px !important;
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  line-height: 12px !important;
}
i.s-14,
mat-icon.s-14 {
  font-size: 14px !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  min-height: 14px !important;
  line-height: 14px !important;
}
i.s-16,
mat-icon.s-16 {
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  min-height: 16px !important;
  line-height: 16px !important;
}
i.s-18,
mat-icon.s-18 {
  font-size: 18px !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  min-height: 18px !important;
  line-height: 18px !important;
}
i.s-20,
mat-icon.s-20 {
  font-size: 20px !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  line-height: 20px !important;
}

mat-icon.s-22 {
  font-size: 22px !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  line-height: 22px !important;
}
i.s-24,
mat-icon.s-24 {
  font-size: 24px !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  line-height: 24px !important;
}

mat-icon.s-26 {
  font-size: 26px !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  line-height: 26px !important;
}
i.s-28,
mat-icon.s-28 {
  font-size: 28px !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  line-height: 28px !important;
}

mat-icon.s-30 {
  font-size: 30px !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
}
i.s-32,
mat-icon.s-32 {
  font-size: 32px !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  line-height: 32px !important;
}

mat-icon.s-34 {
  font-size: 34px !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  line-height: 34px !important;
}
i.s-36,
mat-icon.s-36 {
  font-size: 36px !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  line-height: 36px !important;
}

mat-icon.s-38 {
  font-size: 38px !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  line-height: 38px !important;
}

mat-icon.s-40 {
  font-size: 40px !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
  line-height: 40px !important;
}

mat-icon.s-42 {
  font-size: 42px !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  line-height: 42px !important;
}

mat-icon.s-44 {
  font-size: 44px !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  line-height: 44px !important;
}

mat-icon.s-46 {
  font-size: 46px !important;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px !important;
  min-height: 46px !important;
  line-height: 46px !important;
}

mat-icon.s-48 {
  font-size: 48px !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  line-height: 48px !important;
}

mat-icon.s-50 {
  font-size: 50px !important;
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  line-height: 50px !important;
}

mat-icon.s-52 {
  font-size: 52px !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  line-height: 52px !important;
}

mat-icon.s-54 {
  font-size: 54px !important;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  min-height: 54px !important;
  line-height: 54px !important;
}

mat-icon.s-56 {
  font-size: 56px !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  line-height: 56px !important;
}

mat-icon.s-58 {
  font-size: 58px !important;
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  line-height: 58px !important;
}

mat-icon.s-60 {
  font-size: 60px !important;
  width: 60px !important;
  height: 60px !important;
  min-width: 60px !important;
  min-height: 60px !important;
  line-height: 60px !important;
}

mat-icon.s-62 {
  font-size: 62px !important;
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  min-height: 62px !important;
  line-height: 62px !important;
}

mat-icon.s-64 {
  font-size: 64px !important;
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  line-height: 64px !important;
}

mat-icon.s-66 {
  font-size: 66px !important;
  width: 66px !important;
  height: 66px !important;
  min-width: 66px !important;
  min-height: 66px !important;
  line-height: 66px !important;
}

mat-icon.s-68 {
  font-size: 68px !important;
  width: 68px !important;
  height: 68px !important;
  min-width: 68px !important;
  min-height: 68px !important;
  line-height: 68px !important;
}

mat-icon.s-70 {
  font-size: 70px !important;
  width: 70px !important;
  height: 70px !important;
  min-width: 70px !important;
  min-height: 70px !important;
  line-height: 70px !important;
}

mat-icon.s-72 {
  font-size: 72px !important;
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  min-height: 72px !important;
  line-height: 72px !important;
}

mat-icon.s-74 {
  font-size: 74px !important;
  width: 74px !important;
  height: 74px !important;
  min-width: 74px !important;
  min-height: 74px !important;
  line-height: 74px !important;
}

mat-icon.s-76 {
  font-size: 76px !important;
  width: 76px !important;
  height: 76px !important;
  min-width: 76px !important;
  min-height: 76px !important;
  line-height: 76px !important;
}

mat-icon.s-78 {
  font-size: 78px !important;
  width: 78px !important;
  height: 78px !important;
  min-width: 78px !important;
  min-height: 78px !important;
  line-height: 78px !important;
}

mat-icon.s-80 {
  font-size: 80px !important;
  width: 80px !important;
  height: 80px !important;
  min-width: 80px !important;
  min-height: 80px !important;
  line-height: 80px !important;
}

mat-icon.s-82 {
  font-size: 82px !important;
  width: 82px !important;
  height: 82px !important;
  min-width: 82px !important;
  min-height: 82px !important;
  line-height: 82px !important;
}

mat-icon.s-84 {
  font-size: 84px !important;
  width: 84px !important;
  height: 84px !important;
  min-width: 84px !important;
  min-height: 84px !important;
  line-height: 84px !important;
}

mat-icon.s-86 {
  font-size: 86px !important;
  width: 86px !important;
  height: 86px !important;
  min-width: 86px !important;
  min-height: 86px !important;
  line-height: 86px !important;
}

mat-icon.s-88 {
  font-size: 88px !important;
  width: 88px !important;
  height: 88px !important;
  min-width: 88px !important;
  min-height: 88px !important;
  line-height: 88px !important;
}

mat-icon.s-90 {
  font-size: 90px !important;
  width: 90px !important;
  height: 90px !important;
  min-width: 90px !important;
  min-height: 90px !important;
  line-height: 90px !important;
}

mat-icon.s-92 {
  font-size: 92px !important;
  width: 92px !important;
  height: 92px !important;
  min-width: 92px !important;
  min-height: 92px !important;
  line-height: 92px !important;
}

mat-icon.s-94 {
  font-size: 94px !important;
  width: 94px !important;
  height: 94px !important;
  min-width: 94px !important;
  min-height: 94px !important;
  line-height: 94px !important;
}

mat-icon.s-96 {
  font-size: 96px !important;
  width: 96px !important;
  height: 96px !important;
  min-width: 96px !important;
  min-height: 96px !important;
  line-height: 96px !important;
}

mat-icon.s-98 {
  font-size: 98px !important;
  width: 98px !important;
  height: 98px !important;
  min-width: 98px !important;
  min-height: 98px !important;
  line-height: 98px !important;
}

mat-icon.s-100 {
  font-size: 100px !important;
  width: 100px !important;
  height: 100px !important;
  min-width: 100px !important;
  min-height: 100px !important;
  line-height: 100px !important;
}

mat-icon.s-102 {
  font-size: 102px !important;
  width: 102px !important;
  height: 102px !important;
  min-width: 102px !important;
  min-height: 102px !important;
  line-height: 102px !important;
}

mat-icon.s-104 {
  font-size: 104px !important;
  width: 104px !important;
  height: 104px !important;
  min-width: 104px !important;
  min-height: 104px !important;
  line-height: 104px !important;
}

mat-icon.s-106 {
  font-size: 106px !important;
  width: 106px !important;
  height: 106px !important;
  min-width: 106px !important;
  min-height: 106px !important;
  line-height: 106px !important;
}

mat-icon.s-108 {
  font-size: 108px !important;
  width: 108px !important;
  height: 108px !important;
  min-width: 108px !important;
  min-height: 108px !important;
  line-height: 108px !important;
}

mat-icon.s-110 {
  font-size: 110px !important;
  width: 110px !important;
  height: 110px !important;
  min-width: 110px !important;
  min-height: 110px !important;
  line-height: 110px !important;
}

mat-icon.s-112 {
  font-size: 112px !important;
  width: 112px !important;
  height: 112px !important;
  min-width: 112px !important;
  min-height: 112px !important;
  line-height: 112px !important;
}

mat-icon.s-114 {
  font-size: 114px !important;
  width: 114px !important;
  height: 114px !important;
  min-width: 114px !important;
  min-height: 114px !important;
  line-height: 114px !important;
}

mat-icon.s-116 {
  font-size: 116px !important;
  width: 116px !important;
  height: 116px !important;
  min-width: 116px !important;
  min-height: 116px !important;
  line-height: 116px !important;
}

mat-icon.s-118 {
  font-size: 118px !important;
  width: 118px !important;
  height: 118px !important;
  min-width: 118px !important;
  min-height: 118px !important;
  line-height: 118px !important;
}

mat-icon.s-120 {
  font-size: 120px !important;
  width: 120px !important;
  height: 120px !important;
  min-width: 120px !important;
  min-height: 120px !important;
  line-height: 120px !important;
}

mat-icon.s-122 {
  font-size: 122px !important;
  width: 122px !important;
  height: 122px !important;
  min-width: 122px !important;
  min-height: 122px !important;
  line-height: 122px !important;
}

mat-icon.s-124 {
  font-size: 124px !important;
  width: 124px !important;
  height: 124px !important;
  min-width: 124px !important;
  min-height: 124px !important;
  line-height: 124px !important;
}

mat-icon.s-126 {
  font-size: 126px !important;
  width: 126px !important;
  height: 126px !important;
  min-width: 126px !important;
  min-height: 126px !important;
  line-height: 126px !important;
}

mat-icon.s-128 {
  font-size: 128px !important;
  width: 128px !important;
  height: 128px !important;
  min-width: 128px !important;
  min-height: 128px !important;
  line-height: 128px !important;
}

mat-icon.s-130 {
  font-size: 130px !important;
  width: 130px !important;
  height: 130px !important;
  min-width: 130px !important;
  min-height: 130px !important;
  line-height: 130px !important;
}

mat-icon.s-132 {
  font-size: 132px !important;
  width: 132px !important;
  height: 132px !important;
  min-width: 132px !important;
  min-height: 132px !important;
  line-height: 132px !important;
}

mat-icon.s-134 {
  font-size: 134px !important;
  width: 134px !important;
  height: 134px !important;
  min-width: 134px !important;
  min-height: 134px !important;
  line-height: 134px !important;
}

mat-icon.s-136 {
  font-size: 136px !important;
  width: 136px !important;
  height: 136px !important;
  min-width: 136px !important;
  min-height: 136px !important;
  line-height: 136px !important;
}

mat-icon.s-138 {
  font-size: 138px !important;
  width: 138px !important;
  height: 138px !important;
  min-width: 138px !important;
  min-height: 138px !important;
  line-height: 138px !important;
}

mat-icon.s-140 {
  font-size: 140px !important;
  width: 140px !important;
  height: 140px !important;
  min-width: 140px !important;
  min-height: 140px !important;
  line-height: 140px !important;
}

mat-icon.s-142 {
  font-size: 142px !important;
  width: 142px !important;
  height: 142px !important;
  min-width: 142px !important;
  min-height: 142px !important;
  line-height: 142px !important;
}

mat-icon.s-144 {
  font-size: 144px !important;
  width: 144px !important;
  height: 144px !important;
  min-width: 144px !important;
  min-height: 144px !important;
  line-height: 144px !important;
}

mat-icon.s-146 {
  font-size: 146px !important;
  width: 146px !important;
  height: 146px !important;
  min-width: 146px !important;
  min-height: 146px !important;
  line-height: 146px !important;
}

mat-icon.s-148 {
  font-size: 148px !important;
  width: 148px !important;
  height: 148px !important;
  min-width: 148px !important;
  min-height: 148px !important;
  line-height: 148px !important;
}

mat-icon.s-150 {
  font-size: 150px !important;
  width: 150px !important;
  height: 150px !important;
  min-width: 150px !important;
  min-height: 150px !important;
  line-height: 150px !important;
}

mat-icon.s-152 {
  font-size: 152px !important;
  width: 152px !important;
  height: 152px !important;
  min-width: 152px !important;
  min-height: 152px !important;
  line-height: 152px !important;
}

mat-icon.s-154 {
  font-size: 154px !important;
  width: 154px !important;
  height: 154px !important;
  min-width: 154px !important;
  min-height: 154px !important;
  line-height: 154px !important;
}

mat-icon.s-156 {
  font-size: 156px !important;
  width: 156px !important;
  height: 156px !important;
  min-width: 156px !important;
  min-height: 156px !important;
  line-height: 156px !important;
}

mat-icon.s-158 {
  font-size: 158px !important;
  width: 158px !important;
  height: 158px !important;
  min-width: 158px !important;
  min-height: 158px !important;
  line-height: 158px !important;
}

mat-icon.s-160 {
  font-size: 160px !important;
  width: 160px !important;
  height: 160px !important;
  min-width: 160px !important;
  min-height: 160px !important;
  line-height: 160px !important;
}

mat-icon.s-162 {
  font-size: 162px !important;
  width: 162px !important;
  height: 162px !important;
  min-width: 162px !important;
  min-height: 162px !important;
  line-height: 162px !important;
}

mat-icon.s-164 {
  font-size: 164px !important;
  width: 164px !important;
  height: 164px !important;
  min-width: 164px !important;
  min-height: 164px !important;
  line-height: 164px !important;
}

mat-icon.s-166 {
  font-size: 166px !important;
  width: 166px !important;
  height: 166px !important;
  min-width: 166px !important;
  min-height: 166px !important;
  line-height: 166px !important;
}

mat-icon.s-168 {
  font-size: 168px !important;
  width: 168px !important;
  height: 168px !important;
  min-width: 168px !important;
  min-height: 168px !important;
  line-height: 168px !important;
}

mat-icon.s-170 {
  font-size: 170px !important;
  width: 170px !important;
  height: 170px !important;
  min-width: 170px !important;
  min-height: 170px !important;
  line-height: 170px !important;
}

mat-icon.s-172 {
  font-size: 172px !important;
  width: 172px !important;
  height: 172px !important;
  min-width: 172px !important;
  min-height: 172px !important;
  line-height: 172px !important;
}

mat-icon.s-174 {
  font-size: 174px !important;
  width: 174px !important;
  height: 174px !important;
  min-width: 174px !important;
  min-height: 174px !important;
  line-height: 174px !important;
}

mat-icon.s-176 {
  font-size: 176px !important;
  width: 176px !important;
  height: 176px !important;
  min-width: 176px !important;
  min-height: 176px !important;
  line-height: 176px !important;
}

mat-icon.s-178 {
  font-size: 178px !important;
  width: 178px !important;
  height: 178px !important;
  min-width: 178px !important;
  min-height: 178px !important;
  line-height: 178px !important;
}

mat-icon.s-180 {
  font-size: 180px !important;
  width: 180px !important;
  height: 180px !important;
  min-width: 180px !important;
  min-height: 180px !important;
  line-height: 180px !important;
}

mat-icon.s-182 {
  font-size: 182px !important;
  width: 182px !important;
  height: 182px !important;
  min-width: 182px !important;
  min-height: 182px !important;
  line-height: 182px !important;
}

mat-icon.s-184 {
  font-size: 184px !important;
  width: 184px !important;
  height: 184px !important;
  min-width: 184px !important;
  min-height: 184px !important;
  line-height: 184px !important;
}

mat-icon.s-186 {
  font-size: 186px !important;
  width: 186px !important;
  height: 186px !important;
  min-width: 186px !important;
  min-height: 186px !important;
  line-height: 186px !important;
}

mat-icon.s-188 {
  font-size: 188px !important;
  width: 188px !important;
  height: 188px !important;
  min-width: 188px !important;
  min-height: 188px !important;
  line-height: 188px !important;
}

mat-icon.s-190 {
  font-size: 190px !important;
  width: 190px !important;
  height: 190px !important;
  min-width: 190px !important;
  min-height: 190px !important;
  line-height: 190px !important;
}

mat-icon.s-192 {
  font-size: 192px !important;
  width: 192px !important;
  height: 192px !important;
  min-width: 192px !important;
  min-height: 192px !important;
  line-height: 192px !important;
}

mat-icon.s-194 {
  font-size: 194px !important;
  width: 194px !important;
  height: 194px !important;
  min-width: 194px !important;
  min-height: 194px !important;
  line-height: 194px !important;
}

mat-icon.s-196 {
  font-size: 196px !important;
  width: 196px !important;
  height: 196px !important;
  min-width: 196px !important;
  min-height: 196px !important;
  line-height: 196px !important;
}

mat-icon.s-198 {
  font-size: 198px !important;
  width: 198px !important;
  height: 198px !important;
  min-width: 198px !important;
  min-height: 198px !important;
  line-height: 198px !important;
}

mat-icon.s-200 {
  font-size: 200px !important;
  width: 200px !important;
  height: 200px !important;
  min-width: 200px !important;
  min-height: 200px !important;
  line-height: 200px !important;
}

mat-icon.s-202 {
  font-size: 202px !important;
  width: 202px !important;
  height: 202px !important;
  min-width: 202px !important;
  min-height: 202px !important;
  line-height: 202px !important;
}

mat-icon.s-204 {
  font-size: 204px !important;
  width: 204px !important;
  height: 204px !important;
  min-width: 204px !important;
  min-height: 204px !important;
  line-height: 204px !important;
}

mat-icon.s-206 {
  font-size: 206px !important;
  width: 206px !important;
  height: 206px !important;
  min-width: 206px !important;
  min-height: 206px !important;
  line-height: 206px !important;
}

mat-icon.s-208 {
  font-size: 208px !important;
  width: 208px !important;
  height: 208px !important;
  min-width: 208px !important;
  min-height: 208px !important;
  line-height: 208px !important;
}

mat-icon.s-210 {
  font-size: 210px !important;
  width: 210px !important;
  height: 210px !important;
  min-width: 210px !important;
  min-height: 210px !important;
  line-height: 210px !important;
}

mat-icon.s-212 {
  font-size: 212px !important;
  width: 212px !important;
  height: 212px !important;
  min-width: 212px !important;
  min-height: 212px !important;
  line-height: 212px !important;
}

mat-icon.s-214 {
  font-size: 214px !important;
  width: 214px !important;
  height: 214px !important;
  min-width: 214px !important;
  min-height: 214px !important;
  line-height: 214px !important;
}

mat-icon.s-216 {
  font-size: 216px !important;
  width: 216px !important;
  height: 216px !important;
  min-width: 216px !important;
  min-height: 216px !important;
  line-height: 216px !important;
}

mat-icon.s-218 {
  font-size: 218px !important;
  width: 218px !important;
  height: 218px !important;
  min-width: 218px !important;
  min-height: 218px !important;
  line-height: 218px !important;
}

mat-icon.s-220 {
  font-size: 220px !important;
  width: 220px !important;
  height: 220px !important;
  min-width: 220px !important;
  min-height: 220px !important;
  line-height: 220px !important;
}

mat-icon.s-222 {
  font-size: 222px !important;
  width: 222px !important;
  height: 222px !important;
  min-width: 222px !important;
  min-height: 222px !important;
  line-height: 222px !important;
}

mat-icon.s-224 {
  font-size: 224px !important;
  width: 224px !important;
  height: 224px !important;
  min-width: 224px !important;
  min-height: 224px !important;
  line-height: 224px !important;
}

mat-icon.s-226 {
  font-size: 226px !important;
  width: 226px !important;
  height: 226px !important;
  min-width: 226px !important;
  min-height: 226px !important;
  line-height: 226px !important;
}

mat-icon.s-228 {
  font-size: 228px !important;
  width: 228px !important;
  height: 228px !important;
  min-width: 228px !important;
  min-height: 228px !important;
  line-height: 228px !important;
}

mat-icon.s-230 {
  font-size: 230px !important;
  width: 230px !important;
  height: 230px !important;
  min-width: 230px !important;
  min-height: 230px !important;
  line-height: 230px !important;
}

mat-icon.s-232 {
  font-size: 232px !important;
  width: 232px !important;
  height: 232px !important;
  min-width: 232px !important;
  min-height: 232px !important;
  line-height: 232px !important;
}

mat-icon.s-234 {
  font-size: 234px !important;
  width: 234px !important;
  height: 234px !important;
  min-width: 234px !important;
  min-height: 234px !important;
  line-height: 234px !important;
}

mat-icon.s-236 {
  font-size: 236px !important;
  width: 236px !important;
  height: 236px !important;
  min-width: 236px !important;
  min-height: 236px !important;
  line-height: 236px !important;
}

mat-icon.s-238 {
  font-size: 238px !important;
  width: 238px !important;
  height: 238px !important;
  min-width: 238px !important;
  min-height: 238px !important;
  line-height: 238px !important;
}

mat-icon.s-240 {
  font-size: 240px !important;
  width: 240px !important;
  height: 240px !important;
  min-width: 240px !important;
  min-height: 240px !important;
  line-height: 240px !important;
}

mat-icon.s-242 {
  font-size: 242px !important;
  width: 242px !important;
  height: 242px !important;
  min-width: 242px !important;
  min-height: 242px !important;
  line-height: 242px !important;
}

mat-icon.s-244 {
  font-size: 244px !important;
  width: 244px !important;
  height: 244px !important;
  min-width: 244px !important;
  min-height: 244px !important;
  line-height: 244px !important;
}

mat-icon.s-246 {
  font-size: 246px !important;
  width: 246px !important;
  height: 246px !important;
  min-width: 246px !important;
  min-height: 246px !important;
  line-height: 246px !important;
}

mat-icon.s-248 {
  font-size: 248px !important;
  width: 248px !important;
  height: 248px !important;
  min-width: 248px !important;
  min-height: 248px !important;
  line-height: 248px !important;
}

mat-icon.s-250 {
  font-size: 250px !important;
  width: 250px !important;
  height: 250px !important;
  min-width: 250px !important;
  min-height: 250px !important;
  line-height: 250px !important;
}

mat-icon.s-252 {
  font-size: 252px !important;
  width: 252px !important;
  height: 252px !important;
  min-width: 252px !important;
  min-height: 252px !important;
  line-height: 252px !important;
}

mat-icon.s-254 {
  font-size: 254px !important;
  width: 254px !important;
  height: 254px !important;
  min-width: 254px !important;
  min-height: 254px !important;
  line-height: 254px !important;
}

mat-icon.s-256 {
  font-size: 256px !important;
  width: 256px !important;
  height: 256px !important;
  min-width: 256px !important;
  min-height: 256px !important;
  line-height: 256px !important;
}
@media screen and (min-width: 600px) {
  
mat-icon.s-sm-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  
mat-icon.s-sm-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  
mat-icon.s-sm-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  
mat-icon.s-sm-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  
mat-icon.s-sm-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  
mat-icon.s-sm-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  
mat-icon.s-sm-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  
mat-icon.s-sm-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  
mat-icon.s-sm-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  
mat-icon.s-sm-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  
mat-icon.s-sm-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  
mat-icon.s-sm-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  
mat-icon.s-sm-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  
mat-icon.s-sm-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  
mat-icon.s-sm-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  
mat-icon.s-sm-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  
mat-icon.s-sm-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  
mat-icon.s-sm-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  
mat-icon.s-sm-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  
mat-icon.s-sm-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  
mat-icon.s-sm-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  
mat-icon.s-sm-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  
mat-icon.s-sm-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  
mat-icon.s-sm-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  
mat-icon.s-sm-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  
mat-icon.s-sm-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  
mat-icon.s-sm-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  
mat-icon.s-sm-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  
mat-icon.s-sm-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  
mat-icon.s-sm-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  
mat-icon.s-sm-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  
mat-icon.s-sm-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  
mat-icon.s-sm-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  
mat-icon.s-sm-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  
mat-icon.s-sm-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  
mat-icon.s-sm-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  
mat-icon.s-sm-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  
mat-icon.s-sm-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  
mat-icon.s-sm-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  
mat-icon.s-sm-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  
mat-icon.s-sm-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  
mat-icon.s-sm-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  
mat-icon.s-sm-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  
mat-icon.s-sm-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  
mat-icon.s-sm-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  
mat-icon.s-sm-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  
mat-icon.s-sm-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  
mat-icon.s-sm-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  
mat-icon.s-sm-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  
mat-icon.s-sm-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  
mat-icon.s-sm-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  
mat-icon.s-sm-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  
mat-icon.s-sm-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  
mat-icon.s-sm-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  
mat-icon.s-sm-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  
mat-icon.s-sm-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  
mat-icon.s-sm-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  
mat-icon.s-sm-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  
mat-icon.s-sm-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  
mat-icon.s-sm-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  
mat-icon.s-sm-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  
mat-icon.s-sm-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  
mat-icon.s-sm-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  
mat-icon.s-sm-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  
mat-icon.s-sm-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  
mat-icon.s-sm-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  
mat-icon.s-sm-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  
mat-icon.s-sm-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  
mat-icon.s-sm-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  
mat-icon.s-sm-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  
mat-icon.s-sm-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  
mat-icon.s-sm-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  
mat-icon.s-sm-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  
mat-icon.s-sm-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  
mat-icon.s-sm-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  
mat-icon.s-sm-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  
mat-icon.s-sm-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  
mat-icon.s-sm-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  
mat-icon.s-sm-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  
mat-icon.s-sm-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  
mat-icon.s-sm-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  
mat-icon.s-sm-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  
mat-icon.s-sm-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  
mat-icon.s-sm-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  
mat-icon.s-sm-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  
mat-icon.s-sm-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  
mat-icon.s-sm-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  
mat-icon.s-sm-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  
mat-icon.s-sm-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  
mat-icon.s-sm-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  
mat-icon.s-sm-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  
mat-icon.s-sm-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  
mat-icon.s-sm-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  
mat-icon.s-sm-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  
mat-icon.s-sm-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  
mat-icon.s-sm-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  
mat-icon.s-sm-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  
mat-icon.s-sm-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  
mat-icon.s-sm-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  
mat-icon.s-sm-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  
mat-icon.s-sm-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  
mat-icon.s-sm-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  
mat-icon.s-sm-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  
mat-icon.s-sm-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  
mat-icon.s-sm-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  
mat-icon.s-sm-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  
mat-icon.s-sm-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  
mat-icon.s-sm-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  
mat-icon.s-sm-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  
mat-icon.s-sm-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  
mat-icon.s-sm-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  
mat-icon.s-sm-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  
mat-icon.s-sm-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  
mat-icon.s-sm-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  
mat-icon.s-sm-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  
mat-icon.s-sm-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  
mat-icon.s-sm-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  
mat-icon.s-sm-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  
mat-icon.s-sm-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  
mat-icon.s-sm-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  
mat-icon.s-sm-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  
mat-icon.s-sm-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  
mat-icon.s-sm-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  
mat-icon.s-sm-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  
mat-icon.s-sm-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  
mat-icon.s-sm-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  
mat-icon.s-sm-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media screen and (min-width: 960px) {
  
mat-icon.s-md-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  
mat-icon.s-md-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  
mat-icon.s-md-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  
mat-icon.s-md-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  
mat-icon.s-md-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  
mat-icon.s-md-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  
mat-icon.s-md-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  
mat-icon.s-md-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  
mat-icon.s-md-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  
mat-icon.s-md-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  
mat-icon.s-md-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  
mat-icon.s-md-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  
mat-icon.s-md-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  
mat-icon.s-md-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  
mat-icon.s-md-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  
mat-icon.s-md-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  
mat-icon.s-md-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  
mat-icon.s-md-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  
mat-icon.s-md-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  
mat-icon.s-md-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  
mat-icon.s-md-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  
mat-icon.s-md-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  
mat-icon.s-md-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  
mat-icon.s-md-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  
mat-icon.s-md-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  
mat-icon.s-md-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  
mat-icon.s-md-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  
mat-icon.s-md-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  
mat-icon.s-md-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  
mat-icon.s-md-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  
mat-icon.s-md-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  
mat-icon.s-md-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  
mat-icon.s-md-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  
mat-icon.s-md-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  
mat-icon.s-md-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  
mat-icon.s-md-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  
mat-icon.s-md-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  
mat-icon.s-md-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  
mat-icon.s-md-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  
mat-icon.s-md-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  
mat-icon.s-md-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  
mat-icon.s-md-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  
mat-icon.s-md-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  
mat-icon.s-md-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  
mat-icon.s-md-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  
mat-icon.s-md-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  
mat-icon.s-md-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  
mat-icon.s-md-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  
mat-icon.s-md-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  
mat-icon.s-md-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  
mat-icon.s-md-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  
mat-icon.s-md-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  
mat-icon.s-md-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  
mat-icon.s-md-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  
mat-icon.s-md-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  
mat-icon.s-md-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  
mat-icon.s-md-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  
mat-icon.s-md-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  
mat-icon.s-md-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  
mat-icon.s-md-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  
mat-icon.s-md-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  
mat-icon.s-md-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  
mat-icon.s-md-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  
mat-icon.s-md-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  
mat-icon.s-md-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  
mat-icon.s-md-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  
mat-icon.s-md-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  
mat-icon.s-md-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  
mat-icon.s-md-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  
mat-icon.s-md-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  
mat-icon.s-md-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  
mat-icon.s-md-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  
mat-icon.s-md-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  
mat-icon.s-md-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  
mat-icon.s-md-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  
mat-icon.s-md-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  
mat-icon.s-md-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  
mat-icon.s-md-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  
mat-icon.s-md-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  
mat-icon.s-md-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  
mat-icon.s-md-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  
mat-icon.s-md-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  
mat-icon.s-md-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  
mat-icon.s-md-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  
mat-icon.s-md-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  
mat-icon.s-md-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  
mat-icon.s-md-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  
mat-icon.s-md-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  
mat-icon.s-md-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  
mat-icon.s-md-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  
mat-icon.s-md-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  
mat-icon.s-md-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  
mat-icon.s-md-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  
mat-icon.s-md-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  
mat-icon.s-md-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  
mat-icon.s-md-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  
mat-icon.s-md-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  
mat-icon.s-md-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  
mat-icon.s-md-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  
mat-icon.s-md-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  
mat-icon.s-md-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  
mat-icon.s-md-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  
mat-icon.s-md-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  
mat-icon.s-md-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  
mat-icon.s-md-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  
mat-icon.s-md-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  
mat-icon.s-md-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  
mat-icon.s-md-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  
mat-icon.s-md-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  
mat-icon.s-md-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  
mat-icon.s-md-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  
mat-icon.s-md-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  
mat-icon.s-md-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  
mat-icon.s-md-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  
mat-icon.s-md-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  
mat-icon.s-md-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  
mat-icon.s-md-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  
mat-icon.s-md-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  
mat-icon.s-md-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  
mat-icon.s-md-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  
mat-icon.s-md-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  
mat-icon.s-md-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  
mat-icon.s-md-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  
mat-icon.s-md-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  
mat-icon.s-md-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  
mat-icon.s-md-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  
mat-icon.s-md-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media screen and (min-width: 1280px) {
  
mat-icon.s-lg-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  
mat-icon.s-lg-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  
mat-icon.s-lg-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  
mat-icon.s-lg-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  
mat-icon.s-lg-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  
mat-icon.s-lg-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  
mat-icon.s-lg-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  
mat-icon.s-lg-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  
mat-icon.s-lg-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  
mat-icon.s-lg-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  
mat-icon.s-lg-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  
mat-icon.s-lg-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  
mat-icon.s-lg-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  
mat-icon.s-lg-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  
mat-icon.s-lg-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  
mat-icon.s-lg-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  
mat-icon.s-lg-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  
mat-icon.s-lg-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  
mat-icon.s-lg-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  
mat-icon.s-lg-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  
mat-icon.s-lg-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  
mat-icon.s-lg-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  
mat-icon.s-lg-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  
mat-icon.s-lg-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  
mat-icon.s-lg-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  
mat-icon.s-lg-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  
mat-icon.s-lg-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  
mat-icon.s-lg-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  
mat-icon.s-lg-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  
mat-icon.s-lg-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  
mat-icon.s-lg-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  
mat-icon.s-lg-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  
mat-icon.s-lg-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  
mat-icon.s-lg-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  
mat-icon.s-lg-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  
mat-icon.s-lg-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  
mat-icon.s-lg-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  
mat-icon.s-lg-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  
mat-icon.s-lg-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  
mat-icon.s-lg-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  
mat-icon.s-lg-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  
mat-icon.s-lg-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  
mat-icon.s-lg-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  
mat-icon.s-lg-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  
mat-icon.s-lg-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  
mat-icon.s-lg-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  
mat-icon.s-lg-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  
mat-icon.s-lg-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  
mat-icon.s-lg-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  
mat-icon.s-lg-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  
mat-icon.s-lg-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  
mat-icon.s-lg-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  
mat-icon.s-lg-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  
mat-icon.s-lg-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  
mat-icon.s-lg-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  
mat-icon.s-lg-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  
mat-icon.s-lg-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  
mat-icon.s-lg-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  
mat-icon.s-lg-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  
mat-icon.s-lg-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  
mat-icon.s-lg-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  
mat-icon.s-lg-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  
mat-icon.s-lg-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  
mat-icon.s-lg-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  
mat-icon.s-lg-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  
mat-icon.s-lg-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  
mat-icon.s-lg-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  
mat-icon.s-lg-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  
mat-icon.s-lg-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  
mat-icon.s-lg-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  
mat-icon.s-lg-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  
mat-icon.s-lg-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  
mat-icon.s-lg-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  
mat-icon.s-lg-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  
mat-icon.s-lg-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  
mat-icon.s-lg-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  
mat-icon.s-lg-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  
mat-icon.s-lg-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  
mat-icon.s-lg-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  
mat-icon.s-lg-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  
mat-icon.s-lg-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  
mat-icon.s-lg-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  
mat-icon.s-lg-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  
mat-icon.s-lg-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  
mat-icon.s-lg-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  
mat-icon.s-lg-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  
mat-icon.s-lg-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  
mat-icon.s-lg-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  
mat-icon.s-lg-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  
mat-icon.s-lg-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  
mat-icon.s-lg-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  
mat-icon.s-lg-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  
mat-icon.s-lg-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  
mat-icon.s-lg-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  
mat-icon.s-lg-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  
mat-icon.s-lg-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  
mat-icon.s-lg-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  
mat-icon.s-lg-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  
mat-icon.s-lg-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  
mat-icon.s-lg-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  
mat-icon.s-lg-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  
mat-icon.s-lg-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  
mat-icon.s-lg-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  
mat-icon.s-lg-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  
mat-icon.s-lg-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  
mat-icon.s-lg-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  
mat-icon.s-lg-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  
mat-icon.s-lg-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  
mat-icon.s-lg-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  
mat-icon.s-lg-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  
mat-icon.s-lg-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  
mat-icon.s-lg-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  
mat-icon.s-lg-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  
mat-icon.s-lg-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  
mat-icon.s-lg-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  
mat-icon.s-lg-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  
mat-icon.s-lg-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  
mat-icon.s-lg-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  
mat-icon.s-lg-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  
mat-icon.s-lg-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  
mat-icon.s-lg-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  
mat-icon.s-lg-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  
mat-icon.s-lg-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  
mat-icon.s-lg-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  
mat-icon.s-lg-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  
mat-icon.s-lg-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  
mat-icon.s-lg-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
@media screen and (min-width: 1920px) {
  
mat-icon.s-xl-4 {
    font-size: 4px !important;
    width: 4px !important;
    height: 4px !important;
    min-width: 4px !important;
    min-height: 4px !important;
    line-height: 4px !important;
  }
  
mat-icon.s-xl-6 {
    font-size: 6px !important;
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    min-height: 6px !important;
    line-height: 6px !important;
  }
  
mat-icon.s-xl-8 {
    font-size: 8px !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    line-height: 8px !important;
  }
  
mat-icon.s-xl-10 {
    font-size: 10px !important;
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    line-height: 10px !important;
  }
  
mat-icon.s-xl-12 {
    font-size: 12px !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    line-height: 12px !important;
  }
  
mat-icon.s-xl-14 {
    font-size: 14px !important;
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    line-height: 14px !important;
  }
  
mat-icon.s-xl-16 {
    font-size: 16px !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    line-height: 16px !important;
  }
  
mat-icon.s-xl-18 {
    font-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    line-height: 18px !important;
  }
  
mat-icon.s-xl-20 {
    font-size: 20px !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
  }
  
mat-icon.s-xl-22 {
    font-size: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    line-height: 22px !important;
  }
  
mat-icon.s-xl-24 {
    font-size: 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
  }
  
mat-icon.s-xl-26 {
    font-size: 26px !important;
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
  }
  
mat-icon.s-xl-28 {
    font-size: 28px !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    line-height: 28px !important;
  }
  
mat-icon.s-xl-30 {
    font-size: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    line-height: 30px !important;
  }
  
mat-icon.s-xl-32 {
    font-size: 32px !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    line-height: 32px !important;
  }
  
mat-icon.s-xl-34 {
    font-size: 34px !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    line-height: 34px !important;
  }
  
mat-icon.s-xl-36 {
    font-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    line-height: 36px !important;
  }
  
mat-icon.s-xl-38 {
    font-size: 38px !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    line-height: 38px !important;
  }
  
mat-icon.s-xl-40 {
    font-size: 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  
mat-icon.s-xl-42 {
    font-size: 42px !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
  }
  
mat-icon.s-xl-44 {
    font-size: 44px !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    line-height: 44px !important;
  }
  
mat-icon.s-xl-46 {
    font-size: 46px !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    line-height: 46px !important;
  }
  
mat-icon.s-xl-48 {
    font-size: 48px !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    line-height: 48px !important;
  }
  
mat-icon.s-xl-50 {
    font-size: 50px !important;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
    line-height: 50px !important;
  }
  
mat-icon.s-xl-52 {
    font-size: 52px !important;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    line-height: 52px !important;
  }
  
mat-icon.s-xl-54 {
    font-size: 54px !important;
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    min-height: 54px !important;
    line-height: 54px !important;
  }
  
mat-icon.s-xl-56 {
    font-size: 56px !important;
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    line-height: 56px !important;
  }
  
mat-icon.s-xl-58 {
    font-size: 58px !important;
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    line-height: 58px !important;
  }
  
mat-icon.s-xl-60 {
    font-size: 60px !important;
    width: 60px !important;
    height: 60px !important;
    min-width: 60px !important;
    min-height: 60px !important;
    line-height: 60px !important;
  }
  
mat-icon.s-xl-62 {
    font-size: 62px !important;
    width: 62px !important;
    height: 62px !important;
    min-width: 62px !important;
    min-height: 62px !important;
    line-height: 62px !important;
  }
  
mat-icon.s-xl-64 {
    font-size: 64px !important;
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    min-height: 64px !important;
    line-height: 64px !important;
  }
  
mat-icon.s-xl-66 {
    font-size: 66px !important;
    width: 66px !important;
    height: 66px !important;
    min-width: 66px !important;
    min-height: 66px !important;
    line-height: 66px !important;
  }
  
mat-icon.s-xl-68 {
    font-size: 68px !important;
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    line-height: 68px !important;
  }
  
mat-icon.s-xl-70 {
    font-size: 70px !important;
    width: 70px !important;
    height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    line-height: 70px !important;
  }
  
mat-icon.s-xl-72 {
    font-size: 72px !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    line-height: 72px !important;
  }
  
mat-icon.s-xl-74 {
    font-size: 74px !important;
    width: 74px !important;
    height: 74px !important;
    min-width: 74px !important;
    min-height: 74px !important;
    line-height: 74px !important;
  }
  
mat-icon.s-xl-76 {
    font-size: 76px !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    min-height: 76px !important;
    line-height: 76px !important;
  }
  
mat-icon.s-xl-78 {
    font-size: 78px !important;
    width: 78px !important;
    height: 78px !important;
    min-width: 78px !important;
    min-height: 78px !important;
    line-height: 78px !important;
  }
  
mat-icon.s-xl-80 {
    font-size: 80px !important;
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    line-height: 80px !important;
  }
  
mat-icon.s-xl-82 {
    font-size: 82px !important;
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    line-height: 82px !important;
  }
  
mat-icon.s-xl-84 {
    font-size: 84px !important;
    width: 84px !important;
    height: 84px !important;
    min-width: 84px !important;
    min-height: 84px !important;
    line-height: 84px !important;
  }
  
mat-icon.s-xl-86 {
    font-size: 86px !important;
    width: 86px !important;
    height: 86px !important;
    min-width: 86px !important;
    min-height: 86px !important;
    line-height: 86px !important;
  }
  
mat-icon.s-xl-88 {
    font-size: 88px !important;
    width: 88px !important;
    height: 88px !important;
    min-width: 88px !important;
    min-height: 88px !important;
    line-height: 88px !important;
  }
  
mat-icon.s-xl-90 {
    font-size: 90px !important;
    width: 90px !important;
    height: 90px !important;
    min-width: 90px !important;
    min-height: 90px !important;
    line-height: 90px !important;
  }
  
mat-icon.s-xl-92 {
    font-size: 92px !important;
    width: 92px !important;
    height: 92px !important;
    min-width: 92px !important;
    min-height: 92px !important;
    line-height: 92px !important;
  }
  
mat-icon.s-xl-94 {
    font-size: 94px !important;
    width: 94px !important;
    height: 94px !important;
    min-width: 94px !important;
    min-height: 94px !important;
    line-height: 94px !important;
  }
  
mat-icon.s-xl-96 {
    font-size: 96px !important;
    width: 96px !important;
    height: 96px !important;
    min-width: 96px !important;
    min-height: 96px !important;
    line-height: 96px !important;
  }
  
mat-icon.s-xl-98 {
    font-size: 98px !important;
    width: 98px !important;
    height: 98px !important;
    min-width: 98px !important;
    min-height: 98px !important;
    line-height: 98px !important;
  }
  
mat-icon.s-xl-100 {
    font-size: 100px !important;
    width: 100px !important;
    height: 100px !important;
    min-width: 100px !important;
    min-height: 100px !important;
    line-height: 100px !important;
  }
  
mat-icon.s-xl-102 {
    font-size: 102px !important;
    width: 102px !important;
    height: 102px !important;
    min-width: 102px !important;
    min-height: 102px !important;
    line-height: 102px !important;
  }
  
mat-icon.s-xl-104 {
    font-size: 104px !important;
    width: 104px !important;
    height: 104px !important;
    min-width: 104px !important;
    min-height: 104px !important;
    line-height: 104px !important;
  }
  
mat-icon.s-xl-106 {
    font-size: 106px !important;
    width: 106px !important;
    height: 106px !important;
    min-width: 106px !important;
    min-height: 106px !important;
    line-height: 106px !important;
  }
  
mat-icon.s-xl-108 {
    font-size: 108px !important;
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    line-height: 108px !important;
  }
  
mat-icon.s-xl-110 {
    font-size: 110px !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    line-height: 110px !important;
  }
  
mat-icon.s-xl-112 {
    font-size: 112px !important;
    width: 112px !important;
    height: 112px !important;
    min-width: 112px !important;
    min-height: 112px !important;
    line-height: 112px !important;
  }
  
mat-icon.s-xl-114 {
    font-size: 114px !important;
    width: 114px !important;
    height: 114px !important;
    min-width: 114px !important;
    min-height: 114px !important;
    line-height: 114px !important;
  }
  
mat-icon.s-xl-116 {
    font-size: 116px !important;
    width: 116px !important;
    height: 116px !important;
    min-width: 116px !important;
    min-height: 116px !important;
    line-height: 116px !important;
  }
  
mat-icon.s-xl-118 {
    font-size: 118px !important;
    width: 118px !important;
    height: 118px !important;
    min-width: 118px !important;
    min-height: 118px !important;
    line-height: 118px !important;
  }
  
mat-icon.s-xl-120 {
    font-size: 120px !important;
    width: 120px !important;
    height: 120px !important;
    min-width: 120px !important;
    min-height: 120px !important;
    line-height: 120px !important;
  }
  
mat-icon.s-xl-122 {
    font-size: 122px !important;
    width: 122px !important;
    height: 122px !important;
    min-width: 122px !important;
    min-height: 122px !important;
    line-height: 122px !important;
  }
  
mat-icon.s-xl-124 {
    font-size: 124px !important;
    width: 124px !important;
    height: 124px !important;
    min-width: 124px !important;
    min-height: 124px !important;
    line-height: 124px !important;
  }
  
mat-icon.s-xl-126 {
    font-size: 126px !important;
    width: 126px !important;
    height: 126px !important;
    min-width: 126px !important;
    min-height: 126px !important;
    line-height: 126px !important;
  }
  
mat-icon.s-xl-128 {
    font-size: 128px !important;
    width: 128px !important;
    height: 128px !important;
    min-width: 128px !important;
    min-height: 128px !important;
    line-height: 128px !important;
  }
  
mat-icon.s-xl-130 {
    font-size: 130px !important;
    width: 130px !important;
    height: 130px !important;
    min-width: 130px !important;
    min-height: 130px !important;
    line-height: 130px !important;
  }
  
mat-icon.s-xl-132 {
    font-size: 132px !important;
    width: 132px !important;
    height: 132px !important;
    min-width: 132px !important;
    min-height: 132px !important;
    line-height: 132px !important;
  }
  
mat-icon.s-xl-134 {
    font-size: 134px !important;
    width: 134px !important;
    height: 134px !important;
    min-width: 134px !important;
    min-height: 134px !important;
    line-height: 134px !important;
  }
  
mat-icon.s-xl-136 {
    font-size: 136px !important;
    width: 136px !important;
    height: 136px !important;
    min-width: 136px !important;
    min-height: 136px !important;
    line-height: 136px !important;
  }
  
mat-icon.s-xl-138 {
    font-size: 138px !important;
    width: 138px !important;
    height: 138px !important;
    min-width: 138px !important;
    min-height: 138px !important;
    line-height: 138px !important;
  }
  
mat-icon.s-xl-140 {
    font-size: 140px !important;
    width: 140px !important;
    height: 140px !important;
    min-width: 140px !important;
    min-height: 140px !important;
    line-height: 140px !important;
  }
  
mat-icon.s-xl-142 {
    font-size: 142px !important;
    width: 142px !important;
    height: 142px !important;
    min-width: 142px !important;
    min-height: 142px !important;
    line-height: 142px !important;
  }
  
mat-icon.s-xl-144 {
    font-size: 144px !important;
    width: 144px !important;
    height: 144px !important;
    min-width: 144px !important;
    min-height: 144px !important;
    line-height: 144px !important;
  }
  
mat-icon.s-xl-146 {
    font-size: 146px !important;
    width: 146px !important;
    height: 146px !important;
    min-width: 146px !important;
    min-height: 146px !important;
    line-height: 146px !important;
  }
  
mat-icon.s-xl-148 {
    font-size: 148px !important;
    width: 148px !important;
    height: 148px !important;
    min-width: 148px !important;
    min-height: 148px !important;
    line-height: 148px !important;
  }
  
mat-icon.s-xl-150 {
    font-size: 150px !important;
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    line-height: 150px !important;
  }
  
mat-icon.s-xl-152 {
    font-size: 152px !important;
    width: 152px !important;
    height: 152px !important;
    min-width: 152px !important;
    min-height: 152px !important;
    line-height: 152px !important;
  }
  
mat-icon.s-xl-154 {
    font-size: 154px !important;
    width: 154px !important;
    height: 154px !important;
    min-width: 154px !important;
    min-height: 154px !important;
    line-height: 154px !important;
  }
  
mat-icon.s-xl-156 {
    font-size: 156px !important;
    width: 156px !important;
    height: 156px !important;
    min-width: 156px !important;
    min-height: 156px !important;
    line-height: 156px !important;
  }
  
mat-icon.s-xl-158 {
    font-size: 158px !important;
    width: 158px !important;
    height: 158px !important;
    min-width: 158px !important;
    min-height: 158px !important;
    line-height: 158px !important;
  }
  
mat-icon.s-xl-160 {
    font-size: 160px !important;
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    line-height: 160px !important;
  }
  
mat-icon.s-xl-162 {
    font-size: 162px !important;
    width: 162px !important;
    height: 162px !important;
    min-width: 162px !important;
    min-height: 162px !important;
    line-height: 162px !important;
  }
  
mat-icon.s-xl-164 {
    font-size: 164px !important;
    width: 164px !important;
    height: 164px !important;
    min-width: 164px !important;
    min-height: 164px !important;
    line-height: 164px !important;
  }
  
mat-icon.s-xl-166 {
    font-size: 166px !important;
    width: 166px !important;
    height: 166px !important;
    min-width: 166px !important;
    min-height: 166px !important;
    line-height: 166px !important;
  }
  
mat-icon.s-xl-168 {
    font-size: 168px !important;
    width: 168px !important;
    height: 168px !important;
    min-width: 168px !important;
    min-height: 168px !important;
    line-height: 168px !important;
  }
  
mat-icon.s-xl-170 {
    font-size: 170px !important;
    width: 170px !important;
    height: 170px !important;
    min-width: 170px !important;
    min-height: 170px !important;
    line-height: 170px !important;
  }
  
mat-icon.s-xl-172 {
    font-size: 172px !important;
    width: 172px !important;
    height: 172px !important;
    min-width: 172px !important;
    min-height: 172px !important;
    line-height: 172px !important;
  }
  
mat-icon.s-xl-174 {
    font-size: 174px !important;
    width: 174px !important;
    height: 174px !important;
    min-width: 174px !important;
    min-height: 174px !important;
    line-height: 174px !important;
  }
  
mat-icon.s-xl-176 {
    font-size: 176px !important;
    width: 176px !important;
    height: 176px !important;
    min-width: 176px !important;
    min-height: 176px !important;
    line-height: 176px !important;
  }
  
mat-icon.s-xl-178 {
    font-size: 178px !important;
    width: 178px !important;
    height: 178px !important;
    min-width: 178px !important;
    min-height: 178px !important;
    line-height: 178px !important;
  }
  
mat-icon.s-xl-180 {
    font-size: 180px !important;
    width: 180px !important;
    height: 180px !important;
    min-width: 180px !important;
    min-height: 180px !important;
    line-height: 180px !important;
  }
  
mat-icon.s-xl-182 {
    font-size: 182px !important;
    width: 182px !important;
    height: 182px !important;
    min-width: 182px !important;
    min-height: 182px !important;
    line-height: 182px !important;
  }
  
mat-icon.s-xl-184 {
    font-size: 184px !important;
    width: 184px !important;
    height: 184px !important;
    min-width: 184px !important;
    min-height: 184px !important;
    line-height: 184px !important;
  }
  
mat-icon.s-xl-186 {
    font-size: 186px !important;
    width: 186px !important;
    height: 186px !important;
    min-width: 186px !important;
    min-height: 186px !important;
    line-height: 186px !important;
  }
  
mat-icon.s-xl-188 {
    font-size: 188px !important;
    width: 188px !important;
    height: 188px !important;
    min-width: 188px !important;
    min-height: 188px !important;
    line-height: 188px !important;
  }
  
mat-icon.s-xl-190 {
    font-size: 190px !important;
    width: 190px !important;
    height: 190px !important;
    min-width: 190px !important;
    min-height: 190px !important;
    line-height: 190px !important;
  }
  
mat-icon.s-xl-192 {
    font-size: 192px !important;
    width: 192px !important;
    height: 192px !important;
    min-width: 192px !important;
    min-height: 192px !important;
    line-height: 192px !important;
  }
  
mat-icon.s-xl-194 {
    font-size: 194px !important;
    width: 194px !important;
    height: 194px !important;
    min-width: 194px !important;
    min-height: 194px !important;
    line-height: 194px !important;
  }
  
mat-icon.s-xl-196 {
    font-size: 196px !important;
    width: 196px !important;
    height: 196px !important;
    min-width: 196px !important;
    min-height: 196px !important;
    line-height: 196px !important;
  }
  
mat-icon.s-xl-198 {
    font-size: 198px !important;
    width: 198px !important;
    height: 198px !important;
    min-width: 198px !important;
    min-height: 198px !important;
    line-height: 198px !important;
  }
  
mat-icon.s-xl-200 {
    font-size: 200px !important;
    width: 200px !important;
    height: 200px !important;
    min-width: 200px !important;
    min-height: 200px !important;
    line-height: 200px !important;
  }
  
mat-icon.s-xl-202 {
    font-size: 202px !important;
    width: 202px !important;
    height: 202px !important;
    min-width: 202px !important;
    min-height: 202px !important;
    line-height: 202px !important;
  }
  
mat-icon.s-xl-204 {
    font-size: 204px !important;
    width: 204px !important;
    height: 204px !important;
    min-width: 204px !important;
    min-height: 204px !important;
    line-height: 204px !important;
  }
  
mat-icon.s-xl-206 {
    font-size: 206px !important;
    width: 206px !important;
    height: 206px !important;
    min-width: 206px !important;
    min-height: 206px !important;
    line-height: 206px !important;
  }
  
mat-icon.s-xl-208 {
    font-size: 208px !important;
    width: 208px !important;
    height: 208px !important;
    min-width: 208px !important;
    min-height: 208px !important;
    line-height: 208px !important;
  }
  
mat-icon.s-xl-210 {
    font-size: 210px !important;
    width: 210px !important;
    height: 210px !important;
    min-width: 210px !important;
    min-height: 210px !important;
    line-height: 210px !important;
  }
  
mat-icon.s-xl-212 {
    font-size: 212px !important;
    width: 212px !important;
    height: 212px !important;
    min-width: 212px !important;
    min-height: 212px !important;
    line-height: 212px !important;
  }
  
mat-icon.s-xl-214 {
    font-size: 214px !important;
    width: 214px !important;
    height: 214px !important;
    min-width: 214px !important;
    min-height: 214px !important;
    line-height: 214px !important;
  }
  
mat-icon.s-xl-216 {
    font-size: 216px !important;
    width: 216px !important;
    height: 216px !important;
    min-width: 216px !important;
    min-height: 216px !important;
    line-height: 216px !important;
  }
  
mat-icon.s-xl-218 {
    font-size: 218px !important;
    width: 218px !important;
    height: 218px !important;
    min-width: 218px !important;
    min-height: 218px !important;
    line-height: 218px !important;
  }
  
mat-icon.s-xl-220 {
    font-size: 220px !important;
    width: 220px !important;
    height: 220px !important;
    min-width: 220px !important;
    min-height: 220px !important;
    line-height: 220px !important;
  }
  
mat-icon.s-xl-222 {
    font-size: 222px !important;
    width: 222px !important;
    height: 222px !important;
    min-width: 222px !important;
    min-height: 222px !important;
    line-height: 222px !important;
  }
  
mat-icon.s-xl-224 {
    font-size: 224px !important;
    width: 224px !important;
    height: 224px !important;
    min-width: 224px !important;
    min-height: 224px !important;
    line-height: 224px !important;
  }
  
mat-icon.s-xl-226 {
    font-size: 226px !important;
    width: 226px !important;
    height: 226px !important;
    min-width: 226px !important;
    min-height: 226px !important;
    line-height: 226px !important;
  }
  
mat-icon.s-xl-228 {
    font-size: 228px !important;
    width: 228px !important;
    height: 228px !important;
    min-width: 228px !important;
    min-height: 228px !important;
    line-height: 228px !important;
  }
  
mat-icon.s-xl-230 {
    font-size: 230px !important;
    width: 230px !important;
    height: 230px !important;
    min-width: 230px !important;
    min-height: 230px !important;
    line-height: 230px !important;
  }
  
mat-icon.s-xl-232 {
    font-size: 232px !important;
    width: 232px !important;
    height: 232px !important;
    min-width: 232px !important;
    min-height: 232px !important;
    line-height: 232px !important;
  }
  
mat-icon.s-xl-234 {
    font-size: 234px !important;
    width: 234px !important;
    height: 234px !important;
    min-width: 234px !important;
    min-height: 234px !important;
    line-height: 234px !important;
  }
  
mat-icon.s-xl-236 {
    font-size: 236px !important;
    width: 236px !important;
    height: 236px !important;
    min-width: 236px !important;
    min-height: 236px !important;
    line-height: 236px !important;
  }
  
mat-icon.s-xl-238 {
    font-size: 238px !important;
    width: 238px !important;
    height: 238px !important;
    min-width: 238px !important;
    min-height: 238px !important;
    line-height: 238px !important;
  }
  
mat-icon.s-xl-240 {
    font-size: 240px !important;
    width: 240px !important;
    height: 240px !important;
    min-width: 240px !important;
    min-height: 240px !important;
    line-height: 240px !important;
  }
  
mat-icon.s-xl-242 {
    font-size: 242px !important;
    width: 242px !important;
    height: 242px !important;
    min-width: 242px !important;
    min-height: 242px !important;
    line-height: 242px !important;
  }
  
mat-icon.s-xl-244 {
    font-size: 244px !important;
    width: 244px !important;
    height: 244px !important;
    min-width: 244px !important;
    min-height: 244px !important;
    line-height: 244px !important;
  }
  
mat-icon.s-xl-246 {
    font-size: 246px !important;
    width: 246px !important;
    height: 246px !important;
    min-width: 246px !important;
    min-height: 246px !important;
    line-height: 246px !important;
  }
  
mat-icon.s-xl-248 {
    font-size: 248px !important;
    width: 248px !important;
    height: 248px !important;
    min-width: 248px !important;
    min-height: 248px !important;
    line-height: 248px !important;
  }
  
mat-icon.s-xl-250 {
    font-size: 250px !important;
    width: 250px !important;
    height: 250px !important;
    min-width: 250px !important;
    min-height: 250px !important;
    line-height: 250px !important;
  }
  
mat-icon.s-xl-252 {
    font-size: 252px !important;
    width: 252px !important;
    height: 252px !important;
    min-width: 252px !important;
    min-height: 252px !important;
    line-height: 252px !important;
  }
  
mat-icon.s-xl-254 {
    font-size: 254px !important;
    width: 254px !important;
    height: 254px !important;
    min-width: 254px !important;
    min-height: 254px !important;
    line-height: 254px !important;
  }
  
mat-icon.s-xl-256 {
    font-size: 256px !important;
    width: 256px !important;
    height: 256px !important;
    min-width: 256px !important;
    min-height: 256px !important;
    line-height: 256px !important;
  }
}
.red-50-border-right {
  border-right-color: #ffebee !important;
}
.red-100-border-right {
  border-right-color: #ffcdd2 !important;
}
.red-200-border-right {
  border-right-color: #ef9a9a !important;
}
.red-300-border-right {
  border-right-color: #e57373 !important;
}
.red-400-border-right {
  border-right-color: #ef5350 !important;
}
.red-500-border-right {
  border-right-color: #f44336 !important;
}
.red-bg {
  background-color: #f44336 !important;
}
.red {
  background-color: #f44336 !important;
  color: white !important;
}
.red[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.red-border-right {
  border-right-color: #f44336 !important;
}
.red-600-border-right {
  border-right-color: #e53935 !important;
}
.red-700-border-right {
  border-right-color: #d32f2f !important;
}
.red-800-border-right {
  border-right-color: #c62828 !important;
}
.red-900-border-right {
  border-right-color: #b71c1c !important;
}
.red-A100-border-right {
  border-right-color: #ff8a80 !important;
}
.red-A200-border-right {
  border-right-color: #ff5252 !important;
}
.red-A400-border-right {
  border-right-color: #ff1744 !important;
}
.red-A700-border-right {
  border-right-color: #d50000 !important;
}
.pink-50-bg {
  background-color: #fce4ec !important;
}
.pink-50 {
  background-color: #fce4ec !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-50[disabled] {
  background-color: rgba(252, 228, 236, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-50-fg {
  color: #fce4ec !important;
}
.pink-50-border {
  border-color: #fce4ec !important;
}
.pink-50-border-top {
  border-top-color: #fce4ec !important;
}
.pink-50-border-right {
  border-right-color: #fce4ec !important;
}
.pink-50-border-bottom {
  border-bottom-color: #fce4ec !important;
}
.pink-50-border-left {
  border-left-color: #fce4ec !important;
}
.pink-100-bg {
  background-color: #f8bbd0 !important;
}
.pink-100 {
  background-color: #f8bbd0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-100[disabled] {
  background-color: rgba(248, 187, 208, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-100-fg {
  color: #f8bbd0 !important;
}
.pink-100-border {
  border-color: #f8bbd0 !important;
}
.pink-100-border-top {
  border-top-color: #f8bbd0 !important;
}
.pink-100-border-right {
  border-right-color: #f8bbd0 !important;
}
.pink-100-border-bottom {
  border-bottom-color: #f8bbd0 !important;
}
.pink-100-border-left {
  border-left-color: #f8bbd0 !important;
}
.pink-200-bg {
  background-color: #f48fb1 !important;
}
.pink-200 {
  background-color: #f48fb1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-200[disabled] {
  background-color: rgba(244, 143, 177, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-200-fg {
  color: #f48fb1 !important;
}
.pink-200-border {
  border-color: #f48fb1 !important;
}
.pink-200-border-top {
  border-top-color: #f48fb1 !important;
}
.pink-200-border-right {
  border-right-color: #f48fb1 !important;
}
.pink-200-border-bottom {
  border-bottom-color: #f48fb1 !important;
}
.pink-200-border-left {
  border-left-color: #f48fb1 !important;
}
.pink-300-bg {
  background-color: #f06292 !important;
}
.pink-300 {
  background-color: #f06292 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-300[disabled] {
  background-color: rgba(240, 98, 146, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-300-fg {
  color: #f06292 !important;
}
.pink-300-border {
  border-color: #f06292 !important;
}
.pink-300-border-top {
  border-top-color: #f06292 !important;
}
.pink-300-border-right {
  border-right-color: #f06292 !important;
}
.pink-300-border-bottom {
  border-bottom-color: #f06292 !important;
}
.pink-300-border-left {
  border-left-color: #f06292 !important;
}
.pink-400-bg {
  background-color: #ec407a !important;
}
.pink-400 {
  background-color: #ec407a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-400[disabled] {
  background-color: rgba(236, 64, 122, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-400-fg {
  color: #ec407a !important;
}
.pink-400-border {
  border-color: #ec407a !important;
}
.pink-400-border-top {
  border-top-color: #ec407a !important;
}
.pink-400-border-right {
  border-right-color: #ec407a !important;
}
.pink-400-border-bottom {
  border-bottom-color: #ec407a !important;
}
.pink-400-border-left {
  border-left-color: #ec407a !important;
}
.pink-500-bg {
  background-color: #e91e63 !important;
}
.pink-500 {
  background-color: #e91e63 !important;
  color: white !important;
}
.pink-500[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-500-fg {
  color: #e91e63 !important;
}
.pink-500-border {
  border-color: #e91e63 !important;
}
.pink-500-border-top {
  border-top-color: #e91e63 !important;
}
.pink-500-border-right {
  border-right-color: #e91e63 !important;
}
.pink-500-border-bottom {
  border-bottom-color: #e91e63 !important;
}
.pink-500-border-left {
  border-left-color: #e91e63 !important;
}
.pink-bg {
  background-color: #e91e63 !important;
}
.pink {
  background-color: #e91e63 !important;
  color: white !important;
}
.pink[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-fg {
  color: #e91e63 !important;
}
.pink-border {
  border-color: #e91e63 !important;
}
.pink-border-top {
  border-top-color: #e91e63 !important;
}
.pink-border-right {
  border-right-color: #e91e63 !important;
}
.pink-border-bottom {
  border-bottom-color: #e91e63 !important;
}
.pink-border-left {
  border-left-color: #e91e63 !important;
}
.pink-600-bg {
  background-color: #d81b60 !important;
}
.pink-600 {
  background-color: #d81b60 !important;
  color: white !important;
}
.pink-600[disabled] {
  background-color: rgba(216, 27, 96, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-600-fg {
  color: #d81b60 !important;
}
.pink-600-border {
  border-color: #d81b60 !important;
}
.pink-600-border-top {
  border-top-color: #d81b60 !important;
}
.pink-600-border-right {
  border-right-color: #d81b60 !important;
}
.pink-600-border-bottom {
  border-bottom-color: #d81b60 !important;
}
.pink-600-border-left {
  border-left-color: #d81b60 !important;
}
.pink-700-bg {
  background-color: #c2185b !important;
}
.pink-700 {
  background-color: #c2185b !important;
  color: white !important;
}
.pink-700[disabled] {
  background-color: rgba(194, 24, 91, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-700-fg {
  color: #c2185b !important;
}
.pink-700-border {
  border-color: #c2185b !important;
}
.pink-700-border-top {
  border-top-color: #c2185b !important;
}
.pink-700-border-right {
  border-right-color: #c2185b !important;
}
.pink-700-border-bottom {
  border-bottom-color: #c2185b !important;
}
.pink-700-border-left {
  border-left-color: #c2185b !important;
}
.pink-800-bg {
  background-color: #ad1457 !important;
}
.pink-800 {
  background-color: #ad1457 !important;
  color: white !important;
}
.pink-800[disabled] {
  background-color: rgba(173, 20, 87, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-800-fg {
  color: #ad1457 !important;
}
.pink-800-border {
  border-color: #ad1457 !important;
}
.pink-800-border-top {
  border-top-color: #ad1457 !important;
}
.pink-800-border-right {
  border-right-color: #ad1457 !important;
}
.pink-800-border-bottom {
  border-bottom-color: #ad1457 !important;
}
.pink-800-border-left {
  border-left-color: #ad1457 !important;
}
.pink-900-bg {
  background-color: #880e4f !important;
}
.pink-900 {
  background-color: #880e4f !important;
  color: white !important;
}
.pink-900[disabled] {
  background-color: rgba(136, 14, 79, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-900-fg {
  color: #880e4f !important;
}
.pink-900-border {
  border-color: #880e4f !important;
}
.pink-900-border-top {
  border-top-color: #880e4f !important;
}
.pink-900-border-right {
  border-right-color: #880e4f !important;
}
.pink-900-border-bottom {
  border-bottom-color: #880e4f !important;
}
.pink-900-border-left {
  border-left-color: #880e4f !important;
}
.pink-A100-bg {
  background-color: #ff80ab !important;
}
.pink-A100 {
  background-color: #ff80ab !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pink-A100[disabled] {
  background-color: rgba(255, 128, 171, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.pink-A100-fg {
  color: #ff80ab !important;
}
.pink-A100-border {
  border-color: #ff80ab !important;
}
.pink-A100-border-top {
  border-top-color: #ff80ab !important;
}
.pink-A100-border-right {
  border-right-color: #ff80ab !important;
}
.pink-A100-border-bottom {
  border-bottom-color: #ff80ab !important;
}
.pink-A100-border-left {
  border-left-color: #ff80ab !important;
}
.pink-A200-bg {
  background-color: #ff4081 !important;
}
.pink-A200 {
  background-color: #ff4081 !important;
  color: white !important;
}
.pink-A200[disabled] {
  background-color: rgba(255, 64, 129, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-A200-fg {
  color: #ff4081 !important;
}
.pink-A200-border {
  border-color: #ff4081 !important;
}
.pink-A200-border-top {
  border-top-color: #ff4081 !important;
}
.pink-A200-border-right {
  border-right-color: #ff4081 !important;
}
.pink-A200-border-bottom {
  border-bottom-color: #ff4081 !important;
}
.pink-A200-border-left {
  border-left-color: #ff4081 !important;
}
.pink-A400-bg {
  background-color: #f50057 !important;
}
.pink-A400 {
  background-color: #f50057 !important;
  color: white !important;
}
.pink-A400[disabled] {
  background-color: rgba(245, 0, 87, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-A400-fg {
  color: #f50057 !important;
}
.pink-A400-border {
  border-color: #f50057 !important;
}
.pink-A400-border-top {
  border-top-color: #f50057 !important;
}
.pink-A400-border-right {
  border-right-color: #f50057 !important;
}
.pink-A400-border-bottom {
  border-bottom-color: #f50057 !important;
}
.pink-A400-border-left {
  border-left-color: #f50057 !important;
}
.pink-A700-bg {
  background-color: #c51162 !important;
}
.pink-A700 {
  background-color: #c51162 !important;
  color: white !important;
}
.pink-A700[disabled] {
  background-color: rgba(197, 17, 98, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.pink-A700-fg {
  color: #c51162 !important;
}
.pink-A700-border {
  border-color: #c51162 !important;
}
.pink-A700-border-top {
  border-top-color: #c51162 !important;
}
.pink-A700-border-right {
  border-right-color: #c51162 !important;
}
.pink-A700-border-bottom {
  border-bottom-color: #c51162 !important;
}
.pink-A700-border-left {
  border-left-color: #c51162 !important;
}
.purple-50-border-right {
  border-right-color: #f3e5f5 !important;
}
.purple-100-border-right {
  border-right-color: #e1bee7 !important;
}
.purple-200-border-right {
  border-right-color: #ce93d8 !important;
}
.purple-300-border-right {
  border-right-color: #ba68c8 !important;
}
.purple-400-border-right {
  border-right-color: #ab47bc !important;
}
.purple-500-border-right {
  border-right-color: #9c27b0 !important;
}
.purple {
  background-color: #9c27b0 !important;
  color: white !important;
}
.purple[disabled] {
  background-color: rgba(156, 39, 176, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.purple-border-right {
  border-right-color: #9c27b0 !important;
}
.purple-600-border-right {
  border-right-color: #8e24aa !important;
}
.purple-700-border-right {
  border-right-color: #7b1fa2 !important;
}
.purple-800-border-right {
  border-right-color: #6a1b9a !important;
}
.purple-900-border-right {
  border-right-color: #4a148c !important;
}
.purple-A100-border-right {
  border-right-color: #ea80fc !important;
}
.purple-A200-border-right {
  border-right-color: #e040fb !important;
}
.purple-A400-border-right {
  border-right-color: #d500f9 !important;
}
.purple-A700-border-right {
  border-right-color: #aa00ff !important;
}
.deep-purple-50-border-right {
  border-right-color: #ede7f6 !important;
}
.deep-purple-100-border-right {
  border-right-color: #d1c4e9 !important;
}
.deep-purple-200-border-right {
  border-right-color: #b39ddb !important;
}
.deep-purple-300-border-right {
  border-right-color: #9575cd !important;
}
.deep-purple-400-border-right {
  border-right-color: #7e57c2 !important;
}
.deep-purple-500-border-right {
  border-right-color: #673ab7 !important;
}
.deep-purple-border-right {
  border-right-color: #673ab7 !important;
}
.deep-purple-600-border-right {
  border-right-color: #5e35b1 !important;
}
.deep-purple-700-border-right {
  border-right-color: #512da8 !important;
}
.deep-purple-800-border-right {
  border-right-color: #4527a0 !important;
}
.deep-purple-900-border-right {
  border-right-color: #311b92 !important;
}
.deep-purple-A100-border-right {
  border-right-color: #b388ff !important;
}
.deep-purple-A200-border-right {
  border-right-color: #7c4dff !important;
}
.deep-purple-A400-border-right {
  border-right-color: #651fff !important;
}
.deep-purple-A700-border-right {
  border-right-color: #6200ea !important;
}
.indigo-50-border-right {
  border-right-color: #e8eaf6 !important;
}
.indigo-100-border-right {
  border-right-color: #c5cae9 !important;
}
.indigo-200-border-right {
  border-right-color: #9fa8da !important;
}
.indigo-300-border-right {
  border-right-color: #7986cb !important;
}
.indigo-400-border-right {
  border-right-color: #5c6bc0 !important;
}
.indigo-500-border-right {
  border-right-color: #3f51b5 !important;
}
.indigo {
  background-color: #3f51b5 !important;
  color: white !important;
}
.indigo[disabled] {
  background-color: rgba(63, 81, 181, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.indigo-border-right {
  border-right-color: #3f51b5 !important;
}
.indigo-600-border-right {
  border-right-color: #3949ab !important;
}
.indigo-700-border-right {
  border-right-color: #303f9f !important;
}
.indigo-800-border-right {
  border-right-color: #283593 !important;
}
.indigo-900-border-right {
  border-right-color: #1a237e !important;
}
.indigo-A100-border-right {
  border-right-color: #8c9eff !important;
}
.indigo-A200-border-right {
  border-right-color: #536dfe !important;
}
.indigo-A400-border-right {
  border-right-color: #3d5afe !important;
}
.indigo-A700-border-right {
  border-right-color: #304ffe !important;
}
.blue-50-border-right {
  border-right-color: #e3f2fd !important;
}
.blue-100-border-right {
  border-right-color: #bbdefb !important;
}
.blue-200-border-right {
  border-right-color: #90caf9 !important;
}
.blue-300-border-right {
  border-right-color: #64b5f6 !important;
}
.blue-400-border-right {
  border-right-color: #42a5f5 !important;
}
.blue-500-border-right {
  border-right-color: #2196f3 !important;
}
.blue-bg {
  background-color: #2196f3 !important;
}
.blue {
  background-color: #2196f3 !important;
  color: white !important;
}
.blue[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.blue-border-right {
  border-right-color: #2196f3 !important;
}
.blue-600-border-right {
  border-right-color: #1e88e5 !important;
}
.blue-700-border-right {
  border-right-color: #1976d2 !important;
}
.blue-800-border-right {
  border-right-color: #1565c0 !important;
}
.blue-900-border-right {
  border-right-color: #0d47a1 !important;
}
.blue-A100-border-right {
  border-right-color: #82b1ff !important;
}
.blue-A200-border-right {
  border-right-color: #448aff !important;
}
.blue-A400-border-right {
  border-right-color: #2979ff !important;
}
.blue-A700-border-right {
  border-right-color: #2962ff !important;
}
.light-blue-50-bg {
  background-color: #e1f5fe !important;
}
.light-blue-50 {
  background-color: #e1f5fe !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-50[disabled] {
  background-color: rgba(225, 245, 254, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-50-fg {
  color: #e1f5fe !important;
}
.light-blue-50-border {
  border-color: #e1f5fe !important;
}
.light-blue-50-border-top {
  border-top-color: #e1f5fe !important;
}
.light-blue-50-border-right {
  border-right-color: #e1f5fe !important;
}
.light-blue-50-border-bottom {
  border-bottom-color: #e1f5fe !important;
}
.light-blue-50-border-left {
  border-left-color: #e1f5fe !important;
}
.light-blue-100-bg {
  background-color: #b3e5fc !important;
}
.light-blue-100 {
  background-color: #b3e5fc !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-100[disabled] {
  background-color: rgba(179, 229, 252, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-100-fg {
  color: #b3e5fc !important;
}
.light-blue-100-border {
  border-color: #b3e5fc !important;
}
.light-blue-100-border-top {
  border-top-color: #b3e5fc !important;
}
.light-blue-100-border-right {
  border-right-color: #b3e5fc !important;
}
.light-blue-100-border-bottom {
  border-bottom-color: #b3e5fc !important;
}
.light-blue-100-border-left {
  border-left-color: #b3e5fc !important;
}
.light-blue-200-bg {
  background-color: #81d4fa !important;
}
.light-blue-200 {
  background-color: #81d4fa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-200[disabled] {
  background-color: rgba(129, 212, 250, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-200-fg {
  color: #81d4fa !important;
}
.light-blue-200-border {
  border-color: #81d4fa !important;
}
.light-blue-200-border-top {
  border-top-color: #81d4fa !important;
}
.light-blue-200-border-right {
  border-right-color: #81d4fa !important;
}
.light-blue-200-border-bottom {
  border-bottom-color: #81d4fa !important;
}
.light-blue-200-border-left {
  border-left-color: #81d4fa !important;
}
.light-blue-300-bg {
  background-color: #4fc3f7 !important;
}
.light-blue-300 {
  background-color: #4fc3f7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-300[disabled] {
  background-color: rgba(79, 195, 247, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-300-fg {
  color: #4fc3f7 !important;
}
.light-blue-300-border {
  border-color: #4fc3f7 !important;
}
.light-blue-300-border-top {
  border-top-color: #4fc3f7 !important;
}
.light-blue-300-border-right {
  border-right-color: #4fc3f7 !important;
}
.light-blue-300-border-bottom {
  border-bottom-color: #4fc3f7 !important;
}
.light-blue-300-border-left {
  border-left-color: #4fc3f7 !important;
}
.light-blue-400-bg {
  background-color: #29b6f6 !important;
}
.light-blue-400 {
  background-color: #29b6f6 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-400[disabled] {
  background-color: rgba(41, 182, 246, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-400-fg {
  color: #29b6f6 !important;
}
.light-blue-400-border {
  border-color: #29b6f6 !important;
}
.light-blue-400-border-top {
  border-top-color: #29b6f6 !important;
}
.light-blue-400-border-right {
  border-right-color: #29b6f6 !important;
}
.light-blue-400-border-bottom {
  border-bottom-color: #29b6f6 !important;
}
.light-blue-400-border-left {
  border-left-color: #29b6f6 !important;
}
.light-blue-500-bg {
  background-color: #03a9f4 !important;
}
.light-blue-500 {
  background-color: #03a9f4 !important;
  color: white !important;
}
.light-blue-500[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-500-fg {
  color: #03a9f4 !important;
}
.light-blue-500-border {
  border-color: #03a9f4 !important;
}
.light-blue-500-border-top {
  border-top-color: #03a9f4 !important;
}
.light-blue-500-border-right {
  border-right-color: #03a9f4 !important;
}
.light-blue-500-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
.light-blue-500-border-left {
  border-left-color: #03a9f4 !important;
}
.light-blue-bg {
  background-color: #03a9f4 !important;
}
.light-blue {
  background-color: #03a9f4 !important;
  color: white !important;
}
.light-blue[disabled] {
  background-color: rgba(3, 169, 244, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-fg {
  color: #03a9f4 !important;
}
.light-blue-border {
  border-color: #03a9f4 !important;
}
.light-blue-border-top {
  border-top-color: #03a9f4 !important;
}
.light-blue-border-right {
  border-right-color: #03a9f4 !important;
}
.light-blue-border-bottom {
  border-bottom-color: #03a9f4 !important;
}
.light-blue-border-left {
  border-left-color: #03a9f4 !important;
}
.light-blue-600-bg {
  background-color: #039be5 !important;
}
.light-blue-600 {
  background-color: #039be5 !important;
  color: white !important;
}
.light-blue-600[disabled] {
  background-color: rgba(3, 155, 229, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-600-fg {
  color: #039be5 !important;
}
.light-blue-600-border {
  border-color: #039be5 !important;
}
.light-blue-600-border-top {
  border-top-color: #039be5 !important;
}
.light-blue-600-border-right {
  border-right-color: #039be5 !important;
}
.light-blue-600-border-bottom {
  border-bottom-color: #039be5 !important;
}
.light-blue-600-border-left {
  border-left-color: #039be5 !important;
}
.light-blue-700-bg {
  background-color: #0288d1 !important;
}
.light-blue-700 {
  background-color: #0288d1 !important;
  color: white !important;
}
.light-blue-700[disabled] {
  background-color: rgba(2, 136, 209, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-700-fg {
  color: #0288d1 !important;
}
.light-blue-700-border {
  border-color: #0288d1 !important;
}
.light-blue-700-border-top {
  border-top-color: #0288d1 !important;
}
.light-blue-700-border-right {
  border-right-color: #0288d1 !important;
}
.light-blue-700-border-bottom {
  border-bottom-color: #0288d1 !important;
}
.light-blue-700-border-left {
  border-left-color: #0288d1 !important;
}
.light-blue-800-bg {
  background-color: #0277bd !important;
}
.light-blue-800 {
  background-color: #0277bd !important;
  color: white !important;
}
.light-blue-800[disabled] {
  background-color: rgba(2, 119, 189, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-800-fg {
  color: #0277bd !important;
}
.light-blue-800-border {
  border-color: #0277bd !important;
}
.light-blue-800-border-top {
  border-top-color: #0277bd !important;
}
.light-blue-800-border-right {
  border-right-color: #0277bd !important;
}
.light-blue-800-border-bottom {
  border-bottom-color: #0277bd !important;
}
.light-blue-800-border-left {
  border-left-color: #0277bd !important;
}
.light-blue-900-bg {
  background-color: #01579b !important;
}
.light-blue-900 {
  background-color: #01579b !important;
  color: white !important;
}
.light-blue-900[disabled] {
  background-color: rgba(1, 87, 155, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-900-fg {
  color: #01579b !important;
}
.light-blue-900-border {
  border-color: #01579b !important;
}
.light-blue-900-border-top {
  border-top-color: #01579b !important;
}
.light-blue-900-border-right {
  border-right-color: #01579b !important;
}
.light-blue-900-border-bottom {
  border-bottom-color: #01579b !important;
}
.light-blue-900-border-left {
  border-left-color: #01579b !important;
}
.light-blue-A100-bg {
  background-color: #80d8ff !important;
}
.light-blue-A100 {
  background-color: #80d8ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-A100[disabled] {
  background-color: rgba(128, 216, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-A100-fg {
  color: #80d8ff !important;
}
.light-blue-A100-border {
  border-color: #80d8ff !important;
}
.light-blue-A100-border-top {
  border-top-color: #80d8ff !important;
}
.light-blue-A100-border-right {
  border-right-color: #80d8ff !important;
}
.light-blue-A100-border-bottom {
  border-bottom-color: #80d8ff !important;
}
.light-blue-A100-border-left {
  border-left-color: #80d8ff !important;
}
.light-blue-A200-bg {
  background-color: #40c4ff !important;
}
.light-blue-A200 {
  background-color: #40c4ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-A200[disabled] {
  background-color: rgba(64, 196, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-A200-fg {
  color: #40c4ff !important;
}
.light-blue-A200-border {
  border-color: #40c4ff !important;
}
.light-blue-A200-border-top {
  border-top-color: #40c4ff !important;
}
.light-blue-A200-border-right {
  border-right-color: #40c4ff !important;
}
.light-blue-A200-border-bottom {
  border-bottom-color: #40c4ff !important;
}
.light-blue-A200-border-left {
  border-left-color: #40c4ff !important;
}
.light-blue-A400-bg {
  background-color: #00b0ff !important;
}
.light-blue-A400 {
  background-color: #00b0ff !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-blue-A400[disabled] {
  background-color: rgba(0, 176, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-blue-A400-fg {
  color: #00b0ff !important;
}
.light-blue-A400-border {
  border-color: #00b0ff !important;
}
.light-blue-A400-border-top {
  border-top-color: #00b0ff !important;
}
.light-blue-A400-border-right {
  border-right-color: #00b0ff !important;
}
.light-blue-A400-border-bottom {
  border-bottom-color: #00b0ff !important;
}
.light-blue-A400-border-left {
  border-left-color: #00b0ff !important;
}
.light-blue-A700-bg {
  background-color: #0091ea !important;
}
.light-blue-A700 {
  background-color: #0091ea !important;
  color: white !important;
}
.light-blue-A700[disabled] {
  background-color: rgba(0, 145, 234, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-blue-A700-fg {
  color: #0091ea !important;
}
.light-blue-A700-border {
  border-color: #0091ea !important;
}
.light-blue-A700-border-top {
  border-top-color: #0091ea !important;
}
.light-blue-A700-border-right {
  border-right-color: #0091ea !important;
}
.light-blue-A700-border-bottom {
  border-bottom-color: #0091ea !important;
}
.light-blue-A700-border-left {
  border-left-color: #0091ea !important;
}
.cyan-50-border-right {
  border-right-color: #e0f7fa !important;
}
.cyan-100-border-right {
  border-right-color: #b2ebf2 !important;
}
.cyan-200-border-right {
  border-right-color: #80deea !important;
}
.cyan-300-border-right {
  border-right-color: #4dd0e1 !important;
}
.cyan-400-border-right {
  border-right-color: #26c6da !important;
}
.cyan-500-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan {
  background-color: #00bcd4 !important;
  color: white !important;
}
.cyan[disabled] {
  background-color: rgba(0, 188, 212, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.cyan-border-right {
  border-right-color: #00bcd4 !important;
}
.cyan-600-border-right {
  border-right-color: #00acc1 !important;
}
.cyan-700-border-right {
  border-right-color: #0097a7 !important;
}
.cyan-800-border-right {
  border-right-color: #00838f !important;
}
.cyan-900-border-right {
  border-right-color: #006064 !important;
}
.cyan-A100-border-right {
  border-right-color: #84ffff !important;
}
.cyan-A200-border-right {
  border-right-color: #18ffff !important;
}
.cyan-A400-border-right {
  border-right-color: #00e5ff !important;
}
.cyan-A700-border-right {
  border-right-color: #00b8d4 !important;
}
.teal-50-border-right {
  border-right-color: #e0f2f1 !important;
}
.teal-100-border-right {
  border-right-color: #b2dfdb !important;
}
.teal-200-border-right {
  border-right-color: #80cbc4 !important;
}
.teal-300-border-right {
  border-right-color: #4db6ac !important;
}
.teal-400-border-right {
  border-right-color: #26a69a !important;
}
.teal-500-border-right {
  border-right-color: #009688 !important;
}
.teal {
  background-color: #009688 !important;
  color: white !important;
}
.teal[disabled] {
  background-color: rgba(0, 150, 136, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.teal-border-right {
  border-right-color: #009688 !important;
}
.teal-600-border-right {
  border-right-color: #00897b !important;
}
.teal-700-border-right {
  border-right-color: #00796b !important;
}
.teal-800-border-right {
  border-right-color: #00695c !important;
}
.teal-900-border-right {
  border-right-color: #004d40 !important;
}
.teal-A100-border-right {
  border-right-color: #a7ffeb !important;
}
.teal-A200-border-right {
  border-right-color: #64ffda !important;
}
.teal-A400-border-right {
  border-right-color: #1de9b6 !important;
}
.teal-A700-border-right {
  border-right-color: #00bfa5 !important;
}
.green-50-border-right {
  border-right-color: #e8f5e9 !important;
}
.green-100-border-right {
  border-right-color: #c8e6c9 !important;
}
.green-200-border-right {
  border-right-color: #a5d6a7 !important;
}
.green-300-border-right {
  border-right-color: #81c784 !important;
}
.green-400-border-right {
  border-right-color: #66bb6a !important;
}
.green-500-border-right {
  border-right-color: #4caf50 !important;
}
.green-bg {
  background-color: #4caf50 !important;
}
.green {
  background-color: #4caf50 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.green[disabled] {
  background-color: rgba(76, 175, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.green-border-right {
  border-right-color: #4caf50 !important;
}
.green-600-border-right {
  border-right-color: #43a047 !important;
}
.green-700-border-right {
  border-right-color: #388e3c !important;
}
.green-800-border-right {
  border-right-color: #2e7d32 !important;
}
.green-900-border-right {
  border-right-color: #1b5e20 !important;
}
.green-A100-border-right {
  border-right-color: #b9f6ca !important;
}
.green-A200-border-right {
  border-right-color: #69f0ae !important;
}
.green-A400-border-right {
  border-right-color: #00e676 !important;
}
.green-A700-border-right {
  border-right-color: #00c853 !important;
}
.light-green-50-bg {
  background-color: #f1f8e9 !important;
}
.light-green-50 {
  background-color: #f1f8e9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-50[disabled] {
  background-color: rgba(241, 248, 233, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-50-fg {
  color: #f1f8e9 !important;
}
.light-green-50-border {
  border-color: #f1f8e9 !important;
}
.light-green-50-border-top {
  border-top-color: #f1f8e9 !important;
}
.light-green-50-border-right {
  border-right-color: #f1f8e9 !important;
}
.light-green-50-border-bottom {
  border-bottom-color: #f1f8e9 !important;
}
.light-green-50-border-left {
  border-left-color: #f1f8e9 !important;
}
.light-green-100-bg {
  background-color: #dcedc8 !important;
}
.light-green-100 {
  background-color: #dcedc8 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-100[disabled] {
  background-color: rgba(220, 237, 200, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-100-fg {
  color: #dcedc8 !important;
}
.light-green-100-border {
  border-color: #dcedc8 !important;
}
.light-green-100-border-top {
  border-top-color: #dcedc8 !important;
}
.light-green-100-border-right {
  border-right-color: #dcedc8 !important;
}
.light-green-100-border-bottom {
  border-bottom-color: #dcedc8 !important;
}
.light-green-100-border-left {
  border-left-color: #dcedc8 !important;
}
.light-green-200-bg {
  background-color: #c5e1a5 !important;
}
.light-green-200 {
  background-color: #c5e1a5 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-200[disabled] {
  background-color: rgba(197, 225, 165, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-200-fg {
  color: #c5e1a5 !important;
}
.light-green-200-border {
  border-color: #c5e1a5 !important;
}
.light-green-200-border-top {
  border-top-color: #c5e1a5 !important;
}
.light-green-200-border-right {
  border-right-color: #c5e1a5 !important;
}
.light-green-200-border-bottom {
  border-bottom-color: #c5e1a5 !important;
}
.light-green-200-border-left {
  border-left-color: #c5e1a5 !important;
}
.light-green-300-bg {
  background-color: #aed581 !important;
}
.light-green-300 {
  background-color: #aed581 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-300[disabled] {
  background-color: rgba(174, 213, 129, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-300-fg {
  color: #aed581 !important;
}
.light-green-300-border {
  border-color: #aed581 !important;
}
.light-green-300-border-top {
  border-top-color: #aed581 !important;
}
.light-green-300-border-right {
  border-right-color: #aed581 !important;
}
.light-green-300-border-bottom {
  border-bottom-color: #aed581 !important;
}
.light-green-300-border-left {
  border-left-color: #aed581 !important;
}
.light-green-400-bg {
  background-color: #9ccc65 !important;
}
.light-green-400 {
  background-color: #9ccc65 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-400[disabled] {
  background-color: rgba(156, 204, 101, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-400-fg {
  color: #9ccc65 !important;
}
.light-green-400-border {
  border-color: #9ccc65 !important;
}
.light-green-400-border-top {
  border-top-color: #9ccc65 !important;
}
.light-green-400-border-right {
  border-right-color: #9ccc65 !important;
}
.light-green-400-border-bottom {
  border-bottom-color: #9ccc65 !important;
}
.light-green-400-border-left {
  border-left-color: #9ccc65 !important;
}
.light-green-500-bg {
  background-color: #8bc34a !important;
}
.light-green-500 {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-500[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-500-fg {
  color: #8bc34a !important;
}
.light-green-500-border {
  border-color: #8bc34a !important;
}
.light-green-500-border-top {
  border-top-color: #8bc34a !important;
}
.light-green-500-border-right {
  border-right-color: #8bc34a !important;
}
.light-green-500-border-bottom {
  border-bottom-color: #8bc34a !important;
}
.light-green-500-border-left {
  border-left-color: #8bc34a !important;
}
.light-green-bg {
  background-color: #8bc34a !important;
}
.light-green {
  background-color: #8bc34a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green[disabled] {
  background-color: rgba(139, 195, 74, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-fg {
  color: #8bc34a !important;
}
.light-green-border {
  border-color: #8bc34a !important;
}
.light-green-border-top {
  border-top-color: #8bc34a !important;
}
.light-green-border-right {
  border-right-color: #8bc34a !important;
}
.light-green-border-bottom {
  border-bottom-color: #8bc34a !important;
}
.light-green-border-left {
  border-left-color: #8bc34a !important;
}
.light-green-600-bg {
  background-color: #7cb342 !important;
}
.light-green-600 {
  background-color: #7cb342 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-600[disabled] {
  background-color: rgba(124, 179, 66, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-600-fg {
  color: #7cb342 !important;
}
.light-green-600-border {
  border-color: #7cb342 !important;
}
.light-green-600-border-top {
  border-top-color: #7cb342 !important;
}
.light-green-600-border-right {
  border-right-color: #7cb342 !important;
}
.light-green-600-border-bottom {
  border-bottom-color: #7cb342 !important;
}
.light-green-600-border-left {
  border-left-color: #7cb342 !important;
}
.light-green-700-bg {
  background-color: #689f38 !important;
}
.light-green-700 {
  background-color: #689f38 !important;
  color: white !important;
}
.light-green-700[disabled] {
  background-color: rgba(104, 159, 56, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-green-700-fg {
  color: #689f38 !important;
}
.light-green-700-border {
  border-color: #689f38 !important;
}
.light-green-700-border-top {
  border-top-color: #689f38 !important;
}
.light-green-700-border-right {
  border-right-color: #689f38 !important;
}
.light-green-700-border-bottom {
  border-bottom-color: #689f38 !important;
}
.light-green-700-border-left {
  border-left-color: #689f38 !important;
}
.light-green-800-bg {
  background-color: #558b2f !important;
}
.light-green-800 {
  background-color: #558b2f !important;
  color: white !important;
}
.light-green-800[disabled] {
  background-color: rgba(85, 139, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-green-800-fg {
  color: #558b2f !important;
}
.light-green-800-border {
  border-color: #558b2f !important;
}
.light-green-800-border-top {
  border-top-color: #558b2f !important;
}
.light-green-800-border-right {
  border-right-color: #558b2f !important;
}
.light-green-800-border-bottom {
  border-bottom-color: #558b2f !important;
}
.light-green-800-border-left {
  border-left-color: #558b2f !important;
}
.light-green-900-bg {
  background-color: #33691e !important;
}
.light-green-900 {
  background-color: #33691e !important;
  color: white !important;
}
.light-green-900[disabled] {
  background-color: rgba(51, 105, 30, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.light-green-900-fg {
  color: #33691e !important;
}
.light-green-900-border {
  border-color: #33691e !important;
}
.light-green-900-border-top {
  border-top-color: #33691e !important;
}
.light-green-900-border-right {
  border-right-color: #33691e !important;
}
.light-green-900-border-bottom {
  border-bottom-color: #33691e !important;
}
.light-green-900-border-left {
  border-left-color: #33691e !important;
}
.light-green-A100-bg {
  background-color: #ccff90 !important;
}
.light-green-A100 {
  background-color: #ccff90 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A100[disabled] {
  background-color: rgba(204, 255, 144, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A100-fg {
  color: #ccff90 !important;
}
.light-green-A100-border {
  border-color: #ccff90 !important;
}
.light-green-A100-border-top {
  border-top-color: #ccff90 !important;
}
.light-green-A100-border-right {
  border-right-color: #ccff90 !important;
}
.light-green-A100-border-bottom {
  border-bottom-color: #ccff90 !important;
}
.light-green-A100-border-left {
  border-left-color: #ccff90 !important;
}
.light-green-A200-bg {
  background-color: #b2ff59 !important;
}
.light-green-A200 {
  background-color: #b2ff59 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A200[disabled] {
  background-color: rgba(178, 255, 89, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A200-fg {
  color: #b2ff59 !important;
}
.light-green-A200-border {
  border-color: #b2ff59 !important;
}
.light-green-A200-border-top {
  border-top-color: #b2ff59 !important;
}
.light-green-A200-border-right {
  border-right-color: #b2ff59 !important;
}
.light-green-A200-border-bottom {
  border-bottom-color: #b2ff59 !important;
}
.light-green-A200-border-left {
  border-left-color: #b2ff59 !important;
}
.light-green-A400-bg {
  background-color: #76ff03 !important;
}
.light-green-A400 {
  background-color: #76ff03 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A400[disabled] {
  background-color: rgba(118, 255, 3, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A400-fg {
  color: #76ff03 !important;
}
.light-green-A400-border {
  border-color: #76ff03 !important;
}
.light-green-A400-border-top {
  border-top-color: #76ff03 !important;
}
.light-green-A400-border-right {
  border-right-color: #76ff03 !important;
}
.light-green-A400-border-bottom {
  border-bottom-color: #76ff03 !important;
}
.light-green-A400-border-left {
  border-left-color: #76ff03 !important;
}
.light-green-A700-bg {
  background-color: #64dd17 !important;
}
.light-green-A700 {
  background-color: #64dd17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.light-green-A700[disabled] {
  background-color: rgba(100, 221, 23, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.light-green-A700-fg {
  color: #64dd17 !important;
}
.light-green-A700-border {
  border-color: #64dd17 !important;
}
.light-green-A700-border-top {
  border-top-color: #64dd17 !important;
}
.light-green-A700-border-right {
  border-right-color: #64dd17 !important;
}
.light-green-A700-border-bottom {
  border-bottom-color: #64dd17 !important;
}
.light-green-A700-border-left {
  border-left-color: #64dd17 !important;
}
.lime-50-border-right {
  border-right-color: #f9fbe7 !important;
}
.lime-100-border-right {
  border-right-color: #f0f4c3 !important;
}
.lime-200-border-right {
  border-right-color: #e6ee9c !important;
}
.lime-300-border-right {
  border-right-color: #dce775 !important;
}
.lime-400-border-right {
  border-right-color: #d4e157 !important;
}
.lime-500-border-right {
  border-right-color: #cddc39 !important;
}
.lime {
  background-color: #cddc39 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.lime[disabled] {
  background-color: rgba(205, 220, 57, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.lime-border-right {
  border-right-color: #cddc39 !important;
}
.lime-600-border-right {
  border-right-color: #c0ca33 !important;
}
.lime-700-border-right {
  border-right-color: #afb42b !important;
}
.lime-800-border-right {
  border-right-color: #9e9d24 !important;
}
.lime-900-border-right {
  border-right-color: #827717 !important;
}
.lime-A100-border-right {
  border-right-color: #f4ff81 !important;
}
.lime-A200-border-right {
  border-right-color: #eeff41 !important;
}
.lime-A400-border-right {
  border-right-color: #c6ff00 !important;
}
.lime-A700-border-right {
  border-right-color: #aeea00 !important;
}
.yellow-50-border-right {
  border-right-color: #fffde7 !important;
}
.yellow-100-border-right {
  border-right-color: #fff9c4 !important;
}
.yellow-200-border-right {
  border-right-color: #fff59d !important;
}
.yellow-300-border-right {
  border-right-color: #fff176 !important;
}
.yellow-400-border-right {
  border-right-color: #ffee58 !important;
}
.yellow-500-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-bg {
  background-color: #ffeb3b !important;
}
.yellow {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.yellow[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.yellow-border-right {
  border-right-color: #ffeb3b !important;
}
.yellow-600-border-right {
  border-right-color: #fdd835 !important;
}
.yellow-700-border-right {
  border-right-color: #fbc02d !important;
}
.yellow-800-border-right {
  border-right-color: #f9a825 !important;
}
.yellow-900-border-right {
  border-right-color: #f57f17 !important;
}
.yellow-A100-border-right {
  border-right-color: #ffff8d !important;
}
.yellow-A200-border-right {
  border-right-color: #ffff00 !important;
}
.yellow-A400-border-right {
  border-right-color: #ffea00 !important;
}
.yellow-A700-border-right {
  border-right-color: #ffd600 !important;
}
.amber-50-border-right {
  border-right-color: #fff8e1 !important;
}
.amber-100-border-right {
  border-right-color: #ffecb3 !important;
}
.amber-200-border-right {
  border-right-color: #ffe082 !important;
}
.amber-300-border-right {
  border-right-color: #ffd54f !important;
}
.amber-400-border-right {
  border-right-color: #ffca28 !important;
}
.amber-500-border-right {
  border-right-color: #ffc107 !important;
}
.amber-fg {
  color: #ffc107 !important;
}
.amber-border-right {
  border-right-color: #ffc107 !important;
}
.amber-600-fg {
  color: #ffb300 !important;
}
.amber-600-border-right {
  border-right-color: #ffb300 !important;
}
.amber-700-border-right {
  border-right-color: #ffa000 !important;
}
.amber-800-border-right {
  border-right-color: #ff8f00 !important;
}
.amber-900-border-right {
  border-right-color: #ff6f00 !important;
}
.amber-A100-border-right {
  border-right-color: #ffe57f !important;
}
.amber-A200-border-right {
  border-right-color: #ffd740 !important;
}
.amber-A400-border-right {
  border-right-color: #ffc400 !important;
}
.amber-A700-border-right {
  border-right-color: #ffab00 !important;
}
.orange-50-border-right {
  border-right-color: #fff3e0 !important;
}
.orange-100-border-right {
  border-right-color: #ffe0b2 !important;
}
.orange-200-border-right {
  border-right-color: #ffcc80 !important;
}
.orange-300-border-right {
  border-right-color: #ffb74d !important;
}
.orange-400-border-right {
  border-right-color: #ffa726 !important;
}
.orange-500-border-right {
  border-right-color: #ff9800 !important;
}
.orange-bg {
  background-color: #ff9800 !important;
}
.orange {
  background-color: #ff9800 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.orange[disabled] {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.orange-border-right {
  border-right-color: #ff9800 !important;
}
.orange-600-border-right {
  border-right-color: #fb8c00 !important;
}
.orange-700-border-right {
  border-right-color: #f57c00 !important;
}
.orange-800-border-right {
  border-right-color: #ef6c00 !important;
}
.orange-900-border-right {
  border-right-color: #e65100 !important;
}
.orange-A100-border-right {
  border-right-color: #ffd180 !important;
}
.orange-A200-border-right {
  border-right-color: #ffab40 !important;
}
.orange-A400-border-right {
  border-right-color: #ff9100 !important;
}
.orange-A700-border-right {
  border-right-color: #ff6d00 !important;
}
.deep-orange-50-border-right {
  border-right-color: #fbe9e7 !important;
}
.deep-orange-100-border-right {
  border-right-color: #ffccbc !important;
}
.deep-orange-200-border-right {
  border-right-color: #ffab91 !important;
}
.deep-orange-300-border-right {
  border-right-color: #ff8a65 !important;
}
.deep-orange-400-border-right {
  border-right-color: #ff7043 !important;
}
.deep-orange-500-border-right {
  border-right-color: #ff5722 !important;
}
.deep-orange-border-right {
  border-right-color: #ff5722 !important;
}
.deep-orange-600-border-right {
  border-right-color: #f4511e !important;
}
.deep-orange-700-border-right {
  border-right-color: #e64a19 !important;
}
.deep-orange-800-border-right {
  border-right-color: #d84315 !important;
}
.deep-orange-900-border-right {
  border-right-color: #bf360c !important;
}
.deep-orange-A100-border-right {
  border-right-color: #ff9e80 !important;
}
.deep-orange-A200-border-right {
  border-right-color: #ff6e40 !important;
}
.deep-orange-A400-border-right {
  border-right-color: #ff3d00 !important;
}
.deep-orange-A700-border-right {
  border-right-color: #dd2c00 !important;
}
.brown-50-border-right {
  border-right-color: #efebe9 !important;
}
.brown-100-border-right {
  border-right-color: #d7ccc8 !important;
}
.brown-200-border-right {
  border-right-color: #bcaaa4 !important;
}
.brown-300-border-right {
  border-right-color: #a1887f !important;
}
.brown-400-border-right {
  border-right-color: #8d6e63 !important;
}
.brown-500-border-right {
  border-right-color: #795548 !important;
}
.brown {
  background-color: #795548 !important;
  color: white !important;
}
.brown[disabled] {
  background-color: rgba(121, 85, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.brown-border-right {
  border-right-color: #795548 !important;
}
.brown-600-border-right {
  border-right-color: #6d4c41 !important;
}
.brown-700-border-right {
  border-right-color: #5d4037 !important;
}
.brown-800-border-right {
  border-right-color: #4e342e !important;
}
.brown-900-border-right {
  border-right-color: #3e2723 !important;
}
.brown-A100-border-right {
  border-right-color: #d7ccc8 !important;
}
.brown-A200-border-right {
  border-right-color: #bcaaa4 !important;
}
.brown-A400-border-right {
  border-right-color: #8d6e63 !important;
}
.brown-A700-border-right {
  border-right-color: #5d4037 !important;
}
.grey-50-border-right {
  border-right-color: #fafafa !important;
}
.grey-100-border-right {
  border-right-color: #f5f5f5 !important;
}
.grey-200-border-right {
  border-right-color: #eeeeee !important;
}
.grey-300-border-right {
  border-right-color: #e0e0e0 !important;
}
.grey-400-border-right {
  border-right-color: #bdbdbd !important;
}
.grey-500-border-right {
  border-right-color: #9e9e9e !important;
}
.grey {
  background-color: #9e9e9e !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.grey[disabled] {
  background-color: rgba(158, 158, 158, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.grey-border-right {
  border-right-color: #9e9e9e !important;
}
.grey-600-border-right {
  border-right-color: #757575 !important;
}
.grey-700-border-right {
  border-right-color: #616161 !important;
}
.grey-800-border-right {
  border-right-color: #424242 !important;
}
.grey-900-border-right {
  border-right-color: #212121 !important;
}
.grey-A100-border-right {
  border-right-color: #ffffff !important;
}
.grey-A200-border-right {
  border-right-color: #eeeeee !important;
}
.grey-A400-border-right {
  border-right-color: #bdbdbd !important;
}
.grey-A700-border-right {
  border-right-color: #616161 !important;
}
.blue-grey-50-border-right {
  border-right-color: #eceff1 !important;
}
.blue-grey-100-border-right {
  border-right-color: #cfd8dc !important;
}
.blue-grey-200-border-right {
  border-right-color: #b0bec5 !important;
}
.blue-grey-300-border-right {
  border-right-color: #90a4ae !important;
}
.blue-grey-400-border-right {
  border-right-color: #78909c !important;
}
.blue-grey-500-border-right {
  border-right-color: #607d8b !important;
}
.blue-grey-border-right {
  border-right-color: #607d8b !important;
}
.blue-grey-600-border-right {
  border-right-color: #546e7a !important;
}
.blue-grey-700-border-right {
  border-right-color: #455a64 !important;
}
.blue-grey-800-border-right {
  border-right-color: #37474f !important;
}
.blue-grey-900-border-right {
  border-right-color: #263238 !important;
}
.blue-grey-A100-border-right {
  border-right-color: #cfd8dc !important;
}
.blue-grey-A200-border-right {
  border-right-color: #b0bec5 !important;
}
.blue-grey-A400-border-right {
  border-right-color: #78909c !important;
}
.blue-grey-A700-border-right {
  border-right-color: #455a64 !important;
}
 .pink-50 i,
.pink-50 .icon, .pink-100 i,
.pink-100 .icon, .pink-200 i,
.pink-200 .icon, .pink-300 i,
.pink-300 .icon, .pink-400 i,
.pink-400 .icon, .pink-A100 i,
.pink-A100 .icon, .light-blue-50 i,
.light-blue-50 .icon, .light-blue-100 i,
.light-blue-100 .icon, .light-blue-200 i,
.light-blue-200 .icon, .light-blue-300 i,
.light-blue-300 .icon, .light-blue-400 i,
.light-blue-400 .icon, .light-blue-A100 i,
.light-blue-A100 .icon, .light-blue-A200 i,
.light-blue-A200 .icon, .light-blue-A400 i,
.light-blue-A400 .icon, .green i,
.green .icon, .light-green-50 i,
.light-green-50 .icon, .light-green-100 i,
.light-green-100 .icon, .light-green-200 i,
.light-green-200 .icon, .light-green-300 i,
.light-green-300 .icon, .light-green-400 i,
.light-green-400 .icon, .light-green-500 i,
.light-green-500 .icon, .light-green i,
.light-green .icon, .light-green-600 i,
.light-green-600 .icon, .light-green-A100 i,
.light-green-A100 .icon, .light-green-A200 i,
.light-green-A200 .icon, .light-green-A400 i,
.light-green-A400 .icon, .light-green-A700 i,
.light-green-A700 .icon, .lime i,
.lime .icon, .yellow i,
.yellow .icon, .orange i,
.orange .icon, .grey i,
.grey .icon {
  color: rgba(0, 0, 0, 0.54);
}
 .pink-50.secondary-text,
.pink-50 .secondary-text, .pink-100.secondary-text,
.pink-100 .secondary-text, .pink-200.secondary-text,
.pink-200 .secondary-text, .pink-300.secondary-text,
.pink-300 .secondary-text, .pink-400.secondary-text,
.pink-400 .secondary-text, .pink-A100.secondary-text,
.pink-A100 .secondary-text, .light-blue-50.secondary-text,
.light-blue-50 .secondary-text, .light-blue-100.secondary-text,
.light-blue-100 .secondary-text, .light-blue-200.secondary-text,
.light-blue-200 .secondary-text, .light-blue-300.secondary-text,
.light-blue-300 .secondary-text, .light-blue-400.secondary-text,
.light-blue-400 .secondary-text, .light-blue-A100.secondary-text,
.light-blue-A100 .secondary-text, .light-blue-A200.secondary-text,
.light-blue-A200 .secondary-text, .light-blue-A400.secondary-text,
.light-blue-A400 .secondary-text, .green.secondary-text,
.green .secondary-text, .light-green-50.secondary-text,
.light-green-50 .secondary-text, .light-green-100.secondary-text,
.light-green-100 .secondary-text, .light-green-200.secondary-text,
.light-green-200 .secondary-text, .light-green-300.secondary-text,
.light-green-300 .secondary-text, .light-green-400.secondary-text,
.light-green-400 .secondary-text, .light-green-500.secondary-text,
.light-green-500 .secondary-text, .light-green.secondary-text,
.light-green .secondary-text, .light-green-600.secondary-text,
.light-green-600 .secondary-text, .light-green-A100.secondary-text,
.light-green-A100 .secondary-text, .light-green-A200.secondary-text,
.light-green-A200 .secondary-text, .light-green-A400.secondary-text,
.light-green-A400 .secondary-text, .light-green-A700.secondary-text,
.light-green-A700 .secondary-text, .lime.secondary-text,
.lime .secondary-text, .yellow.secondary-text,
.yellow .secondary-text, .orange.secondary-text,
.orange .secondary-text, .grey.secondary-text,
.grey .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
 .pink-50.hint-text,
.pink-50 .hint-text, .pink-50.disabled-text,
.pink-50 .disabled-text, .pink-100.hint-text,
.pink-100 .hint-text, .pink-100.disabled-text,
.pink-100 .disabled-text, .pink-200.hint-text,
.pink-200 .hint-text, .pink-200.disabled-text,
.pink-200 .disabled-text, .pink-300.hint-text,
.pink-300 .hint-text, .pink-300.disabled-text,
.pink-300 .disabled-text, .pink-400.hint-text,
.pink-400 .hint-text, .pink-400.disabled-text,
.pink-400 .disabled-text, .pink-A100.hint-text,
.pink-A100 .hint-text, .pink-A100.disabled-text,
.pink-A100 .disabled-text, .light-blue-50.hint-text,
.light-blue-50 .hint-text, .light-blue-50.disabled-text,
.light-blue-50 .disabled-text, .light-blue-100.hint-text,
.light-blue-100 .hint-text, .light-blue-100.disabled-text,
.light-blue-100 .disabled-text, .light-blue-200.hint-text,
.light-blue-200 .hint-text, .light-blue-200.disabled-text,
.light-blue-200 .disabled-text, .light-blue-300.hint-text,
.light-blue-300 .hint-text, .light-blue-300.disabled-text,
.light-blue-300 .disabled-text, .light-blue-400.hint-text,
.light-blue-400 .hint-text, .light-blue-400.disabled-text,
.light-blue-400 .disabled-text, .light-blue-A100.hint-text,
.light-blue-A100 .hint-text, .light-blue-A100.disabled-text,
.light-blue-A100 .disabled-text, .light-blue-A200.hint-text,
.light-blue-A200 .hint-text, .light-blue-A200.disabled-text,
.light-blue-A200 .disabled-text, .light-blue-A400.hint-text,
.light-blue-A400 .hint-text, .light-blue-A400.disabled-text,
.light-blue-A400 .disabled-text, .green.hint-text,
.green .hint-text, .light-green-50.hint-text,
.light-green-50 .hint-text, .light-green-50.disabled-text,
.light-green-50 .disabled-text, .light-green-100.hint-text,
.light-green-100 .hint-text, .light-green-100.disabled-text,
.light-green-100 .disabled-text, .light-green-200.hint-text,
.light-green-200 .hint-text, .light-green-200.disabled-text,
.light-green-200 .disabled-text, .light-green-300.hint-text,
.light-green-300 .hint-text, .light-green-300.disabled-text,
.light-green-300 .disabled-text, .light-green-400.hint-text,
.light-green-400 .hint-text, .light-green-400.disabled-text,
.light-green-400 .disabled-text, .light-green-500.hint-text,
.light-green-500 .hint-text, .light-green-500.disabled-text,
.light-green-500 .disabled-text, .light-green.hint-text,
.light-green .hint-text, .light-green.disabled-text,
.light-green .disabled-text, .light-green-600.hint-text,
.light-green-600 .hint-text, .light-green-600.disabled-text,
.light-green-600 .disabled-text, .light-green-A100.hint-text,
.light-green-A100 .hint-text, .light-green-A100.disabled-text,
.light-green-A100 .disabled-text, .light-green-A200.hint-text,
.light-green-A200 .hint-text, .light-green-A200.disabled-text,
.light-green-A200 .disabled-text, .light-green-A400.hint-text,
.light-green-A400 .hint-text, .light-green-A400.disabled-text,
.light-green-A400 .disabled-text, .light-green-A700.hint-text,
.light-green-A700 .hint-text, .light-green-A700.disabled-text,
.light-green-A700 .disabled-text, .lime.hint-text,
.lime .hint-text, .yellow.hint-text,
.yellow .hint-text, .orange.hint-text,
.orange .hint-text, .grey.hint-text,
.grey .hint-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
 .pink-50.divider,
.pink-50 .divider, .pink-100.divider,
.pink-100 .divider, .pink-200.divider,
.pink-200 .divider, .pink-300.divider,
.pink-300 .divider, .pink-400.divider,
.pink-400 .divider, .pink-A100.divider,
.pink-A100 .divider, .light-blue-50.divider,
.light-blue-50 .divider, .light-blue-100.divider,
.light-blue-100 .divider, .light-blue-200.divider,
.light-blue-200 .divider, .light-blue-300.divider,
.light-blue-300 .divider, .light-blue-400.divider,
.light-blue-400 .divider, .light-blue-A100.divider,
.light-blue-A100 .divider, .light-blue-A200.divider,
.light-blue-A200 .divider, .light-blue-A400.divider,
.light-blue-A400 .divider, .light-green-50.divider,
.light-green-50 .divider, .light-green-100.divider,
.light-green-100 .divider, .light-green-200.divider,
.light-green-200 .divider, .light-green-300.divider,
.light-green-300 .divider, .light-green-400.divider,
.light-green-400 .divider, .light-green-500.divider,
.light-green-500 .divider, .light-green.divider,
.light-green .divider, .light-green-600.divider,
.light-green-600 .divider, .light-green-A100.divider,
.light-green-A100 .divider, .light-green-A200.divider,
.light-green-A200 .divider, .light-green-A400.divider,
.light-green-A400 .divider, .light-green-A700.divider,
.light-green-A700 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
 .pink-50 .mat-ripple-element, .pink-100 .mat-ripple-element, .pink-200 .mat-ripple-element, .pink-300 .mat-ripple-element, .pink-400 .mat-ripple-element, .pink-A100 .mat-ripple-element, .light-blue-50 .mat-ripple-element, .light-blue-100 .mat-ripple-element, .light-blue-200 .mat-ripple-element, .light-blue-300 .mat-ripple-element, .light-blue-400 .mat-ripple-element, .light-blue-A100 .mat-ripple-element, .light-blue-A200 .mat-ripple-element, .light-blue-A400 .mat-ripple-element, .green .mat-ripple-element, .light-green-50 .mat-ripple-element, .light-green-100 .mat-ripple-element, .light-green-200 .mat-ripple-element, .light-green-300 .mat-ripple-element, .light-green-400 .mat-ripple-element, .light-green-500 .mat-ripple-element, .light-green .mat-ripple-element, .light-green-600 .mat-ripple-element, .light-green-A100 .mat-ripple-element, .light-green-A200 .mat-ripple-element, .light-green-A400 .mat-ripple-element, .light-green-A700 .mat-ripple-element, .lime .mat-ripple-element, .yellow .mat-ripple-element, .orange .mat-ripple-element, .grey .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
 .pink-50 .adaptive-border-color, .pink-100 .adaptive-border-color, .pink-200 .adaptive-border-color, .pink-300 .adaptive-border-color, .pink-400 .adaptive-border-color, .pink-A100 .adaptive-border-color, .light-blue-50 .adaptive-border-color, .light-blue-100 .adaptive-border-color, .light-blue-200 .adaptive-border-color, .light-blue-300 .adaptive-border-color, .light-blue-400 .adaptive-border-color, .light-blue-A100 .adaptive-border-color, .light-blue-A200 .adaptive-border-color, .light-blue-A400 .adaptive-border-color, .light-green-50 .adaptive-border-color, .light-green-100 .adaptive-border-color, .light-green-200 .adaptive-border-color, .light-green-300 .adaptive-border-color, .light-green-400 .adaptive-border-color, .light-green-500 .adaptive-border-color, .light-green .adaptive-border-color, .light-green-600 .adaptive-border-color, .light-green-A100 .adaptive-border-color, .light-green-A200 .adaptive-border-color, .light-green-A400 .adaptive-border-color, .light-green-A700 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
 .red i,
.red .icon, .pink-500 i,
.pink-500 .icon, .pink i,
.pink .icon, .pink-600 i,
.pink-600 .icon, .pink-700 i,
.pink-700 .icon, .pink-800 i,
.pink-800 .icon, .pink-900 i,
.pink-900 .icon, .pink-A200 i,
.pink-A200 .icon, .pink-A400 i,
.pink-A400 .icon, .pink-A700 i,
.pink-A700 .icon, .purple i,
.purple .icon, .indigo i,
.indigo .icon, .blue i,
.blue .icon, .light-blue-500 i,
.light-blue-500 .icon, .light-blue i,
.light-blue .icon, .light-blue-600 i,
.light-blue-600 .icon, .light-blue-700 i,
.light-blue-700 .icon, .light-blue-800 i,
.light-blue-800 .icon, .light-blue-900 i,
.light-blue-900 .icon, .light-blue-A700 i,
.light-blue-A700 .icon, .cyan i,
.cyan .icon, .teal i,
.teal .icon, .light-green-700 i,
.light-green-700 .icon, .light-green-800 i,
.light-green-800 .icon, .light-green-900 i,
.light-green-900 .icon, .brown i,
.brown .icon {
  color: white;
}
 .red.secondary-text,
.red .secondary-text, .pink-500.secondary-text,
.pink-500 .secondary-text, .pink.secondary-text,
.pink .secondary-text, .pink-600.secondary-text,
.pink-600 .secondary-text, .pink-700.secondary-text,
.pink-700 .secondary-text, .pink-800.secondary-text,
.pink-800 .secondary-text, .pink-900.secondary-text,
.pink-900 .secondary-text, .pink-A200.secondary-text,
.pink-A200 .secondary-text, .pink-A400.secondary-text,
.pink-A400 .secondary-text, .pink-A700.secondary-text,
.pink-A700 .secondary-text, .purple.secondary-text,
.purple .secondary-text, .indigo.secondary-text,
.indigo .secondary-text, .blue.secondary-text,
.blue .secondary-text, .light-blue-500.secondary-text,
.light-blue-500 .secondary-text, .light-blue.secondary-text,
.light-blue .secondary-text, .light-blue-600.secondary-text,
.light-blue-600 .secondary-text, .light-blue-700.secondary-text,
.light-blue-700 .secondary-text, .light-blue-800.secondary-text,
.light-blue-800 .secondary-text, .light-blue-900.secondary-text,
.light-blue-900 .secondary-text, .light-blue-A700.secondary-text,
.light-blue-A700 .secondary-text, .cyan.secondary-text,
.cyan .secondary-text, .teal.secondary-text,
.teal .secondary-text, .light-green-700.secondary-text,
.light-green-700 .secondary-text, .light-green-800.secondary-text,
.light-green-800 .secondary-text, .light-green-900.secondary-text,
.light-green-900 .secondary-text, .brown.secondary-text,
.brown .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
 .red.hint-text,
.red .hint-text, .pink-500.hint-text,
.pink-500 .hint-text, .pink-500.disabled-text,
.pink-500 .disabled-text, .pink.hint-text,
.pink .hint-text, .pink-600.hint-text,
.pink-600 .hint-text, .pink-600.disabled-text,
.pink-600 .disabled-text, .pink-700.hint-text,
.pink-700 .hint-text, .pink-700.disabled-text,
.pink-700 .disabled-text, .pink-800.hint-text,
.pink-800 .hint-text, .pink-800.disabled-text,
.pink-800 .disabled-text, .pink-900.hint-text,
.pink-900 .hint-text, .pink-900.disabled-text,
.pink-900 .disabled-text, .pink-A200.hint-text,
.pink-A200 .hint-text, .pink-A200.disabled-text,
.pink-A200 .disabled-text, .pink-A400.hint-text,
.pink-A400 .hint-text, .pink-A400.disabled-text,
.pink-A400 .disabled-text, .pink-A700.hint-text,
.pink-A700 .hint-text, .pink-A700.disabled-text,
.pink-A700 .disabled-text, .purple.hint-text,
.purple .hint-text, .indigo.hint-text,
.indigo .hint-text, .blue.hint-text,
.blue .hint-text, .light-blue-500.hint-text,
.light-blue-500 .hint-text, .light-blue-500.disabled-text,
.light-blue-500 .disabled-text, .light-blue.hint-text,
.light-blue .hint-text, .light-blue.disabled-text,
.light-blue .disabled-text, .light-blue-600.hint-text,
.light-blue-600 .hint-text, .light-blue-600.disabled-text,
.light-blue-600 .disabled-text, .light-blue-700.hint-text,
.light-blue-700 .hint-text, .light-blue-700.disabled-text,
.light-blue-700 .disabled-text, .light-blue-800.hint-text,
.light-blue-800 .hint-text, .light-blue-800.disabled-text,
.light-blue-800 .disabled-text, .light-blue-900.hint-text,
.light-blue-900 .hint-text, .light-blue-900.disabled-text,
.light-blue-900 .disabled-text, .light-blue-A700.hint-text,
.light-blue-A700 .hint-text, .light-blue-A700.disabled-text,
.light-blue-A700 .disabled-text, .cyan.hint-text,
.cyan .hint-text, .teal.hint-text,
.teal .hint-text, .light-green-700.hint-text,
.light-green-700 .hint-text, .light-green-700.disabled-text,
.light-green-700 .disabled-text, .light-green-800.hint-text,
.light-green-800 .hint-text, .light-green-800.disabled-text,
.light-green-800 .disabled-text, .light-green-900.hint-text,
.light-green-900 .hint-text, .light-green-900.disabled-text,
.light-green-900 .disabled-text, .brown.hint-text,
.brown .hint-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
 .pink-500.divider,
.pink-500 .divider, .pink-600.divider,
.pink-600 .divider, .pink-700.divider,
.pink-700 .divider, .pink-800.divider,
.pink-800 .divider, .pink-900.divider,
.pink-900 .divider, .pink-A200.divider,
.pink-A200 .divider, .pink-A400.divider,
.pink-A400 .divider, .pink-A700.divider,
.pink-A700 .divider, .light-blue-500.divider,
.light-blue-500 .divider, .light-blue.divider,
.light-blue .divider, .light-blue-600.divider,
.light-blue-600 .divider, .light-blue-700.divider,
.light-blue-700 .divider, .light-blue-800.divider,
.light-blue-800 .divider, .light-blue-900.divider,
.light-blue-900 .divider, .light-blue-A700.divider,
.light-blue-A700 .divider, .light-green-700.divider,
.light-green-700 .divider, .light-green-800.divider,
.light-green-800 .divider, .light-green-900.divider,
.light-green-900 .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
 .red .mat-ripple-element, .pink-500 .mat-ripple-element, .pink .mat-ripple-element, .pink-600 .mat-ripple-element, .pink-700 .mat-ripple-element, .pink-800 .mat-ripple-element, .pink-900 .mat-ripple-element, .pink-A200 .mat-ripple-element, .pink-A400 .mat-ripple-element, .pink-A700 .mat-ripple-element, .purple .mat-ripple-element, .indigo .mat-ripple-element, .blue .mat-ripple-element, .light-blue-500 .mat-ripple-element, .light-blue .mat-ripple-element, .light-blue-600 .mat-ripple-element, .light-blue-700 .mat-ripple-element, .light-blue-800 .mat-ripple-element, .light-blue-900 .mat-ripple-element, .light-blue-A700 .mat-ripple-element, .cyan .mat-ripple-element, .teal .mat-ripple-element, .light-green-700 .mat-ripple-element, .light-green-800 .mat-ripple-element, .light-green-900 .mat-ripple-element, .brown .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
 .pink-500 .adaptive-border-color, .pink-600 .adaptive-border-color, .pink-700 .adaptive-border-color, .pink-800 .adaptive-border-color, .pink-900 .adaptive-border-color, .pink-A200 .adaptive-border-color, .pink-A400 .adaptive-border-color, .pink-A700 .adaptive-border-color, .light-blue-500 .adaptive-border-color, .light-blue .adaptive-border-color, .light-blue-600 .adaptive-border-color, .light-blue-700 .adaptive-border-color, .light-blue-800 .adaptive-border-color, .light-blue-900 .adaptive-border-color, .light-blue-A700 .adaptive-border-color, .light-green-700 .adaptive-border-color, .light-green-800 .adaptive-border-color, .light-green-900 .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
 .pink-50 input[type=text], .pink-100 input[type=text], .pink-200 input[type=text], .pink-300 input[type=text], .pink-400 input[type=text], .pink-A100 input[type=text], .light-blue-50 input[type=text], .light-blue-100 input[type=text], .light-blue-200 input[type=text], .light-blue-300 input[type=text], .light-blue-400 input[type=text], .light-blue-A100 input[type=text], .light-blue-A200 input[type=text], .light-blue-A400 input[type=text], .green input[type=text], .light-green-50 input[type=text], .light-green-100 input[type=text], .light-green-200 input[type=text], .light-green-300 input[type=text], .light-green-400 input[type=text], .light-green-500 input[type=text], .light-green input[type=text], .light-green-600 input[type=text], .light-green-A100 input[type=text], .light-green-A200 input[type=text], .light-green-A400 input[type=text], .light-green-A700 input[type=text], .lime input[type=text], .yellow input[type=text], .orange input[type=text], .grey input[type=text] {
  color: black;
}
 .pink-50 .mat-form-field-label, .pink-100 .mat-form-field-label, .pink-200 .mat-form-field-label, .pink-300 .mat-form-field-label, .pink-400 .mat-form-field-label, .pink-A100 .mat-form-field-label, .light-blue-50 .mat-form-field-label, .light-blue-100 .mat-form-field-label, .light-blue-200 .mat-form-field-label, .light-blue-300 .mat-form-field-label, .light-blue-400 .mat-form-field-label, .light-blue-A100 .mat-form-field-label, .light-blue-A200 .mat-form-field-label, .light-blue-A400 .mat-form-field-label, .green .mat-form-field-label, .light-green-50 .mat-form-field-label, .light-green-100 .mat-form-field-label, .light-green-200 .mat-form-field-label, .light-green-300 .mat-form-field-label, .light-green-400 .mat-form-field-label, .light-green-500 .mat-form-field-label, .light-green .mat-form-field-label, .light-green-600 .mat-form-field-label, .light-green-A100 .mat-form-field-label, .light-green-A200 .mat-form-field-label, .light-green-A400 .mat-form-field-label, .light-green-A700 .mat-form-field-label, .lime .mat-form-field-label, .yellow .mat-form-field-label, .orange .mat-form-field-label, .grey .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
 .pink-50 .mat-form-field-underline, .pink-100 .mat-form-field-underline, .pink-200 .mat-form-field-underline, .pink-300 .mat-form-field-underline, .pink-400 .mat-form-field-underline, .pink-A100 .mat-form-field-underline, .light-blue-50 .mat-form-field-underline, .light-blue-100 .mat-form-field-underline, .light-blue-200 .mat-form-field-underline, .light-blue-300 .mat-form-field-underline, .light-blue-400 .mat-form-field-underline, .light-blue-A100 .mat-form-field-underline, .light-blue-A200 .mat-form-field-underline, .light-blue-A400 .mat-form-field-underline, .green .mat-form-field-underline, .light-green-50 .mat-form-field-underline, .light-green-100 .mat-form-field-underline, .light-green-200 .mat-form-field-underline, .light-green-300 .mat-form-field-underline, .light-green-400 .mat-form-field-underline, .light-green-500 .mat-form-field-underline, .light-green .mat-form-field-underline, .light-green-600 .mat-form-field-underline, .light-green-A100 .mat-form-field-underline, .light-green-A200 .mat-form-field-underline, .light-green-A400 .mat-form-field-underline, .light-green-A700 .mat-form-field-underline, .lime .mat-form-field-underline, .yellow .mat-form-field-underline, .orange .mat-form-field-underline, .grey .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
 .pink-50 .mat-select-trigger,
.pink-50 .mat-select-arrow, .pink-100 .mat-select-trigger,
.pink-100 .mat-select-arrow, .pink-200 .mat-select-trigger,
.pink-200 .mat-select-arrow, .pink-300 .mat-select-trigger,
.pink-300 .mat-select-arrow, .pink-400 .mat-select-trigger,
.pink-400 .mat-select-arrow, .pink-A100 .mat-select-trigger,
.pink-A100 .mat-select-arrow, .light-blue-50 .mat-select-trigger,
.light-blue-50 .mat-select-arrow, .light-blue-100 .mat-select-trigger,
.light-blue-100 .mat-select-arrow, .light-blue-200 .mat-select-trigger,
.light-blue-200 .mat-select-arrow, .light-blue-300 .mat-select-trigger,
.light-blue-300 .mat-select-arrow, .light-blue-400 .mat-select-trigger,
.light-blue-400 .mat-select-arrow, .light-blue-A100 .mat-select-trigger,
.light-blue-A100 .mat-select-arrow, .light-blue-A200 .mat-select-trigger,
.light-blue-A200 .mat-select-arrow, .light-blue-A400 .mat-select-trigger,
.light-blue-A400 .mat-select-arrow, .green .mat-select-trigger,
.green .mat-select-arrow, .light-green-50 .mat-select-trigger,
.light-green-50 .mat-select-arrow, .light-green-100 .mat-select-trigger,
.light-green-100 .mat-select-arrow, .light-green-200 .mat-select-trigger,
.light-green-200 .mat-select-arrow, .light-green-300 .mat-select-trigger,
.light-green-300 .mat-select-arrow, .light-green-400 .mat-select-trigger,
.light-green-400 .mat-select-arrow, .light-green-500 .mat-select-trigger,
.light-green-500 .mat-select-arrow, .light-green .mat-select-trigger,
.light-green .mat-select-arrow, .light-green-600 .mat-select-trigger,
.light-green-600 .mat-select-arrow, .light-green-A100 .mat-select-trigger,
.light-green-A100 .mat-select-arrow, .light-green-A200 .mat-select-trigger,
.light-green-A200 .mat-select-arrow, .light-green-A400 .mat-select-trigger,
.light-green-A400 .mat-select-arrow, .light-green-A700 .mat-select-trigger,
.light-green-A700 .mat-select-arrow, .lime .mat-select-trigger,
.lime .mat-select-arrow, .yellow .mat-select-trigger,
.yellow .mat-select-arrow, .orange .mat-select-trigger,
.orange .mat-select-arrow, .grey .mat-select-trigger,
.grey .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
 .pink-50 .mat-select-underline, .pink-100 .mat-select-underline, .pink-200 .mat-select-underline, .pink-300 .mat-select-underline, .pink-400 .mat-select-underline, .pink-A100 .mat-select-underline, .light-blue-50 .mat-select-underline, .light-blue-100 .mat-select-underline, .light-blue-200 .mat-select-underline, .light-blue-300 .mat-select-underline, .light-blue-400 .mat-select-underline, .light-blue-A100 .mat-select-underline, .light-blue-A200 .mat-select-underline, .light-blue-A400 .mat-select-underline, .green .mat-select-underline, .light-green-50 .mat-select-underline, .light-green-100 .mat-select-underline, .light-green-200 .mat-select-underline, .light-green-300 .mat-select-underline, .light-green-400 .mat-select-underline, .light-green-500 .mat-select-underline, .light-green .mat-select-underline, .light-green-600 .mat-select-underline, .light-green-A100 .mat-select-underline, .light-green-A200 .mat-select-underline, .light-green-A400 .mat-select-underline, .light-green-A700 .mat-select-underline, .lime .mat-select-underline, .yellow .mat-select-underline, .orange .mat-select-underline, .grey .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
 .pink-50 .mat-select-disabled .mat-select-value,
.pink-50 .mat-select-arrow,
.pink-50 .mat-select-trigger, .pink-100 .mat-select-disabled .mat-select-value,
.pink-100 .mat-select-arrow,
.pink-100 .mat-select-trigger, .pink-200 .mat-select-disabled .mat-select-value,
.pink-200 .mat-select-arrow,
.pink-200 .mat-select-trigger, .pink-300 .mat-select-disabled .mat-select-value,
.pink-300 .mat-select-arrow,
.pink-300 .mat-select-trigger, .pink-400 .mat-select-disabled .mat-select-value,
.pink-400 .mat-select-arrow,
.pink-400 .mat-select-trigger, .pink-A100 .mat-select-disabled .mat-select-value,
.pink-A100 .mat-select-arrow,
.pink-A100 .mat-select-trigger, .light-blue-50 .mat-select-disabled .mat-select-value,
.light-blue-50 .mat-select-arrow,
.light-blue-50 .mat-select-trigger, .light-blue-100 .mat-select-disabled .mat-select-value,
.light-blue-100 .mat-select-arrow,
.light-blue-100 .mat-select-trigger, .light-blue-200 .mat-select-disabled .mat-select-value,
.light-blue-200 .mat-select-arrow,
.light-blue-200 .mat-select-trigger, .light-blue-300 .mat-select-disabled .mat-select-value,
.light-blue-300 .mat-select-arrow,
.light-blue-300 .mat-select-trigger, .light-blue-400 .mat-select-disabled .mat-select-value,
.light-blue-400 .mat-select-arrow,
.light-blue-400 .mat-select-trigger, .light-blue-A100 .mat-select-disabled .mat-select-value,
.light-blue-A100 .mat-select-arrow,
.light-blue-A100 .mat-select-trigger, .light-blue-A200 .mat-select-disabled .mat-select-value,
.light-blue-A200 .mat-select-arrow,
.light-blue-A200 .mat-select-trigger, .light-blue-A400 .mat-select-disabled .mat-select-value,
.light-blue-A400 .mat-select-arrow,
.light-blue-A400 .mat-select-trigger, .green .mat-select-disabled .mat-select-value,
.green .mat-select-arrow,
.green .mat-select-trigger, .light-green-50 .mat-select-disabled .mat-select-value,
.light-green-50 .mat-select-arrow,
.light-green-50 .mat-select-trigger, .light-green-100 .mat-select-disabled .mat-select-value,
.light-green-100 .mat-select-arrow,
.light-green-100 .mat-select-trigger, .light-green-200 .mat-select-disabled .mat-select-value,
.light-green-200 .mat-select-arrow,
.light-green-200 .mat-select-trigger, .light-green-300 .mat-select-disabled .mat-select-value,
.light-green-300 .mat-select-arrow,
.light-green-300 .mat-select-trigger, .light-green-400 .mat-select-disabled .mat-select-value,
.light-green-400 .mat-select-arrow,
.light-green-400 .mat-select-trigger, .light-green-500 .mat-select-disabled .mat-select-value,
.light-green-500 .mat-select-arrow,
.light-green-500 .mat-select-trigger, .light-green .mat-select-disabled .mat-select-value,
.light-green .mat-select-arrow,
.light-green .mat-select-trigger, .light-green-600 .mat-select-disabled .mat-select-value,
.light-green-600 .mat-select-arrow,
.light-green-600 .mat-select-trigger, .light-green-A100 .mat-select-disabled .mat-select-value,
.light-green-A100 .mat-select-arrow,
.light-green-A100 .mat-select-trigger, .light-green-A200 .mat-select-disabled .mat-select-value,
.light-green-A200 .mat-select-arrow,
.light-green-A200 .mat-select-trigger, .light-green-A400 .mat-select-disabled .mat-select-value,
.light-green-A400 .mat-select-arrow,
.light-green-A400 .mat-select-trigger, .light-green-A700 .mat-select-disabled .mat-select-value,
.light-green-A700 .mat-select-arrow,
.light-green-A700 .mat-select-trigger, .lime .mat-select-disabled .mat-select-value,
.lime .mat-select-arrow,
.lime .mat-select-trigger, .yellow .mat-select-disabled .mat-select-value,
.yellow .mat-select-arrow,
.yellow .mat-select-trigger, .orange .mat-select-disabled .mat-select-value,
.orange .mat-select-arrow,
.orange .mat-select-trigger, .grey .mat-select-disabled .mat-select-value,
.grey .mat-select-arrow,
.grey .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
 .red input[type=text], .pink-500 input[type=text], .pink input[type=text], .pink-600 input[type=text], .pink-700 input[type=text], .pink-800 input[type=text], .pink-900 input[type=text], .pink-A200 input[type=text], .pink-A400 input[type=text], .pink-A700 input[type=text], .purple input[type=text], .indigo input[type=text], .blue input[type=text], .light-blue-500 input[type=text], .light-blue input[type=text], .light-blue-600 input[type=text], .light-blue-700 input[type=text], .light-blue-800 input[type=text], .light-blue-900 input[type=text], .light-blue-A700 input[type=text], .cyan input[type=text], .teal input[type=text], .light-green-700 input[type=text], .light-green-800 input[type=text], .light-green-900 input[type=text], .brown input[type=text] {
  color: white;
}
 .red .mat-form-field-label, .pink-500 .mat-form-field-label, .pink .mat-form-field-label, .pink-600 .mat-form-field-label, .pink-700 .mat-form-field-label, .pink-800 .mat-form-field-label, .pink-900 .mat-form-field-label, .pink-A200 .mat-form-field-label, .pink-A400 .mat-form-field-label, .pink-A700 .mat-form-field-label, .purple .mat-form-field-label, .indigo .mat-form-field-label, .blue .mat-form-field-label, .light-blue-500 .mat-form-field-label, .light-blue .mat-form-field-label, .light-blue-600 .mat-form-field-label, .light-blue-700 .mat-form-field-label, .light-blue-800 .mat-form-field-label, .light-blue-900 .mat-form-field-label, .light-blue-A700 .mat-form-field-label, .cyan .mat-form-field-label, .teal .mat-form-field-label, .light-green-700 .mat-form-field-label, .light-green-800 .mat-form-field-label, .light-green-900 .mat-form-field-label, .brown .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
 .red .mat-form-field-underline, .pink-500 .mat-form-field-underline, .pink .mat-form-field-underline, .pink-600 .mat-form-field-underline, .pink-700 .mat-form-field-underline, .pink-800 .mat-form-field-underline, .pink-900 .mat-form-field-underline, .pink-A200 .mat-form-field-underline, .pink-A400 .mat-form-field-underline, .pink-A700 .mat-form-field-underline, .purple .mat-form-field-underline, .indigo .mat-form-field-underline, .blue .mat-form-field-underline, .light-blue-500 .mat-form-field-underline, .light-blue .mat-form-field-underline, .light-blue-600 .mat-form-field-underline, .light-blue-700 .mat-form-field-underline, .light-blue-800 .mat-form-field-underline, .light-blue-900 .mat-form-field-underline, .light-blue-A700 .mat-form-field-underline, .cyan .mat-form-field-underline, .teal .mat-form-field-underline, .light-green-700 .mat-form-field-underline, .light-green-800 .mat-form-field-underline, .light-green-900 .mat-form-field-underline, .brown .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
 .red .mat-select-trigger,
.red .mat-select-arrow, .pink-500 .mat-select-trigger,
.pink-500 .mat-select-arrow, .pink .mat-select-trigger,
.pink .mat-select-arrow, .pink-600 .mat-select-trigger,
.pink-600 .mat-select-arrow, .pink-700 .mat-select-trigger,
.pink-700 .mat-select-arrow, .pink-800 .mat-select-trigger,
.pink-800 .mat-select-arrow, .pink-900 .mat-select-trigger,
.pink-900 .mat-select-arrow, .pink-A200 .mat-select-trigger,
.pink-A200 .mat-select-arrow, .pink-A400 .mat-select-trigger,
.pink-A400 .mat-select-arrow, .pink-A700 .mat-select-trigger,
.pink-A700 .mat-select-arrow, .purple .mat-select-trigger,
.purple .mat-select-arrow, .indigo .mat-select-trigger,
.indigo .mat-select-arrow, .blue .mat-select-trigger,
.blue .mat-select-arrow, .light-blue-500 .mat-select-trigger,
.light-blue-500 .mat-select-arrow, .light-blue .mat-select-trigger,
.light-blue .mat-select-arrow, .light-blue-600 .mat-select-trigger,
.light-blue-600 .mat-select-arrow, .light-blue-700 .mat-select-trigger,
.light-blue-700 .mat-select-arrow, .light-blue-800 .mat-select-trigger,
.light-blue-800 .mat-select-arrow, .light-blue-900 .mat-select-trigger,
.light-blue-900 .mat-select-arrow, .light-blue-A700 .mat-select-trigger,
.light-blue-A700 .mat-select-arrow, .cyan .mat-select-trigger,
.cyan .mat-select-arrow, .teal .mat-select-trigger,
.teal .mat-select-arrow, .light-green-700 .mat-select-trigger,
.light-green-700 .mat-select-arrow, .light-green-800 .mat-select-trigger,
.light-green-800 .mat-select-arrow, .light-green-900 .mat-select-trigger,
.light-green-900 .mat-select-arrow, .brown .mat-select-trigger,
.brown .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
 .red .mat-select-underline, .pink-500 .mat-select-underline, .pink .mat-select-underline, .pink-600 .mat-select-underline, .pink-700 .mat-select-underline, .pink-800 .mat-select-underline, .pink-900 .mat-select-underline, .pink-A200 .mat-select-underline, .pink-A400 .mat-select-underline, .pink-A700 .mat-select-underline, .purple .mat-select-underline, .indigo .mat-select-underline, .blue .mat-select-underline, .light-blue-500 .mat-select-underline, .light-blue .mat-select-underline, .light-blue-600 .mat-select-underline, .light-blue-700 .mat-select-underline, .light-blue-800 .mat-select-underline, .light-blue-900 .mat-select-underline, .light-blue-A700 .mat-select-underline, .cyan .mat-select-underline, .teal .mat-select-underline, .light-green-700 .mat-select-underline, .light-green-800 .mat-select-underline, .light-green-900 .mat-select-underline, .brown .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
 .red .mat-select-disabled .mat-select-value,
.red .mat-select-arrow,
.red .mat-select-trigger, .pink-500 .mat-select-disabled .mat-select-value,
.pink-500 .mat-select-arrow,
.pink-500 .mat-select-trigger, .pink .mat-select-disabled .mat-select-value,
.pink .mat-select-arrow,
.pink .mat-select-trigger, .pink-600 .mat-select-disabled .mat-select-value,
.pink-600 .mat-select-arrow,
.pink-600 .mat-select-trigger, .pink-700 .mat-select-disabled .mat-select-value,
.pink-700 .mat-select-arrow,
.pink-700 .mat-select-trigger, .pink-800 .mat-select-disabled .mat-select-value,
.pink-800 .mat-select-arrow,
.pink-800 .mat-select-trigger, .pink-900 .mat-select-disabled .mat-select-value,
.pink-900 .mat-select-arrow,
.pink-900 .mat-select-trigger, .pink-A200 .mat-select-disabled .mat-select-value,
.pink-A200 .mat-select-arrow,
.pink-A200 .mat-select-trigger, .pink-A400 .mat-select-disabled .mat-select-value,
.pink-A400 .mat-select-arrow,
.pink-A400 .mat-select-trigger, .pink-A700 .mat-select-disabled .mat-select-value,
.pink-A700 .mat-select-arrow,
.pink-A700 .mat-select-trigger, .purple .mat-select-disabled .mat-select-value,
.purple .mat-select-arrow,
.purple .mat-select-trigger, .indigo .mat-select-disabled .mat-select-value,
.indigo .mat-select-arrow,
.indigo .mat-select-trigger, .blue .mat-select-disabled .mat-select-value,
.blue .mat-select-arrow,
.blue .mat-select-trigger, .light-blue-500 .mat-select-disabled .mat-select-value,
.light-blue-500 .mat-select-arrow,
.light-blue-500 .mat-select-trigger, .light-blue .mat-select-disabled .mat-select-value,
.light-blue .mat-select-arrow,
.light-blue .mat-select-trigger, .light-blue-600 .mat-select-disabled .mat-select-value,
.light-blue-600 .mat-select-arrow,
.light-blue-600 .mat-select-trigger, .light-blue-700 .mat-select-disabled .mat-select-value,
.light-blue-700 .mat-select-arrow,
.light-blue-700 .mat-select-trigger, .light-blue-800 .mat-select-disabled .mat-select-value,
.light-blue-800 .mat-select-arrow,
.light-blue-800 .mat-select-trigger, .light-blue-900 .mat-select-disabled .mat-select-value,
.light-blue-900 .mat-select-arrow,
.light-blue-900 .mat-select-trigger, .light-blue-A700 .mat-select-disabled .mat-select-value,
.light-blue-A700 .mat-select-arrow,
.light-blue-A700 .mat-select-trigger, .cyan .mat-select-disabled .mat-select-value,
.cyan .mat-select-arrow,
.cyan .mat-select-trigger, .teal .mat-select-disabled .mat-select-value,
.teal .mat-select-arrow,
.teal .mat-select-trigger, .light-green-700 .mat-select-disabled .mat-select-value,
.light-green-700 .mat-select-arrow,
.light-green-700 .mat-select-trigger, .light-green-800 .mat-select-disabled .mat-select-value,
.light-green-800 .mat-select-arrow,
.light-green-800 .mat-select-trigger, .light-green-900 .mat-select-disabled .mat-select-value,
.light-green-900 .mat-select-arrow,
.light-green-900 .mat-select-trigger, .brown .mat-select-disabled .mat-select-value,
.brown .mat-select-arrow,
.brown .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
 .red .mat-select-value, .pink-500 .mat-select-value, .pink .mat-select-value, .pink-600 .mat-select-value, .pink-700 .mat-select-value, .pink-800 .mat-select-value, .pink-900 .mat-select-value, .pink-A200 .mat-select-value, .pink-A400 .mat-select-value, .pink-A700 .mat-select-value, .purple .mat-select-value, .indigo .mat-select-value, .blue .mat-select-value, .light-blue-500 .mat-select-value, .light-blue .mat-select-value, .light-blue-600 .mat-select-value, .light-blue-700 .mat-select-value, .light-blue-800 .mat-select-value, .light-blue-900 .mat-select-value, .light-blue-A700 .mat-select-value, .cyan .mat-select-value, .teal .mat-select-value, .light-green-700 .mat-select-value, .light-green-800 .mat-select-value, .light-green-900 .mat-select-value, .brown .mat-select-value {
  color: white;
}
.avatar {
  width: 36px;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 0px 0 0;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.avatar.square {
  border-radius: 0;
}
.avatar.small {
  width: 18px;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
}
.avatar.big {
  width: 68px;
  min-width: 68px;
  height: 68px;
  line-height: 68px;
}
mat-icon.status {
  border-radius: 50%;
}
mat-icon.status.online {
  color: #4caf50;
}
mat-icon.status.online:before {
  content: "check_circle";
}
mat-icon.status.do-not-disturb {
  color: #f44336;
}
mat-icon.status.do-not-disturb:before {
  content: "remove_circle_outline";
}
mat-icon.status.away {
  color: #ffc107;
}
mat-icon.status.away:before {
  content: "access_time";
}
mat-icon.status.offline {
  color: #646464;
}
mat-icon.status.offline:before {
  content: "not_interested";
}
.navigation-simple .item {
  position: relative;
  cursor: pointer;
  text-align: left;
  margin: 0;
  padding: 0 24px;
  text-transform: none;
  line-height: 46px;
  max-height: 46px;
  height: 46px;
}
.navigation-simple .item mat-icon {
  margin: 0 16px 0 0;
}
.navigation-simple .item .title {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}
.navigation-simple .subheader {
  font-size: 11px;
  font-weight: 600;
  margin-top: 8px;
}
.navigation-simple mat-divider {
  margin: 8px 0;
}
table.simple {
  width: 100%;
  border: none;
  border-spacing: 0;
  text-align: left;
}
table.simple thead tr th {
  padding: 16px 8px;
  font-weight: 600;
  white-space: nowrap;
}
table.simple thead tr th:first-child {
  padding-left: 24px;
}
table.simple thead tr th:last-child {
  padding-right: 24px;
}
table.simple tbody tr td {
  padding: 16px 8px;
}
table.simple tbody tr td:first-child {
  padding-left: 24px;
}
table.simple tbody tr td:last-child {
  padding-right: 24px;
}
table.simple tbody tr:last-child td {
  border-bottom: none;
}
html.cdk-global-scrollblock {
  position: relative !important;
  overflow: hidden !important;
}
button .mat-button-wrapper {
  line-height: normal;
}
.mat-icon {
  font-weight: 400 !important;
  line-height: 1;
}
.mat-icon-button .mat-button-ripple {
  border-radius: 50%;
}
.mat-dialog-container {
  -webkit-overflow-scrolling: touch;
}
.mat-checkbox {
  font-size: 14px;
}
.mat-radio-button {
  font-size: 14px;
}
.mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix {
  display: inline-flex;
  width: auto;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger .mat-select-value {
  display: flex;
  max-width: none;
  margin-right: 8px;
}
.mat-form-field.mat-form-field-type-mat-select .mat-form-field-infix .mat-select-trigger .mat-select-arrow-wrapper {
  display: inline-flex;
}
mat-horizontal-stepper mat-step-header mat-icon,
mat-vertical-stepper mat-step-header mat-icon {
  height: 14px !important;
  width: 14px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  color: inherit !important;
}
mat-vertical-stepper {
  padding: 16px 0;
}
mat-chip mat-icon {
  min-width: 0 !important;
  min-height: 0 !important;
}
.mat-card-image {
  max-width: none !important;
}
html {
  font-size: 60.5%;
  font-family: "NotoSansThaiUI", "NotoSans", "Roboto";
  line-height: 1.4 !important;
  letter-spacing: -0.1px !important;
}
body {
  font-size: 13px;
}
html, body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
}
h1, .h1 {
  font-size: 21px;
}
h2, .h2 {
  font-size: 19px;
}
h3, .h3 {
  font-size: 14px;
}
h4, .h4 {
  font-size: 13px;
}
h5, .h5 {
  font-size: 13px;
}
h6, .h6 {
  font-size: 13px;
}
a {
  text-decoration: none;
}
a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):hover, a:not(.mat-button):not(.mat-raised-button):not(.mat-flat-button):not(.mat-stroked-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):active {
  text-decoration: underline;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.54);
}
blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.12);
  font-style: italic;
  margin: 1em 0;
  padding-left: 16px;
}
blockquote footer {
  font-style: normal;
}
blockquote footer:before {
  content: "— ";
}
blockquote.reverse {
  border-left: none;
  border-right: 3px solid rgba(0, 0, 0, 0.12);
  text-align: right;
  padding-left: 0;
  padding-right: 16px;
}
blockquote.reverse footer:before {
  content: "";
}
blockquote.reverse footer:after {
  content: "— ";
}
.mat-input-element {
  font-size: 14px !important;
}
code {
  font-family: "Monaco", "Menlo", "Consolas", "Ubuntu Mono", monospace;
}
code:not(.highlight) {
  color: #106CC8;
  padding: 2px 3px;
  border-radius: 2px;
  line-height: 1.7;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 4px 0 16px 0;
}
mark {
  background: #F7F49A;
}
pre {
  line-height: 1.6;
  margin: 8px 16px;
  white-space: pre-wrap;
}
small {
  font-size: 90%;
}
table thead tr th {
  text-align: left;
}
.text-bold,
strong {
  font-weight: 700;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-46 {
  font-size: 46px;
}
.font-size-50 {
  font-size: 50px;
}
.font-size-52 {
  font-size: 52px;
}
.font-size-54 {
  font-size: 54px;
}
.font-size-64 {
  font-size: 64px;
}
.font-size-68 {
  font-size: 68px;
}
.font-size-120 {
  font-size: 120px;
}
.line-height-2 {
  line-height: 2px;
}
.line-height-4 {
  line-height: 4px;
}
.line-height-6 {
  line-height: 6px;
}
.line-height-8 {
  line-height: 8px;
}
.line-height-10 {
  line-height: 10px;
}
.line-height-12 {
  line-height: 12px;
}
.line-height-14 {
  line-height: 14px;
}
.line-height-16 {
  line-height: 16px;
}
.line-height-18 {
  line-height: 18px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-34 {
  line-height: 34px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-38 {
  line-height: 38px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-42 {
  line-height: 42px;
}
.line-height-44 {
  line-height: 44px;
}
.line-height-46 {
  line-height: 46px;
}
.line-height-48 {
  line-height: 48px;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-52 {
  line-height: 52px;
}
.line-height-54 {
  line-height: 54px;
}
.line-height-56 {
  line-height: 56px;
}
.line-height-58 {
  line-height: 58px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-62 {
  line-height: 62px;
}
.line-height-64 {
  line-height: 64px;
}
.line-height-66 {
  line-height: 66px;
}
.line-height-68 {
  line-height: 68px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-72 {
  line-height: 72px;
}
.line-height-74 {
  line-height: 74px;
}
.line-height-76 {
  line-height: 76px;
}
.line-height-78 {
  line-height: 78px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-82 {
  line-height: 82px;
}
.line-height-84 {
  line-height: 84px;
}
.line-height-86 {
  line-height: 86px;
}
.line-height-88 {
  line-height: 88px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-92 {
  line-height: 92px;
}
.line-height-94 {
  line-height: 94px;
}
.line-height-96 {
  line-height: 96px;
}
.line-height-98 {
  line-height: 98px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-102 {
  line-height: 102px;
}
.line-height-104 {
  line-height: 104px;
}
.line-height-106 {
  line-height: 106px;
}
.line-height-108 {
  line-height: 108px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-112 {
  line-height: 112px;
}
.line-height-114 {
  line-height: 114px;
}
.line-height-116 {
  line-height: 116px;
}
.line-height-118 {
  line-height: 118px;
}
.line-height-120 {
  line-height: 120px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1\.25 {
  line-height: 1.25;
}
.line-height-1\.5,
.line-height-1\.50 {
  line-height: 1.5;
}
.line-height-1\.75 {
  line-height: 1.75;
}
.changelog .entry {
  margin-bottom: 24px;
  padding: 24px 32px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.changelog .entry > .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.changelog .entry > .title .version {
  font-size: 22px;
}
.changelog .entry > .title .date {
  margin-left: 8px;
  font-size: 15px;
  opacity: 0.54;
}
.changelog .entry .groups div {
  margin-bottom: 32px;
}
.changelog .entry .groups div:last-child {
  margin-bottom: 0;
}
.changelog .entry .groups .title {
  display: inline-flex;
  font-size: 11px;
  color: white;
  letter-spacing: 0.015em;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 2px;
}
.changelog .entry .groups .breaking-changes .title {
  background: #F44336;
}
.changelog .entry .groups .new .title {
  background: #43A047;
}
.changelog .entry .groups .improved .title {
  background: #673AB7;
}
.changelog .entry .groups .fixed .title {
  background: #2196F3;
}
.changelog .entry .groups ul {
  padding-left: 24px;
}
.changelog .entry .groups ul li {
  margin-bottom: 6px;
  letter-spacing: 0.015em;
}
.changelog .entry .groups ul li ul {
  margin-top: 6px;
}
.message-box {
  padding: 16px;
  background: #607D8B;
  border-left: 6px solid #37474F;
  color: white;
}
.message-box.error {
  background: #EF5350;
  border-left-color: #B71C1C;
}
.message-box.warning {
  background: #FFECB3;
  border-left-color: #FFC107;
  color: rgba(0, 0, 0, 0.87);
}
.message-box.success {
  background: #4CAF50;
  border-left-color: #2E7D32;
}
.message-box.info {
  background: #B3E5FC;
  border-left-color: #03A9F4;
  color: rgba(0, 0, 0, 0.87);
}
.docs {
  font-size: 14px;
}
.docs > .content {
  max-width: 975px;
}
.docs ol,
.docs ul {
  padding-left: 24px;
}
.docs ol li,
.docs ul li {
  margin-bottom: 12px;
  line-height: 1.7;
}
.docs p {
  line-height: 1.7;
}
.page-layout {
  position: relative;
  overflow: hidden;
}
.page-layout.carded {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.carded > .top-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
}
.page-layout.carded.fullwidth > .center {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  padding: 0 32px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.page-layout.carded.fullwidth > .center > .header {
  height: 100ppx !important;
  min-height: 100px !important;
  max-height: 100px !important;
}
.page-layout.carded.fullwidth > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  overflow: hidden;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
.page-layout.carded.fullwidth > .center > .content-card > .content {
  flex: 1 0 auto;
}
.page-layout.carded.fullwidth.inner-scroll {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
.page-layout.carded.fullwidth.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 .page-layout.carded.right-sidebar {
  flex-direction: row;
}
 .page-layout.carded.right-sidebar > .sidebar {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 235px;
  min-width: 235px;
  max-width: 235px;
  height: auto;
  overflow: hidden;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
 .page-layout.carded.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
 .page-layout.carded.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
 .page-layout.carded.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
 .page-layout.carded.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
 .page-layout.carded.right-sidebar > .sidebar .header {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}
 .page-layout.carded.right-sidebar > .sidebar .content {
  background: transparent;
  flex: 1 1 auto;
}
 .page-layout.carded.right-sidebar > .center {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  position: relative;
  z-index: 3;
  margin-left: 32px;
  margin-right: 32px;
  width: 100%;
  min-width: 0;
}
 .page-layout.carded.right-sidebar > .center > .header {
  display: flex;
  height: 136px;
  min-height: 136px;
  max-height: 136px;
}
 .page-layout.carded.right-sidebar > .center > .content-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
 .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
  border-bottom: 1px solid;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}
 .page-layout.carded.right-sidebar > .center > .content-card > .toolbar .sidebar-toggle {
  margin: 0 8px 0 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
 .page-layout.carded.right-sidebar > .center > .content-card > .content {
  flex: 1 1 auto;
}
 .page-layout.carded.right-sidebar.tabbed > .center {
  width: calc(100% - 32px);
  min-width: 0;
}
@media screen and (max-width: 1279px) {
   .page-layout.carded.right-sidebar.tabbed > .center {
    width: calc(100% - 64px);
  }
}
 .page-layout.carded.right-sidebar.tabbed > .center > .header {
  flex: 1 1 auto;
}
 .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content {
  display: flex;
}
 .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group {
  overflow: hidden;
}
 .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-header .mat-tab-label {
  height: 64px;
}
 .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body {
  overflow: hidden;
}
 .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content {
  overflow: hidden;
}
 .page-layout.carded.right-sidebar.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  position: relative;
  width: 100%;
  height: 100%;
}
 .page-layout.carded.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
 .page-layout.carded.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 .page-layout.carded.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
}
 .page-layout.carded.right-sidebar.inner-scroll > .center > .content-card {
  flex: 1 1 auto;
}
 .page-layout.carded.right-sidebar.inner-scroll > .center > .content-card > .content {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 .page-layout.carded.right-sidebar.inner-scroll.tabbed > .center > .content-card > .content > .mat-tab-group .mat-tab-body .mat-tab-body-content .tab-content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.page-layout.carded.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.carded.right-sidebar > .center {
  order: 1;
}
.page-layout.simple {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  width: 100%;
  min-width: 100%;
}
.page-layout.simple.fullwidth > .content {
  flex: 1 1 auto;
  min-width: 0;
}
.page-layout.simple.fullwidth > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
 .page-layout.simple.right-sidebar {
  flex-direction: row;
}
 .page-layout.simple.right-sidebar > .sidebar {
  width: 235px;
  min-width: 235px;
  max-width: 235px;
  overflow: hidden;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
 .page-layout.simple.right-sidebar > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
 .page-layout.simple.right-sidebar > .sidebar.locked-open + .center {
  z-index: 1001;
}
 .page-layout.simple.right-sidebar > .sidebar.locked-open.left-positioned + .center {
  margin-left: 0;
}
 .page-layout.simple.right-sidebar > .sidebar.locked-open.right-positioned + .center {
  margin-right: 0;
}
 .page-layout.simple.right-sidebar > .sidebar .content {
  flex: 1 1 auto;
}
 .page-layout.simple.right-sidebar > .center {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  z-index: 3;
  min-width: 0;
  width: 100%;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
 .page-layout.simple.right-sidebar > .center > .header {
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
 .page-layout.simple.right-sidebar > .center > .content {
  flex: 1 0 auto;
}
 .page-layout.simple.right-sidebar.inner-scroll {
  flex: 1 1 auto;
}
 .page-layout.simple.right-sidebar.inner-scroll > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 .page-layout.simple.right-sidebar.inner-scroll > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 .page-layout.simple.right-sidebar.inner-sidebar {
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
 .page-layout.simple.right-sidebar.inner-sidebar > .content {
  display: flex;
  min-height: 0;
}
 .page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar.locked-open {
  background: none;
  box-shadow: none;
}
 .page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar .content {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 .page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  flex: 1 1 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
 .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  border-radius: 8px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.page-layout.simple.right-sidebar > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar > .center {
  order: 1;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .sidebar {
  order: 2;
}
.page-layout.simple.right-sidebar.inner-sidebar > .content > .center {
  order: 1;
}
.page-layout.blank {
  width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 599px) {
  .page-layout.carded.fullwidth > .center {
    padding: 0 16px;
  }
   .page-layout.carded.right-sidebar > .center {
    margin: 0 16px;
  }
}
.mat-menu-content:not(:empty) {
  padding-top: 1px !important;
}
.fuse-card {
  max-width: 315px;
  min-width: 315px;
  border-radius: 8px;
  border: 1px solid;
}
.fuse-card.auto-width {
  min-width: 0;
  max-width: none;
}
.fuse-card .mat-button {
  min-width: 0 !important;
  padding: 0 8px !important;
}
.fuse-card .mat-button-toggle-group,
.fuse-card .mat-button-toggle-standalone {
  box-shadow: none !important;
}
.fuse-card .mat-tab-labels {
  justify-content: center;
}
.fuse-card .mat-tab-label {
  min-width: 0 !important;
}
.nav .nav-subheader {
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 600;
  padding-left: 24px;
  margin-top: 8px;
  font-size: 11px;
  white-space: nowrap;
}
.nav .nav-group {
  display: block;
}
.nav .nav-group > .group-title {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  font-weight: 600;
  padding-left: 24px;
  margin-top: 8px;
  font-size: 11px;
  white-space: nowrap;
}
.nav .nav-item .nav-link {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: currentColor;
}
.nav .nav-item .nav-link > .nav-link-title {
  flex: 1 1 auto;
  white-space: nowrap;
  font-size: 12px;
}
.nav .nav-item .nav-link .nav-link-badge {
  display: flex;
  align-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 7px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 20px;
  transition: opacity 0.2s ease-in-out 0.1s;
  margin-left: 8px;
}
.nav .nav-item .nav-link .nav-link-badge + .collapsable-arrow {
  margin-left: 8px;
}
.nav .nav-item .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.nav .nav-item .nav-link .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.04);
}
.nav .nav-item .nav-link.active .nav-link-icon {
  opacity: 1;
}
.nav .nav-item .nav-link.active .nav-link-badge {
  background: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.nav .nav-item .nav-link .nav-link-icon {
  margin-right: 16px;
}
.nav .nav-item .nav-link .nav-link-icon svg {
  height: 14px;
  width: 14px;
}
.nav .nav-item .nav-link .nav-link-icon svg path.inside,
.nav .nav-item .nav-link .nav-link-icon svg rect.inside {
  fill: white;
}
.nav .nav-item .nav-link .nav-link-icon svg path.border,
.nav .nav-item .nav-link .nav-link-icon svg rect.border {
  stroke: white;
}
.nav .nav-item .nav-link .nav-link-icon,
.nav .nav-item .nav-link .collapsable-arrow {
  font-size: 15px;
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  line-height: 20px;
  margin-left: 0px;
}
.nav .nav-item.nav-collapsable {
  display: block;
}
.nav .nav-item.nav-collapsable > .children > .nav-item > .nav-link, .nav .nav-item.nav-collapsable > .children > .nav-item.nav-group > .group-title, .nav .nav-item.nav-collapsable > .children > .nav-item.nav-group > .group-items > .nav-item > .nav-link {
  padding-left: 56px;
}
.nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item > .nav-link, .nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item.nav-group > .group-title, .nav .nav-item.nav-collapsable > .children > .nav-item > .children > .nav-item.nav-group > .group-items > .nav-item > .nav-link {
  padding-left: 72px;
}
.nav > .nav-item.nav-collapsable {
  background: transparent;
  transition: background 200ms ease-in-out;
}
.nav > .nav-item.nav-collapsable.open {
  background: rgba(0, 0, 0, 0.12);
}
.nav > .nav-group > .group-items > .nav-collapsable {
  background: transparent;
  transition: background 200ms ease-in-out;
}
.nav > .nav-group > .group-items > .nav-collapsable.open {
  background: rgba(0, 0, 0, 0.12);
}
.nav.vertical .nav-group .group-title {
  text-transform: uppercase;
}
.nav.horizontal {
  display: flex;
  flex-direction: row;
}
.nav.horizontal .nav-item.nav-collapsable {
  position: relative;
}
.nav.horizontal .nav-item.nav-collapsable .children {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 999;
  min-width: 190px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.nav.horizontal .nav-item.nav-collapsable .children.open {
  display: block;
}
.nav.horizontal .nav-item.nav-collapsable .children .nav-link {
  padding-left: 24px !important;
}
.nav.horizontal > .nav-item > .nav-link {
  height: 56px;
}
.nav.horizontal > .nav-item.nav-collapsable {
  position: relative;
}
.nav.horizontal > .nav-item.nav-collapsable > .nav-link {
  height: 56px;
}
.nav.horizontal > .nav-item.nav-collapsable > .nav-link .collapsable-arrow {
  display: none;
}
.nav.horizontal > .nav-item.nav-collapsable > .children {
  top: 100%;
  left: 0;
}
.nav.material2 .nav-subheader, .material2 .nav .nav-subheader {
  height: 28px;
}
.nav.material2 .nav-group > .group-title, .material2 .nav .nav-group > .group-title {
  height: 28px;
}
.nav.material2 .nav-item .nav-link, .material2 .nav .nav-item .nav-link {
  height: 35px;
  padding: 0 12px 0 24px;
  border-radius: 0 20px 20px 0;
  margin-right: 16px;
}
button,
input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=image],
input[type=submit],
input[type=button],
input[type=search],
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
/*----------------------------------------------------------------*/
/*  Print
/*----------------------------------------------------------------*/
@media all {
  /* Never show page breaks in normal view */
  .page-break-after,
.page-break-before {
    display: none;
  }
}
@media print {
  /* html and body tweaks */
  html, body {
    height: auto !important;
    overflow: initial !important;
  }

  /* Page breaks */
  .page-break-after {
    display: block;
    page-break-after: always;
    position: relative;
  }

  .page-break-before {
    display: block;
    page-break-before: always;
    position: relative;
  }

  /* General styles */
  app fuse-sidebar,
app navbar,
app toolbar,
app footer,
app .theme-options-button,
app fuse-theme-options,
app .ps > .ps__rail-x,
app .ps > .ps__rail-y {
    display: none !important;
  }
  app #main,
app #container-1,
app #container-2,
app #container-3 {
    padding: 0 !important;
  }
  app .ps {
    overflow: visible !important;
  }
  app .mat-drawer-container,
app .mat-sidenav-container {
    background-color: white !important;
  }
  app .mat-drawer-container .mat-drawer-content,
app .mat-drawer-container .mat-sidenav-content,
app .mat-sidenav-container .mat-drawer-content,
app .mat-sidenav-container .mat-sidenav-content {
    overflow: initial !important;
    height: auto !important;
  }
}
/**
 * Prism base code highlighter theme using Sass 
 *
 * @author @MoOx
 * https://github.com/MoOx/sass-prism-theme-base/blob/master/_prism.scss
 * slightly adapted by me, Bram de Haan
 */
code[class*=language-], pre[class*=language-] {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  hyphens: none;
  white-space: pre;
  font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace;
  font-size: 12px;
  line-height: 1.6;
  color: #CDD3DE;
  background: #263238;
}
 pre[class*=language-] {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
pre[class*=language-] {
  padding: 12px;
}
code[class*=language-] .token.comment, code[class*=language-] .token.doctype, pre[class*=language-] .token.comment, pre[class*=language-] .token.doctype {
  color: #62727A;
}
code[class*=language-] .token.null, code[class*=language-] .token.operator, code[class*=language-] .token.boolean, code[class*=language-] .token.number, pre[class*=language-] .token.null, pre[class*=language-] .token.operator, pre[class*=language-] .token.boolean, pre[class*=language-] .token.number {
  color: #EA9560;
}
code[class*=language-] .token.string, pre[class*=language-] .token.string {
  color: #80CBC4;
}
code[class*=language-] .token.entity, code[class*=language-] .token.url, .style code[class*=language-] .token.string, pre[class*=language-] .token.entity, pre[class*=language-] .token.url, .style pre[class*=language-] .token.string {
  color: #80CBC4;
}
code[class*=language-] .token.selector, pre[class*=language-] .token.selector {
  color: #82AAFF;
}
 code[class*=language-] .token.control, code[class*=language-] .token.unit, pre[class*=language-] .token.control, pre[class*=language-] .token.unit {
  color: #8BD649;
}
code[class*=language-] .token.important, pre[class*=language-] .token.important {
  color: #EC5F67;
}
code[class*=language-] .token.regex, code[class*=language-] .token.statement, pre[class*=language-] .token.regex, pre[class*=language-] .token.statement {
  color: #80CBC4;
}
code[class*=language-] .token.placeholder, code[class*=language-] .token.variable, pre[class*=language-] .token.placeholder, pre[class*=language-] .token.variable {
  color: #89DDFF;
}
code[class*=language-] .token.property, pre[class*=language-] .token.property {
  color: #FFCC00;
}
code[class*=language-] .token.tag, pre[class*=language-] .token.tag {
  color: #89DDFF;
}
code[class*=language-] .token.important, code[class*=language-] .token.statement, pre[class*=language-] .token.important, pre[class*=language-] .token.statement {
  font-weight: bold;
}
code[class*=language-] .token.entity, pre[class*=language-] .token.entity {
  cursor: help;
}
code[class*=language-] .token.debug, pre[class*=language-] .token.debug {
  color: red;
}
.ps {
  position: relative;
}
.ps > .ps__rail-x {
  z-index: 99999;
}
.ps > .ps__rail-y {
  z-index: 99999;
  left: auto !important;
}
.datatable-icon-collapse:before {
  content: "unfold_less";
}
.datatable-icon-right:before {
  content: "chevron_right";
}
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.fuse-primary-500-bg {
  background-color: #3E5172 !important;
}
.fuse-primary-500 {
  background-color: #3E5172 !important;
  color: white !important;
}
.fuse-primary-500[disabled] {
  background-color: rgba(62, 81, 114, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-primary-500-fg {
  color: #3E5172 !important;
}
.fuse-primary-500-border {
  border-color: #3E5172 !important;
}
.fuse-primary-500-border-top {
  border-top-color: #3E5172 !important;
}
.fuse-primary-500-border-right {
  border-right-color: #3E5172 !important;
}
.fuse-primary-500-border-bottom {
  border-bottom-color: #3E5172 !important;
}
.fuse-primary-500-border-left {
  border-left-color: #3E5172 !important;
}
.fuse-primary-bg {
  background-color: #3E5172 !important;
}
.fuse-primary {
  background-color: #3E5172 !important;
  color: white !important;
}
.fuse-primary[disabled] {
  background-color: rgba(62, 81, 114, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-primary-fg {
  color: #3E5172 !important;
}
.fuse-primary-border {
  border-color: #3E5172 !important;
}
.fuse-primary-border-top {
  border-top-color: #3E5172 !important;
}
.fuse-primary-border-right {
  border-right-color: #3E5172 !important;
}
.fuse-primary-border-bottom {
  border-bottom-color: #3E5172 !important;
}
.fuse-primary-border-left {
  border-left-color: #3E5172 !important;
}
.fuse-secondary-500-bg {
  background-color: #2FB56A !important;
}
.fuse-secondary-500 {
  background-color: #2FB56A !important;
  color: white !important;
}
.fuse-secondary-500[disabled] {
  background-color: rgba(47, 181, 106, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-secondary-500-fg {
  color: #2FB56A !important;
}
.fuse-secondary-500-border {
  border-color: #2FB56A !important;
}
.fuse-secondary-500-border-top {
  border-top-color: #2FB56A !important;
}
.fuse-secondary-500-border-right {
  border-right-color: #2FB56A !important;
}
.fuse-secondary-500-border-bottom {
  border-bottom-color: #2FB56A !important;
}
.fuse-secondary-500-border-left {
  border-left-color: #2FB56A !important;
}
.fuse-secondary-bg {
  background-color: #2FB56A !important;
}
.fuse-secondary {
  background-color: #2FB56A !important;
  color: white !important;
}
.fuse-secondary[disabled] {
  background-color: rgba(47, 181, 106, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-secondary-fg {
  color: #2FB56A !important;
}
.fuse-secondary-border {
  border-color: #2FB56A !important;
}
.fuse-secondary-border-top {
  border-top-color: #2FB56A !important;
}
.fuse-secondary-border-right {
  border-right-color: #2FB56A !important;
}
.fuse-secondary-border-bottom {
  border-bottom-color: #2FB56A !important;
}
.fuse-secondary-border-left {
  border-left-color: #2FB56A !important;
}
.fuse-white-500-bg {
  background-color: white !important;
}
.fuse-white-500 {
  background-color: white !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.fuse-white-500[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-white-500-fg {
  color: white !important;
}
.fuse-white-500-border {
  border-color: white !important;
}
.fuse-white-500-border-top {
  border-top-color: white !important;
}
.fuse-white-500-border-right {
  border-right-color: white !important;
}
.fuse-white-500-border-bottom {
  border-bottom-color: white !important;
}
.fuse-white-500-border-left {
  border-left-color: white !important;
}
.fuse-white-bg {
  background-color: white !important;
}
.fuse-white {
  background-color: white !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.fuse-white[disabled] {
  background-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-white-fg {
  color: white !important;
}
.fuse-white-border {
  border-color: white !important;
}
.fuse-white-border-top {
  border-top-color: white !important;
}
.fuse-white-border-right {
  border-right-color: white !important;
}
.fuse-white-border-bottom {
  border-bottom-color: white !important;
}
.fuse-white-border-left {
  border-left-color: white !important;
}
.fuse-black-500-bg {
  background-color: black !important;
}
.fuse-black-500 {
  background-color: black !important;
  color: white !important;
}
.fuse-black-500[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-black-500-fg {
  color: black !important;
}
.fuse-black-500-border {
  border-color: black !important;
}
.fuse-black-500-border-top {
  border-top-color: black !important;
}
.fuse-black-500-border-right {
  border-right-color: black !important;
}
.fuse-black-500-border-bottom {
  border-bottom-color: black !important;
}
.fuse-black-500-border-left {
  border-left-color: black !important;
}
.fuse-black-bg {
  background-color: black !important;
}
.fuse-black {
  background-color: black !important;
  color: white !important;
}
.fuse-black[disabled] {
  background-color: rgba(0, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-black-fg {
  color: black !important;
}
.fuse-black-border {
  border-color: black !important;
}
.fuse-black-border-top {
  border-top-color: black !important;
}
.fuse-black-border-right {
  border-right-color: black !important;
}
.fuse-black-border-bottom {
  border-bottom-color: black !important;
}
.fuse-black-border-left {
  border-left-color: black !important;
}
.fuse-navy-50-bg {
  background-color: #ECECEE !important;
}
.fuse-navy-50 {
  background-color: #ECECEE !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.fuse-navy-50[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-navy-50-fg {
  color: #ECECEE !important;
}
.fuse-navy-50-border {
  border-color: #ECECEE !important;
}
.fuse-navy-50-border-top {
  border-top-color: #ECECEE !important;
}
.fuse-navy-50-border-right {
  border-right-color: #ECECEE !important;
}
.fuse-navy-50-border-bottom {
  border-bottom-color: #ECECEE !important;
}
.fuse-navy-50-border-left {
  border-left-color: #ECECEE !important;
}
.fuse-navy-100-bg {
  background-color: #C5C6CB !important;
}
.fuse-navy-100 {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.fuse-navy-100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-navy-100-fg {
  color: #C5C6CB !important;
}
.fuse-navy-100-border {
  border-color: #C5C6CB !important;
}
.fuse-navy-100-border-top {
  border-top-color: #C5C6CB !important;
}
.fuse-navy-100-border-right {
  border-right-color: #C5C6CB !important;
}
.fuse-navy-100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
.fuse-navy-100-border-left {
  border-left-color: #C5C6CB !important;
}
.fuse-navy-200-bg {
  background-color: #9EA1A9 !important;
}
.fuse-navy-200 {
  background-color: #9EA1A9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.fuse-navy-200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-navy-200-fg {
  color: #9EA1A9 !important;
}
.fuse-navy-200-border {
  border-color: #9EA1A9 !important;
}
.fuse-navy-200-border-top {
  border-top-color: #9EA1A9 !important;
}
.fuse-navy-200-border-right {
  border-right-color: #9EA1A9 !important;
}
.fuse-navy-200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
.fuse-navy-200-border-left {
  border-left-color: #9EA1A9 !important;
}
.fuse-navy-300-bg {
  background-color: #7D818C !important;
}
.fuse-navy-300 {
  background-color: #7D818C !important;
  color: white !important;
}
.fuse-navy-300[disabled] {
  background-color: rgba(125, 129, 140, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-300-fg {
  color: #7D818C !important;
}
.fuse-navy-300-border {
  border-color: #7D818C !important;
}
.fuse-navy-300-border-top {
  border-top-color: #7D818C !important;
}
.fuse-navy-300-border-right {
  border-right-color: #7D818C !important;
}
.fuse-navy-300-border-bottom {
  border-bottom-color: #7D818C !important;
}
.fuse-navy-300-border-left {
  border-left-color: #7D818C !important;
}
.fuse-navy-400-bg {
  background-color: #5C616F !important;
}
.fuse-navy-400 {
  background-color: #5C616F !important;
  color: white !important;
}
.fuse-navy-400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-400-fg {
  color: #5C616F !important;
}
.fuse-navy-400-border {
  border-color: #5C616F !important;
}
.fuse-navy-400-border-top {
  border-top-color: #5C616F !important;
}
.fuse-navy-400-border-right {
  border-right-color: #5C616F !important;
}
.fuse-navy-400-border-bottom {
  border-bottom-color: #5C616F !important;
}
.fuse-navy-400-border-left {
  border-left-color: #5C616F !important;
}
.fuse-navy-500-bg {
  background-color: #3C4252 !important;
}
.fuse-navy-500 {
  background-color: #3C4252 !important;
  color: white !important;
}
.fuse-navy-500[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-500-fg {
  color: #3C4252 !important;
}
.fuse-navy-500-border {
  border-color: #3C4252 !important;
}
.fuse-navy-500-border-top {
  border-top-color: #3C4252 !important;
}
.fuse-navy-500-border-right {
  border-right-color: #3C4252 !important;
}
.fuse-navy-500-border-bottom {
  border-bottom-color: #3C4252 !important;
}
.fuse-navy-500-border-left {
  border-left-color: #3C4252 !important;
}
.fuse-navy-bg {
  background-color: #3C4252 !important;
}
.fuse-navy {
  background-color: #3C4252 !important;
  color: white !important;
}
.fuse-navy[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-fg {
  color: #3C4252 !important;
}
.fuse-navy-border {
  border-color: #3C4252 !important;
}
.fuse-navy-border-top {
  border-top-color: #3C4252 !important;
}
.fuse-navy-border-right {
  border-right-color: #3C4252 !important;
}
.fuse-navy-border-bottom {
  border-bottom-color: #3C4252 !important;
}
.fuse-navy-border-left {
  border-left-color: #3C4252 !important;
}
.fuse-navy-600-bg {
  background-color: #353A48 !important;
}
.fuse-navy-600 {
  background-color: #353A48 !important;
  color: white !important;
}
.fuse-navy-600[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-600-fg {
  color: #353A48 !important;
}
.fuse-navy-600-border {
  border-color: #353A48 !important;
}
.fuse-navy-600-border-top {
  border-top-color: #353A48 !important;
}
.fuse-navy-600-border-right {
  border-right-color: #353A48 !important;
}
.fuse-navy-600-border-bottom {
  border-bottom-color: #353A48 !important;
}
.fuse-navy-600-border-left {
  border-left-color: #353A48 !important;
}
.fuse-navy-700-bg {
  background-color: #2D323E !important;
}
.fuse-navy-700 {
  background-color: #2D323E !important;
  color: white !important;
}
.fuse-navy-700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-700-fg {
  color: #2D323E !important;
}
.fuse-navy-700-border {
  border-color: #2D323E !important;
}
.fuse-navy-700-border-top {
  border-top-color: #2D323E !important;
}
.fuse-navy-700-border-right {
  border-right-color: #2D323E !important;
}
.fuse-navy-700-border-bottom {
  border-bottom-color: #2D323E !important;
}
.fuse-navy-700-border-left {
  border-left-color: #2D323E !important;
}
.fuse-navy-800-bg {
  background-color: #262933 !important;
}
.fuse-navy-800 {
  background-color: #262933 !important;
  color: white !important;
}
.fuse-navy-800[disabled] {
  background-color: rgba(38, 41, 51, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-800-fg {
  color: #262933 !important;
}
.fuse-navy-800-border {
  border-color: #262933 !important;
}
.fuse-navy-800-border-top {
  border-top-color: #262933 !important;
}
.fuse-navy-800-border-right {
  border-right-color: #262933 !important;
}
.fuse-navy-800-border-bottom {
  border-bottom-color: #262933 !important;
}
.fuse-navy-800-border-left {
  border-left-color: #262933 !important;
}
.fuse-navy-900-bg {
  background-color: #1E2129 !important;
}
.fuse-navy-900 {
  background-color: #1E2129 !important;
  color: white !important;
}
.fuse-navy-900[disabled] {
  background-color: rgba(30, 33, 41, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-900-fg {
  color: #1E2129 !important;
}
.fuse-navy-900-border {
  border-color: #1E2129 !important;
}
.fuse-navy-900-border-top {
  border-top-color: #1E2129 !important;
}
.fuse-navy-900-border-right {
  border-right-color: #1E2129 !important;
}
.fuse-navy-900-border-bottom {
  border-bottom-color: #1E2129 !important;
}
.fuse-navy-900-border-left {
  border-left-color: #1E2129 !important;
}
.fuse-navy-A100-bg {
  background-color: #C5C6CB !important;
}
.fuse-navy-A100 {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.fuse-navy-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
.fuse-navy-A100-fg {
  color: #C5C6CB !important;
}
.fuse-navy-A100-border {
  border-color: #C5C6CB !important;
}
.fuse-navy-A100-border-top {
  border-top-color: #C5C6CB !important;
}
.fuse-navy-A100-border-right {
  border-right-color: #C5C6CB !important;
}
.fuse-navy-A100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
.fuse-navy-A100-border-left {
  border-left-color: #C5C6CB !important;
}
.fuse-navy-A200-bg {
  background-color: #9EA1A9 !important;
}
.fuse-navy-A200 {
  background-color: #9EA1A9 !important;
  color: white !important;
}
.fuse-navy-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-A200-fg {
  color: #9EA1A9 !important;
}
.fuse-navy-A200-border {
  border-color: #9EA1A9 !important;
}
.fuse-navy-A200-border-top {
  border-top-color: #9EA1A9 !important;
}
.fuse-navy-A200-border-right {
  border-right-color: #9EA1A9 !important;
}
.fuse-navy-A200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
.fuse-navy-A200-border-left {
  border-left-color: #9EA1A9 !important;
}
.fuse-navy-A400-bg {
  background-color: #5C616F !important;
}
.fuse-navy-A400 {
  background-color: #5C616F !important;
  color: white !important;
}
.fuse-navy-A400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-A400-fg {
  color: #5C616F !important;
}
.fuse-navy-A400-border {
  border-color: #5C616F !important;
}
.fuse-navy-A400-border-top {
  border-top-color: #5C616F !important;
}
.fuse-navy-A400-border-right {
  border-right-color: #5C616F !important;
}
.fuse-navy-A400-border-bottom {
  border-bottom-color: #5C616F !important;
}
.fuse-navy-A400-border-left {
  border-left-color: #5C616F !important;
}
.fuse-navy-A700-bg {
  background-color: #2D323E !important;
}
.fuse-navy-A700 {
  background-color: #2D323E !important;
  color: white !important;
}
.fuse-navy-A700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
.fuse-navy-A700-fg {
  color: #2D323E !important;
}
.fuse-navy-A700-border {
  border-color: #2D323E !important;
}
.fuse-navy-A700-border-top {
  border-top-color: #2D323E !important;
}
.fuse-navy-A700-border-right {
  border-right-color: #2D323E !important;
}
.fuse-navy-A700-border-bottom {
  border-bottom-color: #2D323E !important;
}
.fuse-navy-A700-border-left {
  border-left-color: #2D323E !important;
}
.fuse-white-500 i,
.fuse-white-500 .icon, .fuse-white i,
.fuse-white .icon, .fuse-navy-50 i,
.fuse-navy-50 .icon, .fuse-navy-100 i,
.fuse-navy-100 .icon, .fuse-navy-200 i,
.fuse-navy-200 .icon, .fuse-navy-A100 i,
.fuse-navy-A100 .icon {
  color: rgba(0, 0, 0, 0.54);
}
.fuse-white-500.secondary-text,
.fuse-white-500 .secondary-text, .fuse-white.secondary-text,
.fuse-white .secondary-text, .fuse-navy-50.secondary-text,
.fuse-navy-50 .secondary-text, .fuse-navy-100.secondary-text,
.fuse-navy-100 .secondary-text, .fuse-navy-200.secondary-text,
.fuse-navy-200 .secondary-text, .fuse-navy-A100.secondary-text,
.fuse-navy-A100 .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
.fuse-white-500.hint-text,
.fuse-white-500 .hint-text, .fuse-white.hint-text,
.fuse-white .hint-text, .fuse-navy-50.hint-text,
.fuse-navy-50 .hint-text, .fuse-navy-50.disabled-text,
.fuse-navy-50 .disabled-text, .fuse-navy-100.hint-text,
.fuse-navy-100 .hint-text, .fuse-navy-100.disabled-text,
.fuse-navy-100 .disabled-text, .fuse-navy-200.hint-text,
.fuse-navy-200 .hint-text, .fuse-navy-200.disabled-text,
.fuse-navy-200 .disabled-text, .fuse-navy-A100.hint-text,
.fuse-navy-A100 .hint-text, .fuse-navy-A100.disabled-text,
.fuse-navy-A100 .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
 .fuse-navy-50.divider,
.fuse-navy-50 .divider, .fuse-navy-100.divider,
.fuse-navy-100 .divider, .fuse-navy-200.divider,
.fuse-navy-200 .divider, .fuse-navy-A100.divider,
.fuse-navy-A100 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
.fuse-white-500 .mat-ripple-element, .fuse-white .mat-ripple-element, .fuse-navy-50 .mat-ripple-element, .fuse-navy-100 .mat-ripple-element, .fuse-navy-200 .mat-ripple-element, .fuse-navy-A100 .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
 .fuse-navy-50 .adaptive-border-color, .fuse-navy-100 .adaptive-border-color, .fuse-navy-200 .adaptive-border-color, .fuse-navy-A100 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
.fuse-primary-500 i,
.fuse-primary-500 .icon, .fuse-primary i,
.fuse-primary .icon, .fuse-secondary-500 i,
.fuse-secondary-500 .icon, .fuse-secondary i,
.fuse-secondary .icon, .fuse-black-500 i,
.fuse-black-500 .icon, .fuse-black i,
.fuse-black .icon, .fuse-navy-300 i,
.fuse-navy-300 .icon, .fuse-navy-400 i,
.fuse-navy-400 .icon, .fuse-navy-500 i,
.fuse-navy-500 .icon, .fuse-navy i,
.fuse-navy .icon, .fuse-navy-600 i,
.fuse-navy-600 .icon, .fuse-navy-700 i,
.fuse-navy-700 .icon, .fuse-navy-800 i,
.fuse-navy-800 .icon, .fuse-navy-900 i,
.fuse-navy-900 .icon, .fuse-navy-A200 i,
.fuse-navy-A200 .icon, .fuse-navy-A400 i,
.fuse-navy-A400 .icon, .fuse-navy-A700 i,
.fuse-navy-A700 .icon {
  color: white;
}
.fuse-primary-500.secondary-text,
.fuse-primary-500 .secondary-text, .fuse-primary.secondary-text,
.fuse-primary .secondary-text, .fuse-secondary-500.secondary-text,
.fuse-secondary-500 .secondary-text, .fuse-secondary.secondary-text,
.fuse-secondary .secondary-text, .fuse-black-500.secondary-text,
.fuse-black-500 .secondary-text, .fuse-black.secondary-text,
.fuse-black .secondary-text, .fuse-navy-300.secondary-text,
.fuse-navy-300 .secondary-text, .fuse-navy-400.secondary-text,
.fuse-navy-400 .secondary-text, .fuse-navy-500.secondary-text,
.fuse-navy-500 .secondary-text, .fuse-navy.secondary-text,
.fuse-navy .secondary-text, .fuse-navy-600.secondary-text,
.fuse-navy-600 .secondary-text, .fuse-navy-700.secondary-text,
.fuse-navy-700 .secondary-text, .fuse-navy-800.secondary-text,
.fuse-navy-800 .secondary-text, .fuse-navy-900.secondary-text,
.fuse-navy-900 .secondary-text, .fuse-navy-A200.secondary-text,
.fuse-navy-A200 .secondary-text, .fuse-navy-A400.secondary-text,
.fuse-navy-A400 .secondary-text, .fuse-navy-A700.secondary-text,
.fuse-navy-A700 .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.fuse-primary-500.hint-text,
.fuse-primary-500 .hint-text, .fuse-primary.hint-text,
.fuse-primary .hint-text, .fuse-secondary-500.hint-text,
.fuse-secondary-500 .hint-text, .fuse-secondary.hint-text,
.fuse-secondary .hint-text, .fuse-black-500.hint-text,
.fuse-black-500 .hint-text, .fuse-black-500.disabled-text,
.fuse-black-500 .disabled-text, .fuse-black.hint-text,
.fuse-black .hint-text, .fuse-navy-300.hint-text,
.fuse-navy-300 .hint-text, .fuse-navy-300.disabled-text,
.fuse-navy-300 .disabled-text, .fuse-navy-400.hint-text,
.fuse-navy-400 .hint-text, .fuse-navy-400.disabled-text,
.fuse-navy-400 .disabled-text, .fuse-navy-500.hint-text,
.fuse-navy-500 .hint-text, .fuse-navy-500.disabled-text,
.fuse-navy-500 .disabled-text, .fuse-navy.hint-text,
.fuse-navy .hint-text, .fuse-navy.disabled-text,
.fuse-navy .disabled-text, .fuse-navy-600.hint-text,
.fuse-navy-600 .hint-text, .fuse-navy-600.disabled-text,
.fuse-navy-600 .disabled-text, .fuse-navy-700.hint-text,
.fuse-navy-700 .hint-text, .fuse-navy-700.disabled-text,
.fuse-navy-700 .disabled-text, .fuse-navy-800.hint-text,
.fuse-navy-800 .hint-text, .fuse-navy-800.disabled-text,
.fuse-navy-800 .disabled-text, .fuse-navy-900.hint-text,
.fuse-navy-900 .hint-text, .fuse-navy-900.disabled-text,
.fuse-navy-900 .disabled-text, .fuse-navy-A200.hint-text,
.fuse-navy-A200 .hint-text, .fuse-navy-A200.disabled-text,
.fuse-navy-A200 .disabled-text, .fuse-navy-A400.hint-text,
.fuse-navy-A400 .hint-text, .fuse-navy-A400.disabled-text,
.fuse-navy-A400 .disabled-text, .fuse-navy-A700.hint-text,
.fuse-navy-A700 .hint-text, .fuse-navy-A700.disabled-text,
.fuse-navy-A700 .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
 .fuse-black-500.divider,
.fuse-black-500 .divider, .fuse-navy-300.divider,
.fuse-navy-300 .divider, .fuse-navy-400.divider,
.fuse-navy-400 .divider, .fuse-navy-500.divider,
.fuse-navy-500 .divider, .fuse-navy.divider,
.fuse-navy .divider, .fuse-navy-600.divider,
.fuse-navy-600 .divider, .fuse-navy-700.divider,
.fuse-navy-700 .divider, .fuse-navy-800.divider,
.fuse-navy-800 .divider, .fuse-navy-900.divider,
.fuse-navy-900 .divider, .fuse-navy-A200.divider,
.fuse-navy-A200 .divider, .fuse-navy-A400.divider,
.fuse-navy-A400 .divider, .fuse-navy-A700.divider,
.fuse-navy-A700 .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
.fuse-primary-500 .mat-ripple-element, .fuse-primary .mat-ripple-element, .fuse-secondary-500 .mat-ripple-element, .fuse-secondary .mat-ripple-element, .fuse-black-500 .mat-ripple-element, .fuse-black .mat-ripple-element, .fuse-navy-300 .mat-ripple-element, .fuse-navy-400 .mat-ripple-element, .fuse-navy-500 .mat-ripple-element, .fuse-navy .mat-ripple-element, .fuse-navy-600 .mat-ripple-element, .fuse-navy-700 .mat-ripple-element, .fuse-navy-800 .mat-ripple-element, .fuse-navy-900 .mat-ripple-element, .fuse-navy-A200 .mat-ripple-element, .fuse-navy-A400 .mat-ripple-element, .fuse-navy-A700 .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
 .fuse-black-500 .adaptive-border-color, .fuse-navy-300 .adaptive-border-color, .fuse-navy-400 .adaptive-border-color, .fuse-navy-500 .adaptive-border-color, .fuse-navy .adaptive-border-color, .fuse-navy-600 .adaptive-border-color, .fuse-navy-700 .adaptive-border-color, .fuse-navy-800 .adaptive-border-color, .fuse-navy-900 .adaptive-border-color, .fuse-navy-A200 .adaptive-border-color, .fuse-navy-A400 .adaptive-border-color, .fuse-navy-A700 .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
.fuse-white-500 input[type=text], .fuse-white input[type=text], .fuse-navy-50 input[type=text], .fuse-navy-100 input[type=text], .fuse-navy-200 input[type=text], .fuse-navy-A100 input[type=text] {
  color: black;
}
.fuse-white-500 .mat-form-field-label, .fuse-white .mat-form-field-label, .fuse-navy-50 .mat-form-field-label, .fuse-navy-100 .mat-form-field-label, .fuse-navy-200 .mat-form-field-label, .fuse-navy-A100 .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.fuse-white-500 .mat-form-field-underline, .fuse-white .mat-form-field-underline, .fuse-navy-50 .mat-form-field-underline, .fuse-navy-100 .mat-form-field-underline, .fuse-navy-200 .mat-form-field-underline, .fuse-navy-A100 .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.fuse-white-500 .mat-select-trigger,
.fuse-white-500 .mat-select-arrow, .fuse-white .mat-select-trigger,
.fuse-white .mat-select-arrow, .fuse-navy-50 .mat-select-trigger,
.fuse-navy-50 .mat-select-arrow, .fuse-navy-100 .mat-select-trigger,
.fuse-navy-100 .mat-select-arrow, .fuse-navy-200 .mat-select-trigger,
.fuse-navy-200 .mat-select-arrow, .fuse-navy-A100 .mat-select-trigger,
.fuse-navy-A100 .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.fuse-white-500 .mat-select-underline, .fuse-white .mat-select-underline, .fuse-navy-50 .mat-select-underline, .fuse-navy-100 .mat-select-underline, .fuse-navy-200 .mat-select-underline, .fuse-navy-A100 .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
.fuse-white-500 .mat-select-disabled .mat-select-value,
.fuse-white-500 .mat-select-arrow,
.fuse-white-500 .mat-select-trigger, .fuse-white .mat-select-disabled .mat-select-value,
.fuse-white .mat-select-arrow,
.fuse-white .mat-select-trigger, .fuse-navy-50 .mat-select-disabled .mat-select-value,
.fuse-navy-50 .mat-select-arrow,
.fuse-navy-50 .mat-select-trigger, .fuse-navy-100 .mat-select-disabled .mat-select-value,
.fuse-navy-100 .mat-select-arrow,
.fuse-navy-100 .mat-select-trigger, .fuse-navy-200 .mat-select-disabled .mat-select-value,
.fuse-navy-200 .mat-select-arrow,
.fuse-navy-200 .mat-select-trigger, .fuse-navy-A100 .mat-select-disabled .mat-select-value,
.fuse-navy-A100 .mat-select-arrow,
.fuse-navy-A100 .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
.fuse-primary-500 input[type=text], .fuse-primary input[type=text], .fuse-secondary-500 input[type=text], .fuse-secondary input[type=text], .fuse-black-500 input[type=text], .fuse-black input[type=text], .fuse-navy-300 input[type=text], .fuse-navy-400 input[type=text], .fuse-navy-500 input[type=text], .fuse-navy input[type=text], .fuse-navy-600 input[type=text], .fuse-navy-700 input[type=text], .fuse-navy-800 input[type=text], .fuse-navy-900 input[type=text], .fuse-navy-A200 input[type=text], .fuse-navy-A400 input[type=text], .fuse-navy-A700 input[type=text] {
  color: white;
}
.fuse-primary-500 .mat-form-field-label, .fuse-primary .mat-form-field-label, .fuse-secondary-500 .mat-form-field-label, .fuse-secondary .mat-form-field-label, .fuse-black-500 .mat-form-field-label, .fuse-black .mat-form-field-label, .fuse-navy-300 .mat-form-field-label, .fuse-navy-400 .mat-form-field-label, .fuse-navy-500 .mat-form-field-label, .fuse-navy .mat-form-field-label, .fuse-navy-600 .mat-form-field-label, .fuse-navy-700 .mat-form-field-label, .fuse-navy-800 .mat-form-field-label, .fuse-navy-900 .mat-form-field-label, .fuse-navy-A200 .mat-form-field-label, .fuse-navy-A400 .mat-form-field-label, .fuse-navy-A700 .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-primary-500 .mat-form-field-underline, .fuse-primary .mat-form-field-underline, .fuse-secondary-500 .mat-form-field-underline, .fuse-secondary .mat-form-field-underline, .fuse-black-500 .mat-form-field-underline, .fuse-black .mat-form-field-underline, .fuse-navy-300 .mat-form-field-underline, .fuse-navy-400 .mat-form-field-underline, .fuse-navy-500 .mat-form-field-underline, .fuse-navy .mat-form-field-underline, .fuse-navy-600 .mat-form-field-underline, .fuse-navy-700 .mat-form-field-underline, .fuse-navy-800 .mat-form-field-underline, .fuse-navy-900 .mat-form-field-underline, .fuse-navy-A200 .mat-form-field-underline, .fuse-navy-A400 .mat-form-field-underline, .fuse-navy-A700 .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-primary-500 .mat-select-trigger,
.fuse-primary-500 .mat-select-arrow, .fuse-primary .mat-select-trigger,
.fuse-primary .mat-select-arrow, .fuse-secondary-500 .mat-select-trigger,
.fuse-secondary-500 .mat-select-arrow, .fuse-secondary .mat-select-trigger,
.fuse-secondary .mat-select-arrow, .fuse-black-500 .mat-select-trigger,
.fuse-black-500 .mat-select-arrow, .fuse-black .mat-select-trigger,
.fuse-black .mat-select-arrow, .fuse-navy-300 .mat-select-trigger,
.fuse-navy-300 .mat-select-arrow, .fuse-navy-400 .mat-select-trigger,
.fuse-navy-400 .mat-select-arrow, .fuse-navy-500 .mat-select-trigger,
.fuse-navy-500 .mat-select-arrow, .fuse-navy .mat-select-trigger,
.fuse-navy .mat-select-arrow, .fuse-navy-600 .mat-select-trigger,
.fuse-navy-600 .mat-select-arrow, .fuse-navy-700 .mat-select-trigger,
.fuse-navy-700 .mat-select-arrow, .fuse-navy-800 .mat-select-trigger,
.fuse-navy-800 .mat-select-arrow, .fuse-navy-900 .mat-select-trigger,
.fuse-navy-900 .mat-select-arrow, .fuse-navy-A200 .mat-select-trigger,
.fuse-navy-A200 .mat-select-arrow, .fuse-navy-A400 .mat-select-trigger,
.fuse-navy-A400 .mat-select-arrow, .fuse-navy-A700 .mat-select-trigger,
.fuse-navy-A700 .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-primary-500 .mat-select-underline, .fuse-primary .mat-select-underline, .fuse-secondary-500 .mat-select-underline, .fuse-secondary .mat-select-underline, .fuse-black-500 .mat-select-underline, .fuse-black .mat-select-underline, .fuse-navy-300 .mat-select-underline, .fuse-navy-400 .mat-select-underline, .fuse-navy-500 .mat-select-underline, .fuse-navy .mat-select-underline, .fuse-navy-600 .mat-select-underline, .fuse-navy-700 .mat-select-underline, .fuse-navy-800 .mat-select-underline, .fuse-navy-900 .mat-select-underline, .fuse-navy-A200 .mat-select-underline, .fuse-navy-A400 .mat-select-underline, .fuse-navy-A700 .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
.fuse-primary-500 .mat-select-disabled .mat-select-value,
.fuse-primary-500 .mat-select-arrow,
.fuse-primary-500 .mat-select-trigger, .fuse-primary .mat-select-disabled .mat-select-value,
.fuse-primary .mat-select-arrow,
.fuse-primary .mat-select-trigger, .fuse-secondary-500 .mat-select-disabled .mat-select-value,
.fuse-secondary-500 .mat-select-arrow,
.fuse-secondary-500 .mat-select-trigger, .fuse-secondary .mat-select-disabled .mat-select-value,
.fuse-secondary .mat-select-arrow,
.fuse-secondary .mat-select-trigger, .fuse-black-500 .mat-select-disabled .mat-select-value,
.fuse-black-500 .mat-select-arrow,
.fuse-black-500 .mat-select-trigger, .fuse-black .mat-select-disabled .mat-select-value,
.fuse-black .mat-select-arrow,
.fuse-black .mat-select-trigger, .fuse-navy-300 .mat-select-disabled .mat-select-value,
.fuse-navy-300 .mat-select-arrow,
.fuse-navy-300 .mat-select-trigger, .fuse-navy-400 .mat-select-disabled .mat-select-value,
.fuse-navy-400 .mat-select-arrow,
.fuse-navy-400 .mat-select-trigger, .fuse-navy-500 .mat-select-disabled .mat-select-value,
.fuse-navy-500 .mat-select-arrow,
.fuse-navy-500 .mat-select-trigger, .fuse-navy .mat-select-disabled .mat-select-value,
.fuse-navy .mat-select-arrow,
.fuse-navy .mat-select-trigger, .fuse-navy-600 .mat-select-disabled .mat-select-value,
.fuse-navy-600 .mat-select-arrow,
.fuse-navy-600 .mat-select-trigger, .fuse-navy-700 .mat-select-disabled .mat-select-value,
.fuse-navy-700 .mat-select-arrow,
.fuse-navy-700 .mat-select-trigger, .fuse-navy-800 .mat-select-disabled .mat-select-value,
.fuse-navy-800 .mat-select-arrow,
.fuse-navy-800 .mat-select-trigger, .fuse-navy-900 .mat-select-disabled .mat-select-value,
.fuse-navy-900 .mat-select-arrow,
.fuse-navy-900 .mat-select-trigger, .fuse-navy-A200 .mat-select-disabled .mat-select-value,
.fuse-navy-A200 .mat-select-arrow,
.fuse-navy-A200 .mat-select-trigger, .fuse-navy-A400 .mat-select-disabled .mat-select-value,
.fuse-navy-A400 .mat-select-arrow,
.fuse-navy-A400 .mat-select-trigger, .fuse-navy-A700 .mat-select-disabled .mat-select-value,
.fuse-navy-A700 .mat-select-arrow,
.fuse-navy-A700 .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
.fuse-primary-500 .mat-select-value, .fuse-primary .mat-select-value, .fuse-secondary-500 .mat-select-value, .fuse-secondary .mat-select-value, .fuse-black-500 .mat-select-value, .fuse-black .mat-select-value, .fuse-navy-300 .mat-select-value, .fuse-navy-400 .mat-select-value, .fuse-navy-500 .mat-select-value, .fuse-navy .mat-select-value, .fuse-navy-600 .mat-select-value, .fuse-navy-700 .mat-select-value, .fuse-navy-800 .mat-select-value, .fuse-navy-900 .mat-select-value, .fuse-navy-A200 .mat-select-value, .fuse-navy-A400 .mat-select-value, .fuse-navy-A700 .mat-select-value {
  color: white;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 700 20px/32px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px NotoSansThaiUI, NotoSans, Roboto;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px NotoSansThaiUI, NotoSans, Roboto;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 400 14px/24px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
  font-size: 14px;
  font-weight: 400;
}
.mat-button-toggle {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-card {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 700;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 400;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 400;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 400;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 700 20px/32px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
}
.mat-form-field {
  font: 400 16px/1.125 NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
  font-size: 12px;
}
.mat-radio-button {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-select {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-slider-thumb-label-text {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
  font-size: 12px;
  font-weight: 400;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 400;
}
.mat-tab-group {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-tab-label, .mat-tab-link {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
  font-size: 14px;
  font-weight: 400;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 700 20px/32px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-list-option {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
  font-size: 14px;
  font-weight: 400;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
  font-size: 12px;
  font-weight: 400;
}
.mat-option {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 400 14px/24px NotoSansThaiUI, NotoSans, Roboto;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
}
.mat-tree {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
body.theme-default .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-default .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-option:hover:not(.mat-option-disabled), body.theme-default .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3e5172;
}
body.theme-default .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #2fb56a;
}
body.theme-default .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
body.theme-default .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-pseudo-checkbox::after {
  color: #fafafa;
}
body.theme-default .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body.theme-default .mat-primary .mat-pseudo-checkbox-checked,
body.theme-default .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #3e5172;
}
body.theme-default .mat-pseudo-checkbox-checked,
body.theme-default .mat-pseudo-checkbox-indeterminate,
body.theme-default .mat-accent .mat-pseudo-checkbox-checked,
body.theme-default .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #2fb56a;
}
body.theme-default .mat-warn .mat-pseudo-checkbox-checked,
body.theme-default .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
body.theme-default .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body.theme-default .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
body.theme-default .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-app-background, body.theme-default.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-theme-loaded-marker {
  display: none;
}
body.theme-default .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
body.theme-default .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-badge-content {
  color: white;
  background: #3e5172;
}
.cdk-high-contrast-active body.theme-default .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
body.theme-default .mat-badge-accent .mat-badge-content {
  background: #2fb56a;
  color: white;
}
body.theme-default .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
body.theme-default .mat-badge {
  position: relative;
}
body.theme-default .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.theme-default .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
body.theme-default .ng-animate-disabled .mat-badge-content,
body.theme-default .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.theme-default .mat-badge-content.mat-badge-active {
  transform: none;
}
body.theme-default .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body.theme-default .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.theme-default .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.theme-default .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.theme-default .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.theme-default .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.theme-default .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.theme-default .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.theme-default .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.theme-default .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.theme-default .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.theme-default .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.theme-default .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.theme-default .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.theme-default .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.theme-default .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.theme-default .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.theme-default .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.theme-default .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.theme-default .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.theme-default .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.theme-default .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.theme-default .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
body.theme-default .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.theme-default .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.theme-default .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.theme-default .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.theme-default .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.theme-default .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.theme-default .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.theme-default .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.theme-default .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.theme-default .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.theme-default .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-button, body.theme-default .mat-icon-button, body.theme-default .mat-stroked-button {
  color: inherit;
  background: transparent;
}
body.theme-default .mat-button.mat-primary, body.theme-default .mat-icon-button.mat-primary, body.theme-default .mat-stroked-button.mat-primary {
  color: #3e5172;
}
body.theme-default .mat-button.mat-accent, body.theme-default .mat-icon-button.mat-accent, body.theme-default .mat-stroked-button.mat-accent {
  color: #2fb56a;
}
body.theme-default .mat-button.mat-warn, body.theme-default .mat-icon-button.mat-warn, body.theme-default .mat-stroked-button.mat-warn {
  color: #f44336;
}
body.theme-default .mat-button.mat-primary[disabled], body.theme-default .mat-button.mat-accent[disabled], body.theme-default .mat-button.mat-warn[disabled], body.theme-default .mat-button[disabled][disabled], body.theme-default .mat-icon-button.mat-primary[disabled], body.theme-default .mat-icon-button.mat-accent[disabled], body.theme-default .mat-icon-button.mat-warn[disabled], body.theme-default .mat-icon-button[disabled][disabled], body.theme-default .mat-stroked-button.mat-primary[disabled], body.theme-default .mat-stroked-button.mat-accent[disabled], body.theme-default .mat-stroked-button.mat-warn[disabled], body.theme-default .mat-stroked-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-button.mat-primary .mat-button-focus-overlay, body.theme-default .mat-icon-button.mat-primary .mat-button-focus-overlay, body.theme-default .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #3e5172;
}
body.theme-default .mat-button.mat-accent .mat-button-focus-overlay, body.theme-default .mat-icon-button.mat-accent .mat-button-focus-overlay, body.theme-default .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #2fb56a;
}
body.theme-default .mat-button.mat-warn .mat-button-focus-overlay, body.theme-default .mat-icon-button.mat-warn .mat-button-focus-overlay, body.theme-default .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
body.theme-default .mat-button[disabled] .mat-button-focus-overlay, body.theme-default .mat-icon-button[disabled] .mat-button-focus-overlay, body.theme-default .mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}
body.theme-default .mat-button .mat-ripple-element, body.theme-default .mat-icon-button .mat-ripple-element, body.theme-default .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
body.theme-default .mat-button-focus-overlay {
  background: black;
}
body.theme-default .mat-stroked-button:not([disabled]) {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-flat-button, body.theme-default .mat-raised-button, body.theme-default .mat-fab, body.theme-default .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
body.theme-default .mat-flat-button.mat-primary, body.theme-default .mat-raised-button.mat-primary, body.theme-default .mat-fab.mat-primary, body.theme-default .mat-mini-fab.mat-primary {
  color: white;
}
body.theme-default .mat-flat-button.mat-accent, body.theme-default .mat-raised-button.mat-accent, body.theme-default .mat-fab.mat-accent, body.theme-default .mat-mini-fab.mat-accent {
  color: white;
}
body.theme-default .mat-flat-button.mat-warn, body.theme-default .mat-raised-button.mat-warn, body.theme-default .mat-fab.mat-warn, body.theme-default .mat-mini-fab.mat-warn {
  color: white;
}
body.theme-default .mat-flat-button.mat-primary[disabled], body.theme-default .mat-flat-button.mat-accent[disabled], body.theme-default .mat-flat-button.mat-warn[disabled], body.theme-default .mat-flat-button[disabled][disabled], body.theme-default .mat-raised-button.mat-primary[disabled], body.theme-default .mat-raised-button.mat-accent[disabled], body.theme-default .mat-raised-button.mat-warn[disabled], body.theme-default .mat-raised-button[disabled][disabled], body.theme-default .mat-fab.mat-primary[disabled], body.theme-default .mat-fab.mat-accent[disabled], body.theme-default .mat-fab.mat-warn[disabled], body.theme-default .mat-fab[disabled][disabled], body.theme-default .mat-mini-fab.mat-primary[disabled], body.theme-default .mat-mini-fab.mat-accent[disabled], body.theme-default .mat-mini-fab.mat-warn[disabled], body.theme-default .mat-mini-fab[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-flat-button.mat-primary, body.theme-default .mat-raised-button.mat-primary, body.theme-default .mat-fab.mat-primary, body.theme-default .mat-mini-fab.mat-primary {
  background-color: #3e5172;
}
body.theme-default .mat-flat-button.mat-accent, body.theme-default .mat-raised-button.mat-accent, body.theme-default .mat-fab.mat-accent, body.theme-default .mat-mini-fab.mat-accent {
  background-color: #2fb56a;
}
body.theme-default .mat-flat-button.mat-warn, body.theme-default .mat-raised-button.mat-warn, body.theme-default .mat-fab.mat-warn, body.theme-default .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
body.theme-default .mat-flat-button.mat-primary[disabled], body.theme-default .mat-flat-button.mat-accent[disabled], body.theme-default .mat-flat-button.mat-warn[disabled], body.theme-default .mat-flat-button[disabled][disabled], body.theme-default .mat-raised-button.mat-primary[disabled], body.theme-default .mat-raised-button.mat-accent[disabled], body.theme-default .mat-raised-button.mat-warn[disabled], body.theme-default .mat-raised-button[disabled][disabled], body.theme-default .mat-fab.mat-primary[disabled], body.theme-default .mat-fab.mat-accent[disabled], body.theme-default .mat-fab.mat-warn[disabled], body.theme-default .mat-fab[disabled][disabled], body.theme-default .mat-mini-fab.mat-primary[disabled], body.theme-default .mat-mini-fab.mat-accent[disabled], body.theme-default .mat-mini-fab.mat-warn[disabled], body.theme-default .mat-mini-fab[disabled][disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-flat-button.mat-primary .mat-ripple-element, body.theme-default .mat-raised-button.mat-primary .mat-ripple-element, body.theme-default .mat-fab.mat-primary .mat-ripple-element, body.theme-default .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-flat-button.mat-accent .mat-ripple-element, body.theme-default .mat-raised-button.mat-accent .mat-ripple-element, body.theme-default .mat-fab.mat-accent .mat-ripple-element, body.theme-default .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-flat-button.mat-warn .mat-ripple-element, body.theme-default .mat-raised-button.mat-warn .mat-ripple-element, body.theme-default .mat-fab.mat-warn .mat-ripple-element, body.theme-default .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-stroked-button:not([class*=mat-elevation-z]), body.theme-default .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-fab:not([class*=mat-elevation-z]), body.theme-default .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), body.theme-default .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-fab[disabled]:not([class*=mat-elevation-z]), body.theme-default .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-button-toggle-standalone,
body.theme-default .mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-default .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
body.theme-default .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
body.theme-default .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
body.theme-default .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-default [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
body.theme-default .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
body.theme-default .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
body.theme-default .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-default .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-checkbox-checkmark {
  fill: #fafafa;
}
body.theme-default .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
body.theme-default .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
body.theme-default .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body.theme-default .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #3e5172;
}
body.theme-default .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, body.theme-default .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #2fb56a;
}
body.theme-default .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, body.theme-default .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
body.theme-default .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, body.theme-default .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
body.theme-default .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
body.theme-default .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-checkbox .mat-ripple-element {
  background-color: black;
}
body.theme-default .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body.theme-default .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #3e5172;
}
body.theme-default .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body.theme-default .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #2fb56a;
}
body.theme-default .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body.theme-default .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
body.theme-default .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body.theme-default .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
body.theme-default .mat-chip.mat-standard-chip::after {
  background: black;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #3e5172;
  color: white;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #2fb56a;
  color: white;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-default .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-default .mat-table {
  background: white;
}
body.theme-default .mat-table thead, body.theme-default .mat-table tbody, body.theme-default .mat-table tfoot,
body.theme-default mat-header-row, body.theme-default mat-row, body.theme-default mat-footer-row,
body.theme-default [mat-header-row], body.theme-default [mat-row], body.theme-default [mat-footer-row],
body.theme-default .mat-table-sticky {
  background: inherit;
}
body.theme-default mat-row, body.theme-default mat-header-row, body.theme-default mat-footer-row,
body.theme-default th.mat-header-cell, body.theme-default td.mat-cell, body.theme-default td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-cell, body.theme-default .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-datepicker-toggle,
body.theme-default .mat-datepicker-content .mat-calendar-next-button,
body.theme-default .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
body.theme-default .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
body.theme-default .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
body.theme-default .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18);
}
body.theme-default .mat-calendar-body-selected {
  background-color: #3e5172;
  color: white;
}
body.theme-default .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(62, 81, 114, 0.4);
}
body.theme-default .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-default .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #2fb56a;
  color: white;
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(47, 181, 106, 0.4);
}
body.theme-default .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
body.theme-default .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-default .mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-datepicker-toggle-active {
  color: #3e5172;
}
body.theme-default .mat-datepicker-toggle-active.mat-accent {
  color: #2fb56a;
}
body.theme-default .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
body.theme-default .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.theme-default .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.theme-default .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  body.theme-default .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
body.theme-default .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-expansion-panel-header-description,
body.theme-default .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.theme-default .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
body.theme-default .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
body.theme-default .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-label {
  color: #3e5172;
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #2fb56a;
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
body.theme-default .mat-focused .mat-form-field-required-marker {
  color: #2fb56a;
}
body.theme-default .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #3e5172;
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #2fb56a;
}
body.theme-default .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
body.theme-default .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #3e5172;
}
body.theme-default .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #2fb56a;
}
body.theme-default .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-default .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
body.theme-default .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body.theme-default .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
body.theme-default .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body.theme-default .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
body.theme-default .mat-error {
  color: #f44336;
}
body.theme-default .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-default .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-default .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
body.theme-default .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
body.theme-default .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #3e5172;
}
body.theme-default .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #2fb56a;
}
body.theme-default .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-default .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-default .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
body.theme-default .mat-icon.mat-primary {
  color: #3e5172;
}
body.theme-default .mat-icon.mat-accent {
  color: #2fb56a;
}
body.theme-default .mat-icon.mat-warn {
  color: #f44336;
}
body.theme-default .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-input-element:disabled,
body.theme-default .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-input-element {
  caret-color: #3e5172;
}
body.theme-default .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-accent .mat-input-element {
  caret-color: #2fb56a;
}
body.theme-default .mat-warn .mat-input-element,
body.theme-default .mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
body.theme-default .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-default .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-list-item-disabled {
  background-color: #eeeeee;
}
body.theme-default .mat-list-option:hover, body.theme-default .mat-list-option:focus,
body.theme-default .mat-nav-list .mat-list-item:hover,
body.theme-default .mat-nav-list .mat-list-item:focus,
body.theme-default .mat-action-list .mat-list-item:hover,
body.theme-default .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-list-single-selected-option, body.theme-default .mat-list-single-selected-option:hover, body.theme-default .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-menu-panel {
  background: white;
}
body.theme-default .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-menu-item[disabled], body.theme-default .mat-menu-item[disabled]::after {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-menu-item .mat-icon-no-color,
body.theme-default .mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-menu-item:hover:not([disabled]),
body.theme-default .mat-menu-item.cdk-program-focused:not([disabled]),
body.theme-default .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body.theme-default .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-default .mat-paginator {
  background: white;
}
body.theme-default .mat-paginator,
body.theme-default .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-paginator-decrement,
body.theme-default .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-paginator-first,
body.theme-default .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-icon-button[disabled] .mat-paginator-decrement,
body.theme-default .mat-icon-button[disabled] .mat-paginator-increment,
body.theme-default .mat-icon-button[disabled] .mat-paginator-first,
body.theme-default .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-progress-bar-fill::after {
  background-color: #3e5172;
}
body.theme-default .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #2fb56a;
}
body.theme-default .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
body.theme-default .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
body.theme-default .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
body.theme-default .mat-progress-spinner circle, body.theme-default .mat-spinner circle {
  stroke: #3e5172;
}
body.theme-default .mat-progress-spinner.mat-accent circle, body.theme-default .mat-spinner.mat-accent circle {
  stroke: #2fb56a;
}
body.theme-default .mat-progress-spinner.mat-warn circle, body.theme-default .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
body.theme-default .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3e5172;
}
body.theme-default .mat-radio-button.mat-primary .mat-radio-inner-circle,
body.theme-default .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-default .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, body.theme-default .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #3e5172;
}
body.theme-default .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #2fb56a;
}
body.theme-default .mat-radio-button.mat-accent .mat-radio-inner-circle,
body.theme-default .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-default .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, body.theme-default .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #2fb56a;
}
body.theme-default .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
body.theme-default .mat-radio-button.mat-warn .mat-radio-inner-circle,
body.theme-default .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-default .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, body.theme-default .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
body.theme-default .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body.theme-default .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body.theme-default .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-radio-button .mat-ripple-element {
  background-color: black;
}
body.theme-default .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-default .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-select-panel {
  background: white;
}
body.theme-default .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #3e5172;
}
body.theme-default .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #2fb56a;
}
body.theme-default .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
body.theme-default .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
body.theme-default .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-drawer.mat-drawer-push {
  background-color: white;
}
body.theme-default .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.theme-default [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.theme-default [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-default .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #2fb56a;
}
body.theme-default .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(47, 181, 106, 0.54);
}
body.theme-default .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #2fb56a;
}
body.theme-default .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #3e5172;
}
body.theme-default .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(62, 81, 114, 0.54);
}
body.theme-default .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #3e5172;
}
body.theme-default .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
body.theme-default .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
body.theme-default .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
body.theme-default .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
body.theme-default .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
body.theme-default .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-primary .mat-slider-track-fill,
body.theme-default .mat-primary .mat-slider-thumb,
body.theme-default .mat-primary .mat-slider-thumb-label {
  background-color: #3e5172;
}
body.theme-default .mat-primary .mat-slider-thumb-label-text {
  color: white;
}
body.theme-default .mat-accent .mat-slider-track-fill,
body.theme-default .mat-accent .mat-slider-thumb,
body.theme-default .mat-accent .mat-slider-thumb-label {
  background-color: #2fb56a;
}
body.theme-default .mat-accent .mat-slider-thumb-label-text {
  color: white;
}
body.theme-default .mat-warn .mat-slider-track-fill,
body.theme-default .mat-warn .mat-slider-thumb,
body.theme-default .mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
body.theme-default .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
body.theme-default .mat-slider-focus-ring {
  background-color: rgba(47, 181, 106, 0.2);
}
body.theme-default .mat-slider:hover .mat-slider-track-background,
body.theme-default .cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-slider-disabled .mat-slider-track-background,
body.theme-default .mat-slider-disabled .mat-slider-track-fill,
body.theme-default .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body.theme-default .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body.theme-default .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
body.theme-default .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body.theme-default .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body.theme-default .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
body.theme-default .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
body.theme-default .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.theme-default .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.theme-default .mat-step-header.cdk-keyboard-focused, body.theme-default .mat-step-header.cdk-program-focused, body.theme-default .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  body.theme-default .mat-step-header:hover {
    background: none;
  }
}
body.theme-default .mat-step-header .mat-step-label,
body.theme-default .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
body.theme-default .mat-step-header .mat-step-icon-selected,
body.theme-default .mat-step-header .mat-step-icon-state-done,
body.theme-default .mat-step-header .mat-step-icon-state-edit {
  background-color: #3e5172;
  color: white;
}
body.theme-default .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
body.theme-default .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
body.theme-default .mat-stepper-horizontal, body.theme-default .mat-stepper-vertical {
  background-color: white;
}
body.theme-default .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-horizontal-stepper-header::before,
body.theme-default .mat-horizontal-stepper-header::after,
body.theme-default .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-sort-header-arrow {
  color: #757575;
}
body.theme-default .mat-tab-nav-bar,
body.theme-default .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-tab-group-inverted-header .mat-tab-nav-bar,
body.theme-default .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
body.theme-default .mat-tab-label, body.theme-default .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-default .mat-tab-group[class*=mat-background-] .mat-tab-header,
body.theme-default .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
body.theme-default .mat-tab-group.mat-primary .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #3e5172;
}
body.theme-default .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white;
}
body.theme-default .mat-tab-group.mat-accent .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #2fb56a;
}
body.theme-default .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white;
}
body.theme-default .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-default .mat-tab-group.mat-warn .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
body.theme-default .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, body.theme-default .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
body.theme-default .mat-tab-group.mat-background-primary .mat-tab-header, body.theme-default .mat-tab-group.mat-background-primary .mat-tab-links, body.theme-default .mat-tab-group.mat-background-primary .mat-tab-header-pagination, body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-header, body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-links, body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: #3e5172;
}
body.theme-default .mat-tab-group.mat-background-primary .mat-tab-label, body.theme-default .mat-tab-group.mat-background-primary .mat-tab-link, body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-label, body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white;
}
body.theme-default .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-default .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-default .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
body.theme-default .mat-tab-group.mat-background-primary .mat-ripple-element, body.theme-default .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .mat-tab-group.mat-background-accent .mat-tab-header, body.theme-default .mat-tab-group.mat-background-accent .mat-tab-links, body.theme-default .mat-tab-group.mat-background-accent .mat-tab-header-pagination, body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-header, body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-links, body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #2fb56a;
}
body.theme-default .mat-tab-group.mat-background-accent .mat-tab-label, body.theme-default .mat-tab-group.mat-background-accent .mat-tab-link, body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-label, body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white;
}
body.theme-default .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-default .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-default .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
body.theme-default .mat-tab-group.mat-background-accent .mat-ripple-element, body.theme-default .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-default .mat-tab-group.mat-background-warn .mat-tab-header, body.theme-default .mat-tab-group.mat-background-warn .mat-tab-links, body.theme-default .mat-tab-group.mat-background-warn .mat-tab-header-pagination, body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-header, body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-links, body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #f44336;
}
body.theme-default .mat-tab-group.mat-background-warn .mat-tab-label, body.theme-default .mat-tab-group.mat-background-warn .mat-tab-link, body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-label, body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
body.theme-default .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-default .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-default .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
body.theme-default .mat-tab-group.mat-background-warn .mat-ripple-element, body.theme-default .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-toolbar.mat-primary {
  background: #3e5172;
  color: white;
}
body.theme-default .mat-toolbar.mat-accent {
  background: #2fb56a;
  color: white;
}
body.theme-default .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
body.theme-default .mat-toolbar .mat-form-field-underline,
body.theme-default .mat-toolbar .mat-form-field-ripple,
body.theme-default .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body.theme-default .mat-toolbar .mat-form-field-label,
body.theme-default .mat-toolbar .mat-focused .mat-form-field-label,
body.theme-default .mat-toolbar .mat-select-value,
body.theme-default .mat-toolbar .mat-select-arrow,
body.theme-default .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body.theme-default .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
body.theme-default .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
body.theme-default .mat-tree {
  background: white;
}
body.theme-default .mat-tree-node,
body.theme-default .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-default .mat-simple-snackbar-action {
  color: #2fb56a;
}
body.theme-default {
  color: rgba(0, 0, 0, 0.87);
  background: #F5F5F5;
}
body.theme-default .secondary-text {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .icon,
body.theme-default i {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .hint-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .disabled-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .fade-text,
body.theme-default .divider {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-default .fuse-card {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .fuse-card .card-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default .avatar {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .form-wrapper {
  background-color: white;
}
body.theme-default .navigation-simple .item.selected {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .navigation-simple .subheader {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default .simple-pagination {
  background: white;
}
body.theme-default .simple-pagination .pagination-item {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .simple-pagination .pagination-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default .simple-pagination .pagination-item.disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .price-tables .price-table {
  background: white;
}
body.theme-default .price-tables .price-table.style-1 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-1 .price .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-2 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-2 .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .package-type .subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .terms {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .price-tables .price-table.style-3 .note {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .simple-table-container {
  background: white;
}
body.theme-default table.simple thead tr th {
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default table.simple tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default table.simple.clickable tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default .page-layout.carded.fullwidth > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-default .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .page-layout.carded.left-sidebar > .center > .content-card, body.theme-default .page-layout.carded.right-sidebar > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-default .page-layout.carded.left-sidebar > .center > .content-card > .toolbar, body.theme-default .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .page-layout.simple.left-sidebar > .center > .content, body.theme-default .page-layout.simple.right-sidebar > .center > .content {
  background: white;
}
body.theme-default .page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content, body.theme-default .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: white;
}
body.theme-default a {
  color: #2FB56A;
}
body.theme-default code:not(.highlight) {
  background-color: #f5f5f5;
}
body.theme-default .changelog .entry {
  background-color: white;
}
body.theme-default .text-boxed {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default fuse-countdown .fuse-countdown .time .title {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .fuse-search-bar.expanded {
  background-color: #fafafa;
}
body.theme-default #fuse-shortcuts.show-mobile-panel {
  background-color: #fafafa;
}
body.theme-default fuse-sidebar {
  background: #fafafa;
}
body.theme-default .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-default .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-default fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-default fuse-theme-options .theme-options-panel form .group h2 {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .fuse-material-color-picker-menu .mat-menu-content .views {
  background: #303030;
}
body.theme-default fuse-widget > .fuse-widget-front,
body.theme-default fuse-widget > .fuse-widget-back {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default ngx-datatable.material {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default ngx-datatable.material .datatable-header .datatable-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default ngx-datatable.material .datatable-body .datatable-row-wrapper {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-default ngx-datatable.material .datatable-body .datatable-row-wrapper:first-child {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-default ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-default ngx-datatable.material .datatable-footer {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default ngx-datatable.material .datatable-footer .datatable-pager a {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-default chat-panel #contacts-list {
  background-color: #f5f5f5;
}
body.theme-default chat-panel #contacts-list .contacts-list-item.active {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-default chat-panel #contacts-list .contacts-list-item.active:after {
  background-color: #2FB56A;
}
body.theme-default chat-panel #contacts-list .contacts-list-item .unread-count {
  background-color: #2FB56A;
  color: white;
}
body.theme-default chat-panel #contacts-list .contacts-list-item .status-icon {
  border-color: #f5f5f5;
}
body.theme-default chat-panel #chat .messages .message-row.contact .bubble {
  background-color: #3E5172;
  color: white;
}
body.theme-default chat-panel #chat .messages .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #E0E0E0;
}
body.theme-default chat-panel #chat .reply-form .message-text {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default chat-panel #chat .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  background-color: white;
}
body.theme-default toolbar .toolbar-separator {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-default .primary-500-bg {
  background-color: #3E5172 !important;
}
body.theme-default .primary-500 {
  background-color: #3E5172 !important;
  color: white !important;
}
body.theme-default .primary-500[disabled] {
  background-color: rgba(62, 81, 114, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-500-fg {
  color: #3E5172 !important;
}
body.theme-default .primary-500-border {
  border-color: #3E5172 !important;
}
body.theme-default .primary-500-border-top {
  border-top-color: #3E5172 !important;
}
body.theme-default .primary-500-border-right {
  border-right-color: #3E5172 !important;
}
body.theme-default .primary-500-border-bottom {
  border-bottom-color: #3E5172 !important;
}
body.theme-default .primary-500-border-left {
  border-left-color: #3E5172 !important;
}
body.theme-default .primary-bg {
  background-color: #3E5172 !important;
}
body.theme-default .primary {
  background-color: #3E5172 !important;
  color: white !important;
}
body.theme-default .primary[disabled] {
  background-color: rgba(62, 81, 114, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .primary-fg {
  color: #3E5172 !important;
}
body.theme-default .primary-border {
  border-color: #3E5172 !important;
}
body.theme-default .primary-border-top {
  border-top-color: #3E5172 !important;
}
body.theme-default .primary-border-right {
  border-right-color: #3E5172 !important;
}
body.theme-default .primary-border-bottom {
  border-bottom-color: #3E5172 !important;
}
body.theme-default .primary-border-left {
  border-left-color: #3E5172 !important;
}
body.theme-default .accent-500-bg {
  background-color: #2FB56A !important;
}
body.theme-default .accent-500 {
  background-color: #2FB56A !important;
  color: white !important;
}
body.theme-default .accent-500[disabled] {
  background-color: rgba(47, 181, 106, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-500-fg {
  color: #2FB56A !important;
}
body.theme-default .accent-500-border {
  border-color: #2FB56A !important;
}
body.theme-default .accent-500-border-top {
  border-top-color: #2FB56A !important;
}
body.theme-default .accent-500-border-right {
  border-right-color: #2FB56A !important;
}
body.theme-default .accent-500-border-bottom {
  border-bottom-color: #2FB56A !important;
}
body.theme-default .accent-500-border-left {
  border-left-color: #2FB56A !important;
}
body.theme-default .accent-bg {
  background-color: #2FB56A !important;
}
body.theme-default .accent {
  background-color: #2FB56A !important;
  color: white !important;
}
body.theme-default .accent[disabled] {
  background-color: rgba(47, 181, 106, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .accent-fg {
  color: #2FB56A !important;
}
body.theme-default .accent-border {
  border-color: #2FB56A !important;
}
body.theme-default .accent-border-top {
  border-top-color: #2FB56A !important;
}
body.theme-default .accent-border-right {
  border-right-color: #2FB56A !important;
}
body.theme-default .accent-border-bottom {
  border-bottom-color: #2FB56A !important;
}
body.theme-default .accent-border-left {
  border-left-color: #2FB56A !important;
}
body.theme-default .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-default .warn-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-50-fg {
  color: #ffebee !important;
}
body.theme-default .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-default .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-default .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-default .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-default .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-default .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-default .warn-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-default .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-default .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-default .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-default .warn-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-default .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-default .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-default .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-default .warn-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-300-fg {
  color: #e57373 !important;
}
body.theme-default .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-default .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-default .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-default .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-default .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-default .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-default .warn-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-default .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-default .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-default .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-default .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-default .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-default .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-default .warn-500 {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-500-fg {
  color: #f44336 !important;
}
body.theme-default .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-default .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-default .warn-600 {
  background-color: #e53935 !important;
  color: white !important;
}
body.theme-default .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-600-fg {
  color: #e53935 !important;
}
body.theme-default .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-default .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-default .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-default .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-default .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-default .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-default .warn-700 {
  background-color: #d32f2f !important;
  color: white !important;
}
body.theme-default .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-default .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-default .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-default .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-default .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-default .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-default .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-default .warn-800 {
  background-color: #c62828 !important;
  color: white !important;
}
body.theme-default .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-800-fg {
  color: #c62828 !important;
}
body.theme-default .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-default .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-default .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-default .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-default .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-default .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-default .warn-900 {
  background-color: #b71c1c !important;
  color: white !important;
}
body.theme-default .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-default .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-default .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-default .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-default .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-default .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-default .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-default .warn-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-default .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-default .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-default .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-default .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-default .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-default .warn-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}
body.theme-default .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-default .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-default .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-default .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-default .warn-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}
body.theme-default .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-default .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-default .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-default .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-default .warn-A700 {
  background-color: #d50000 !important;
  color: white !important;
}
body.theme-default .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-default .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-default .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-default .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-default .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-default .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-default .warn-bg {
  background-color: #f44336 !important;
}
body.theme-default .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-default .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-default .warn-fg {
  color: #f44336 !important;
}
body.theme-default .warn-border {
  border-color: #f44336 !important;
}
body.theme-default .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-default .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-default .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-default .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-default .warn-50 i,
body.theme-default .warn-50 .icon, body.theme-default .warn-100 i,
body.theme-default .warn-100 .icon, body.theme-default .warn-200 i,
body.theme-default .warn-200 .icon, body.theme-default .warn-300 i,
body.theme-default .warn-300 .icon, body.theme-default .warn-400 i,
body.theme-default .warn-400 .icon, body.theme-default .warn-A100 i,
body.theme-default .warn-A100 .icon {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-default .warn-50.secondary-text,
body.theme-default .warn-50 .secondary-text, body.theme-default .warn-100.secondary-text,
body.theme-default .warn-100 .secondary-text, body.theme-default .warn-200.secondary-text,
body.theme-default .warn-200 .secondary-text, body.theme-default .warn-300.secondary-text,
body.theme-default .warn-300 .secondary-text, body.theme-default .warn-400.secondary-text,
body.theme-default .warn-400 .secondary-text, body.theme-default .warn-A100.secondary-text,
body.theme-default .warn-A100 .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
body.theme-default .warn-50.hint-text,
body.theme-default .warn-50 .hint-text, body.theme-default .warn-50.disabled-text,
body.theme-default .warn-50 .disabled-text, body.theme-default .warn-100.hint-text,
body.theme-default .warn-100 .hint-text, body.theme-default .warn-100.disabled-text,
body.theme-default .warn-100 .disabled-text, body.theme-default .warn-200.hint-text,
body.theme-default .warn-200 .hint-text, body.theme-default .warn-200.disabled-text,
body.theme-default .warn-200 .disabled-text, body.theme-default .warn-300.hint-text,
body.theme-default .warn-300 .hint-text, body.theme-default .warn-300.disabled-text,
body.theme-default .warn-300 .disabled-text, body.theme-default .warn-400.hint-text,
body.theme-default .warn-400 .hint-text, body.theme-default .warn-400.disabled-text,
body.theme-default .warn-400 .disabled-text, body.theme-default .warn-A100.hint-text,
body.theme-default .warn-A100 .hint-text, body.theme-default .warn-A100.disabled-text,
body.theme-default .warn-A100 .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
body.theme-default .warn-50.divider,
body.theme-default .warn-50 .divider, body.theme-default .warn-100.divider,
body.theme-default .warn-100 .divider, body.theme-default .warn-200.divider,
body.theme-default .warn-200 .divider, body.theme-default .warn-300.divider,
body.theme-default .warn-300 .divider, body.theme-default .warn-400.divider,
body.theme-default .warn-400 .divider, body.theme-default .warn-A100.divider,
body.theme-default .warn-A100 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
body.theme-default .warn-50 .mat-ripple-element, body.theme-default .warn-100 .mat-ripple-element, body.theme-default .warn-200 .mat-ripple-element, body.theme-default .warn-300 .mat-ripple-element, body.theme-default .warn-400 .mat-ripple-element, body.theme-default .warn-A100 .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
body.theme-default .warn-50 .adaptive-border-color, body.theme-default .warn-100 .adaptive-border-color, body.theme-default .warn-200 .adaptive-border-color, body.theme-default .warn-300 .adaptive-border-color, body.theme-default .warn-400 .adaptive-border-color, body.theme-default .warn-A100 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .primary-500 i,
body.theme-default .primary-500 .icon, body.theme-default .primary i,
body.theme-default .primary .icon, body.theme-default .accent-500 i,
body.theme-default .accent-500 .icon, body.theme-default .accent i,
body.theme-default .accent .icon, body.theme-default .warn-500 i,
body.theme-default .warn-500 .icon, body.theme-default .warn-600 i,
body.theme-default .warn-600 .icon, body.theme-default .warn-700 i,
body.theme-default .warn-700 .icon, body.theme-default .warn-800 i,
body.theme-default .warn-800 .icon, body.theme-default .warn-900 i,
body.theme-default .warn-900 .icon, body.theme-default .warn-A200 i,
body.theme-default .warn-A200 .icon, body.theme-default .warn-A400 i,
body.theme-default .warn-A400 .icon, body.theme-default .warn-A700 i,
body.theme-default .warn-A700 .icon, body.theme-default .warn i,
body.theme-default .warn .icon {
  color: white;
}
body.theme-default .primary-500.secondary-text,
body.theme-default .primary-500 .secondary-text, body.theme-default .primary.secondary-text,
body.theme-default .primary .secondary-text, body.theme-default .accent-500.secondary-text,
body.theme-default .accent-500 .secondary-text, body.theme-default .accent.secondary-text,
body.theme-default .accent .secondary-text, body.theme-default .warn-500.secondary-text,
body.theme-default .warn-500 .secondary-text, body.theme-default .warn-600.secondary-text,
body.theme-default .warn-600 .secondary-text, body.theme-default .warn-700.secondary-text,
body.theme-default .warn-700 .secondary-text, body.theme-default .warn-800.secondary-text,
body.theme-default .warn-800 .secondary-text, body.theme-default .warn-900.secondary-text,
body.theme-default .warn-900 .secondary-text, body.theme-default .warn-A200.secondary-text,
body.theme-default .warn-A200 .secondary-text, body.theme-default .warn-A400.secondary-text,
body.theme-default .warn-A400 .secondary-text, body.theme-default .warn-A700.secondary-text,
body.theme-default .warn-A700 .secondary-text, body.theme-default .warn.secondary-text,
body.theme-default .warn .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.theme-default .primary-500.hint-text,
body.theme-default .primary-500 .hint-text, body.theme-default .primary-500.disabled-text,
body.theme-default .primary-500 .disabled-text, body.theme-default .primary.hint-text,
body.theme-default .primary .hint-text, body.theme-default .primary.disabled-text,
body.theme-default .primary .disabled-text, body.theme-default .accent-500.hint-text,
body.theme-default .accent-500 .hint-text, body.theme-default .accent-500.disabled-text,
body.theme-default .accent-500 .disabled-text, body.theme-default .accent.hint-text,
body.theme-default .accent .hint-text, body.theme-default .accent.disabled-text,
body.theme-default .accent .disabled-text, body.theme-default .warn-500.hint-text,
body.theme-default .warn-500 .hint-text, body.theme-default .warn-500.disabled-text,
body.theme-default .warn-500 .disabled-text, body.theme-default .warn-600.hint-text,
body.theme-default .warn-600 .hint-text, body.theme-default .warn-600.disabled-text,
body.theme-default .warn-600 .disabled-text, body.theme-default .warn-700.hint-text,
body.theme-default .warn-700 .hint-text, body.theme-default .warn-700.disabled-text,
body.theme-default .warn-700 .disabled-text, body.theme-default .warn-800.hint-text,
body.theme-default .warn-800 .hint-text, body.theme-default .warn-800.disabled-text,
body.theme-default .warn-800 .disabled-text, body.theme-default .warn-900.hint-text,
body.theme-default .warn-900 .hint-text, body.theme-default .warn-900.disabled-text,
body.theme-default .warn-900 .disabled-text, body.theme-default .warn-A200.hint-text,
body.theme-default .warn-A200 .hint-text, body.theme-default .warn-A200.disabled-text,
body.theme-default .warn-A200 .disabled-text, body.theme-default .warn-A400.hint-text,
body.theme-default .warn-A400 .hint-text, body.theme-default .warn-A400.disabled-text,
body.theme-default .warn-A400 .disabled-text, body.theme-default .warn-A700.hint-text,
body.theme-default .warn-A700 .hint-text, body.theme-default .warn-A700.disabled-text,
body.theme-default .warn-A700 .disabled-text, body.theme-default .warn.hint-text,
body.theme-default .warn .hint-text, body.theme-default .warn.disabled-text,
body.theme-default .warn .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.theme-default .primary-500.divider,
body.theme-default .primary-500 .divider, body.theme-default .primary.divider,
body.theme-default .primary .divider, body.theme-default .accent-500.divider,
body.theme-default .accent-500 .divider, body.theme-default .accent.divider,
body.theme-default .accent .divider, body.theme-default .warn-500.divider,
body.theme-default .warn-500 .divider, body.theme-default .warn-600.divider,
body.theme-default .warn-600 .divider, body.theme-default .warn-700.divider,
body.theme-default .warn-700 .divider, body.theme-default .warn-800.divider,
body.theme-default .warn-800 .divider, body.theme-default .warn-900.divider,
body.theme-default .warn-900 .divider, body.theme-default .warn-A200.divider,
body.theme-default .warn-A200 .divider, body.theme-default .warn-A400.divider,
body.theme-default .warn-A400 .divider, body.theme-default .warn-A700.divider,
body.theme-default .warn-A700 .divider, body.theme-default .warn.divider,
body.theme-default .warn .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
body.theme-default .primary-500 .mat-ripple-element, body.theme-default .primary .mat-ripple-element, body.theme-default .accent-500 .mat-ripple-element, body.theme-default .accent .mat-ripple-element, body.theme-default .warn-500 .mat-ripple-element, body.theme-default .warn-600 .mat-ripple-element, body.theme-default .warn-700 .mat-ripple-element, body.theme-default .warn-800 .mat-ripple-element, body.theme-default .warn-900 .mat-ripple-element, body.theme-default .warn-A200 .mat-ripple-element, body.theme-default .warn-A400 .mat-ripple-element, body.theme-default .warn-A700 .mat-ripple-element, body.theme-default .warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
body.theme-default .primary-500 .adaptive-border-color, body.theme-default .primary .adaptive-border-color, body.theme-default .accent-500 .adaptive-border-color, body.theme-default .accent .adaptive-border-color, body.theme-default .warn-500 .adaptive-border-color, body.theme-default .warn-600 .adaptive-border-color, body.theme-default .warn-700 .adaptive-border-color, body.theme-default .warn-800 .adaptive-border-color, body.theme-default .warn-900 .adaptive-border-color, body.theme-default .warn-A200 .adaptive-border-color, body.theme-default .warn-A400 .adaptive-border-color, body.theme-default .warn-A700 .adaptive-border-color, body.theme-default .warn .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .warn-50 input[type=text], body.theme-default .warn-100 input[type=text], body.theme-default .warn-200 input[type=text], body.theme-default .warn-300 input[type=text], body.theme-default .warn-400 input[type=text], body.theme-default .warn-A100 input[type=text] {
  color: black;
}
body.theme-default .warn-50 .mat-form-field-label, body.theme-default .warn-100 .mat-form-field-label, body.theme-default .warn-200 .mat-form-field-label, body.theme-default .warn-300 .mat-form-field-label, body.theme-default .warn-400 .mat-form-field-label, body.theme-default .warn-A100 .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .warn-50 .mat-form-field-underline, body.theme-default .warn-100 .mat-form-field-underline, body.theme-default .warn-200 .mat-form-field-underline, body.theme-default .warn-300 .mat-form-field-underline, body.theme-default .warn-400 .mat-form-field-underline, body.theme-default .warn-A100 .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .warn-50 .mat-select-trigger,
body.theme-default .warn-50 .mat-select-arrow, body.theme-default .warn-100 .mat-select-trigger,
body.theme-default .warn-100 .mat-select-arrow, body.theme-default .warn-200 .mat-select-trigger,
body.theme-default .warn-200 .mat-select-arrow, body.theme-default .warn-300 .mat-select-trigger,
body.theme-default .warn-300 .mat-select-arrow, body.theme-default .warn-400 .mat-select-trigger,
body.theme-default .warn-400 .mat-select-arrow, body.theme-default .warn-A100 .mat-select-trigger,
body.theme-default .warn-A100 .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .warn-50 .mat-select-underline, body.theme-default .warn-100 .mat-select-underline, body.theme-default .warn-200 .mat-select-underline, body.theme-default .warn-300 .mat-select-underline, body.theme-default .warn-400 .mat-select-underline, body.theme-default .warn-A100 .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-default .warn-50 .mat-select-disabled .mat-select-value,
body.theme-default .warn-50 .mat-select-arrow,
body.theme-default .warn-50 .mat-select-trigger, body.theme-default .warn-100 .mat-select-disabled .mat-select-value,
body.theme-default .warn-100 .mat-select-arrow,
body.theme-default .warn-100 .mat-select-trigger, body.theme-default .warn-200 .mat-select-disabled .mat-select-value,
body.theme-default .warn-200 .mat-select-arrow,
body.theme-default .warn-200 .mat-select-trigger, body.theme-default .warn-300 .mat-select-disabled .mat-select-value,
body.theme-default .warn-300 .mat-select-arrow,
body.theme-default .warn-300 .mat-select-trigger, body.theme-default .warn-400 .mat-select-disabled .mat-select-value,
body.theme-default .warn-400 .mat-select-arrow,
body.theme-default .warn-400 .mat-select-trigger, body.theme-default .warn-A100 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A100 .mat-select-arrow,
body.theme-default .warn-A100 .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-default .primary-500 input[type=text], body.theme-default .primary input[type=text], body.theme-default .accent-500 input[type=text], body.theme-default .accent input[type=text], body.theme-default .warn-500 input[type=text], body.theme-default .warn-600 input[type=text], body.theme-default .warn-700 input[type=text], body.theme-default .warn-800 input[type=text], body.theme-default .warn-900 input[type=text], body.theme-default .warn-A200 input[type=text], body.theme-default .warn-A400 input[type=text], body.theme-default .warn-A700 input[type=text], body.theme-default .warn input[type=text] {
  color: white;
}
body.theme-default .primary-500 .mat-form-field-label, body.theme-default .primary .mat-form-field-label, body.theme-default .accent-500 .mat-form-field-label, body.theme-default .accent .mat-form-field-label, body.theme-default .warn-500 .mat-form-field-label, body.theme-default .warn-600 .mat-form-field-label, body.theme-default .warn-700 .mat-form-field-label, body.theme-default .warn-800 .mat-form-field-label, body.theme-default .warn-900 .mat-form-field-label, body.theme-default .warn-A200 .mat-form-field-label, body.theme-default .warn-A400 .mat-form-field-label, body.theme-default .warn-A700 .mat-form-field-label, body.theme-default .warn .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-default .primary-500 .mat-form-field-underline, body.theme-default .primary .mat-form-field-underline, body.theme-default .accent-500 .mat-form-field-underline, body.theme-default .accent .mat-form-field-underline, body.theme-default .warn-500 .mat-form-field-underline, body.theme-default .warn-600 .mat-form-field-underline, body.theme-default .warn-700 .mat-form-field-underline, body.theme-default .warn-800 .mat-form-field-underline, body.theme-default .warn-900 .mat-form-field-underline, body.theme-default .warn-A200 .mat-form-field-underline, body.theme-default .warn-A400 .mat-form-field-underline, body.theme-default .warn-A700 .mat-form-field-underline, body.theme-default .warn .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .primary-500 .mat-select-trigger,
body.theme-default .primary-500 .mat-select-arrow, body.theme-default .primary .mat-select-trigger,
body.theme-default .primary .mat-select-arrow, body.theme-default .accent-500 .mat-select-trigger,
body.theme-default .accent-500 .mat-select-arrow, body.theme-default .accent .mat-select-trigger,
body.theme-default .accent .mat-select-arrow, body.theme-default .warn-500 .mat-select-trigger,
body.theme-default .warn-500 .mat-select-arrow, body.theme-default .warn-600 .mat-select-trigger,
body.theme-default .warn-600 .mat-select-arrow, body.theme-default .warn-700 .mat-select-trigger,
body.theme-default .warn-700 .mat-select-arrow, body.theme-default .warn-800 .mat-select-trigger,
body.theme-default .warn-800 .mat-select-arrow, body.theme-default .warn-900 .mat-select-trigger,
body.theme-default .warn-900 .mat-select-arrow, body.theme-default .warn-A200 .mat-select-trigger,
body.theme-default .warn-A200 .mat-select-arrow, body.theme-default .warn-A400 .mat-select-trigger,
body.theme-default .warn-A400 .mat-select-arrow, body.theme-default .warn-A700 .mat-select-trigger,
body.theme-default .warn-A700 .mat-select-arrow, body.theme-default .warn .mat-select-trigger,
body.theme-default .warn .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-default .primary-500 .mat-select-underline, body.theme-default .primary .mat-select-underline, body.theme-default .accent-500 .mat-select-underline, body.theme-default .accent .mat-select-underline, body.theme-default .warn-500 .mat-select-underline, body.theme-default .warn-600 .mat-select-underline, body.theme-default .warn-700 .mat-select-underline, body.theme-default .warn-800 .mat-select-underline, body.theme-default .warn-900 .mat-select-underline, body.theme-default .warn-A200 .mat-select-underline, body.theme-default .warn-A400 .mat-select-underline, body.theme-default .warn-A700 .mat-select-underline, body.theme-default .warn .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-default .primary-500 .mat-select-disabled .mat-select-value,
body.theme-default .primary-500 .mat-select-arrow,
body.theme-default .primary-500 .mat-select-trigger, body.theme-default .primary .mat-select-disabled .mat-select-value,
body.theme-default .primary .mat-select-arrow,
body.theme-default .primary .mat-select-trigger, body.theme-default .accent-500 .mat-select-disabled .mat-select-value,
body.theme-default .accent-500 .mat-select-arrow,
body.theme-default .accent-500 .mat-select-trigger, body.theme-default .accent .mat-select-disabled .mat-select-value,
body.theme-default .accent .mat-select-arrow,
body.theme-default .accent .mat-select-trigger, body.theme-default .warn-500 .mat-select-disabled .mat-select-value,
body.theme-default .warn-500 .mat-select-arrow,
body.theme-default .warn-500 .mat-select-trigger, body.theme-default .warn-600 .mat-select-disabled .mat-select-value,
body.theme-default .warn-600 .mat-select-arrow,
body.theme-default .warn-600 .mat-select-trigger, body.theme-default .warn-700 .mat-select-disabled .mat-select-value,
body.theme-default .warn-700 .mat-select-arrow,
body.theme-default .warn-700 .mat-select-trigger, body.theme-default .warn-800 .mat-select-disabled .mat-select-value,
body.theme-default .warn-800 .mat-select-arrow,
body.theme-default .warn-800 .mat-select-trigger, body.theme-default .warn-900 .mat-select-disabled .mat-select-value,
body.theme-default .warn-900 .mat-select-arrow,
body.theme-default .warn-900 .mat-select-trigger, body.theme-default .warn-A200 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A200 .mat-select-arrow,
body.theme-default .warn-A200 .mat-select-trigger, body.theme-default .warn-A400 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A400 .mat-select-arrow,
body.theme-default .warn-A400 .mat-select-trigger, body.theme-default .warn-A700 .mat-select-disabled .mat-select-value,
body.theme-default .warn-A700 .mat-select-arrow,
body.theme-default .warn-A700 .mat-select-trigger, body.theme-default .warn .mat-select-disabled .mat-select-value,
body.theme-default .warn .mat-select-arrow,
body.theme-default .warn .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-default .primary-500 .mat-select-value, body.theme-default .primary .mat-select-value, body.theme-default .accent-500 .mat-select-value, body.theme-default .accent .mat-select-value, body.theme-default .warn-500 .mat-select-value, body.theme-default .warn-600 .mat-select-value, body.theme-default .warn-700 .mat-select-value, body.theme-default .warn-800 .mat-select-value, body.theme-default .warn-900 .mat-select-value, body.theme-default .warn-A200 .mat-select-value, body.theme-default .warn-A400 .mat-select-value, body.theme-default .warn-A700 .mat-select-value, body.theme-default .warn .mat-select-value {
  color: white;
}
body.theme-yellow-light .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-yellow-light .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-option:hover:not(.mat-option-disabled), body.theme-yellow-light .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #353a48;
}
body.theme-yellow-light .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #fdd835;
}
body.theme-yellow-light .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
body.theme-yellow-light .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-pseudo-checkbox::after {
  color: #fafafa;
}
body.theme-yellow-light .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body.theme-yellow-light .mat-primary .mat-pseudo-checkbox-checked,
body.theme-yellow-light .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #353a48;
}
body.theme-yellow-light .mat-pseudo-checkbox-checked,
body.theme-yellow-light .mat-pseudo-checkbox-indeterminate,
body.theme-yellow-light .mat-accent .mat-pseudo-checkbox-checked,
body.theme-yellow-light .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #fdd835;
}
body.theme-yellow-light .mat-warn .mat-pseudo-checkbox-checked,
body.theme-yellow-light .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
body.theme-yellow-light .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body.theme-yellow-light .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
body.theme-yellow-light .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-app-background, body.theme-yellow-light.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-theme-loaded-marker {
  display: none;
}
body.theme-yellow-light .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
body.theme-yellow-light .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-badge-content {
  color: white;
  background: #353a48;
}
.cdk-high-contrast-active body.theme-yellow-light .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
body.theme-yellow-light .mat-badge-accent .mat-badge-content {
  background: #fdd835;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
body.theme-yellow-light .mat-badge {
  position: relative;
}
body.theme-yellow-light .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.theme-yellow-light .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
body.theme-yellow-light .ng-animate-disabled .mat-badge-content,
body.theme-yellow-light .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.theme-yellow-light .mat-badge-content.mat-badge-active {
  transform: none;
}
body.theme-yellow-light .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body.theme-yellow-light .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.theme-yellow-light .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.theme-yellow-light .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.theme-yellow-light .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.theme-yellow-light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.theme-yellow-light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.theme-yellow-light .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.theme-yellow-light .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.theme-yellow-light .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.theme-yellow-light .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.theme-yellow-light .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.theme-yellow-light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.theme-yellow-light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.theme-yellow-light .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
body.theme-yellow-light .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.theme-yellow-light .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.theme-yellow-light .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.theme-yellow-light .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.theme-yellow-light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.theme-yellow-light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.theme-yellow-light .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.theme-yellow-light .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-button, body.theme-yellow-light .mat-icon-button, body.theme-yellow-light .mat-stroked-button {
  color: inherit;
  background: transparent;
}
body.theme-yellow-light .mat-button.mat-primary, body.theme-yellow-light .mat-icon-button.mat-primary, body.theme-yellow-light .mat-stroked-button.mat-primary {
  color: #353a48;
}
body.theme-yellow-light .mat-button.mat-accent, body.theme-yellow-light .mat-icon-button.mat-accent, body.theme-yellow-light .mat-stroked-button.mat-accent {
  color: #fdd835;
}
body.theme-yellow-light .mat-button.mat-warn, body.theme-yellow-light .mat-icon-button.mat-warn, body.theme-yellow-light .mat-stroked-button.mat-warn {
  color: #f44336;
}
body.theme-yellow-light .mat-button.mat-primary[disabled], body.theme-yellow-light .mat-button.mat-accent[disabled], body.theme-yellow-light .mat-button.mat-warn[disabled], body.theme-yellow-light .mat-button[disabled][disabled], body.theme-yellow-light .mat-icon-button.mat-primary[disabled], body.theme-yellow-light .mat-icon-button.mat-accent[disabled], body.theme-yellow-light .mat-icon-button.mat-warn[disabled], body.theme-yellow-light .mat-icon-button[disabled][disabled], body.theme-yellow-light .mat-stroked-button.mat-primary[disabled], body.theme-yellow-light .mat-stroked-button.mat-accent[disabled], body.theme-yellow-light .mat-stroked-button.mat-warn[disabled], body.theme-yellow-light .mat-stroked-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-yellow-light .mat-button.mat-primary .mat-button-focus-overlay, body.theme-yellow-light .mat-icon-button.mat-primary .mat-button-focus-overlay, body.theme-yellow-light .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #353a48;
}
body.theme-yellow-light .mat-button.mat-accent .mat-button-focus-overlay, body.theme-yellow-light .mat-icon-button.mat-accent .mat-button-focus-overlay, body.theme-yellow-light .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #fdd835;
}
body.theme-yellow-light .mat-button.mat-warn .mat-button-focus-overlay, body.theme-yellow-light .mat-icon-button.mat-warn .mat-button-focus-overlay, body.theme-yellow-light .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
body.theme-yellow-light .mat-button[disabled] .mat-button-focus-overlay, body.theme-yellow-light .mat-icon-button[disabled] .mat-button-focus-overlay, body.theme-yellow-light .mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}
body.theme-yellow-light .mat-button .mat-ripple-element, body.theme-yellow-light .mat-icon-button .mat-ripple-element, body.theme-yellow-light .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
body.theme-yellow-light .mat-button-focus-overlay {
  background: black;
}
body.theme-yellow-light .mat-stroked-button:not([disabled]) {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-flat-button, body.theme-yellow-light .mat-raised-button, body.theme-yellow-light .mat-fab, body.theme-yellow-light .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
body.theme-yellow-light .mat-flat-button.mat-primary, body.theme-yellow-light .mat-raised-button.mat-primary, body.theme-yellow-light .mat-fab.mat-primary, body.theme-yellow-light .mat-mini-fab.mat-primary {
  color: white;
}
body.theme-yellow-light .mat-flat-button.mat-accent, body.theme-yellow-light .mat-raised-button.mat-accent, body.theme-yellow-light .mat-fab.mat-accent, body.theme-yellow-light .mat-mini-fab.mat-accent {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-flat-button.mat-warn, body.theme-yellow-light .mat-raised-button.mat-warn, body.theme-yellow-light .mat-fab.mat-warn, body.theme-yellow-light .mat-mini-fab.mat-warn {
  color: white;
}
body.theme-yellow-light .mat-flat-button.mat-primary[disabled], body.theme-yellow-light .mat-flat-button.mat-accent[disabled], body.theme-yellow-light .mat-flat-button.mat-warn[disabled], body.theme-yellow-light .mat-flat-button[disabled][disabled], body.theme-yellow-light .mat-raised-button.mat-primary[disabled], body.theme-yellow-light .mat-raised-button.mat-accent[disabled], body.theme-yellow-light .mat-raised-button.mat-warn[disabled], body.theme-yellow-light .mat-raised-button[disabled][disabled], body.theme-yellow-light .mat-fab.mat-primary[disabled], body.theme-yellow-light .mat-fab.mat-accent[disabled], body.theme-yellow-light .mat-fab.mat-warn[disabled], body.theme-yellow-light .mat-fab[disabled][disabled], body.theme-yellow-light .mat-mini-fab.mat-primary[disabled], body.theme-yellow-light .mat-mini-fab.mat-accent[disabled], body.theme-yellow-light .mat-mini-fab.mat-warn[disabled], body.theme-yellow-light .mat-mini-fab[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-yellow-light .mat-flat-button.mat-primary, body.theme-yellow-light .mat-raised-button.mat-primary, body.theme-yellow-light .mat-fab.mat-primary, body.theme-yellow-light .mat-mini-fab.mat-primary {
  background-color: #353a48;
}
body.theme-yellow-light .mat-flat-button.mat-accent, body.theme-yellow-light .mat-raised-button.mat-accent, body.theme-yellow-light .mat-fab.mat-accent, body.theme-yellow-light .mat-mini-fab.mat-accent {
  background-color: #fdd835;
}
body.theme-yellow-light .mat-flat-button.mat-warn, body.theme-yellow-light .mat-raised-button.mat-warn, body.theme-yellow-light .mat-fab.mat-warn, body.theme-yellow-light .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
body.theme-yellow-light .mat-flat-button.mat-primary[disabled], body.theme-yellow-light .mat-flat-button.mat-accent[disabled], body.theme-yellow-light .mat-flat-button.mat-warn[disabled], body.theme-yellow-light .mat-flat-button[disabled][disabled], body.theme-yellow-light .mat-raised-button.mat-primary[disabled], body.theme-yellow-light .mat-raised-button.mat-accent[disabled], body.theme-yellow-light .mat-raised-button.mat-warn[disabled], body.theme-yellow-light .mat-raised-button[disabled][disabled], body.theme-yellow-light .mat-fab.mat-primary[disabled], body.theme-yellow-light .mat-fab.mat-accent[disabled], body.theme-yellow-light .mat-fab.mat-warn[disabled], body.theme-yellow-light .mat-fab[disabled][disabled], body.theme-yellow-light .mat-mini-fab.mat-primary[disabled], body.theme-yellow-light .mat-mini-fab.mat-accent[disabled], body.theme-yellow-light .mat-mini-fab.mat-warn[disabled], body.theme-yellow-light .mat-mini-fab[disabled][disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-flat-button.mat-primary .mat-ripple-element, body.theme-yellow-light .mat-raised-button.mat-primary .mat-ripple-element, body.theme-yellow-light .mat-fab.mat-primary .mat-ripple-element, body.theme-yellow-light .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-flat-button.mat-accent .mat-ripple-element, body.theme-yellow-light .mat-raised-button.mat-accent .mat-ripple-element, body.theme-yellow-light .mat-fab.mat-accent .mat-ripple-element, body.theme-yellow-light .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-yellow-light .mat-flat-button.mat-warn .mat-ripple-element, body.theme-yellow-light .mat-raised-button.mat-warn .mat-ripple-element, body.theme-yellow-light .mat-fab.mat-warn .mat-ripple-element, body.theme-yellow-light .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-stroked-button:not([class*=mat-elevation-z]), body.theme-yellow-light .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-fab:not([class*=mat-elevation-z]), body.theme-yellow-light .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), body.theme-yellow-light .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-fab[disabled]:not([class*=mat-elevation-z]), body.theme-yellow-light .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-button-toggle-standalone,
body.theme-yellow-light .mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-yellow-light .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
body.theme-yellow-light .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
body.theme-yellow-light .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
body.theme-yellow-light .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
body.theme-yellow-light .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
body.theme-yellow-light .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
body.theme-yellow-light .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-yellow-light .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-checkbox-checkmark {
  fill: #fafafa;
}
body.theme-yellow-light .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
body.theme-yellow-light .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
body.theme-yellow-light .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body.theme-yellow-light .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #353a48;
}
body.theme-yellow-light .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, body.theme-yellow-light .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #fdd835;
}
body.theme-yellow-light .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, body.theme-yellow-light .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
body.theme-yellow-light .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, body.theme-yellow-light .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
body.theme-yellow-light .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
body.theme-yellow-light .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-checkbox .mat-ripple-element {
  background-color: black;
}
body.theme-yellow-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body.theme-yellow-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #353a48;
}
body.theme-yellow-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body.theme-yellow-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #fdd835;
}
body.theme-yellow-light .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body.theme-yellow-light .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
body.theme-yellow-light .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body.theme-yellow-light .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
body.theme-yellow-light .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
body.theme-yellow-light .mat-chip.mat-standard-chip::after {
  background: black;
}
body.theme-yellow-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #353a48;
  color: white;
}
body.theme-yellow-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-yellow-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
body.theme-yellow-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-yellow-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #fdd835;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
body.theme-yellow-light .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.theme-yellow-light .mat-table {
  background: white;
}
body.theme-yellow-light .mat-table thead, body.theme-yellow-light .mat-table tbody, body.theme-yellow-light .mat-table tfoot,
body.theme-yellow-light mat-header-row, body.theme-yellow-light mat-row, body.theme-yellow-light mat-footer-row,
body.theme-yellow-light [mat-header-row], body.theme-yellow-light [mat-row], body.theme-yellow-light [mat-footer-row],
body.theme-yellow-light .mat-table-sticky {
  background: inherit;
}
body.theme-yellow-light mat-row, body.theme-yellow-light mat-header-row, body.theme-yellow-light mat-footer-row,
body.theme-yellow-light th.mat-header-cell, body.theme-yellow-light td.mat-cell, body.theme-yellow-light td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-cell, body.theme-yellow-light .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-datepicker-toggle,
body.theme-yellow-light .mat-datepicker-content .mat-calendar-next-button,
body.theme-yellow-light .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
body.theme-yellow-light .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
body.theme-yellow-light .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
body.theme-yellow-light .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18);
}
body.theme-yellow-light .mat-calendar-body-selected {
  background-color: #353a48;
  color: white;
}
body.theme-yellow-light .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(53, 58, 72, 0.4);
}
body.theme-yellow-light .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-yellow-light .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #fdd835;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(253, 216, 53, 0.4);
}
body.theme-yellow-light .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
body.theme-yellow-light .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
body.theme-yellow-light .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-yellow-light .mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-datepicker-toggle-active {
  color: #353a48;
}
body.theme-yellow-light .mat-datepicker-toggle-active.mat-accent {
  color: #fdd835;
}
body.theme-yellow-light .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
body.theme-yellow-light .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.theme-yellow-light .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.theme-yellow-light .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  body.theme-yellow-light .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
body.theme-yellow-light .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-expansion-panel-header-description,
body.theme-yellow-light .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
body.theme-yellow-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.theme-yellow-light .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
body.theme-yellow-light .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
body.theme-yellow-light .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
body.theme-yellow-light .mat-form-field.mat-focused .mat-form-field-label {
  color: #353a48;
}
body.theme-yellow-light .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #fdd835;
}
body.theme-yellow-light .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
body.theme-yellow-light .mat-focused .mat-form-field-required-marker {
  color: #fdd835;
}
body.theme-yellow-light .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #353a48;
}
body.theme-yellow-light .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #fdd835;
}
body.theme-yellow-light .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
body.theme-yellow-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #353a48;
}
body.theme-yellow-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #fdd835;
}
body.theme-yellow-light .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-yellow-light .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
body.theme-yellow-light .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body.theme-yellow-light .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
body.theme-yellow-light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body.theme-yellow-light .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
body.theme-yellow-light .mat-error {
  color: #f44336;
}
body.theme-yellow-light .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-yellow-light .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-yellow-light .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-yellow-light .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-yellow-light .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
body.theme-yellow-light .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
body.theme-yellow-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
body.theme-yellow-light .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #353a48;
}
body.theme-yellow-light .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #fdd835;
}
body.theme-yellow-light .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-yellow-light .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-yellow-light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
body.theme-yellow-light .mat-icon.mat-primary {
  color: #353a48;
}
body.theme-yellow-light .mat-icon.mat-accent {
  color: #fdd835;
}
body.theme-yellow-light .mat-icon.mat-warn {
  color: #f44336;
}
body.theme-yellow-light .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-input-element:disabled,
body.theme-yellow-light .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-input-element {
  caret-color: #353a48;
}
body.theme-yellow-light .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-yellow-light .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-yellow-light .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-yellow-light .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-yellow-light .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-yellow-light .mat-accent .mat-input-element {
  caret-color: #fdd835;
}
body.theme-yellow-light .mat-warn .mat-input-element,
body.theme-yellow-light .mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
body.theme-yellow-light .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-yellow-light .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-list-item-disabled {
  background-color: #eeeeee;
}
body.theme-yellow-light .mat-list-option:hover, body.theme-yellow-light .mat-list-option:focus,
body.theme-yellow-light .mat-nav-list .mat-list-item:hover,
body.theme-yellow-light .mat-nav-list .mat-list-item:focus,
body.theme-yellow-light .mat-action-list .mat-list-item:hover,
body.theme-yellow-light .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .mat-list-single-selected-option, body.theme-yellow-light .mat-list-single-selected-option:hover, body.theme-yellow-light .mat-list-single-selected-option:focus {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-menu-panel {
  background: white;
}
body.theme-yellow-light .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-menu-item[disabled], body.theme-yellow-light .mat-menu-item[disabled]::after {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-menu-item .mat-icon-no-color,
body.theme-yellow-light .mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-menu-item:hover:not([disabled]),
body.theme-yellow-light .mat-menu-item.cdk-program-focused:not([disabled]),
body.theme-yellow-light .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body.theme-yellow-light .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .mat-paginator {
  background: white;
}
body.theme-yellow-light .mat-paginator,
body.theme-yellow-light .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-paginator-decrement,
body.theme-yellow-light .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-paginator-first,
body.theme-yellow-light .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-icon-button[disabled] .mat-paginator-decrement,
body.theme-yellow-light .mat-icon-button[disabled] .mat-paginator-increment,
body.theme-yellow-light .mat-icon-button[disabled] .mat-paginator-first,
body.theme-yellow-light .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-progress-bar-background {
  fill: #5c616f;
}
body.theme-yellow-light .mat-progress-bar-buffer {
  background-color: #5c616f;
}
body.theme-yellow-light .mat-progress-bar-fill::after {
  background-color: #353a48;
}
body.theme-yellow-light .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ffee58;
}
body.theme-yellow-light .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ffee58;
}
body.theme-yellow-light .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #fdd835;
}
body.theme-yellow-light .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
body.theme-yellow-light .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
body.theme-yellow-light .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
body.theme-yellow-light .mat-progress-spinner circle, body.theme-yellow-light .mat-spinner circle {
  stroke: #353a48;
}
body.theme-yellow-light .mat-progress-spinner.mat-accent circle, body.theme-yellow-light .mat-spinner.mat-accent circle {
  stroke: #fdd835;
}
body.theme-yellow-light .mat-progress-spinner.mat-warn circle, body.theme-yellow-light .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
body.theme-yellow-light .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #353a48;
}
body.theme-yellow-light .mat-radio-button.mat-primary .mat-radio-inner-circle,
body.theme-yellow-light .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-yellow-light .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, body.theme-yellow-light .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #353a48;
}
body.theme-yellow-light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #fdd835;
}
body.theme-yellow-light .mat-radio-button.mat-accent .mat-radio-inner-circle,
body.theme-yellow-light .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-yellow-light .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, body.theme-yellow-light .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #fdd835;
}
body.theme-yellow-light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
body.theme-yellow-light .mat-radio-button.mat-warn .mat-radio-inner-circle,
body.theme-yellow-light .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-yellow-light .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, body.theme-yellow-light .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
body.theme-yellow-light .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body.theme-yellow-light .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body.theme-yellow-light .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-radio-button .mat-ripple-element {
  background-color: black;
}
body.theme-yellow-light .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
body.theme-yellow-light .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-select-panel {
  background: white;
}
body.theme-yellow-light .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #353a48;
}
body.theme-yellow-light .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #fdd835;
}
body.theme-yellow-light .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
body.theme-yellow-light .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
body.theme-yellow-light .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-drawer.mat-drawer-push {
  background-color: white;
}
body.theme-yellow-light .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.theme-yellow-light [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
body.theme-yellow-light [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-yellow-light .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #fdd835;
}
body.theme-yellow-light .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(253, 216, 53, 0.54);
}
body.theme-yellow-light .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #fdd835;
}
body.theme-yellow-light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #353a48;
}
body.theme-yellow-light .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(53, 58, 72, 0.54);
}
body.theme-yellow-light .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #353a48;
}
body.theme-yellow-light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
body.theme-yellow-light .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
body.theme-yellow-light .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
body.theme-yellow-light .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
body.theme-yellow-light .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
body.theme-yellow-light .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-yellow-light .mat-primary .mat-slider-track-fill,
body.theme-yellow-light .mat-primary .mat-slider-thumb,
body.theme-yellow-light .mat-primary .mat-slider-thumb-label {
  background-color: #353a48;
}
body.theme-yellow-light .mat-primary .mat-slider-thumb-label-text {
  color: white;
}
body.theme-yellow-light .mat-accent .mat-slider-track-fill,
body.theme-yellow-light .mat-accent .mat-slider-thumb,
body.theme-yellow-light .mat-accent .mat-slider-thumb-label {
  background-color: #fdd835;
}
body.theme-yellow-light .mat-accent .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-warn .mat-slider-track-fill,
body.theme-yellow-light .mat-warn .mat-slider-thumb,
body.theme-yellow-light .mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
body.theme-yellow-light .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
body.theme-yellow-light .mat-slider-focus-ring {
  background-color: rgba(253, 216, 53, 0.2);
}
body.theme-yellow-light .mat-slider:hover .mat-slider-track-background,
body.theme-yellow-light .cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-slider-disabled .mat-slider-track-background,
body.theme-yellow-light .mat-slider-disabled .mat-slider-track-fill,
body.theme-yellow-light .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-yellow-light .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-yellow-light .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body.theme-yellow-light .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body.theme-yellow-light .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
body.theme-yellow-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
body.theme-yellow-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body.theme-yellow-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body.theme-yellow-light .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
body.theme-yellow-light .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
body.theme-yellow-light .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.theme-yellow-light .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
body.theme-yellow-light .mat-step-header.cdk-keyboard-focused, body.theme-yellow-light .mat-step-header.cdk-program-focused, body.theme-yellow-light .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  body.theme-yellow-light .mat-step-header:hover {
    background: none;
  }
}
body.theme-yellow-light .mat-step-header .mat-step-label,
body.theme-yellow-light .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
body.theme-yellow-light .mat-step-header .mat-step-icon-selected,
body.theme-yellow-light .mat-step-header .mat-step-icon-state-done,
body.theme-yellow-light .mat-step-header .mat-step-icon-state-edit {
  background-color: #353a48;
  color: white;
}
body.theme-yellow-light .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
body.theme-yellow-light .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
body.theme-yellow-light .mat-stepper-horizontal, body.theme-yellow-light .mat-stepper-vertical {
  background-color: white;
}
body.theme-yellow-light .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-horizontal-stepper-header::before,
body.theme-yellow-light .mat-horizontal-stepper-header::after,
body.theme-yellow-light .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-sort-header-arrow {
  color: #757575;
}
body.theme-yellow-light .mat-tab-nav-bar,
body.theme-yellow-light .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-tab-group-inverted-header .mat-tab-nav-bar,
body.theme-yellow-light .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
body.theme-yellow-light .mat-tab-label, body.theme-yellow-light .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-tab-label.mat-tab-disabled, body.theme-yellow-light .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .mat-tab-group[class*=mat-background-] .mat-tab-header,
body.theme-yellow-light .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
body.theme-yellow-light .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(92, 97, 111, 0.3);
}
body.theme-yellow-light .mat-tab-group.mat-primary .mat-ink-bar, body.theme-yellow-light .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #353a48;
}
body.theme-yellow-light .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, body.theme-yellow-light .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white;
}
body.theme-yellow-light .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 238, 88, 0.3);
}
body.theme-yellow-light .mat-tab-group.mat-accent .mat-ink-bar, body.theme-yellow-light .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #fdd835;
}
body.theme-yellow-light .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, body.theme-yellow-light .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-yellow-light .mat-tab-group.mat-warn .mat-ink-bar, body.theme-yellow-light .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
body.theme-yellow-light .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, body.theme-yellow-light .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(92, 97, 111, 0.3);
}
body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-header, body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-links, body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-header-pagination, body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header, body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-links, body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: #353a48;
}
body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-label, body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-link, body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label, body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white;
}
body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
body.theme-yellow-light .mat-tab-group.mat-background-primary .mat-ripple-element, body.theme-yellow-light .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 238, 88, 0.3);
}
body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-header, body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-links, body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-header-pagination, body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header, body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-links, body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #fdd835;
}
body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-label, body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-link, body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label, body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.4);
}
body.theme-yellow-light .mat-tab-group.mat-background-accent .mat-ripple-element, body.theme-yellow-light .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-header, body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-links, body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-header-pagination, body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header, body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-links, body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #f44336;
}
body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-label, body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-link, body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label, body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
body.theme-yellow-light .mat-tab-group.mat-background-warn .mat-ripple-element, body.theme-yellow-light .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-yellow-light .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-toolbar.mat-primary {
  background: #353a48;
  color: white;
}
body.theme-yellow-light .mat-toolbar.mat-accent {
  background: #fdd835;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
body.theme-yellow-light .mat-toolbar .mat-form-field-underline,
body.theme-yellow-light .mat-toolbar .mat-form-field-ripple,
body.theme-yellow-light .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body.theme-yellow-light .mat-toolbar .mat-form-field-label,
body.theme-yellow-light .mat-toolbar .mat-focused .mat-form-field-label,
body.theme-yellow-light .mat-toolbar .mat-select-value,
body.theme-yellow-light .mat-toolbar .mat-select-arrow,
body.theme-yellow-light .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body.theme-yellow-light .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
body.theme-yellow-light .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
body.theme-yellow-light .mat-tree {
  background: white;
}
body.theme-yellow-light .mat-tree-node,
body.theme-yellow-light .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .mat-simple-snackbar-action {
  color: #fdd835;
}
body.theme-yellow-light {
  color: rgba(0, 0, 0, 0.87);
  background: #F5F5F5;
}
body.theme-yellow-light .secondary-text {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .icon,
body.theme-yellow-light i {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .hint-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .disabled-text {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .fade-text,
body.theme-yellow-light .divider {
  color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .fuse-card {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .fuse-card .card-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .avatar {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .form-wrapper {
  background-color: white;
}
body.theme-yellow-light .navigation-simple .item.selected {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .navigation-simple .subheader {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .simple-pagination {
  background: white;
}
body.theme-yellow-light .simple-pagination .pagination-item {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .simple-pagination .pagination-item:hover {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light .simple-pagination .pagination-item.disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .price-tables .price-table {
  background: white;
}
body.theme-yellow-light .price-tables .price-table.style-1 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-1 .price .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-2 .price .currency {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-2 .period {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-3 .package-type .subtitle {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-3 .terms {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .price-tables .price-table.style-3 .note {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .simple-table-container {
  background: white;
}
body.theme-yellow-light table.simple thead tr th {
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light table.simple tbody tr td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light table.simple.clickable tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light .page-layout.carded.fullwidth > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-yellow-light .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .page-layout.carded.left-sidebar > .center > .content-card, body.theme-yellow-light .page-layout.carded.right-sidebar > .center > .content-card {
  background: white;
  border-radius: 8px 8px 0 0;
}
body.theme-yellow-light .page-layout.carded.left-sidebar > .center > .content-card > .toolbar, body.theme-yellow-light .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .page-layout.simple.left-sidebar > .center > .content, body.theme-yellow-light .page-layout.simple.right-sidebar > .center > .content {
  background: white;
}
body.theme-yellow-light .page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content, body.theme-yellow-light .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: white;
}
body.theme-yellow-light a {
  color: #fdd835;
}
body.theme-yellow-light code:not(.highlight) {
  background-color: #f5f5f5;
}
body.theme-yellow-light .changelog .entry {
  background-color: white;
}
body.theme-yellow-light .text-boxed {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light fuse-countdown .fuse-countdown .time .title {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .fuse-search-bar.expanded {
  background-color: #fafafa;
}
body.theme-yellow-light #fuse-shortcuts.show-mobile-panel {
  background-color: #fafafa;
}
body.theme-yellow-light fuse-sidebar {
  background: #fafafa;
}
body.theme-yellow-light .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-yellow-light .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-yellow-light fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light fuse-theme-options .theme-options-panel form .group h2 {
  background: #fafafa;
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .fuse-material-color-picker-menu .mat-menu-content .views {
  background: #303030;
}
body.theme-yellow-light fuse-widget > .fuse-widget-front,
body.theme-yellow-light fuse-widget > .fuse-widget-back {
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light ngx-datatable.material {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light ngx-datatable.material .datatable-header .datatable-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light ngx-datatable.material .datatable-body .datatable-row-wrapper {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light ngx-datatable.material .datatable-body .datatable-row-wrapper:first-child {
  border-top-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light ngx-datatable.material .datatable-footer {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light ngx-datatable.material .datatable-footer .datatable-pager a {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover .datatable-row-group {
  background-color: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light chat-panel #contacts-list {
  background-color: #f5f5f5;
}
body.theme-yellow-light chat-panel #contacts-list .contacts-list-item.active {
  background: rgba(0, 0, 0, 0.04);
}
body.theme-yellow-light chat-panel #contacts-list .contacts-list-item.active:after {
  background-color: #fdd835;
}
body.theme-yellow-light chat-panel #contacts-list .contacts-list-item .unread-count {
  background-color: #fdd835;
  color: rgba(0, 0, 0, 0.87);
}
body.theme-yellow-light chat-panel #contacts-list .contacts-list-item .status-icon {
  border-color: #f5f5f5;
}
body.theme-yellow-light chat-panel #chat .messages .message-row.contact .bubble {
  background-color: #353A48;
  color: white;
}
body.theme-yellow-light chat-panel #chat .messages .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #E0E0E0;
}
body.theme-yellow-light chat-panel #chat .reply-form .message-text {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light chat-panel #chat .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  background-color: white;
}
body.theme-yellow-light toolbar .toolbar-separator {
  background: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .primary-50-bg {
  background-color: #ECECEE !important;
}
body.theme-yellow-light .primary-50 {
  background-color: #ECECEE !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .primary-50[disabled] {
  background-color: rgba(236, 236, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .primary-50-fg {
  color: #ECECEE !important;
}
body.theme-yellow-light .primary-50-border {
  border-color: #ECECEE !important;
}
body.theme-yellow-light .primary-50-border-top {
  border-top-color: #ECECEE !important;
}
body.theme-yellow-light .primary-50-border-right {
  border-right-color: #ECECEE !important;
}
body.theme-yellow-light .primary-50-border-bottom {
  border-bottom-color: #ECECEE !important;
}
body.theme-yellow-light .primary-50-border-left {
  border-left-color: #ECECEE !important;
}
body.theme-yellow-light .primary-100-bg {
  background-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-100 {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .primary-100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .primary-100-fg {
  color: #C5C6CB !important;
}
body.theme-yellow-light .primary-100-border {
  border-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-100-border-top {
  border-top-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-100-border-right {
  border-right-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-100-border-left {
  border-left-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-200-bg {
  background-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-200 {
  background-color: #9EA1A9 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .primary-200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .primary-200-fg {
  color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-200-border {
  border-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-200-border-top {
  border-top-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-200-border-right {
  border-right-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-200-border-left {
  border-left-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-300-bg {
  background-color: #7D818C !important;
}
body.theme-yellow-light .primary-300 {
  background-color: #7D818C !important;
  color: white !important;
}
body.theme-yellow-light .primary-300[disabled] {
  background-color: rgba(125, 129, 140, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-300-fg {
  color: #7D818C !important;
}
body.theme-yellow-light .primary-300-border {
  border-color: #7D818C !important;
}
body.theme-yellow-light .primary-300-border-top {
  border-top-color: #7D818C !important;
}
body.theme-yellow-light .primary-300-border-right {
  border-right-color: #7D818C !important;
}
body.theme-yellow-light .primary-300-border-bottom {
  border-bottom-color: #7D818C !important;
}
body.theme-yellow-light .primary-300-border-left {
  border-left-color: #7D818C !important;
}
body.theme-yellow-light .primary-400-bg {
  background-color: #5C616F !important;
}
body.theme-yellow-light .primary-400 {
  background-color: #5C616F !important;
  color: white !important;
}
body.theme-yellow-light .primary-400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-400-fg {
  color: #5C616F !important;
}
body.theme-yellow-light .primary-400-border {
  border-color: #5C616F !important;
}
body.theme-yellow-light .primary-400-border-top {
  border-top-color: #5C616F !important;
}
body.theme-yellow-light .primary-400-border-right {
  border-right-color: #5C616F !important;
}
body.theme-yellow-light .primary-400-border-bottom {
  border-bottom-color: #5C616F !important;
}
body.theme-yellow-light .primary-400-border-left {
  border-left-color: #5C616F !important;
}
body.theme-yellow-light .primary-500-bg {
  background-color: #3C4252 !important;
}
body.theme-yellow-light .primary-500 {
  background-color: #3C4252 !important;
  color: white !important;
}
body.theme-yellow-light .primary-500[disabled] {
  background-color: rgba(60, 66, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-500-fg {
  color: #3C4252 !important;
}
body.theme-yellow-light .primary-500-border {
  border-color: #3C4252 !important;
}
body.theme-yellow-light .primary-500-border-top {
  border-top-color: #3C4252 !important;
}
body.theme-yellow-light .primary-500-border-right {
  border-right-color: #3C4252 !important;
}
body.theme-yellow-light .primary-500-border-bottom {
  border-bottom-color: #3C4252 !important;
}
body.theme-yellow-light .primary-500-border-left {
  border-left-color: #3C4252 !important;
}
body.theme-yellow-light .primary-600-bg {
  background-color: #353A48 !important;
}
body.theme-yellow-light .primary-600 {
  background-color: #353A48 !important;
  color: white !important;
}
body.theme-yellow-light .primary-600[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-600-fg {
  color: #353A48 !important;
}
body.theme-yellow-light .primary-600-border {
  border-color: #353A48 !important;
}
body.theme-yellow-light .primary-600-border-top {
  border-top-color: #353A48 !important;
}
body.theme-yellow-light .primary-600-border-right {
  border-right-color: #353A48 !important;
}
body.theme-yellow-light .primary-600-border-bottom {
  border-bottom-color: #353A48 !important;
}
body.theme-yellow-light .primary-600-border-left {
  border-left-color: #353A48 !important;
}
body.theme-yellow-light .primary-700-bg {
  background-color: #2D323E !important;
}
body.theme-yellow-light .primary-700 {
  background-color: #2D323E !important;
  color: white !important;
}
body.theme-yellow-light .primary-700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-700-fg {
  color: #2D323E !important;
}
body.theme-yellow-light .primary-700-border {
  border-color: #2D323E !important;
}
body.theme-yellow-light .primary-700-border-top {
  border-top-color: #2D323E !important;
}
body.theme-yellow-light .primary-700-border-right {
  border-right-color: #2D323E !important;
}
body.theme-yellow-light .primary-700-border-bottom {
  border-bottom-color: #2D323E !important;
}
body.theme-yellow-light .primary-700-border-left {
  border-left-color: #2D323E !important;
}
body.theme-yellow-light .primary-800-bg {
  background-color: #262933 !important;
}
body.theme-yellow-light .primary-800 {
  background-color: #262933 !important;
  color: white !important;
}
body.theme-yellow-light .primary-800[disabled] {
  background-color: rgba(38, 41, 51, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-800-fg {
  color: #262933 !important;
}
body.theme-yellow-light .primary-800-border {
  border-color: #262933 !important;
}
body.theme-yellow-light .primary-800-border-top {
  border-top-color: #262933 !important;
}
body.theme-yellow-light .primary-800-border-right {
  border-right-color: #262933 !important;
}
body.theme-yellow-light .primary-800-border-bottom {
  border-bottom-color: #262933 !important;
}
body.theme-yellow-light .primary-800-border-left {
  border-left-color: #262933 !important;
}
body.theme-yellow-light .primary-900-bg {
  background-color: #1E2129 !important;
}
body.theme-yellow-light .primary-900 {
  background-color: #1E2129 !important;
  color: white !important;
}
body.theme-yellow-light .primary-900[disabled] {
  background-color: rgba(30, 33, 41, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-900-fg {
  color: #1E2129 !important;
}
body.theme-yellow-light .primary-900-border {
  border-color: #1E2129 !important;
}
body.theme-yellow-light .primary-900-border-top {
  border-top-color: #1E2129 !important;
}
body.theme-yellow-light .primary-900-border-right {
  border-right-color: #1E2129 !important;
}
body.theme-yellow-light .primary-900-border-bottom {
  border-bottom-color: #1E2129 !important;
}
body.theme-yellow-light .primary-900-border-left {
  border-left-color: #1E2129 !important;
}
body.theme-yellow-light .primary-A100-bg {
  background-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-A100 {
  background-color: #C5C6CB !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .primary-A100[disabled] {
  background-color: rgba(197, 198, 203, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .primary-A100-fg {
  color: #C5C6CB !important;
}
body.theme-yellow-light .primary-A100-border {
  border-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-A100-border-top {
  border-top-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-A100-border-right {
  border-right-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-A100-border-bottom {
  border-bottom-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-A100-border-left {
  border-left-color: #C5C6CB !important;
}
body.theme-yellow-light .primary-A200-bg {
  background-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-A200 {
  background-color: #9EA1A9 !important;
  color: white !important;
}
body.theme-yellow-light .primary-A200[disabled] {
  background-color: rgba(158, 161, 169, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-A200-fg {
  color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-A200-border {
  border-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-A200-border-top {
  border-top-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-A200-border-right {
  border-right-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-A200-border-bottom {
  border-bottom-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-A200-border-left {
  border-left-color: #9EA1A9 !important;
}
body.theme-yellow-light .primary-A400-bg {
  background-color: #5C616F !important;
}
body.theme-yellow-light .primary-A400 {
  background-color: #5C616F !important;
  color: white !important;
}
body.theme-yellow-light .primary-A400[disabled] {
  background-color: rgba(92, 97, 111, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-A400-fg {
  color: #5C616F !important;
}
body.theme-yellow-light .primary-A400-border {
  border-color: #5C616F !important;
}
body.theme-yellow-light .primary-A400-border-top {
  border-top-color: #5C616F !important;
}
body.theme-yellow-light .primary-A400-border-right {
  border-right-color: #5C616F !important;
}
body.theme-yellow-light .primary-A400-border-bottom {
  border-bottom-color: #5C616F !important;
}
body.theme-yellow-light .primary-A400-border-left {
  border-left-color: #5C616F !important;
}
body.theme-yellow-light .primary-A700-bg {
  background-color: #2D323E !important;
}
body.theme-yellow-light .primary-A700 {
  background-color: #2D323E !important;
  color: white !important;
}
body.theme-yellow-light .primary-A700[disabled] {
  background-color: rgba(45, 50, 62, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-A700-fg {
  color: #2D323E !important;
}
body.theme-yellow-light .primary-A700-border {
  border-color: #2D323E !important;
}
body.theme-yellow-light .primary-A700-border-top {
  border-top-color: #2D323E !important;
}
body.theme-yellow-light .primary-A700-border-right {
  border-right-color: #2D323E !important;
}
body.theme-yellow-light .primary-A700-border-bottom {
  border-bottom-color: #2D323E !important;
}
body.theme-yellow-light .primary-A700-border-left {
  border-left-color: #2D323E !important;
}
body.theme-yellow-light .primary-bg {
  background-color: #353A48 !important;
}
body.theme-yellow-light .primary {
  background-color: #353A48 !important;
  color: white !important;
}
body.theme-yellow-light .primary[disabled] {
  background-color: rgba(53, 58, 72, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .primary-fg {
  color: #353A48 !important;
}
body.theme-yellow-light .primary-border {
  border-color: #353A48 !important;
}
body.theme-yellow-light .primary-border-top {
  border-top-color: #353A48 !important;
}
body.theme-yellow-light .primary-border-right {
  border-right-color: #353A48 !important;
}
body.theme-yellow-light .primary-border-bottom {
  border-bottom-color: #353A48 !important;
}
body.theme-yellow-light .primary-border-left {
  border-left-color: #353A48 !important;
}
body.theme-yellow-light .accent-50-bg {
  background-color: #fffde7 !important;
}
body.theme-yellow-light .accent-50 {
  background-color: #fffde7 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-50[disabled] {
  background-color: rgba(255, 253, 231, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-50-fg {
  color: #fffde7 !important;
}
body.theme-yellow-light .accent-50-border {
  border-color: #fffde7 !important;
}
body.theme-yellow-light .accent-50-border-top {
  border-top-color: #fffde7 !important;
}
body.theme-yellow-light .accent-50-border-right {
  border-right-color: #fffde7 !important;
}
body.theme-yellow-light .accent-50-border-bottom {
  border-bottom-color: #fffde7 !important;
}
body.theme-yellow-light .accent-50-border-left {
  border-left-color: #fffde7 !important;
}
body.theme-yellow-light .accent-100-bg {
  background-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100 {
  background-color: #fff9c4 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-100[disabled] {
  background-color: rgba(255, 249, 196, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-100-fg {
  color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100-border {
  border-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100-border-top {
  border-top-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100-border-right {
  border-right-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100-border-bottom {
  border-bottom-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-100-border-left {
  border-left-color: #fff9c4 !important;
}
body.theme-yellow-light .accent-200-bg {
  background-color: #fff59d !important;
}
body.theme-yellow-light .accent-200 {
  background-color: #fff59d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-200[disabled] {
  background-color: rgba(255, 245, 157, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-200-fg {
  color: #fff59d !important;
}
body.theme-yellow-light .accent-200-border {
  border-color: #fff59d !important;
}
body.theme-yellow-light .accent-200-border-top {
  border-top-color: #fff59d !important;
}
body.theme-yellow-light .accent-200-border-right {
  border-right-color: #fff59d !important;
}
body.theme-yellow-light .accent-200-border-bottom {
  border-bottom-color: #fff59d !important;
}
body.theme-yellow-light .accent-200-border-left {
  border-left-color: #fff59d !important;
}
body.theme-yellow-light .accent-300-bg {
  background-color: #fff176 !important;
}
body.theme-yellow-light .accent-300 {
  background-color: #fff176 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-300[disabled] {
  background-color: rgba(255, 241, 118, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-300-fg {
  color: #fff176 !important;
}
body.theme-yellow-light .accent-300-border {
  border-color: #fff176 !important;
}
body.theme-yellow-light .accent-300-border-top {
  border-top-color: #fff176 !important;
}
body.theme-yellow-light .accent-300-border-right {
  border-right-color: #fff176 !important;
}
body.theme-yellow-light .accent-300-border-bottom {
  border-bottom-color: #fff176 !important;
}
body.theme-yellow-light .accent-300-border-left {
  border-left-color: #fff176 !important;
}
body.theme-yellow-light .accent-400-bg {
  background-color: #ffee58 !important;
}
body.theme-yellow-light .accent-400 {
  background-color: #ffee58 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-400[disabled] {
  background-color: rgba(255, 238, 88, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-400-fg {
  color: #ffee58 !important;
}
body.theme-yellow-light .accent-400-border {
  border-color: #ffee58 !important;
}
body.theme-yellow-light .accent-400-border-top {
  border-top-color: #ffee58 !important;
}
body.theme-yellow-light .accent-400-border-right {
  border-right-color: #ffee58 !important;
}
body.theme-yellow-light .accent-400-border-bottom {
  border-bottom-color: #ffee58 !important;
}
body.theme-yellow-light .accent-400-border-left {
  border-left-color: #ffee58 !important;
}
body.theme-yellow-light .accent-500-bg {
  background-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500 {
  background-color: #ffeb3b !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-500[disabled] {
  background-color: rgba(255, 235, 59, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-500-fg {
  color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500-border {
  border-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500-border-top {
  border-top-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500-border-right {
  border-right-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500-border-bottom {
  border-bottom-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-500-border-left {
  border-left-color: #ffeb3b !important;
}
body.theme-yellow-light .accent-600-bg {
  background-color: #fdd835 !important;
}
body.theme-yellow-light .accent-600 {
  background-color: #fdd835 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-600[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-600-fg {
  color: #fdd835 !important;
}
body.theme-yellow-light .accent-600-border {
  border-color: #fdd835 !important;
}
body.theme-yellow-light .accent-600-border-top {
  border-top-color: #fdd835 !important;
}
body.theme-yellow-light .accent-600-border-right {
  border-right-color: #fdd835 !important;
}
body.theme-yellow-light .accent-600-border-bottom {
  border-bottom-color: #fdd835 !important;
}
body.theme-yellow-light .accent-600-border-left {
  border-left-color: #fdd835 !important;
}
body.theme-yellow-light .accent-700-bg {
  background-color: #fbc02d !important;
}
body.theme-yellow-light .accent-700 {
  background-color: #fbc02d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-700[disabled] {
  background-color: rgba(251, 192, 45, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-700-fg {
  color: #fbc02d !important;
}
body.theme-yellow-light .accent-700-border {
  border-color: #fbc02d !important;
}
body.theme-yellow-light .accent-700-border-top {
  border-top-color: #fbc02d !important;
}
body.theme-yellow-light .accent-700-border-right {
  border-right-color: #fbc02d !important;
}
body.theme-yellow-light .accent-700-border-bottom {
  border-bottom-color: #fbc02d !important;
}
body.theme-yellow-light .accent-700-border-left {
  border-left-color: #fbc02d !important;
}
body.theme-yellow-light .accent-800-bg {
  background-color: #f9a825 !important;
}
body.theme-yellow-light .accent-800 {
  background-color: #f9a825 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-800[disabled] {
  background-color: rgba(249, 168, 37, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-800-fg {
  color: #f9a825 !important;
}
body.theme-yellow-light .accent-800-border {
  border-color: #f9a825 !important;
}
body.theme-yellow-light .accent-800-border-top {
  border-top-color: #f9a825 !important;
}
body.theme-yellow-light .accent-800-border-right {
  border-right-color: #f9a825 !important;
}
body.theme-yellow-light .accent-800-border-bottom {
  border-bottom-color: #f9a825 !important;
}
body.theme-yellow-light .accent-800-border-left {
  border-left-color: #f9a825 !important;
}
body.theme-yellow-light .accent-900-bg {
  background-color: #f57f17 !important;
}
body.theme-yellow-light .accent-900 {
  background-color: #f57f17 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-900[disabled] {
  background-color: rgba(245, 127, 23, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-900-fg {
  color: #f57f17 !important;
}
body.theme-yellow-light .accent-900-border {
  border-color: #f57f17 !important;
}
body.theme-yellow-light .accent-900-border-top {
  border-top-color: #f57f17 !important;
}
body.theme-yellow-light .accent-900-border-right {
  border-right-color: #f57f17 !important;
}
body.theme-yellow-light .accent-900-border-bottom {
  border-bottom-color: #f57f17 !important;
}
body.theme-yellow-light .accent-900-border-left {
  border-left-color: #f57f17 !important;
}
body.theme-yellow-light .accent-A100-bg {
  background-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100 {
  background-color: #ffff8d !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-A100[disabled] {
  background-color: rgba(255, 255, 141, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-A100-fg {
  color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100-border {
  border-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100-border-top {
  border-top-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100-border-right {
  border-right-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100-border-bottom {
  border-bottom-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A100-border-left {
  border-left-color: #ffff8d !important;
}
body.theme-yellow-light .accent-A200-bg {
  background-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200 {
  background-color: #ffff00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-A200[disabled] {
  background-color: rgba(255, 255, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-A200-fg {
  color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200-border {
  border-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200-border-top {
  border-top-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200-border-right {
  border-right-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200-border-bottom {
  border-bottom-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A200-border-left {
  border-left-color: #ffff00 !important;
}
body.theme-yellow-light .accent-A400-bg {
  background-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400 {
  background-color: #ffea00 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-A400[disabled] {
  background-color: rgba(255, 234, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-A400-fg {
  color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400-border {
  border-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400-border-top {
  border-top-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400-border-right {
  border-right-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400-border-bottom {
  border-bottom-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A400-border-left {
  border-left-color: #ffea00 !important;
}
body.theme-yellow-light .accent-A700-bg {
  background-color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700 {
  background-color: #ffd600 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent-A700[disabled] {
  background-color: rgba(255, 214, 0, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-A700-fg {
  color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700-border {
  border-color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700-border-top {
  border-top-color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700-border-right {
  border-right-color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700-border-bottom {
  border-bottom-color: #ffd600 !important;
}
body.theme-yellow-light .accent-A700-border-left {
  border-left-color: #ffd600 !important;
}
body.theme-yellow-light .accent-bg {
  background-color: #fdd835 !important;
}
body.theme-yellow-light .accent {
  background-color: #fdd835 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .accent[disabled] {
  background-color: rgba(253, 216, 53, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .accent-fg {
  color: #fdd835 !important;
}
body.theme-yellow-light .accent-border {
  border-color: #fdd835 !important;
}
body.theme-yellow-light .accent-border-top {
  border-top-color: #fdd835 !important;
}
body.theme-yellow-light .accent-border-right {
  border-right-color: #fdd835 !important;
}
body.theme-yellow-light .accent-border-bottom {
  border-bottom-color: #fdd835 !important;
}
body.theme-yellow-light .accent-border-left {
  border-left-color: #fdd835 !important;
}
body.theme-yellow-light .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-yellow-light .warn-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .warn-50-fg {
  color: #ffebee !important;
}
body.theme-yellow-light .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-yellow-light .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-yellow-light .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-yellow-light .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-yellow-light .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-yellow-light .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-yellow-light .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-yellow-light .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-yellow-light .warn-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .warn-300-fg {
  color: #e57373 !important;
}
body.theme-yellow-light .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-yellow-light .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-yellow-light .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-yellow-light .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-yellow-light .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-yellow-light .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-yellow-light .warn-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-yellow-light .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-yellow-light .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-yellow-light .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-yellow-light .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-yellow-light .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-yellow-light .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-yellow-light .warn-500 {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-yellow-light .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .warn-500-fg {
  color: #f44336 !important;
}
body.theme-yellow-light .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-yellow-light .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-yellow-light .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-yellow-light .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-yellow-light .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-yellow-light .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-yellow-light .warn-600 {
  background-color: #e53935 !important;
  color: white !important;
}
body.theme-yellow-light .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .warn-600-fg {
  color: #e53935 !important;
}
body.theme-yellow-light .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-yellow-light .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-yellow-light .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-yellow-light .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-yellow-light .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-yellow-light .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-yellow-light .warn-700 {
  background-color: #d32f2f !important;
  color: white !important;
}
body.theme-yellow-light .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-yellow-light .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-yellow-light .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-yellow-light .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-yellow-light .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-yellow-light .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-yellow-light .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-yellow-light .warn-800 {
  background-color: #c62828 !important;
  color: white !important;
}
body.theme-yellow-light .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .warn-800-fg {
  color: #c62828 !important;
}
body.theme-yellow-light .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-yellow-light .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-yellow-light .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-yellow-light .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-yellow-light .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-yellow-light .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-yellow-light .warn-900 {
  background-color: #b71c1c !important;
  color: white !important;
}
body.theme-yellow-light .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-yellow-light .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-yellow-light .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-yellow-light .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-yellow-light .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-yellow-light .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-yellow-light .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-yellow-light .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-yellow-light .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-yellow-light .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}
body.theme-yellow-light .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-yellow-light .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}
body.theme-yellow-light .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-yellow-light .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-yellow-light .warn-A700 {
  background-color: #d50000 !important;
  color: white !important;
}
body.theme-yellow-light .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-yellow-light .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-yellow-light .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-yellow-light .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-yellow-light .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-yellow-light .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-yellow-light .warn-bg {
  background-color: #f44336 !important;
}
body.theme-yellow-light .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-yellow-light .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-yellow-light .warn-fg {
  color: #f44336 !important;
}
body.theme-yellow-light .warn-border {
  border-color: #f44336 !important;
}
body.theme-yellow-light .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-yellow-light .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-yellow-light .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-yellow-light .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-yellow-light .primary-50 i,
body.theme-yellow-light .primary-50 .icon, body.theme-yellow-light .primary-100 i,
body.theme-yellow-light .primary-100 .icon, body.theme-yellow-light .primary-200 i,
body.theme-yellow-light .primary-200 .icon, body.theme-yellow-light .primary-A100 i,
body.theme-yellow-light .primary-A100 .icon, body.theme-yellow-light .accent-50 i,
body.theme-yellow-light .accent-50 .icon, body.theme-yellow-light .accent-100 i,
body.theme-yellow-light .accent-100 .icon, body.theme-yellow-light .accent-200 i,
body.theme-yellow-light .accent-200 .icon, body.theme-yellow-light .accent-300 i,
body.theme-yellow-light .accent-300 .icon, body.theme-yellow-light .accent-400 i,
body.theme-yellow-light .accent-400 .icon, body.theme-yellow-light .accent-500 i,
body.theme-yellow-light .accent-500 .icon, body.theme-yellow-light .accent-600 i,
body.theme-yellow-light .accent-600 .icon, body.theme-yellow-light .accent-700 i,
body.theme-yellow-light .accent-700 .icon, body.theme-yellow-light .accent-800 i,
body.theme-yellow-light .accent-800 .icon, body.theme-yellow-light .accent-900 i,
body.theme-yellow-light .accent-900 .icon, body.theme-yellow-light .accent-A100 i,
body.theme-yellow-light .accent-A100 .icon, body.theme-yellow-light .accent-A200 i,
body.theme-yellow-light .accent-A200 .icon, body.theme-yellow-light .accent-A400 i,
body.theme-yellow-light .accent-A400 .icon, body.theme-yellow-light .accent-A700 i,
body.theme-yellow-light .accent-A700 .icon, body.theme-yellow-light .accent i,
body.theme-yellow-light .accent .icon, body.theme-yellow-light .warn-50 i,
body.theme-yellow-light .warn-50 .icon, body.theme-yellow-light .warn-100 i,
body.theme-yellow-light .warn-100 .icon, body.theme-yellow-light .warn-200 i,
body.theme-yellow-light .warn-200 .icon, body.theme-yellow-light .warn-300 i,
body.theme-yellow-light .warn-300 .icon, body.theme-yellow-light .warn-400 i,
body.theme-yellow-light .warn-400 .icon, body.theme-yellow-light .warn-A100 i,
body.theme-yellow-light .warn-A100 .icon {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-yellow-light .primary-50.secondary-text,
body.theme-yellow-light .primary-50 .secondary-text, body.theme-yellow-light .primary-100.secondary-text,
body.theme-yellow-light .primary-100 .secondary-text, body.theme-yellow-light .primary-200.secondary-text,
body.theme-yellow-light .primary-200 .secondary-text, body.theme-yellow-light .primary-A100.secondary-text,
body.theme-yellow-light .primary-A100 .secondary-text, body.theme-yellow-light .accent-50.secondary-text,
body.theme-yellow-light .accent-50 .secondary-text, body.theme-yellow-light .accent-100.secondary-text,
body.theme-yellow-light .accent-100 .secondary-text, body.theme-yellow-light .accent-200.secondary-text,
body.theme-yellow-light .accent-200 .secondary-text, body.theme-yellow-light .accent-300.secondary-text,
body.theme-yellow-light .accent-300 .secondary-text, body.theme-yellow-light .accent-400.secondary-text,
body.theme-yellow-light .accent-400 .secondary-text, body.theme-yellow-light .accent-500.secondary-text,
body.theme-yellow-light .accent-500 .secondary-text, body.theme-yellow-light .accent-600.secondary-text,
body.theme-yellow-light .accent-600 .secondary-text, body.theme-yellow-light .accent-700.secondary-text,
body.theme-yellow-light .accent-700 .secondary-text, body.theme-yellow-light .accent-800.secondary-text,
body.theme-yellow-light .accent-800 .secondary-text, body.theme-yellow-light .accent-900.secondary-text,
body.theme-yellow-light .accent-900 .secondary-text, body.theme-yellow-light .accent-A100.secondary-text,
body.theme-yellow-light .accent-A100 .secondary-text, body.theme-yellow-light .accent-A200.secondary-text,
body.theme-yellow-light .accent-A200 .secondary-text, body.theme-yellow-light .accent-A400.secondary-text,
body.theme-yellow-light .accent-A400 .secondary-text, body.theme-yellow-light .accent-A700.secondary-text,
body.theme-yellow-light .accent-A700 .secondary-text, body.theme-yellow-light .accent.secondary-text,
body.theme-yellow-light .accent .secondary-text, body.theme-yellow-light .warn-50.secondary-text,
body.theme-yellow-light .warn-50 .secondary-text, body.theme-yellow-light .warn-100.secondary-text,
body.theme-yellow-light .warn-100 .secondary-text, body.theme-yellow-light .warn-200.secondary-text,
body.theme-yellow-light .warn-200 .secondary-text, body.theme-yellow-light .warn-300.secondary-text,
body.theme-yellow-light .warn-300 .secondary-text, body.theme-yellow-light .warn-400.secondary-text,
body.theme-yellow-light .warn-400 .secondary-text, body.theme-yellow-light .warn-A100.secondary-text,
body.theme-yellow-light .warn-A100 .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
body.theme-yellow-light .primary-50.hint-text,
body.theme-yellow-light .primary-50 .hint-text, body.theme-yellow-light .primary-50.disabled-text,
body.theme-yellow-light .primary-50 .disabled-text, body.theme-yellow-light .primary-100.hint-text,
body.theme-yellow-light .primary-100 .hint-text, body.theme-yellow-light .primary-100.disabled-text,
body.theme-yellow-light .primary-100 .disabled-text, body.theme-yellow-light .primary-200.hint-text,
body.theme-yellow-light .primary-200 .hint-text, body.theme-yellow-light .primary-200.disabled-text,
body.theme-yellow-light .primary-200 .disabled-text, body.theme-yellow-light .primary-A100.hint-text,
body.theme-yellow-light .primary-A100 .hint-text, body.theme-yellow-light .primary-A100.disabled-text,
body.theme-yellow-light .primary-A100 .disabled-text, body.theme-yellow-light .accent-50.hint-text,
body.theme-yellow-light .accent-50 .hint-text, body.theme-yellow-light .accent-50.disabled-text,
body.theme-yellow-light .accent-50 .disabled-text, body.theme-yellow-light .accent-100.hint-text,
body.theme-yellow-light .accent-100 .hint-text, body.theme-yellow-light .accent-100.disabled-text,
body.theme-yellow-light .accent-100 .disabled-text, body.theme-yellow-light .accent-200.hint-text,
body.theme-yellow-light .accent-200 .hint-text, body.theme-yellow-light .accent-200.disabled-text,
body.theme-yellow-light .accent-200 .disabled-text, body.theme-yellow-light .accent-300.hint-text,
body.theme-yellow-light .accent-300 .hint-text, body.theme-yellow-light .accent-300.disabled-text,
body.theme-yellow-light .accent-300 .disabled-text, body.theme-yellow-light .accent-400.hint-text,
body.theme-yellow-light .accent-400 .hint-text, body.theme-yellow-light .accent-400.disabled-text,
body.theme-yellow-light .accent-400 .disabled-text, body.theme-yellow-light .accent-500.hint-text,
body.theme-yellow-light .accent-500 .hint-text, body.theme-yellow-light .accent-500.disabled-text,
body.theme-yellow-light .accent-500 .disabled-text, body.theme-yellow-light .accent-600.hint-text,
body.theme-yellow-light .accent-600 .hint-text, body.theme-yellow-light .accent-600.disabled-text,
body.theme-yellow-light .accent-600 .disabled-text, body.theme-yellow-light .accent-700.hint-text,
body.theme-yellow-light .accent-700 .hint-text, body.theme-yellow-light .accent-700.disabled-text,
body.theme-yellow-light .accent-700 .disabled-text, body.theme-yellow-light .accent-800.hint-text,
body.theme-yellow-light .accent-800 .hint-text, body.theme-yellow-light .accent-800.disabled-text,
body.theme-yellow-light .accent-800 .disabled-text, body.theme-yellow-light .accent-900.hint-text,
body.theme-yellow-light .accent-900 .hint-text, body.theme-yellow-light .accent-900.disabled-text,
body.theme-yellow-light .accent-900 .disabled-text, body.theme-yellow-light .accent-A100.hint-text,
body.theme-yellow-light .accent-A100 .hint-text, body.theme-yellow-light .accent-A100.disabled-text,
body.theme-yellow-light .accent-A100 .disabled-text, body.theme-yellow-light .accent-A200.hint-text,
body.theme-yellow-light .accent-A200 .hint-text, body.theme-yellow-light .accent-A200.disabled-text,
body.theme-yellow-light .accent-A200 .disabled-text, body.theme-yellow-light .accent-A400.hint-text,
body.theme-yellow-light .accent-A400 .hint-text, body.theme-yellow-light .accent-A400.disabled-text,
body.theme-yellow-light .accent-A400 .disabled-text, body.theme-yellow-light .accent-A700.hint-text,
body.theme-yellow-light .accent-A700 .hint-text, body.theme-yellow-light .accent-A700.disabled-text,
body.theme-yellow-light .accent-A700 .disabled-text, body.theme-yellow-light .accent.hint-text,
body.theme-yellow-light .accent .hint-text, body.theme-yellow-light .accent.disabled-text,
body.theme-yellow-light .accent .disabled-text, body.theme-yellow-light .warn-50.hint-text,
body.theme-yellow-light .warn-50 .hint-text, body.theme-yellow-light .warn-50.disabled-text,
body.theme-yellow-light .warn-50 .disabled-text, body.theme-yellow-light .warn-100.hint-text,
body.theme-yellow-light .warn-100 .hint-text, body.theme-yellow-light .warn-100.disabled-text,
body.theme-yellow-light .warn-100 .disabled-text, body.theme-yellow-light .warn-200.hint-text,
body.theme-yellow-light .warn-200 .hint-text, body.theme-yellow-light .warn-200.disabled-text,
body.theme-yellow-light .warn-200 .disabled-text, body.theme-yellow-light .warn-300.hint-text,
body.theme-yellow-light .warn-300 .hint-text, body.theme-yellow-light .warn-300.disabled-text,
body.theme-yellow-light .warn-300 .disabled-text, body.theme-yellow-light .warn-400.hint-text,
body.theme-yellow-light .warn-400 .hint-text, body.theme-yellow-light .warn-400.disabled-text,
body.theme-yellow-light .warn-400 .disabled-text, body.theme-yellow-light .warn-A100.hint-text,
body.theme-yellow-light .warn-A100 .hint-text, body.theme-yellow-light .warn-A100.disabled-text,
body.theme-yellow-light .warn-A100 .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
body.theme-yellow-light .primary-50.divider,
body.theme-yellow-light .primary-50 .divider, body.theme-yellow-light .primary-100.divider,
body.theme-yellow-light .primary-100 .divider, body.theme-yellow-light .primary-200.divider,
body.theme-yellow-light .primary-200 .divider, body.theme-yellow-light .primary-A100.divider,
body.theme-yellow-light .primary-A100 .divider, body.theme-yellow-light .accent-50.divider,
body.theme-yellow-light .accent-50 .divider, body.theme-yellow-light .accent-100.divider,
body.theme-yellow-light .accent-100 .divider, body.theme-yellow-light .accent-200.divider,
body.theme-yellow-light .accent-200 .divider, body.theme-yellow-light .accent-300.divider,
body.theme-yellow-light .accent-300 .divider, body.theme-yellow-light .accent-400.divider,
body.theme-yellow-light .accent-400 .divider, body.theme-yellow-light .accent-500.divider,
body.theme-yellow-light .accent-500 .divider, body.theme-yellow-light .accent-600.divider,
body.theme-yellow-light .accent-600 .divider, body.theme-yellow-light .accent-700.divider,
body.theme-yellow-light .accent-700 .divider, body.theme-yellow-light .accent-800.divider,
body.theme-yellow-light .accent-800 .divider, body.theme-yellow-light .accent-900.divider,
body.theme-yellow-light .accent-900 .divider, body.theme-yellow-light .accent-A100.divider,
body.theme-yellow-light .accent-A100 .divider, body.theme-yellow-light .accent-A200.divider,
body.theme-yellow-light .accent-A200 .divider, body.theme-yellow-light .accent-A400.divider,
body.theme-yellow-light .accent-A400 .divider, body.theme-yellow-light .accent-A700.divider,
body.theme-yellow-light .accent-A700 .divider, body.theme-yellow-light .accent.divider,
body.theme-yellow-light .accent .divider, body.theme-yellow-light .warn-50.divider,
body.theme-yellow-light .warn-50 .divider, body.theme-yellow-light .warn-100.divider,
body.theme-yellow-light .warn-100 .divider, body.theme-yellow-light .warn-200.divider,
body.theme-yellow-light .warn-200 .divider, body.theme-yellow-light .warn-300.divider,
body.theme-yellow-light .warn-300 .divider, body.theme-yellow-light .warn-400.divider,
body.theme-yellow-light .warn-400 .divider, body.theme-yellow-light .warn-A100.divider,
body.theme-yellow-light .warn-A100 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
body.theme-yellow-light .primary-50 .mat-ripple-element, body.theme-yellow-light .primary-100 .mat-ripple-element, body.theme-yellow-light .primary-200 .mat-ripple-element, body.theme-yellow-light .primary-A100 .mat-ripple-element, body.theme-yellow-light .accent-50 .mat-ripple-element, body.theme-yellow-light .accent-100 .mat-ripple-element, body.theme-yellow-light .accent-200 .mat-ripple-element, body.theme-yellow-light .accent-300 .mat-ripple-element, body.theme-yellow-light .accent-400 .mat-ripple-element, body.theme-yellow-light .accent-500 .mat-ripple-element, body.theme-yellow-light .accent-600 .mat-ripple-element, body.theme-yellow-light .accent-700 .mat-ripple-element, body.theme-yellow-light .accent-800 .mat-ripple-element, body.theme-yellow-light .accent-900 .mat-ripple-element, body.theme-yellow-light .accent-A100 .mat-ripple-element, body.theme-yellow-light .accent-A200 .mat-ripple-element, body.theme-yellow-light .accent-A400 .mat-ripple-element, body.theme-yellow-light .accent-A700 .mat-ripple-element, body.theme-yellow-light .accent .mat-ripple-element, body.theme-yellow-light .warn-50 .mat-ripple-element, body.theme-yellow-light .warn-100 .mat-ripple-element, body.theme-yellow-light .warn-200 .mat-ripple-element, body.theme-yellow-light .warn-300 .mat-ripple-element, body.theme-yellow-light .warn-400 .mat-ripple-element, body.theme-yellow-light .warn-A100 .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
body.theme-yellow-light .primary-50 .adaptive-border-color, body.theme-yellow-light .primary-100 .adaptive-border-color, body.theme-yellow-light .primary-200 .adaptive-border-color, body.theme-yellow-light .primary-A100 .adaptive-border-color, body.theme-yellow-light .accent-50 .adaptive-border-color, body.theme-yellow-light .accent-100 .adaptive-border-color, body.theme-yellow-light .accent-200 .adaptive-border-color, body.theme-yellow-light .accent-300 .adaptive-border-color, body.theme-yellow-light .accent-400 .adaptive-border-color, body.theme-yellow-light .accent-500 .adaptive-border-color, body.theme-yellow-light .accent-600 .adaptive-border-color, body.theme-yellow-light .accent-700 .adaptive-border-color, body.theme-yellow-light .accent-800 .adaptive-border-color, body.theme-yellow-light .accent-900 .adaptive-border-color, body.theme-yellow-light .accent-A100 .adaptive-border-color, body.theme-yellow-light .accent-A200 .adaptive-border-color, body.theme-yellow-light .accent-A400 .adaptive-border-color, body.theme-yellow-light .accent-A700 .adaptive-border-color, body.theme-yellow-light .accent .adaptive-border-color, body.theme-yellow-light .warn-50 .adaptive-border-color, body.theme-yellow-light .warn-100 .adaptive-border-color, body.theme-yellow-light .warn-200 .adaptive-border-color, body.theme-yellow-light .warn-300 .adaptive-border-color, body.theme-yellow-light .warn-400 .adaptive-border-color, body.theme-yellow-light .warn-A100 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .primary-300 i,
body.theme-yellow-light .primary-300 .icon, body.theme-yellow-light .primary-400 i,
body.theme-yellow-light .primary-400 .icon, body.theme-yellow-light .primary-500 i,
body.theme-yellow-light .primary-500 .icon, body.theme-yellow-light .primary-600 i,
body.theme-yellow-light .primary-600 .icon, body.theme-yellow-light .primary-700 i,
body.theme-yellow-light .primary-700 .icon, body.theme-yellow-light .primary-800 i,
body.theme-yellow-light .primary-800 .icon, body.theme-yellow-light .primary-900 i,
body.theme-yellow-light .primary-900 .icon, body.theme-yellow-light .primary-A200 i,
body.theme-yellow-light .primary-A200 .icon, body.theme-yellow-light .primary-A400 i,
body.theme-yellow-light .primary-A400 .icon, body.theme-yellow-light .primary-A700 i,
body.theme-yellow-light .primary-A700 .icon, body.theme-yellow-light .primary i,
body.theme-yellow-light .primary .icon, body.theme-yellow-light .warn-500 i,
body.theme-yellow-light .warn-500 .icon, body.theme-yellow-light .warn-600 i,
body.theme-yellow-light .warn-600 .icon, body.theme-yellow-light .warn-700 i,
body.theme-yellow-light .warn-700 .icon, body.theme-yellow-light .warn-800 i,
body.theme-yellow-light .warn-800 .icon, body.theme-yellow-light .warn-900 i,
body.theme-yellow-light .warn-900 .icon, body.theme-yellow-light .warn-A200 i,
body.theme-yellow-light .warn-A200 .icon, body.theme-yellow-light .warn-A400 i,
body.theme-yellow-light .warn-A400 .icon, body.theme-yellow-light .warn-A700 i,
body.theme-yellow-light .warn-A700 .icon, body.theme-yellow-light .warn i,
body.theme-yellow-light .warn .icon {
  color: white;
}
body.theme-yellow-light .primary-300.secondary-text,
body.theme-yellow-light .primary-300 .secondary-text, body.theme-yellow-light .primary-400.secondary-text,
body.theme-yellow-light .primary-400 .secondary-text, body.theme-yellow-light .primary-500.secondary-text,
body.theme-yellow-light .primary-500 .secondary-text, body.theme-yellow-light .primary-600.secondary-text,
body.theme-yellow-light .primary-600 .secondary-text, body.theme-yellow-light .primary-700.secondary-text,
body.theme-yellow-light .primary-700 .secondary-text, body.theme-yellow-light .primary-800.secondary-text,
body.theme-yellow-light .primary-800 .secondary-text, body.theme-yellow-light .primary-900.secondary-text,
body.theme-yellow-light .primary-900 .secondary-text, body.theme-yellow-light .primary-A200.secondary-text,
body.theme-yellow-light .primary-A200 .secondary-text, body.theme-yellow-light .primary-A400.secondary-text,
body.theme-yellow-light .primary-A400 .secondary-text, body.theme-yellow-light .primary-A700.secondary-text,
body.theme-yellow-light .primary-A700 .secondary-text, body.theme-yellow-light .primary.secondary-text,
body.theme-yellow-light .primary .secondary-text, body.theme-yellow-light .warn-500.secondary-text,
body.theme-yellow-light .warn-500 .secondary-text, body.theme-yellow-light .warn-600.secondary-text,
body.theme-yellow-light .warn-600 .secondary-text, body.theme-yellow-light .warn-700.secondary-text,
body.theme-yellow-light .warn-700 .secondary-text, body.theme-yellow-light .warn-800.secondary-text,
body.theme-yellow-light .warn-800 .secondary-text, body.theme-yellow-light .warn-900.secondary-text,
body.theme-yellow-light .warn-900 .secondary-text, body.theme-yellow-light .warn-A200.secondary-text,
body.theme-yellow-light .warn-A200 .secondary-text, body.theme-yellow-light .warn-A400.secondary-text,
body.theme-yellow-light .warn-A400 .secondary-text, body.theme-yellow-light .warn-A700.secondary-text,
body.theme-yellow-light .warn-A700 .secondary-text, body.theme-yellow-light .warn.secondary-text,
body.theme-yellow-light .warn .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.theme-yellow-light .primary-300.hint-text,
body.theme-yellow-light .primary-300 .hint-text, body.theme-yellow-light .primary-300.disabled-text,
body.theme-yellow-light .primary-300 .disabled-text, body.theme-yellow-light .primary-400.hint-text,
body.theme-yellow-light .primary-400 .hint-text, body.theme-yellow-light .primary-400.disabled-text,
body.theme-yellow-light .primary-400 .disabled-text, body.theme-yellow-light .primary-500.hint-text,
body.theme-yellow-light .primary-500 .hint-text, body.theme-yellow-light .primary-500.disabled-text,
body.theme-yellow-light .primary-500 .disabled-text, body.theme-yellow-light .primary-600.hint-text,
body.theme-yellow-light .primary-600 .hint-text, body.theme-yellow-light .primary-600.disabled-text,
body.theme-yellow-light .primary-600 .disabled-text, body.theme-yellow-light .primary-700.hint-text,
body.theme-yellow-light .primary-700 .hint-text, body.theme-yellow-light .primary-700.disabled-text,
body.theme-yellow-light .primary-700 .disabled-text, body.theme-yellow-light .primary-800.hint-text,
body.theme-yellow-light .primary-800 .hint-text, body.theme-yellow-light .primary-800.disabled-text,
body.theme-yellow-light .primary-800 .disabled-text, body.theme-yellow-light .primary-900.hint-text,
body.theme-yellow-light .primary-900 .hint-text, body.theme-yellow-light .primary-900.disabled-text,
body.theme-yellow-light .primary-900 .disabled-text, body.theme-yellow-light .primary-A200.hint-text,
body.theme-yellow-light .primary-A200 .hint-text, body.theme-yellow-light .primary-A200.disabled-text,
body.theme-yellow-light .primary-A200 .disabled-text, body.theme-yellow-light .primary-A400.hint-text,
body.theme-yellow-light .primary-A400 .hint-text, body.theme-yellow-light .primary-A400.disabled-text,
body.theme-yellow-light .primary-A400 .disabled-text, body.theme-yellow-light .primary-A700.hint-text,
body.theme-yellow-light .primary-A700 .hint-text, body.theme-yellow-light .primary-A700.disabled-text,
body.theme-yellow-light .primary-A700 .disabled-text, body.theme-yellow-light .primary.hint-text,
body.theme-yellow-light .primary .hint-text, body.theme-yellow-light .primary.disabled-text,
body.theme-yellow-light .primary .disabled-text, body.theme-yellow-light .warn-500.hint-text,
body.theme-yellow-light .warn-500 .hint-text, body.theme-yellow-light .warn-500.disabled-text,
body.theme-yellow-light .warn-500 .disabled-text, body.theme-yellow-light .warn-600.hint-text,
body.theme-yellow-light .warn-600 .hint-text, body.theme-yellow-light .warn-600.disabled-text,
body.theme-yellow-light .warn-600 .disabled-text, body.theme-yellow-light .warn-700.hint-text,
body.theme-yellow-light .warn-700 .hint-text, body.theme-yellow-light .warn-700.disabled-text,
body.theme-yellow-light .warn-700 .disabled-text, body.theme-yellow-light .warn-800.hint-text,
body.theme-yellow-light .warn-800 .hint-text, body.theme-yellow-light .warn-800.disabled-text,
body.theme-yellow-light .warn-800 .disabled-text, body.theme-yellow-light .warn-900.hint-text,
body.theme-yellow-light .warn-900 .hint-text, body.theme-yellow-light .warn-900.disabled-text,
body.theme-yellow-light .warn-900 .disabled-text, body.theme-yellow-light .warn-A200.hint-text,
body.theme-yellow-light .warn-A200 .hint-text, body.theme-yellow-light .warn-A200.disabled-text,
body.theme-yellow-light .warn-A200 .disabled-text, body.theme-yellow-light .warn-A400.hint-text,
body.theme-yellow-light .warn-A400 .hint-text, body.theme-yellow-light .warn-A400.disabled-text,
body.theme-yellow-light .warn-A400 .disabled-text, body.theme-yellow-light .warn-A700.hint-text,
body.theme-yellow-light .warn-A700 .hint-text, body.theme-yellow-light .warn-A700.disabled-text,
body.theme-yellow-light .warn-A700 .disabled-text, body.theme-yellow-light .warn.hint-text,
body.theme-yellow-light .warn .hint-text, body.theme-yellow-light .warn.disabled-text,
body.theme-yellow-light .warn .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.theme-yellow-light .primary-300.divider,
body.theme-yellow-light .primary-300 .divider, body.theme-yellow-light .primary-400.divider,
body.theme-yellow-light .primary-400 .divider, body.theme-yellow-light .primary-500.divider,
body.theme-yellow-light .primary-500 .divider, body.theme-yellow-light .primary-600.divider,
body.theme-yellow-light .primary-600 .divider, body.theme-yellow-light .primary-700.divider,
body.theme-yellow-light .primary-700 .divider, body.theme-yellow-light .primary-800.divider,
body.theme-yellow-light .primary-800 .divider, body.theme-yellow-light .primary-900.divider,
body.theme-yellow-light .primary-900 .divider, body.theme-yellow-light .primary-A200.divider,
body.theme-yellow-light .primary-A200 .divider, body.theme-yellow-light .primary-A400.divider,
body.theme-yellow-light .primary-A400 .divider, body.theme-yellow-light .primary-A700.divider,
body.theme-yellow-light .primary-A700 .divider, body.theme-yellow-light .primary.divider,
body.theme-yellow-light .primary .divider, body.theme-yellow-light .warn-500.divider,
body.theme-yellow-light .warn-500 .divider, body.theme-yellow-light .warn-600.divider,
body.theme-yellow-light .warn-600 .divider, body.theme-yellow-light .warn-700.divider,
body.theme-yellow-light .warn-700 .divider, body.theme-yellow-light .warn-800.divider,
body.theme-yellow-light .warn-800 .divider, body.theme-yellow-light .warn-900.divider,
body.theme-yellow-light .warn-900 .divider, body.theme-yellow-light .warn-A200.divider,
body.theme-yellow-light .warn-A200 .divider, body.theme-yellow-light .warn-A400.divider,
body.theme-yellow-light .warn-A400 .divider, body.theme-yellow-light .warn-A700.divider,
body.theme-yellow-light .warn-A700 .divider, body.theme-yellow-light .warn.divider,
body.theme-yellow-light .warn .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
body.theme-yellow-light .primary-300 .mat-ripple-element, body.theme-yellow-light .primary-400 .mat-ripple-element, body.theme-yellow-light .primary-500 .mat-ripple-element, body.theme-yellow-light .primary-600 .mat-ripple-element, body.theme-yellow-light .primary-700 .mat-ripple-element, body.theme-yellow-light .primary-800 .mat-ripple-element, body.theme-yellow-light .primary-900 .mat-ripple-element, body.theme-yellow-light .primary-A200 .mat-ripple-element, body.theme-yellow-light .primary-A400 .mat-ripple-element, body.theme-yellow-light .primary-A700 .mat-ripple-element, body.theme-yellow-light .primary .mat-ripple-element, body.theme-yellow-light .warn-500 .mat-ripple-element, body.theme-yellow-light .warn-600 .mat-ripple-element, body.theme-yellow-light .warn-700 .mat-ripple-element, body.theme-yellow-light .warn-800 .mat-ripple-element, body.theme-yellow-light .warn-900 .mat-ripple-element, body.theme-yellow-light .warn-A200 .mat-ripple-element, body.theme-yellow-light .warn-A400 .mat-ripple-element, body.theme-yellow-light .warn-A700 .mat-ripple-element, body.theme-yellow-light .warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
body.theme-yellow-light .primary-300 .adaptive-border-color, body.theme-yellow-light .primary-400 .adaptive-border-color, body.theme-yellow-light .primary-500 .adaptive-border-color, body.theme-yellow-light .primary-600 .adaptive-border-color, body.theme-yellow-light .primary-700 .adaptive-border-color, body.theme-yellow-light .primary-800 .adaptive-border-color, body.theme-yellow-light .primary-900 .adaptive-border-color, body.theme-yellow-light .primary-A200 .adaptive-border-color, body.theme-yellow-light .primary-A400 .adaptive-border-color, body.theme-yellow-light .primary-A700 .adaptive-border-color, body.theme-yellow-light .primary .adaptive-border-color, body.theme-yellow-light .warn-500 .adaptive-border-color, body.theme-yellow-light .warn-600 .adaptive-border-color, body.theme-yellow-light .warn-700 .adaptive-border-color, body.theme-yellow-light .warn-800 .adaptive-border-color, body.theme-yellow-light .warn-900 .adaptive-border-color, body.theme-yellow-light .warn-A200 .adaptive-border-color, body.theme-yellow-light .warn-A400 .adaptive-border-color, body.theme-yellow-light .warn-A700 .adaptive-border-color, body.theme-yellow-light .warn .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-yellow-light .primary-50 input[type=text], body.theme-yellow-light .primary-100 input[type=text], body.theme-yellow-light .primary-200 input[type=text], body.theme-yellow-light .primary-A100 input[type=text], body.theme-yellow-light .accent-50 input[type=text], body.theme-yellow-light .accent-100 input[type=text], body.theme-yellow-light .accent-200 input[type=text], body.theme-yellow-light .accent-300 input[type=text], body.theme-yellow-light .accent-400 input[type=text], body.theme-yellow-light .accent-500 input[type=text], body.theme-yellow-light .accent-600 input[type=text], body.theme-yellow-light .accent-700 input[type=text], body.theme-yellow-light .accent-800 input[type=text], body.theme-yellow-light .accent-900 input[type=text], body.theme-yellow-light .accent-A100 input[type=text], body.theme-yellow-light .accent-A200 input[type=text], body.theme-yellow-light .accent-A400 input[type=text], body.theme-yellow-light .accent-A700 input[type=text], body.theme-yellow-light .accent input[type=text], body.theme-yellow-light .warn-50 input[type=text], body.theme-yellow-light .warn-100 input[type=text], body.theme-yellow-light .warn-200 input[type=text], body.theme-yellow-light .warn-300 input[type=text], body.theme-yellow-light .warn-400 input[type=text], body.theme-yellow-light .warn-A100 input[type=text] {
  color: black;
}
body.theme-yellow-light .primary-50 .mat-form-field-label, body.theme-yellow-light .primary-100 .mat-form-field-label, body.theme-yellow-light .primary-200 .mat-form-field-label, body.theme-yellow-light .primary-A100 .mat-form-field-label, body.theme-yellow-light .accent-50 .mat-form-field-label, body.theme-yellow-light .accent-100 .mat-form-field-label, body.theme-yellow-light .accent-200 .mat-form-field-label, body.theme-yellow-light .accent-300 .mat-form-field-label, body.theme-yellow-light .accent-400 .mat-form-field-label, body.theme-yellow-light .accent-500 .mat-form-field-label, body.theme-yellow-light .accent-600 .mat-form-field-label, body.theme-yellow-light .accent-700 .mat-form-field-label, body.theme-yellow-light .accent-800 .mat-form-field-label, body.theme-yellow-light .accent-900 .mat-form-field-label, body.theme-yellow-light .accent-A100 .mat-form-field-label, body.theme-yellow-light .accent-A200 .mat-form-field-label, body.theme-yellow-light .accent-A400 .mat-form-field-label, body.theme-yellow-light .accent-A700 .mat-form-field-label, body.theme-yellow-light .accent .mat-form-field-label, body.theme-yellow-light .warn-50 .mat-form-field-label, body.theme-yellow-light .warn-100 .mat-form-field-label, body.theme-yellow-light .warn-200 .mat-form-field-label, body.theme-yellow-light .warn-300 .mat-form-field-label, body.theme-yellow-light .warn-400 .mat-form-field-label, body.theme-yellow-light .warn-A100 .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .primary-50 .mat-form-field-underline, body.theme-yellow-light .primary-100 .mat-form-field-underline, body.theme-yellow-light .primary-200 .mat-form-field-underline, body.theme-yellow-light .primary-A100 .mat-form-field-underline, body.theme-yellow-light .accent-50 .mat-form-field-underline, body.theme-yellow-light .accent-100 .mat-form-field-underline, body.theme-yellow-light .accent-200 .mat-form-field-underline, body.theme-yellow-light .accent-300 .mat-form-field-underline, body.theme-yellow-light .accent-400 .mat-form-field-underline, body.theme-yellow-light .accent-500 .mat-form-field-underline, body.theme-yellow-light .accent-600 .mat-form-field-underline, body.theme-yellow-light .accent-700 .mat-form-field-underline, body.theme-yellow-light .accent-800 .mat-form-field-underline, body.theme-yellow-light .accent-900 .mat-form-field-underline, body.theme-yellow-light .accent-A100 .mat-form-field-underline, body.theme-yellow-light .accent-A200 .mat-form-field-underline, body.theme-yellow-light .accent-A400 .mat-form-field-underline, body.theme-yellow-light .accent-A700 .mat-form-field-underline, body.theme-yellow-light .accent .mat-form-field-underline, body.theme-yellow-light .warn-50 .mat-form-field-underline, body.theme-yellow-light .warn-100 .mat-form-field-underline, body.theme-yellow-light .warn-200 .mat-form-field-underline, body.theme-yellow-light .warn-300 .mat-form-field-underline, body.theme-yellow-light .warn-400 .mat-form-field-underline, body.theme-yellow-light .warn-A100 .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .primary-50 .mat-select-trigger,
body.theme-yellow-light .primary-50 .mat-select-arrow, body.theme-yellow-light .primary-100 .mat-select-trigger,
body.theme-yellow-light .primary-100 .mat-select-arrow, body.theme-yellow-light .primary-200 .mat-select-trigger,
body.theme-yellow-light .primary-200 .mat-select-arrow, body.theme-yellow-light .primary-A100 .mat-select-trigger,
body.theme-yellow-light .primary-A100 .mat-select-arrow, body.theme-yellow-light .accent-50 .mat-select-trigger,
body.theme-yellow-light .accent-50 .mat-select-arrow, body.theme-yellow-light .accent-100 .mat-select-trigger,
body.theme-yellow-light .accent-100 .mat-select-arrow, body.theme-yellow-light .accent-200 .mat-select-trigger,
body.theme-yellow-light .accent-200 .mat-select-arrow, body.theme-yellow-light .accent-300 .mat-select-trigger,
body.theme-yellow-light .accent-300 .mat-select-arrow, body.theme-yellow-light .accent-400 .mat-select-trigger,
body.theme-yellow-light .accent-400 .mat-select-arrow, body.theme-yellow-light .accent-500 .mat-select-trigger,
body.theme-yellow-light .accent-500 .mat-select-arrow, body.theme-yellow-light .accent-600 .mat-select-trigger,
body.theme-yellow-light .accent-600 .mat-select-arrow, body.theme-yellow-light .accent-700 .mat-select-trigger,
body.theme-yellow-light .accent-700 .mat-select-arrow, body.theme-yellow-light .accent-800 .mat-select-trigger,
body.theme-yellow-light .accent-800 .mat-select-arrow, body.theme-yellow-light .accent-900 .mat-select-trigger,
body.theme-yellow-light .accent-900 .mat-select-arrow, body.theme-yellow-light .accent-A100 .mat-select-trigger,
body.theme-yellow-light .accent-A100 .mat-select-arrow, body.theme-yellow-light .accent-A200 .mat-select-trigger,
body.theme-yellow-light .accent-A200 .mat-select-arrow, body.theme-yellow-light .accent-A400 .mat-select-trigger,
body.theme-yellow-light .accent-A400 .mat-select-arrow, body.theme-yellow-light .accent-A700 .mat-select-trigger,
body.theme-yellow-light .accent-A700 .mat-select-arrow, body.theme-yellow-light .accent .mat-select-trigger,
body.theme-yellow-light .accent .mat-select-arrow, body.theme-yellow-light .warn-50 .mat-select-trigger,
body.theme-yellow-light .warn-50 .mat-select-arrow, body.theme-yellow-light .warn-100 .mat-select-trigger,
body.theme-yellow-light .warn-100 .mat-select-arrow, body.theme-yellow-light .warn-200 .mat-select-trigger,
body.theme-yellow-light .warn-200 .mat-select-arrow, body.theme-yellow-light .warn-300 .mat-select-trigger,
body.theme-yellow-light .warn-300 .mat-select-arrow, body.theme-yellow-light .warn-400 .mat-select-trigger,
body.theme-yellow-light .warn-400 .mat-select-arrow, body.theme-yellow-light .warn-A100 .mat-select-trigger,
body.theme-yellow-light .warn-A100 .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .primary-50 .mat-select-underline, body.theme-yellow-light .primary-100 .mat-select-underline, body.theme-yellow-light .primary-200 .mat-select-underline, body.theme-yellow-light .primary-A100 .mat-select-underline, body.theme-yellow-light .accent-50 .mat-select-underline, body.theme-yellow-light .accent-100 .mat-select-underline, body.theme-yellow-light .accent-200 .mat-select-underline, body.theme-yellow-light .accent-300 .mat-select-underline, body.theme-yellow-light .accent-400 .mat-select-underline, body.theme-yellow-light .accent-500 .mat-select-underline, body.theme-yellow-light .accent-600 .mat-select-underline, body.theme-yellow-light .accent-700 .mat-select-underline, body.theme-yellow-light .accent-800 .mat-select-underline, body.theme-yellow-light .accent-900 .mat-select-underline, body.theme-yellow-light .accent-A100 .mat-select-underline, body.theme-yellow-light .accent-A200 .mat-select-underline, body.theme-yellow-light .accent-A400 .mat-select-underline, body.theme-yellow-light .accent-A700 .mat-select-underline, body.theme-yellow-light .accent .mat-select-underline, body.theme-yellow-light .warn-50 .mat-select-underline, body.theme-yellow-light .warn-100 .mat-select-underline, body.theme-yellow-light .warn-200 .mat-select-underline, body.theme-yellow-light .warn-300 .mat-select-underline, body.theme-yellow-light .warn-400 .mat-select-underline, body.theme-yellow-light .warn-A100 .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-yellow-light .primary-50 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-50 .mat-select-arrow,
body.theme-yellow-light .primary-50 .mat-select-trigger, body.theme-yellow-light .primary-100 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-100 .mat-select-arrow,
body.theme-yellow-light .primary-100 .mat-select-trigger, body.theme-yellow-light .primary-200 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-200 .mat-select-arrow,
body.theme-yellow-light .primary-200 .mat-select-trigger, body.theme-yellow-light .primary-A100 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-A100 .mat-select-arrow,
body.theme-yellow-light .primary-A100 .mat-select-trigger, body.theme-yellow-light .accent-50 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-50 .mat-select-arrow,
body.theme-yellow-light .accent-50 .mat-select-trigger, body.theme-yellow-light .accent-100 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-100 .mat-select-arrow,
body.theme-yellow-light .accent-100 .mat-select-trigger, body.theme-yellow-light .accent-200 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-200 .mat-select-arrow,
body.theme-yellow-light .accent-200 .mat-select-trigger, body.theme-yellow-light .accent-300 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-300 .mat-select-arrow,
body.theme-yellow-light .accent-300 .mat-select-trigger, body.theme-yellow-light .accent-400 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-400 .mat-select-arrow,
body.theme-yellow-light .accent-400 .mat-select-trigger, body.theme-yellow-light .accent-500 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-500 .mat-select-arrow,
body.theme-yellow-light .accent-500 .mat-select-trigger, body.theme-yellow-light .accent-600 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-600 .mat-select-arrow,
body.theme-yellow-light .accent-600 .mat-select-trigger, body.theme-yellow-light .accent-700 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-700 .mat-select-arrow,
body.theme-yellow-light .accent-700 .mat-select-trigger, body.theme-yellow-light .accent-800 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-800 .mat-select-arrow,
body.theme-yellow-light .accent-800 .mat-select-trigger, body.theme-yellow-light .accent-900 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-900 .mat-select-arrow,
body.theme-yellow-light .accent-900 .mat-select-trigger, body.theme-yellow-light .accent-A100 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-A100 .mat-select-arrow,
body.theme-yellow-light .accent-A100 .mat-select-trigger, body.theme-yellow-light .accent-A200 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-A200 .mat-select-arrow,
body.theme-yellow-light .accent-A200 .mat-select-trigger, body.theme-yellow-light .accent-A400 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-A400 .mat-select-arrow,
body.theme-yellow-light .accent-A400 .mat-select-trigger, body.theme-yellow-light .accent-A700 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent-A700 .mat-select-arrow,
body.theme-yellow-light .accent-A700 .mat-select-trigger, body.theme-yellow-light .accent .mat-select-disabled .mat-select-value,
body.theme-yellow-light .accent .mat-select-arrow,
body.theme-yellow-light .accent .mat-select-trigger, body.theme-yellow-light .warn-50 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-50 .mat-select-arrow,
body.theme-yellow-light .warn-50 .mat-select-trigger, body.theme-yellow-light .warn-100 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-100 .mat-select-arrow,
body.theme-yellow-light .warn-100 .mat-select-trigger, body.theme-yellow-light .warn-200 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-200 .mat-select-arrow,
body.theme-yellow-light .warn-200 .mat-select-trigger, body.theme-yellow-light .warn-300 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-300 .mat-select-arrow,
body.theme-yellow-light .warn-300 .mat-select-trigger, body.theme-yellow-light .warn-400 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-400 .mat-select-arrow,
body.theme-yellow-light .warn-400 .mat-select-trigger, body.theme-yellow-light .warn-A100 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-A100 .mat-select-arrow,
body.theme-yellow-light .warn-A100 .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-yellow-light .primary-300 input[type=text], body.theme-yellow-light .primary-400 input[type=text], body.theme-yellow-light .primary-500 input[type=text], body.theme-yellow-light .primary-600 input[type=text], body.theme-yellow-light .primary-700 input[type=text], body.theme-yellow-light .primary-800 input[type=text], body.theme-yellow-light .primary-900 input[type=text], body.theme-yellow-light .primary-A200 input[type=text], body.theme-yellow-light .primary-A400 input[type=text], body.theme-yellow-light .primary-A700 input[type=text], body.theme-yellow-light .primary input[type=text], body.theme-yellow-light .warn-500 input[type=text], body.theme-yellow-light .warn-600 input[type=text], body.theme-yellow-light .warn-700 input[type=text], body.theme-yellow-light .warn-800 input[type=text], body.theme-yellow-light .warn-900 input[type=text], body.theme-yellow-light .warn-A200 input[type=text], body.theme-yellow-light .warn-A400 input[type=text], body.theme-yellow-light .warn-A700 input[type=text], body.theme-yellow-light .warn input[type=text] {
  color: white;
}
body.theme-yellow-light .primary-300 .mat-form-field-label, body.theme-yellow-light .primary-400 .mat-form-field-label, body.theme-yellow-light .primary-500 .mat-form-field-label, body.theme-yellow-light .primary-600 .mat-form-field-label, body.theme-yellow-light .primary-700 .mat-form-field-label, body.theme-yellow-light .primary-800 .mat-form-field-label, body.theme-yellow-light .primary-900 .mat-form-field-label, body.theme-yellow-light .primary-A200 .mat-form-field-label, body.theme-yellow-light .primary-A400 .mat-form-field-label, body.theme-yellow-light .primary-A700 .mat-form-field-label, body.theme-yellow-light .primary .mat-form-field-label, body.theme-yellow-light .warn-500 .mat-form-field-label, body.theme-yellow-light .warn-600 .mat-form-field-label, body.theme-yellow-light .warn-700 .mat-form-field-label, body.theme-yellow-light .warn-800 .mat-form-field-label, body.theme-yellow-light .warn-900 .mat-form-field-label, body.theme-yellow-light .warn-A200 .mat-form-field-label, body.theme-yellow-light .warn-A400 .mat-form-field-label, body.theme-yellow-light .warn-A700 .mat-form-field-label, body.theme-yellow-light .warn .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-yellow-light .primary-300 .mat-form-field-underline, body.theme-yellow-light .primary-400 .mat-form-field-underline, body.theme-yellow-light .primary-500 .mat-form-field-underline, body.theme-yellow-light .primary-600 .mat-form-field-underline, body.theme-yellow-light .primary-700 .mat-form-field-underline, body.theme-yellow-light .primary-800 .mat-form-field-underline, body.theme-yellow-light .primary-900 .mat-form-field-underline, body.theme-yellow-light .primary-A200 .mat-form-field-underline, body.theme-yellow-light .primary-A400 .mat-form-field-underline, body.theme-yellow-light .primary-A700 .mat-form-field-underline, body.theme-yellow-light .primary .mat-form-field-underline, body.theme-yellow-light .warn-500 .mat-form-field-underline, body.theme-yellow-light .warn-600 .mat-form-field-underline, body.theme-yellow-light .warn-700 .mat-form-field-underline, body.theme-yellow-light .warn-800 .mat-form-field-underline, body.theme-yellow-light .warn-900 .mat-form-field-underline, body.theme-yellow-light .warn-A200 .mat-form-field-underline, body.theme-yellow-light .warn-A400 .mat-form-field-underline, body.theme-yellow-light .warn-A700 .mat-form-field-underline, body.theme-yellow-light .warn .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-yellow-light .primary-300 .mat-select-trigger,
body.theme-yellow-light .primary-300 .mat-select-arrow, body.theme-yellow-light .primary-400 .mat-select-trigger,
body.theme-yellow-light .primary-400 .mat-select-arrow, body.theme-yellow-light .primary-500 .mat-select-trigger,
body.theme-yellow-light .primary-500 .mat-select-arrow, body.theme-yellow-light .primary-600 .mat-select-trigger,
body.theme-yellow-light .primary-600 .mat-select-arrow, body.theme-yellow-light .primary-700 .mat-select-trigger,
body.theme-yellow-light .primary-700 .mat-select-arrow, body.theme-yellow-light .primary-800 .mat-select-trigger,
body.theme-yellow-light .primary-800 .mat-select-arrow, body.theme-yellow-light .primary-900 .mat-select-trigger,
body.theme-yellow-light .primary-900 .mat-select-arrow, body.theme-yellow-light .primary-A200 .mat-select-trigger,
body.theme-yellow-light .primary-A200 .mat-select-arrow, body.theme-yellow-light .primary-A400 .mat-select-trigger,
body.theme-yellow-light .primary-A400 .mat-select-arrow, body.theme-yellow-light .primary-A700 .mat-select-trigger,
body.theme-yellow-light .primary-A700 .mat-select-arrow, body.theme-yellow-light .primary .mat-select-trigger,
body.theme-yellow-light .primary .mat-select-arrow, body.theme-yellow-light .warn-500 .mat-select-trigger,
body.theme-yellow-light .warn-500 .mat-select-arrow, body.theme-yellow-light .warn-600 .mat-select-trigger,
body.theme-yellow-light .warn-600 .mat-select-arrow, body.theme-yellow-light .warn-700 .mat-select-trigger,
body.theme-yellow-light .warn-700 .mat-select-arrow, body.theme-yellow-light .warn-800 .mat-select-trigger,
body.theme-yellow-light .warn-800 .mat-select-arrow, body.theme-yellow-light .warn-900 .mat-select-trigger,
body.theme-yellow-light .warn-900 .mat-select-arrow, body.theme-yellow-light .warn-A200 .mat-select-trigger,
body.theme-yellow-light .warn-A200 .mat-select-arrow, body.theme-yellow-light .warn-A400 .mat-select-trigger,
body.theme-yellow-light .warn-A400 .mat-select-arrow, body.theme-yellow-light .warn-A700 .mat-select-trigger,
body.theme-yellow-light .warn-A700 .mat-select-arrow, body.theme-yellow-light .warn .mat-select-trigger,
body.theme-yellow-light .warn .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-yellow-light .primary-300 .mat-select-underline, body.theme-yellow-light .primary-400 .mat-select-underline, body.theme-yellow-light .primary-500 .mat-select-underline, body.theme-yellow-light .primary-600 .mat-select-underline, body.theme-yellow-light .primary-700 .mat-select-underline, body.theme-yellow-light .primary-800 .mat-select-underline, body.theme-yellow-light .primary-900 .mat-select-underline, body.theme-yellow-light .primary-A200 .mat-select-underline, body.theme-yellow-light .primary-A400 .mat-select-underline, body.theme-yellow-light .primary-A700 .mat-select-underline, body.theme-yellow-light .primary .mat-select-underline, body.theme-yellow-light .warn-500 .mat-select-underline, body.theme-yellow-light .warn-600 .mat-select-underline, body.theme-yellow-light .warn-700 .mat-select-underline, body.theme-yellow-light .warn-800 .mat-select-underline, body.theme-yellow-light .warn-900 .mat-select-underline, body.theme-yellow-light .warn-A200 .mat-select-underline, body.theme-yellow-light .warn-A400 .mat-select-underline, body.theme-yellow-light .warn-A700 .mat-select-underline, body.theme-yellow-light .warn .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-yellow-light .primary-300 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-300 .mat-select-arrow,
body.theme-yellow-light .primary-300 .mat-select-trigger, body.theme-yellow-light .primary-400 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-400 .mat-select-arrow,
body.theme-yellow-light .primary-400 .mat-select-trigger, body.theme-yellow-light .primary-500 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-500 .mat-select-arrow,
body.theme-yellow-light .primary-500 .mat-select-trigger, body.theme-yellow-light .primary-600 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-600 .mat-select-arrow,
body.theme-yellow-light .primary-600 .mat-select-trigger, body.theme-yellow-light .primary-700 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-700 .mat-select-arrow,
body.theme-yellow-light .primary-700 .mat-select-trigger, body.theme-yellow-light .primary-800 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-800 .mat-select-arrow,
body.theme-yellow-light .primary-800 .mat-select-trigger, body.theme-yellow-light .primary-900 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-900 .mat-select-arrow,
body.theme-yellow-light .primary-900 .mat-select-trigger, body.theme-yellow-light .primary-A200 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-A200 .mat-select-arrow,
body.theme-yellow-light .primary-A200 .mat-select-trigger, body.theme-yellow-light .primary-A400 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-A400 .mat-select-arrow,
body.theme-yellow-light .primary-A400 .mat-select-trigger, body.theme-yellow-light .primary-A700 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary-A700 .mat-select-arrow,
body.theme-yellow-light .primary-A700 .mat-select-trigger, body.theme-yellow-light .primary .mat-select-disabled .mat-select-value,
body.theme-yellow-light .primary .mat-select-arrow,
body.theme-yellow-light .primary .mat-select-trigger, body.theme-yellow-light .warn-500 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-500 .mat-select-arrow,
body.theme-yellow-light .warn-500 .mat-select-trigger, body.theme-yellow-light .warn-600 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-600 .mat-select-arrow,
body.theme-yellow-light .warn-600 .mat-select-trigger, body.theme-yellow-light .warn-700 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-700 .mat-select-arrow,
body.theme-yellow-light .warn-700 .mat-select-trigger, body.theme-yellow-light .warn-800 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-800 .mat-select-arrow,
body.theme-yellow-light .warn-800 .mat-select-trigger, body.theme-yellow-light .warn-900 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-900 .mat-select-arrow,
body.theme-yellow-light .warn-900 .mat-select-trigger, body.theme-yellow-light .warn-A200 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-A200 .mat-select-arrow,
body.theme-yellow-light .warn-A200 .mat-select-trigger, body.theme-yellow-light .warn-A400 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-A400 .mat-select-arrow,
body.theme-yellow-light .warn-A400 .mat-select-trigger, body.theme-yellow-light .warn-A700 .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn-A700 .mat-select-arrow,
body.theme-yellow-light .warn-A700 .mat-select-trigger, body.theme-yellow-light .warn .mat-select-disabled .mat-select-value,
body.theme-yellow-light .warn .mat-select-arrow,
body.theme-yellow-light .warn .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-yellow-light .primary-300 .mat-select-value, body.theme-yellow-light .primary-400 .mat-select-value, body.theme-yellow-light .primary-500 .mat-select-value, body.theme-yellow-light .primary-600 .mat-select-value, body.theme-yellow-light .primary-700 .mat-select-value, body.theme-yellow-light .primary-800 .mat-select-value, body.theme-yellow-light .primary-900 .mat-select-value, body.theme-yellow-light .primary-A200 .mat-select-value, body.theme-yellow-light .primary-A400 .mat-select-value, body.theme-yellow-light .primary-A700 .mat-select-value, body.theme-yellow-light .primary .mat-select-value, body.theme-yellow-light .warn-500 .mat-select-value, body.theme-yellow-light .warn-600 .mat-select-value, body.theme-yellow-light .warn-700 .mat-select-value, body.theme-yellow-light .warn-800 .mat-select-value, body.theme-yellow-light .warn-900 .mat-select-value, body.theme-yellow-light .warn-A200 .mat-select-value, body.theme-yellow-light .warn-A400 .mat-select-value, body.theme-yellow-light .warn-A700 .mat-select-value, body.theme-yellow-light .warn .mat-select-value {
  color: white;
}
body.theme-blue-gray-dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-option {
  color: white;
}
body.theme-blue-gray-dark .mat-option:hover:not(.mat-option-disabled), body.theme-blue-gray-dark .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark .mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}
body.theme-blue-gray-dark .mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #2196f3;
}
body.theme-blue-gray-dark .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #607d8b;
}
body.theme-blue-gray-dark .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-pseudo-checkbox::after {
  color: #303030;
}
body.theme-blue-gray-dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}
body.theme-blue-gray-dark .mat-primary .mat-pseudo-checkbox-checked,
body.theme-blue-gray-dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #2196f3;
}
body.theme-blue-gray-dark .mat-pseudo-checkbox-checked,
body.theme-blue-gray-dark .mat-pseudo-checkbox-indeterminate,
body.theme-blue-gray-dark .mat-accent .mat-pseudo-checkbox-checked,
body.theme-blue-gray-dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #607d8b;
}
body.theme-blue-gray-dark .mat-warn .mat-pseudo-checkbox-checked,
body.theme-blue-gray-dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
body.theme-blue-gray-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body.theme-blue-gray-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
body.theme-blue-gray-dark .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-app-background, body.theme-blue-gray-dark.mat-app-background {
  background-color: #303030;
  color: white;
}
.mat-theme-loaded-marker {
  display: none;
}
body.theme-blue-gray-dark .mat-autocomplete-panel {
  background: #424242;
  color: white;
}
body.theme-blue-gray-dark .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #424242;
}
body.theme-blue-gray-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}
body.theme-blue-gray-dark .mat-badge-content {
  color: white;
  background: #2196f3;
}
.cdk-high-contrast-active body.theme-blue-gray-dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
body.theme-blue-gray-dark .mat-badge-accent .mat-badge-content {
  background: #607d8b;
  color: white;
}
body.theme-blue-gray-dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
body.theme-blue-gray-dark .mat-badge {
  position: relative;
}
body.theme-blue-gray-dark .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.theme-blue-gray-dark .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

body.theme-blue-gray-dark .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.theme-blue-gray-dark .mat-badge-content.mat-badge-active {
  transform: none;
}
body.theme-blue-gray-dark .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body.theme-blue-gray-dark .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.theme-blue-gray-dark .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.theme-blue-gray-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.theme-blue-gray-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.theme-blue-gray-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.theme-blue-gray-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.theme-blue-gray-dark .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.theme-blue-gray-dark .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.theme-blue-gray-dark .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.theme-blue-gray-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.theme-blue-gray-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.theme-blue-gray-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.theme-blue-gray-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.theme-blue-gray-dark .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
body.theme-blue-gray-dark .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.theme-blue-gray-dark .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.theme-blue-gray-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.theme-blue-gray-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.theme-blue-gray-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.theme-blue-gray-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.theme-blue-gray-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.theme-blue-gray-dark .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
body.theme-blue-gray-dark .mat-button, body.theme-blue-gray-dark .mat-icon-button, body.theme-blue-gray-dark .mat-stroked-button {
  color: inherit;
  background: transparent;
}
body.theme-blue-gray-dark .mat-button.mat-primary, body.theme-blue-gray-dark .mat-icon-button.mat-primary, body.theme-blue-gray-dark .mat-stroked-button.mat-primary {
  color: #2196f3;
}
body.theme-blue-gray-dark .mat-button.mat-accent, body.theme-blue-gray-dark .mat-icon-button.mat-accent, body.theme-blue-gray-dark .mat-stroked-button.mat-accent {
  color: #607d8b;
}
body.theme-blue-gray-dark .mat-button.mat-warn, body.theme-blue-gray-dark .mat-icon-button.mat-warn, body.theme-blue-gray-dark .mat-stroked-button.mat-warn {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-button.mat-primary[disabled], body.theme-blue-gray-dark .mat-button.mat-accent[disabled], body.theme-blue-gray-dark .mat-button.mat-warn[disabled], body.theme-blue-gray-dark .mat-button[disabled][disabled], body.theme-blue-gray-dark .mat-icon-button.mat-primary[disabled], body.theme-blue-gray-dark .mat-icon-button.mat-accent[disabled], body.theme-blue-gray-dark .mat-icon-button.mat-warn[disabled], body.theme-blue-gray-dark .mat-icon-button[disabled][disabled], body.theme-blue-gray-dark .mat-stroked-button.mat-primary[disabled], body.theme-blue-gray-dark .mat-stroked-button.mat-accent[disabled], body.theme-blue-gray-dark .mat-stroked-button.mat-warn[disabled], body.theme-blue-gray-dark .mat-stroked-button[disabled][disabled] {
  color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-button.mat-primary .mat-button-focus-overlay, body.theme-blue-gray-dark .mat-icon-button.mat-primary .mat-button-focus-overlay, body.theme-blue-gray-dark .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #2196f3;
}
body.theme-blue-gray-dark .mat-button.mat-accent .mat-button-focus-overlay, body.theme-blue-gray-dark .mat-icon-button.mat-accent .mat-button-focus-overlay, body.theme-blue-gray-dark .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #607d8b;
}
body.theme-blue-gray-dark .mat-button.mat-warn .mat-button-focus-overlay, body.theme-blue-gray-dark .mat-icon-button.mat-warn .mat-button-focus-overlay, body.theme-blue-gray-dark .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-button[disabled] .mat-button-focus-overlay, body.theme-blue-gray-dark .mat-icon-button[disabled] .mat-button-focus-overlay, body.theme-blue-gray-dark .mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}
body.theme-blue-gray-dark .mat-button .mat-ripple-element, body.theme-blue-gray-dark .mat-icon-button .mat-ripple-element, body.theme-blue-gray-dark .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
body.theme-blue-gray-dark .mat-button-focus-overlay {
  background: white;
}
body.theme-blue-gray-dark .mat-stroked-button:not([disabled]) {
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-flat-button, body.theme-blue-gray-dark .mat-raised-button, body.theme-blue-gray-dark .mat-fab, body.theme-blue-gray-dark .mat-mini-fab {
  color: white;
  background-color: #424242;
}
body.theme-blue-gray-dark .mat-flat-button.mat-primary, body.theme-blue-gray-dark .mat-raised-button.mat-primary, body.theme-blue-gray-dark .mat-fab.mat-primary, body.theme-blue-gray-dark .mat-mini-fab.mat-primary {
  color: white;
}
body.theme-blue-gray-dark .mat-flat-button.mat-accent, body.theme-blue-gray-dark .mat-raised-button.mat-accent, body.theme-blue-gray-dark .mat-fab.mat-accent, body.theme-blue-gray-dark .mat-mini-fab.mat-accent {
  color: white;
}
body.theme-blue-gray-dark .mat-flat-button.mat-warn, body.theme-blue-gray-dark .mat-raised-button.mat-warn, body.theme-blue-gray-dark .mat-fab.mat-warn, body.theme-blue-gray-dark .mat-mini-fab.mat-warn {
  color: white;
}
body.theme-blue-gray-dark .mat-flat-button.mat-primary[disabled], body.theme-blue-gray-dark .mat-flat-button.mat-accent[disabled], body.theme-blue-gray-dark .mat-flat-button.mat-warn[disabled], body.theme-blue-gray-dark .mat-flat-button[disabled][disabled], body.theme-blue-gray-dark .mat-raised-button.mat-primary[disabled], body.theme-blue-gray-dark .mat-raised-button.mat-accent[disabled], body.theme-blue-gray-dark .mat-raised-button.mat-warn[disabled], body.theme-blue-gray-dark .mat-raised-button[disabled][disabled], body.theme-blue-gray-dark .mat-fab.mat-primary[disabled], body.theme-blue-gray-dark .mat-fab.mat-accent[disabled], body.theme-blue-gray-dark .mat-fab.mat-warn[disabled], body.theme-blue-gray-dark .mat-fab[disabled][disabled], body.theme-blue-gray-dark .mat-mini-fab.mat-primary[disabled], body.theme-blue-gray-dark .mat-mini-fab.mat-accent[disabled], body.theme-blue-gray-dark .mat-mini-fab.mat-warn[disabled], body.theme-blue-gray-dark .mat-mini-fab[disabled][disabled] {
  color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-flat-button.mat-primary, body.theme-blue-gray-dark .mat-raised-button.mat-primary, body.theme-blue-gray-dark .mat-fab.mat-primary, body.theme-blue-gray-dark .mat-mini-fab.mat-primary {
  background-color: #2196f3;
}
body.theme-blue-gray-dark .mat-flat-button.mat-accent, body.theme-blue-gray-dark .mat-raised-button.mat-accent, body.theme-blue-gray-dark .mat-fab.mat-accent, body.theme-blue-gray-dark .mat-mini-fab.mat-accent {
  background-color: #607d8b;
}
body.theme-blue-gray-dark .mat-flat-button.mat-warn, body.theme-blue-gray-dark .mat-raised-button.mat-warn, body.theme-blue-gray-dark .mat-fab.mat-warn, body.theme-blue-gray-dark .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-flat-button.mat-primary[disabled], body.theme-blue-gray-dark .mat-flat-button.mat-accent[disabled], body.theme-blue-gray-dark .mat-flat-button.mat-warn[disabled], body.theme-blue-gray-dark .mat-flat-button[disabled][disabled], body.theme-blue-gray-dark .mat-raised-button.mat-primary[disabled], body.theme-blue-gray-dark .mat-raised-button.mat-accent[disabled], body.theme-blue-gray-dark .mat-raised-button.mat-warn[disabled], body.theme-blue-gray-dark .mat-raised-button[disabled][disabled], body.theme-blue-gray-dark .mat-fab.mat-primary[disabled], body.theme-blue-gray-dark .mat-fab.mat-accent[disabled], body.theme-blue-gray-dark .mat-fab.mat-warn[disabled], body.theme-blue-gray-dark .mat-fab[disabled][disabled], body.theme-blue-gray-dark .mat-mini-fab.mat-primary[disabled], body.theme-blue-gray-dark .mat-mini-fab.mat-accent[disabled], body.theme-blue-gray-dark .mat-mini-fab.mat-warn[disabled], body.theme-blue-gray-dark .mat-mini-fab[disabled][disabled] {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-flat-button.mat-primary .mat-ripple-element, body.theme-blue-gray-dark .mat-raised-button.mat-primary .mat-ripple-element, body.theme-blue-gray-dark .mat-fab.mat-primary .mat-ripple-element, body.theme-blue-gray-dark .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-flat-button.mat-accent .mat-ripple-element, body.theme-blue-gray-dark .mat-raised-button.mat-accent .mat-ripple-element, body.theme-blue-gray-dark .mat-fab.mat-accent .mat-ripple-element, body.theme-blue-gray-dark .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-flat-button.mat-warn .mat-ripple-element, body.theme-blue-gray-dark .mat-raised-button.mat-warn .mat-ripple-element, body.theme-blue-gray-dark .mat-fab.mat-warn .mat-ripple-element, body.theme-blue-gray-dark .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-stroked-button:not([class*=mat-elevation-z]), body.theme-blue-gray-dark .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-fab:not([class*=mat-elevation-z]), body.theme-blue-gray-dark .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), body.theme-blue-gray-dark .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-fab[disabled]:not([class*=mat-elevation-z]), body.theme-blue-gray-dark .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-button-toggle-standalone,
body.theme-blue-gray-dark .mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-blue-gray-dark .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
body.theme-blue-gray-dark .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
body.theme-blue-gray-dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
body.theme-blue-gray-dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
body.theme-blue-gray-dark .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
body.theme-blue-gray-dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
body.theme-blue-gray-dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
body.theme-blue-gray-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-blue-gray-dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-card {
  background: #424242;
  color: white;
}
body.theme-blue-gray-dark .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-checkbox-frame {
  border-color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-checkbox-checkmark {
  fill: #303030;
}
body.theme-blue-gray-dark .mat-checkbox-checkmark-path {
  stroke: #303030 !important;
}
body.theme-blue-gray-dark .mat-checkbox-mixedmark {
  background-color: #303030;
}
body.theme-blue-gray-dark .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body.theme-blue-gray-dark .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #2196f3;
}
body.theme-blue-gray-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, body.theme-blue-gray-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #607d8b;
}
body.theme-blue-gray-dark .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, body.theme-blue-gray-dark .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, body.theme-blue-gray-dark .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}
body.theme-blue-gray-dark .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}
body.theme-blue-gray-dark .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-checkbox .mat-ripple-element {
  background-color: white;
}
body.theme-blue-gray-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body.theme-blue-gray-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #2196f3;
}
body.theme-blue-gray-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body.theme-blue-gray-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #607d8b;
}
body.theme-blue-gray-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body.theme-blue-gray-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip {
  background-color: #616161;
  color: white;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip::after {
  background: white;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #2196f3;
  color: white;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #607d8b;
  color: white;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-blue-gray-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-table {
  background: #424242;
}
body.theme-blue-gray-dark .mat-table thead, body.theme-blue-gray-dark .mat-table tbody, body.theme-blue-gray-dark .mat-table tfoot,
body.theme-blue-gray-dark mat-header-row, body.theme-blue-gray-dark mat-row, body.theme-blue-gray-dark mat-footer-row,
body.theme-blue-gray-dark [mat-header-row], body.theme-blue-gray-dark [mat-row], body.theme-blue-gray-dark [mat-footer-row],
body.theme-blue-gray-dark .mat-table-sticky {
  background: inherit;
}
body.theme-blue-gray-dark mat-row, body.theme-blue-gray-dark mat-header-row, body.theme-blue-gray-dark mat-footer-row,
body.theme-blue-gray-dark th.mat-header-cell, body.theme-blue-gray-dark td.mat-cell, body.theme-blue-gray-dark td.mat-footer-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-header-cell {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-cell, body.theme-blue-gray-dark .mat-footer-cell {
  color: white;
}
body.theme-blue-gray-dark .mat-calendar-arrow {
  border-top-color: white;
}
body.theme-blue-gray-dark .mat-datepicker-toggle,
body.theme-blue-gray-dark .mat-datepicker-content .mat-calendar-next-button,
body.theme-blue-gray-dark .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
body.theme-blue-gray-dark .mat-calendar-table-header {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-calendar-body-cell-content {
  color: white;
  border-color: transparent;
}
body.theme-blue-gray-dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
body.theme-blue-gray-dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
body.theme-blue-gray-dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-calendar-body-selected {
  background-color: #2196f3;
  color: white;
}
body.theme-blue-gray-dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(33, 150, 243, 0.4);
}
body.theme-blue-gray-dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-blue-gray-dark .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
  color: white;
}
body.theme-blue-gray-dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #607d8b;
  color: white;
}
body.theme-blue-gray-dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(96, 125, 139, 0.4);
}
body.theme-blue-gray-dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-blue-gray-dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
body.theme-blue-gray-dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
body.theme-blue-gray-dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-blue-gray-dark .mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-datepicker-toggle-active {
  color: #2196f3;
}
body.theme-blue-gray-dark .mat-datepicker-toggle-active.mat-accent {
  color: #607d8b;
}
body.theme-blue-gray-dark .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
body.theme-blue-gray-dark .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-expansion-panel {
  background: #424242;
  color: white;
}
body.theme-blue-gray-dark .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.theme-blue-gray-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.theme-blue-gray-dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  body.theme-blue-gray-dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
body.theme-blue-gray-dark .mat-expansion-panel-header-title {
  color: white;
}
body.theme-blue-gray-dark .mat-expansion-panel-header-description,
body.theme-blue-gray-dark .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.theme-blue-gray-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
body.theme-blue-gray-dark .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-form-field.mat-focused .mat-form-field-label {
  color: #2196f3;
}
body.theme-blue-gray-dark .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #607d8b;
}
body.theme-blue-gray-dark .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-focused .mat-form-field-required-marker {
  color: #607d8b;
}
body.theme-blue-gray-dark .mat-form-field-ripple {
  background-color: white;
}
body.theme-blue-gray-dark .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #2196f3;
}
body.theme-blue-gray-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #607d8b;
}
body.theme-blue-gray-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #2196f3;
}
body.theme-blue-gray-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #607d8b;
}
body.theme-blue-gray-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body.theme-blue-gray-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body.theme-blue-gray-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-error {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-blue-gray-dark .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-blue-gray-dark .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-blue-gray-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}
body.theme-blue-gray-dark .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
body.theme-blue-gray-dark .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: white;
}
body.theme-blue-gray-dark .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #2196f3;
}
body.theme-blue-gray-dark .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #607d8b;
}
body.theme-blue-gray-dark .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}
body.theme-blue-gray-dark .mat-icon.mat-primary {
  color: #2196f3;
}
body.theme-blue-gray-dark .mat-icon.mat-accent {
  color: #607d8b;
}
body.theme-blue-gray-dark .mat-icon.mat-warn {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-input-element:disabled,
body.theme-blue-gray-dark .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-input-element {
  caret-color: #2196f3;
}
body.theme-blue-gray-dark .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-input-element::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-input-element option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-blue-gray-dark .mat-input-element option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-blue-gray-dark .mat-accent .mat-input-element {
  caret-color: #607d8b;
}
body.theme-blue-gray-dark .mat-warn .mat-input-element,
body.theme-blue-gray-dark .mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
body.theme-blue-gray-dark .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-list-base .mat-list-item {
  color: white;
}
body.theme-blue-gray-dark .mat-list-base .mat-list-option {
  color: white;
}
body.theme-blue-gray-dark .mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-list-item-disabled {
  background-color: black;
}
body.theme-blue-gray-dark .mat-list-option:hover, body.theme-blue-gray-dark .mat-list-option:focus,
body.theme-blue-gray-dark .mat-nav-list .mat-list-item:hover,
body.theme-blue-gray-dark .mat-nav-list .mat-list-item:focus,
body.theme-blue-gray-dark .mat-action-list .mat-list-item:hover,
body.theme-blue-gray-dark .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark .mat-list-single-selected-option, body.theme-blue-gray-dark .mat-list-single-selected-option:hover, body.theme-blue-gray-dark .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-menu-panel {
  background: #424242;
}
body.theme-blue-gray-dark .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-menu-item {
  background: transparent;
  color: white;
}
body.theme-blue-gray-dark .mat-menu-item[disabled], body.theme-blue-gray-dark .mat-menu-item[disabled]::after {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-menu-item .mat-icon-no-color,
body.theme-blue-gray-dark .mat-menu-item-submenu-trigger::after {
  color: white;
}
body.theme-blue-gray-dark .mat-menu-item:hover:not([disabled]),
body.theme-blue-gray-dark .mat-menu-item.cdk-program-focused:not([disabled]),
body.theme-blue-gray-dark .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body.theme-blue-gray-dark .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark .mat-paginator {
  background: #424242;
}
body.theme-blue-gray-dark .mat-paginator,
body.theme-blue-gray-dark .mat-paginator-page-size .mat-select-trigger {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-paginator-decrement,
body.theme-blue-gray-dark .mat-paginator-increment {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
body.theme-blue-gray-dark .mat-paginator-first,
body.theme-blue-gray-dark .mat-paginator-last {
  border-top: 2px solid white;
}
body.theme-blue-gray-dark .mat-icon-button[disabled] .mat-paginator-decrement,
body.theme-blue-gray-dark .mat-icon-button[disabled] .mat-paginator-increment,
body.theme-blue-gray-dark .mat-icon-button[disabled] .mat-paginator-first,
body.theme-blue-gray-dark .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-progress-bar-background {
  fill: #bbdefb;
}
body.theme-blue-gray-dark .mat-progress-bar-buffer {
  background-color: #bbdefb;
}
body.theme-blue-gray-dark .mat-progress-bar-fill::after {
  background-color: #2196f3;
}
body.theme-blue-gray-dark .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #cfd8dc;
}
body.theme-blue-gray-dark .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #cfd8dc;
}
body.theme-blue-gray-dark .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #607d8b;
}
body.theme-blue-gray-dark .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
body.theme-blue-gray-dark .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
body.theme-blue-gray-dark .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-progress-spinner circle, body.theme-blue-gray-dark .mat-spinner circle {
  stroke: #2196f3;
}
body.theme-blue-gray-dark .mat-progress-spinner.mat-accent circle, body.theme-blue-gray-dark .mat-spinner.mat-accent circle {
  stroke: #607d8b;
}
body.theme-blue-gray-dark .mat-progress-spinner.mat-warn circle, body.theme-blue-gray-dark .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
body.theme-blue-gray-dark .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #2196f3;
}
body.theme-blue-gray-dark .mat-radio-button.mat-primary .mat-radio-inner-circle,
body.theme-blue-gray-dark .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-blue-gray-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, body.theme-blue-gray-dark .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #2196f3;
}
body.theme-blue-gray-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #607d8b;
}
body.theme-blue-gray-dark .mat-radio-button.mat-accent .mat-radio-inner-circle,
body.theme-blue-gray-dark .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-blue-gray-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, body.theme-blue-gray-dark .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #607d8b;
}
body.theme-blue-gray-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
body.theme-blue-gray-dark .mat-radio-button.mat-warn .mat-radio-inner-circle,
body.theme-blue-gray-dark .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-blue-gray-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, body.theme-blue-gray-dark .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body.theme-blue-gray-dark .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body.theme-blue-gray-dark .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-radio-button .mat-ripple-element {
  background-color: white;
}
body.theme-blue-gray-dark .mat-select-value {
  color: white;
}
body.theme-blue-gray-dark .mat-select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-select-disabled .mat-select-value {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-select-arrow {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-select-panel {
  background: #424242;
}
body.theme-blue-gray-dark .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #2196f3;
}
body.theme-blue-gray-dark .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #607d8b;
}
body.theme-blue-gray-dark .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-drawer-container {
  background-color: #303030;
  color: white;
}
body.theme-blue-gray-dark .mat-drawer {
  background-color: #424242;
  color: white;
}
body.theme-blue-gray-dark .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
body.theme-blue-gray-dark .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
body.theme-blue-gray-dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
body.theme-blue-gray-dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
body.theme-blue-gray-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #607d8b;
}
body.theme-blue-gray-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(96, 125, 139, 0.54);
}
body.theme-blue-gray-dark .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #607d8b;
}
body.theme-blue-gray-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #2196f3;
}
body.theme-blue-gray-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(33, 150, 243, 0.54);
}
body.theme-blue-gray-dark .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #2196f3;
}
body.theme-blue-gray-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
body.theme-blue-gray-dark .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: white;
}
body.theme-blue-gray-dark .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #bdbdbd;
}
body.theme-blue-gray-dark .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-primary .mat-slider-track-fill,
body.theme-blue-gray-dark .mat-primary .mat-slider-thumb,
body.theme-blue-gray-dark .mat-primary .mat-slider-thumb-label {
  background-color: #2196f3;
}
body.theme-blue-gray-dark .mat-primary .mat-slider-thumb-label-text {
  color: white;
}
body.theme-blue-gray-dark .mat-accent .mat-slider-track-fill,
body.theme-blue-gray-dark .mat-accent .mat-slider-thumb,
body.theme-blue-gray-dark .mat-accent .mat-slider-thumb-label {
  background-color: #607d8b;
}
body.theme-blue-gray-dark .mat-accent .mat-slider-thumb-label-text {
  color: white;
}
body.theme-blue-gray-dark .mat-warn .mat-slider-track-fill,
body.theme-blue-gray-dark .mat-warn .mat-slider-thumb,
body.theme-blue-gray-dark .mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
body.theme-blue-gray-dark .mat-slider-focus-ring {
  background-color: rgba(96, 125, 139, 0.2);
}
body.theme-blue-gray-dark .mat-slider:hover .mat-slider-track-background,
body.theme-blue-gray-dark .cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-slider-disabled .mat-slider-track-background,
body.theme-blue-gray-dark .mat-slider-disabled .mat-slider-track-fill,
body.theme-blue-gray-dark .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body.theme-blue-gray-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}
body.theme-blue-gray-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body.theme-blue-gray-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
body.theme-blue-gray-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body.theme-blue-gray-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body.theme-blue-gray-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
body.theme-blue-gray-dark .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
body.theme-blue-gray-dark .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
body.theme-blue-gray-dark .mat-step-header.cdk-keyboard-focused, body.theme-blue-gray-dark .mat-step-header.cdk-program-focused, body.theme-blue-gray-dark .mat-step-header:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  body.theme-blue-gray-dark .mat-step-header:hover {
    background: none;
  }
}
body.theme-blue-gray-dark .mat-step-header .mat-step-label,
body.theme-blue-gray-dark .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
body.theme-blue-gray-dark .mat-step-header .mat-step-icon-selected,
body.theme-blue-gray-dark .mat-step-header .mat-step-icon-state-done,
body.theme-blue-gray-dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #2196f3;
  color: white;
}
body.theme-blue-gray-dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
body.theme-blue-gray-dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
body.theme-blue-gray-dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
body.theme-blue-gray-dark .mat-stepper-horizontal, body.theme-blue-gray-dark .mat-stepper-vertical {
  background-color: #424242;
}
body.theme-blue-gray-dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-horizontal-stepper-header::before,
body.theme-blue-gray-dark .mat-horizontal-stepper-header::after,
body.theme-blue-gray-dark .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-sort-header-arrow {
  color: #c6c6c6;
}
body.theme-blue-gray-dark .mat-tab-nav-bar,
body.theme-blue-gray-dark .mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-tab-group-inverted-header .mat-tab-nav-bar,
body.theme-blue-gray-dark .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
body.theme-blue-gray-dark .mat-tab-label, body.theme-blue-gray-dark .mat-tab-link {
  color: white;
}
body.theme-blue-gray-dark .mat-tab-label.mat-tab-disabled, body.theme-blue-gray-dark .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-blue-gray-dark .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .mat-tab-group[class*=mat-background-] .mat-tab-header,
body.theme-blue-gray-dark .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
body.theme-blue-gray-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(187, 222, 251, 0.3);
}
body.theme-blue-gray-dark .mat-tab-group.mat-primary .mat-ink-bar, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #2196f3;
}
body.theme-blue-gray-dark .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white;
}
body.theme-blue-gray-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}
body.theme-blue-gray-dark .mat-tab-group.mat-accent .mat-ink-bar, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #607d8b;
}
body.theme-blue-gray-dark .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white;
}
body.theme-blue-gray-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-blue-gray-dark .mat-tab-group.mat-warn .mat-ink-bar, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(187, 222, 251, 0.3);
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-header, body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-links, body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-header-pagination, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-links, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: #2196f3;
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-label, body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-link, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white;
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-primary .mat-ripple-element, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(207, 216, 220, 0.3);
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-header, body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-links, body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-header-pagination, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-links, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #607d8b;
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-label, body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-link, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white;
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-accent .mat-ripple-element, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-header, body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-links, body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-header-pagination, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-links, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #f44336;
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-label, body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-link, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
body.theme-blue-gray-dark .mat-tab-group.mat-background-warn .mat-ripple-element, body.theme-blue-gray-dark .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .mat-toolbar {
  background: #212121;
  color: white;
}
body.theme-blue-gray-dark .mat-toolbar.mat-primary {
  background: #2196f3;
  color: white;
}
body.theme-blue-gray-dark .mat-toolbar.mat-accent {
  background: #607d8b;
  color: white;
}
body.theme-blue-gray-dark .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
body.theme-blue-gray-dark .mat-toolbar .mat-form-field-underline,
body.theme-blue-gray-dark .mat-toolbar .mat-form-field-ripple,
body.theme-blue-gray-dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body.theme-blue-gray-dark .mat-toolbar .mat-form-field-label,
body.theme-blue-gray-dark .mat-toolbar .mat-focused .mat-form-field-label,
body.theme-blue-gray-dark .mat-toolbar .mat-select-value,
body.theme-blue-gray-dark .mat-toolbar .mat-select-arrow,
body.theme-blue-gray-dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body.theme-blue-gray-dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
body.theme-blue-gray-dark .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
body.theme-blue-gray-dark .mat-tree {
  background: #424242;
}
body.theme-blue-gray-dark .mat-tree-node,
body.theme-blue-gray-dark .mat-nested-tree-node {
  color: white;
}
body.theme-blue-gray-dark .mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-blue-gray-dark .mat-simple-snackbar-action {
  color: inherit;
}
body.theme-blue-gray-dark {
  color: white;
  background: #303030;
}
body.theme-blue-gray-dark .secondary-text {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .icon,
body.theme-blue-gray-dark i {
  color: white;
}
body.theme-blue-gray-dark .hint-text {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-blue-gray-dark .fade-text {
  color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .fuse-card {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .avatar {
  color: white;
}
body.theme-blue-gray-dark .navigation-simple .item.selected {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-blue-gray-dark .navigation-simple .subheader {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark table.simple thead tr th {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark table.simple tbody tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .page-layout.carded.fullwidth > .center > .content-card {
  background: #424242;
  border-radius: 8px 8px 0 0;
}
body.theme-blue-gray-dark .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
 body.theme-blue-gray-dark .page-layout.carded.right-sidebar > .center > .content-card {
  background: #424242;
  border-radius: 8px 8px 0 0;
}
 body.theme-blue-gray-dark .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
 body.theme-blue-gray-dark .page-layout.simple.right-sidebar > .center > .content {
  background: #424242;
}
 body.theme-blue-gray-dark .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: #424242;
}
body.theme-blue-gray-dark a {
  color: #607d8b;
}
body.theme-blue-gray-dark code:not(.highlight) {
  background-color: #212121;
}
body.theme-blue-gray-dark .changelog .entry {
  background-color: #424242;
}
body.theme-blue-gray-dark fuse-countdown .fuse-countdown .time .title {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .fuse-search-bar.expanded {
  background-color: #303030;
}
body.theme-blue-gray-dark fuse-sidebar {
  background: #303030;
}
body.theme-blue-gray-dark .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-blue-gray-dark .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-blue-gray-dark fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark fuse-theme-options .theme-options-panel form .group h2 {
  background: #303030;
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-blue-gray-dark .fuse-material-color-picker-menu .mat-menu-content .views {
  background: #303030;
}
body.theme-blue-gray-dark fuse-widget > .fuse-widget-front,
body.theme-blue-gray-dark fuse-widget > .fuse-widget-back {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark toolbar .toolbar-separator {
  background: rgba(255, 255, 255, 0.12);
}
body.theme-blue-gray-dark .primary-50-border-right {
  border-right-color: #e3f2fd !important;
}
body.theme-blue-gray-dark .primary-100-border-right {
  border-right-color: #bbdefb !important;
}
body.theme-blue-gray-dark .primary-200-border-right {
  border-right-color: #90caf9 !important;
}
body.theme-blue-gray-dark .primary-300-border-right {
  border-right-color: #64b5f6 !important;
}
body.theme-blue-gray-dark .primary-400-border-right {
  border-right-color: #42a5f5 !important;
}
body.theme-blue-gray-dark .primary-500-border-right {
  border-right-color: #2196f3 !important;
}
body.theme-blue-gray-dark .primary-600-border-right {
  border-right-color: #1e88e5 !important;
}
body.theme-blue-gray-dark .primary-700-border-right {
  border-right-color: #1976d2 !important;
}
body.theme-blue-gray-dark .primary-800-border-right {
  border-right-color: #1565c0 !important;
}
body.theme-blue-gray-dark .primary-900-fg {
  color: #0d47a1 !important;
}
body.theme-blue-gray-dark .primary-900-border-right {
  border-right-color: #0d47a1 !important;
}
body.theme-blue-gray-dark .primary-A100-border-right {
  border-right-color: #82b1ff !important;
}
body.theme-blue-gray-dark .primary-A200-border-right {
  border-right-color: #448aff !important;
}
body.theme-blue-gray-dark .primary-A400-border-right {
  border-right-color: #2979ff !important;
}
body.theme-blue-gray-dark .primary-A700-border-right {
  border-right-color: #2962ff !important;
}
body.theme-blue-gray-dark .primary {
  background-color: #2196f3 !important;
  color: white !important;
}
body.theme-blue-gray-dark .primary[disabled] {
  background-color: rgba(33, 150, 243, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .primary-border-right {
  border-right-color: #2196f3 !important;
}
body.theme-blue-gray-dark .accent-50-border-right {
  border-right-color: #eceff1 !important;
}
body.theme-blue-gray-dark .accent-100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-300-border-right {
  border-right-color: #90a4ae !important;
}
body.theme-blue-gray-dark .accent-400-border-right {
  border-right-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-500-border-right {
  border-right-color: #607d8b !important;
}
body.theme-blue-gray-dark .accent-600-border-right {
  border-right-color: #546e7a !important;
}
body.theme-blue-gray-dark .accent-700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent-800-border-right {
  border-right-color: #37474f !important;
}
body.theme-blue-gray-dark .accent-900-border-right {
  border-right-color: #263238 !important;
}
body.theme-blue-gray-dark .accent-A100-border-right {
  border-right-color: #cfd8dc !important;
}
body.theme-blue-gray-dark .accent-A200-border-right {
  border-right-color: #b0bec5 !important;
}
body.theme-blue-gray-dark .accent-A400-border-right {
  border-right-color: #78909c !important;
}
body.theme-blue-gray-dark .accent-A700-border-right {
  border-right-color: #455a64 !important;
}
body.theme-blue-gray-dark .accent {
  background-color: #607d8b !important;
  color: white !important;
}
body.theme-blue-gray-dark .accent[disabled] {
  background-color: rgba(96, 125, 139, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .accent-border-right {
  border-right-color: #607d8b !important;
}
body.theme-blue-gray-dark .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-blue-gray-dark .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-blue-gray-dark .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-blue-gray-dark .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-blue-gray-dark .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-blue-gray-dark .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-blue-gray-dark .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-blue-gray-dark .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-blue-gray-dark .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-blue-gray-dark .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-blue-gray-dark .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-blue-gray-dark .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-blue-gray-dark .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-blue-gray-dark .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-blue-gray-dark .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-blue-gray-dark .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-blue-gray-dark .warn-border-right {
  border-right-color: #f44336 !important;
}
 body.theme-blue-gray-dark .primary i,
body.theme-blue-gray-dark .primary .icon, body.theme-blue-gray-dark .accent i,
body.theme-blue-gray-dark .accent .icon, body.theme-blue-gray-dark .warn i,
body.theme-blue-gray-dark .warn .icon {
  color: white;
}
 body.theme-blue-gray-dark .primary.secondary-text,
body.theme-blue-gray-dark .primary .secondary-text, body.theme-blue-gray-dark .accent.secondary-text,
body.theme-blue-gray-dark .accent .secondary-text, body.theme-blue-gray-dark .warn.secondary-text,
body.theme-blue-gray-dark .warn .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
 body.theme-blue-gray-dark .primary.hint-text,
body.theme-blue-gray-dark .primary .hint-text, body.theme-blue-gray-dark .accent.hint-text,
body.theme-blue-gray-dark .accent .hint-text, body.theme-blue-gray-dark .warn.hint-text,
body.theme-blue-gray-dark .warn .hint-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
 body.theme-blue-gray-dark .primary .mat-ripple-element, body.theme-blue-gray-dark .accent .mat-ripple-element, body.theme-blue-gray-dark .warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
 body.theme-blue-gray-dark .primary input[type=text], body.theme-blue-gray-dark .accent input[type=text], body.theme-blue-gray-dark .warn input[type=text] {
  color: white;
}
 body.theme-blue-gray-dark .primary .mat-form-field-label, body.theme-blue-gray-dark .accent .mat-form-field-label, body.theme-blue-gray-dark .warn .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
 body.theme-blue-gray-dark .primary .mat-form-field-underline, body.theme-blue-gray-dark .accent .mat-form-field-underline, body.theme-blue-gray-dark .warn .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
 body.theme-blue-gray-dark .primary .mat-select-trigger,
body.theme-blue-gray-dark .primary .mat-select-arrow, body.theme-blue-gray-dark .accent .mat-select-trigger,
body.theme-blue-gray-dark .accent .mat-select-arrow, body.theme-blue-gray-dark .warn .mat-select-trigger,
body.theme-blue-gray-dark .warn .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
 body.theme-blue-gray-dark .primary .mat-select-underline, body.theme-blue-gray-dark .accent .mat-select-underline, body.theme-blue-gray-dark .warn .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
 body.theme-blue-gray-dark .primary .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .primary .mat-select-arrow,
body.theme-blue-gray-dark .primary .mat-select-trigger, body.theme-blue-gray-dark .accent .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .accent .mat-select-arrow,
body.theme-blue-gray-dark .accent .mat-select-trigger, body.theme-blue-gray-dark .warn .mat-select-disabled .mat-select-value,
body.theme-blue-gray-dark .warn .mat-select-arrow,
body.theme-blue-gray-dark .warn .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
 body.theme-blue-gray-dark .primary .mat-select-value, body.theme-blue-gray-dark .accent .mat-select-value, body.theme-blue-gray-dark .warn .mat-select-value {
  color: white;
}
body.theme-pink-dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-option {
  color: white;
}
body.theme-pink-dark .mat-option:hover:not(.mat-option-disabled), body.theme-pink-dark .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark .mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}
body.theme-pink-dark .mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e91e63;
}
body.theme-pink-dark .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e91e63;
}
body.theme-pink-dark .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #f44336;
}
body.theme-pink-dark .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-pseudo-checkbox::after {
  color: #303030;
}
body.theme-pink-dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}
body.theme-pink-dark .mat-primary .mat-pseudo-checkbox-checked,
body.theme-pink-dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #e91e63;
}
body.theme-pink-dark .mat-pseudo-checkbox-checked,
body.theme-pink-dark .mat-pseudo-checkbox-indeterminate,
body.theme-pink-dark .mat-accent .mat-pseudo-checkbox-checked,
body.theme-pink-dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #e91e63;
}
body.theme-pink-dark .mat-warn .mat-pseudo-checkbox-checked,
body.theme-pink-dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336;
}
body.theme-pink-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
body.theme-pink-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
body.theme-pink-dark .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-app-background, body.theme-pink-dark.mat-app-background {
  background-color: #303030;
  color: white;
}
.mat-theme-loaded-marker {
  display: none;
}
body.theme-pink-dark .mat-autocomplete-panel {
  background: #424242;
  color: white;
}
body.theme-pink-dark .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #424242;
}
body.theme-pink-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}
body.theme-pink-dark .mat-badge-content {
  color: white;
  background: #e91e63;
}
.cdk-high-contrast-active body.theme-pink-dark .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
body.theme-pink-dark .mat-badge-accent .mat-badge-content {
  background: #e91e63;
  color: white;
}
body.theme-pink-dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
body.theme-pink-dark .mat-badge {
  position: relative;
}
body.theme-pink-dark .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.theme-pink-dark .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
body.theme-pink-dark .ng-animate-disabled .mat-badge-content,
body.theme-pink-dark .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.theme-pink-dark .mat-badge-content.mat-badge-active {
  transform: none;
}
body.theme-pink-dark .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body.theme-pink-dark .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.theme-pink-dark .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.theme-pink-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.theme-pink-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.theme-pink-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.theme-pink-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.theme-pink-dark .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.theme-pink-dark .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.theme-pink-dark .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.theme-pink-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.theme-pink-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.theme-pink-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.theme-pink-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.theme-pink-dark .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
body.theme-pink-dark .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.theme-pink-dark .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.theme-pink-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.theme-pink-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.theme-pink-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.theme-pink-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.theme-pink-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.theme-pink-dark .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
body.theme-pink-dark .mat-button, body.theme-pink-dark .mat-icon-button, body.theme-pink-dark .mat-stroked-button {
  color: inherit;
  background: transparent;
}
body.theme-pink-dark .mat-button.mat-primary, body.theme-pink-dark .mat-icon-button.mat-primary, body.theme-pink-dark .mat-stroked-button.mat-primary {
  color: #e91e63;
}
body.theme-pink-dark .mat-button.mat-accent, body.theme-pink-dark .mat-icon-button.mat-accent, body.theme-pink-dark .mat-stroked-button.mat-accent {
  color: #e91e63;
}
body.theme-pink-dark .mat-button.mat-warn, body.theme-pink-dark .mat-icon-button.mat-warn, body.theme-pink-dark .mat-stroked-button.mat-warn {
  color: #f44336;
}
body.theme-pink-dark .mat-button.mat-primary[disabled], body.theme-pink-dark .mat-button.mat-accent[disabled], body.theme-pink-dark .mat-button.mat-warn[disabled], body.theme-pink-dark .mat-button[disabled][disabled], body.theme-pink-dark .mat-icon-button.mat-primary[disabled], body.theme-pink-dark .mat-icon-button.mat-accent[disabled], body.theme-pink-dark .mat-icon-button.mat-warn[disabled], body.theme-pink-dark .mat-icon-button[disabled][disabled], body.theme-pink-dark .mat-stroked-button.mat-primary[disabled], body.theme-pink-dark .mat-stroked-button.mat-accent[disabled], body.theme-pink-dark .mat-stroked-button.mat-warn[disabled], body.theme-pink-dark .mat-stroked-button[disabled][disabled] {
  color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-button.mat-primary .mat-button-focus-overlay, body.theme-pink-dark .mat-icon-button.mat-primary .mat-button-focus-overlay, body.theme-pink-dark .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-button.mat-accent .mat-button-focus-overlay, body.theme-pink-dark .mat-icon-button.mat-accent .mat-button-focus-overlay, body.theme-pink-dark .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-button.mat-warn .mat-button-focus-overlay, body.theme-pink-dark .mat-icon-button.mat-warn .mat-button-focus-overlay, body.theme-pink-dark .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #f44336;
}
body.theme-pink-dark .mat-button[disabled] .mat-button-focus-overlay, body.theme-pink-dark .mat-icon-button[disabled] .mat-button-focus-overlay, body.theme-pink-dark .mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}
body.theme-pink-dark .mat-button .mat-ripple-element, body.theme-pink-dark .mat-icon-button .mat-ripple-element, body.theme-pink-dark .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
body.theme-pink-dark .mat-button-focus-overlay {
  background: white;
}
body.theme-pink-dark .mat-stroked-button:not([disabled]) {
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-flat-button, body.theme-pink-dark .mat-raised-button, body.theme-pink-dark .mat-fab, body.theme-pink-dark .mat-mini-fab {
  color: white;
  background-color: #424242;
}
body.theme-pink-dark .mat-flat-button.mat-primary, body.theme-pink-dark .mat-raised-button.mat-primary, body.theme-pink-dark .mat-fab.mat-primary, body.theme-pink-dark .mat-mini-fab.mat-primary {
  color: white;
}
body.theme-pink-dark .mat-flat-button.mat-accent, body.theme-pink-dark .mat-raised-button.mat-accent, body.theme-pink-dark .mat-fab.mat-accent, body.theme-pink-dark .mat-mini-fab.mat-accent {
  color: white;
}
body.theme-pink-dark .mat-flat-button.mat-warn, body.theme-pink-dark .mat-raised-button.mat-warn, body.theme-pink-dark .mat-fab.mat-warn, body.theme-pink-dark .mat-mini-fab.mat-warn {
  color: white;
}
body.theme-pink-dark .mat-flat-button.mat-primary[disabled], body.theme-pink-dark .mat-flat-button.mat-accent[disabled], body.theme-pink-dark .mat-flat-button.mat-warn[disabled], body.theme-pink-dark .mat-flat-button[disabled][disabled], body.theme-pink-dark .mat-raised-button.mat-primary[disabled], body.theme-pink-dark .mat-raised-button.mat-accent[disabled], body.theme-pink-dark .mat-raised-button.mat-warn[disabled], body.theme-pink-dark .mat-raised-button[disabled][disabled], body.theme-pink-dark .mat-fab.mat-primary[disabled], body.theme-pink-dark .mat-fab.mat-accent[disabled], body.theme-pink-dark .mat-fab.mat-warn[disabled], body.theme-pink-dark .mat-fab[disabled][disabled], body.theme-pink-dark .mat-mini-fab.mat-primary[disabled], body.theme-pink-dark .mat-mini-fab.mat-accent[disabled], body.theme-pink-dark .mat-mini-fab.mat-warn[disabled], body.theme-pink-dark .mat-mini-fab[disabled][disabled] {
  color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-flat-button.mat-primary, body.theme-pink-dark .mat-raised-button.mat-primary, body.theme-pink-dark .mat-fab.mat-primary, body.theme-pink-dark .mat-mini-fab.mat-primary {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-flat-button.mat-accent, body.theme-pink-dark .mat-raised-button.mat-accent, body.theme-pink-dark .mat-fab.mat-accent, body.theme-pink-dark .mat-mini-fab.mat-accent {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-flat-button.mat-warn, body.theme-pink-dark .mat-raised-button.mat-warn, body.theme-pink-dark .mat-fab.mat-warn, body.theme-pink-dark .mat-mini-fab.mat-warn {
  background-color: #f44336;
}
body.theme-pink-dark .mat-flat-button.mat-primary[disabled], body.theme-pink-dark .mat-flat-button.mat-accent[disabled], body.theme-pink-dark .mat-flat-button.mat-warn[disabled], body.theme-pink-dark .mat-flat-button[disabled][disabled], body.theme-pink-dark .mat-raised-button.mat-primary[disabled], body.theme-pink-dark .mat-raised-button.mat-accent[disabled], body.theme-pink-dark .mat-raised-button.mat-warn[disabled], body.theme-pink-dark .mat-raised-button[disabled][disabled], body.theme-pink-dark .mat-fab.mat-primary[disabled], body.theme-pink-dark .mat-fab.mat-accent[disabled], body.theme-pink-dark .mat-fab.mat-warn[disabled], body.theme-pink-dark .mat-fab[disabled][disabled], body.theme-pink-dark .mat-mini-fab.mat-primary[disabled], body.theme-pink-dark .mat-mini-fab.mat-accent[disabled], body.theme-pink-dark .mat-mini-fab.mat-warn[disabled], body.theme-pink-dark .mat-mini-fab[disabled][disabled] {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-flat-button.mat-primary .mat-ripple-element, body.theme-pink-dark .mat-raised-button.mat-primary .mat-ripple-element, body.theme-pink-dark .mat-fab.mat-primary .mat-ripple-element, body.theme-pink-dark .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-flat-button.mat-accent .mat-ripple-element, body.theme-pink-dark .mat-raised-button.mat-accent .mat-ripple-element, body.theme-pink-dark .mat-fab.mat-accent .mat-ripple-element, body.theme-pink-dark .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-flat-button.mat-warn .mat-ripple-element, body.theme-pink-dark .mat-raised-button.mat-warn .mat-ripple-element, body.theme-pink-dark .mat-fab.mat-warn .mat-ripple-element, body.theme-pink-dark .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-stroked-button:not([class*=mat-elevation-z]), body.theme-pink-dark .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-fab:not([class*=mat-elevation-z]), body.theme-pink-dark .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), body.theme-pink-dark .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-fab[disabled]:not([class*=mat-elevation-z]), body.theme-pink-dark .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-button-toggle-standalone,
body.theme-pink-dark .mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-pink-dark .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
body.theme-pink-dark .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
body.theme-pink-dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
body.theme-pink-dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
body.theme-pink-dark .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
body.theme-pink-dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
body.theme-pink-dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
body.theme-pink-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
body.theme-pink-dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-card {
  background: #424242;
  color: white;
}
body.theme-pink-dark .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-checkbox-frame {
  border-color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-checkbox-checkmark {
  fill: #303030;
}
body.theme-pink-dark .mat-checkbox-checkmark-path {
  stroke: #303030 !important;
}
body.theme-pink-dark .mat-checkbox-mixedmark {
  background-color: #303030;
}
body.theme-pink-dark .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, body.theme-pink-dark .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, body.theme-pink-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, body.theme-pink-dark .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336;
}
body.theme-pink-dark .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, body.theme-pink-dark .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}
body.theme-pink-dark .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}
body.theme-pink-dark .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-checkbox .mat-ripple-element {
  background-color: white;
}
body.theme-pink-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
body.theme-pink-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #e91e63;
}
body.theme-pink-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
body.theme-pink-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #e91e63;
}
body.theme-pink-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
body.theme-pink-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #f44336;
}
body.theme-pink-dark .mat-chip.mat-standard-chip {
  background-color: #616161;
  color: white;
}
body.theme-pink-dark .mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-pink-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
body.theme-pink-dark .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
body.theme-pink-dark .mat-chip.mat-standard-chip::after {
  background: white;
}
body.theme-pink-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #e91e63;
  color: white;
}
body.theme-pink-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-pink-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f44336;
  color: white;
}
body.theme-pink-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-pink-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #e91e63;
  color: white;
}
body.theme-pink-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
body.theme-pink-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-table {
  background: #424242;
}
body.theme-pink-dark .mat-table thead, body.theme-pink-dark .mat-table tbody, body.theme-pink-dark .mat-table tfoot,
body.theme-pink-dark mat-header-row, body.theme-pink-dark mat-row, body.theme-pink-dark mat-footer-row,
body.theme-pink-dark [mat-header-row], body.theme-pink-dark [mat-row], body.theme-pink-dark [mat-footer-row],
body.theme-pink-dark .mat-table-sticky {
  background: inherit;
}
body.theme-pink-dark mat-row, body.theme-pink-dark mat-header-row, body.theme-pink-dark mat-footer-row,
body.theme-pink-dark th.mat-header-cell, body.theme-pink-dark td.mat-cell, body.theme-pink-dark td.mat-footer-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-header-cell {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-cell, body.theme-pink-dark .mat-footer-cell {
  color: white;
}
body.theme-pink-dark .mat-calendar-arrow {
  border-top-color: white;
}
body.theme-pink-dark .mat-datepicker-toggle,
body.theme-pink-dark .mat-datepicker-content .mat-calendar-next-button,
body.theme-pink-dark .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
body.theme-pink-dark .mat-calendar-table-header {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-calendar-body-cell-content {
  color: white;
  border-color: transparent;
}
body.theme-pink-dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
body.theme-pink-dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
body.theme-pink-dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-calendar-body-selected {
  background-color: #e91e63;
  color: white;
}
body.theme-pink-dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(233, 30, 99, 0.4);
}
body.theme-pink-dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-pink-dark .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
  color: white;
}
body.theme-pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #e91e63;
  color: white;
}
body.theme-pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(233, 30, 99, 0.4);
}
body.theme-pink-dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
body.theme-pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
body.theme-pink-dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
body.theme-pink-dark .mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-datepicker-toggle-active {
  color: #e91e63;
}
body.theme-pink-dark .mat-datepicker-toggle-active.mat-accent {
  color: #e91e63;
}
body.theme-pink-dark .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
body.theme-pink-dark .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
body.theme-pink-dark .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-expansion-panel {
  background: #424242;
  color: white;
}
body.theme-pink-dark .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), body.theme-pink-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), body.theme-pink-dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  body.theme-pink-dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
body.theme-pink-dark .mat-expansion-panel-header-title {
  color: white;
}
body.theme-pink-dark .mat-expansion-panel-header-description,
body.theme-pink-dark .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
body.theme-pink-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
body.theme-pink-dark .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-form-field.mat-focused .mat-form-field-label {
  color: #e91e63;
}
body.theme-pink-dark .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #e91e63;
}
body.theme-pink-dark .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #f44336;
}
body.theme-pink-dark .mat-focused .mat-form-field-required-marker {
  color: #e91e63;
}
body.theme-pink-dark .mat-form-field-ripple {
  background-color: white;
}
body.theme-pink-dark .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #f44336;
}
body.theme-pink-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #e91e63;
}
body.theme-pink-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #e91e63;
}
body.theme-pink-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-pink-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #f44336;
}
body.theme-pink-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
body.theme-pink-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #f44336;
}
body.theme-pink-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
body.theme-pink-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #f44336;
}
body.theme-pink-dark .mat-error {
  color: #f44336;
}
body.theme-pink-dark .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-pink-dark .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
body.theme-pink-dark .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}
body.theme-pink-dark .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
body.theme-pink-dark .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: white;
}
body.theme-pink-dark .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #e91e63;
}
body.theme-pink-dark .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #e91e63;
}
body.theme-pink-dark .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-pink-dark .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #f44336;
}
body.theme-pink-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}
body.theme-pink-dark .mat-icon.mat-primary {
  color: #e91e63;
}
body.theme-pink-dark .mat-icon.mat-accent {
  color: #e91e63;
}
body.theme-pink-dark .mat-icon.mat-warn {
  color: #f44336;
}
body.theme-pink-dark .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-input-element:disabled,
body.theme-pink-dark .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-input-element {
  caret-color: #e91e63;
}
body.theme-pink-dark .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-input-element::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-input-element option {
  color: rgba(0, 0, 0, 0.87);
}
body.theme-pink-dark .mat-input-element option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-pink-dark .mat-accent .mat-input-element {
  caret-color: #e91e63;
}
body.theme-pink-dark .mat-warn .mat-input-element,
body.theme-pink-dark .mat-form-field-invalid .mat-input-element {
  caret-color: #f44336;
}
body.theme-pink-dark .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #f44336;
}
body.theme-pink-dark .mat-list-base .mat-list-item {
  color: white;
}
body.theme-pink-dark .mat-list-base .mat-list-option {
  color: white;
}
body.theme-pink-dark .mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-list-item-disabled {
  background-color: black;
}
body.theme-pink-dark .mat-list-option:hover, body.theme-pink-dark .mat-list-option:focus,
body.theme-pink-dark .mat-nav-list .mat-list-item:hover,
body.theme-pink-dark .mat-nav-list .mat-list-item:focus,
body.theme-pink-dark .mat-action-list .mat-list-item:hover,
body.theme-pink-dark .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark .mat-list-single-selected-option, body.theme-pink-dark .mat-list-single-selected-option:hover, body.theme-pink-dark .mat-list-single-selected-option:focus {
  background: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-menu-panel {
  background: #424242;
}
body.theme-pink-dark .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-menu-item {
  background: transparent;
  color: white;
}
body.theme-pink-dark .mat-menu-item[disabled], body.theme-pink-dark .mat-menu-item[disabled]::after {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-menu-item .mat-icon-no-color,
body.theme-pink-dark .mat-menu-item-submenu-trigger::after {
  color: white;
}
body.theme-pink-dark .mat-menu-item:hover:not([disabled]),
body.theme-pink-dark .mat-menu-item.cdk-program-focused:not([disabled]),
body.theme-pink-dark .mat-menu-item.cdk-keyboard-focused:not([disabled]),
body.theme-pink-dark .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark .mat-paginator {
  background: #424242;
}
body.theme-pink-dark .mat-paginator,
body.theme-pink-dark .mat-paginator-page-size .mat-select-trigger {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-paginator-decrement,
body.theme-pink-dark .mat-paginator-increment {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
body.theme-pink-dark .mat-paginator-first,
body.theme-pink-dark .mat-paginator-last {
  border-top: 2px solid white;
}
body.theme-pink-dark .mat-icon-button[disabled] .mat-paginator-decrement,
body.theme-pink-dark .mat-icon-button[disabled] .mat-paginator-increment,
body.theme-pink-dark .mat-icon-button[disabled] .mat-paginator-first,
body.theme-pink-dark .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-progress-bar-background {
  fill: #f8bbd0;
}
body.theme-pink-dark .mat-progress-bar-buffer {
  background-color: #f8bbd0;
}
body.theme-pink-dark .mat-progress-bar-fill::after {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #f8bbd0;
}
body.theme-pink-dark .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #f8bbd0;
}
body.theme-pink-dark .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2;
}
body.theme-pink-dark .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2;
}
body.theme-pink-dark .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336;
}
body.theme-pink-dark .mat-progress-spinner circle, body.theme-pink-dark .mat-spinner circle {
  stroke: #e91e63;
}
body.theme-pink-dark .mat-progress-spinner.mat-accent circle, body.theme-pink-dark .mat-spinner.mat-accent circle {
  stroke: #e91e63;
}
body.theme-pink-dark .mat-progress-spinner.mat-warn circle, body.theme-pink-dark .mat-spinner.mat-warn circle {
  stroke: #f44336;
}
body.theme-pink-dark .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e91e63;
}
body.theme-pink-dark .mat-radio-button.mat-primary .mat-radio-inner-circle,
body.theme-pink-dark .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-pink-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, body.theme-pink-dark .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e91e63;
}
body.theme-pink-dark .mat-radio-button.mat-accent .mat-radio-inner-circle,
body.theme-pink-dark .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-pink-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, body.theme-pink-dark .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336;
}
body.theme-pink-dark .mat-radio-button.mat-warn .mat-radio-inner-circle,
body.theme-pink-dark .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), body.theme-pink-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, body.theme-pink-dark .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #f44336;
}
body.theme-pink-dark .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
body.theme-pink-dark .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
body.theme-pink-dark .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-radio-button .mat-ripple-element {
  background-color: white;
}
body.theme-pink-dark .mat-select-value {
  color: white;
}
body.theme-pink-dark .mat-select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-select-disabled .mat-select-value {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-select-arrow {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-select-panel {
  background: #424242;
}
body.theme-pink-dark .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #e91e63;
}
body.theme-pink-dark .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #e91e63;
}
body.theme-pink-dark .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #f44336;
}
body.theme-pink-dark .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #f44336;
}
body.theme-pink-dark .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-drawer-container {
  background-color: #303030;
  color: white;
}
body.theme-pink-dark .mat-drawer {
  background-color: #424242;
  color: white;
}
body.theme-pink-dark .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
body.theme-pink-dark .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
body.theme-pink-dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
body.theme-pink-dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
body.theme-pink-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(233, 30, 99, 0.54);
}
body.theme-pink-dark .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(233, 30, 99, 0.54);
}
body.theme-pink-dark .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #f44336;
}
body.theme-pink-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.54);
}
body.theme-pink-dark .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #f44336;
}
body.theme-pink-dark .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: white;
}
body.theme-pink-dark .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #bdbdbd;
}
body.theme-pink-dark .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-primary .mat-slider-track-fill,
body.theme-pink-dark .mat-primary .mat-slider-thumb,
body.theme-pink-dark .mat-primary .mat-slider-thumb-label {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-primary .mat-slider-thumb-label-text {
  color: white;
}
body.theme-pink-dark .mat-accent .mat-slider-track-fill,
body.theme-pink-dark .mat-accent .mat-slider-thumb,
body.theme-pink-dark .mat-accent .mat-slider-thumb-label {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-accent .mat-slider-thumb-label-text {
  color: white;
}
body.theme-pink-dark .mat-warn .mat-slider-track-fill,
body.theme-pink-dark .mat-warn .mat-slider-thumb,
body.theme-pink-dark .mat-warn .mat-slider-thumb-label {
  background-color: #f44336;
}
body.theme-pink-dark .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
body.theme-pink-dark .mat-slider-focus-ring {
  background-color: rgba(233, 30, 99, 0.2);
}
body.theme-pink-dark .mat-slider:hover .mat-slider-track-background,
body.theme-pink-dark .cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-slider-disabled .mat-slider-track-background,
body.theme-pink-dark .mat-slider-disabled .mat-slider-track-fill,
body.theme-pink-dark .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
body.theme-pink-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}
body.theme-pink-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
body.theme-pink-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
body.theme-pink-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, body.theme-pink-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, body.theme-pink-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
body.theme-pink-dark .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
body.theme-pink-dark .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
body.theme-pink-dark .mat-step-header.cdk-keyboard-focused, body.theme-pink-dark .mat-step-header.cdk-program-focused, body.theme-pink-dark .mat-step-header:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  body.theme-pink-dark .mat-step-header:hover {
    background: none;
  }
}
body.theme-pink-dark .mat-step-header .mat-step-label,
body.theme-pink-dark .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
body.theme-pink-dark .mat-step-header .mat-step-icon-selected,
body.theme-pink-dark .mat-step-header .mat-step-icon-state-done,
body.theme-pink-dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #e91e63;
  color: white;
}
body.theme-pink-dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
body.theme-pink-dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
body.theme-pink-dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
body.theme-pink-dark .mat-stepper-horizontal, body.theme-pink-dark .mat-stepper-vertical {
  background-color: #424242;
}
body.theme-pink-dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-horizontal-stepper-header::before,
body.theme-pink-dark .mat-horizontal-stepper-header::after,
body.theme-pink-dark .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-sort-header-arrow {
  color: #c6c6c6;
}
body.theme-pink-dark .mat-tab-nav-bar,
body.theme-pink-dark .mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-tab-group-inverted-header .mat-tab-nav-bar,
body.theme-pink-dark .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
body.theme-pink-dark .mat-tab-label, body.theme-pink-dark .mat-tab-link {
  color: white;
}
body.theme-pink-dark .mat-tab-label.mat-tab-disabled, body.theme-pink-dark .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-pink-dark .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .mat-tab-group[class*=mat-background-] .mat-tab-header,
body.theme-pink-dark .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
body.theme-pink-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}
body.theme-pink-dark .mat-tab-group.mat-primary .mat-ink-bar, body.theme-pink-dark .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, body.theme-pink-dark .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white;
}
body.theme-pink-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}
body.theme-pink-dark .mat-tab-group.mat-accent .mat-ink-bar, body.theme-pink-dark .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, body.theme-pink-dark .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white;
}
body.theme-pink-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-pink-dark .mat-tab-group.mat-warn .mat-ink-bar, body.theme-pink-dark .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #f44336;
}
body.theme-pink-dark .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, body.theme-pink-dark .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}
body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-header, body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-links, body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-header-pagination, body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header, body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-links, body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-label, body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-link, body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label, body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white;
}
body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
body.theme-pink-dark .mat-tab-group.mat-background-primary .mat-ripple-element, body.theme-pink-dark .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}
body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-header, body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-links, body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-header-pagination, body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header, body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-links, body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #e91e63;
}
body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-label, body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-link, body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label, body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white;
}
body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
body.theme-pink-dark .mat-tab-group.mat-background-accent .mat-ripple-element, body.theme-pink-dark .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 205, 210, 0.3);
}
body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-header, body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-links, body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-header-pagination, body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header, body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-links, body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #f44336;
}
body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-label, body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-link, body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label, body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
body.theme-pink-dark .mat-tab-group.mat-background-warn .mat-ripple-element, body.theme-pink-dark .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .mat-toolbar {
  background: #212121;
  color: white;
}
body.theme-pink-dark .mat-toolbar.mat-primary {
  background: #e91e63;
  color: white;
}
body.theme-pink-dark .mat-toolbar.mat-accent {
  background: #e91e63;
  color: white;
}
body.theme-pink-dark .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
body.theme-pink-dark .mat-toolbar .mat-form-field-underline,
body.theme-pink-dark .mat-toolbar .mat-form-field-ripple,
body.theme-pink-dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
body.theme-pink-dark .mat-toolbar .mat-form-field-label,
body.theme-pink-dark .mat-toolbar .mat-focused .mat-form-field-label,
body.theme-pink-dark .mat-toolbar .mat-select-value,
body.theme-pink-dark .mat-toolbar .mat-select-arrow,
body.theme-pink-dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
body.theme-pink-dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
body.theme-pink-dark .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
body.theme-pink-dark .mat-tree {
  background: #424242;
}
body.theme-pink-dark .mat-tree-node,
body.theme-pink-dark .mat-nested-tree-node {
  color: white;
}
body.theme-pink-dark .mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .mat-simple-snackbar-action {
  color: inherit;
}
body.theme-pink-dark {
  color: white;
  background: #303030;
}
body.theme-pink-dark .secondary-text {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .icon,
body.theme-pink-dark i {
  color: white;
}
body.theme-pink-dark .hint-text {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .disabled-text {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .fade-text,
body.theme-pink-dark .divider {
  color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .fuse-card {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .fuse-card .card-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .avatar {
  color: white;
}
body.theme-pink-dark .form-wrapper {
  background-color: #424242;
}
body.theme-pink-dark .navigation-simple .item.selected {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark .navigation-simple .subheader {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .simple-pagination {
  background: #424242;
}
body.theme-pink-dark .simple-pagination .pagination-item {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .simple-pagination .pagination-item:hover {
  color: white;
}
body.theme-pink-dark .simple-pagination .pagination-item.disabled {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .price-tables .price-table {
  background: #424242;
}
body.theme-pink-dark .price-tables .price-table.style-1 .price .currency {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-1 .price .period {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-2 .price .currency {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-2 .period {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-3 .package-type .subtitle {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-3 .terms {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .price-tables .price-table.style-3 .note {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .simple-table-container {
  background: #424242;
}
body.theme-pink-dark table.simple thead tr th {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark table.simple tbody tr td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark table.simple.clickable tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark .page-layout.carded.fullwidth > .center > .content-card {
  background: #424242;
  border-radius: 8px 8px 0 0;
}
body.theme-pink-dark .page-layout.carded.fullwidth > .center > .content-card > .toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .page-layout.carded.left-sidebar > .center > .content-card, body.theme-pink-dark .page-layout.carded.right-sidebar > .center > .content-card {
  background: #424242;
  border-radius: 8px 8px 0 0;
}
body.theme-pink-dark .page-layout.carded.left-sidebar > .center > .content-card > .toolbar, body.theme-pink-dark .page-layout.carded.right-sidebar > .center > .content-card > .toolbar {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .page-layout.simple.left-sidebar > .center > .content, body.theme-pink-dark .page-layout.simple.right-sidebar > .center > .content {
  background: #424242;
}
body.theme-pink-dark .page-layout.simple.left-sidebar.inner-sidebar > .content > .center > .content, body.theme-pink-dark .page-layout.simple.right-sidebar.inner-sidebar > .content > .center > .content {
  background: #424242;
}
body.theme-pink-dark a {
  color: #e91e63;
}
body.theme-pink-dark code:not(.highlight) {
  background-color: #212121;
}
body.theme-pink-dark .changelog .entry {
  background-color: #424242;
}
body.theme-pink-dark .text-boxed {
  background-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.54);
}
body.theme-pink-dark fuse-countdown .fuse-countdown .time .title {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .fuse-search-bar.expanded {
  background-color: #303030;
}
body.theme-pink-dark #fuse-shortcuts.show-mobile-panel {
  background-color: #303030;
}
body.theme-pink-dark fuse-sidebar {
  background: #303030;
}
body.theme-pink-dark .fuse-sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
body.theme-pink-dark .fuse-sidebar-overlay.fuse-sidebar-overlay-invisible {
  background-color: transparent;
}
body.theme-pink-dark fuse-theme-options .theme-options-panel form .group {
  border: 1px solid rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark fuse-theme-options .theme-options-panel form .group h2 {
  background: #303030;
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark fuse-theme-options .theme-options-panel form .group h3 {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark .fuse-material-color-picker-menu .mat-menu-content .views {
  background: #303030;
}
body.theme-pink-dark fuse-widget > .fuse-widget-front,
body.theme-pink-dark fuse-widget > .fuse-widget-back {
  background: #424242;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark ngx-datatable.material {
  background: #424242;
  color: white;
}
body.theme-pink-dark ngx-datatable.material .datatable-header .datatable-header-cell {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark ngx-datatable.material .datatable-body .datatable-row-wrapper {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark ngx-datatable.material .datatable-body .datatable-row-wrapper:first-child {
  border-top-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark ngx-datatable.material .datatable-body .datatable-row-wrapper .datatable-body-row .datatable-body-cell {
  color: white;
}
body.theme-pink-dark ngx-datatable.material .datatable-footer {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark ngx-datatable.material .datatable-footer .datatable-pager a {
  color: rgba(255, 255, 255, 0.7);
}
body.theme-pink-dark ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark ngx-datatable.material:not(.cell-selection) .datatable-body .datatable-row-wrapper .datatable-body-row:hover .datatable-row-group {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark chat-panel #contacts-list {
  background-color: #212121;
}
body.theme-pink-dark chat-panel #contacts-list .contacts-list-item.active {
  background: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark chat-panel #contacts-list .contacts-list-item.active:after {
  background-color: #e91e63;
}
body.theme-pink-dark chat-panel #contacts-list .contacts-list-item .unread-count {
  background-color: #e91e63;
  color: white;
}
body.theme-pink-dark chat-panel #contacts-list .contacts-list-item .status-icon {
  border-color: #212121;
}
body.theme-pink-dark chat-panel #chat .messages .message-row.contact .bubble {
  background-color: #e91e63;
  color: white;
}
body.theme-pink-dark chat-panel #chat .messages .message-row.me .bubble {
  color: rgba(0, 0, 0, 0.87);
  background-color: #E0E0E0;
}
body.theme-pink-dark chat-panel #chat .reply-form .message-text {
  background-color: #212121;
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark chat-panel #chat .reply-form .message-text .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  background-color: rgba(255, 255, 255, 0.04);
}
body.theme-pink-dark toolbar .toolbar-separator {
  background: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .primary-50-bg {
  background-color: #fce4ec !important;
}
body.theme-pink-dark .primary-50 {
  background-color: #fce4ec !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .primary-50[disabled] {
  background-color: rgba(252, 228, 236, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .primary-50-fg {
  color: #fce4ec !important;
}
body.theme-pink-dark .primary-50-border {
  border-color: #fce4ec !important;
}
body.theme-pink-dark .primary-50-border-top {
  border-top-color: #fce4ec !important;
}
body.theme-pink-dark .primary-50-border-right {
  border-right-color: #fce4ec !important;
}
body.theme-pink-dark .primary-50-border-bottom {
  border-bottom-color: #fce4ec !important;
}
body.theme-pink-dark .primary-50-border-left {
  border-left-color: #fce4ec !important;
}
body.theme-pink-dark .primary-100-bg {
  background-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100 {
  background-color: #f8bbd0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .primary-100[disabled] {
  background-color: rgba(248, 187, 208, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .primary-100-fg {
  color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100-border {
  border-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100-border-top {
  border-top-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100-border-right {
  border-right-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100-border-bottom {
  border-bottom-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-100-border-left {
  border-left-color: #f8bbd0 !important;
}
body.theme-pink-dark .primary-200-bg {
  background-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200 {
  background-color: #f48fb1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .primary-200[disabled] {
  background-color: rgba(244, 143, 177, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .primary-200-fg {
  color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200-border {
  border-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200-border-top {
  border-top-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200-border-right {
  border-right-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200-border-bottom {
  border-bottom-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-200-border-left {
  border-left-color: #f48fb1 !important;
}
body.theme-pink-dark .primary-300-bg {
  background-color: #f06292 !important;
}
body.theme-pink-dark .primary-300 {
  background-color: #f06292 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .primary-300[disabled] {
  background-color: rgba(240, 98, 146, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .primary-300-fg {
  color: #f06292 !important;
}
body.theme-pink-dark .primary-300-border {
  border-color: #f06292 !important;
}
body.theme-pink-dark .primary-300-border-top {
  border-top-color: #f06292 !important;
}
body.theme-pink-dark .primary-300-border-right {
  border-right-color: #f06292 !important;
}
body.theme-pink-dark .primary-300-border-bottom {
  border-bottom-color: #f06292 !important;
}
body.theme-pink-dark .primary-300-border-left {
  border-left-color: #f06292 !important;
}
body.theme-pink-dark .primary-400-bg {
  background-color: #ec407a !important;
}
body.theme-pink-dark .primary-400 {
  background-color: #ec407a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .primary-400[disabled] {
  background-color: rgba(236, 64, 122, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .primary-400-fg {
  color: #ec407a !important;
}
body.theme-pink-dark .primary-400-border {
  border-color: #ec407a !important;
}
body.theme-pink-dark .primary-400-border-top {
  border-top-color: #ec407a !important;
}
body.theme-pink-dark .primary-400-border-right {
  border-right-color: #ec407a !important;
}
body.theme-pink-dark .primary-400-border-bottom {
  border-bottom-color: #ec407a !important;
}
body.theme-pink-dark .primary-400-border-left {
  border-left-color: #ec407a !important;
}
body.theme-pink-dark .primary-500-bg {
  background-color: #e91e63 !important;
}
body.theme-pink-dark .primary-500 {
  background-color: #e91e63 !important;
  color: white !important;
}
body.theme-pink-dark .primary-500[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .primary-500-fg {
  color: #e91e63 !important;
}
body.theme-pink-dark .primary-500-border {
  border-color: #e91e63 !important;
}
body.theme-pink-dark .primary-500-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-pink-dark .primary-500-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-pink-dark .primary-500-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-pink-dark .primary-500-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-pink-dark .primary-600-bg {
  background-color: #d81b60 !important;
}
body.theme-pink-dark .primary-600 {
  background-color: #d81b60 !important;
  color: white !important;
}
body.theme-pink-dark .primary-600[disabled] {
  background-color: rgba(216, 27, 96, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .primary-600-fg {
  color: #d81b60 !important;
}
body.theme-pink-dark .primary-600-border {
  border-color: #d81b60 !important;
}
body.theme-pink-dark .primary-600-border-top {
  border-top-color: #d81b60 !important;
}
body.theme-pink-dark .primary-600-border-right {
  border-right-color: #d81b60 !important;
}
body.theme-pink-dark .primary-600-border-bottom {
  border-bottom-color: #d81b60 !important;
}
body.theme-pink-dark .primary-600-border-left {
  border-left-color: #d81b60 !important;
}
body.theme-pink-dark .primary-700-bg {
  background-color: #c2185b !important;
}
body.theme-pink-dark .primary-700 {
  background-color: #c2185b !important;
  color: white !important;
}
body.theme-pink-dark .primary-700[disabled] {
  background-color: rgba(194, 24, 91, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .primary-700-fg {
  color: #c2185b !important;
}
body.theme-pink-dark .primary-700-border {
  border-color: #c2185b !important;
}
body.theme-pink-dark .primary-700-border-top {
  border-top-color: #c2185b !important;
}
body.theme-pink-dark .primary-700-border-right {
  border-right-color: #c2185b !important;
}
body.theme-pink-dark .primary-700-border-bottom {
  border-bottom-color: #c2185b !important;
}
body.theme-pink-dark .primary-700-border-left {
  border-left-color: #c2185b !important;
}
body.theme-pink-dark .primary-800-bg {
  background-color: #ad1457 !important;
}
body.theme-pink-dark .primary-800 {
  background-color: #ad1457 !important;
  color: white !important;
}
body.theme-pink-dark .primary-800[disabled] {
  background-color: rgba(173, 20, 87, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .primary-800-fg {
  color: #ad1457 !important;
}
body.theme-pink-dark .primary-800-border {
  border-color: #ad1457 !important;
}
body.theme-pink-dark .primary-800-border-top {
  border-top-color: #ad1457 !important;
}
body.theme-pink-dark .primary-800-border-right {
  border-right-color: #ad1457 !important;
}
body.theme-pink-dark .primary-800-border-bottom {
  border-bottom-color: #ad1457 !important;
}
body.theme-pink-dark .primary-800-border-left {
  border-left-color: #ad1457 !important;
}
body.theme-pink-dark .primary-900-bg {
  background-color: #880e4f !important;
}
body.theme-pink-dark .primary-900 {
  background-color: #880e4f !important;
  color: white !important;
}
body.theme-pink-dark .primary-900[disabled] {
  background-color: rgba(136, 14, 79, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .primary-900-fg {
  color: #880e4f !important;
}
body.theme-pink-dark .primary-900-border {
  border-color: #880e4f !important;
}
body.theme-pink-dark .primary-900-border-top {
  border-top-color: #880e4f !important;
}
body.theme-pink-dark .primary-900-border-right {
  border-right-color: #880e4f !important;
}
body.theme-pink-dark .primary-900-border-bottom {
  border-bottom-color: #880e4f !important;
}
body.theme-pink-dark .primary-900-border-left {
  border-left-color: #880e4f !important;
}
body.theme-pink-dark .primary-A100-bg {
  background-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100 {
  background-color: #ff80ab !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .primary-A100[disabled] {
  background-color: rgba(255, 128, 171, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .primary-A100-fg {
  color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100-border {
  border-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100-border-top {
  border-top-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100-border-right {
  border-right-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100-border-bottom {
  border-bottom-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A100-border-left {
  border-left-color: #ff80ab !important;
}
body.theme-pink-dark .primary-A200-bg {
  background-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200 {
  background-color: #ff4081 !important;
  color: white !important;
}
body.theme-pink-dark .primary-A200[disabled] {
  background-color: rgba(255, 64, 129, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .primary-A200-fg {
  color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200-border {
  border-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200-border-top {
  border-top-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200-border-right {
  border-right-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200-border-bottom {
  border-bottom-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A200-border-left {
  border-left-color: #ff4081 !important;
}
body.theme-pink-dark .primary-A400-bg {
  background-color: #f50057 !important;
}
body.theme-pink-dark .primary-A400 {
  background-color: #f50057 !important;
  color: white !important;
}
body.theme-pink-dark .primary-A400[disabled] {
  background-color: rgba(245, 0, 87, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .primary-A400-fg {
  color: #f50057 !important;
}
body.theme-pink-dark .primary-A400-border {
  border-color: #f50057 !important;
}
body.theme-pink-dark .primary-A400-border-top {
  border-top-color: #f50057 !important;
}
body.theme-pink-dark .primary-A400-border-right {
  border-right-color: #f50057 !important;
}
body.theme-pink-dark .primary-A400-border-bottom {
  border-bottom-color: #f50057 !important;
}
body.theme-pink-dark .primary-A400-border-left {
  border-left-color: #f50057 !important;
}
body.theme-pink-dark .primary-A700-bg {
  background-color: #c51162 !important;
}
body.theme-pink-dark .primary-A700 {
  background-color: #c51162 !important;
  color: white !important;
}
body.theme-pink-dark .primary-A700[disabled] {
  background-color: rgba(197, 17, 98, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .primary-A700-fg {
  color: #c51162 !important;
}
body.theme-pink-dark .primary-A700-border {
  border-color: #c51162 !important;
}
body.theme-pink-dark .primary-A700-border-top {
  border-top-color: #c51162 !important;
}
body.theme-pink-dark .primary-A700-border-right {
  border-right-color: #c51162 !important;
}
body.theme-pink-dark .primary-A700-border-bottom {
  border-bottom-color: #c51162 !important;
}
body.theme-pink-dark .primary-A700-border-left {
  border-left-color: #c51162 !important;
}
body.theme-pink-dark .primary-bg {
  background-color: #e91e63 !important;
}
body.theme-pink-dark .primary {
  background-color: #e91e63 !important;
  color: white !important;
}
body.theme-pink-dark .primary[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .primary-fg {
  color: #e91e63 !important;
}
body.theme-pink-dark .primary-border {
  border-color: #e91e63 !important;
}
body.theme-pink-dark .primary-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-pink-dark .primary-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-pink-dark .primary-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-pink-dark .primary-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-pink-dark .accent-50-bg {
  background-color: #fce4ec !important;
}
body.theme-pink-dark .accent-50 {
  background-color: #fce4ec !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .accent-50[disabled] {
  background-color: rgba(252, 228, 236, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .accent-50-fg {
  color: #fce4ec !important;
}
body.theme-pink-dark .accent-50-border {
  border-color: #fce4ec !important;
}
body.theme-pink-dark .accent-50-border-top {
  border-top-color: #fce4ec !important;
}
body.theme-pink-dark .accent-50-border-right {
  border-right-color: #fce4ec !important;
}
body.theme-pink-dark .accent-50-border-bottom {
  border-bottom-color: #fce4ec !important;
}
body.theme-pink-dark .accent-50-border-left {
  border-left-color: #fce4ec !important;
}
body.theme-pink-dark .accent-100-bg {
  background-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100 {
  background-color: #f8bbd0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .accent-100[disabled] {
  background-color: rgba(248, 187, 208, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .accent-100-fg {
  color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100-border {
  border-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100-border-top {
  border-top-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100-border-right {
  border-right-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100-border-bottom {
  border-bottom-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-100-border-left {
  border-left-color: #f8bbd0 !important;
}
body.theme-pink-dark .accent-200-bg {
  background-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200 {
  background-color: #f48fb1 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .accent-200[disabled] {
  background-color: rgba(244, 143, 177, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .accent-200-fg {
  color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200-border {
  border-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200-border-top {
  border-top-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200-border-right {
  border-right-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200-border-bottom {
  border-bottom-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-200-border-left {
  border-left-color: #f48fb1 !important;
}
body.theme-pink-dark .accent-300-bg {
  background-color: #f06292 !important;
}
body.theme-pink-dark .accent-300 {
  background-color: #f06292 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .accent-300[disabled] {
  background-color: rgba(240, 98, 146, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .accent-300-fg {
  color: #f06292 !important;
}
body.theme-pink-dark .accent-300-border {
  border-color: #f06292 !important;
}
body.theme-pink-dark .accent-300-border-top {
  border-top-color: #f06292 !important;
}
body.theme-pink-dark .accent-300-border-right {
  border-right-color: #f06292 !important;
}
body.theme-pink-dark .accent-300-border-bottom {
  border-bottom-color: #f06292 !important;
}
body.theme-pink-dark .accent-300-border-left {
  border-left-color: #f06292 !important;
}
body.theme-pink-dark .accent-400-bg {
  background-color: #ec407a !important;
}
body.theme-pink-dark .accent-400 {
  background-color: #ec407a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .accent-400[disabled] {
  background-color: rgba(236, 64, 122, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .accent-400-fg {
  color: #ec407a !important;
}
body.theme-pink-dark .accent-400-border {
  border-color: #ec407a !important;
}
body.theme-pink-dark .accent-400-border-top {
  border-top-color: #ec407a !important;
}
body.theme-pink-dark .accent-400-border-right {
  border-right-color: #ec407a !important;
}
body.theme-pink-dark .accent-400-border-bottom {
  border-bottom-color: #ec407a !important;
}
body.theme-pink-dark .accent-400-border-left {
  border-left-color: #ec407a !important;
}
body.theme-pink-dark .accent-500-bg {
  background-color: #e91e63 !important;
}
body.theme-pink-dark .accent-500 {
  background-color: #e91e63 !important;
  color: white !important;
}
body.theme-pink-dark .accent-500[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .accent-500-fg {
  color: #e91e63 !important;
}
body.theme-pink-dark .accent-500-border {
  border-color: #e91e63 !important;
}
body.theme-pink-dark .accent-500-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-pink-dark .accent-500-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-pink-dark .accent-500-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-pink-dark .accent-500-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-pink-dark .accent-600-bg {
  background-color: #d81b60 !important;
}
body.theme-pink-dark .accent-600 {
  background-color: #d81b60 !important;
  color: white !important;
}
body.theme-pink-dark .accent-600[disabled] {
  background-color: rgba(216, 27, 96, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .accent-600-fg {
  color: #d81b60 !important;
}
body.theme-pink-dark .accent-600-border {
  border-color: #d81b60 !important;
}
body.theme-pink-dark .accent-600-border-top {
  border-top-color: #d81b60 !important;
}
body.theme-pink-dark .accent-600-border-right {
  border-right-color: #d81b60 !important;
}
body.theme-pink-dark .accent-600-border-bottom {
  border-bottom-color: #d81b60 !important;
}
body.theme-pink-dark .accent-600-border-left {
  border-left-color: #d81b60 !important;
}
body.theme-pink-dark .accent-700-bg {
  background-color: #c2185b !important;
}
body.theme-pink-dark .accent-700 {
  background-color: #c2185b !important;
  color: white !important;
}
body.theme-pink-dark .accent-700[disabled] {
  background-color: rgba(194, 24, 91, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .accent-700-fg {
  color: #c2185b !important;
}
body.theme-pink-dark .accent-700-border {
  border-color: #c2185b !important;
}
body.theme-pink-dark .accent-700-border-top {
  border-top-color: #c2185b !important;
}
body.theme-pink-dark .accent-700-border-right {
  border-right-color: #c2185b !important;
}
body.theme-pink-dark .accent-700-border-bottom {
  border-bottom-color: #c2185b !important;
}
body.theme-pink-dark .accent-700-border-left {
  border-left-color: #c2185b !important;
}
body.theme-pink-dark .accent-800-bg {
  background-color: #ad1457 !important;
}
body.theme-pink-dark .accent-800 {
  background-color: #ad1457 !important;
  color: white !important;
}
body.theme-pink-dark .accent-800[disabled] {
  background-color: rgba(173, 20, 87, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .accent-800-fg {
  color: #ad1457 !important;
}
body.theme-pink-dark .accent-800-border {
  border-color: #ad1457 !important;
}
body.theme-pink-dark .accent-800-border-top {
  border-top-color: #ad1457 !important;
}
body.theme-pink-dark .accent-800-border-right {
  border-right-color: #ad1457 !important;
}
body.theme-pink-dark .accent-800-border-bottom {
  border-bottom-color: #ad1457 !important;
}
body.theme-pink-dark .accent-800-border-left {
  border-left-color: #ad1457 !important;
}
body.theme-pink-dark .accent-900-bg {
  background-color: #880e4f !important;
}
body.theme-pink-dark .accent-900 {
  background-color: #880e4f !important;
  color: white !important;
}
body.theme-pink-dark .accent-900[disabled] {
  background-color: rgba(136, 14, 79, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .accent-900-fg {
  color: #880e4f !important;
}
body.theme-pink-dark .accent-900-border {
  border-color: #880e4f !important;
}
body.theme-pink-dark .accent-900-border-top {
  border-top-color: #880e4f !important;
}
body.theme-pink-dark .accent-900-border-right {
  border-right-color: #880e4f !important;
}
body.theme-pink-dark .accent-900-border-bottom {
  border-bottom-color: #880e4f !important;
}
body.theme-pink-dark .accent-900-border-left {
  border-left-color: #880e4f !important;
}
body.theme-pink-dark .accent-A100-bg {
  background-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100 {
  background-color: #ff80ab !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .accent-A100[disabled] {
  background-color: rgba(255, 128, 171, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .accent-A100-fg {
  color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100-border {
  border-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100-border-top {
  border-top-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100-border-right {
  border-right-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100-border-bottom {
  border-bottom-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A100-border-left {
  border-left-color: #ff80ab !important;
}
body.theme-pink-dark .accent-A200-bg {
  background-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200 {
  background-color: #ff4081 !important;
  color: white !important;
}
body.theme-pink-dark .accent-A200[disabled] {
  background-color: rgba(255, 64, 129, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .accent-A200-fg {
  color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200-border {
  border-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200-border-top {
  border-top-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200-border-right {
  border-right-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200-border-bottom {
  border-bottom-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A200-border-left {
  border-left-color: #ff4081 !important;
}
body.theme-pink-dark .accent-A400-bg {
  background-color: #f50057 !important;
}
body.theme-pink-dark .accent-A400 {
  background-color: #f50057 !important;
  color: white !important;
}
body.theme-pink-dark .accent-A400[disabled] {
  background-color: rgba(245, 0, 87, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .accent-A400-fg {
  color: #f50057 !important;
}
body.theme-pink-dark .accent-A400-border {
  border-color: #f50057 !important;
}
body.theme-pink-dark .accent-A400-border-top {
  border-top-color: #f50057 !important;
}
body.theme-pink-dark .accent-A400-border-right {
  border-right-color: #f50057 !important;
}
body.theme-pink-dark .accent-A400-border-bottom {
  border-bottom-color: #f50057 !important;
}
body.theme-pink-dark .accent-A400-border-left {
  border-left-color: #f50057 !important;
}
body.theme-pink-dark .accent-A700-bg {
  background-color: #c51162 !important;
}
body.theme-pink-dark .accent-A700 {
  background-color: #c51162 !important;
  color: white !important;
}
body.theme-pink-dark .accent-A700[disabled] {
  background-color: rgba(197, 17, 98, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .accent-A700-fg {
  color: #c51162 !important;
}
body.theme-pink-dark .accent-A700-border {
  border-color: #c51162 !important;
}
body.theme-pink-dark .accent-A700-border-top {
  border-top-color: #c51162 !important;
}
body.theme-pink-dark .accent-A700-border-right {
  border-right-color: #c51162 !important;
}
body.theme-pink-dark .accent-A700-border-bottom {
  border-bottom-color: #c51162 !important;
}
body.theme-pink-dark .accent-A700-border-left {
  border-left-color: #c51162 !important;
}
body.theme-pink-dark .accent-bg {
  background-color: #e91e63 !important;
}
body.theme-pink-dark .accent {
  background-color: #e91e63 !important;
  color: white !important;
}
body.theme-pink-dark .accent[disabled] {
  background-color: rgba(233, 30, 99, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .accent-fg {
  color: #e91e63 !important;
}
body.theme-pink-dark .accent-border {
  border-color: #e91e63 !important;
}
body.theme-pink-dark .accent-border-top {
  border-top-color: #e91e63 !important;
}
body.theme-pink-dark .accent-border-right {
  border-right-color: #e91e63 !important;
}
body.theme-pink-dark .accent-border-bottom {
  border-bottom-color: #e91e63 !important;
}
body.theme-pink-dark .accent-border-left {
  border-left-color: #e91e63 !important;
}
body.theme-pink-dark .warn-50-bg {
  background-color: #ffebee !important;
}
body.theme-pink-dark .warn-50 {
  background-color: #ffebee !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .warn-50[disabled] {
  background-color: rgba(255, 235, 238, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .warn-50-fg {
  color: #ffebee !important;
}
body.theme-pink-dark .warn-50-border {
  border-color: #ffebee !important;
}
body.theme-pink-dark .warn-50-border-top {
  border-top-color: #ffebee !important;
}
body.theme-pink-dark .warn-50-border-right {
  border-right-color: #ffebee !important;
}
body.theme-pink-dark .warn-50-border-bottom {
  border-bottom-color: #ffebee !important;
}
body.theme-pink-dark .warn-50-border-left {
  border-left-color: #ffebee !important;
}
body.theme-pink-dark .warn-100-bg {
  background-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100 {
  background-color: #ffcdd2 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .warn-100[disabled] {
  background-color: rgba(255, 205, 210, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .warn-100-fg {
  color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100-border {
  border-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100-border-top {
  border-top-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100-border-right {
  border-right-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100-border-bottom {
  border-bottom-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-100-border-left {
  border-left-color: #ffcdd2 !important;
}
body.theme-pink-dark .warn-200-bg {
  background-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200 {
  background-color: #ef9a9a !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .warn-200[disabled] {
  background-color: rgba(239, 154, 154, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .warn-200-fg {
  color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200-border {
  border-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200-border-top {
  border-top-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200-border-right {
  border-right-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200-border-bottom {
  border-bottom-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-200-border-left {
  border-left-color: #ef9a9a !important;
}
body.theme-pink-dark .warn-300-bg {
  background-color: #e57373 !important;
}
body.theme-pink-dark .warn-300 {
  background-color: #e57373 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .warn-300[disabled] {
  background-color: rgba(229, 115, 115, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .warn-300-fg {
  color: #e57373 !important;
}
body.theme-pink-dark .warn-300-border {
  border-color: #e57373 !important;
}
body.theme-pink-dark .warn-300-border-top {
  border-top-color: #e57373 !important;
}
body.theme-pink-dark .warn-300-border-right {
  border-right-color: #e57373 !important;
}
body.theme-pink-dark .warn-300-border-bottom {
  border-bottom-color: #e57373 !important;
}
body.theme-pink-dark .warn-300-border-left {
  border-left-color: #e57373 !important;
}
body.theme-pink-dark .warn-400-bg {
  background-color: #ef5350 !important;
}
body.theme-pink-dark .warn-400 {
  background-color: #ef5350 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .warn-400[disabled] {
  background-color: rgba(239, 83, 80, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .warn-400-fg {
  color: #ef5350 !important;
}
body.theme-pink-dark .warn-400-border {
  border-color: #ef5350 !important;
}
body.theme-pink-dark .warn-400-border-top {
  border-top-color: #ef5350 !important;
}
body.theme-pink-dark .warn-400-border-right {
  border-right-color: #ef5350 !important;
}
body.theme-pink-dark .warn-400-border-bottom {
  border-bottom-color: #ef5350 !important;
}
body.theme-pink-dark .warn-400-border-left {
  border-left-color: #ef5350 !important;
}
body.theme-pink-dark .warn-500-bg {
  background-color: #f44336 !important;
}
body.theme-pink-dark .warn-500 {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-pink-dark .warn-500[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .warn-500-fg {
  color: #f44336 !important;
}
body.theme-pink-dark .warn-500-border {
  border-color: #f44336 !important;
}
body.theme-pink-dark .warn-500-border-top {
  border-top-color: #f44336 !important;
}
body.theme-pink-dark .warn-500-border-right {
  border-right-color: #f44336 !important;
}
body.theme-pink-dark .warn-500-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-pink-dark .warn-500-border-left {
  border-left-color: #f44336 !important;
}
body.theme-pink-dark .warn-600-bg {
  background-color: #e53935 !important;
}
body.theme-pink-dark .warn-600 {
  background-color: #e53935 !important;
  color: white !important;
}
body.theme-pink-dark .warn-600[disabled] {
  background-color: rgba(229, 57, 53, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .warn-600-fg {
  color: #e53935 !important;
}
body.theme-pink-dark .warn-600-border {
  border-color: #e53935 !important;
}
body.theme-pink-dark .warn-600-border-top {
  border-top-color: #e53935 !important;
}
body.theme-pink-dark .warn-600-border-right {
  border-right-color: #e53935 !important;
}
body.theme-pink-dark .warn-600-border-bottom {
  border-bottom-color: #e53935 !important;
}
body.theme-pink-dark .warn-600-border-left {
  border-left-color: #e53935 !important;
}
body.theme-pink-dark .warn-700-bg {
  background-color: #d32f2f !important;
}
body.theme-pink-dark .warn-700 {
  background-color: #d32f2f !important;
  color: white !important;
}
body.theme-pink-dark .warn-700[disabled] {
  background-color: rgba(211, 47, 47, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .warn-700-fg {
  color: #d32f2f !important;
}
body.theme-pink-dark .warn-700-border {
  border-color: #d32f2f !important;
}
body.theme-pink-dark .warn-700-border-top {
  border-top-color: #d32f2f !important;
}
body.theme-pink-dark .warn-700-border-right {
  border-right-color: #d32f2f !important;
}
body.theme-pink-dark .warn-700-border-bottom {
  border-bottom-color: #d32f2f !important;
}
body.theme-pink-dark .warn-700-border-left {
  border-left-color: #d32f2f !important;
}
body.theme-pink-dark .warn-800-bg {
  background-color: #c62828 !important;
}
body.theme-pink-dark .warn-800 {
  background-color: #c62828 !important;
  color: white !important;
}
body.theme-pink-dark .warn-800[disabled] {
  background-color: rgba(198, 40, 40, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .warn-800-fg {
  color: #c62828 !important;
}
body.theme-pink-dark .warn-800-border {
  border-color: #c62828 !important;
}
body.theme-pink-dark .warn-800-border-top {
  border-top-color: #c62828 !important;
}
body.theme-pink-dark .warn-800-border-right {
  border-right-color: #c62828 !important;
}
body.theme-pink-dark .warn-800-border-bottom {
  border-bottom-color: #c62828 !important;
}
body.theme-pink-dark .warn-800-border-left {
  border-left-color: #c62828 !important;
}
body.theme-pink-dark .warn-900-bg {
  background-color: #b71c1c !important;
}
body.theme-pink-dark .warn-900 {
  background-color: #b71c1c !important;
  color: white !important;
}
body.theme-pink-dark .warn-900[disabled] {
  background-color: rgba(183, 28, 28, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .warn-900-fg {
  color: #b71c1c !important;
}
body.theme-pink-dark .warn-900-border {
  border-color: #b71c1c !important;
}
body.theme-pink-dark .warn-900-border-top {
  border-top-color: #b71c1c !important;
}
body.theme-pink-dark .warn-900-border-right {
  border-right-color: #b71c1c !important;
}
body.theme-pink-dark .warn-900-border-bottom {
  border-bottom-color: #b71c1c !important;
}
body.theme-pink-dark .warn-900-border-left {
  border-left-color: #b71c1c !important;
}
body.theme-pink-dark .warn-A100-bg {
  background-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100 {
  background-color: #ff8a80 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.theme-pink-dark .warn-A100[disabled] {
  background-color: rgba(255, 138, 128, 0.12) !important;
  color: rgba(0, 0, 0, 0.26) !important;
}
body.theme-pink-dark .warn-A100-fg {
  color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100-border {
  border-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100-border-top {
  border-top-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100-border-right {
  border-right-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100-border-bottom {
  border-bottom-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A100-border-left {
  border-left-color: #ff8a80 !important;
}
body.theme-pink-dark .warn-A200-bg {
  background-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200 {
  background-color: #ff5252 !important;
  color: white !important;
}
body.theme-pink-dark .warn-A200[disabled] {
  background-color: rgba(255, 82, 82, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .warn-A200-fg {
  color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200-border {
  border-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200-border-top {
  border-top-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200-border-right {
  border-right-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200-border-bottom {
  border-bottom-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A200-border-left {
  border-left-color: #ff5252 !important;
}
body.theme-pink-dark .warn-A400-bg {
  background-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400 {
  background-color: #ff1744 !important;
  color: white !important;
}
body.theme-pink-dark .warn-A400[disabled] {
  background-color: rgba(255, 23, 68, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .warn-A400-fg {
  color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400-border {
  border-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400-border-top {
  border-top-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400-border-right {
  border-right-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400-border-bottom {
  border-bottom-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A400-border-left {
  border-left-color: #ff1744 !important;
}
body.theme-pink-dark .warn-A700-bg {
  background-color: #d50000 !important;
}
body.theme-pink-dark .warn-A700 {
  background-color: #d50000 !important;
  color: white !important;
}
body.theme-pink-dark .warn-A700[disabled] {
  background-color: rgba(213, 0, 0, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .warn-A700-fg {
  color: #d50000 !important;
}
body.theme-pink-dark .warn-A700-border {
  border-color: #d50000 !important;
}
body.theme-pink-dark .warn-A700-border-top {
  border-top-color: #d50000 !important;
}
body.theme-pink-dark .warn-A700-border-right {
  border-right-color: #d50000 !important;
}
body.theme-pink-dark .warn-A700-border-bottom {
  border-bottom-color: #d50000 !important;
}
body.theme-pink-dark .warn-A700-border-left {
  border-left-color: #d50000 !important;
}
body.theme-pink-dark .warn-bg {
  background-color: #f44336 !important;
}
body.theme-pink-dark .warn {
  background-color: #f44336 !important;
  color: white !important;
}
body.theme-pink-dark .warn[disabled] {
  background-color: rgba(244, 67, 54, 0.12) !important;
  color: rgba(255, 255, 255, 0.26) !important;
}
body.theme-pink-dark .warn-fg {
  color: #f44336 !important;
}
body.theme-pink-dark .warn-border {
  border-color: #f44336 !important;
}
body.theme-pink-dark .warn-border-top {
  border-top-color: #f44336 !important;
}
body.theme-pink-dark .warn-border-right {
  border-right-color: #f44336 !important;
}
body.theme-pink-dark .warn-border-bottom {
  border-bottom-color: #f44336 !important;
}
body.theme-pink-dark .warn-border-left {
  border-left-color: #f44336 !important;
}
body.theme-pink-dark .primary-50 i,
body.theme-pink-dark .primary-50 .icon, body.theme-pink-dark .primary-100 i,
body.theme-pink-dark .primary-100 .icon, body.theme-pink-dark .primary-200 i,
body.theme-pink-dark .primary-200 .icon, body.theme-pink-dark .primary-300 i,
body.theme-pink-dark .primary-300 .icon, body.theme-pink-dark .primary-400 i,
body.theme-pink-dark .primary-400 .icon, body.theme-pink-dark .primary-A100 i,
body.theme-pink-dark .primary-A100 .icon, body.theme-pink-dark .accent-50 i,
body.theme-pink-dark .accent-50 .icon, body.theme-pink-dark .accent-100 i,
body.theme-pink-dark .accent-100 .icon, body.theme-pink-dark .accent-200 i,
body.theme-pink-dark .accent-200 .icon, body.theme-pink-dark .accent-300 i,
body.theme-pink-dark .accent-300 .icon, body.theme-pink-dark .accent-400 i,
body.theme-pink-dark .accent-400 .icon, body.theme-pink-dark .accent-A100 i,
body.theme-pink-dark .accent-A100 .icon, body.theme-pink-dark .warn-50 i,
body.theme-pink-dark .warn-50 .icon, body.theme-pink-dark .warn-100 i,
body.theme-pink-dark .warn-100 .icon, body.theme-pink-dark .warn-200 i,
body.theme-pink-dark .warn-200 .icon, body.theme-pink-dark .warn-300 i,
body.theme-pink-dark .warn-300 .icon, body.theme-pink-dark .warn-400 i,
body.theme-pink-dark .warn-400 .icon, body.theme-pink-dark .warn-A100 i,
body.theme-pink-dark .warn-A100 .icon {
  color: rgba(0, 0, 0, 0.54);
}
body.theme-pink-dark .primary-50.secondary-text,
body.theme-pink-dark .primary-50 .secondary-text, body.theme-pink-dark .primary-100.secondary-text,
body.theme-pink-dark .primary-100 .secondary-text, body.theme-pink-dark .primary-200.secondary-text,
body.theme-pink-dark .primary-200 .secondary-text, body.theme-pink-dark .primary-300.secondary-text,
body.theme-pink-dark .primary-300 .secondary-text, body.theme-pink-dark .primary-400.secondary-text,
body.theme-pink-dark .primary-400 .secondary-text, body.theme-pink-dark .primary-A100.secondary-text,
body.theme-pink-dark .primary-A100 .secondary-text, body.theme-pink-dark .accent-50.secondary-text,
body.theme-pink-dark .accent-50 .secondary-text, body.theme-pink-dark .accent-100.secondary-text,
body.theme-pink-dark .accent-100 .secondary-text, body.theme-pink-dark .accent-200.secondary-text,
body.theme-pink-dark .accent-200 .secondary-text, body.theme-pink-dark .accent-300.secondary-text,
body.theme-pink-dark .accent-300 .secondary-text, body.theme-pink-dark .accent-400.secondary-text,
body.theme-pink-dark .accent-400 .secondary-text, body.theme-pink-dark .accent-A100.secondary-text,
body.theme-pink-dark .accent-A100 .secondary-text, body.theme-pink-dark .warn-50.secondary-text,
body.theme-pink-dark .warn-50 .secondary-text, body.theme-pink-dark .warn-100.secondary-text,
body.theme-pink-dark .warn-100 .secondary-text, body.theme-pink-dark .warn-200.secondary-text,
body.theme-pink-dark .warn-200 .secondary-text, body.theme-pink-dark .warn-300.secondary-text,
body.theme-pink-dark .warn-300 .secondary-text, body.theme-pink-dark .warn-400.secondary-text,
body.theme-pink-dark .warn-400 .secondary-text, body.theme-pink-dark .warn-A100.secondary-text,
body.theme-pink-dark .warn-A100 .secondary-text {
  color: rgba(0, 0, 0, 0.54) !important;
}
body.theme-pink-dark .primary-50.hint-text,
body.theme-pink-dark .primary-50 .hint-text, body.theme-pink-dark .primary-50.disabled-text,
body.theme-pink-dark .primary-50 .disabled-text, body.theme-pink-dark .primary-100.hint-text,
body.theme-pink-dark .primary-100 .hint-text, body.theme-pink-dark .primary-100.disabled-text,
body.theme-pink-dark .primary-100 .disabled-text, body.theme-pink-dark .primary-200.hint-text,
body.theme-pink-dark .primary-200 .hint-text, body.theme-pink-dark .primary-200.disabled-text,
body.theme-pink-dark .primary-200 .disabled-text, body.theme-pink-dark .primary-300.hint-text,
body.theme-pink-dark .primary-300 .hint-text, body.theme-pink-dark .primary-300.disabled-text,
body.theme-pink-dark .primary-300 .disabled-text, body.theme-pink-dark .primary-400.hint-text,
body.theme-pink-dark .primary-400 .hint-text, body.theme-pink-dark .primary-400.disabled-text,
body.theme-pink-dark .primary-400 .disabled-text, body.theme-pink-dark .primary-A100.hint-text,
body.theme-pink-dark .primary-A100 .hint-text, body.theme-pink-dark .primary-A100.disabled-text,
body.theme-pink-dark .primary-A100 .disabled-text, body.theme-pink-dark .accent-50.hint-text,
body.theme-pink-dark .accent-50 .hint-text, body.theme-pink-dark .accent-50.disabled-text,
body.theme-pink-dark .accent-50 .disabled-text, body.theme-pink-dark .accent-100.hint-text,
body.theme-pink-dark .accent-100 .hint-text, body.theme-pink-dark .accent-100.disabled-text,
body.theme-pink-dark .accent-100 .disabled-text, body.theme-pink-dark .accent-200.hint-text,
body.theme-pink-dark .accent-200 .hint-text, body.theme-pink-dark .accent-200.disabled-text,
body.theme-pink-dark .accent-200 .disabled-text, body.theme-pink-dark .accent-300.hint-text,
body.theme-pink-dark .accent-300 .hint-text, body.theme-pink-dark .accent-300.disabled-text,
body.theme-pink-dark .accent-300 .disabled-text, body.theme-pink-dark .accent-400.hint-text,
body.theme-pink-dark .accent-400 .hint-text, body.theme-pink-dark .accent-400.disabled-text,
body.theme-pink-dark .accent-400 .disabled-text, body.theme-pink-dark .accent-A100.hint-text,
body.theme-pink-dark .accent-A100 .hint-text, body.theme-pink-dark .accent-A100.disabled-text,
body.theme-pink-dark .accent-A100 .disabled-text, body.theme-pink-dark .warn-50.hint-text,
body.theme-pink-dark .warn-50 .hint-text, body.theme-pink-dark .warn-50.disabled-text,
body.theme-pink-dark .warn-50 .disabled-text, body.theme-pink-dark .warn-100.hint-text,
body.theme-pink-dark .warn-100 .hint-text, body.theme-pink-dark .warn-100.disabled-text,
body.theme-pink-dark .warn-100 .disabled-text, body.theme-pink-dark .warn-200.hint-text,
body.theme-pink-dark .warn-200 .hint-text, body.theme-pink-dark .warn-200.disabled-text,
body.theme-pink-dark .warn-200 .disabled-text, body.theme-pink-dark .warn-300.hint-text,
body.theme-pink-dark .warn-300 .hint-text, body.theme-pink-dark .warn-300.disabled-text,
body.theme-pink-dark .warn-300 .disabled-text, body.theme-pink-dark .warn-400.hint-text,
body.theme-pink-dark .warn-400 .hint-text, body.theme-pink-dark .warn-400.disabled-text,
body.theme-pink-dark .warn-400 .disabled-text, body.theme-pink-dark .warn-A100.hint-text,
body.theme-pink-dark .warn-A100 .hint-text, body.theme-pink-dark .warn-A100.disabled-text,
body.theme-pink-dark .warn-A100 .disabled-text {
  color: rgba(0, 0, 0, 0.38) !important;
}
body.theme-pink-dark .primary-50.divider,
body.theme-pink-dark .primary-50 .divider, body.theme-pink-dark .primary-100.divider,
body.theme-pink-dark .primary-100 .divider, body.theme-pink-dark .primary-200.divider,
body.theme-pink-dark .primary-200 .divider, body.theme-pink-dark .primary-300.divider,
body.theme-pink-dark .primary-300 .divider, body.theme-pink-dark .primary-400.divider,
body.theme-pink-dark .primary-400 .divider, body.theme-pink-dark .primary-A100.divider,
body.theme-pink-dark .primary-A100 .divider, body.theme-pink-dark .accent-50.divider,
body.theme-pink-dark .accent-50 .divider, body.theme-pink-dark .accent-100.divider,
body.theme-pink-dark .accent-100 .divider, body.theme-pink-dark .accent-200.divider,
body.theme-pink-dark .accent-200 .divider, body.theme-pink-dark .accent-300.divider,
body.theme-pink-dark .accent-300 .divider, body.theme-pink-dark .accent-400.divider,
body.theme-pink-dark .accent-400 .divider, body.theme-pink-dark .accent-A100.divider,
body.theme-pink-dark .accent-A100 .divider, body.theme-pink-dark .warn-50.divider,
body.theme-pink-dark .warn-50 .divider, body.theme-pink-dark .warn-100.divider,
body.theme-pink-dark .warn-100 .divider, body.theme-pink-dark .warn-200.divider,
body.theme-pink-dark .warn-200 .divider, body.theme-pink-dark .warn-300.divider,
body.theme-pink-dark .warn-300 .divider, body.theme-pink-dark .warn-400.divider,
body.theme-pink-dark .warn-400 .divider, body.theme-pink-dark .warn-A100.divider,
body.theme-pink-dark .warn-A100 .divider {
  color: rgba(0, 0, 0, 0.12) !important;
}
body.theme-pink-dark .primary-50 .mat-ripple-element, body.theme-pink-dark .primary-100 .mat-ripple-element, body.theme-pink-dark .primary-200 .mat-ripple-element, body.theme-pink-dark .primary-300 .mat-ripple-element, body.theme-pink-dark .primary-400 .mat-ripple-element, body.theme-pink-dark .primary-A100 .mat-ripple-element, body.theme-pink-dark .accent-50 .mat-ripple-element, body.theme-pink-dark .accent-100 .mat-ripple-element, body.theme-pink-dark .accent-200 .mat-ripple-element, body.theme-pink-dark .accent-300 .mat-ripple-element, body.theme-pink-dark .accent-400 .mat-ripple-element, body.theme-pink-dark .accent-A100 .mat-ripple-element, body.theme-pink-dark .warn-50 .mat-ripple-element, body.theme-pink-dark .warn-100 .mat-ripple-element, body.theme-pink-dark .warn-200 .mat-ripple-element, body.theme-pink-dark .warn-300 .mat-ripple-element, body.theme-pink-dark .warn-400 .mat-ripple-element, body.theme-pink-dark .warn-A100 .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
body.theme-pink-dark .primary-50 .adaptive-border-color, body.theme-pink-dark .primary-100 .adaptive-border-color, body.theme-pink-dark .primary-200 .adaptive-border-color, body.theme-pink-dark .primary-300 .adaptive-border-color, body.theme-pink-dark .primary-400 .adaptive-border-color, body.theme-pink-dark .primary-A100 .adaptive-border-color, body.theme-pink-dark .accent-50 .adaptive-border-color, body.theme-pink-dark .accent-100 .adaptive-border-color, body.theme-pink-dark .accent-200 .adaptive-border-color, body.theme-pink-dark .accent-300 .adaptive-border-color, body.theme-pink-dark .accent-400 .adaptive-border-color, body.theme-pink-dark .accent-A100 .adaptive-border-color, body.theme-pink-dark .warn-50 .adaptive-border-color, body.theme-pink-dark .warn-100 .adaptive-border-color, body.theme-pink-dark .warn-200 .adaptive-border-color, body.theme-pink-dark .warn-300 .adaptive-border-color, body.theme-pink-dark .warn-400 .adaptive-border-color, body.theme-pink-dark .warn-A100 .adaptive-border-color {
  border-color: rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .primary-500 i,
body.theme-pink-dark .primary-500 .icon, body.theme-pink-dark .primary-600 i,
body.theme-pink-dark .primary-600 .icon, body.theme-pink-dark .primary-700 i,
body.theme-pink-dark .primary-700 .icon, body.theme-pink-dark .primary-800 i,
body.theme-pink-dark .primary-800 .icon, body.theme-pink-dark .primary-900 i,
body.theme-pink-dark .primary-900 .icon, body.theme-pink-dark .primary-A200 i,
body.theme-pink-dark .primary-A200 .icon, body.theme-pink-dark .primary-A400 i,
body.theme-pink-dark .primary-A400 .icon, body.theme-pink-dark .primary-A700 i,
body.theme-pink-dark .primary-A700 .icon, body.theme-pink-dark .primary i,
body.theme-pink-dark .primary .icon, body.theme-pink-dark .accent-500 i,
body.theme-pink-dark .accent-500 .icon, body.theme-pink-dark .accent-600 i,
body.theme-pink-dark .accent-600 .icon, body.theme-pink-dark .accent-700 i,
body.theme-pink-dark .accent-700 .icon, body.theme-pink-dark .accent-800 i,
body.theme-pink-dark .accent-800 .icon, body.theme-pink-dark .accent-900 i,
body.theme-pink-dark .accent-900 .icon, body.theme-pink-dark .accent-A200 i,
body.theme-pink-dark .accent-A200 .icon, body.theme-pink-dark .accent-A400 i,
body.theme-pink-dark .accent-A400 .icon, body.theme-pink-dark .accent-A700 i,
body.theme-pink-dark .accent-A700 .icon, body.theme-pink-dark .accent i,
body.theme-pink-dark .accent .icon, body.theme-pink-dark .warn-500 i,
body.theme-pink-dark .warn-500 .icon, body.theme-pink-dark .warn-600 i,
body.theme-pink-dark .warn-600 .icon, body.theme-pink-dark .warn-700 i,
body.theme-pink-dark .warn-700 .icon, body.theme-pink-dark .warn-800 i,
body.theme-pink-dark .warn-800 .icon, body.theme-pink-dark .warn-900 i,
body.theme-pink-dark .warn-900 .icon, body.theme-pink-dark .warn-A200 i,
body.theme-pink-dark .warn-A200 .icon, body.theme-pink-dark .warn-A400 i,
body.theme-pink-dark .warn-A400 .icon, body.theme-pink-dark .warn-A700 i,
body.theme-pink-dark .warn-A700 .icon, body.theme-pink-dark .warn i,
body.theme-pink-dark .warn .icon {
  color: white;
}
body.theme-pink-dark .primary-500.secondary-text,
body.theme-pink-dark .primary-500 .secondary-text, body.theme-pink-dark .primary-600.secondary-text,
body.theme-pink-dark .primary-600 .secondary-text, body.theme-pink-dark .primary-700.secondary-text,
body.theme-pink-dark .primary-700 .secondary-text, body.theme-pink-dark .primary-800.secondary-text,
body.theme-pink-dark .primary-800 .secondary-text, body.theme-pink-dark .primary-900.secondary-text,
body.theme-pink-dark .primary-900 .secondary-text, body.theme-pink-dark .primary-A200.secondary-text,
body.theme-pink-dark .primary-A200 .secondary-text, body.theme-pink-dark .primary-A400.secondary-text,
body.theme-pink-dark .primary-A400 .secondary-text, body.theme-pink-dark .primary-A700.secondary-text,
body.theme-pink-dark .primary-A700 .secondary-text, body.theme-pink-dark .primary.secondary-text,
body.theme-pink-dark .primary .secondary-text, body.theme-pink-dark .accent-500.secondary-text,
body.theme-pink-dark .accent-500 .secondary-text, body.theme-pink-dark .accent-600.secondary-text,
body.theme-pink-dark .accent-600 .secondary-text, body.theme-pink-dark .accent-700.secondary-text,
body.theme-pink-dark .accent-700 .secondary-text, body.theme-pink-dark .accent-800.secondary-text,
body.theme-pink-dark .accent-800 .secondary-text, body.theme-pink-dark .accent-900.secondary-text,
body.theme-pink-dark .accent-900 .secondary-text, body.theme-pink-dark .accent-A200.secondary-text,
body.theme-pink-dark .accent-A200 .secondary-text, body.theme-pink-dark .accent-A400.secondary-text,
body.theme-pink-dark .accent-A400 .secondary-text, body.theme-pink-dark .accent-A700.secondary-text,
body.theme-pink-dark .accent-A700 .secondary-text, body.theme-pink-dark .accent.secondary-text,
body.theme-pink-dark .accent .secondary-text, body.theme-pink-dark .warn-500.secondary-text,
body.theme-pink-dark .warn-500 .secondary-text, body.theme-pink-dark .warn-600.secondary-text,
body.theme-pink-dark .warn-600 .secondary-text, body.theme-pink-dark .warn-700.secondary-text,
body.theme-pink-dark .warn-700 .secondary-text, body.theme-pink-dark .warn-800.secondary-text,
body.theme-pink-dark .warn-800 .secondary-text, body.theme-pink-dark .warn-900.secondary-text,
body.theme-pink-dark .warn-900 .secondary-text, body.theme-pink-dark .warn-A200.secondary-text,
body.theme-pink-dark .warn-A200 .secondary-text, body.theme-pink-dark .warn-A400.secondary-text,
body.theme-pink-dark .warn-A400 .secondary-text, body.theme-pink-dark .warn-A700.secondary-text,
body.theme-pink-dark .warn-A700 .secondary-text, body.theme-pink-dark .warn.secondary-text,
body.theme-pink-dark .warn .secondary-text {
  color: rgba(255, 255, 255, 0.7) !important;
}
body.theme-pink-dark .primary-500.hint-text,
body.theme-pink-dark .primary-500 .hint-text, body.theme-pink-dark .primary-500.disabled-text,
body.theme-pink-dark .primary-500 .disabled-text, body.theme-pink-dark .primary-600.hint-text,
body.theme-pink-dark .primary-600 .hint-text, body.theme-pink-dark .primary-600.disabled-text,
body.theme-pink-dark .primary-600 .disabled-text, body.theme-pink-dark .primary-700.hint-text,
body.theme-pink-dark .primary-700 .hint-text, body.theme-pink-dark .primary-700.disabled-text,
body.theme-pink-dark .primary-700 .disabled-text, body.theme-pink-dark .primary-800.hint-text,
body.theme-pink-dark .primary-800 .hint-text, body.theme-pink-dark .primary-800.disabled-text,
body.theme-pink-dark .primary-800 .disabled-text, body.theme-pink-dark .primary-900.hint-text,
body.theme-pink-dark .primary-900 .hint-text, body.theme-pink-dark .primary-900.disabled-text,
body.theme-pink-dark .primary-900 .disabled-text, body.theme-pink-dark .primary-A200.hint-text,
body.theme-pink-dark .primary-A200 .hint-text, body.theme-pink-dark .primary-A200.disabled-text,
body.theme-pink-dark .primary-A200 .disabled-text, body.theme-pink-dark .primary-A400.hint-text,
body.theme-pink-dark .primary-A400 .hint-text, body.theme-pink-dark .primary-A400.disabled-text,
body.theme-pink-dark .primary-A400 .disabled-text, body.theme-pink-dark .primary-A700.hint-text,
body.theme-pink-dark .primary-A700 .hint-text, body.theme-pink-dark .primary-A700.disabled-text,
body.theme-pink-dark .primary-A700 .disabled-text, body.theme-pink-dark .primary.hint-text,
body.theme-pink-dark .primary .hint-text, body.theme-pink-dark .primary.disabled-text,
body.theme-pink-dark .primary .disabled-text, body.theme-pink-dark .accent-500.hint-text,
body.theme-pink-dark .accent-500 .hint-text, body.theme-pink-dark .accent-500.disabled-text,
body.theme-pink-dark .accent-500 .disabled-text, body.theme-pink-dark .accent-600.hint-text,
body.theme-pink-dark .accent-600 .hint-text, body.theme-pink-dark .accent-600.disabled-text,
body.theme-pink-dark .accent-600 .disabled-text, body.theme-pink-dark .accent-700.hint-text,
body.theme-pink-dark .accent-700 .hint-text, body.theme-pink-dark .accent-700.disabled-text,
body.theme-pink-dark .accent-700 .disabled-text, body.theme-pink-dark .accent-800.hint-text,
body.theme-pink-dark .accent-800 .hint-text, body.theme-pink-dark .accent-800.disabled-text,
body.theme-pink-dark .accent-800 .disabled-text, body.theme-pink-dark .accent-900.hint-text,
body.theme-pink-dark .accent-900 .hint-text, body.theme-pink-dark .accent-900.disabled-text,
body.theme-pink-dark .accent-900 .disabled-text, body.theme-pink-dark .accent-A200.hint-text,
body.theme-pink-dark .accent-A200 .hint-text, body.theme-pink-dark .accent-A200.disabled-text,
body.theme-pink-dark .accent-A200 .disabled-text, body.theme-pink-dark .accent-A400.hint-text,
body.theme-pink-dark .accent-A400 .hint-text, body.theme-pink-dark .accent-A400.disabled-text,
body.theme-pink-dark .accent-A400 .disabled-text, body.theme-pink-dark .accent-A700.hint-text,
body.theme-pink-dark .accent-A700 .hint-text, body.theme-pink-dark .accent-A700.disabled-text,
body.theme-pink-dark .accent-A700 .disabled-text, body.theme-pink-dark .accent.hint-text,
body.theme-pink-dark .accent .hint-text, body.theme-pink-dark .accent.disabled-text,
body.theme-pink-dark .accent .disabled-text, body.theme-pink-dark .warn-500.hint-text,
body.theme-pink-dark .warn-500 .hint-text, body.theme-pink-dark .warn-500.disabled-text,
body.theme-pink-dark .warn-500 .disabled-text, body.theme-pink-dark .warn-600.hint-text,
body.theme-pink-dark .warn-600 .hint-text, body.theme-pink-dark .warn-600.disabled-text,
body.theme-pink-dark .warn-600 .disabled-text, body.theme-pink-dark .warn-700.hint-text,
body.theme-pink-dark .warn-700 .hint-text, body.theme-pink-dark .warn-700.disabled-text,
body.theme-pink-dark .warn-700 .disabled-text, body.theme-pink-dark .warn-800.hint-text,
body.theme-pink-dark .warn-800 .hint-text, body.theme-pink-dark .warn-800.disabled-text,
body.theme-pink-dark .warn-800 .disabled-text, body.theme-pink-dark .warn-900.hint-text,
body.theme-pink-dark .warn-900 .hint-text, body.theme-pink-dark .warn-900.disabled-text,
body.theme-pink-dark .warn-900 .disabled-text, body.theme-pink-dark .warn-A200.hint-text,
body.theme-pink-dark .warn-A200 .hint-text, body.theme-pink-dark .warn-A200.disabled-text,
body.theme-pink-dark .warn-A200 .disabled-text, body.theme-pink-dark .warn-A400.hint-text,
body.theme-pink-dark .warn-A400 .hint-text, body.theme-pink-dark .warn-A400.disabled-text,
body.theme-pink-dark .warn-A400 .disabled-text, body.theme-pink-dark .warn-A700.hint-text,
body.theme-pink-dark .warn-A700 .hint-text, body.theme-pink-dark .warn-A700.disabled-text,
body.theme-pink-dark .warn-A700 .disabled-text, body.theme-pink-dark .warn.hint-text,
body.theme-pink-dark .warn .hint-text, body.theme-pink-dark .warn.disabled-text,
body.theme-pink-dark .warn .disabled-text {
  color: rgba(255, 255, 255, 0.5) !important;
}
body.theme-pink-dark .primary-500.divider,
body.theme-pink-dark .primary-500 .divider, body.theme-pink-dark .primary-600.divider,
body.theme-pink-dark .primary-600 .divider, body.theme-pink-dark .primary-700.divider,
body.theme-pink-dark .primary-700 .divider, body.theme-pink-dark .primary-800.divider,
body.theme-pink-dark .primary-800 .divider, body.theme-pink-dark .primary-900.divider,
body.theme-pink-dark .primary-900 .divider, body.theme-pink-dark .primary-A200.divider,
body.theme-pink-dark .primary-A200 .divider, body.theme-pink-dark .primary-A400.divider,
body.theme-pink-dark .primary-A400 .divider, body.theme-pink-dark .primary-A700.divider,
body.theme-pink-dark .primary-A700 .divider, body.theme-pink-dark .primary.divider,
body.theme-pink-dark .primary .divider, body.theme-pink-dark .accent-500.divider,
body.theme-pink-dark .accent-500 .divider, body.theme-pink-dark .accent-600.divider,
body.theme-pink-dark .accent-600 .divider, body.theme-pink-dark .accent-700.divider,
body.theme-pink-dark .accent-700 .divider, body.theme-pink-dark .accent-800.divider,
body.theme-pink-dark .accent-800 .divider, body.theme-pink-dark .accent-900.divider,
body.theme-pink-dark .accent-900 .divider, body.theme-pink-dark .accent-A200.divider,
body.theme-pink-dark .accent-A200 .divider, body.theme-pink-dark .accent-A400.divider,
body.theme-pink-dark .accent-A400 .divider, body.theme-pink-dark .accent-A700.divider,
body.theme-pink-dark .accent-A700 .divider, body.theme-pink-dark .accent.divider,
body.theme-pink-dark .accent .divider, body.theme-pink-dark .warn-500.divider,
body.theme-pink-dark .warn-500 .divider, body.theme-pink-dark .warn-600.divider,
body.theme-pink-dark .warn-600 .divider, body.theme-pink-dark .warn-700.divider,
body.theme-pink-dark .warn-700 .divider, body.theme-pink-dark .warn-800.divider,
body.theme-pink-dark .warn-800 .divider, body.theme-pink-dark .warn-900.divider,
body.theme-pink-dark .warn-900 .divider, body.theme-pink-dark .warn-A200.divider,
body.theme-pink-dark .warn-A200 .divider, body.theme-pink-dark .warn-A400.divider,
body.theme-pink-dark .warn-A400 .divider, body.theme-pink-dark .warn-A700.divider,
body.theme-pink-dark .warn-A700 .divider, body.theme-pink-dark .warn.divider,
body.theme-pink-dark .warn .divider {
  color: rgba(255, 255, 255, 0.12) !important;
}
body.theme-pink-dark .primary-500 .mat-ripple-element, body.theme-pink-dark .primary-600 .mat-ripple-element, body.theme-pink-dark .primary-700 .mat-ripple-element, body.theme-pink-dark .primary-800 .mat-ripple-element, body.theme-pink-dark .primary-900 .mat-ripple-element, body.theme-pink-dark .primary-A200 .mat-ripple-element, body.theme-pink-dark .primary-A400 .mat-ripple-element, body.theme-pink-dark .primary-A700 .mat-ripple-element, body.theme-pink-dark .primary .mat-ripple-element, body.theme-pink-dark .accent-500 .mat-ripple-element, body.theme-pink-dark .accent-600 .mat-ripple-element, body.theme-pink-dark .accent-700 .mat-ripple-element, body.theme-pink-dark .accent-800 .mat-ripple-element, body.theme-pink-dark .accent-900 .mat-ripple-element, body.theme-pink-dark .accent-A200 .mat-ripple-element, body.theme-pink-dark .accent-A400 .mat-ripple-element, body.theme-pink-dark .accent-A700 .mat-ripple-element, body.theme-pink-dark .accent .mat-ripple-element, body.theme-pink-dark .warn-500 .mat-ripple-element, body.theme-pink-dark .warn-600 .mat-ripple-element, body.theme-pink-dark .warn-700 .mat-ripple-element, body.theme-pink-dark .warn-800 .mat-ripple-element, body.theme-pink-dark .warn-900 .mat-ripple-element, body.theme-pink-dark .warn-A200 .mat-ripple-element, body.theme-pink-dark .warn-A400 .mat-ripple-element, body.theme-pink-dark .warn-A700 .mat-ripple-element, body.theme-pink-dark .warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
body.theme-pink-dark .primary-500 .adaptive-border-color, body.theme-pink-dark .primary-600 .adaptive-border-color, body.theme-pink-dark .primary-700 .adaptive-border-color, body.theme-pink-dark .primary-800 .adaptive-border-color, body.theme-pink-dark .primary-900 .adaptive-border-color, body.theme-pink-dark .primary-A200 .adaptive-border-color, body.theme-pink-dark .primary-A400 .adaptive-border-color, body.theme-pink-dark .primary-A700 .adaptive-border-color, body.theme-pink-dark .primary .adaptive-border-color, body.theme-pink-dark .accent-500 .adaptive-border-color, body.theme-pink-dark .accent-600 .adaptive-border-color, body.theme-pink-dark .accent-700 .adaptive-border-color, body.theme-pink-dark .accent-800 .adaptive-border-color, body.theme-pink-dark .accent-900 .adaptive-border-color, body.theme-pink-dark .accent-A200 .adaptive-border-color, body.theme-pink-dark .accent-A400 .adaptive-border-color, body.theme-pink-dark .accent-A700 .adaptive-border-color, body.theme-pink-dark .accent .adaptive-border-color, body.theme-pink-dark .warn-500 .adaptive-border-color, body.theme-pink-dark .warn-600 .adaptive-border-color, body.theme-pink-dark .warn-700 .adaptive-border-color, body.theme-pink-dark .warn-800 .adaptive-border-color, body.theme-pink-dark .warn-900 .adaptive-border-color, body.theme-pink-dark .warn-A200 .adaptive-border-color, body.theme-pink-dark .warn-A400 .adaptive-border-color, body.theme-pink-dark .warn-A700 .adaptive-border-color, body.theme-pink-dark .warn .adaptive-border-color {
  border-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .primary-50 input[type=text], body.theme-pink-dark .primary-100 input[type=text], body.theme-pink-dark .primary-200 input[type=text], body.theme-pink-dark .primary-300 input[type=text], body.theme-pink-dark .primary-400 input[type=text], body.theme-pink-dark .primary-A100 input[type=text], body.theme-pink-dark .accent-50 input[type=text], body.theme-pink-dark .accent-100 input[type=text], body.theme-pink-dark .accent-200 input[type=text], body.theme-pink-dark .accent-300 input[type=text], body.theme-pink-dark .accent-400 input[type=text], body.theme-pink-dark .accent-A100 input[type=text], body.theme-pink-dark .warn-50 input[type=text], body.theme-pink-dark .warn-100 input[type=text], body.theme-pink-dark .warn-200 input[type=text], body.theme-pink-dark .warn-300 input[type=text], body.theme-pink-dark .warn-400 input[type=text], body.theme-pink-dark .warn-A100 input[type=text] {
  color: black;
}
body.theme-pink-dark .primary-50 .mat-form-field-label, body.theme-pink-dark .primary-100 .mat-form-field-label, body.theme-pink-dark .primary-200 .mat-form-field-label, body.theme-pink-dark .primary-300 .mat-form-field-label, body.theme-pink-dark .primary-400 .mat-form-field-label, body.theme-pink-dark .primary-A100 .mat-form-field-label, body.theme-pink-dark .accent-50 .mat-form-field-label, body.theme-pink-dark .accent-100 .mat-form-field-label, body.theme-pink-dark .accent-200 .mat-form-field-label, body.theme-pink-dark .accent-300 .mat-form-field-label, body.theme-pink-dark .accent-400 .mat-form-field-label, body.theme-pink-dark .accent-A100 .mat-form-field-label, body.theme-pink-dark .warn-50 .mat-form-field-label, body.theme-pink-dark .warn-100 .mat-form-field-label, body.theme-pink-dark .warn-200 .mat-form-field-label, body.theme-pink-dark .warn-300 .mat-form-field-label, body.theme-pink-dark .warn-400 .mat-form-field-label, body.theme-pink-dark .warn-A100 .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-pink-dark .primary-50 .mat-form-field-underline, body.theme-pink-dark .primary-100 .mat-form-field-underline, body.theme-pink-dark .primary-200 .mat-form-field-underline, body.theme-pink-dark .primary-300 .mat-form-field-underline, body.theme-pink-dark .primary-400 .mat-form-field-underline, body.theme-pink-dark .primary-A100 .mat-form-field-underline, body.theme-pink-dark .accent-50 .mat-form-field-underline, body.theme-pink-dark .accent-100 .mat-form-field-underline, body.theme-pink-dark .accent-200 .mat-form-field-underline, body.theme-pink-dark .accent-300 .mat-form-field-underline, body.theme-pink-dark .accent-400 .mat-form-field-underline, body.theme-pink-dark .accent-A100 .mat-form-field-underline, body.theme-pink-dark .warn-50 .mat-form-field-underline, body.theme-pink-dark .warn-100 .mat-form-field-underline, body.theme-pink-dark .warn-200 .mat-form-field-underline, body.theme-pink-dark .warn-300 .mat-form-field-underline, body.theme-pink-dark .warn-400 .mat-form-field-underline, body.theme-pink-dark .warn-A100 .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .primary-50 .mat-select-trigger,
body.theme-pink-dark .primary-50 .mat-select-arrow, body.theme-pink-dark .primary-100 .mat-select-trigger,
body.theme-pink-dark .primary-100 .mat-select-arrow, body.theme-pink-dark .primary-200 .mat-select-trigger,
body.theme-pink-dark .primary-200 .mat-select-arrow, body.theme-pink-dark .primary-300 .mat-select-trigger,
body.theme-pink-dark .primary-300 .mat-select-arrow, body.theme-pink-dark .primary-400 .mat-select-trigger,
body.theme-pink-dark .primary-400 .mat-select-arrow, body.theme-pink-dark .primary-A100 .mat-select-trigger,
body.theme-pink-dark .primary-A100 .mat-select-arrow, body.theme-pink-dark .accent-50 .mat-select-trigger,
body.theme-pink-dark .accent-50 .mat-select-arrow, body.theme-pink-dark .accent-100 .mat-select-trigger,
body.theme-pink-dark .accent-100 .mat-select-arrow, body.theme-pink-dark .accent-200 .mat-select-trigger,
body.theme-pink-dark .accent-200 .mat-select-arrow, body.theme-pink-dark .accent-300 .mat-select-trigger,
body.theme-pink-dark .accent-300 .mat-select-arrow, body.theme-pink-dark .accent-400 .mat-select-trigger,
body.theme-pink-dark .accent-400 .mat-select-arrow, body.theme-pink-dark .accent-A100 .mat-select-trigger,
body.theme-pink-dark .accent-A100 .mat-select-arrow, body.theme-pink-dark .warn-50 .mat-select-trigger,
body.theme-pink-dark .warn-50 .mat-select-arrow, body.theme-pink-dark .warn-100 .mat-select-trigger,
body.theme-pink-dark .warn-100 .mat-select-arrow, body.theme-pink-dark .warn-200 .mat-select-trigger,
body.theme-pink-dark .warn-200 .mat-select-arrow, body.theme-pink-dark .warn-300 .mat-select-trigger,
body.theme-pink-dark .warn-300 .mat-select-arrow, body.theme-pink-dark .warn-400 .mat-select-trigger,
body.theme-pink-dark .warn-400 .mat-select-arrow, body.theme-pink-dark .warn-A100 .mat-select-trigger,
body.theme-pink-dark .warn-A100 .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-pink-dark .primary-50 .mat-select-underline, body.theme-pink-dark .primary-100 .mat-select-underline, body.theme-pink-dark .primary-200 .mat-select-underline, body.theme-pink-dark .primary-300 .mat-select-underline, body.theme-pink-dark .primary-400 .mat-select-underline, body.theme-pink-dark .primary-A100 .mat-select-underline, body.theme-pink-dark .accent-50 .mat-select-underline, body.theme-pink-dark .accent-100 .mat-select-underline, body.theme-pink-dark .accent-200 .mat-select-underline, body.theme-pink-dark .accent-300 .mat-select-underline, body.theme-pink-dark .accent-400 .mat-select-underline, body.theme-pink-dark .accent-A100 .mat-select-underline, body.theme-pink-dark .warn-50 .mat-select-underline, body.theme-pink-dark .warn-100 .mat-select-underline, body.theme-pink-dark .warn-200 .mat-select-underline, body.theme-pink-dark .warn-300 .mat-select-underline, body.theme-pink-dark .warn-400 .mat-select-underline, body.theme-pink-dark .warn-A100 .mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12);
}
body.theme-pink-dark .primary-50 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-50 .mat-select-arrow,
body.theme-pink-dark .primary-50 .mat-select-trigger, body.theme-pink-dark .primary-100 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-100 .mat-select-arrow,
body.theme-pink-dark .primary-100 .mat-select-trigger, body.theme-pink-dark .primary-200 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-200 .mat-select-arrow,
body.theme-pink-dark .primary-200 .mat-select-trigger, body.theme-pink-dark .primary-300 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-300 .mat-select-arrow,
body.theme-pink-dark .primary-300 .mat-select-trigger, body.theme-pink-dark .primary-400 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-400 .mat-select-arrow,
body.theme-pink-dark .primary-400 .mat-select-trigger, body.theme-pink-dark .primary-A100 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-A100 .mat-select-arrow,
body.theme-pink-dark .primary-A100 .mat-select-trigger, body.theme-pink-dark .accent-50 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-50 .mat-select-arrow,
body.theme-pink-dark .accent-50 .mat-select-trigger, body.theme-pink-dark .accent-100 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-100 .mat-select-arrow,
body.theme-pink-dark .accent-100 .mat-select-trigger, body.theme-pink-dark .accent-200 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-200 .mat-select-arrow,
body.theme-pink-dark .accent-200 .mat-select-trigger, body.theme-pink-dark .accent-300 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-300 .mat-select-arrow,
body.theme-pink-dark .accent-300 .mat-select-trigger, body.theme-pink-dark .accent-400 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-400 .mat-select-arrow,
body.theme-pink-dark .accent-400 .mat-select-trigger, body.theme-pink-dark .accent-A100 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-A100 .mat-select-arrow,
body.theme-pink-dark .accent-A100 .mat-select-trigger, body.theme-pink-dark .warn-50 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-50 .mat-select-arrow,
body.theme-pink-dark .warn-50 .mat-select-trigger, body.theme-pink-dark .warn-100 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-100 .mat-select-arrow,
body.theme-pink-dark .warn-100 .mat-select-trigger, body.theme-pink-dark .warn-200 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-200 .mat-select-arrow,
body.theme-pink-dark .warn-200 .mat-select-trigger, body.theme-pink-dark .warn-300 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-300 .mat-select-arrow,
body.theme-pink-dark .warn-300 .mat-select-trigger, body.theme-pink-dark .warn-400 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-400 .mat-select-arrow,
body.theme-pink-dark .warn-400 .mat-select-trigger, body.theme-pink-dark .warn-A100 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-A100 .mat-select-arrow,
body.theme-pink-dark .warn-A100 .mat-select-trigger {
  color: rgba(0, 0, 0, 0.38);
}
body.theme-pink-dark .primary-500 input[type=text], body.theme-pink-dark .primary-600 input[type=text], body.theme-pink-dark .primary-700 input[type=text], body.theme-pink-dark .primary-800 input[type=text], body.theme-pink-dark .primary-900 input[type=text], body.theme-pink-dark .primary-A200 input[type=text], body.theme-pink-dark .primary-A400 input[type=text], body.theme-pink-dark .primary-A700 input[type=text], body.theme-pink-dark .primary input[type=text], body.theme-pink-dark .accent-500 input[type=text], body.theme-pink-dark .accent-600 input[type=text], body.theme-pink-dark .accent-700 input[type=text], body.theme-pink-dark .accent-800 input[type=text], body.theme-pink-dark .accent-900 input[type=text], body.theme-pink-dark .accent-A200 input[type=text], body.theme-pink-dark .accent-A400 input[type=text], body.theme-pink-dark .accent-A700 input[type=text], body.theme-pink-dark .accent input[type=text], body.theme-pink-dark .warn-500 input[type=text], body.theme-pink-dark .warn-600 input[type=text], body.theme-pink-dark .warn-700 input[type=text], body.theme-pink-dark .warn-800 input[type=text], body.theme-pink-dark .warn-900 input[type=text], body.theme-pink-dark .warn-A200 input[type=text], body.theme-pink-dark .warn-A400 input[type=text], body.theme-pink-dark .warn-A700 input[type=text], body.theme-pink-dark .warn input[type=text] {
  color: white;
}
body.theme-pink-dark .primary-500 .mat-form-field-label, body.theme-pink-dark .primary-600 .mat-form-field-label, body.theme-pink-dark .primary-700 .mat-form-field-label, body.theme-pink-dark .primary-800 .mat-form-field-label, body.theme-pink-dark .primary-900 .mat-form-field-label, body.theme-pink-dark .primary-A200 .mat-form-field-label, body.theme-pink-dark .primary-A400 .mat-form-field-label, body.theme-pink-dark .primary-A700 .mat-form-field-label, body.theme-pink-dark .primary .mat-form-field-label, body.theme-pink-dark .accent-500 .mat-form-field-label, body.theme-pink-dark .accent-600 .mat-form-field-label, body.theme-pink-dark .accent-700 .mat-form-field-label, body.theme-pink-dark .accent-800 .mat-form-field-label, body.theme-pink-dark .accent-900 .mat-form-field-label, body.theme-pink-dark .accent-A200 .mat-form-field-label, body.theme-pink-dark .accent-A400 .mat-form-field-label, body.theme-pink-dark .accent-A700 .mat-form-field-label, body.theme-pink-dark .accent .mat-form-field-label, body.theme-pink-dark .warn-500 .mat-form-field-label, body.theme-pink-dark .warn-600 .mat-form-field-label, body.theme-pink-dark .warn-700 .mat-form-field-label, body.theme-pink-dark .warn-800 .mat-form-field-label, body.theme-pink-dark .warn-900 .mat-form-field-label, body.theme-pink-dark .warn-A200 .mat-form-field-label, body.theme-pink-dark .warn-A400 .mat-form-field-label, body.theme-pink-dark .warn-A700 .mat-form-field-label, body.theme-pink-dark .warn .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .primary-500 .mat-form-field-underline, body.theme-pink-dark .primary-600 .mat-form-field-underline, body.theme-pink-dark .primary-700 .mat-form-field-underline, body.theme-pink-dark .primary-800 .mat-form-field-underline, body.theme-pink-dark .primary-900 .mat-form-field-underline, body.theme-pink-dark .primary-A200 .mat-form-field-underline, body.theme-pink-dark .primary-A400 .mat-form-field-underline, body.theme-pink-dark .primary-A700 .mat-form-field-underline, body.theme-pink-dark .primary .mat-form-field-underline, body.theme-pink-dark .accent-500 .mat-form-field-underline, body.theme-pink-dark .accent-600 .mat-form-field-underline, body.theme-pink-dark .accent-700 .mat-form-field-underline, body.theme-pink-dark .accent-800 .mat-form-field-underline, body.theme-pink-dark .accent-900 .mat-form-field-underline, body.theme-pink-dark .accent-A200 .mat-form-field-underline, body.theme-pink-dark .accent-A400 .mat-form-field-underline, body.theme-pink-dark .accent-A700 .mat-form-field-underline, body.theme-pink-dark .accent .mat-form-field-underline, body.theme-pink-dark .warn-500 .mat-form-field-underline, body.theme-pink-dark .warn-600 .mat-form-field-underline, body.theme-pink-dark .warn-700 .mat-form-field-underline, body.theme-pink-dark .warn-800 .mat-form-field-underline, body.theme-pink-dark .warn-900 .mat-form-field-underline, body.theme-pink-dark .warn-A200 .mat-form-field-underline, body.theme-pink-dark .warn-A400 .mat-form-field-underline, body.theme-pink-dark .warn-A700 .mat-form-field-underline, body.theme-pink-dark .warn .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .primary-500 .mat-select-trigger,
body.theme-pink-dark .primary-500 .mat-select-arrow, body.theme-pink-dark .primary-600 .mat-select-trigger,
body.theme-pink-dark .primary-600 .mat-select-arrow, body.theme-pink-dark .primary-700 .mat-select-trigger,
body.theme-pink-dark .primary-700 .mat-select-arrow, body.theme-pink-dark .primary-800 .mat-select-trigger,
body.theme-pink-dark .primary-800 .mat-select-arrow, body.theme-pink-dark .primary-900 .mat-select-trigger,
body.theme-pink-dark .primary-900 .mat-select-arrow, body.theme-pink-dark .primary-A200 .mat-select-trigger,
body.theme-pink-dark .primary-A200 .mat-select-arrow, body.theme-pink-dark .primary-A400 .mat-select-trigger,
body.theme-pink-dark .primary-A400 .mat-select-arrow, body.theme-pink-dark .primary-A700 .mat-select-trigger,
body.theme-pink-dark .primary-A700 .mat-select-arrow, body.theme-pink-dark .primary .mat-select-trigger,
body.theme-pink-dark .primary .mat-select-arrow, body.theme-pink-dark .accent-500 .mat-select-trigger,
body.theme-pink-dark .accent-500 .mat-select-arrow, body.theme-pink-dark .accent-600 .mat-select-trigger,
body.theme-pink-dark .accent-600 .mat-select-arrow, body.theme-pink-dark .accent-700 .mat-select-trigger,
body.theme-pink-dark .accent-700 .mat-select-arrow, body.theme-pink-dark .accent-800 .mat-select-trigger,
body.theme-pink-dark .accent-800 .mat-select-arrow, body.theme-pink-dark .accent-900 .mat-select-trigger,
body.theme-pink-dark .accent-900 .mat-select-arrow, body.theme-pink-dark .accent-A200 .mat-select-trigger,
body.theme-pink-dark .accent-A200 .mat-select-arrow, body.theme-pink-dark .accent-A400 .mat-select-trigger,
body.theme-pink-dark .accent-A400 .mat-select-arrow, body.theme-pink-dark .accent-A700 .mat-select-trigger,
body.theme-pink-dark .accent-A700 .mat-select-arrow, body.theme-pink-dark .accent .mat-select-trigger,
body.theme-pink-dark .accent .mat-select-arrow, body.theme-pink-dark .warn-500 .mat-select-trigger,
body.theme-pink-dark .warn-500 .mat-select-arrow, body.theme-pink-dark .warn-600 .mat-select-trigger,
body.theme-pink-dark .warn-600 .mat-select-arrow, body.theme-pink-dark .warn-700 .mat-select-trigger,
body.theme-pink-dark .warn-700 .mat-select-arrow, body.theme-pink-dark .warn-800 .mat-select-trigger,
body.theme-pink-dark .warn-800 .mat-select-arrow, body.theme-pink-dark .warn-900 .mat-select-trigger,
body.theme-pink-dark .warn-900 .mat-select-arrow, body.theme-pink-dark .warn-A200 .mat-select-trigger,
body.theme-pink-dark .warn-A200 .mat-select-arrow, body.theme-pink-dark .warn-A400 .mat-select-trigger,
body.theme-pink-dark .warn-A400 .mat-select-arrow, body.theme-pink-dark .warn-A700 .mat-select-trigger,
body.theme-pink-dark .warn-A700 .mat-select-arrow, body.theme-pink-dark .warn .mat-select-trigger,
body.theme-pink-dark .warn .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .primary-500 .mat-select-underline, body.theme-pink-dark .primary-600 .mat-select-underline, body.theme-pink-dark .primary-700 .mat-select-underline, body.theme-pink-dark .primary-800 .mat-select-underline, body.theme-pink-dark .primary-900 .mat-select-underline, body.theme-pink-dark .primary-A200 .mat-select-underline, body.theme-pink-dark .primary-A400 .mat-select-underline, body.theme-pink-dark .primary-A700 .mat-select-underline, body.theme-pink-dark .primary .mat-select-underline, body.theme-pink-dark .accent-500 .mat-select-underline, body.theme-pink-dark .accent-600 .mat-select-underline, body.theme-pink-dark .accent-700 .mat-select-underline, body.theme-pink-dark .accent-800 .mat-select-underline, body.theme-pink-dark .accent-900 .mat-select-underline, body.theme-pink-dark .accent-A200 .mat-select-underline, body.theme-pink-dark .accent-A400 .mat-select-underline, body.theme-pink-dark .accent-A700 .mat-select-underline, body.theme-pink-dark .accent .mat-select-underline, body.theme-pink-dark .warn-500 .mat-select-underline, body.theme-pink-dark .warn-600 .mat-select-underline, body.theme-pink-dark .warn-700 .mat-select-underline, body.theme-pink-dark .warn-800 .mat-select-underline, body.theme-pink-dark .warn-900 .mat-select-underline, body.theme-pink-dark .warn-A200 .mat-select-underline, body.theme-pink-dark .warn-A400 .mat-select-underline, body.theme-pink-dark .warn-A700 .mat-select-underline, body.theme-pink-dark .warn .mat-select-underline {
  background-color: rgba(255, 255, 255, 0.12);
}
body.theme-pink-dark .primary-500 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-500 .mat-select-arrow,
body.theme-pink-dark .primary-500 .mat-select-trigger, body.theme-pink-dark .primary-600 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-600 .mat-select-arrow,
body.theme-pink-dark .primary-600 .mat-select-trigger, body.theme-pink-dark .primary-700 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-700 .mat-select-arrow,
body.theme-pink-dark .primary-700 .mat-select-trigger, body.theme-pink-dark .primary-800 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-800 .mat-select-arrow,
body.theme-pink-dark .primary-800 .mat-select-trigger, body.theme-pink-dark .primary-900 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-900 .mat-select-arrow,
body.theme-pink-dark .primary-900 .mat-select-trigger, body.theme-pink-dark .primary-A200 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-A200 .mat-select-arrow,
body.theme-pink-dark .primary-A200 .mat-select-trigger, body.theme-pink-dark .primary-A400 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-A400 .mat-select-arrow,
body.theme-pink-dark .primary-A400 .mat-select-trigger, body.theme-pink-dark .primary-A700 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary-A700 .mat-select-arrow,
body.theme-pink-dark .primary-A700 .mat-select-trigger, body.theme-pink-dark .primary .mat-select-disabled .mat-select-value,
body.theme-pink-dark .primary .mat-select-arrow,
body.theme-pink-dark .primary .mat-select-trigger, body.theme-pink-dark .accent-500 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-500 .mat-select-arrow,
body.theme-pink-dark .accent-500 .mat-select-trigger, body.theme-pink-dark .accent-600 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-600 .mat-select-arrow,
body.theme-pink-dark .accent-600 .mat-select-trigger, body.theme-pink-dark .accent-700 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-700 .mat-select-arrow,
body.theme-pink-dark .accent-700 .mat-select-trigger, body.theme-pink-dark .accent-800 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-800 .mat-select-arrow,
body.theme-pink-dark .accent-800 .mat-select-trigger, body.theme-pink-dark .accent-900 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-900 .mat-select-arrow,
body.theme-pink-dark .accent-900 .mat-select-trigger, body.theme-pink-dark .accent-A200 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-A200 .mat-select-arrow,
body.theme-pink-dark .accent-A200 .mat-select-trigger, body.theme-pink-dark .accent-A400 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-A400 .mat-select-arrow,
body.theme-pink-dark .accent-A400 .mat-select-trigger, body.theme-pink-dark .accent-A700 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent-A700 .mat-select-arrow,
body.theme-pink-dark .accent-A700 .mat-select-trigger, body.theme-pink-dark .accent .mat-select-disabled .mat-select-value,
body.theme-pink-dark .accent .mat-select-arrow,
body.theme-pink-dark .accent .mat-select-trigger, body.theme-pink-dark .warn-500 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-500 .mat-select-arrow,
body.theme-pink-dark .warn-500 .mat-select-trigger, body.theme-pink-dark .warn-600 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-600 .mat-select-arrow,
body.theme-pink-dark .warn-600 .mat-select-trigger, body.theme-pink-dark .warn-700 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-700 .mat-select-arrow,
body.theme-pink-dark .warn-700 .mat-select-trigger, body.theme-pink-dark .warn-800 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-800 .mat-select-arrow,
body.theme-pink-dark .warn-800 .mat-select-trigger, body.theme-pink-dark .warn-900 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-900 .mat-select-arrow,
body.theme-pink-dark .warn-900 .mat-select-trigger, body.theme-pink-dark .warn-A200 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-A200 .mat-select-arrow,
body.theme-pink-dark .warn-A200 .mat-select-trigger, body.theme-pink-dark .warn-A400 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-A400 .mat-select-arrow,
body.theme-pink-dark .warn-A400 .mat-select-trigger, body.theme-pink-dark .warn-A700 .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn-A700 .mat-select-arrow,
body.theme-pink-dark .warn-A700 .mat-select-trigger, body.theme-pink-dark .warn .mat-select-disabled .mat-select-value,
body.theme-pink-dark .warn .mat-select-arrow,
body.theme-pink-dark .warn .mat-select-trigger {
  color: rgba(255, 255, 255, 0.5);
}
body.theme-pink-dark .primary-500 .mat-select-value, body.theme-pink-dark .primary-600 .mat-select-value, body.theme-pink-dark .primary-700 .mat-select-value, body.theme-pink-dark .primary-800 .mat-select-value, body.theme-pink-dark .primary-900 .mat-select-value, body.theme-pink-dark .primary-A200 .mat-select-value, body.theme-pink-dark .primary-A400 .mat-select-value, body.theme-pink-dark .primary-A700 .mat-select-value, body.theme-pink-dark .primary .mat-select-value, body.theme-pink-dark .accent-500 .mat-select-value, body.theme-pink-dark .accent-600 .mat-select-value, body.theme-pink-dark .accent-700 .mat-select-value, body.theme-pink-dark .accent-800 .mat-select-value, body.theme-pink-dark .accent-900 .mat-select-value, body.theme-pink-dark .accent-A200 .mat-select-value, body.theme-pink-dark .accent-A400 .mat-select-value, body.theme-pink-dark .accent-A700 .mat-select-value, body.theme-pink-dark .accent .mat-select-value, body.theme-pink-dark .warn-500 .mat-select-value, body.theme-pink-dark .warn-600 .mat-select-value, body.theme-pink-dark .warn-700 .mat-select-value, body.theme-pink-dark .warn-800 .mat-select-value, body.theme-pink-dark .warn-900 .mat-select-value, body.theme-pink-dark .warn-A200 .mat-select-value, body.theme-pink-dark .warn-A400 .mat-select-value, body.theme-pink-dark .warn-A700 .mat-select-value, body.theme-pink-dark .warn .mat-select-value {
  color: white;
}
/* Import app.variable.scss */
/* Import datepicker theme */
/* to deprecate in 1.0 */
/*
    Using the Sweet Alert animations
    A PEN BY Alex Hall 
    Source: https://codepen.io/ahallicks/pen/MaLRoe
*/
.f-modal-alert .f-modal-icon {
  border-radius: 50%;
  border: 4px solid gray;
  box-sizing: content-box;
  height: 80px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 80px;
}
.f-modal-alert .f-modal-icon.f-modal-success, .f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #A5DC86;
}
.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:after, .f-modal-alert .f-modal-icon.f-modal-error:before {
  background: #fff;
  content: "";
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.f-modal-alert .f-modal-icon.f-modal-success:before, .f-modal-alert .f-modal-icon.f-modal-error:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  transform-origin: 60px 60px;
  transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-success:after, .f-modal-alert .f-modal-icon.f-modal-error:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform-origin: 0 60px;
  transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border-radius: 50%;
  border: 4px solid rgba(165, 220, 134, 0.2);
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #A5DC86;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
}
.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long, .f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
}
.f-modal-alert .f-modal-icon.f-modal-error {
  border-color: #F27474;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
  display: block;
  position: relative;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
  border: 4px solid rgba(200, 0, 0, 0.2);
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
  background-color: #F27474;
  top: 37px;
  width: 47px;
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
  left: 17px;
  transform: rotate(45deg);
}
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
  right: 16px;
  transform: rotate(-45deg);
}
.f-modal-alert .f-modal-icon.f-modal-warning {
  border-color: #F8BB86;
}
.f-modal-alert .f-modal-icon.f-modal-warning:before {
  animation: pulseWarning 2s linear infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.f-modal-alert .f-modal-icon.f-modal-warning:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
  background-color: #F8BB86;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
  background-color: #F8BB86;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
}
.f-modal-alert .f-modal-icon + .f-modal-icon {
  margin-top: 50px;
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.f-modal-icon.f-modal-success.animate:after {
  animation: rotatePlaceholder 4.25s ease-in;
}
.f-modal-icon.f-modal-error.animate:after {
  animation: rotatePlaceholder 4.25s ease-in;
}
.animateXLeft {
  animation: animateXLeft 0.75s;
}
.animateXRight {
  animation: animateXRight 0.75s;
}
.scaleWarning {
  animation: scaleWarning 0.75s infinite alternate;
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
@keyframes animateSuccessTip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0%, 5% {
    transform: rotate(-45deg);
  }
  100%, 12% {
    transform: rotate(-405deg);
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateXLeft {
  0%, 65% {
    left: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    left: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    left: 17px;
    top: 37px;
    width: 47px;
  }
}
@keyframes animateXRight {
  0%, 65% {
    right: 82px;
    top: 95px;
    width: 0;
  }
  84% {
    right: 14px;
    top: 33px;
    width: 47px;
  }
  100% {
    right: 16px;
    top: 37px;
    width: 47px;
  }
}
@keyframes scaleWarning {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseWarning {
  0% {
    background-color: #fff;
    transform: scale(1);
    opacity: 0.5;
  }
  30% {
    background-color: #fff;
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    background-color: #F8BB86;
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
/**
* Based on the natural height of the calendar in a month with 6 rows of dates
* (largest the calendar will get).
*/
/**
* Ideally the calendar would have a constant aspect ratio, no matter its size, and we would base
* these measurements off the aspect ratio. Unfortunately, the aspect ratio does change a little as
* the calendar grows, since some of the elements have pixel-based sizes. These numbers have been
* chosen to minimize extra whitespace at larger sizes, while still ensuring we won't need
* scrollbars at smaller sizes.
*/
.mat-datepicker-content {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  display: block;
}
.mat-calendar {
  display: flex;
}
/**
* .mat-datepicker-content:not(.mat-datepicker-content-touch) .mat-calendar {
*   width: $mat-datepicker-non-touch-calendar-width;
*   height: $mat-datepicker-non-touch-calendar-height;
* }
*/
.mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  /* make sure the dialog scrolls rather than being cropped on ludicrously small screens */
  max-height: 90vh;
  overflow: auto;
  /* TODO(mmalerba): hack to offset the padding of the dialog. Can be removed when we switch away from using dialog. */
  margin: -24px;
}
@media all and (orientation: landscape) {
  .mat-calendar {
    width: 132vh;
    height: 90vh;
    max-width: 500px;
    max-height: 325px;
  }
  .mat-calendar .mat-calendar-header {
    width: 53vh;
    max-width: 150px;
  }
  .mat-calendar .mat-calendar-content {
    flex: 1 1 100%;
  }
}
@media all and (orientation: portrait) {
  .mat-calendar {
    width: 80vw;
    height: 112vw;
    max-width: 275px;
    max-height: 390px;
    flex-direction: column;
    align-items: stretch;
  }
  .mat-calendar .mat-calendar-header {
    height: 33vw;
    max-height: 89px;
  }
  .mat-calendar .mat-calendar-content {
    flex: 1 1 100%;
  }
}
.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-datepicker-toggle-default-icon,
.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  width: 1em;
}
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-datepicker-toggle-default-icon,
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-datepicker-toggle-default-icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-prefix .mat-icon-button .mat-datepicker-toggle-default-icon,
.mat-form-field:not(.mat-form-field-appearance-legacy) .mat-form-field-suffix .mat-icon-button .mat-datepicker-toggle-default-icon {
  margin: auto;
}
/**
 * Values chosen to approximate https://material.io/icons/#ic_navigate_before and
 * https://material.io/icons/#ic_navigate_next as closely as possible.
 */
.mat-calendar {
  font-size: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mat-calendar .mat-calendar-control {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  line-height: 1;
  opacity: 0.6;
  outline: none;
  padding: 0;
}
.mat-calendar .mat-calendar-control-active {
  opacity: 1;
}
.mat-calendar .mat-calendar-header {
  background-color: var(--primary, #3e5172);
  color: var(--primary-contrast, white);
  display: flex;
}
.mat-calendar .mat-calendar-header .mat-calendar-header-date .mat-calendar-header-date-year {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.mat-calendar .mat-calendar-header .mat-calendar-header-date .mat-calendar-header-date-year.mat-calendar-control-active {
  font-weight: bold;
}
.mat-calendar .mat-calendar-header .mat-calendar-header-date .mat-calendar-header-date-month {
  font-weight: 500;
  text-align: left;
}
.mat-calendar .mat-calendar-header .mat-calendar-header-time {
  display: flex;
}
.mat-calendar .mat-calendar-header .mat-calendar-header-time .mat-calendar-header-time-hour {
  display: flex;
  font-size: 56px;
  line-height: 56px;
}
.mat-calendar .mat-calendar-header .mat-calendar-header-time .mat-calendar-header-time-hour span {
  opacity: 0.6;
}
.mat-calendar .mat-calendar-header .mat-calendar-header-time .mat-calendar-header-time-ampm {
  display: flex;
  flex-direction: column;
  align-items: center;
  place-content: center;
}
.mat-calendar .mat-calendar-header .mat-calendar-header-time .mat-calendar-header-time-ampm button {
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}
.mat-calendar .mat-calendar-content {
  background: var(--bg-dialog, white);
  overflow: hidden;
  padding: 8px;
}
.mat-calendar .mat-calendar-content .mat-calendar-main {
  height: calc(100% - 37px);
  outline: none !important;
}
.mat-calendar .mat-calendar-content.mat-calendar-view-clock .mat-calendar-main {
  height: calc(100% - 46px);
}
.mat-calendar .mat-calendar-content.mat-calendar-view-month .mat-calendar-main, .mat-calendar .mat-calendar-content.mat-calendar-view-year .mat-calendar-main {
  height: calc(100% - 44px - 38px);
}
.mat-calendar .mat-calendar-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 7px 0 0;
  text-align: end;
}
.mat-calendar .mat-calendar-footer .mat-button {
  line-height: 32px;
  margin-left: 8px;
  min-width: 60px;
  text-transform: uppercase;
}
.mat-calendar .mat-calendar-footer .mat-button:first-child {
  margin-left: 0;
}
@media all and (orientation: portrait) {
  .mat-calendar .mat-calendar-header {
    align-items: flex-start;
    place-content: flex-start space-between;
    padding: 0 6%;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-date {
    height: 100%;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-date .mat-calendar-header-date-year {
    margin-bottom: 3px;
    margin-top: 18px;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-date .mat-calendar-header-date-month {
    font-size: 36px;
    line-height: 36px;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-time {
    height: 100%;
    flex-direction: row;
    align-items: flex-end;
    place-content: flex-end;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-time .mat-calendar-header-time-hour {
    flex-direction: row;
    align-items: flex-end;
    place-content: flex-end;
    margin-bottom: 16px;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-time .mat-calendar-header-time-ampm {
    margin-bottom: 18px;
    margin-left: 5px;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-time .mat-calendar-header-time-ampm button {
    line-height: 18px;
  }
  .mat-calendar .mat-calendar-header.mat-calendar-type-datetime .mat-calendar-header-date-dayname {
    display: none;
  }
  .mat-calendar .mat-calendar-header.mat-calendar-type-datetime .mat-calendar-header-time-hour,
.mat-calendar .mat-calendar-header.mat-calendar-type-datetime .mat-calendar-header-time-hour > button {
    font-size: 36px;
    line-height: 42px;
  }
  .mat-calendar .mat-calendar-type-time {
    align-items: center;
    place-content: center;
  }
}
@media all and (orientation: landscape) {
  .mat-calendar .mat-calendar-header {
    align-items: stretch;
    flex-direction: column;
    place-content: stretch flex-start;
    padding: 16px 0;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-date {
    padding: 0 16px;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-date .mat-calendar-header-date-year {
    margin-bottom: 3px;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-date .mat-calendar-header-date-month {
    font-size: 30px;
    line-height: 32px;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-date .mat-calendar-header-date-month span {
    display: block;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-time {
    align-items: center;
    place-content: center flex-start;
    padding: 0 16px;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-time .mat-calendar-header-time-hour,
.mat-calendar .mat-calendar-header .mat-calendar-header-time .mat-calendar-header-time-hour > button {
    font-size: 32px;
    line-height: 40px;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-time .mat-calendar-header-time-ampm {
    padding-left: 5px;
    width: 30px;
  }
  .mat-calendar .mat-calendar-header .mat-calendar-header-time .mat-calendar-header-time-ampm button {
    font-size: 15px;
    line-height: 16px;
  }
  .mat-calendar .mat-calendar-type-time {
    align-items: center;
    place-content: center;
  }
  .mat-calendar .mat-calendar-type-time .mat-calendar-header-time {
    flex-direction: column;
    place-content: center;
    align-items: center;
  }
}
/* Caledar types customizations */
.mat-calendar-type-date .mat-calendar-header-time {
  display: none !important;
}
.mat-calendar-type-time .mat-calendar-header-date {
  display: none !important;
}
/* Heading controls */
.mat-calendar-heading {
  display: flex;
  align-items: center;
  place-content: center space-between;
  padding: 7px 0;
}
.mat-calendar-heading .mat-calendar-heading-period {
  flex: 1 1 100%;
  overflow: hidden;
  text-align: center;
}
.mat-calendar-heading .mat-icon-button {
  line-height: 30px;
  height: 30px;
  width: 30px;
}
.mat-calendar-previous-button,
.mat-calendar-next-button {
  position: relative;
}
.mat-calendar-previous-button::after,
.mat-calendar-next-button::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  margin: 10.5px;
  border: 0 solid currentColor;
  border-top-width: 2px;
}
[dir=rtl] .mat-calendar-previous-button,
[dir=rtl] .mat-calendar-next-button {
  transform: rotate(180deg);
}
.mat-calendar-previous-button::after {
  border-left-width: 2px;
  transform: translateX(2px) rotate(-45deg);
}
.mat-calendar-next-button::after {
  border-right-width: 2px;
  transform: translateX(-2px) rotate(45deg);
}
/* Years view */
mat-years-view {
  display: block;
  height: 100%;
  line-height: 35px;
  overflow-y: scroll;
  position: relative;
}
.mat-calendar-years {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.mat-calendar-years-item {
  cursor: pointer;
  display: block;
  font-size: 14px;
  margin: 0 auto;
}
.mat-calendar-years-item-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-years-item-active {
  color: var(--primary, #3e5172);
  font-size: 26px;
  font-weight: 500;
}
.mat-calendar-years-item-diff1 {
  font-size: 18px;
}
.mat-calendar-years-item-diff2 {
  font-size: 16px;
}
/* Month view */
.mat-calendar-table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.mat-calendar-table-header th {
  text-align: center;
  padding: 9px 0 5px;
}
/* Clock view */
.mat-horary-hour-button,
.mat-horary-minute-button {
  font-size: 36px;
  min-width: auto;
  padding: 0;
  position: relative;
}
[dir=rtl] .mat-horary-hour-button,
[dir=rtl] .mat-horary-minute-button {
  transform: rotate(180deg);
}
/**
 * We don't want the label to jump around when we switch between month and year views, so we use
 * the same amount of padding regardless of the number of columns. We align the header label with
 * the one third mark of the first cell, this was chosen somewhat arbitrarily to make it look
 * roughly like the mock. Half way is too far since the cell text is center aligned.
 */
.mat-calendar-body {
  min-width: 224px;
}
.mat-calendar-body-label {
  height: 0;
  line-height: 0;
  text-align: left;
  padding-left: 4.7142857143%;
  padding-right: 4.7142857143%;
}
[dir=rtl] .mat-calendar-body-label {
  text-align: right;
}
.mat-calendar-body-cell {
  position: relative;
  height: 0;
  line-height: 0;
  text-align: center;
  outline: none;
  cursor: pointer;
}
.mat-calendar-body-disabled {
  cursor: default;
}
.mat-calendar-body-cell-background {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0;
  border-width: 1px;
  border-style: solid;
  transform: scale(0);
  transition: all 150ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  /* Choosing a value clearly larger than the height ensures we get the correct capsule shape. */
  border-radius: 999px;
}
/* Square background */
@media all and (orientation: portrait) {
  .mat-calendar-body-cell-background {
    top: 5%;
    left: 50%;
    margin-left: -37.6666666667%;
    padding-left: 35.6666666667%;
    padding-right: 35.6666666667%;
    height: 90%;
  }
}
@media all and (orientation: landscape) {
  .mat-calendar-body-cell-background {
    top: 7%;
    left: 50%;
    margin-left: -34.6666666667%;
    padding-left: 32.6666666667%;
    padding-right: 32.6666666667%;
    height: 88%;
  }
}
.mat-calendar-body-cell:hover:not(.mat-calendar-body-disabled) .mat-calendar-body-cell-background {
  background: var(--primary-a60, rgba(62, 81, 114, 0.5));
  color: var(--primary-a60, rgba(62, 81, 114, 0.5));
  opacity: 1;
  transform: scale(1);
}
.mat-calendar-body-active .mat-calendar-body-cell-background,
.mat-calendar-body-selected,
.mat-calendar-body-today {
  opacity: 1;
  transform: scale(1);
}
.mat-calendar-body-today {
  color: var(--primary-a60, rgba(62, 81, 114, 0.5));
}
.mat-calendar-body-active:not(.mat-calendar-body-today) {
  color: var(--primary-a80, rgba(62, 81, 114, 0.8));
}
.mat-calendar-body-selected {
  background: var(--primary-a80, rgba(62, 81, 114, 0.8));
  color: var(--primary, #3e5172);
}
.mat-calendar-body-selected + span {
  color: var(--primary-contrast, rgba(255, 255, 255, 0.8));
}
.mat-calendar-body-disabled {
  cursor: default;
}
.mat-calendar-body-cell-content {
  font-weight: 400;
  position: relative;
  /* Prevents text being off-center on Android. */
  line-height: 1;
}
mat-clock-view {
  position: relative;
  display: block;
  height: 100%;
  min-width: 224px;
  margin: 8px;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mat-clock {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 50%;
}
@media all and (orientation: portrait) {
  .mat-clock {
    height: 0;
    width: 100%;
    padding-top: 100%;
  }
}
@media all and (orientation: landscape) {
  .mat-clock {
    height: 100%;
    width: 0;
    margin-left: 10%;
    padding-right: 80%;
  }
}
.mat-clock-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2%;
  height: 2%;
  margin: -1%;
  border-radius: 50%;
  background-color: var(--primary, #3e5172);
}
.mat-clock-hand {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  /*height: $clock-hand-size;*/
  margin: 0 auto;
  background-color: var(--primary, #3e5172);
  transform-origin: bottom;
}
.mat-clock-hand::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary, #3e5172);
}
.mat-clock-hours,
.mat-clock-minutes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 350ms;
  transform: scale(1.2);
}
.mat-clock-hours.active,
.mat-clock-minutes.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.mat-clock-minutes {
  transform: scale(0.8);
}
.mat-clock-cell {
  position: absolute;
  display: flex;
  width: 14.1666%;
  height: 14.1666%;
  color: rgba(0, 0, 0, 0.87);
  justify-content: center;
  box-sizing: border-box;
  border-radius: 50%;
  align-items: center;
  cursor: pointer;
}
.mat-clock-cell:not(.mat-clock-cell-selected):not(.mat-clock-cell-disabled):hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-clock-cell.mat-clock-cell-disabled {
  color: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}
.mat-clock-cell.mat-clock-cell-selected {
  color: white;
  background-color: var(--primary-a80, #475d83);
}
/* Calendar Datepicker */
body {
  --bg-dialog: white !important;
  --primary: rgba(87, 102, 127, 1) !important;
  --primary-contrast: #fff !important;
  --primary-a60: rgba(87, 102, 127, 0.6) !important;
  --primary-a80: rgba(87, 102, 127, 0.8) !important;
  --pure-material-onsurface-rgb: map-get($colors, primary);
}
.mat-calendar-body-selected {
  background-color: rgba(87, 102, 127, 0.8) !important;
  color: white !important;
}
:root {
  --img-view-color: rgba(82, 180, 255, 0.4);
  --img-cropper-color: rgba(82, 180, 255, 0.4);
}
/* BG */
.bg-primary {
  background-color: #3e5172 !important;
}
.bg-secondary {
  background-color: #2fb56a !important;
}
.bg-red {
  background-color: #f44336 !important;
}
.bg-purple {
  background-color: #9c27b0 !important;
}
.bg-indigo {
  background-color: #3f51b5 !important;
}
.bg-blue {
  background-color: #2196f3 !important;
}
.bg-light-blue {
  background-color: #03a9f4 !important;
}
.bg-teal {
  background-color: #009688 !important;
}
.bg-green {
  background-color: #4caf50 !important;
}
.bg-light-green {
  background-color: #8bc34a !important;
}
.bg-lime {
  background-color: #cddc39 !important;
}
.bg-brown {
  background-color: #795548 !important;
}
.bg-deep-grey {
  background-color: #595758 !important;
}
.bg-grey {
  background-color: #9e9e9e !important;
}
.bg-black {
  background-color: #000000 !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.bg-drak-blue {
  background-color: #283991 !important;
}
.bg-white-light {
  background-color: #f4f5f7 !important;
}
.bg-pale-orange {
  background-color: rgba(244, 111, 34, 0.6) !important;
}
.bg-alice-blue {
  background-color: #ecf8ff !important;
}
/* bg status */
.bg-status-grey {
  background-color: #9e9e9e !important;
}
.bg-status-blue {
  background-color: #42a5f5 !important;
}
.bg-status-honey-yellow {
  background-color: #ffc107 !important;
}
.bg-status-light-violet {
  background-color: #5c6bc0 !important;
}
.bg-status-real-mandari {
  background-color: #ff5722 !important;
}
.bg-status-purple-grape {
  background-color: #ba68c8 !important;
}
.bg-status-green-raw-mango {
  background-color: #009688 !important;
}
.bg-status-gray-smog {
  background-color: #607d8b !important;
}
.bg-status-black-that-not-black {
  background-color: #212121 !important;
}
.bg-status-blood-bird {
  background-color: #c62828 !important;
}
.bg-status-light-gray {
  background-color: #e0e0e0 !important;
}
.bg-status-cool-blue {
  background-color: #1a237e !important;
}
.bg-status-green-vomit {
  background-color: #afb42b !important;
}
.bg-status-cinnabar {
  background-color: #e43838 !important;
}
.bg-goods-condition-good {
  background-color: #2fb56a !important;
}
.bg-goods-condition-damaged {
  background-color: #c62828 !important;
}
.bg-goods-condition-good-return {
  background-color: #006644 !important;
}
.bg-goods-condition-damaged-return {
  background-color: #810000 !important;
}
.bg-goods-condition-mixed {
  background-color: #ffc107 !important;
}
.bg-goods-condition-hold {
  background-color: #a8a8a8 !important;
}
.bg-status-mkp-packed {
  background-color: #56ccf2 !important;
}
.bg-status-mkp-readytoship {
  background-color: #27ae60 !important;
}
.bg-status-mkp-delivered {
  background-color: #6fcf97 !important;
}
.bg-status-mkp-failed {
  background-color: #f2994a !important;
}
.bg-status-mkp-pending {
  background-color: #f2c94c !important;
}
.bg-status-mkp-unpaid {
  background-color: #4f4f4f !important;
}
.bg-status-mkp-canceled {
  background-color: #b50d0d !important;
}
.bg-status-mkp-shipped {
  background-color: #9b51e0 !important;
}
.bg-status-mkp-return {
  background-color: #bb6bd9 !important;
}
.bg-status-mkp-oms-canceled {
  background-color: #333333 !important;
}
.bg-status-soft-violet {
  background-color: #9b51e0 !important;
}
.bg-status-deleted {
  background-color: #eb5757 !important;
}
.bg-status-violets-are-blue {
  background-color: #8c79ff !important;
}
.bg-status-very-light-blue {
  background-color: #644aff !important;
}
/* text */
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.text-normal {
  color: #3c3c3c !important;
}
.text-mapping {
  color: #878787 !important;
}

.k-grid .text-grey {
  color: #9e9e9e !important;
}
.text-success {
  color: #4caf50 !important;
}
.text-green {
  color: #27ae60 !important;
}
.text-primary {
  color: #3e5172 !important;
}
.text-secondary {
  color: #2fb56a !important;
}
.text-red {
  color: #f44336 !important;
}
.text-green {
  color: #4caf50 !important;
}
.text-orange {
  color: #ff9800 !important;
}
.text-blue {
  color: #2196f3 !important;
}
.text-spring-green {
  color: #00ff70 !important;
}
.text-soft-violet {
  color: #9b51e0 !important;
}
.text-royal-blue {
  color: #2f80ed !important;
}
.text-center {
  text-align: center !important;
}
.k-input-text-center .k-input {
  text-align: center !important;
}
/* i18n and tooltip \n new line */
.translate-line-break,
.tooltip-line-break {
  white-space: pre-wrap;
}
/* Image Lazy Load */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Snacker Bar */
.snacker-bar-progress {
  background-color: #595758 !important;
  color: white !important;
  white-space: pre-wrap;
}
.snacker-bar-progress button {
  color: white !important;
}
.snacker-bar-success {
  background-color: #8bc34a !important;
  color: white !important;
  white-space: pre-wrap;
}
.snacker-bar-success button {
  color: white !important;
}
.snacker-bar-danger {
  background-color: #f44336 !important;
  color: white !important;
  white-space: pre-wrap;
}
.snacker-bar-danger button {
  color: white !important;
}
.snacker-bar-warning {
  background-color: #ffc107 !important;
  color: white !important;
  white-space: pre-wrap;
}
.snacker-bar-warning button {
  color: white !important;
}
/* Cursor */
.pointer {
  cursor: pointer !important;
}
/* Icon Number Circle */
.number-circle {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  padding-top: 1.7px;
  font-weight: bold;
}
/* Kendo Grid */
.k-grid {
  font-family: inherit;
}
.k-grid th a {
  text-decoration: none !important;
}
.k-grid th .k-grid-column-menu.k-grid-filter {
  bottom: 50%;
  transform: translateY(50%);
}
.k-grid tr:hover {
  cursor: pointer;
}
.k-grid .k-grid-draggable-header a {
  color: #3e5172 !important;
}
.k-grid .k-grid-draggable-header .k-button {
  text-decoration: none !important;
}
.k-grid .k-grid-draggable-header .k-link {
  text-decoration: none !important;
}
.k-grid .k-loading-image:before,
.k-grid .k-loading-image:after {
  border-width: 0.05em !important;
}
.k-grid .table-header {
  background-color: #f4f5f7;
  color: #3e5172 !important;
  line-height: 1em;
  font-weight: bold !important;
  display: table-cell;
  align-content: center;
}
.k-grid .table-header a {
  color: #3e5172 !important;
}
.k-grid .table-header .k-state-active {
  color: #ffffff !important;
}
.k-grid .table-header-secondary {
  background-color: #f4f5f7;
  color: #2fb56a !important;
  line-height: 1em;
  font-weight: bold !important;
}
.k-grid .table-header-secondary a {
  color: #3e5172 !important;
}
.k-grid .table-header-secondary .k-state-active {
  color: #ffffff !important;
}
.k-grid .image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 46px;
  height: 46px;
}
.k-grid .k-checkbox {
  margin: -8px !important;
  width: 14px;
  height: 14px;
}
.k-grid .k-checkbox:indeterminate + .k-checkbox-label::after {
  background-color: #2fb56a;
}
.k-grid .k-checkbox:checked + .k-checkbox-label::before {
  border-color: #2fb56a !important;
  background-color: #2fb56a !important;
}
.k-grid .k-checkbox:checked + .k-checkbox-label::after {
  color: #fff;
}
.k-grid td.k-state-selected,
.k-grid tr.k-state-selected > td {
  background-color: transparent;
}
.k-grid .k-checkbox:indeterminate,
.k-grid .k-checkbox.k-state-indeterminate {
  border-color: #2fb56a;
  background-color: #2fb56a;
}
.k-grid .k-checkbox:checked {
  border-color: #2fb56a;
  background-color: #2fb56a;
}
.k-grid .k-checkbox:checked:focus {
  border-color: #2fb56a;
  box-shadow: 0 0 0 2px rgba(47, 181, 106, 0.3);
}
.k-grid .k-checkbox-label::before {
  background-color: #fff;
  border-color: #dedede !important;
  border: 2px solid;
}
.k-grid .k-pager-numbers .k-link,
.k-grid .k-pager-nav.k-link {
  text-decoration: none !important;
  color: #3e5172;
}
.k-grid .k-pager-numbers .k-state-selected {
  color: #fff;
  background-color: #2fb56a;
}
.k-grid .k-grid-norecords {
  height: 80px;
}
.k-grid.hide-k-hierarchy .k-hierarchy-cell {
  width: 0 !important;
}
.k-grid.hide-k-hierarchy .k-header.k-hierarchy-cell {
  border: none !important;
}
.k-grid.hide-k-hierarchy .k-hierarchy-cell .k-icon {
  display: none !important;
}
.k-grid.hide-k-hierarchy .k-hierarchy-col {
  width: 1px !important;
}
.k-grid td {
  padding: 0px !important;
}
.k-grid td.k-grid-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.k-animation-container.k-animation-container-shown .k-grid-columnmenu-popup {
  width: 320px !important;
}
.k-widget ::-moz-selection {
  background-color: #2fb56a !important;
}
.k-widget ::selection {
  background-color: #2fb56a !important;
}
/* Input */
input.remove-arrow::-webkit-inner-spin-button,
input.remove-arrow::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
/* Search Bar */
.search-wrapper {
  width: 100%;
  max-width: 400px;
  width: 400px;
  border-radius: 3px;
  border: 1px solid #dedede;
  overflow: hidden;
  background: #f4f5f7 !important;
}
.search-wrapper.fullWidth {
  max-width: unset;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .search-wrapper {
    width: 100%;
  }
}
.search-wrapper .search {
  width: 100%;
  height: 41px;
  line-height: 24px;
  padding-left: 12px;
}
.search-wrapper .search .mat-icon {
  color: #3e5172 !important;
}
.search-wrapper .search .expand-icon {
  color: #2fb56a !important;
}
.search-wrapper .search input {
  width: 100%;
  height: 46px;
  min-height: 46px;
  max-height: 46px;
  padding: 0 16px;
  border: none;
  outline: none;
  font-weight: normal;
  background-color: #f4f5f7 !important;
  color: #3e5172 !important;
}
.search-wrapper .advance-search {
  color: #2fb56a !important;
  border-left: 1px solid #dedede;
}
.search-wrapper .advance-search-active {
  background-color: #ecedf0;
  color: #2fb56a !important;
  border-left: none;
}
.search-criteria-wrapper .search-criteria-value {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  display: inline-block;
}
.search-criteria-wrapper .mat-icon {
  transform: scale(0.8);
}
.mat-form-field-pb-0 .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}
.outline-text-pre-suffix .mat-form-field-appearance-outline .mat-form-field-prefix,
.outline-text-pre-suffix .mat-form-field-appearance-outline .mat-form-field-suffix {
  top: 0 !important;
}
.mat-tab-label-active {
  opacity: 1 !important;
  border-bottom: 2px solid #2fb56a !important;
}
.mat-tab-label {
  font-size: 13px;
}
.mat-ink-bar {
  background-color: #2fb56a !important;
  display: none;
}
.status {
  margin: auto !important;
}
.status mat-chip {
  width: 105px;
  height: 32px;
  border-radius: 3px;
  font-weight: 300;
  font-size: 11px;
  line-height: 14px;
}
.status mat-chip.curve {
  border-radius: 16px;
}
.status mat-chip div,
.status mat-chip span {
  margin: 0 auto;
  color: #ffffff;
}
.status mat-chip mat-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
}
button.mat-button, button.mat-raised-button, button.mat-flat-button, button.mat-stroked-button {
  height: 38px !important;
  font-size: 14px;
  line-height: 1px;
}
button.btn-flex-row-start-center > .mat-button-wrapper {
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  max-height: 100%;
  place-content: center flex-start;
  align-items: center;
}
.mat-menu-item {
  height: 42px;
  line-height: 42px;
  font-size: 13px;
}
#btn-good.mat-button-toggle-checked,
.btn-toggle-green.mat-button-toggle-checked {
  background-color: #2fb56a !important;
  color: white !important;
}
#btn-damaged.mat-button-toggle-checked,
.btn-toggle-red.mat-button-toggle-checked {
  background-color: #f44336 !important;
  color: white !important;
}
.mat-button-toggle-checked {
  background-color: #2fb56a !important;
  color: white !important;
}
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #ffffff !important;
}
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #4caf50 !important;
}
.mat-kendo-datetime {
  top: 1px;
  width: 160px;
}
.mat-kendo-datetime .mat-form-field-wrapper {
  background-color: #ffffff;
  height: 26px;
  border: 1px #e8c7c5 solid;
}
.mat-kendo-datetime .mat-form-field-flex {
  margin-top: -12px;
}
.mat-kendo-datetime .mat-form-field-underline {
  display: none;
}
.mat-kendo-datetime .mat-form-field-suffix {
  top: -4px;
}
.mat-kendo-datetime .mat-form-field-infix input {
  padding-left: 5px;
}
.mat-kendo-select {
  height: 39px;
  top: -2px;
}
.mat-kendo-select .mat-select-trigger {
  height: 29px;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.mat-kendo-select .mat-form-field-infix {
  border: 0;
}
.mat-kendo-select .mat-form-field-wrapper {
  height: 39px;
  padding-bottom: 0;
}
.mat-kendo-select .mat-form-field-flex {
  height: 39px;
  padding-bottom: 0;
}
.mat-kendo-select .mat-form-field-underline {
  display: none;
}
.mat-kendo-native-select {
  padding: 3px;
}
.my-relative {
  position: relative;
}
.my-full-width-height {
  width: 100%;
  height: 100%;
}
.my-width-100per {
  width: 100%;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.mat-option-font-14 {
  font-size: 13px;
}
.package-generate-field > input {
  padding-right: 22px;
}
.package-generate-field > mat-icon {
  position: absolute;
  right: 1px;
  top: 4px;
}
.mat-tab-links {
  margin-top: 11px;
}
.fz-35-em {
  font-size: 3.5em !important;
}
.fz-2-em {
  font-size: 2em !important;
}
.fz-35-em {
  font-size: 3.5em !important;
}
.fz-72-rem {
  font-size: 7.2rem !important;
}
.fz-82-rem {
  font-size: 8.2rem !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.k-widget {
  font-size: 12px !important;
}
.kendo-grid-fullwidth-container {
  display: flex;
  flex: 1 0 0;
  min-height: 0;
}
.kendo-grid-fullwidth-container > div {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  .kendo-grid-fullwidth-container {
    display: block;
    flex: none;
    min-height: 100%;
  }
}
@media only screen and (max-height: 599px) {
  .kendo-grid-fullwidth-container {
    display: block;
    flex: none;
    min-height: 100%;
  }
}
.p-0 .mat-dialog-container {
  padding: 0 !important;
}
.mat-dialog-override mat-dialog-container > :first-child {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mat-dialog-override mat-dialog-container mat-dialog-content,
.mat-dialog-override mat-dialog-container div[mat-dialog-content] {
  flex-grow: 1;
  max-height: none;
}
.mat-tab-override .mat-tab-body-wrapper {
  flex-grow: 1;
}
.search-criteria-wrapper .mat-select-arrow-wrapper {
  visibility: hidden;
}
.search-popover {
  background-color: white;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px 4px 4px 4px;
  padding: 20px 20px 10px 20px;
}
.mat-select-search-inner {
  box-shadow: none !important;
}
.mat-list-hide-checkbox .mat-pseudo-checkbox {
  display: none !important;
}
.my-image-preview-modal-panel {
  max-width: 100% !important;
  max-height: 100% !important;
}
.my-image-preview-modal-panel .mat-dialog-container {
  box-shadow: none !important;
  overflow: hidden;
  background: rgba(0, 0, 0, 0) !important;
}
.my-image-preview-modal-backdrop {
  background: rgba(0, 0, 0, 0.9) !important;
}
tr-viewer {
  width: 100%;
  height: 100%;
}
.import-card-header {
  border-bottom: 1px solid #dedede;
}
.import-button-toggle {
  width: 130px !important;
}
.lh-15 {
  line-height: 15px !important;
}
.btn-support-action-30 {
  height: 30px !important;
  min-height: 30px !important;
  max-height: 30px !important;
  line-height: 30px !important;
  padding: 0px !important;
  background-color: #f4f5f7 !important;
}
.btn-support-action-30.active {
  color: white !important;
  background-color: #3e5172 !important;
}
.btn-support-action-40 {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  line-height: 40px !important;
  padding: 0px !important;
  background-color: #f4f5f7 !important;
}
.btn-support-action-40.active {
  color: white !important;
  background-color: #3e5172 !important;
}
.lh-40 {
  line-height: 40px !important;
}
.lh-15 {
  line-height: 15px !important;
}
.btn-support-action-30 {
  width: 30px !important;
  min-width: 30px !important;
  max-width: 30px !important;
  line-height: 30px !important;
  padding: 0px !important;
  background-color: #f4f5f7 !important;
}
.btn-support-action-30.active {
  color: white !important;
  background-color: #3e5172 !important;
}
.btn-support-action-40 {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
  line-height: 40px !important;
  padding: 0px !important;
  background-color: #f4f5f7 !important;
}
.btn-support-action-40.active {
  color: white !important;
  background-color: #3e5172 !important;
}
.lh-40 {
  line-height: 40px !important;
}
.import-content-card {
  border-radius: 8px 8px 8px 8px !important;
}
.custom-button-toggle-group-120 {
  background-color: #f4f5f7 !important;
}
.custom-button-toggle-group-120 mat-button-toggle {
  min-width: 120px;
}
.custom-button-toggle-group-120 mat-button-toggle .mat-button-toggle-label-content {
  line-height: 32px !important;
}
.custom-button-toggle-group-120.active {
  color: white !important;
  background-color: #3e5172 !important;
}
.custom-button-toggle-group-150 {
  background-color: #f4f5f7 !important;
}
.custom-button-toggle-group-150 mat-button-toggle {
  min-width: 150px;
}
.custom-button-toggle-group-150 mat-button-toggle .mat-button-toggle-label-content {
  line-height: 32px !important;
}
.custom-button-toggle-group-150.active {
  color: white !important;
  background-color: #3e5172 !important;
}
kendo-combobox.font-size-10 {
  font-size: 10px !important;
}
kendo-combobox.font-size-10 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-10 {
  font-size: 10px !important;
}
kendo-autocomplete.font-size-10 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-10 {
  font-size: 10px !important;
}
kendo-combobox.font-size-12 {
  font-size: 12px !important;
}
kendo-combobox.font-size-12 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-12 {
  font-size: 12px !important;
}
kendo-autocomplete.font-size-12 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-12 {
  font-size: 12px !important;
}
kendo-combobox.font-size-14 {
  font-size: 14px !important;
}
kendo-combobox.font-size-14 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-14 {
  font-size: 14px !important;
}
kendo-autocomplete.font-size-14 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-14 {
  font-size: 14px !important;
}
kendo-combobox.font-size-16 {
  font-size: 16px !important;
}
kendo-combobox.font-size-16 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-16 {
  font-size: 16px !important;
}
kendo-autocomplete.font-size-16 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-16 {
  font-size: 16px !important;
}
kendo-combobox.font-size-18 {
  font-size: 18px !important;
}
kendo-combobox.font-size-18 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-18 {
  font-size: 18px !important;
}
kendo-autocomplete.font-size-18 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-18 {
  font-size: 18px !important;
}
kendo-combobox.font-size-20 {
  font-size: 20px !important;
}
kendo-combobox.font-size-20 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-20 {
  font-size: 20px !important;
}
kendo-autocomplete.font-size-20 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-20 {
  font-size: 20px !important;
}
kendo-combobox.font-size-22 {
  font-size: 22px !important;
}
kendo-combobox.font-size-22 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-22 {
  font-size: 22px !important;
}
kendo-autocomplete.font-size-22 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-22 {
  font-size: 22px !important;
}
kendo-combobox.font-size-24 {
  font-size: 24px !important;
}
kendo-combobox.font-size-24 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-24 {
  font-size: 24px !important;
}
kendo-autocomplete.font-size-24 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-24 {
  font-size: 24px !important;
}
kendo-combobox.font-size-28 {
  font-size: 28px !important;
}
kendo-combobox.font-size-28 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-28 {
  font-size: 28px !important;
}
kendo-autocomplete.font-size-28 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-28 {
  font-size: 28px !important;
}
kendo-combobox.font-size-30 {
  font-size: 30px !important;
}
kendo-combobox.font-size-30 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-30 {
  font-size: 30px !important;
}
kendo-autocomplete.font-size-30 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-30 {
  font-size: 30px !important;
}
kendo-combobox.font-size-32 {
  font-size: 32px !important;
}
kendo-combobox.font-size-32 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-32 {
  font-size: 32px !important;
}
kendo-autocomplete.font-size-32 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-32 {
  font-size: 32px !important;
}
kendo-combobox.font-size-36 {
  font-size: 36px !important;
}
kendo-combobox.font-size-36 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-36 {
  font-size: 36px !important;
}
kendo-autocomplete.font-size-36 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-36 {
  font-size: 36px !important;
}
kendo-combobox.font-size-38 {
  font-size: 38px !important;
}
kendo-combobox.font-size-38 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-38 {
  font-size: 38px !important;
}
kendo-autocomplete.font-size-38 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-38 {
  font-size: 38px !important;
}
kendo-combobox.font-size-40 {
  font-size: 40px !important;
}
kendo-combobox.font-size-40 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-40 {
  font-size: 40px !important;
}
kendo-autocomplete.font-size-40 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-40 {
  font-size: 40px !important;
}
kendo-combobox.font-size-46 {
  font-size: 46px !important;
}
kendo-combobox.font-size-46 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-46 {
  font-size: 46px !important;
}
kendo-autocomplete.font-size-46 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-46 {
  font-size: 46px !important;
}
kendo-combobox.font-size-50 {
  font-size: 50px !important;
}
kendo-combobox.font-size-50 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-50 {
  font-size: 50px !important;
}
kendo-autocomplete.font-size-50 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-50 {
  font-size: 50px !important;
}
kendo-combobox.font-size-52 {
  font-size: 52px !important;
}
kendo-combobox.font-size-52 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-52 {
  font-size: 52px !important;
}
kendo-autocomplete.font-size-52 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-52 {
  font-size: 52px !important;
}
kendo-combobox.font-size-54 {
  font-size: 54px !important;
}
kendo-combobox.font-size-54 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-54 {
  font-size: 54px !important;
}
kendo-autocomplete.font-size-54 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-54 {
  font-size: 54px !important;
}
kendo-combobox.font-size-64 {
  font-size: 64px !important;
}
kendo-combobox.font-size-64 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-64 {
  font-size: 64px !important;
}
kendo-autocomplete.font-size-64 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-64 {
  font-size: 64px !important;
}
kendo-combobox.font-size-68 {
  font-size: 68px !important;
}
kendo-combobox.font-size-68 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-68 {
  font-size: 68px !important;
}
kendo-autocomplete.font-size-68 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-68 {
  font-size: 68px !important;
}
kendo-combobox.font-size-120 {
  font-size: 120px !important;
}
kendo-combobox.font-size-120 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-autocomplete.font-size-120 {
  font-size: 120px !important;
}
kendo-autocomplete.font-size-120 .k-clear-value {
  top: 50% !important;
  transform: translateY(-9px);
}
kendo-dropdownlist.font-size-120 {
  font-size: 120px !important;
}
kendo-floatinglabel {
  margin-top: 0.84375em !important;
  padding-top: 0px !important;
  margin-bottom: 1.25em;
}
kendo-floatinglabel.kendo-c-no-margin {
  margin-top: unset !important;
  margin-bottom: unset !important;
}
kendo-floatinglabel .k-dropdown-wrap .k-input {
  padding: 8px 0px 0px 0px !important;
}
kendo-floatinglabel label.k-label {
  font-size: 16px;
}
.k-textbox-container > .k-label,
.k-floating-label-container > .k-label {
  top: calc(0.5em);
}
.k-combobox .k-dropdown-wrap .k-input {
  height: 2em !important;
}
.k-combobox .k-dropdown-wrap .k-input {
  font-family: "NotoSansThaiUI", "NotoSans", "Roboto";
}
.k-dropdown .k-dropdown-wrap .k-input {
  font-family: "NotoSansThaiUI", "NotoSans", "Roboto";
}
kendo-floatinglabel.error {
  margin-bottom: unset !important;
}
.btn-refresh {
  min-width: 38px !important;
  max-width: 38px !important;
  width: 38px !important;
  padding: 0px !important;
}
.clear-border {
  border-color: transparent;
}
.no-shadow {
  box-shadow: none !important;
}
.back-button {
  color: #3c3c3c !important;
}
app-advance-search {
  max-height: 90px !important;
  overflow-y: scroll;
}
.disabled {
  background-color: #cccccc !important;
}
.detail-autocomplete-panel .mat-option {
  line-height: 28px;
  height: 28px;
  font-size: 13.6px;
  font-size: 1.36rem;
}
.settings-role-access-panel .mat-dialog-container {
  padding: 0px 0px 0px 0px;
}
.role-access-button-toggle-group {
  display: flex !important;
  border: 1px solid #3e5172 !important;
}
.role-access-button-toggle-group.access-view {
  border: 1px solid #4f4f4f !important;
}
.role-access-button-toggle-group .role-access-button-toggle {
  width: 108px !important;
  height: 35px !important;
}
.role-access-button-toggle-group .role-access-button-toggle .mat-button-toggle-label-content {
  line-height: 37px;
  font-size: 13px;
}
.role-access-button-toggle-group .role-access-button-toggle.access-view {
  width: 196px !important;
}
.role-access-button-toggle-group .role-access-button-toggle.access-input-view {
  width: 196px !important;
}
.role-access-button-toggle-group .role-access-button-toggle.mat-button-toggle-checked {
  background-color: #3e5172 !important;
}
.role-access-button-toggle-group .role-access-button-toggle.access-view.mat-button-toggle-checked {
  background-color: #4f4f4f !important;
}
.storer-button-toggle-group {
  border: 1px solid #3e5172 !important;
}
.storer-button-toggle-group.access-view {
  border: 1px solid #4f4f4f !important;
}
.storer-button-toggle-group .storer-button-toggle {
  height: 35px !important;
}
.storer-button-toggle-group .storer-button-toggle .mat-button-toggle-label-content {
  line-height: 37px !important;
  font-size: 13px;
}
.storer-button-toggle-group .storer-button-toggle.mat-button-toggle-checked {
  background-color: #3e5172 !important;
}
.storer-button-toggle-group .storer-button-toggle.access-view.mat-button-toggle-checked {
  background-color: #4f4f4f !important;
}
.user-chip {
  background-color: transparent !important;
  border: 1px solid #dadada !important;
}
.user-chip-avatar {
  margin: 4px 4px 4px 4px !important;
  height: 22px !important;
  width: 22px !important;
}
.mat-select-search-toggle-all-checkbox.mat-checkbox-checked .mat-checkbox-background {
  background-color: #2fb56a !important;
}
.mat-select-search-toggle-all-checkbox.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #2fb56a !important;
}
.mat-select.text-center .mat-select-value {
  display: block !important;
}
.mat-form-field {
  font: 400 16px/1.125 NotoSansThaiUI, NotoSans, Roboto !important;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 0em 0 1em 0 !important;
}
.mat-menu-panel {
  min-height: 56px !important;
}
.htUIButton.htUIInput input[type=button] {
  padding: 1px 6px !important;
}
.k-date-wrapper {
  position: relative;
}
.k-date-mat-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
  margin-bottom: -18px;
  display: block;
  position: absolute;
  font: inherit;
  pointer-events: none;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: 0 0;
}
.k-picker-wrap {
  margin-top: -8px;
}
.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-timepicker {
  width: 100%;
  font-family: inherit !important;
}
.k-dateinput,
.k-datepicker,
.k-datetimepicker,
.k-timepicker span input {
  font-size: 14px !important;
  color: #3e5172;
}
.date_detail {
  width: 96%;
}
.date_detail_column {
  width: 80%;
}
.icon_date_detail {
  position: absolute;
  top: 0;
  right: 24px;
}
.span_icon_close {
  position: relative;
  width: 100%;
}
.custom-icon.mat-button-toggle-checked svg {
  width: 18px;
  height: 18px;
}
.custom-icon.mat-button-toggle-checked svg path.inside,
.custom-icon.mat-button-toggle-checked svg rect.inside {
  fill: white !important;
}
.custom-icon.mat-button-toggle-checked svg path.border,
.custom-icon.mat-button-toggle-checked svg rect.border {
  stroke: white !important;
}
.custom-icon svg {
  width: 18px;
  height: 18px;
}
.custom-icon svg path.inside,
.custom-icon svg rect.inside {
  fill: #000000de;
}
.custom-icon svg path.border,
.custom-icon svg rect.border {
  stroke: #000000de;
}
.custom-icon .mat-icon-no-color svg {
  width: 18px;
  height: 18px;
}
.custom-icon .mat-icon-no-color svg path.inside,
.custom-icon .mat-icon-no-color svg rect.inside {
  fill: currentColor !important;
}
.custom-icon .mat-icon-no-color svg path.border,
.custom-icon .mat-icon-no-color svg rect.border {
  stroke: currentColor !important;
}
.mat-list-base {
  top: 12px;
}
.text-desc {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mat-expansion-panel {
  border-radius: 3px;
  left: 1px !important;
  width: 99%;
  box-shadow: 0px 3px 10px -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) !important;
}
.mat-panel-description-align-right > .mat-content {
  justify-content: space-between;
}
.mat-panel-description-align-right > .mat-content > mat-panel-title,
.mat-panel-description-align-right > .mat-content > mat-panel-description {
  flex: 0 0 auto;
}
.mat-option-text {
  font-size: 14px !important;
}
.mat-form-field-suffix {
  font-size: 14px !important;
}
.bottom-navigation {
  position: absolute !important;
  bottom: 10px;
  left: 0;
  right: 0;
}
.upload-image-dialog-container .mat-dialog-container {
  padding: 0;
}
.upload-image-dialog-container .mat-dialog-container .mat-icon-button {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.upload-image-dialog-container .mat-dialog-container .dialog-title {
  padding: 12px 12px 4px 24px;
  font-size: 15px;
}
.upload-image-dialog-container .mat-dialog-container .mat-dialog-content {
  margin: 0;
}
.upload-image-wrapper {
  position: relative;
  width: 290px;
  height: 170px;
  padding: 20px;
  color: #0085ff;
}
.upload-image-wrapper.in-modal {
  width: 100%;
  height: 190px;
}
.upload-image-wrapper .upload-image-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px dashed #0085ff;
  box-sizing: border-box;
  border-radius: 3px;
  background: var(--img-view-color);
  opacity: 0.5;
}
.upload-image-wrapper .upload-image-bg.dark {
  opacity: 1;
}
.upload-image-wrapper .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-image-wrapper button {
  height: 40px;
  background: #0085ff !important;
  border-radius: 40px;
  color: #fff !important;
}
.upload-image-wrapper .description {
  margin-top: 40px;
  margin-bottom: 10px;
}
.justify-center {
  justify-content: center !important;
}
.section-flex-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  height: 100%;
}
image-cropper {
  max-height: 50vh !important;
  max-width: 50vw !important;
}
.k-grid tr .display-on-hover,
.k-grid tr:hover .display-default {
  display: none;
}
.k-grid tr:hover .display-on-hover,
.k-grid tr .display-default {
  display: block;
}
.k-detail-row .k-grid tr .display-on-hover,
.k-detail-row .k-grid tr:hover .display-default {
  display: none !important;
}
.k-detail-row .k-grid tr:hover .display-on-hover,
.k-detail-row .k-grid tr .display-default {
  display: block !important;
}
.pdf-viewer-bg {
  background: #ccd0d9;
  padding: 5rem;
  margin-bottom: 2rem;
  padding-right: 0;
}
.pdf-viewer-bg pdf-viewer {
  overflow: scroll overlay;
  height: 450px !important;
}
@keyframes morph {
  0% {
    background-color: red;
  }
  100% {
    background-color: #fff;
  }
}
.demo {
  background-color: #fff;
  /* NAME | DURATION | FUNCTION | DELAY */
  animation: morph 5s linear 1s;
}
.k-tabstrip {
  font-family: NotoSansThaiUI, NotoSans, Roboto;
}
.k-tabstrip > .k-content.k-state-active {
  padding: 0;
}
ngx-gallery-arrows .ngx-gallery-arrows-wrapper .ngx-gallery-arrow .ngx-gallery-icon-content {
  font-family: FontAwesome !important;
}
.qrcode-container {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}
.flex-full-height-handsontable {
  flex: 1 0 auto;
  display: flex !important;
  flex-direction: column;
}
.flex-full-height-handsontable .mat-horizontal-stepper-header-container {
  display: none !important;
}
.flex-full-height-handsontable .mat-horizontal-content-container {
  flex: 1 0 auto;
}
.flex-full-height-handsontable .mat-horizontal-content-container .mat-horizontal-stepper-content[aria-expanded=true] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
kendo-tabstrip > .k-content.k-state-active {
  flex: 1 0 auto;
  display: flex !important;
  flex-direction: column;
}
mat-error + mat-error {
  display: none !important;
}
.custom-sidenav-container mat-sidenav-content {
  display: flex !important;
}
.custom-sidenav-container mat-sidenav {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-0 .mat-drawer-inner-container {
    width: 0px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-50 .mat-drawer-inner-container {
    width: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-100 .mat-drawer-inner-container {
    width: 100px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-150 .mat-drawer-inner-container {
    width: 150px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-200 .mat-drawer-inner-container {
    width: 200px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-250 .mat-drawer-inner-container {
    width: 250px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-300 .mat-drawer-inner-container {
    width: 300px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-350 .mat-drawer-inner-container {
    width: 350px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-400 .mat-drawer-inner-container {
    width: 400px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-450 .mat-drawer-inner-container {
    width: 450px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-500 .mat-drawer-inner-container {
    width: 500px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-550 .mat-drawer-inner-container {
    width: 550px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-600 .mat-drawer-inner-container {
    width: 600px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-650 .mat-drawer-inner-container {
    width: 650px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-700 .mat-drawer-inner-container {
    width: 700px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-750 .mat-drawer-inner-container {
    width: 750px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-800 .mat-drawer-inner-container {
    width: 800px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-850 .mat-drawer-inner-container {
    width: 850px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-900 .mat-drawer-inner-container {
    width: 900px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-950 .mat-drawer-inner-container {
    width: 950px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-1000 .mat-drawer-inner-container {
    width: 1000px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-1050 .mat-drawer-inner-container {
    width: 1050px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-1100 .mat-drawer-inner-container {
    width: 1100px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-1150 .mat-drawer-inner-container {
    width: 1150px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-1200 .mat-drawer-inner-container {
    width: 1200px;
  }
}
@media only screen and (min-width: 1280px) {
  .custom-sidenav-container mat-sidenav.mat-sidenav-w-1250 .mat-drawer-inner-container {
    width: 1250px;
  }
}
.custom-sidenav-container mat-sidenav .mat-drawer-inner-container {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
@media only screen and (max-width: 1280px) {
  .custom-sidenav-container mat-sidenav .mat-drawer-inner-container {
    width: 100vw;
  }
}
kendo-colorpicker {
  cursor: pointer;
}
kendo-colorpicker .k-picker-wrap {
  border-bottom: none !important;
}
kendo-colorpicker .k-selected-color {
  margin: unset !important;
  border: 4px solid #dedede !important;
  border-radius: 2px;
  width: 100% !important;
  height: 100% !important;
}
kendo-colorpicker .k-selected-color .k-icon.k-i-line::before {
  display: none;
}
kendo-colorpicker .k-select {
  display: none !important;
}
.mat-padding-bottom-imitation {
  padding-bottom: 1.25em;
}
.flex-container {
  display: flex;
}
.flex-container.flex-column {
  flex-direction: column;
}
.flex-container.full-height {
  height: 100%;
}
.flex-1-0-0 {
  flex: 1 0 0;
}
.flex-1 {
  flex: 1;
}
.k-grid th.k-hierarchy-cell {
  background-color: #f4f5f7;
  color: #3e5172 !important;
  line-height: 1em;
  font-weight: bold !important;
}
.k-grid th.k-hierarchy-cell a {
  color: #3e5172 !important;
}
.k-grid th.k-hierarchy-cell .k-state-active {
  color: #ffffff !important;
}
div.mat-menu-panel {
  max-width: unset;
}
.sat-popover-background {
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.molog-btn-spinner .mat-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.molog-btn-spinner .mat-button-wrapper mat-icon {
  width: auto;
  order: 1;
  margin-left: 9px;
  font-size: 22px !important;
  top: 0px !important;
}
.molog-btn-spinner .mat-button-wrapper span {
  top: 0px !important;
  width: auto;
  order: 0;
  margin-bottom: 3px;
}
.molog-btn-spinner-save .mat-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.molog-btn-spinner-save .mat-button-wrapper mat-icon {
  width: auto;
  margin-right: 9px;
  font-size: 22px !important;
  top: 0px !important;
}
.molog-btn-spinner-save .mat-button-wrapper span {
  top: 0px !important;
  width: auto;
  margin-bottom: 3px;
}
.mat-chip-rfid {
  border-radius: 100px !important;
}
.mat-expansion-panel-header-bg,
.mat-expansion-panel-header-bg:hover {
  background-color: #ecedf0 !important;
}
kendo-formerror {
  line-height: 1.25em;
}
.check-permision-package {
  opacity: 0.6;
  pointer-events: none;
}
.kendo-height-2 .k-combobox .k-dropdown-wrap .k-input {
  height: 2.35em !important;
}
.list-kendo .k-combobox .k-dropdown-wrap .k-input {
  height: 2.7em !important;
}
.form-kendo .k-combobox .k-dropdown-wrap .k-input {
  height: 2.1em !important;
  width: 100% !important;
  font-size: 49.7px !important;
}
.form-kendo-release .k-combobox .k-dropdown-wrap .k-input {
  height: 2em !important;
  width: 100% !important;
  font-size: 56px !important;
}
button.mat-icon-button.small {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
}
.k-progressbar .k-state-selected.picked {
  background-color: #1a237e !important;
}
.k-progressbar .k-state-selected.packed {
  background-color: #afb42b !important;
}
.k-progressbar .k-state-selected.loaded {
  background-color: #607d8b !important;
}
.flex-container.column {
  display: flex;
  flex-direction: column;
}
.flex-container.row {
  display: flex;
  flex-direction: row;
}
.round-border {
  border-radius: 3px;
}
.mat-menu-item {
  height: 40px !important;
  line-height: 40px !important;
}
.k-tabstrip-items {
  text-transform: none !important;
}
.k-tabstrip-items .k-item.k-state-active::after {
  border-bottom-color: #2fb56a;
}
.mat-icon.mat-icon-small {
  width: 18px !important;
  height: 18px !important;
  font-size: 18px;
  min-width: 18px;
  min-height: 18px;
  line-height: 18px;
}
.mat-icon.mat-icon-xs {
  width: 14px !important;
  height: 14px !important;
  font-size: 14px;
  min-width: 14px;
  min-height: 14px;
  line-height: 14px;
}
.mat-no-underline .mat-form-field-wrapper .mat-form-field-underline {
  display: none;
}
.k-grid {
  color: #000 !important;
}
.k-grid tr.k-disabled {
  pointer-events: none;
  color: #b1b1b1;
}
.k-grid tr.k-disabled td.action {
  pointer-events: painted;
}
mat-radio-group mat-radio-button.customs-radio label.mat-radio-label {
  align-items: flex-start !important;
}
.blue-highlight {
  color: #27c2c3;
}
.green-highlight {
  color: #28a745;
}
.packing-video-nav-button mat-icon {
  display: flex;
  align-items: center;
}
.tooltipClass {
  font-size: 14px;
}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}

@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}

@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}

@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}

@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}

@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}

@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}

.swing{transform-origin:top center;animation-name:swing}

@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}

@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}

@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}

@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}

@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}

@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}

@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}

@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}

.bounceInRight{animation-name:bounceInRight}

@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}

@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}

@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}

@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}

@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}

.bounceOutRight{animation-name:bounceOutRight}

@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}

@keyframes fadeIn{0%{opacity:0}to{opacity:1}}

.fadeIn{animation-name:fadeIn}

@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInDown{animation-name:fadeInDown}

@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInDownBig{animation-name:fadeInDownBig}

@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInLeft{animation-name:fadeInLeft}

@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInLeftBig{animation-name:fadeInLeftBig}

@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInRight{animation-name:fadeInRight}

@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInRightBig{animation-name:fadeInRightBig}

@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInUp{animation-name:fadeInUp}

@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}

.fadeInUpBig{animation-name:fadeInUpBig}

@keyframes fadeOut{0%{opacity:1}to{opacity:0}}

.fadeOut{animation-name:fadeOut}

@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}

.fadeOutDown{animation-name:fadeOutDown}

@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}

.fadeOutDownBig{animation-name:fadeOutDownBig}

@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}

.fadeOutLeft{animation-name:fadeOutLeft}

@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}

.fadeOutLeftBig{animation-name:fadeOutLeftBig}

@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}

.fadeOutRight{animation-name:fadeOutRight}

@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}

.fadeOutRightBig{animation-name:fadeOutRightBig}

@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}

.fadeOutUp{animation-name:fadeOutUp}

@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}

.fadeOutUpBig{animation-name:fadeOutUpBig}

@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}

@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}

@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}

@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}

@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}

@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}

.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}

@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}

.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}

@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}

@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}

@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}

.rotateInDownRight{animation-name:rotateInDownRight}

@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}

@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}

.rotateInUpRight{animation-name:rotateInUpRight}

@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}

@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}

@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}

.rotateOutDownRight{animation-name:rotateOutDownRight}

@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}

@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}

.rotateOutUpRight{animation-name:rotateOutUpRight}

@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}

@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}

@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}

@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}

@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}

.zoomIn{animation-name:zoomIn}

@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

.zoomInRight{animation-name:zoomInRight}

@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}

.zoomOut{animation-name:zoomOut}

@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}

@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}

.zoomOutRight{animation-name:zoomOutRight}

@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}

@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}

@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}

@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}

.slideInRight{animation-name:slideInRight}

@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}

@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}

@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}

@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}

.slideOutRight{animation-name:slideOutRight}

@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.8b43027f47b20503057d.eot?v=4.7.0');
  src: url('fontawesome-webfont.8b43027f47b20503057d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.20fd1704ea223900efa9.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.f691f37e57f04c152e23.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.1e59d2330b4c6deb84b3.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.c1e38fd9e0e74ba58f7a.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}

