.cdk-overlay-backdrop,
body {
  -webkit-tap-highlight-color: transparent
}

html,
html .mat-mdc-form-field.mat-accent,
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, .87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, .38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, .6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, .54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, .38)
}

.mat-mdc-radio-button.mat-accent,
.mat-mdc-radio-button.mat-primary,
.mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: #000;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, .38)
}

.mat-mdc-radio-button.mat-primary,
.mdc-list-item__end,
.mdc-list-item__start {
  --mdc-radio-selected-focus-icon-color: #3f51b5;
  --mdc-radio-selected-hover-icon-color: #3f51b5;
  --mdc-radio-selected-icon-color: #3f51b5;
  --mdc-radio-selected-pressed-icon-color: #3f51b5
}

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

.mat-mdc-checkbox.mat-primary,
.mat-mdc-checkbox.mat-warn,
.mat-mdc-list-option,
.mat-mdc-list-option.mat-accent,
.mat-mdc-list-option.mat-warn,
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, .38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, .38);
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, .54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, .54);
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mdc-checkbox-selected-checkmark-color: #fff
}

.mat-mdc-tab-group,
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar,
.mat-mdc-tab-nav-bar.mat-accent,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, .38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, .6);
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, .6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, .6)
}

.mat-mdc-outlined-button,
.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, .12)
}

.mat-mdc-button,
.mat-mdc-fab,
.mat-mdc-icon-button,
.mat-mdc-mini-fab,
.mat-mdc-outlined-button,
.mat-mdc-raised-button,
.mat-mdc-unelevated-button,
.theme-dark .mat-mdc-fab.mat-accent,
.theme-dark .mat-mdc-mini-fab.mat-accent,
.theme-dark .mat-mdc-raised-button.mat-accent,
.theme-dark .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)
}

.mat-badge-content,
.photoviewer-title {
  text-overflow: ellipsis;
  white-space: nowrap
}

.mat-mdc-tooltip,
.mtx-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: .0333333333em
}

.theme-dark,
html {
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-badge-text-color: white;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent
}

.mat-mdc-tooltip,
.theme-dark .mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-plain-tooltip-container-color: #616161
}

.theme-dark,
.theme-dark .mat-mdc-form-field.mat-accent,
.theme-dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, .87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, .38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, .6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, .54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, .38);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)
}

.theme-dark,
.theme-dark .mat-mdc-form-field.mat-accent,
.theme-dark .mat-mdc-form-field.mat-warn,
html,
html .mat-mdc-form-field.mat-accent,
html .mat-mdc-form-field.mat-warn {
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, .87)
}

.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.theme-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-focus-state-layer-opacity: .12
}

.mat-mdc-slide-toggle,
.theme-dark .mat-mdc-slide-toggle {
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)
}

.theme-dark .mat-mdc-radio-button.mat-accent,
.theme-dark .mat-mdc-radio-button.mat-primary,
.theme-dark .mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: #fff;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, .5)
}

.mat-mdc-slider.mat-accent,
.mat-mdc-slider.mat-primary,
.theme-dark .mat-mdc-slider.mat-primary {
  --mdc-slider-with-tick-marks-active-container-color: #fff
}

.theme-dark .mat-mdc-outlined-button,
.theme-dark .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, .12)
}

.mat-datepicker-content.mat-accent,
.mat-datepicker-content.mat-warn,
.theme-dark,
.theme-dark .mat-datepicker-content.mat-accent,
.theme-dark .mat-datepicker-content.mat-warn,
html {
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, .2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e
}

.mat-toolbar.mat-accent,
.mat-toolbar.mat-primary,
.theme-dark,
.theme-dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-text-color: white
}

.mat-mdc-tooltip,
.mtx-mdc-tooltip,
.theme-dark .mat-mdc-tooltip,
.theme-dark .mtx-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161
}

.mat-mdc-card,
.theme-dark .mat-mdc-card {
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12)
}

.badge,
.mat-badge-content,
.photoviewer-title,
mtx-grid.mtx-grid .mat-header-cell {
  white-space: nowrap
}

body {
  margin: 0;
  font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-touch-callout: none
}

body,
html {
  position: relative;
  height: 100%;
  overflow: hidden;
}

*,
.mat-resizable,
.theme-dark .mat-resizable,
.toast-container *,
:after,
:before {
  box-sizing: border-box
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

code,
kbd,
pre,
samp {
  font-family: Roboto Mono, monospace
}

code {
  padding: 3px;
  font-size: 90%;
  word-break: break-word;
  background-color: #00000008
}

a {
  text-decoration: none
}

.scrollbar-thin::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

.scrollbar-thin::-webkit-scrollbar-thumb,
.scrollbar-thin::-webkit-scrollbar-track {
  border: 0 solid transparent;
  border-radius: 50rem;
  border-image: initial
}

.scrollbar-thin::-webkit-scrollbar-track {
  box-shadow: #0003 1px 1px 5px inset
}

.scrollbar-thin::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-color: #0003
}

.scrollbar-thin::-webkit-scrollbar-corner {
  background: 0 0
}

.scrollbar-thin {
  scrollbar-width: thin
}

.scrollbar-none::-webkit-scrollbar {
  width: 0;
  height: 0
}

.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.badge {
  display: inline-block;
  min-width: 18px;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  background-color: #757575;
  border-radius: 4px
}

.icon-18 {
  width: 18px !important;
  height: 18px !important;
  font-size: 18px !important;
  line-height: 18px !important
}

.icon-24 {
  width: 24px !important;
  height: 24px !important;
  font-size: 24px !important;
  line-height: 24px !important
}

.icon-36 {
  width: 36px !important;
  height: 36px !important;
  font-size: 36px !important;
  line-height: 36px !important
}

.icon-48 {
  width: 48px !important;
  height: 48px !important;
  font-size: 48px !important;
  line-height: 48px !important
}

@media (width <=720px) {
  .hide-small {
    display: none !important
  }

  .show-small {
    display: block !important
  }
}

.text-red-50 {
  color: #ffebee !important
}

.text-red-100 {
  color: #ffcdd2 !important
}

.text-red-200 {
  color: #ef9a9a !important
}

.text-red-300 {
  color: #e57373 !important
}

.text-red-400 {
  color: #ef5350 !important
}

.text-red-500 {
  color: #f44336 !important
}

.text-red-600 {
  color: #e53935 !important
}

.text-red-700 {
  color: #d32f2f !important
}

.text-red-800 {
  color: #c62828 !important
}

.text-red-900 {
  color: #b71c1c !important
}

.text-red-A100 {
  color: #ff8a80 !important
}

.text-red-A200 {
  color: #ff5252 !important
}

.text-red-A400 {
  color: #ff1744 !important
}

.text-red-A700 {
  color: #d50000 !important
}

.text-pink-50 {
  color: #fce4ec !important
}

.text-pink-100 {
  color: #f8bbd0 !important
}

.text-pink-200 {
  color: #f48fb1 !important
}

.text-pink-300 {
  color: #f06292 !important
}

.text-pink-400 {
  color: #ec407a !important
}

.text-pink-500 {
  color: #e91e63 !important
}

.text-pink-600 {
  color: #d81b60 !important
}

.text-pink-700 {
  color: #c2185b !important
}

.text-pink-800 {
  color: #ad1457 !important
}

.text-pink-900 {
  color: #880e4f !important
}

.text-pink-A100 {
  color: #ff80ab !important
}

.text-pink-A200 {
  color: #ff4081 !important
}

.text-pink-A400 {
  color: #f50057 !important
}

.text-pink-A700 {
  color: #c51162 !important
}

.text-purple-50 {
  color: #f3e5f5 !important
}

.text-purple-100 {
  color: #e1bee7 !important
}

.text-purple-200 {
  color: #ce93d8 !important
}

.text-purple-300 {
  color: #ba68c8 !important
}

.text-purple-400 {
  color: #ab47bc !important
}

.text-purple-500 {
  color: #9c27b0 !important
}

.text-purple-600 {
  color: #8e24aa !important
}

.text-purple-700 {
  color: #7b1fa2 !important
}

.text-purple-800 {
  color: #6a1b9a !important
}

.text-purple-900 {
  color: #4a148c !important
}

.text-purple-A100 {
  color: #ea80fc !important
}

.text-purple-A200 {
  color: #e040fb !important
}

.text-purple-A400 {
  color: #d500f9 !important
}

.text-purple-A700 {
  color: #a0f !important
}

.text-deep-purple-50 {
  color: #ede7f6 !important
}

.text-deep-purple-100 {
  color: #d1c4e9 !important
}

.text-deep-purple-200 {
  color: #b39ddb !important
}

.text-deep-purple-300 {
  color: #9575cd !important
}

.text-deep-purple-400 {
  color: #7e57c2 !important
}

.text-deep-purple-500 {
  color: #673ab7 !important
}

.text-deep-purple-600 {
  color: #5e35b1 !important
}

.text-deep-purple-700 {
  color: #512da8 !important
}

.text-deep-purple-800 {
  color: #4527a0 !important
}

.text-deep-purple-900 {
  color: #311b92 !important
}

.text-deep-purple-A100 {
  color: #b388ff !important
}

.text-deep-purple-A200 {
  color: #7c4dff !important
}

.text-deep-purple-A400 {
  color: #651fff !important
}

.text-deep-purple-A700 {
  color: #6200ea !important
}

.text-indigo-50 {
  color: #e8eaf6 !important
}

.text-indigo-100 {
  color: #c5cae9 !important
}

.text-indigo-200 {
  color: #9fa8da !important
}

.text-indigo-300 {
  color: #7986cb !important
}

.text-indigo-400 {
  color: #5c6bc0 !important
}

.text-indigo-500 {
  color: #3f51b5 !important
}

.text-indigo-600 {
  color: #3949ab !important
}

.text-indigo-700 {
  color: #303f9f !important
}

.text-indigo-800 {
  color: #283593 !important
}

.text-indigo-900 {
  color: #1a237e !important
}

.text-indigo-A100 {
  color: #8c9eff !important
}

.text-indigo-A200 {
  color: #536dfe !important
}

.text-indigo-A400 {
  color: #3d5afe !important
}

.text-indigo-A700 {
  color: #304ffe !important
}

.text-blue-50 {
  color: #e3f2fd !important
}

.text-blue-100 {
  color: #bbdefb !important
}

.text-blue-200 {
  color: #90caf9 !important
}

.text-blue-300 {
  color: #64b5f6 !important
}

.text-blue-400 {
  color: #42a5f5 !important
}

.text-blue-500 {
  color: #2196f3 !important
}

.text-blue-600 {
  color: #1e88e5 !important
}

.text-blue-700 {
  color: #1976d2 !important
}

.text-blue-800 {
  color: #1565c0 !important
}

.text-blue-900 {
  color: #0d47a1 !important
}

.text-blue-A100 {
  color: #82b1ff !important
}

.text-blue-A200 {
  color: #448aff !important
}

.text-blue-A400 {
  color: #2979ff !important
}

.text-blue-A700 {
  color: #2962ff !important
}

.text-light-blue-50 {
  color: #e1f5fe !important
}

.text-light-blue-100 {
  color: #b3e5fc !important
}

.text-light-blue-200 {
  color: #81d4fa !important
}

.text-light-blue-300 {
  color: #4fc3f7 !important
}

.text-light-blue-400 {
  color: #29b6f6 !important
}

.text-light-blue-500 {
  color: #03a9f4 !important
}

.text-light-blue-600 {
  color: #039be5 !important
}

.text-light-blue-700 {
  color: #0288d1 !important
}

.text-light-blue-800 {
  color: #0277bd !important
}

.text-light-blue-900 {
  color: #01579b !important
}

.text-light-blue-A100 {
  color: #80d8ff !important
}

.text-light-blue-A200 {
  color: #40c4ff !important
}

.text-light-blue-A400 {
  color: #00b0ff !important
}

.text-light-blue-A700 {
  color: #0091ea !important
}

.text-cyan-50 {
  color: #e0f7fa !important
}

.text-cyan-100 {
  color: #b2ebf2 !important
}

.text-cyan-200 {
  color: #80deea !important
}

.text-cyan-300 {
  color: #4dd0e1 !important
}

.text-cyan-400 {
  color: #26c6da !important
}

.text-cyan-500 {
  color: #00bcd4 !important
}

.text-cyan-600 {
  color: #00acc1 !important
}

.text-cyan-700 {
  color: #0097a7 !important
}

.text-cyan-800 {
  color: #00838f !important
}

.text-cyan-900 {
  color: #006064 !important
}

.text-cyan-A100 {
  color: #84ffff !important
}

.text-cyan-A200 {
  color: #18ffff !important
}

.text-cyan-A400 {
  color: #00e5ff !important
}

.text-cyan-A700 {
  color: #00b8d4 !important
}

.text-teal-50 {
  color: #e0f2f1 !important
}

.text-teal-100 {
  color: #b2dfdb !important
}

.text-teal-200 {
  color: #80cbc4 !important
}

.text-teal-300 {
  color: #4db6ac !important
}

.text-teal-400 {
  color: #26a69a !important
}

.text-teal-500 {
  color: #009688 !important
}

.text-teal-600 {
  color: #00897b !important
}

.text-teal-700 {
  color: #00796b !important
}

.text-teal-800 {
  color: #00695c !important
}

.text-teal-900 {
  color: #004d40 !important
}

.text-teal-A100 {
  color: #a7ffeb !important
}

.text-teal-A200 {
  color: #64ffda !important
}

.text-teal-A400 {
  color: #1de9b6 !important
}

.text-teal-A700 {
  color: #00bfa5 !important
}

.text-green-50 {
  color: #e8f5e9 !important
}

.text-green-100 {
  color: #c8e6c9 !important
}

.text-green-200 {
  color: #a5d6a7 !important
}

.text-green-300 {
  color: #81c784 !important
}

.text-green-400 {
  color: #66bb6a !important
}

.text-green-500 {
  color: #4caf50 !important
}

.text-green-600 {
  color: #43a047 !important
}

.text-green-700 {
  color: #388e3c !important
}

.text-green-800 {
  color: #2e7d32 !important
}

.text-green-900 {
  color: #1b5e20 !important
}

.text-green-A100 {
  color: #b9f6ca !important
}

.text-green-A200 {
  color: #69f0ae !important
}

.text-green-A400 {
  color: #00e676 !important
}

.text-green-A700 {
  color: #00c853 !important
}

.text-light-green-50 {
  color: #f1f8e9 !important
}

.text-light-green-100 {
  color: #dcedc8 !important
}

.text-light-green-200 {
  color: #c5e1a5 !important
}

.text-light-green-300 {
  color: #aed581 !important
}

.text-light-green-400 {
  color: #9ccc65 !important
}

.text-light-green-500 {
  color: #8bc34a !important
}

.text-light-green-600 {
  color: #7cb342 !important
}

.text-light-green-700 {
  color: #689f38 !important
}

.text-light-green-800 {
  color: #558b2f !important
}

.text-light-green-900 {
  color: #33691e !important
}

.text-light-green-A100 {
  color: #ccff90 !important
}

.text-light-green-A200 {
  color: #b2ff59 !important
}

.text-light-green-A400 {
  color: #76ff03 !important
}

.text-light-green-A700 {
  color: #64dd17 !important
}

.text-lime-50 {
  color: #f9fbe7 !important
}

.text-lime-100 {
  color: #f0f4c3 !important
}

.text-lime-200 {
  color: #e6ee9c !important
}

.text-lime-300 {
  color: #dce775 !important
}

.text-lime-400 {
  color: #d4e157 !important
}

.text-lime-500 {
  color: #cddc39 !important
}

.text-lime-600 {
  color: #c0ca33 !important
}

.text-lime-700 {
  color: #afb42b !important
}

.text-lime-800 {
  color: #9e9d24 !important
}

.text-lime-900 {
  color: #827717 !important
}

.text-lime-A100 {
  color: #f4ff81 !important
}

.text-lime-A200 {
  color: #eeff41 !important
}

.text-lime-A400 {
  color: #c6ff00 !important
}

.text-lime-A700 {
  color: #aeea00 !important
}

.text-yellow-50 {
  color: #fffde7 !important
}

.text-yellow-100 {
  color: #fff9c4 !important
}

.text-yellow-200 {
  color: #fff59d !important
}

.text-yellow-300 {
  color: #fff176 !important
}

.text-yellow-400 {
  color: #ffee58 !important
}

.text-yellow-500 {
  color: #ffeb3b !important
}

.text-yellow-600 {
  color: #fdd835 !important
}

.text-yellow-700 {
  color: #fbc02d !important
}

.text-yellow-800 {
  color: #f9a825 !important
}

.text-yellow-900 {
  color: #f57f17 !important
}

.text-yellow-A100 {
  color: #ffff8d !important
}

.text-yellow-A200 {
  color: #ff0 !important
}

.text-yellow-A400 {
  color: #ffea00 !important
}

.text-yellow-A700 {
  color: #ffd600 !important
}

.text-amber-50 {
  color: #fff8e1 !important
}

.text-amber-100 {
  color: #ffecb3 !important
}

.text-amber-200 {
  color: #ffe082 !important
}

.text-amber-300 {
  color: #ffd54f !important
}

.text-amber-400 {
  color: #ffca28 !important
}

.text-amber-500 {
  color: #ffc107 !important
}

.text-amber-600 {
  color: #ffb300 !important
}

.text-amber-700 {
  color: #ffa000 !important
}

.text-amber-800 {
  color: #ff8f00 !important
}

.text-amber-900 {
  color: #ff6f00 !important
}

.text-amber-A100 {
  color: #ffe57f !important
}

.text-amber-A200 {
  color: #ffd740 !important
}

.text-amber-A400 {
  color: #ffc400 !important
}

.text-amber-A700 {
  color: #ffab00 !important
}

.text-orange-50 {
  color: #fff3e0 !important
}

.text-orange-100 {
  color: #ffe0b2 !important
}

.text-orange-200 {
  color: #ffcc80 !important
}

.text-orange-300 {
  color: #ffb74d !important
}

.text-orange-400 {
  color: #ffa726 !important
}

.text-orange-500 {
  color: #ff9800 !important
}

.text-orange-600 {
  color: #fb8c00 !important
}

.text-orange-700 {
  color: #f57c00 !important
}

.text-orange-800 {
  color: #ef6c00 !important
}

.text-orange-900 {
  color: #e65100 !important
}

.text-orange-A100 {
  color: #ffd180 !important
}

.text-orange-A200 {
  color: #ffab40 !important
}

.text-orange-A400 {
  color: #ff9100 !important
}

.text-orange-A700 {
  color: #ff6d00 !important
}

.text-deep-orange-50 {
  color: #fbe9e7 !important
}

.text-deep-orange-100 {
  color: #ffccbc !important
}

.text-deep-orange-200 {
  color: #ffab91 !important
}

.text-deep-orange-300 {
  color: #ff8a65 !important
}

.text-deep-orange-400 {
  color: #ff7043 !important
}

.text-deep-orange-500 {
  color: #ff5722 !important
}

.text-deep-orange-600 {
  color: #f4511e !important
}

.text-deep-orange-700 {
  color: #e64a19 !important
}

.text-deep-orange-800 {
  color: #d84315 !important
}

.text-deep-orange-900 {
  color: #bf360c !important
}

.text-deep-orange-A100 {
  color: #ff9e80 !important
}

.text-deep-orange-A200 {
  color: #ff6e40 !important
}

.text-deep-orange-A400 {
  color: #ff3d00 !important
}

.text-deep-orange-A700 {
  color: #dd2c00 !important
}

.text-brown-50 {
  color: #efebe9 !important
}

.text-brown-100,
.text-brown-A100 {
  color: #d7ccc8 !important
}

.text-brown-200,
.text-brown-A200 {
  color: #bcaaa4 !important
}

.text-brown-300 {
  color: #a1887f !important
}

.text-brown-400,
.text-brown-A400 {
  color: #8d6e63 !important
}

.text-brown-500 {
  color: #795548 !important
}

.text-brown-600 {
  color: #6d4c41 !important
}

.text-brown-700,
.text-brown-A700 {
  color: #5d4037 !important
}

.text-brown-800 {
  color: #4e342e !important
}

.text-brown-900 {
  color: #3e2723 !important
}

.text-gray-50 {
  color: #fafafa !important
}

.text-gray-100,
.text-grey-100 {
  color: #f5f5f5 !important
}

.text-gray-200,
.text-gray-A200,
.text-grey-200 {
  color: #eee !important
}

.text-gray-300,
.text-grey-300 {
  color: #e0e0e0 !important
}

.text-gray-400,
.text-gray-A400,
.text-grey-400 {
  color: #bdbdbd !important
}

.text-gray-500,
.text-grey-500 {
  color: #9e9e9e !important
}

.text-gray-600,
.text-grey-600 {
  color: #757575 !important
}

.text-gray-700,
.text-gray-A700,
.text-grey-700 {
  color: #616161 !important
}

.text-gray-800,
.text-grey-800 {
  color: #424242 !important
}

.text-gray-900,
.text-grey-900 {
  color: #212121 !important
}

.text-gray-A100,
.text-light,
.text-white {
  color: #fff !important
}

.text-blue-gray-50 {
  color: #eceff1 !important
}

.text-blue-gray-100,
.text-blue-gray-A100,
.text-blue-grey-100 {
  color: #cfd8dc !important
}

.text-blue-gray-200,
.text-blue-gray-A200,
.text-blue-grey-200 {
  color: #b0bec5 !important
}

.text-blue-gray-300,
.text-blue-grey-300 {
  color: #90a4ae !important
}

.text-blue-gray-400,
.text-blue-gray-A400,
.text-blue-grey-400 {
  color: #78909c !important
}

.text-blue-gray-500,
.text-blue-grey-500 {
  color: #607d8b !important
}

.text-blue-gray-600,
.text-blue-grey-600 {
  color: #546e7a !important
}

.text-blue-gray-700,
.text-blue-gray-A700,
.text-blue-grey-700 {
  color: #455a64 !important
}

.text-blue-gray-800,
.text-blue-grey-800 {
  color: #37474f !important
}

.text-blue-gray-900,
.text-blue-grey-900 {
  color: #263238 !important
}

.text-black {
  color: #000 !important
}

.text-dark {
  color: #000000de !important
}

.bg-red-50 {
  background-color: #ffebee !important
}

.bg-red-100 {
  background-color: #ffcdd2 !important
}

.bg-red-200 {
  background-color: #ef9a9a !important
}

.bg-red-300 {
  background-color: #e57373 !important
}

.bg-red-400 {
  background-color: #ef5350 !important
}

.bg-red-500 {
  background-color: #f44336 !important
}

.bg-red-600 {
  background-color: #e53935 !important
}

.bg-red-700 {
  background-color: #d32f2f !important
}

.bg-red-800 {
  background-color: #c62828 !important
}

.bg-red-900 {
  background-color: #b71c1c !important
}

.bg-red-A100 {
  background-color: #ff8a80 !important
}

.bg-red-A200 {
  background-color: #ff5252 !important
}

.bg-red-A400 {
  background-color: #ff1744 !important
}

.bg-red-A700 {
  background-color: #d50000 !important
}

.bg-pink-50 {
  background-color: #fce4ec !important
}

.bg-pink-100 {
  background-color: #f8bbd0 !important
}

.bg-pink-200 {
  background-color: #f48fb1 !important
}

.bg-pink-300 {
  background-color: #f06292 !important
}

.bg-pink-400 {
  background-color: #ec407a !important
}

.bg-pink-500 {
  background-color: #e91e63 !important
}

.bg-pink-600 {
  background-color: #d81b60 !important
}

.bg-pink-700 {
  background-color: #c2185b !important
}

.bg-pink-800 {
  background-color: #ad1457 !important
}

.bg-pink-900 {
  background-color: #880e4f !important
}

.bg-pink-A100 {
  background-color: #ff80ab !important
}

.bg-pink-A200 {
  background-color: #ff4081 !important
}

.bg-pink-A400 {
  background-color: #f50057 !important
}

.bg-pink-A700 {
  background-color: #c51162 !important
}

.bg-purple-50 {
  background-color: #f3e5f5 !important
}

.bg-purple-100 {
  background-color: #e1bee7 !important
}

.bg-purple-200 {
  background-color: #ce93d8 !important
}

.bg-purple-300 {
  background-color: #ba68c8 !important
}

.bg-purple-400 {
  background-color: #ab47bc !important
}

.bg-purple-500 {
  background-color: #9c27b0 !important
}

.bg-purple-600 {
  background-color: #8e24aa !important
}

.bg-purple-700 {
  background-color: #7b1fa2 !important
}

.bg-purple-800 {
  background-color: #6a1b9a !important
}

.bg-purple-900 {
  background-color: #4a148c !important
}

.bg-purple-A100 {
  background-color: #ea80fc !important
}

.bg-purple-A200 {
  background-color: #e040fb !important
}

.bg-purple-A400 {
  background-color: #d500f9 !important
}

.bg-purple-A700 {
  background-color: #a0f !important
}

.bg-deep-purple-50 {
  background-color: #ede7f6 !important
}

.bg-deep-purple-100 {
  background-color: #d1c4e9 !important
}

.bg-deep-purple-200 {
  background-color: #b39ddb !important
}

.bg-deep-purple-300 {
  background-color: #9575cd !important
}

.bg-deep-purple-400 {
  background-color: #7e57c2 !important
}

.bg-deep-purple-500 {
  background-color: #673ab7 !important
}

.bg-deep-purple-600 {
  background-color: #5e35b1 !important
}

.bg-deep-purple-700 {
  background-color: #512da8 !important
}

.bg-deep-purple-800 {
  background-color: #4527a0 !important
}

.bg-deep-purple-900 {
  background-color: #311b92 !important
}

.bg-deep-purple-A100 {
  background-color: #b388ff !important
}

.bg-deep-purple-A200 {
  background-color: #7c4dff !important
}

.bg-deep-purple-A400 {
  background-color: #651fff !important
}

.bg-deep-purple-A700 {
  background-color: #6200ea !important
}

.bg-indigo-50 {
  background-color: #e8eaf6 !important
}

.bg-indigo-100 {
  background-color: #c5cae9 !important
}

.bg-indigo-200 {
  background-color: #9fa8da !important
}

.bg-indigo-300 {
  background-color: #7986cb !important
}

.bg-indigo-400 {
  background-color: #5c6bc0 !important
}

.bg-indigo-500 {
  background-color: #3f51b5 !important
}

.bg-indigo-600 {
  background-color: #3949ab !important
}

.bg-indigo-700 {
  background-color: #303f9f !important
}

.bg-indigo-800 {
  background-color: #283593 !important
}

.bg-indigo-900 {
  background-color: #1a237e !important
}

.bg-indigo-A100 {
  background-color: #8c9eff !important
}

.bg-indigo-A200 {
  background-color: #536dfe !important
}

.bg-indigo-A400 {
  background-color: #3d5afe !important
}

.bg-indigo-A700 {
  background-color: #304ffe !important
}

.bg-blue-50 {
  background-color: #e3f2fd !important
}

.bg-blue-100 {
  background-color: #bbdefb !important
}

.bg-blue-200 {
  background-color: #90caf9 !important
}

.bg-blue-300 {
  background-color: #64b5f6 !important
}

.bg-blue-400 {
  background-color: #42a5f5 !important
}

.bg-blue-500 {
  background-color: #2196f3 !important
}

.bg-blue-600 {
  background-color: #1e88e5 !important
}

.bg-blue-700 {
  background-color: #1976d2 !important
}

.bg-blue-800 {
  background-color: #1565c0 !important
}

.bg-blue-900 {
  background-color: #0d47a1 !important
}

.bg-blue-A100 {
  background-color: #82b1ff !important
}

.bg-blue-A200 {
  background-color: #448aff !important
}

.bg-blue-A400 {
  background-color: #2979ff !important
}

.bg-blue-A700 {
  background-color: #2962ff !important
}

.bg-light-blue-50 {
  background-color: #e1f5fe !important
}

.bg-light-blue-100 {
  background-color: #b3e5fc !important
}

.bg-light-blue-200 {
  background-color: #81d4fa !important
}

.bg-light-blue-300 {
  background-color: #4fc3f7 !important
}

.bg-light-blue-400 {
  background-color: #29b6f6 !important
}

.bg-light-blue-500 {
  background-color: #03a9f4 !important
}

.bg-light-blue-600 {
  background-color: #039be5 !important
}

.bg-light-blue-700 {
  background-color: #0288d1 !important
}

.bg-light-blue-800 {
  background-color: #0277bd !important
}

.bg-light-blue-900 {
  background-color: #01579b !important
}

.bg-light-blue-A100 {
  background-color: #80d8ff !important
}

.bg-light-blue-A200 {
  background-color: #40c4ff !important
}

.bg-light-blue-A400 {
  background-color: #00b0ff !important
}

.bg-light-blue-A700 {
  background-color: #0091ea !important
}

.bg-cyan-50 {
  background-color: #e0f7fa !important
}

.bg-cyan-100 {
  background-color: #b2ebf2 !important
}

.bg-cyan-200 {
  background-color: #80deea !important
}

.bg-cyan-300 {
  background-color: #4dd0e1 !important
}

.bg-cyan-400 {
  background-color: #26c6da !important
}

.bg-cyan-500 {
  background-color: #00bcd4 !important
}

.bg-cyan-600 {
  background-color: #00acc1 !important
}

.bg-cyan-700 {
  background-color: #0097a7 !important
}

.bg-cyan-800 {
  background-color: #00838f !important
}

.bg-cyan-900 {
  background-color: #006064 !important
}

.bg-cyan-A100 {
  background-color: #84ffff !important
}

.bg-cyan-A200 {
  background-color: #18ffff !important
}

.bg-cyan-A400 {
  background-color: #00e5ff !important
}

.bg-cyan-A700 {
  background-color: #00b8d4 !important
}

.bg-teal-50 {
  background-color: #e0f2f1 !important
}

.bg-teal-100 {
  background-color: #b2dfdb !important
}

.bg-teal-200 {
  background-color: #80cbc4 !important
}

.bg-teal-300 {
  background-color: #4db6ac !important
}

.bg-teal-400 {
  background-color: #26a69a !important
}

.bg-teal-500 {
  background-color: #009688 !important
}

.bg-teal-600 {
  background-color: #00897b !important
}

.bg-teal-700 {
  background-color: #00796b !important
}

.bg-teal-800 {
  background-color: #00695c !important
}

.bg-teal-900 {
  background-color: #004d40 !important
}

.bg-teal-A100 {
  background-color: #a7ffeb !important
}

.bg-teal-A200 {
  background-color: #64ffda !important
}

.bg-teal-A400 {
  background-color: #1de9b6 !important
}

.bg-teal-A700 {
  background-color: #00bfa5 !important
}

.bg-green-50 {
  background-color: #e8f5e9 !important
}

.bg-green-100 {
  background-color: #c8e6c9 !important
}

.bg-green-200 {
  background-color: #a5d6a7 !important
}

.bg-green-300 {
  background-color: #81c784 !important
}

.bg-green-400 {
  background-color: #66bb6a !important
}

.bg-green-500 {
  background-color: #4caf50 !important
}

.bg-green-600 {
  background-color: #43a047 !important
}

.bg-green-700 {
  background-color: #388e3c !important
}

.bg-green-800 {
  background-color: #2e7d32 !important
}

.bg-green-900 {
  background-color: #1b5e20 !important
}

.bg-green-A100 {
  background-color: #b9f6ca !important
}

.bg-green-A200 {
  background-color: #69f0ae !important
}

.bg-green-A400 {
  background-color: #00e676 !important
}

.bg-green-A700 {
  background-color: #00c853 !important
}

.bg-light-green-50 {
  background-color: #f1f8e9 !important
}

.bg-light-green-100 {
  background-color: #dcedc8 !important
}

.bg-light-green-200 {
  background-color: #c5e1a5 !important
}

.bg-light-green-300 {
  background-color: #aed581 !important
}

.bg-light-green-400 {
  background-color: #9ccc65 !important
}

.bg-light-green-500 {
  background-color: #8bc34a !important
}

.bg-light-green-600 {
  background-color: #7cb342 !important
}

.bg-light-green-700 {
  background-color: #689f38 !important
}

.bg-light-green-800 {
  background-color: #558b2f !important
}

.bg-light-green-900 {
  background-color: #33691e !important
}

.bg-light-green-A100 {
  background-color: #ccff90 !important
}

.bg-light-green-A200 {
  background-color: #b2ff59 !important
}

.bg-light-green-A400 {
  background-color: #76ff03 !important
}

.bg-light-green-A700 {
  background-color: #64dd17 !important
}

.bg-lime-50 {
  background-color: #f9fbe7 !important
}

.bg-lime-100 {
  background-color: #f0f4c3 !important
}

.bg-lime-200 {
  background-color: #e6ee9c !important
}

.bg-lime-300 {
  background-color: #dce775 !important
}

.bg-lime-400 {
  background-color: #d4e157 !important
}

.bg-lime-500 {
  background-color: #cddc39 !important
}

.bg-lime-600 {
  background-color: #c0ca33 !important
}

.bg-lime-700 {
  background-color: #afb42b !important
}

.bg-lime-800 {
  background-color: #9e9d24 !important
}

.bg-lime-900 {
  background-color: #827717 !important
}

.bg-lime-A100 {
  background-color: #f4ff81 !important
}

.bg-lime-A200 {
  background-color: #eeff41 !important
}

.bg-lime-A400 {
  background-color: #c6ff00 !important
}

.bg-lime-A700 {
  background-color: #aeea00 !important
}

.bg-yellow-50 {
  background-color: #fffde7 !important
}

.bg-yellow-100 {
  background-color: #fff9c4 !important
}

.bg-yellow-200 {
  background-color: #fff59d !important
}

.bg-yellow-300 {
  background-color: #fff176 !important
}

.bg-yellow-400 {
  background-color: #ffee58 !important
}

.bg-yellow-500 {
  background-color: #ffeb3b !important
}

.bg-yellow-600 {
  background-color: #fdd835 !important
}

.bg-yellow-700 {
  background-color: #fbc02d !important
}

.bg-yellow-800 {
  background-color: #f9a825 !important
}

.bg-yellow-900 {
  background-color: #f57f17 !important
}

.bg-yellow-A100 {
  background-color: #ffff8d !important
}

.bg-yellow-A200 {
  background-color: #ff0 !important
}

.bg-yellow-A400 {
  background-color: #ffea00 !important
}

.bg-yellow-A700 {
  background-color: #ffd600 !important
}

.bg-amber-50 {
  background-color: #fff8e1 !important
}

.bg-amber-100 {
  background-color: #ffecb3 !important
}

.bg-amber-200 {
  background-color: #ffe082 !important
}

.bg-amber-300 {
  background-color: #ffd54f !important
}

.bg-amber-400 {
  background-color: #ffca28 !important
}

.bg-amber-500 {
  background-color: #ffc107 !important
}

.bg-amber-600 {
  background-color: #ffb300 !important
}

.bg-amber-700 {
  background-color: #ffa000 !important
}

.bg-amber-800 {
  background-color: #ff8f00 !important
}

.bg-amber-900 {
  background-color: #ff6f00 !important
}

.bg-amber-A100 {
  background-color: #ffe57f !important
}

.bg-amber-A200 {
  background-color: #ffd740 !important
}

.bg-amber-A400 {
  background-color: #ffc400 !important
}

.bg-amber-A700 {
  background-color: #ffab00 !important
}

.bg-orange-50 {
  background-color: #fff3e0 !important
}

.bg-orange-100 {
  background-color: #ffe0b2 !important
}

.bg-orange-200 {
  background-color: #ffcc80 !important
}

.bg-orange-300 {
  background-color: #ffb74d !important
}

.bg-orange-400 {
  background-color: #ffa726 !important
}

.bg-orange-500 {
  background-color: #ff9800 !important
}

.bg-orange-600 {
  background-color: #fb8c00 !important
}

.bg-orange-700 {
  background-color: #f57c00 !important
}

.bg-orange-800 {
  background-color: #ef6c00 !important
}

.bg-orange-900 {
  background-color: #e65100 !important
}

.bg-orange-A100 {
  background-color: #ffd180 !important
}

.bg-orange-A200 {
  background-color: #ffab40 !important
}

.bg-orange-A400 {
  background-color: #ff9100 !important
}

.bg-orange-A700 {
  background-color: #ff6d00 !important
}

.bg-deep-orange-50 {
  background-color: #fbe9e7 !important
}

.bg-deep-orange-100 {
  background-color: #ffccbc !important
}

.bg-deep-orange-200 {
  background-color: #ffab91 !important
}

.bg-deep-orange-300 {
  background-color: #ff8a65 !important
}

.bg-deep-orange-400 {
  background-color: #ff7043 !important
}

.bg-deep-orange-500 {
  background-color: #ff5722 !important
}

.bg-deep-orange-600 {
  background-color: #f4511e !important
}

.bg-deep-orange-700 {
  background-color: #e64a19 !important
}

.bg-deep-orange-800 {
  background-color: #d84315 !important
}

.bg-deep-orange-900 {
  background-color: #bf360c !important
}

.bg-deep-orange-A100 {
  background-color: #ff9e80 !important
}

.bg-deep-orange-A200 {
  background-color: #ff6e40 !important
}

.bg-deep-orange-A400 {
  background-color: #ff3d00 !important
}

.bg-deep-orange-A700 {
  background-color: #dd2c00 !important
}

.bg-brown-50 {
  background-color: #efebe9 !important
}

.bg-brown-100,
.bg-brown-A100 {
  background-color: #d7ccc8 !important
}

.bg-brown-200,
.bg-brown-A200 {
  background-color: #bcaaa4 !important
}

.bg-brown-300 {
  background-color: #a1887f !important
}

.bg-brown-400,
.bg-brown-A400 {
  background-color: #8d6e63 !important
}

.bg-brown-500 {
  background-color: #795548 !important
}

.bg-brown-600 {
  background-color: #6d4c41 !important
}

.bg-brown-700,
.bg-brown-A700 {
  background-color: #5d4037 !important
}

.bg-brown-800 {
  background-color: #4e342e !important
}

.bg-brown-900 {
  background-color: #3e2723 !important
}

.bg-gray-50 {
  background-color: #fafafa !important
}

.bg-gray-100,
.bg-grey-100 {
  background-color: #f5f5f5 !important
}

.bg-gray-200,
.bg-gray-A200,
.bg-grey-200 {
  background-color: #eee !important
}

.bg-gray-300,
.bg-grey-300 {
  background-color: #e0e0e0 !important
}

.bg-gray-400,
.bg-gray-A400,
.bg-grey-400 {
  background-color: #bdbdbd !important
}

.bg-gray-500,
.bg-grey-500 {
  background-color: #9e9e9e !important
}

.bg-gray-600,
.bg-grey-600 {
  background-color: #757575 !important
}

.bg-gray-700,
.bg-gray-A700,
.bg-grey-700 {
  background-color: #616161 !important
}

.bg-gray-800,
.bg-grey-800 {
  background-color: #424242 !important
}

.bg-gray-900,
.bg-grey-900 {
  background-color: #212121 !important
}

.bg-gray-A100,
.bg-light,
.bg-white {
  background-color: #fff !important
}

.bg-blue-gray-50 {
  background-color: #eceff1 !important
}

.bg-blue-gray-100,
.bg-blue-gray-A100,
.bg-blue-grey-100 {
  background-color: #cfd8dc !important
}

.bg-blue-gray-200,
.bg-blue-gray-A200,
.bg-blue-grey-200 {
  background-color: #b0bec5 !important
}

.bg-blue-gray-300,
.bg-blue-grey-300 {
  background-color: #90a4ae !important
}

.bg-blue-gray-400,
.bg-blue-gray-A400,
.bg-blue-grey-400 {
  background-color: #78909c !important
}

.bg-blue-gray-500,
.bg-blue-grey-500 {
  background-color: #607d8b !important
}

.bg-blue-gray-600,
.bg-blue-grey-600 {
  background-color: #546e7a !important
}

.bg-blue-gray-700,
.bg-blue-gray-A700,
.bg-blue-grey-700 {
  background-color: #455a64 !important
}

.bg-blue-gray-800,
.bg-blue-grey-800 {
  background-color: #37474f !important
}

.bg-blue-gray-900,
.bg-blue-grey-900 {
  background-color: #263238 !important
}

.bg-black {
  background-color: #000 !important
}

.bg-dark {
  background-color: #000000de !important
}

.border-red-50 {
  border-color: #ffebee !important
}

.border-red-100 {
  border-color: #ffcdd2 !important
}

.border-red-200 {
  border-color: #ef9a9a !important
}

.border-red-300 {
  border-color: #e57373 !important
}

.border-red-400 {
  border-color: #ef5350 !important
}

.border-red-500 {
  border-color: #f44336 !important
}

.border-red-600 {
  border-color: #e53935 !important
}

.border-red-700 {
  border-color: #d32f2f !important
}

.border-red-800 {
  border-color: #c62828 !important
}

.border-red-900 {
  border-color: #b71c1c !important
}

.border-red-A100 {
  border-color: #ff8a80 !important
}

.border-red-A200 {
  border-color: #ff5252 !important
}

.border-red-A400 {
  border-color: #ff1744 !important
}

.border-red-A700 {
  border-color: #d50000 !important
}

.border-pink-50 {
  border-color: #fce4ec !important
}

.border-pink-100 {
  border-color: #f8bbd0 !important
}

.border-pink-200 {
  border-color: #f48fb1 !important
}

.border-pink-300 {
  border-color: #f06292 !important
}

.border-pink-400 {
  border-color: #ec407a !important
}

.border-pink-500 {
  border-color: #e91e63 !important
}

.border-pink-600 {
  border-color: #d81b60 !important
}

.border-pink-700 {
  border-color: #c2185b !important
}

.border-pink-800 {
  border-color: #ad1457 !important
}

.border-pink-900 {
  border-color: #880e4f !important
}

.border-pink-A100 {
  border-color: #ff80ab !important
}

.border-pink-A200 {
  border-color: #ff4081 !important
}

.border-pink-A400 {
  border-color: #f50057 !important
}

.border-pink-A700 {
  border-color: #c51162 !important
}

.border-purple-50 {
  border-color: #f3e5f5 !important
}

.border-purple-100 {
  border-color: #e1bee7 !important
}

.border-purple-200 {
  border-color: #ce93d8 !important
}

.border-purple-300 {
  border-color: #ba68c8 !important
}

.border-purple-400 {
  border-color: #ab47bc !important
}

.border-purple-500 {
  border-color: #9c27b0 !important
}

.border-purple-600 {
  border-color: #8e24aa !important
}

.border-purple-700 {
  border-color: #7b1fa2 !important
}

.border-purple-800 {
  border-color: #6a1b9a !important
}

.border-purple-900 {
  border-color: #4a148c !important
}

.border-purple-A100 {
  border-color: #ea80fc !important
}

.border-purple-A200 {
  border-color: #e040fb !important
}

.border-purple-A400 {
  border-color: #d500f9 !important
}

.border-purple-A700 {
  border-color: #a0f !important
}

.border-deep-purple-50 {
  border-color: #ede7f6 !important
}

.border-deep-purple-100 {
  border-color: #d1c4e9 !important
}

.border-deep-purple-200 {
  border-color: #b39ddb !important
}

.border-deep-purple-300 {
  border-color: #9575cd !important
}

.border-deep-purple-400 {
  border-color: #7e57c2 !important
}

.border-deep-purple-500 {
  border-color: #673ab7 !important
}

.border-deep-purple-600 {
  border-color: #5e35b1 !important
}

.border-deep-purple-700 {
  border-color: #512da8 !important
}

.border-deep-purple-800 {
  border-color: #4527a0 !important
}

.border-deep-purple-900 {
  border-color: #311b92 !important
}

.border-deep-purple-A100 {
  border-color: #b388ff !important
}

.border-deep-purple-A200 {
  border-color: #7c4dff !important
}

.border-deep-purple-A400 {
  border-color: #651fff !important
}

.border-deep-purple-A700 {
  border-color: #6200ea !important
}

.border-indigo-50 {
  border-color: #e8eaf6 !important
}

.border-indigo-100 {
  border-color: #c5cae9 !important
}

.border-indigo-200 {
  border-color: #9fa8da !important
}

.border-indigo-300 {
  border-color: #7986cb !important
}

.border-indigo-400 {
  border-color: #5c6bc0 !important
}

.border-indigo-500 {
  border-color: #3f51b5 !important
}

.border-indigo-600 {
  border-color: #3949ab !important
}

.border-indigo-700 {
  border-color: #303f9f !important
}

.border-indigo-800 {
  border-color: #283593 !important
}

.border-indigo-900 {
  border-color: #1a237e !important
}

.border-indigo-A100 {
  border-color: #8c9eff !important
}

.border-indigo-A200 {
  border-color: #536dfe !important
}

.border-indigo-A400 {
  border-color: #3d5afe !important
}

.border-indigo-A700 {
  border-color: #304ffe !important
}

.border-blue-50 {
  border-color: #e3f2fd !important
}

.border-blue-100 {
  border-color: #bbdefb !important
}

.border-blue-200 {
  border-color: #90caf9 !important
}

.border-blue-300 {
  border-color: #64b5f6 !important
}

.border-blue-400 {
  border-color: #42a5f5 !important
}

.border-blue-500 {
  border-color: #2196f3 !important
}

.border-blue-600 {
  border-color: #1e88e5 !important
}

.border-blue-700 {
  border-color: #1976d2 !important
}

.border-blue-800 {
  border-color: #1565c0 !important
}

.border-blue-900 {
  border-color: #0d47a1 !important
}

.border-blue-A100 {
  border-color: #82b1ff !important
}

.border-blue-A200 {
  border-color: #448aff !important
}

.border-blue-A400 {
  border-color: #2979ff !important
}

.border-blue-A700 {
  border-color: #2962ff !important
}

.border-light-blue-50 {
  border-color: #e1f5fe !important
}

.border-light-blue-100 {
  border-color: #b3e5fc !important
}

.border-light-blue-200 {
  border-color: #81d4fa !important
}

.border-light-blue-300 {
  border-color: #4fc3f7 !important
}

.border-light-blue-400 {
  border-color: #29b6f6 !important
}

.border-light-blue-500 {
  border-color: #03a9f4 !important
}

.border-light-blue-600 {
  border-color: #039be5 !important
}

.border-light-blue-700 {
  border-color: #0288d1 !important
}

.border-light-blue-800 {
  border-color: #0277bd !important
}

.border-light-blue-900 {
  border-color: #01579b !important
}

.border-light-blue-A100 {
  border-color: #80d8ff !important
}

.border-light-blue-A200 {
  border-color: #40c4ff !important
}

.border-light-blue-A400 {
  border-color: #00b0ff !important
}

.border-light-blue-A700 {
  border-color: #0091ea !important
}

.border-cyan-50 {
  border-color: #e0f7fa !important
}

.border-cyan-100 {
  border-color: #b2ebf2 !important
}

.border-cyan-200 {
  border-color: #80deea !important
}

.border-cyan-300 {
  border-color: #4dd0e1 !important
}

.border-cyan-400 {
  border-color: #26c6da !important
}

.border-cyan-500 {
  border-color: #00bcd4 !important
}

.border-cyan-600 {
  border-color: #00acc1 !important
}

.border-cyan-700 {
  border-color: #0097a7 !important
}

.border-cyan-800 {
  border-color: #00838f !important
}

.border-cyan-900 {
  border-color: #006064 !important
}

.border-cyan-A100 {
  border-color: #84ffff !important
}

.border-cyan-A200 {
  border-color: #18ffff !important
}

.border-cyan-A400 {
  border-color: #00e5ff !important
}

.border-cyan-A700 {
  border-color: #00b8d4 !important
}

.border-teal-50 {
  border-color: #e0f2f1 !important
}

.border-teal-100 {
  border-color: #b2dfdb !important
}

.border-teal-200 {
  border-color: #80cbc4 !important
}

.border-teal-300 {
  border-color: #4db6ac !important
}

.border-teal-400 {
  border-color: #26a69a !important
}

.border-teal-500 {
  border-color: #009688 !important
}

.border-teal-600 {
  border-color: #00897b !important
}

.border-teal-700 {
  border-color: #00796b !important
}

.border-teal-800 {
  border-color: #00695c !important
}

.border-teal-900 {
  border-color: #004d40 !important
}

.border-teal-A100 {
  border-color: #a7ffeb !important
}

.border-teal-A200 {
  border-color: #64ffda !important
}

.border-teal-A400 {
  border-color: #1de9b6 !important
}

.border-teal-A700 {
  border-color: #00bfa5 !important
}

.border-green-50 {
  border-color: #e8f5e9 !important
}

.border-green-100 {
  border-color: #c8e6c9 !important
}

.border-green-200 {
  border-color: #a5d6a7 !important
}

.border-green-300 {
  border-color: #81c784 !important
}

.border-green-400 {
  border-color: #66bb6a !important
}

.border-green-500 {
  border-color: #4caf50 !important
}

.border-green-600 {
  border-color: #43a047 !important
}

.border-green-700 {
  border-color: #388e3c !important
}

.border-green-800 {
  border-color: #2e7d32 !important
}

.border-green-900 {
  border-color: #1b5e20 !important
}

.border-green-A100 {
  border-color: #b9f6ca !important
}

.border-green-A200 {
  border-color: #69f0ae !important
}

.border-green-A400 {
  border-color: #00e676 !important
}

.border-green-A700 {
  border-color: #00c853 !important
}

.border-light-green-50 {
  border-color: #f1f8e9 !important
}

.border-light-green-100 {
  border-color: #dcedc8 !important
}

.border-light-green-200 {
  border-color: #c5e1a5 !important
}

.border-light-green-300 {
  border-color: #aed581 !important
}

.border-light-green-400 {
  border-color: #9ccc65 !important
}

.border-light-green-500 {
  border-color: #8bc34a !important
}

.border-light-green-600 {
  border-color: #7cb342 !important
}

.border-light-green-700 {
  border-color: #689f38 !important
}

.border-light-green-800 {
  border-color: #558b2f !important
}

.border-light-green-900 {
  border-color: #33691e !important
}

.border-light-green-A100 {
  border-color: #ccff90 !important
}

.border-light-green-A200 {
  border-color: #b2ff59 !important
}

.border-light-green-A400 {
  border-color: #76ff03 !important
}

.border-light-green-A700 {
  border-color: #64dd17 !important
}

.border-lime-50 {
  border-color: #f9fbe7 !important
}

.border-lime-100 {
  border-color: #f0f4c3 !important
}

.border-lime-200 {
  border-color: #e6ee9c !important
}

.border-lime-300 {
  border-color: #dce775 !important
}

.border-lime-400 {
  border-color: #d4e157 !important
}

.border-lime-500 {
  border-color: #cddc39 !important
}

.border-lime-600 {
  border-color: #c0ca33 !important
}

.border-lime-700 {
  border-color: #afb42b !important
}

.border-lime-800 {
  border-color: #9e9d24 !important
}

.border-lime-900 {
  border-color: #827717 !important
}

.border-lime-A100 {
  border-color: #f4ff81 !important
}

.border-lime-A200 {
  border-color: #eeff41 !important
}

.border-lime-A400 {
  border-color: #c6ff00 !important
}

.border-lime-A700 {
  border-color: #aeea00 !important
}

.border-yellow-50 {
  border-color: #fffde7 !important
}

.border-yellow-100 {
  border-color: #fff9c4 !important
}

.border-yellow-200 {
  border-color: #fff59d !important
}

.border-yellow-300 {
  border-color: #fff176 !important
}

.border-yellow-400 {
  border-color: #ffee58 !important
}

.border-yellow-500 {
  border-color: #ffeb3b !important
}

.border-yellow-600 {
  border-color: #fdd835 !important
}

.border-yellow-700 {
  border-color: #fbc02d !important
}

.border-yellow-800 {
  border-color: #f9a825 !important
}

.border-yellow-900 {
  border-color: #f57f17 !important
}

.border-yellow-A100 {
  border-color: #ffff8d !important
}

.border-yellow-A200 {
  border-color: #ff0 !important
}

.border-yellow-A400 {
  border-color: #ffea00 !important
}

.border-yellow-A700 {
  border-color: #ffd600 !important
}

.border-amber-50 {
  border-color: #fff8e1 !important
}

.border-amber-100 {
  border-color: #ffecb3 !important
}

.border-amber-200 {
  border-color: #ffe082 !important
}

.border-amber-300 {
  border-color: #ffd54f !important
}

.border-amber-400 {
  border-color: #ffca28 !important
}

.border-amber-500 {
  border-color: #ffc107 !important
}

.border-amber-600 {
  border-color: #ffb300 !important
}

.border-amber-700 {
  border-color: #ffa000 !important
}

.border-amber-800 {
  border-color: #ff8f00 !important
}

.border-amber-900 {
  border-color: #ff6f00 !important
}

.border-amber-A100 {
  border-color: #ffe57f !important
}

.border-amber-A200 {
  border-color: #ffd740 !important
}

.border-amber-A400 {
  border-color: #ffc400 !important
}

.border-amber-A700 {
  border-color: #ffab00 !important
}

.border-orange-50 {
  border-color: #fff3e0 !important
}

.border-orange-100 {
  border-color: #ffe0b2 !important
}

.border-orange-200 {
  border-color: #ffcc80 !important
}

.border-orange-300 {
  border-color: #ffb74d !important
}

.border-orange-400 {
  border-color: #ffa726 !important
}

.border-orange-500 {
  border-color: #ff9800 !important
}

.border-orange-600 {
  border-color: #fb8c00 !important
}

.border-orange-700 {
  border-color: #f57c00 !important
}

.border-orange-800 {
  border-color: #ef6c00 !important
}

.border-orange-900 {
  border-color: #e65100 !important
}

.border-orange-A100 {
  border-color: #ffd180 !important
}

.border-orange-A200 {
  border-color: #ffab40 !important
}

.border-orange-A400 {
  border-color: #ff9100 !important
}

.border-orange-A700 {
  border-color: #ff6d00 !important
}

.border-deep-orange-50 {
  border-color: #fbe9e7 !important
}

.border-deep-orange-100 {
  border-color: #ffccbc !important
}

.border-deep-orange-200 {
  border-color: #ffab91 !important
}

.border-deep-orange-300 {
  border-color: #ff8a65 !important
}

.border-deep-orange-400 {
  border-color: #ff7043 !important
}

.border-deep-orange-500 {
  border-color: #ff5722 !important
}

.border-deep-orange-600 {
  border-color: #f4511e !important
}

.border-deep-orange-700 {
  border-color: #e64a19 !important
}

.border-deep-orange-800 {
  border-color: #d84315 !important
}

.border-deep-orange-900 {
  border-color: #bf360c !important
}

.border-deep-orange-A100 {
  border-color: #ff9e80 !important
}

.border-deep-orange-A200 {
  border-color: #ff6e40 !important
}

.border-deep-orange-A400 {
  border-color: #ff3d00 !important
}

.border-deep-orange-A700 {
  border-color: #dd2c00 !important
}

.border-brown-50 {
  border-color: #efebe9 !important
}

.border-brown-100,
.border-brown-A100 {
  border-color: #d7ccc8 !important
}

.border-brown-200,
.border-brown-A200 {
  border-color: #bcaaa4 !important
}

.border-brown-300 {
  border-color: #a1887f !important
}

.border-brown-400,
.border-brown-A400 {
  border-color: #8d6e63 !important
}

.border-brown-500 {
  border-color: #795548 !important
}

.border-brown-600 {
  border-color: #6d4c41 !important
}

.border-brown-700,
.border-brown-A700 {
  border-color: #5d4037 !important
}

.border-brown-800 {
  border-color: #4e342e !important
}

.border-brown-900 {
  border-color: #3e2723 !important
}

.border-gray-50 {
  border-color: #fafafa !important
}

.border-gray-100,
.border-grey-100 {
  border-color: #f5f5f5 !important
}

.border-gray-200,
.border-gray-A200,
.border-grey-200 {
  border-color: #eee !important
}

.border-gray-300,
.border-grey-300 {
  border-color: #e0e0e0 !important
}

.border-gray-400,
.border-gray-A400,
.border-grey-400 {
  border-color: #bdbdbd !important
}

.border-gray-500,
.border-grey-500 {
  border-color: #9e9e9e !important
}

.border-gray-600,
.border-grey-600 {
  border-color: #757575 !important
}

.border-gray-700,
.border-gray-A700,
.border-grey-700 {
  border-color: #616161 !important
}

.border-gray-800,
.border-grey-800 {
  border-color: #424242 !important
}

.border-gray-900,
.border-grey-900 {
  border-color: #212121 !important
}

.border-gray-A100,
.border-light,
.border-white {
  border-color: #fff !important
}

.border-blue-gray-50 {
  border-color: #eceff1 !important
}

.border-blue-gray-100,
.border-blue-gray-A100,
.border-blue-grey-100 {
  border-color: #cfd8dc !important
}

.border-blue-gray-200,
.border-blue-gray-A200,
.border-blue-grey-200 {
  border-color: #b0bec5 !important
}

.border-blue-gray-300,
.border-blue-grey-300 {
  border-color: #90a4ae !important
}

.border-blue-gray-400,
.border-blue-gray-A400,
.border-blue-grey-400 {
  border-color: #78909c !important
}

.border-blue-gray-500,
.border-blue-grey-500 {
  border-color: #607d8b !important
}

.border-blue-gray-600,
.border-blue-grey-600 {
  border-color: #546e7a !important
}

.border-blue-gray-700,
.border-blue-gray-A700,
.border-blue-grey-700 {
  border-color: #455a64 !important
}

.border-blue-gray-800,
.border-blue-grey-800 {
  border-color: #37474f !important
}

.border-blue-gray-900,
.border-blue-grey-900 {
  border-color: #263238 !important
}

.border-black {
  border-color: #000 !important
}

.border-dark {
  border-color: #000000de !important
}

.photoviewer-modal {
  position: absolute;
  z-index: 1090;
  width: 320px;
  height: 320px;
  overflow: visible !important;
  color: #333;
  cursor: default;
  background-color: #ffffffeb;
  border: 1px solid rgba(0, 0, 0, .64);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 2px 10px 2px #00000052
}

.photoviewer-button,
.photoviewer-maximized.photoviewer-modal {
  border-width: 0;
  border-radius: 0
}

.photoviewer-inner {
  position: absolute;
  inset: 0
}

.photoviewer-maximized {
  position: fixed;
  inset: 0;
  width: auto;
  height: auto
}

.photoviewer-maximized .photoviewer-header {
  border-radius: 0
}

.photoviewer-maximized .photoviewer-resizable-handle {
  display: none
}

.photoviewer-button,
.photoviewer-button svg,
.photoviewer-footer .photoviewer-toolbar,
.photoviewer-image {
  display: inline-block
}

.photoviewer-toolbar {
  font-size: 0
}

.photoviewer-button {
  min-width: 40px;
  height: 40px;
  box-sizing: border-box;
  margin: 0;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background: 0 0;
  color: inherit;
  cursor: pointer;
  outline: 0
}

.photoviewer-button:hover {
  color: #111
}

.photoviewer-button:focus,
.photoviewer-header .photoviewer-button:hover {
  background-color: #00000014
}

.photoviewer-button svg {
  font-size: inherit;
  width: 1em;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em
}

.photoviewer-header {
  position: relative;
  z-index: 2;
  height: 30px;
  border-radius: 5px 5px 0 0;
  overflow: hidden
}

.photoviewer-header .photoviewer-toolbar {
  float: right
}

[dir=rtl] .photoviewer-header .photoviewer-toolbar {
  float: left
}

.photoviewer-header .photoviewer-button {
  height: 30px
}

.photoviewer-header .photoviewer-button-close:hover {
  color: #fff;
  background-color: #ff4545
}

.photoviewer-title {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden
}

.photoviewer-stage {
  position: absolute;
  inset: 30px 0 40px;
  z-index: 1;
  border-top: 1px solid rgba(0, 0, 0, .64);
  border-bottom: 1px solid rgba(0, 0, 0, .64);
  background-color: #fff;
  overflow: hidden
}

.photoviewer-stage.stage-ready {
  text-align: center;
  font-size: 0
}

.photoviewer-stage.stage-ready:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  overflow: hidden
}

.photoviewer-image {
  position: absolute;
  min-width: auto;
  max-width: none
}

.photoviewer-image.image-ready {
  position: static;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle
}

.photoviewer-footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  text-align: center
}

[dir=rtl] .photoviewer-button-next,
[dir=rtl] .photoviewer-button-prev {
  transform: rotate(180deg)
}

.photoviewer-resizable-handle {
  position: absolute;
  z-index: 10
}

.photoviewer-resizable-handle-e {
  inset: 0 -5px 0 auto;
  width: 10px;
  cursor: e-resize
}

.photoviewer-resizable-handle-s {
  inset: auto 0 -5px;
  height: 10px;
  cursor: s-resize
}

.photoviewer-resizable-handle-w {
  inset: 0 auto 0 -5px;
  width: 10px;
  cursor: w-resize
}

.photoviewer-resizable-handle-n {
  inset: -5px 0 auto;
  height: 10px;
  cursor: n-resize
}

.photoviewer-resizable-handle-se {
  inset: auto -5px -5px auto;
  width: 10px;
  height: 10px;
  cursor: se-resize
}

.photoviewer-resizable-handle-sw {
  inset: auto auto -5px -5px;
  width: 10px;
  height: 10px;
  cursor: sw-resize
}

.photoviewer-resizable-handle-nw {
  inset: -5px auto auto -5px;
  width: 10px;
  height: 10px;
  cursor: nw-resize
}

.photoviewer-resizable-handle-ne {
  inset: -5px -5px auto auto;
  width: 10px;
  height: 10px;
  cursor: ne-resize
}

:-moz-full-screen {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0
}

:-moz-full-screen .photoviewer-footer,
:-moz-full-screen .photoviewer-header,
:-moz-full-screen .photoviewer-resizable-handle {
  display: none
}

:-moz-full-screen .photoviewer-stage {
  inset: 0;
  border-width: 0;
  background-color: #000
}

:-ms-fullscreen {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0
}

:-ms-fullscreen .photoviewer-footer,
:-ms-fullscreen .photoviewer-header,
:-ms-fullscreen .photoviewer-resizable-handle {
  display: none
}

:-ms-fullscreen .photoviewer-stage {
  inset: 0;
  border-width: 0;
  background-color: #000
}

:full-screen {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0
}

:full-screen .photoviewer-footer,
:full-screen .photoviewer-header,
:full-screen .photoviewer-resizable-handle {
  display: none
}

:full-screen .photoviewer-stage {
  inset: 0;
  border-width: 0;
  background-color: #000
}

:-webkit-full-screen {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0
}

:fullscreen {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
  border-width: 0;
  border-radius: 0
}

:-webkit-full-screen .photoviewer-footer,
:-webkit-full-screen .photoviewer-header,
:-webkit-full-screen .photoviewer-resizable-handle {
  display: none
}

:fullscreen .photoviewer-footer,
:fullscreen .photoviewer-header,
:fullscreen .photoviewer-resizable-handle {
  display: none
}

.photoviewer-loader:after,
.photoviewer-loader:before {
  display: inline-block;
  vertical-align: middle;
  content: ""
}

:-webkit-full-screen .photoviewer-stage {
  inset: 0;
  border-width: 0;
  background-color: #000
}

:fullscreen .photoviewer-stage {
  inset: 0;
  border-width: 0;
  background-color: #000
}

::-webkit-backdrop {
  background-color: #000
}

/* ::backdrop {
  background-color: #000
} */

::-ms-backdrop {
  background-color: #000
}

.is-grab {
  cursor: move;
  cursor: grab
}

.is-grabbing {
  cursor: move;
  cursor: grabbing
}

.photoviewer-loader {
  position: absolute;
  inset: 30px 0 40px;
  z-index: 2;
  text-align: center;
  color: #333
}

.photoviewer-loader:before {
  position: relative;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, .5) rgba(0, 0, 0, .5) rgba(255, 255, 255, .5);
  border-radius: 100%;
  animation: 1s linear infinite photoviewerLoading
}

.photoviewer-loader:after {
  width: 0;
  height: 100%;
  overflow: hidden
}

@keyframes photoviewerLoading {
  0% {
    transform: rotate(0) translateZ(0)
  }

  to {
    transform: rotate(360deg) translateZ(0)
  }
}

.mat-button-loading .mat-icon,
.mat-button-loading .mdc-button__label {
  visibility: hidden
}

.mat-button-loading .mat-mdc-progress-spinner {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px)
}

.mat-ripple {
  overflow: hidden;
  position: relative
}

.mat-ripple:not(:empty) {
  transform: translateZ(0)
}

.mat-badge.mat-badge,
.mat-ripple.mat-ripple-unbounded {
  overflow: visible
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform cubic-bezier(0, 0, .2, 1);
  transform: scale3d(0, 0, 0)
}

.cdk-high-contrast-active .mat-ripple-element,
.cdk-overlay-container:empty,
.mat-badge-hidden .mat-badge-content,
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target,
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label,
.mat-theme-loaded-marker {
  display: none
}

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

[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0
}

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

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

.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;
  inset: 0;
  z-index: 1000;
  pointer-events: auto;
  transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
  opacity: 0
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.theme-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.theme-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.theme-dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start {
  opacity: 1
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6
}

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

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

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation,
.mat-badge-content._mat-animation-noopable,
.ng-animate-disabled .mat-badge-content {
  transition: none
}

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

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

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

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

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

.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: 0s 1ms cdk-text-field-autofill-start
}

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

.mat-badge,
.mat-focus-indicator,
.mat-mdc-focus-indicator,
.mat-mdc-header-cell,
.theme-dark .mat-mdc-header-cell {
  position: relative
}

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

.mat-focus-indicator:focus:before,
.mat-mdc-focus-indicator:focus:before,
.mat-mdc-header-cell:not(.mat-resizable):after,
.theme-dark .mat-mdc-header-cell:not(.mat-resizable):after {
  content: ""
}

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

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

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px
}

.mat-body-1,
.mat-h4,
.mat-typography .mat-body-1,
.mat-typography .mat-h4,
.mat-typography h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 11.62px/20px Roboto, sans-serif;
  margin: 0 0 12px
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 9.38px/20px Roboto, sans-serif;
  margin: 0 0 12px
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-family: Roboto, sans-serif;
  letter-spacing: .0071428571em
}

.mat-body,
.mat-body-2,
.mat-typography,
.mat-typography .mat-body,
.mat-typography .mat-body-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: .0178571429em
}

.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px
}

.mat-caption,
.mat-small,
.mat-typography .mat-caption,
.mat-typography .mat-small {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: .0333333333em
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font-size: 96px;
  font-weight: 300;
  line-height: 96px;
  font-family: Roboto, sans-serif;
  letter-spacing: -.015625em;
  margin: 0 0 56px
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  font-family: Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  font-family: Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px
}

.mat-ripple-element {
  background-color: #0000001a
}

html {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, .87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, .04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, .04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, .04);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, .87);
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: .03125em;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: .03125em;
  --mat-optgroup-label-text-weight: 400;
  --mdc-filled-text-field-caret-color: #3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color: #3f51b5;
  --mdc-filled-text-field-focus-label-text-color: rgba(63, 81, 181, .87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, .6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, .87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, .42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, .06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, .87);
  --mdc-outlined-text-field-caret-color: #3f51b5;
  --mdc-outlined-text-field-focus-outline-color: #3f51b5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(63, 81, 181, .87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, .6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, .38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, .87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, .38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, .6);
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, .38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, .06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, .87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, .38);
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: .03125em;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: .03125em;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: .03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: .0333333333em;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-focused-arrow-color: rgba(63, 81, 181, .87);
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: .03125em;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-background-color: white;
  --mat-menu-item-label-text-color: rgba(0, 0, 0, .87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, .87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, .04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, .04);
  --mat-menu-container-color: white;
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: .03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
  --mat-paginator-container-text-color: rgba(0, 0, 0, .87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, .54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, .12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: .0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
  --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff4081;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, .87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, .87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, .12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: .0071428571em;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: .0178571429em;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: .0178571429em;
  --mat-badge-background-color: #3f51b5;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, .38);
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, .87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: .0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, .38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, .12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, .54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, .87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, .87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, .26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, .87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-date-selected-state-background-color: #3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(63, 81, 181, .4);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(63, 81, 181, .3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(63, 81, 181, .3);
  --mat-datepicker-toggle-active-state-icon-color: #3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(63, 81, 181, .2);
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, .54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, .54);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, .54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, .54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, .12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, .54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, .38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, .18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, .87);
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, .38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, .24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, .87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, .38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, .38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, .87);
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-color: rgba(0, 0, 0, .12);
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, .87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, .12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, .04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, .04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, .26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, .87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, .54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, .54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: .0178571429em;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, .12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, .87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, .87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, .6);
  --mat-stepper-header-selected-state-icon-background-color: #3f51b5;
  --mat-stepper-header-done-state-icon-background-color: #3f51b5;
  --mat-stepper-header-edit-state-icon-background-color: #3f51b5;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, .12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, .04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, .04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, .54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, .54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, .87);
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, .54);
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, .87);
  --mat-toolbar-standard-height: 50px !important;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: .0125em;
  --mat-toolbar-title-text-weight: 500
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #ff4081
}

.mat-warn,
.theme-dark .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after,
.mat-pseudo-checkbox-full,
.mtx-calendar-body-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup,
.ng-select .ng-clear-wrapper {
  color: #0000008a
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after,
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after,
.mtx-colorpicker-toggle-active,
.mtx-datetimepicker-toggle-active,
a:not(.mat-mdc-button-base) {
  color: #3f51b5
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #3f51b5
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after,
.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after,
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after,
.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
  color: #fafafa
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after,
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after,
.matero-topmenu-panel .mat-mdc-menu-item.active>.mdc-list-item__primary-text,
.mtx-colorpicker-toggle-active.mat-accent,
.mtx-datetimepicker-toggle-active.mat-accent {
  color: #ff4081
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ff4081
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after,
.mtx-colorpicker-toggle-active.mat-warn,
.mtx-datetimepicker-toggle-active.mat-warn,
.ng-select .ng-clear-wrapper:hover .ng-clear,
.theme-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.theme-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after,
.theme-dark .mtx-colorpicker-toggle-active.mat-warn,
.theme-dark .mtx-datetimepicker-toggle-active.mat-warn,
.theme-dark .ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #f44336
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0
}

.mat-app-background {
  background-color: #fafafa;
  color: #000000de
}

.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0,
.theme-dark .mat-elevation-z0,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0 0 #0003, 0 0 #00000024, 0 0 #0000001f
}

.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1,
.theme-dark .mat-elevation-z1,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f
}

.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2,
.mtx-slider-thumb,
.theme-dark .mat-elevation-z2,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z2,
.theme-dark .mtx-slider-thumb {
  box-shadow: 0 3px 1px -2px #0003, 0 2px 2px #00000024, 0 1px 5px #0000001f
}

.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3,
.theme-dark .mat-elevation-z3,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0 3px 3px -2px #0003, 0 3px 4px #00000024, 0 1px 8px #0000001f
}

.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4,
.theme-dark .mat-elevation-z4,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f
}

.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5,
.theme-dark .mat-elevation-z5,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0 3px 5px -1px #0003, 0 5px 8px #00000024, 0 1px 14px #0000001f
}

.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6,
.theme-dark .mat-elevation-z6,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f
}

.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7,
.theme-dark .mat-elevation-z7,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0 4px 5px -2px #0003, 0 7px 10px 1px #00000024, 0 2px 16px 1px #0000001f
}

.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8,
.theme-dark .mat-elevation-z8,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f
}

.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9,
.theme-dark .mat-elevation-z9,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0 5px 6px -3px #0003, 0 9px 12px 1px #00000024, 0 3px 16px 2px #0000001f
}

.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10,
.theme-dark .mat-elevation-z10,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0 6px 6px -3px #0003, 0 10px 14px 1px #00000024, 0 4px 18px 3px #0000001f
}

.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11,
.theme-dark .mat-elevation-z11,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0 6px 7px -4px #0003, 0 11px 15px 1px #00000024, 0 4px 20px 3px #0000001f
}

.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12,
.theme-dark .mat-elevation-z12,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0 7px 8px -4px #0003, 0 12px 17px 2px #00000024, 0 5px 22px 4px #0000001f
}

.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13,
.theme-dark .mat-elevation-z13,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0 7px 8px -4px #0003, 0 13px 19px 2px #00000024, 0 5px 24px 4px #0000001f
}

.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14,
.theme-dark .mat-elevation-z14,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0 7px 9px -4px #0003, 0 14px 21px 2px #00000024, 0 5px 26px 4px #0000001f
}

.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15,
.theme-dark .mat-elevation-z15,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0 8px 9px -5px #0003, 0 15px 22px 2px #00000024, 0 6px 28px 5px #0000001f
}

.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16,
.theme-dark .mat-elevation-z16,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0 8px 10px -5px #0003, 0 16px 24px 2px #00000024, 0 6px 30px 5px #0000001f
}

.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17,
.theme-dark .mat-elevation-z17,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0 8px 11px -5px #0003, 0 17px 26px 2px #00000024, 0 6px 32px 5px #0000001f
}

.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18,
.theme-dark .mat-elevation-z18,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0 9px 11px -5px #0003, 0 18px 28px 2px #00000024, 0 7px 34px 6px #0000001f
}

.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19,
.theme-dark .mat-elevation-z19,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0 9px 12px -6px #0003, 0 19px 29px 2px #00000024, 0 7px 36px 6px #0000001f
}

.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20,
.theme-dark .mat-elevation-z20,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0 10px 13px -6px #0003, 0 20px 31px 3px #00000024, 0 8px 38px 7px #0000001f
}

.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21,
.theme-dark .mat-elevation-z21,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0 10px 13px -6px #0003, 0 21px 33px 3px #00000024, 0 8px 40px 7px #0000001f
}

.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22,
.theme-dark .mat-elevation-z22,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0 10px 14px -6px #0003, 0 22px 35px 3px #00000024, 0 8px 42px 7px #0000001f
}

.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23,
.theme-dark .mat-elevation-z23,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0 11px 14px -7px #0003, 0 23px 36px 3px #00000024, 0 9px 44px 8px #0000001f
}

.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24,
.theme-dark .mat-elevation-z24,
.theme-dark .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0 11px 15px -7px #0003, 0 24px 38px 3px #00000024, 0 9px 46px 8px #0000001f
}

.mtx-datetimepicker-content,
.theme-dark .mtx-datetimepicker-content {
  box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3f51b5;
  --mdc-linear-progress-track-color: rgba(63, 81, 181, .25)
}

.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: #3f51b540;
  background-color: var(--mdc-linear-progress-track-color, rgba(63, 81, 181, .25))
}

.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ff4081;
  --mdc-linear-progress-track-color: rgba(255, 64, 129, .25)
}

.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: #ff408140;
  background-color: var(--mdc-linear-progress-track-color, rgba(255, 64, 129, .25))
}

.mat-mdc-progress-bar.mat-warn,
.theme-dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, .25)
}

.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: #f4433640;
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, .25))
}

.mat-mdc-form-field-error,
.theme-dark .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field-bottom-align:before,
.mat-mdc-form-field-subscript-wrapper,
.theme-dark .mat-mdc-form-field-bottom-align:before,
.theme-dark .mat-mdc-form-field-subscript-wrapper {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-form-field-subscript-text-font);
  line-height: var(--mat-form-field-subscript-text-line-height);
  font-size: var(--mat-form-field-subscript-text-size);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
  font-weight: var(--mat-form-field-subscript-text-weight)
}

.mat-mdc-form-field-focus-overlay,
.mtx-slider-min-value.mtx-slider-thumb-label-showing:not(.mtx-range-slider) .mtx-slider-thumb,
.mtx-slider-min-value.mtx-slider-thumb-label-showing:not(.mtx-range-slider) .mtx-slider-thumb-label {
  background-color: #000000de
}

.mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before {
  opacity: .04
}

.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-fab:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before {
  opacity: .12
}

.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after {
  color: #3f51b5de
}

.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix:after {
  color: #ff4081de
}

.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix:after,
.theme-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix:after {
  color: #f44336de
}

.mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix:after,
.mat-mdc-slide-toggle .mdc-switch--disabled+label,
.mtx-calendar-body-disabled>.mtx-calendar-body-cell-content:not(.mtx-calendar-body-selected),
.mtx-calendar-next-button.disabled,
.mtx-calendar-previous-button.disabled,
.mtx-calendar-table-header,
.mtx-clock-cell.mtx-clock-cell-disabled,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled,
.ng-select .ng-select-container .ng-value-container .ng-placeholder,
.ng-select.ng-select-disabled .ng-value,
.theme-dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: #00000061
}

.mat-mdc-checkbox .mdc-form-field,
.mat-mdc-radio-button .mdc-form-field,
.mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87));
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ff4081;
  --mdc-filled-text-field-focus-active-indicator-color: #ff4081;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 64, 129, .87);
  --mdc-outlined-text-field-caret-color: #ff4081;
  --mdc-outlined-text-field-focus-outline-color: #ff4081;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 64, 129, .87)
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, .87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, .87)
}

.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent
}

.mat-mdc-form-field-infix {
  min-height: 56px
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(-34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));
  transform: var(--mat-mdc-form-field-label-transform)
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix,
.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,
.ng-select {
  padding-top: 24px;
  padding-bottom: 8px
}

html .mat-mdc-form-field.mat-accent {
  --mat-select-focused-arrow-color: rgba(255, 64, 129, .87)
}

html .mat-mdc-form-field.mat-warn {
  --mat-select-focused-arrow-color: rgba(244, 67, 54, .87)
}

.mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, .87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, .6);
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: .0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: .03125em
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: .12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: .0178571429em;
  --mdc-chip-label-text-weight: 400
}

.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary {
  --mdc-chip-elevated-container-color: #3f51b5;
  --mdc-chip-elevated-disabled-container-color: #3f51b5;
  --mdc-chip-focus-state-layer-color: black
}

.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent {
  --mdc-chip-elevated-container-color: #ff4081;
  --mdc-chip-elevated-disabled-container-color: #ff4081;
  --mdc-chip-focus-state-layer-color: black
}

.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black
}

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

.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-state-layer-size: 48px;
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: .0178571429em;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-weight: 400
}

.mat-mdc-slide-toggle .mdc-form-field {
  font-family: Roboto, sans-serif;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: .875rem;
  font-size: var(--mdc-typography-body2-font-size, .875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: .0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit)
}

.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #d81b60;
  --mdc-switch-selected-handle-color: #d81b60;
  --mdc-switch-selected-hover-state-layer-color: #d81b60;
  --mdc-switch-selected-pressed-state-layer-color: #d81b60;
  --mdc-switch-selected-focus-handle-color: #880e4f;
  --mdc-switch-selected-hover-handle-color: #880e4f;
  --mdc-switch-selected-pressed-handle-color: #880e4f;
  --mdc-switch-selected-focus-track-color: #f06292;
  --mdc-switch-selected-hover-track-color: #f06292;
  --mdc-switch-selected-pressed-track-color: #f06292;
  --mdc-switch-selected-track-color: #f06292
}

.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373
}

.mat-mdc-checkbox .mdc-form-field,
.mat-mdc-radio-button .mdc-form-field {
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none)
}

.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #3f51b5
}

.mat-mdc-radio-button.mat-accent {
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081;
  --mat-radio-checked-ripple-color: #ff4081
}

.mat-mdc-radio-button.mat-warn {
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-checked-ripple-color: #f44336
}

.mat-mdc-radio-button .mdc-radio {
  --mdc-radio-state-layer-size: 40px
}

.mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: .6;
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: .0071428571em;
  --mdc-slider-label-label-text-weight: 500
}

.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #3f51b5;
  --mdc-slider-focus-handle-color: #3f51b5;
  --mdc-slider-hover-handle-color: #3f51b5;
  --mdc-slider-active-track-color: #3f51b5;
  --mdc-slider-inactive-track-color: #3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color: #3f51b5;
  --mat-mdc-slider-ripple-color: #3f51b5;
  --mat-mdc-slider-hover-ripple-color: rgba(63, 81, 181, .05);
  --mat-mdc-slider-focus-ripple-color: rgba(63, 81, 181, .2)
}

.mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ff4081;
  --mdc-slider-focus-handle-color: #ff4081;
  --mdc-slider-hover-handle-color: #ff4081;
  --mdc-slider-active-track-color: #ff4081;
  --mdc-slider-inactive-track-color: #ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff4081;
  --mat-mdc-slider-ripple-color: #ff4081;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 64, 129, .05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 64, 129, .2)
}

.mat-mdc-slider.mat-warn,
.theme-dark .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, .05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, .2)
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, .87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, .54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, .38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, .38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, .38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, .38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, .87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, .38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, .38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, .87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: .04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: .12;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: .03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: .0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: .0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400
}

.mat-accent .mdc-list-item__end,
.mat-accent .mdc-list-item__start {
  --mdc-radio-selected-focus-icon-color: #ff4081;
  --mdc-radio-selected-hover-icon-color: #ff4081;
  --mdc-radio-selected-icon-color: #ff4081;
  --mdc-radio-selected-pressed-icon-color: #ff4081
}

.mat-warn .mdc-list-item__end,
.mat-warn .mdc-list-item__start {
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336
}

.theme-dark .mat-mdc-radio-button.mat-primary,
.theme-dark .mdc-list-item__end,
.theme-dark .mdc-list-item__start {
  --mdc-radio-selected-focus-icon-color: #2196f3;
  --mdc-radio-selected-hover-icon-color: #2196f3;
  --mdc-radio-selected-icon-color: #2196f3;
  --mdc-radio-selected-pressed-icon-color: #2196f3;
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54)
}

.mat-mdc-checkbox.mat-primary,
.mat-mdc-list-option {
  --mdc-checkbox-selected-focus-icon-color: #3f51b5;
  --mdc-checkbox-selected-hover-icon-color: #3f51b5;
  --mdc-checkbox-selected-icon-color: #3f51b5;
  --mdc-checkbox-selected-pressed-icon-color: #3f51b5;
  --mdc-checkbox-selected-focus-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color: #3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color: #3f51b5
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-selected-focus-icon-color: #ff4081;
  --mdc-checkbox-selected-hover-icon-color: #ff4081;
  --mdc-checkbox-selected-icon-color: #ff4081;
  --mdc-checkbox-selected-pressed-icon-color: #ff4081;
  --mdc-checkbox-selected-focus-state-layer-color: #ff4081;
  --mdc-checkbox-selected-hover-state-layer-color: #ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff4081
}

.mat-mdc-checkbox.mat-warn,
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336
}

.theme-dark,
.theme-dark .mat-mdc-checkbox.mat-primary,
.theme-dark .mat-mdc-checkbox.mat-warn,
.theme-dark .mat-mdc-list-option,
.theme-dark .mat-mdc-list-option.mat-accent,
.theme-dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54);
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white
}

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

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

.mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: .009375em
}

.mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(-26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));
  transform: var(--mat-mdc-form-field-label-transform)
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix,
.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,
.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px
}

.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #3f51b5;
  --mat-tab-header-active-label-text-color: #3f51b5;
  --mat-tab-header-active-ripple-color: #3f51b5;
  --mat-tab-header-inactive-ripple-color: #3f51b5;
  --mat-tab-header-active-focus-label-text-color: #3f51b5;
  --mat-tab-header-active-hover-label-text-color: #3f51b5;
  --mat-tab-header-active-focus-indicator-color: #3f51b5;
  --mat-tab-header-active-hover-indicator-color: #3f51b5
}

.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ff4081;
  --mat-tab-header-active-label-text-color: #ff4081;
  --mat-tab-header-active-ripple-color: #ff4081;
  --mat-tab-header-inactive-ripple-color: #ff4081;
  --mat-tab-header-active-focus-label-text-color: #ff4081;
  --mat-tab-header-active-hover-label-text-color: #ff4081;
  --mat-tab-header-active-focus-indicator-color: #ff4081;
  --mat-tab-header-active-hover-indicator-color: #ff4081
}

.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336
}

.theme-dark .mat-mdc-tab-group,
.theme-dark .mat-mdc-tab-group.mat-accent,
.theme-dark .mat-mdc-tab-group.mat-warn,
.theme-dark .mat-mdc-tab-nav-bar,
.theme-dark .mat-mdc-tab-nav-bar.mat-accent,
.theme-dark .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, .5);
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, .6);
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, .6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, .6)
}

.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #3f51b5;
  --mat-tab-header-with-background-foreground-color: white
}

.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ff4081;
  --mat-tab-header-with-background-foreground-color: white
}

.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn,
.theme-dark .mat-mdc-tab-group.mat-background-warn,
.theme-dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: .0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500
}

.mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3f51b5
}

.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ff4081
}

.mat-mdc-button.mat-warn,
.theme-dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336
}

.mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, .38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, .38)
}

.mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3f51b5;
  --mdc-filled-button-label-text-color: #fff
}

.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ff4081;
  --mdc-filled-button-label-text-color: #fff
}

.mat-mdc-unelevated-button.mat-warn,
.theme-dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff
}

.mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, .12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, .38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, .12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, .38)
}

.mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3f51b5;
  --mdc-protected-button-label-text-color: #fff
}

.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ff4081;
  --mdc-protected-button-label-text-color: #fff
}

.mat-mdc-raised-button.mat-warn,
.theme-dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff
}

.mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, .12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, .38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, .12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, .38);
  --mdc-protected-button-container-elevation: 0
}

.mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3f51b5
}

.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ff4081
}

.mat-mdc-outlined-button.mat-warn,
.theme-dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336
}

.mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, .38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, .38);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, .12)
}

.mat-mdc-button.mat-primary,
.mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #3f51b5;
  --mat-mdc-button-ripple-color: rgba(63, 81, 181, .1)
}

.mat-mdc-button.mat-accent,
.mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, .1)
}

.mat-mdc-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.theme-dark .mat-mdc-button.mat-warn,
.theme-dark .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)
}

.mat-mdc-fab.mat-accent,
.mat-mdc-fab.mat-primary,
.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-accent,
.mat-mdc-mini-fab.mat-primary,
.mat-mdc-mini-fab.mat-warn,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-unelevated-button.mat-warn,
.theme-dark .mat-mdc-button,
.theme-dark .mat-mdc-fab,
.theme-dark .mat-mdc-fab.mat-primary,
.theme-dark .mat-mdc-mini-fab,
.theme-dark .mat-mdc-mini-fab.mat-primary,
.theme-dark .mat-mdc-outlined-button,
.theme-dark .mat-mdc-raised-button,
.theme-dark .mat-mdc-raised-button.mat-primary,
.theme-dark .mat-mdc-raised-button.mat-warn,
.theme-dark .mat-mdc-unelevated-button,
.theme-dark .mat-mdc-unelevated-button.mat-primary,
.theme-dark .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-button.mat-mdc-button-base,
.mat-mdc-outlined-button.mat-mdc-button-base,
.mat-mdc-raised-button.mat-mdc-button-base,
.mat-mdc-unelevated-button.mat-mdc-button-base {
  height: 36px
}

.mdc-button,
.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none)
}

.mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit
}

.mat-mdc-icon-button.mat-primary,
.theme-dark .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, .1)
}

.mat-mdc-icon-button.mat-accent,
.theme-dark .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, .1)
}

.mat-mdc-icon-button.mat-warn,
.theme-dark .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, .1)
}

.mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #3f51b5;
  --mat-mdc-button-persistent-ripple-color: #3f51b5;
  --mat-mdc-button-ripple-color: rgba(63, 81, 181, .1)
}

.mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ff4081;
  --mat-mdc-button-persistent-ripple-color: #ff4081;
  --mat-mdc-button-ripple-color: rgba(255, 64, 129, .1)
}

.mat-mdc-icon-button.mat-warn,
.theme-dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)
}

.mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, .38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, .38)
}

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

.mdc-text-field--no-label .ng-select,
.mdc-text-field--outlined .ng-select {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: -16px;
  margin-bottom: -16px
}

.mat-mdc-fab[disabled][disabled],
.mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, .12);
  --mdc-fab-icon-color: rgba(0, 0, 0, .38);
  --mat-mdc-fab-color: rgba(0, 0, 0, .38)
}

.mat-mdc-fab.mat-unthemed,
.mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: white;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000
}

.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #3f51b5;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff
}

.mat-mdc-fab.mat-accent,
.mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ff4081;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff
}

.mat-mdc-fab.mat-warn,
.mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff
}

.mat-mdc-extended-fab {
  --mdc-extended-fab-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: .0892857143em;
  --mdc-extended-fab-label-text-weight: 500
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, .87);
  --mat-snack-bar-button-color: #ff4081;
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400
}

.mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #3f51b5
}

.mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ff4081
}

.mat-mdc-progress-spinner.mat-warn,
.theme-dark .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform .2s ease-in-out;
  transform: scale(.6);
  overflow: hidden;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  font-weight: var(--mat-badge-text-weight, 600)
}

.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0
}

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

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

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  font-size: var(--mat-badge-small-size-text-size, 9px)
}

.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px
}

.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px
}

.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px
}

.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  font-size: var(--mat-badge-large-size-text-size, 24px)
}

.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px
}

.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px
}

.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px
}

.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px
}

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

.mat-badge-warn,
.theme-dark .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 64, 129, .4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 64, 129, .3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 64, 129, .3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 64, 129, .2)
}

.mat-datepicker-content.mat-warn,
.theme-dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, .4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, .3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, .3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, .2)
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ff4081
}

.mat-datepicker-toggle-active.mat-warn,
.theme-dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px
}

.mat-icon.mat-primary {
  --mat-icon-color: #3f51b5
}

.mat-icon.mat-accent {
  --mat-icon-color: #ff4081
}

.mat-icon.mat-warn,
.theme-dark .mat-icon.mat-warn {
  --mat-icon-color: #f44336
}

html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff4081;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color: white
}

.theme-dark .mat-step-header.mat-warn,
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white
}

.mat-sort-header-arrow {
  color: #757575
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #3f51b5
}

.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ff4081
}

.mat-toolbar.mat-warn,
.theme-dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white
}

.mat-tree {
  background: #fff;
  font-family: Roboto, sans-serif
}

.mtx-calendar,
.mtx-slider-thumb-label-text {
  font-family: Roboto, Helvetica Neue, sans-serif
}

.mat-nested-tree-node,
.mat-tree-node {
  color: #000000de;
  font-weight: 400;
  font-size: 14px
}

.mat-tree-node {
  min-height: 48px
}

.mtx-alert,
.ng-dropdown-panel,
.theme-dark .mtx-slider-min-value.mtx-slider-thumb-label-showing:not(.mtx-range-slider) .mtx-slider-thumb,
.theme-dark .mtx-slider-min-value.mtx-slider-thumb-label-showing:not(.mtx-range-slider) .mtx-slider-thumb-label {
  background-color: #fff
}

.mtx-alert-info.mtx-alert,
.mtx-progress-fill-info,
.theme-dark .mtx-alert-info.mtx-alert,
.theme-dark .mtx-calendar-body-cell-content.mtx-calendar-body-selected,
.theme-dark .mtx-calendar-header,
.theme-dark .mtx-clock-cell.mtx-clock-cell-selected,
.theme-dark .mtx-progress-fill-info {
  background-color: #2196f3;
  color: #fff
}

.mtx-alert-success.mtx-alert,
.mtx-progress-fill-success,
.theme-dark .mtx-alert-success.mtx-alert,
.theme-dark .mtx-progress-fill-success {
  background-color: #4caf50;
  color: #fff
}

.mtx-alert-warning.mtx-alert,
.mtx-progress-fill-warning,
.theme-dark .mtx-alert-warning.mtx-alert,
.theme-dark .mtx-progress-fill-warning {
  background-color: #ff9800;
  color: #fff
}

.mtx-alert-danger.mtx-alert,
.mtx-progress-fill-danger,
.theme-dark .mtx-alert-danger.mtx-alert,
.theme-dark .mtx-progress-fill-danger {
  background-color: #f44336;
  color: #fff
}

.mtx-datetimepicker-content {
  background-color: #fff;
  color: #000000de
}

.mtx-calendar-body-cell-content.mtx-calendar-body-selected,
.mtx-calendar-header,
.mtx-clock-cell.mtx-clock-cell-selected {
  background-color: #3f51b5;
  color: #fff
}

.matero-error-code,
.matero-sidemenu>.menu-item>.menu-heading,
.matero-topmenu .mat-mdc-button,
.matero-topmenu-panel .mat-mdc-menu-item,
.mtx-calendar-body-cell-content,
.mtx-clock-cell,
.mtx-grid-column-menu-item,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.ng-select .ng-select-container,
.ng-select .ng-select-container .ng-value-container .ng-input>input,
.theme-dark .mat-accent .mtx-slider-thumb-label-text,
.theme-dark select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: #000000de
}

.mtx-calendar-body-cell-content.mtx-calendar-body-selected.mtx-calendar-body-today,
.theme-dark .mtx-calendar-body-cell-content.mtx-calendar-body-selected.mtx-calendar-body-today {
  box-shadow: inset 0 0 0 1px #fff
}

.mtx-calendar-body-cell-content:not(.mtx-calendar-body-selected).mtx-calendar-body-today,
.mtx-calendar-body-disabled>.mtx-calendar-body-today:not(.mtx-calendar-body-selected) {
  border-color: #00000061
}

.mtx-calendar-body-active>.mtx-calendar-body-cell-content:not(.mtx-calendar-body-selected),
.mtx-calendar-body-cell:not(.mtx-calendar-body-disabled):hover>.mtx-calendar-body-cell-content:not(.mtx-calendar-body-selected) {
  background-color: #3f51b54d
}

.mtx-calendar-body-disabled>.mtx-calendar-body-selected {
  background-color: #3f51b566
}

.matero-topmenu .mat-mdc-button.active,
.mtx-clock-wrapper,
.mtx-slider-min-value .mtx-slider-focus-ring,
.mtx-split>.mtx-split-gutter,
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #0000001f
}

.mat-primary .mtx-slider-thumb,
.mat-primary .mtx-slider-thumb-label,
.mat-primary .mtx-slider-track-fill,
.mtx-clock-center,
.mtx-clock-hand,
.mtx-clock-hand:before,
.mtx-split>.mtx-split-gutter:hover {
  background-color: #3f51b5
}

.mtx-clock-cell:not(.mtx-clock-cell-selected, .mtx-clock-cell-disabled):hover,
.mtx-progress {
  background-color: #0000000a
}

.mtx-time-input {
  color: #000000de;
  background-color: #0000001f
}

.mtx-time-input.mtx-time-input-active {
  color: #3f51b5;
  background-color: #3f51b533
}

.mtx-time-input.mtx-time-input-active:focus {
  border-color: #3f51b5;
  background-color: #fafafa
}

.mtx-time-input.mtx-time-input-active:focus::placeholder {
  color: #3f51b599
}

.mtx-time-input.mtx-time-input-warning,
.theme-dark .mtx-time-input.mtx-time-input-warning {
  border-color: #f44336
}

.mtx-time-ampm .mtx-time-am,
.mtx-time-ampm .mtx-time-pm {
  --mdc-text-button-label-text-color: rgba(0, 0, 0, .75);
  border-color: #00000061
}

.mtx-time-ampm .mtx-time-am.mtx-time-ampm-active,
.mtx-time-ampm .mtx-time-pm.mtx-time-ampm-active {
  --mdc-text-button-label-text-color: rgba(0, 0, 0, .87);
  --mdc-typography-button-font-weight: 500;
  background-color: #ff408133
}

.mtx-calendar-body {
  font-size: 13px
}

.mtx-calendar-body-label,
.mtx-calendar-period-button {
  font-size: 14px;
  font-weight: 500
}

.mtx-calendar-table-header th {
  font-size: 11px;
  font-weight: 400
}

.mtx-clock {
  font-size: 14px
}

.mtx-drawer-container {
  box-shadow: 0 8px 10px -5px #0003, 0 16px 24px 2px #00000024, 0 6px 30px 5px #0000001f;
  background: #fff;
  color: #000000de
}

.mtx-grid {
  border: 1px solid rgba(0, 0, 0, .2)
}

.mtx-grid .mat-table-sticky-left,
.mtx-grid .mat-table-sticky-right,
[class*=mtx-popover] .mtx-popover-direction-arrow:before {
  border-color: #0000001f
}

.mtx-grid .mat-mdc-table.mat-table-striped .mat-row-odd,
mtx-grid.mtx-grid .mat-table.mat-table-striped .mat-row-odd {
  background-color: #f5f5f5
}

.mtx-grid .mat-mdc-table .mat-mdc-row.mat-row-odd.selected,
.mtx-grid .mat-mdc-table .mat-mdc-row.selected,
.mtx-grid .mat-mdc-table.mat-table-hover .mat-mdc-row:hover {
  background-color: #e5e5e5
}

.mtx-grid .mat-mdc-table .mat-mdc-cell.selected {
  box-shadow: inset 0 0 0 1px #ff4081
}

.mtx-grid .mat-mdc-footer-row .mat-mdc-footer-cell {
  border-top: 1px solid rgba(0, 0, 0, .12);
  border-bottom-width: 0;
  background-color: #f5f5f5
}

.mtx-grid .mat-mdc-paginator,
.mtx-grid-statusbar {
  border-top: 1px solid rgba(0, 0, 0, .2)
}

.mtx-grid-toolbar {
  border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.mtx-grid-sidebar {
  border-color: #0003
}

.mtx-grid-column-menu-footer,
.mtx-grid-column-menu-header,
.mtx-popover-panel {
  color: #000000de;
  background-color: #fff
}

.matero-toolbar,
.matero-user-panel,
.mtx-grid-column-menu-header,
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.mtx-grid-column-menu-footer,
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid rgba(0, 0, 0, .12)
}

.mat-column-resize-table.cdk-column-resize-with-resized-column,
.theme-dark .mat-column-resize-table.cdk-column-resize-with-resized-column {
  table-layout: fixed
}

.mat-column-resize-flex .mat-mdc-cell,
.mat-column-resize-flex .mat-mdc-header-cell,
.theme-dark .mat-column-resize-flex .mat-mdc-cell,
.theme-dark .mat-column-resize-flex .mat-mdc-header-cell {
  box-sizing: border-box;
  min-width: 32px
}

.mat-mdc-header-cell:not(.mat-resizable):after,
.mat-resizable-handle,
.theme-dark .mat-mdc-header-cell:not(.mat-resizable):after,
.theme-dark .mat-resizable-handle {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 1px;
  background: 0 0;
  transition: background .3s cubic-bezier(.55, 0, .55, .2)
}

.theme-dark [dir=rtl] .mat-mdc-header-cell:not(.mat-resizable):after,
.theme-dark [dir=rtl] .mat-resizable-handle,
[dir=rtl] .mat-mdc-header-cell:not(.mat-resizable):after,
[dir=rtl] .mat-resizable-handle {
  left: 0;
  right: auto
}

.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable):after,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel.multiple .ng-option.selected {
  background: rgba(0, 0, 0, .12)
}

.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle {
  background: #9fa8da
}

.mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle,
.theme-dark .mat-resizable.cdk-resizable-overlay-thumb-active>.mat-resizable-handle {
  opacity: 0;
  transition: none
}

.mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus,
.mat-resizable-handle:focus {
  background: #3f51b5;
  outline: 0
}

.mat-column-resize-overlay-thumb,
.theme-dark .mat-column-resize-overlay-thumb {
  background: 0 0;
  cursor: col-resize;
  height: 100%;
  transition: background .3s cubic-bezier(.55, 0, .55, .2);
  width: 100%;
  -webkit-user-select: none;
  user-select: none
}

.mat-column-resize-overlay-thumb:active {
  background: linear-gradient(90deg, transparent, transparent 7px, #3f51b5, #3f51b5 1px, transparent 8px, transparent);
  will-change: transform
}

.mtx-loader-backdrop {
  background-color: #fafafabf
}

[class*=mtx-popover] .mtx-popover-direction-arrow:after {
  border-color: #fff
}

.theme-dark [class*=mtx-popover-above] .mtx-popover-direction-arrow:after,
.theme-dark [class*=mtx-popover-above] .mtx-popover-direction-arrow:before,
.theme-dark [class*=mtx-popover-below] .mtx-popover-direction-arrow:after,
.theme-dark [class*=mtx-popover-below] .mtx-popover-direction-arrow:before,
[class*=mtx-popover-above] .mtx-popover-direction-arrow:after,
[class*=mtx-popover-above] .mtx-popover-direction-arrow:before,
[class*=mtx-popover-below] .mtx-popover-direction-arrow:after,
[class*=mtx-popover-below] .mtx-popover-direction-arrow:before {
  border-left-color: transparent;
  border-right-color: transparent
}

.theme-dark [class*=mtx-popover-after] .mtx-popover-direction-arrow:after,
.theme-dark [class*=mtx-popover-after] .mtx-popover-direction-arrow:before,
.theme-dark [class*=mtx-popover-before] .mtx-popover-direction-arrow:after,
.theme-dark [class*=mtx-popover-before] .mtx-popover-direction-arrow:before,
[class*=mtx-popover-after] .mtx-popover-direction-arrow:after,
[class*=mtx-popover-after] .mtx-popover-direction-arrow:before,
[class*=mtx-popover-before] .mtx-popover-direction-arrow:after,
[class*=mtx-popover-before] .mtx-popover-direction-arrow:before {
  border-top-color: transparent;
  border-bottom-color: transparent
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  color: #000000de;
  background-color: #e0e0e0;
  border: 1px solid rgba(0, 0, 0, .12)
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled,
.theme-dark .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  opacity: .4
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: rgba(0, 0, 0, .54) transparent transparent
}

.ng-select.ng-select-invalid .ng-arrow-wrapper .ng-arrow,
.theme-dark .ng-select.ng-select-invalid .ng-arrow-wrapper .ng-arrow {
  border-color: #f44336 transparent transparent
}

.ng-select.ng-select-opened .ng-arrow-wrapper .ng-arrow {
  border-color: transparent transparent rgba(0, 0, 0, .54)
}

.ng-select.ng-select-opened.ng-select-invalid .ng-arrow-wrapper .ng-arrow,
.theme-dark .ng-select.ng-select-opened.ng-select-invalid .ng-arrow-wrapper .ng-arrow {
  border-color: transparent transparent #f44336
}

.matero-sidemenu.submenu>.menu-item.active>.menu-heading:focus,
.matero-sidemenu.submenu>.menu-item.active>.menu-heading:hover,
.matero-sidemenu>.menu-item.active>.menu-heading:focus,
.matero-sidemenu>.menu-item.active>.menu-heading:hover,
.matero-sidemenu>.menu-item.expanded,
.matero-sidemenu>.menu-item>.menu-heading:focus,
.matero-sidemenu>.menu-item>.menu-heading:hover,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.ng-dropdown-panel.multiple .ng-option.marked {
  background: rgba(0, 0, 0, .04)
}

.ng-select {
  margin-top: -24px;
  margin-bottom: -8px
}

.mtx-slider-disabled .mtx-slider-thumb,
.mtx-slider-disabled .mtx-slider-track-fill,
.mtx-slider-min-value:not(.mtx-slider-thumb-label-showing, .mtx-range-slider) .mtx-slider-thumb,
.mtx-slider-track-background,
.theme-dark .mtx-slider-disabled .mtx-slider-thumb,
.theme-dark .mtx-slider-disabled .mtx-slider-track-fill,
.theme-dark .mtx-slider-min-value:not(.mtx-slider-thumb-label-showing, .mtx-range-slider) .mtx-slider-thumb,
.theme-dark .mtx-slider-track-background {
  background-color: #bdbdbd
}

.mat-accent .mtx-slider-thumb-label-text,
.mat-primary .mtx-slider-thumb-label-text,
.mat-warn .mtx-slider-thumb-label-text,
.theme-dark .mat-nested-tree-node,
.theme-dark .mat-primary .mtx-slider-thumb-label-text,
.theme-dark .mat-tree-node,
.theme-dark .mat-warn .mtx-slider-thumb-label-text,
.theme-dark .matero-error-code,
.theme-dark .matero-sidemenu>.menu-item>.menu-heading,
.theme-dark .matero-topmenu .mat-mdc-button,
.theme-dark .matero-topmenu-panel .mat-mdc-menu-item,
.theme-dark .mtx-calendar-body-cell-content,
.theme-dark .mtx-clock-cell,
.theme-dark .mtx-grid-column-menu-item,
.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.theme-dark .ng-select .ng-select-container,
.theme-dark .ng-select .ng-select-container .ng-value-container .ng-input>input,
.toast-message a,
.toast-message label {
  color: #fff
}

.mat-primary .mtx-slider-focus-ring {
  background-color: #3f51b533
}

.mat-accent .mtx-slider-thumb,
.mat-accent .mtx-slider-thumb-label,
.mat-accent .mtx-slider-track-fill,
.mtx-split>.mtx-split-gutter.mat-accent:hover {
  background-color: #ff4081
}

.mat-accent .mtx-slider-focus-ring {
  background-color: #ff408133
}

.mat-warn .mtx-slider-thumb,
.mat-warn .mtx-slider-thumb-label,
.mat-warn .mtx-slider-track-fill,
.mtx-split>.mtx-split-gutter.mat-warn:hover,
.theme-dark .mat-warn .mtx-slider-thumb,
.theme-dark .mat-warn .mtx-slider-thumb-label,
.theme-dark .mat-warn .mtx-slider-track-fill,
.theme-dark .mtx-split>.mtx-split-gutter.mat-warn:hover,
.toast-container .toast-error {
  background-color: #f44336
}

.mat-warn .mtx-slider-focus-ring,
.theme-dark .mat-warn .mtx-slider-focus-ring {
  background-color: #f4433633
}

.mtx-slider-min-value:not(.mtx-slider-thumb-label-showing, .mtx-range-slider).cdk-focused .mtx-slider-thumb,
.mtx-slider-min-value:not(.mtx-slider-thumb-label-showing, .mtx-range-slider):hover .mtx-slider-thumb,
.mtx-slider.cdk-focused .mtx-slider-track-background,
.mtx-slider:hover .mtx-slider-track-background {
  background-color: #00000061
}

.mtx-slider-disabled .mtx-slider-track-background,
.mtx-slider-disabled.cdk-focused .mtx-slider-track-background,
.mtx-slider-disabled:hover .mtx-slider-track-background,
.theme-dark .mtx-slider-disabled .mtx-slider-track-background,
.theme-dark .mtx-slider-disabled.cdk-focused .mtx-slider-track-background,
.theme-dark .mtx-slider-disabled:hover .mtx-slider-track-background {
  background-color: #bdbdbd8a
}

.mtx-slider-min-value.mtx-slider-thumb-label-showing:not(.mtx-range-slider).cdk-focused .mtx-slider-thumb,
.mtx-slider-min-value.mtx-slider-thumb-label-showing:not(.mtx-range-slider).cdk-focused .mtx-slider-thumb-label {
  background-color: #00000042
}

.mtx-slider-min-value:not(.mtx-slider-thumb-label-showing, .mtx-range-slider).cdk-focused.mtx-slider-disabled .mtx-slider-thumb,
.mtx-slider-min-value:not(.mtx-slider-thumb-label-showing, .mtx-range-slider):hover.mtx-slider-disabled .mtx-slider-thumb {
  border-color: #bdbdbd
}

.mtx-slider-has-ticks .mtx-slider-wrapper:after {
  border-color: #000000b3
}

.mtx-slider-horizontal .mtx-slider-ticks {
  background-image: repeating-linear-gradient(.0001deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent)
}

.mtx-slider-vertical .mtx-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7) 2px, transparent 0, transparent)
}

.mtx-slider-thumb-label-text {
  font-size: 12px;
  font-weight: 400
}

.mtx-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-color: white
}

a:not(.mat-mdc-button-base):hover {
  color: #606fc7
}

.matero-sidebar-header {
  color: #000000de;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.matero-sidemenu>.menu-item.active>.menu-heading {
  color: #ff4081;
  background-color: transparent
}

.matero-sidemenu.submenu>.menu-item.active>.menu-heading,
.theme-dark .matero-sidemenu.submenu>.menu-item.active>.menu-heading {
  background-color: transparent
}

.matero-sidemenu.submenu>.menu-item.expanded,
.theme-dark .matero-sidemenu.submenu>.menu-item.expanded {
  background: 0 0
}

.matero-topmenu {
  background: #f5f5f5
}

mtx-grid.mtx-grid .mat-table .mat-row.selected,
mtx-grid.mtx-grid .mat-table.mat-table-hover .mat-row:hover {
  background-color: #e8eaf6
}

.theme-dark {
  color-scheme: dark;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, .12);
  --mat-option-selected-state-label-text-color: #2196f3;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, .08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, .08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, .08);
  --mat-optgroup-label-text-color: white;
  --mdc-filled-text-field-caret-color: #2196f3;
  --mdc-filled-text-field-focus-active-indicator-color: #2196f3;
  --mdc-filled-text-field-focus-label-text-color: rgba(33, 150, 243, .87);
  --mdc-filled-text-field-container-color: #4a4a4a;
  --mdc-filled-text-field-disabled-container-color: #464646;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, .6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, .87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, .42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, .06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, .87);
  --mdc-outlined-text-field-caret-color: #2196f3;
  --mdc-outlined-text-field-focus-outline-color: #2196f3;
  --mdc-outlined-text-field-focus-label-text-color: rgba(33, 150, 243, .87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, .6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, .38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, .87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, .38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, .6);
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, .38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, .06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, .87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, .38);
  --mat-select-focused-arrow-color: rgba(33, 150, 243, .87);
  --mat-autocomplete-background-color: #424242;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, .08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, .08);
  --mat-menu-container-color: #424242;
  --mat-paginator-container-text-color: rgba(255, 255, 255, .87);
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, .54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, .12);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffd740;
  --mdc-checkbox-selected-hover-icon-color: #ffd740;
  --mdc-checkbox-selected-icon-color: #ffd740;
  --mdc-checkbox-selected-pressed-icon-color: #ffd740;
  --mdc-checkbox-selected-focus-state-layer-color: #ffd740;
  --mdc-checkbox-selected-hover-state-layer-color: #ffd740;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffd740;
  --mat-badge-background-color: #2196f3;
  --mat-badge-disabled-state-background-color: #6e6e6e;
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, .5);
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-legacy-button-toggle-text-color: rgba(255, 255, 255, .5);
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, .12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, .7);
  --mat-legacy-button-toggle-selected-state-background-color: #212121;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #424242;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #212121;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, .3);
  --mat-standard-button-toggle-disabled-state-background-color: #424242;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-divider-color: #595959;
  --mat-datepicker-calendar-date-selected-state-background-color: #2196f3;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(33, 150, 243, .4);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(33, 150, 243, .3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(33, 150, 243, .3);
  --mat-datepicker-toggle-active-state-icon-color: #2196f3;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(33, 150, 243, .2);
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, .7);
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, .12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, .7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, .5);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, .3);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, .5);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, .24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, .5);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, .5);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-color: rgba(255, 255, 255, .12);
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, .12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, .04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, .04);
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, .3);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, .7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, .7);
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, .12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, .6);
  --mat-stepper-header-selected-state-icon-background-color: #2196f3;
  --mat-stepper-header-done-state-icon-background-color: #2196f3;
  --mat-stepper-header-edit-state-icon-background-color: #2196f3;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, .12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, .04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, .04);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, .7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, .7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, .7);
  --mat-toolbar-container-background-color: #212121
}

.theme-dark .mat-ripple-element {
  background-color: #ffffff1a
}

.theme-dark .mat-accent {
  --mat-option-selected-state-label-text-color: #ffd740
}

.theme-dark .mat-pseudo-checkbox-full,
.theme-dark .mtx-calendar-body-label,
.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup,
.theme-dark .ng-select .ng-clear-wrapper {
  color: #ffffffb3
}

.theme-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.theme-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after,
.theme-dark .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868
}

.theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.theme-dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.theme-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.theme-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after,
.theme-dark .mtx-colorpicker-toggle-active,
.theme-dark .mtx-datetimepicker-toggle-active,
.theme-dark a:not(.mat-mdc-button-base) {
  color: #2196f3
}

.theme-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #2196f3
}

.theme-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.theme-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after,
.theme-dark .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.theme-dark .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after,
.theme-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.theme-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after,
.theme-dark .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,
.theme-dark .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
  color: #303030
}

.theme-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.theme-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after,
.theme-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.theme-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after,
.theme-dark .matero-topmenu-panel .mat-mdc-menu-item.active>.mdc-list-item__primary-text,
.theme-dark .mtx-colorpicker-toggle-active.mat-accent,
.theme-dark .mtx-datetimepicker-toggle-active.mat-accent {
  color: #ffd740
}

.theme-dark .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-dark .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.theme-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffd740
}

.theme-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.theme-dark .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #686868
}

.theme-dark .mat-app-background,
.theme-dark.mat-app-background {
  background-color: #303030;
  color: #fff
}

.theme-dark .mat-mdc-card {
  --mdc-elevated-card-container-color: #424242;
  --mdc-outlined-card-container-color: #424242;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, .12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, .7)
}

.theme-dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #2196f3;
  --mdc-linear-progress-track-color: rgba(33, 150, 243, .25)
}

.theme-dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.theme-dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: #2196f340;
  background-color: var(--mdc-linear-progress-track-color, rgba(33, 150, 243, .25))
}

.theme-dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ffd740;
  --mdc-linear-progress-track-color: rgba(255, 215, 64, .25)
}

.theme-dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.theme-dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: #ffd74040;
  background-color: var(--mdc-linear-progress-track-color, rgba(255, 215, 64, .25))
}

.theme-dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.theme-dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: #f4433640;
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, .25))
}

@media (forced-colors:active) {

  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .theme-dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .theme-dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .theme-dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder
  }
}

@media all and (forced-colors:none),
(forced-colors:active) {
  .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(63, 81, 181, 0.25)'/%3E%3C/svg%3E")
  }

  .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 64, 129, 0.25)'/%3E%3C/svg%3E")
  }

  .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")
  }

  .theme-dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(33, 150, 243, 0.25)'/%3E%3C/svg%3E")
  }

  .theme-dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 215, 64, 0.25)'/%3E%3C/svg%3E")
  }

  .theme-dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")
  }
}

.theme-dark .mat-mdc-form-field-focus-overlay {
  background-color: #ffffffde
}

.theme-dark .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.theme-dark .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before {
  opacity: .08
}

.theme-dark .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-fab:active .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.theme-dark .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,
.theme-dark .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before {
  opacity: .24
}

.theme-dark .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after {
  color: #ffffff8a
}

.theme-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after {
  color: #2196f3de
}

.theme-dark .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix:after {
  color: #ffd740de
}

.theme-dark .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix:after {
  color: #ffffff61
}

.theme-dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ffd740;
  --mdc-filled-text-field-focus-active-indicator-color: #ffd740;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 215, 64, .87);
  --mdc-outlined-text-field-caret-color: #ffd740;
  --mdc-outlined-text-field-focus-outline-color: #ffd740;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 215, 64, .87);
  --mat-select-focused-arrow-color: rgba(255, 215, 64, .87)
}

.theme-dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, .87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, .87);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, .87)
}

.theme-dark .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent
}

.theme-dark [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent
}

.theme-dark .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, .87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6)
}

.theme-dark .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #595959;
  --mdc-chip-elevated-disabled-container-color: #595959;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: .12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa
}

.theme-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.theme-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary {
  --mdc-chip-elevated-container-color: #2196f3;
  --mdc-chip-elevated-disabled-container-color: #2196f3;
  --mdc-chip-focus-state-layer-color: white
}

.theme-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.theme-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, .87);
  --mdc-chip-elevated-container-color: #ffd740;
  --mdc-chip-elevated-disabled-container-color: #ffd740;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: .12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, .87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, .87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87)
}

.theme-dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.theme-dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: .12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white
}

.theme-dark .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #64b5f6;
  --mdc-switch-selected-handle-color: #64b5f6;
  --mdc-switch-selected-hover-state-layer-color: #64b5f6;
  --mdc-switch-selected-pressed-state-layer-color: #64b5f6;
  --mdc-switch-selected-focus-handle-color: #90caf9;
  --mdc-switch-selected-hover-handle-color: #90caf9;
  --mdc-switch-selected-pressed-handle-color: #90caf9;
  --mdc-switch-selected-focus-track-color: #1e88e5;
  --mdc-switch-selected-hover-track-color: #1e88e5;
  --mdc-switch-selected-pressed-track-color: #1e88e5;
  --mdc-switch-selected-track-color: #1e88e5;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161
}

.theme-dark .mat-mdc-checkbox .mdc-form-field,
.theme-dark .mat-mdc-radio-button .mdc-form-field,
.theme-dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, #fff)
}

.theme-dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.theme-dark .mat-mdc-slide-toggle .mdc-switch--disabled+label,
.theme-dark .mtx-calendar-body-disabled>.mtx-calendar-body-cell-content:not(.mtx-calendar-body-selected),
.theme-dark .mtx-calendar-next-button.disabled,
.theme-dark .mtx-calendar-previous-button.disabled,
.theme-dark .mtx-calendar-table-header,
.theme-dark .mtx-clock-cell.mtx-clock-cell-disabled,
.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label,
.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled,
.theme-dark .ng-select .ng-select-container .ng-value-container .ng-placeholder,
.theme-dark .ng-select.ng-select-disabled .ng-value {
  color: #ffffff80
}

.theme-dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #ffd54f;
  --mdc-switch-selected-handle-color: #ffd54f;
  --mdc-switch-selected-hover-state-layer-color: #ffd54f;
  --mdc-switch-selected-pressed-state-layer-color: #ffd54f;
  --mdc-switch-selected-focus-handle-color: #ffe082;
  --mdc-switch-selected-hover-handle-color: #ffe082;
  --mdc-switch-selected-pressed-handle-color: #ffe082;
  --mdc-switch-selected-focus-track-color: #ffb300;
  --mdc-switch-selected-hover-track-color: #ffb300;
  --mdc-switch-selected-pressed-track-color: #ffb300;
  --mdc-switch-selected-track-color: #ffb300
}

.theme-dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e57373;
  --mdc-switch-selected-handle-color: #e57373;
  --mdc-switch-selected-hover-state-layer-color: #e57373;
  --mdc-switch-selected-pressed-state-layer-color: #e57373;
  --mdc-switch-selected-focus-handle-color: #ef9a9a;
  --mdc-switch-selected-hover-handle-color: #ef9a9a;
  --mdc-switch-selected-pressed-handle-color: #ef9a9a;
  --mdc-switch-selected-focus-track-color: #e53935;
  --mdc-switch-selected-hover-track-color: #e53935;
  --mdc-switch-selected-pressed-track-color: #e53935;
  --mdc-switch-selected-track-color: #e53935
}

.theme-dark .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #2196f3
}

.theme-dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);
  --mdc-radio-selected-focus-icon-color: #ffd740;
  --mdc-radio-selected-hover-icon-color: #ffd740;
  --mdc-radio-selected-icon-color: #ffd740;
  --mdc-radio-selected-pressed-icon-color: #ffd740;
  --mat-radio-checked-ripple-color: #ffd740
}

.theme-dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-checked-ripple-color: #f44336
}

.theme-dark .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: .9
}

.theme-dark .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #2196f3;
  --mdc-slider-focus-handle-color: #2196f3;
  --mdc-slider-hover-handle-color: #2196f3;
  --mdc-slider-active-track-color: #2196f3;
  --mdc-slider-inactive-track-color: #2196f3;
  --mdc-slider-with-tick-marks-inactive-container-color: #2196f3;
  --mat-mdc-slider-ripple-color: #2196f3;
  --mat-mdc-slider-hover-ripple-color: rgba(33, 150, 243, .05);
  --mat-mdc-slider-focus-ripple-color: rgba(33, 150, 243, .2)
}

.theme-dark .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ffd740;
  --mdc-slider-focus-handle-color: #ffd740;
  --mdc-slider-hover-handle-color: #ffd740;
  --mdc-slider-active-track-color: #ffd740;
  --mdc-slider-inactive-track-color: #ffd740;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffd740;
  --mat-mdc-slider-ripple-color: #ffd740;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 215, 64, .05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 215, 64, .2)
}

.theme-dark .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: .08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: .24
}

.theme-dark .mat-accent .mdc-list-item__end,
.theme-dark .mat-accent .mdc-list-item__start {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);
  --mdc-radio-selected-focus-icon-color: #ffd740;
  --mdc-radio-selected-hover-icon-color: #ffd740;
  --mdc-radio-selected-icon-color: #ffd740;
  --mdc-radio-selected-pressed-icon-color: #ffd740
}

.theme-dark .mat-warn .mdc-list-item__end,
.theme-dark .mat-warn .mdc-list-item__start {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336
}

.theme-dark .mat-mdc-checkbox.mat-primary,
.theme-dark .mat-mdc-list-option {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #2196f3;
  --mdc-checkbox-selected-hover-icon-color: #2196f3;
  --mdc-checkbox-selected-icon-color: #2196f3;
  --mdc-checkbox-selected-pressed-icon-color: #2196f3;
  --mdc-checkbox-selected-focus-state-layer-color: #2196f3;
  --mdc-checkbox-selected-hover-state-layer-color: #2196f3;
  --mdc-checkbox-selected-pressed-state-layer-color: #2196f3
}

.theme-dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffd740;
  --mdc-checkbox-selected-hover-icon-color: #ffd740;
  --mdc-checkbox-selected-icon-color: #ffd740;
  --mdc-checkbox-selected-pressed-icon-color: #ffd740;
  --mdc-checkbox-selected-focus-state-layer-color: #ffd740;
  --mdc-checkbox-selected-hover-state-layer-color: #ffd740;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffd740
}

.theme-dark .mat-mdc-checkbox.mat-warn,
.theme-dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336
}

.theme-dark .mat-mdc-tab-group,
.theme-dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #2196f3;
  --mat-tab-header-active-label-text-color: #2196f3;
  --mat-tab-header-active-ripple-color: #2196f3;
  --mat-tab-header-inactive-ripple-color: #2196f3;
  --mat-tab-header-active-focus-label-text-color: #2196f3;
  --mat-tab-header-active-hover-label-text-color: #2196f3;
  --mat-tab-header-active-focus-indicator-color: #2196f3;
  --mat-tab-header-active-hover-indicator-color: #2196f3
}

.theme-dark .mat-mdc-tab-group.mat-accent,
.theme-dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ffd740;
  --mat-tab-header-active-label-text-color: #ffd740;
  --mat-tab-header-active-ripple-color: #ffd740;
  --mat-tab-header-inactive-ripple-color: #ffd740;
  --mat-tab-header-active-focus-label-text-color: #ffd740;
  --mat-tab-header-active-hover-label-text-color: #ffd740;
  --mat-tab-header-active-focus-indicator-color: #ffd740;
  --mat-tab-header-active-hover-indicator-color: #ffd740
}

.theme-dark .mat-mdc-tab-group.mat-warn,
.theme-dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336
}

.theme-dark .mat-mdc-tab-group.mat-background-primary,
.theme-dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #2196f3;
  --mat-tab-header-with-background-foreground-color: white
}

.theme-dark .mat-mdc-tab-group.mat-background-accent,
.theme-dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ffd740;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, .87)
}

.theme-dark .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff
}

.theme-dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #2196f3
}

.theme-dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffd740
}

.theme-dark .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, .5)
}

.theme-dark .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: #fff
}

.theme-dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #2196f3;
  --mdc-filled-button-label-text-color: #fff
}

.theme-dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ffd740;
  --mdc-filled-button-label-text-color: #000
}

.theme-dark .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, .12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, .5)
}

.theme-dark .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: #fff
}

.theme-dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #2196f3;
  --mdc-protected-button-label-text-color: #fff
}

.theme-dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ffd740;
  --mdc-protected-button-label-text-color: #000
}

.theme-dark .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, .12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, .5);
  --mdc-protected-button-container-elevation: 0
}

.theme-dark .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff
}

.theme-dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #2196f3
}

.theme-dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffd740
}

.theme-dark .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, .5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12)
}

.theme-dark .mat-mdc-button.mat-primary,
.theme-dark .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #2196f3;
  --mat-mdc-button-ripple-color: rgba(33, 150, 243, .1)
}

.theme-dark .mat-mdc-button.mat-accent,
.theme-dark .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffd740;
  --mat-mdc-button-ripple-color: rgba(255, 215, 64, .1)
}

.theme-dark .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, .1);
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.theme-dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #2196f3;
  --mat-mdc-button-persistent-ripple-color: #2196f3;
  --mat-mdc-button-ripple-color: rgba(33, 150, 243, .1)
}

.theme-dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffd740;
  --mat-mdc-button-persistent-ripple-color: #ffd740;
  --mat-mdc-button-ripple-color: rgba(255, 215, 64, .1)
}

.theme-dark .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, .5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5)
}

.theme-dark .mat-mdc-fab[disabled][disabled],
.theme-dark .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, .12);
  --mdc-fab-icon-color: rgba(255, 255, 255, .5);
  --mat-mdc-fab-color: rgba(255, 255, 255, .5)
}

.theme-dark .mat-mdc-fab.mat-unthemed,
.theme-dark .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #424242;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff
}

.theme-dark .mat-mdc-fab.mat-primary,
.theme-dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #2196f3;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff
}

.theme-dark .mat-mdc-fab.mat-accent,
.theme-dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ffd740;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000
}

.theme-dark .mat-mdc-fab.mat-warn,
.theme-dark .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, .1);
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff
}

.theme-dark .mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: #d9d9d9;
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, .87)
}

.theme-dark .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #2196f3
}

.theme-dark .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffd740
}

.theme-dark .mat-badge-accent {
  --mat-badge-background-color: #ffd740;
  --mat-badge-text-color: rgba(0, 0, 0, .87)
}

.theme-dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, .87);
  --mat-datepicker-calendar-date-selected-state-background-color: #ffd740;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 215, 64, .4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, .87);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 215, 64, .3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 215, 64, .3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 215, 64, .2)
}

.theme-dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ffd740
}

.theme-dark .mat-icon.mat-primary {
  --mat-icon-color: #2196f3
}

.theme-dark .mat-icon.mat-accent {
  --mat-icon-color: #ffd740
}

.theme-dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, .87);
  --mat-stepper-header-selected-state-icon-background-color: #ffd740;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, .87);
  --mat-stepper-header-done-state-icon-background-color: #ffd740;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, .87);
  --mat-stepper-header-edit-state-icon-background-color: #ffd740;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, .87)
}

.theme-dark .mat-sort-header-arrow {
  color: #c6c6c6
}

.theme-dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #2196f3
}

.theme-dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ffd740;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, .87)
}

.theme-dark .mat-tree {
  background: #424242
}

.theme-dark .mtx-alert,
.theme-dark .ng-dropdown-panel {
  background-color: #424242
}

.theme-dark .mtx-datetimepicker-content {
  background-color: #424242;
  color: #fff
}

.theme-dark .mtx-calendar-body-cell-content:not(.mtx-calendar-body-selected).mtx-calendar-body-today,
.theme-dark .mtx-calendar-body-disabled>.mtx-calendar-body-today:not(.mtx-calendar-body-selected) {
  border-color: #ffffff80
}

.theme-dark .mtx-calendar-body-active>.mtx-calendar-body-cell-content:not(.mtx-calendar-body-selected),
.theme-dark .mtx-calendar-body-cell:not(.mtx-calendar-body-disabled):hover>.mtx-calendar-body-cell-content:not(.mtx-calendar-body-selected) {
  background-color: #2196f34d
}

.theme-dark .mtx-calendar-body-disabled>.mtx-calendar-body-selected {
  background-color: #2196f366
}

.theme-dark .matero-topmenu .mat-mdc-button.active,
.theme-dark .mtx-clock-wrapper,
.theme-dark .mtx-slider-min-value .mtx-slider-focus-ring,
.theme-dark .mtx-split>.mtx-split-gutter,
.theme-dark .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #ffffff1f
}

.theme-dark .mat-primary .mtx-slider-thumb,
.theme-dark .mat-primary .mtx-slider-thumb-label,
.theme-dark .mat-primary .mtx-slider-track-fill,
.theme-dark .mtx-clock-center,
.theme-dark .mtx-clock-hand,
.theme-dark .mtx-clock-hand:before,
.theme-dark .mtx-split>.mtx-split-gutter:hover,
.toast-container .toast-info {
  background-color: #2196f3
}

.theme-dark .mtx-clock-cell:not(.mtx-clock-cell-selected, .mtx-clock-cell-disabled):hover,
.theme-dark .mtx-progress {
  background-color: #ffffff0a
}

.theme-dark .mtx-time-input {
  color: #fff;
  background-color: #ffffff1f
}

.theme-dark .mtx-time-input.mtx-time-input-active {
  color: #2196f3;
  background-color: #2196f333
}

.theme-dark .mtx-time-input.mtx-time-input-active:focus {
  border-color: #2196f3;
  background-color: #303030
}

.theme-dark .mtx-time-input.mtx-time-input-active:focus::placeholder {
  color: #2196f399
}

.theme-dark .mtx-time-ampm .mtx-time-am,
.theme-dark .mtx-time-ampm .mtx-time-pm {
  --mdc-text-button-label-text-color: rgba(255, 255, 255, .75);
  border-color: #ffffff80
}

.theme-dark .mtx-time-ampm .mtx-time-am.mtx-time-ampm-active,
.theme-dark .mtx-time-ampm .mtx-time-pm.mtx-time-ampm-active {
  --mdc-text-button-label-text-color: white;
  --mdc-typography-button-font-weight: 500;
  background-color: #ffd74033
}

.theme-dark .mtx-drawer-container {
  box-shadow: 0 8px 10px -5px #0003, 0 16px 24px 2px #00000024, 0 6px 30px 5px #0000001f;
  background: #424242;
  color: #fff
}

.theme-dark .mtx-grid {
  border: 1px solid rgba(255, 255, 255, .2)
}

.theme-dark .mtx-grid .mat-table-sticky-left,
.theme-dark .mtx-grid .mat-table-sticky-right,
.theme-dark [class*=mtx-popover] .mtx-popover-direction-arrow:before {
  border-color: #ffffff1f
}

.theme-dark .mtx-grid .mat-mdc-table.mat-table-striped .mat-row-odd {
  background-color: #3a3a3a
}

.theme-dark .mtx-grid .mat-mdc-table .mat-mdc-row.mat-row-odd.selected,
.theme-dark .mtx-grid .mat-mdc-table .mat-mdc-row.selected,
.theme-dark .mtx-grid .mat-mdc-table.mat-table-hover .mat-mdc-row:hover {
  background-color: #2a2a2a
}

.theme-dark .mtx-grid .mat-mdc-table .mat-mdc-cell.selected {
  box-shadow: inset 0 0 0 1px #ffd740
}

.theme-dark .mtx-grid .mat-mdc-footer-row .mat-mdc-footer-cell {
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom-width: 0;
  background-color: #212121
}

.theme-dark .mtx-grid .mat-mdc-paginator,
.theme-dark .mtx-grid-statusbar {
  border-top: 1px solid rgba(255, 255, 255, .2)
}

.theme-dark .mtx-grid-toolbar {
  border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.theme-dark .mtx-grid-sidebar {
  border-color: #fff3
}

.theme-dark .mtx-grid-column-menu-footer,
.theme-dark .mtx-grid-column-menu-header,
.theme-dark .mtx-popover-panel {
  color: #fff;
  background-color: #424242
}

.theme-dark .matero-toolbar,
.theme-dark .matero-user-panel,
.theme-dark .mtx-grid-column-menu-header,
.theme-dark .ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.theme-dark .mtx-grid-column-menu-footer,
.theme-dark .ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid rgba(255, 255, 255, .12)
}

.theme-dark .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-mdc-header-cell:not(.mat-resizable):after,
.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.theme-dark .ng-dropdown-panel.multiple .ng-option.selected {
  background: rgba(255, 255, 255, .12)
}

.theme-dark .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle {
  background: #90caf9
}

.theme-dark .mat-mdc-header-row.cdk-column-resize-hover-or-active .mat-resizable-handle:focus,
.theme-dark .mat-resizable-handle:focus {
  background: #2196f3;
  outline: 0
}

.theme-dark .mat-column-resize-overlay-thumb:active {
  background: linear-gradient(90deg, transparent, transparent 7px, #2196f3, #2196f3 1px, transparent 8px, transparent);
  will-change: transform
}

.theme-dark .mtx-loader-backdrop {
  background-color: #303030bf
}

.theme-dark [class*=mtx-popover] .mtx-popover-direction-arrow:after {
  border-color: #424242
}

.theme-dark .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  color: #fff;
  background-color: #616161;
  border: 1px solid rgba(255, 255, 255, .12)
}

.theme-dark .ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: rgba(255, 255, 255, .7) transparent transparent
}

.theme-dark .ng-select.ng-select-opened .ng-arrow-wrapper .ng-arrow {
  border-color: transparent transparent rgba(255, 255, 255, .7)
}

.theme-dark .matero-sidemenu.submenu>.menu-item.active>.menu-heading:focus,
.theme-dark .matero-sidemenu.submenu>.menu-item.active>.menu-heading:hover,
.theme-dark .matero-sidemenu>.menu-item.active>.menu-heading:focus,
.theme-dark .matero-sidemenu>.menu-item.active>.menu-heading:hover,
.theme-dark .matero-sidemenu>.menu-item.expanded,
.theme-dark .matero-sidemenu>.menu-item>.menu-heading:focus,
.theme-dark .matero-sidemenu>.menu-item>.menu-heading:hover,
.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked,
.theme-dark .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.theme-dark .ng-dropdown-panel.multiple .ng-option.marked {
  background: rgba(255, 255, 255, .04)
}

.theme-dark .mat-primary .mtx-slider-focus-ring {
  background-color: #2196f333
}

.theme-dark .mat-accent .mtx-slider-thumb,
.theme-dark .mat-accent .mtx-slider-thumb-label,
.theme-dark .mat-accent .mtx-slider-track-fill,
.theme-dark .mtx-split>.mtx-split-gutter.mat-accent:hover {
  background-color: #ffd740
}

.theme-dark .mat-accent .mtx-slider-focus-ring {
  background-color: #ffd74033
}

.theme-dark .mtx-slider-min-value.mtx-slider-thumb-label-showing:not(.mtx-range-slider).cdk-focused .mtx-slider-thumb,
.theme-dark .mtx-slider-min-value.mtx-slider-thumb-label-showing:not(.mtx-range-slider).cdk-focused .mtx-slider-thumb-label,
.theme-dark .mtx-slider-min-value:not(.mtx-slider-thumb-label-showing, .mtx-range-slider).cdk-focused .mtx-slider-thumb,
.theme-dark .mtx-slider-min-value:not(.mtx-slider-thumb-label-showing, .mtx-range-slider):hover .mtx-slider-thumb,
.theme-dark .mtx-slider.cdk-focused .mtx-slider-track-background,
.theme-dark .mtx-slider:hover .mtx-slider-track-background {
  background-color: #ffffff4d
}

.theme-dark .mtx-slider-min-value:not(.mtx-slider-thumb-label-showing, .mtx-range-slider).cdk-focused.mtx-slider-disabled .mtx-slider-thumb,
.theme-dark .mtx-slider-min-value:not(.mtx-slider-thumb-label-showing, .mtx-range-slider):hover.mtx-slider-disabled .mtx-slider-thumb {
  border-color: #bdbdbd
}

.theme-dark .mtx-slider-has-ticks .mtx-slider-wrapper:after {
  border-color: #ffffffb3
}

.theme-dark .mtx-slider-horizontal .mtx-slider-ticks {
  background-image: repeating-linear-gradient(.0001deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7) 2px, transparent 0, transparent)
}

.theme-dark .mtx-slider-vertical .mtx-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7) 2px, transparent 0, transparent)
}

.theme-dark .mtx-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-color: white
}

.theme-dark :root {
  color-scheme: dark
}

.theme-dark a:not(.mat-mdc-button-base):hover {
  color: #51adf6
}

.theme-dark code {
  background-color: #ffffff08
}

.theme-dark .matero-sidebar-header {
  color: #fff;
  background: #424242;
  border-bottom: 1px solid rgba(255, 255, 255, .12)
}

.theme-dark .matero-sidemenu>.menu-item.active>.menu-heading {
  color: #9acffa;
  background-color: #2196f326
}

.theme-dark .matero-topmenu {
  background: #212121
}

.theme-dark mtx-grid.mtx-grid .mat-table.mat-table-striped .mat-row-odd {
  background-color: #3b3b3b
}

.theme-dark mtx-grid.mtx-grid .mat-table .mat-row.selected,
.theme-dark mtx-grid.mtx-grid .mat-table.mat-table-hover .mat-row:hover {
  background-color: #263238
}

.mat-mdc-card {
  --mdc-elevated-card-container-color: white;
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, .12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, .54);
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: .0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: .0071428571em;
  --mat-card-subtitle-text-weight: 500;
  margin-bottom: 16px
}

.mat-mdc-accordion {
  display: block;
  margin-bottom: 16px
}

.form-field-full .mat-mdc-form-field {
  width: 100%
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 4px 0px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-especial,
.col-md-especial-v2,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%
}

.offset-1 {
  margin-left: 8.3333333333%
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

.offset-2 {
  margin-left: 16.6666666667%
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%
}

.offset-3 {
  margin-left: 25%
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

.offset-4 {
  margin-left: 33.3333333333%
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%
}

.offset-5 {
  margin-left: 41.6666666667%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.offset-6 {
  margin-left: 50%
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%
}

.offset-7 {
  margin-left: 58.3333333333%
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%
}

.offset-8 {
  margin-left: 66.6666666667%
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%
}

.offset-9 {
  margin-left: 75%
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%
}

.offset-10 {
  margin-left: 83.3333333333%
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%
}

.offset-11 {
  margin-left: 91.6666666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.offset-12 {
  margin-left: 100%
}

@media (min-width:600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .offset-sm-12 {
    margin-left: 100%
  }
}

@media (min-width:960px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .offset-md-1 {
    margin-left: 8.3333333333%
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .offset-md-2 {
    margin-left: 16.6666666667%
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .offset-md-4 {
    margin-left: 33.3333333333%
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .offset-md-5 {
    margin-left: 41.6666666667%
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .offset-md-7 {
    margin-left: 58.3333333333%
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .offset-md-8 {
    margin-left: 66.6666666667%
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .col-md-especial {
    flex: 0 0 87%;
    max-width: 87%
  }

  .col-md-especial-v2 {
    flex: 0 0 13%;
    max-width: 13%
  }

  .offset-md-10 {
    margin-left: 83.3333333333%
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .offset-md-11 {
    margin-left: 91.6666666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .offset-md-12 {
    margin-left: 100%
  }
}

@media (min-width:1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .offset-lg-12 {
    margin-left: 100%
  }
}

@media (min-width:1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%
  }

  .offset-xl-12 {
    margin-left: 100%
  }
}

.static {
  position: static !important
}

.fixed {
  position: fixed !important
}

.absolute {
  position: absolute !important
}

.relative {
  position: relative !important
}

.sticky {
  position: sticky !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-grid {
  display: grid !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

.d-none {
  display: none !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-row {
  flex-direction: row !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-col {
  flex-direction: column !important
}

.flex-col-reverse {
  flex-direction: column-reverse !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

.w-0 {
  width: 0 !important
}

.w-20 {
  width: 20% !important
}

.w-25 {
  width: 25% !important
}

.w-40 {
  width: 40% !important
}

.w-50 {
  width: 50% !important
}

.w-60 {
  width: 60% !important
}

.w-75 {
  width: 75% !important
}

.w-80 {
  width: 80% !important
}

.w-full {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-0 {
  height: 0 !important
}

.h-20 {
  height: 20% !important
}

.h-25 {
  height: 25% !important
}

.h-40 {
  height: 40% !important
}

.h-50 {
  height: 50% !important
}

.h-60 {
  height: 60% !important
}

.h-75 {
  height: 75% !important
}

.h-80 {
  height: 80% !important
}

.h-full {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.m-0 {
  margin: 0 !important
}

.m-2 {
  margin: 2px !important
}

.m-4 {
  margin: 4px !important
}

.m-8 {
  margin: 8px !important
}

.m-12 {
  margin: 12px !important
}

.m-16 {
  margin: 16px !important
}

.m-24 {
  margin: 24px !important
}

.m-32 {
  margin: 32px !important
}

.m-48 {
  margin: 48px !important
}

.m-auto {
  margin: auto !important
}

.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.m-x-2 {
  margin-left: 2px !important;
  margin-right: 2px !important
}

.m-x-4 {
  margin-left: 4px !important;
  margin-right: 4px !important
}

.m-x-8 {
  margin-left: 8px !important;
  margin-right: 8px !important
}

.m-x-12 {
  margin-left: 12px !important;
  margin-right: 12px !important
}

.m-x-16 {
  margin-left: 16px !important;
  margin-right: 16px !important
}

.m-x-24 {
  margin-left: 24px !important;
  margin-right: 24px !important
}

.m-x-32 {
  margin-left: 32px !important;
  margin-right: 32px !important
}

.m-x-48 {
  margin-left: 48px !important;
  margin-right: 48px !important
}

.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.m-y-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important
}

.m-y-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important
}

.m-y-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important
}

.m-y-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important
}

.m-y-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important
}

.m-y-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important
}

.m-y-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important
}

.m-y-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important
}

.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.m-t-0 {
  margin-top: 0 !important
}

.m-t-2 {
  margin-top: 2px !important
}

.m-t-4 {
  margin-top: 4px !important
}

.m-t-8 {
  margin-top: 8px !important
}

.m-t-12 {
  margin-top: 12px !important
}

.m-t-16 {
  margin-top: 16px !important
}

.m-t-24 {
  margin-top: 24px !important
}

.m-t-32 {
  margin-top: 32px !important
}

.m-t-48 {
  margin-top: 48px !important
}

.m-t-auto {
  margin-top: auto !important
}

.m-r-0 {
  margin-right: 0 !important
}

.m-r-2 {
  margin-right: 2px !important
}

.m-r-4 {
  margin-right: 4px !important
}

.m-r-8 {
  margin-right: 8px !important
}

.m-r-12 {
  margin-right: 12px !important
}

.m-r-16 {
  margin-right: 16px !important
}

.m-r-24 {
  margin-right: 24px !important
}

.m-r-32 {
  margin-right: 32px !important
}

.m-r-48 {
  margin-right: 48px !important
}

.m-r-auto {
  margin-right: auto !important
}

.m-b-0 {
  margin-bottom: 0 !important
}

.m-b-2 {
  margin-bottom: 2px !important
}

.m-b-4 {
  margin-bottom: 4px !important
}

.m-b-8 {
  margin-bottom: 8px !important
}

.m-b-12 {
  margin-bottom: 12px !important
}

.m-b-16 {
  margin-bottom: 16px !important
}

.m-b-24 {
  margin-bottom: 24px !important
}

.m-b-32 {
  margin-bottom: 32px !important
}

.m-b-48 {
  margin-bottom: 48px !important
}

.m-b-auto {
  margin-bottom: auto !important
}

.m-l-0 {
  margin-left: 0 !important
}

.m-l-2 {
  margin-left: 2px !important
}

.m-l-4 {
  margin-left: 4px !important
}

.m-l-8 {
  margin-left: 8px !important
}

.m-l-12 {
  margin-left: 12px !important
}

.m-l-16 {
  margin-left: 16px !important
}

.m-l-24 {
  margin-left: 24px !important
}

.m-l-32 {
  margin-left: 32px !important
}

.m-l-48 {
  margin-left: 48px !important
}

.m-l-auto {
  margin-left: auto !important
}

.m--2 {
  margin: -2px !important
}

.m--4 {
  margin: -4px !important
}

.m--8 {
  margin: -8px !important
}

.m--12 {
  margin: -12px !important
}

.m--16 {
  margin: -16px !important
}

.m--24 {
  margin: -24px !important
}

.m--32 {
  margin: -32px !important
}

.m--48 {
  margin: -48px !important
}

.m-x--2 {
  margin-left: -2px !important;
  margin-right: -2px !important
}

.m-x--4 {
  margin-left: -4px !important;
  margin-right: -4px !important
}

.m-x--8 {
  margin-left: -8px !important;
  margin-right: -8px !important
}

.m-x--12 {
  margin-left: -12px !important;
  margin-right: -12px !important
}

.m-x--16 {
  margin-left: -16px !important;
  margin-right: -16px !important
}

.m-x--24 {
  margin-left: -24px !important;
  margin-right: -24px !important
}

.m-x--32 {
  margin-left: -32px !important;
  margin-right: -32px !important
}

.m-x--48 {
  margin-left: -48px !important;
  margin-right: -48px !important
}

.m-y--2 {
  margin-top: -2px !important;
  margin-bottom: -2px !important
}

.m-y--4 {
  margin-top: -4px !important;
  margin-bottom: -4px !important
}

.m-y--8 {
  margin-top: -8px !important;
  margin-bottom: -8px !important
}

.m-y--12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important
}

.m-y--16 {
  margin-top: -16px !important;
  margin-bottom: -16px !important
}

.m-y--24 {
  margin-top: -24px !important;
  margin-bottom: -24px !important
}

.m-y--32 {
  margin-top: -32px !important;
  margin-bottom: -32px !important
}

.m-y--48 {
  margin-top: -48px !important;
  margin-bottom: -48px !important
}

.m-t--2 {
  margin-top: -2px !important
}

.m-t--4 {
  margin-top: -4px !important
}

.m-t--8 {
  margin-top: -8px !important
}

.m-t--12 {
  margin-top: -12px !important
}

.m-t--16 {
  margin-top: -16px !important
}

.m-t--24 {
  margin-top: -24px !important
}

.m-t--32 {
  margin-top: -32px !important
}

.m-t--48 {
  margin-top: -48px !important
}

.m-r--2 {
  margin-right: -2px !important
}

.m-r--4 {
  margin-right: -4px !important
}

.m-r--8 {
  margin-right: -8px !important
}

.m-r--12 {
  margin-right: -12px !important
}

.m-r--16 {
  margin-right: -16px !important
}

.m-r--24 {
  margin-right: -24px !important
}

.m-r--32 {
  margin-right: -32px !important
}

.m-r--48 {
  margin-right: -48px !important
}

.m-b--2 {
  margin-bottom: -2px !important
}

.m-b--4 {
  margin-bottom: -4px !important
}

.m-b--8 {
  margin-bottom: -8px !important
}

.m-b--12 {
  margin-bottom: -12px !important
}

.m-b--16 {
  margin-bottom: -16px !important
}

.m-b--24 {
  margin-bottom: -24px !important
}

.m-b--32 {
  margin-bottom: -32px !important
}

.m-b--48 {
  margin-bottom: -48px !important
}

.m-l--2 {
  margin-left: -2px !important
}

.m-l--4 {
  margin-left: -4px !important
}

.m-l--8 {
  margin-left: -8px !important
}

.m-l--12 {
  margin-left: -12px !important
}

.m-l--16 {
  margin-left: -16px !important
}

.m-l--24 {
  margin-left: -24px !important
}

.m-l--32 {
  margin-left: -32px !important
}

.m-l--48 {
  margin-left: -48px !important
}

.p-0 {
  padding: 0 !important
}

.p-2 {
  padding: 2px !important
}

.p-4 {
  padding: 4px !important
}

.p-8 {
  padding: 8px !important
}

.p-12 {
  padding: 12px !important
}

.p-16 {
  padding: 16px !important
}

.p-24 {
  padding: 24px !important
}

.p-32 {
  padding: 32px !important
}

.p-48 {
  padding: 48px !important
}

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.p-x-2 {
  padding-left: 2px !important;
  padding-right: 2px !important
}

.p-x-4 {
  padding-left: 4px !important;
  padding-right: 4px !important
}

.p-x-8 {
  padding-left: 8px !important;
  padding-right: 8px !important
}

.p-x-12 {
  padding-left: 12px !important;
  padding-right: 12px !important
}

.p-x-16 {
  padding-left: 16px !important;
  padding-right: 16px !important
}

.p-x-24 {
  padding-left: 24px !important;
  padding-right: 24px !important
}

.p-x-32 {
  padding-left: 32px !important;
  padding-right: 32px !important
}

.p-x-48 {
  padding-left: 48px !important;
  padding-right: 48px !important
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.p-y-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important
}

.p-y-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important
}

.p-y-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important
}

.p-y-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important
}

.p-y-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important
}

.p-y-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important
}

.p-y-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important
}

.p-y-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important
}

.p-t-0 {
  padding-top: 0 !important
}

.p-t-2 {
  padding-top: 2px !important
}

.p-t-4 {
  padding-top: 4px !important
}

.p-t-8 {
  padding-top: 8px !important
}

.p-t-12 {
  padding-top: 12px !important
}

.p-t-16 {
  padding-top: 16px !important
}

.p-t-24 {
  padding-top: 24px !important
}

.p-t-32 {
  padding-top: 32px !important
}

.p-t-48 {
  padding-top: 48px !important
}

.p-r-0 {
  padding-right: 0 !important
}

.p-r-2 {
  padding-right: 2px !important
}

.p-r-4 {
  padding-right: 4px !important
}

.p-r-8 {
  padding-right: 8px !important
}

.p-r-12 {
  padding-right: 12px !important
}

.p-r-16 {
  padding-right: 16px !important
}

.p-r-24 {
  padding-right: 24px !important
}

.p-r-32 {
  padding-right: 32px !important
}

.p-r-48 {
  padding-right: 48px !important
}

.p-b-0 {
  padding-bottom: 0 !important
}

.p-b-2 {
  padding-bottom: 2px !important
}

.p-b-4 {
  padding-bottom: 4px !important
}

.p-b-8 {
  padding-bottom: 8px !important
}

.p-b-12 {
  padding-bottom: 12px !important
}

.p-b-16 {
  padding-bottom: 16px !important
}

.p-b-24 {
  padding-bottom: 24px !important
}

.p-b-32 {
  padding-bottom: 32px !important
}

.p-b-48 {
  padding-bottom: 48px !important
}

.p-l-0 {
  padding-left: 0 !important
}

.p-l-2 {
  padding-left: 2px !important
}

.p-l-4 {
  padding-left: 4px !important
}

.p-l-8 {
  padding-left: 8px !important
}

.p-l-12 {
  padding-left: 12px !important
}

.p-l-16 {
  padding-left: 16px !important
}

.p-l-24 {
  padding-left: 24px !important
}

.p-l-32 {
  padding-left: 32px !important
}

.p-l-48 {
  padding-left: 48px !important
}

.b-0 {
  border: 0 !important
}

.b-1 {
  border: 1px solid rgba(0, 0, 0, .12) !important
}

.b-2 {
  border: 2px solid rgba(0, 0, 0, .12) !important
}

.b-4 {
  border: 4px solid rgba(0, 0, 0, .12) !important
}

.b-8 {
  border: 8px solid rgba(0, 0, 0, .12) !important
}

.b-t-0 {
  border-top: 0 !important
}

.b-t-1 {
  border-top: 1px solid rgba(0, 0, 0, .12) !important
}

.b-t-2 {
  border-top: 2px solid rgba(0, 0, 0, .12) !important
}

.b-t-4 {
  border-top: 4px solid rgba(0, 0, 0, .12) !important
}

.b-t-8 {
  border-top: 8px solid rgba(0, 0, 0, .12) !important
}

.b-b-0 {
  border-bottom: 0 !important
}

.b-b-1 {
  border-bottom: 1px solid rgba(0, 0, 0, .12) !important
}

.b-b-2 {
  border-bottom: 2px solid rgba(0, 0, 0, .12) !important
}

.b-b-4 {
  border-bottom: 4px solid rgba(0, 0, 0, .12) !important
}

.b-b-8 {
  border-bottom: 8px solid rgba(0, 0, 0, .12) !important
}

.b-l-0 {
  border-left: 0 !important
}

.b-l-1 {
  border-left: 1px solid rgba(0, 0, 0, .12) !important
}

.b-l-2 {
  border-left: 2px solid rgba(0, 0, 0, .12) !important
}

.b-l-4 {
  border-left: 4px solid rgba(0, 0, 0, .12) !important
}

.b-l-8 {
  border-left: 8px solid rgba(0, 0, 0, .12) !important
}

.b-r-0 {
  border-right: 0 !important
}

.b-r-1 {
  border-right: 1px solid rgba(0, 0, 0, .12) !important
}

.b-r-2 {
  border-right: 2px solid rgba(0, 0, 0, .12) !important
}

.b-r-4 {
  border-right: 4px solid rgba(0, 0, 0, .12) !important
}

.b-r-8 {
  border-right: 8px solid rgba(0, 0, 0, .12) !important
}

.b-y-0 {
  border-top: 0 !important;
  border-bottom: 0 !important
}

.b-y-1 {
  border-top: 1px solid rgba(0, 0, 0, .12) !important;
  border-bottom: 1px solid rgba(0, 0, 0, .12) !important
}

.b-y-2 {
  border-top: 2px solid rgba(0, 0, 0, .12) !important;
  border-bottom: 2px solid rgba(0, 0, 0, .12) !important
}

.b-y-4 {
  border-top: 4px solid rgba(0, 0, 0, .12) !important;
  border-bottom: 4px solid rgba(0, 0, 0, .12) !important
}

.b-y-8 {
  border-top: 8px solid rgba(0, 0, 0, .12) !important;
  border-bottom: 8px solid rgba(0, 0, 0, .12) !important
}

.b-x-0 {
  border-left: 0 !important;
  border-right: 0 !important
}

.b-x-1 {
  border-left: 1px solid rgba(0, 0, 0, .12) !important;
  border-right: 1px solid rgba(0, 0, 0, .12) !important
}

.b-x-2 {
  border-left: 2px solid rgba(0, 0, 0, .12) !important;
  border-right: 2px solid rgba(0, 0, 0, .12) !important
}

.b-x-4 {
  border-left: 4px solid rgba(0, 0, 0, .12) !important;
  border-right: 4px solid rgba(0, 0, 0, .12) !important
}

.b-x-8 {
  border-left: 8px solid rgba(0, 0, 0, .12) !important;
  border-right: 8px solid rgba(0, 0, 0, .12) !important
}

.border-0 {
  border-width: 0 !important
}

.border-1 {
  border-width: 1px !important
}

.border-2 {
  border-width: 2px !important
}

.border-4 {
  border-width: 4px !important
}

.border-8 {
  border-width: 8px !important
}

.border-t-0 {
  border-top-width: 0 !important
}

.border-t-1 {
  border-top-width: 1px !important
}

.border-t-2 {
  border-top-width: 2px !important
}

.border-t-4 {
  border-top-width: 4px !important
}

.border-t-8 {
  border-top-width: 8px !important
}

.border-b-0 {
  border-bottom-width: 0 !important
}

.border-b-1 {
  border-bottom-width: 1px !important
}

.border-b-2 {
  border-bottom-width: 2px !important
}

.border-b-4 {
  border-bottom-width: 4px !important
}

.border-b-8 {
  border-bottom-width: 8px !important
}

.border-l-0 {
  border-left-width: 0 !important
}

.border-l-1 {
  border-left-width: 1px !important
}

.border-l-2 {
  border-left-width: 2px !important
}

.border-l-4 {
  border-left-width: 4px !important
}

.border-l-8 {
  border-left-width: 8px !important
}

.border-r-0 {
  border-right-width: 0 !important
}

.border-r-1 {
  border-right-width: 1px !important
}

.border-r-2 {
  border-right-width: 2px !important
}

.border-r-4 {
  border-right-width: 4px !important
}

.border-r-8 {
  border-right-width: 8px !important
}

.border-y-0 {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important
}

.border-y-1 {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important
}

.border-y-2 {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important
}

.border-y-4 {
  border-top-width: 4px !important;
  border-bottom-width: 4px !important
}

.border-y-8 {
  border-top-width: 8px !important;
  border-bottom-width: 8px !important
}

.border-x-0 {
  border-left-width: 0 !important;
  border-right-width: 0 !important
}

.border-x-1 {
  border-left-width: 1px !important;
  border-right-width: 1px !important
}

.border-x-2 {
  border-left-width: 2px !important;
  border-right-width: 2px !important
}

.border-x-4 {
  border-left-width: 4px !important;
  border-right-width: 4px !important
}

.border-x-8 {
  border-left-width: 8px !important;
  border-right-width: 8px !important
}

.border-solid {
  border-style: solid !important
}

.border-dashed {
  border-style: dashed !important
}

.border-dotted {
  border-style: dotted !important
}

.border-double {
  border-style: double !important
}

.border-hidden {
  border-style: hidden !important
}

.border-none {
  border-style: none !important
}

.border-t-solid {
  border-top-style: solid !important
}

.border-t-dashed {
  border-top-style: dashed !important
}

.border-t-dotted {
  border-top-style: dotted !important
}

.border-t-double {
  border-top-style: double !important
}

.border-t-hidden {
  border-top-style: hidden !important
}

.border-t-none {
  border-top-style: none !important
}

.border-b-solid {
  border-bottom-style: solid !important
}

.border-b-dashed {
  border-bottom-style: dashed !important
}

.border-b-dotted {
  border-bottom-style: dotted !important
}

.border-b-double {
  border-bottom-style: double !important
}

.border-b-hidden {
  border-bottom-style: hidden !important
}

.border-b-none {
  border-bottom-style: none !important
}

.border-l-solid {
  border-left-style: solid !important
}

.border-l-dashed {
  border-left-style: dashed !important
}

.border-l-dotted {
  border-left-style: dotted !important
}

.border-l-double {
  border-left-style: double !important
}

.border-l-hidden {
  border-left-style: hidden !important
}

.border-l-none {
  border-left-style: none !important
}

.border-r-solid {
  border-right-style: solid !important
}

.border-r-dashed {
  border-right-style: dashed !important
}

.border-r-dotted {
  border-right-style: dotted !important
}

.border-r-double {
  border-right-style: double !important
}

.border-r-hidden {
  border-right-style: hidden !important
}

.border-r-none {
  border-right-style: none !important
}

.border-y-solid {
  border-top-style: solid !important;
  border-bottom-style: solid !important
}

.border-y-dashed {
  border-top-style: dashed !important;
  border-bottom-style: dashed !important
}

.border-y-dotted {
  border-top-style: dotted !important;
  border-bottom-style: dotted !important
}

.border-y-double {
  border-top-style: double !important;
  border-bottom-style: double !important
}

.border-y-hidden {
  border-top-style: hidden !important;
  border-bottom-style: hidden !important
}

.border-y-none {
  border-top-style: none !important;
  border-bottom-style: none !important
}

.border-x-solid {
  border-left-style: solid !important;
  border-right-style: solid !important
}

.border-x-dashed {
  border-left-style: dashed !important;
  border-right-style: dashed !important
}

.border-x-dotted {
  border-left-style: dotted !important;
  border-right-style: dotted !important
}

.border-x-double {
  border-left-style: double !important;
  border-right-style: double !important
}

.border-x-hidden {
  border-left-style: hidden !important;
  border-right-style: hidden !important
}

.border-x-none {
  border-left-style: none !important;
  border-right-style: none !important
}

.r-0 {
  border-radius: 0 !important
}

.r-4 {
  border-radius: 4px !important
}

.r-8 {
  border-radius: 8px !important
}

.r-12 {
  border-radius: 12px !important
}

.r-16 {
  border-radius: 16px !important
}

.r-full {
  border-radius: 9999px !important
}

.r-t-l-0 {
  border-top-left-radius: 0 !important
}

.r-t-l-4 {
  border-top-left-radius: 4px !important
}

.r-t-l-8 {
  border-top-left-radius: 8px !important
}

.r-t-l-12 {
  border-top-left-radius: 12px !important
}

.r-t-l-16 {
  border-top-left-radius: 16px !important
}

.r-t-l-full {
  border-top-left-radius: 9999px !important
}

.r-t-r-0 {
  border-top-right-radius: 0 !important
}

.r-t-r-4 {
  border-top-right-radius: 4px !important
}

.r-t-r-8 {
  border-top-right-radius: 8px !important
}

.r-t-r-12 {
  border-top-right-radius: 12px !important
}

.r-t-r-16 {
  border-top-right-radius: 16px !important
}

.r-t-r-full {
  border-top-right-radius: 9999px !important
}

.r-b-r-0 {
  border-bottom-right-radius: 0 !important
}

.r-b-r-4 {
  border-bottom-right-radius: 4px !important
}

.r-b-r-8 {
  border-bottom-right-radius: 8px !important
}

.r-b-r-12 {
  border-bottom-right-radius: 12px !important
}

.r-b-r-16 {
  border-bottom-right-radius: 16px !important
}

.r-b-r-full {
  border-bottom-right-radius: 9999px !important
}

.r-b-l-0 {
  border-bottom-left-radius: 0 !important
}

.r-b-l-4 {
  border-bottom-left-radius: 4px !important
}

.r-b-l-8 {
  border-bottom-left-radius: 8px !important
}

.r-b-l-12 {
  border-bottom-left-radius: 12px !important
}

.r-b-l-16 {
  border-bottom-left-radius: 16px !important
}

.r-b-l-full {
  border-bottom-left-radius: 9999px !important
}

.r-t-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.r-t-4 {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important
}

.r-t-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important
}

.r-t-12 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important
}

.r-t-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important
}

.r-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important
}

.r-b-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.r-b-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important
}

.r-b-8 {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important
}

.r-b-12 {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important
}

.r-b-16 {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important
}

.r-b-full {
  border-bottom-left-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important
}

.r-l-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.r-l-4 {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important
}

.r-l-8 {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important
}

.r-l-12 {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important
}

.r-l-16 {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important
}

.r-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important
}

.r-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.r-r-4 {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important
}

.r-r-8 {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important
}

.r-r-12 {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important
}

.r-r-16 {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important
}

.r-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important
}

.f-s-0 {
  font-size: 0 !important
}

.f-s-10 {
  font-size: 10px !important
}

.f-s-12 {
  font-size: 12px !important
}

.f-s-14 {
  font-size: 14px !important
}

.f-s-16 {
  font-size: 16px !important
}

.f-s-18 {
  font-size: 18px !important
}

.f-s-20 {
  font-size: 20px !important
}

.f-w-100 {
  font-weight: 100 !important
}

.f-w-200 {
  font-weight: 200 !important
}

.f-w-300 {
  font-weight: 300 !important
}

.f-w-400 {
  font-weight: 400 !important
}

.f-w-500 {
  font-weight: 500 !important
}

.f-w-600 {
  font-weight: 600 !important
}

.f-w-700 {
  font-weight: 700 !important
}

.f-w-800 {
  font-weight: 800 !important
}

.f-w-900 {
  font-weight: 900 !important
}

.font-italic {
  font-style: italic !important
}

.font-normal {
  font-style: normal !important
}

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

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

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

.text-none {
  text-decoration: none !important
}

.text-underline {
  text-decoration: underline !important
}

.text-line-through {
  text-decoration: line-through !important
}

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

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

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

.text-wrap {
  white-space: normal !important
}

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

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}

.text-ellipsis {
  text-overflow: ellipsis !important
}

.text-reset {
  color: inherit !important
}

.text-current {
  color: currentColor !important
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.overflow-x-auto {
  overflow-x: auto !important
}

.overflow-x-hidden {
  overflow-x: hidden !important
}

.overflow-x-visible {
  overflow-x: visible !important
}

.overflow-x-scroll {
  overflow-x: scroll !important
}

.overflow-y-auto {
  overflow-y: auto !important
}

.overflow-y-hidden {
  overflow-y: hidden !important
}

.overflow-y-visible {
  overflow-y: visible !important
}

.overflow-y-scroll {
  overflow-y: scroll !important
}

.cursor-default {
  cursor: default !important
}

.cursor-pointer {
  cursor: pointer !important
}

.cursor-text {
  cursor: text !important
}

.cursor-move {
  cursor: move !important
}

.cursor-copy {
  cursor: copy !important
}

.cursor-not-allowed {
  cursor: not-allowed !important
}

.select-all {
  -webkit-user-select: all !important;
  user-select: all !important
}

.select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important
}

.select-none {
  -webkit-user-select: none !important;
  user-select: none !important
}

.pointer-events-none {
  pointer-events: none !important
}

.pointer-events-auto {
  pointer-events: auto !important
}

.object-contain {
  object-fit: contain !important
}

.object-cover {
  object-fit: cover !important
}

.object-fill {
  object-fit: fill !important
}

.object-none {
  object-fit: none !important
}

.object-scale-down {
  object-fit: scale-down !important
}

.object-top {
  object-position: top !important
}

.object-bottom {
  object-position: bottom !important
}

.object-center {
  object-position: center !important
}

.object-left {
  object-position: left !important
}

.object-left-top {
  object-position: left top !important
}

.object-left-bottom {
  object-position: left bottom !important
}

.object-right {
  object-position: right !important
}

.object-right-top {
  object-position: right top !important
}

.object-right-bottom {
  object-position: right bottom !important
}

formly-wrapper-mat-form-field .mat-mdc-form-field {
  width: 100%
}

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.toast-top-center,
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%
}

.toast-bottom-center,
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%
}

.toast-top-left {
  top: 12px;
  left: 12px
}

.toast-top-right {
  top: 12px;
  right: 12px
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px
}

.toast-title {
  font-weight: 700
}

.toast-message {
  word-wrap: break-word
}

.toast-message a:hover {
  color: #ccc;
  text-decoration: none
}

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #fff
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999;
  color: #fff;
  min-height: 48px;
  padding: 14px 16px;
  color: #ffffffb3;
  background-color: #247cfd;
  border-radius: 4px;
  box-shadow: 0 3px 5px -1px #0003, 0 6px 10px #00000024, 0 1px 18px #0000001f
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer;
  box-shadow: 0 6px 6px -3px #0003, 0 10px 14px 1px #00000024, 0 4px 18px 3px #0000001f
}

.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+)
}

.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+)
}

.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==)
}

.toast-container.toast-bottom-center .ngx-toastr,
.toast-container.toast-top-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto
}

.toast-container.toast-bottom-full-width .ngx-toastr,
.toast-container.toast-top-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto
}

.toast-success {
  background-color: #51a351
}

.toast-error {
  background-color: #bd362f
}

.toast-info {
  background-color: #2f96b4
}

.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
  background-color: #f89406
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4
}

@media all and (max-width:240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em
  }

  .toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }
}

@media all and (min-width:241px) and (max-width:480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em
  }

  .toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }
}

@media all and (min-width:481px) and (max-width:768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em
  }
}

.toast-container .toast-error,
.toast-container .toast-info,
.toast-container .toast-success,
.toast-container .toast-warning {
  padding-left: 50px;
  color: #fff
}

.toast-container .toast-success {
  background-color: #4caf50
}

.toast-container .toast-warning {
  background-color: #ff9800
}

.toast-container .toast-close-button {
  font-size: inherit;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.toast-container .toast-close-button:hover {
  color: inherit;
  opacity: .6
}

mat-error {
  color: red !important
}