/**
 * Applies styles for users in high contrast mode. Note that this only applies
 * to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
 * attribute, however Chrome handles high contrast differently.
 */
/* Theme for the ripple elements.*/
/** The mixins below are shared between md-menu and md-select */
/**
 * This mixin adds the correct panel transform styles based
 * on the direction that the menu panel opens.
 */
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/**
 * This mixin contains shared option styles between the select and
 * autocomplete components.
 */
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }

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

.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }

.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px; }

.mat-h5, .mat-typography h5 {
  font-size: 11.62px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-h6, .mat-typography h6 {
  font-size: 9.38px;
  font-weight: 400;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  line-height: 20px;
  margin: 0 0 12px; }

.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
  .mat-body p, .mat-body-1 p, .mat-typography p {
    margin: 0 0 12px; }

.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }

.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }

.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }

.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px; }

.mat-button, .mat-raised-button, .mat-icon-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-card-title {
  font-size: 24px;
  font-weight: 400; }

.mat-card-subtitle,
.mat-card-content,
.mat-card-header .mat-card-title {
  font-size: 14px; }

.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px; }

.mat-chip:not(.mat-basic-chip) {
  font-size: 13px;
  line-height: 16px; }

.mat-header-cell {
  font-size: 12px;
  font-weight: 500; }

.mat-cell {
  font-size: 14px; }

.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-calendar-body {
  font-size: 13px; }

.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500; }

.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400; }

.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif; }

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px; }
  .mat-grid-tile-header .mat-line,
  .mat-grid-tile-footer .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-grid-tile-header .mat-line:nth-child(n+2),
    .mat-grid-tile-footer .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-input-container {
  font: 400 inherit/1.125 Roboto, "Helvetica Neue", sans-serif; }

.mat-input-wrapper {
  padding-bottom: 1.296875em; }

.mat-input-prefix .mat-icon,
.mat-input-prefix .mat-datepicker-toggle,
.mat-input-suffix .mat-icon,
.mat-input-suffix .mat-datepicker-toggle {
  font-size: 150%; }

.mat-input-prefix .mat-icon-button,
.mat-input-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em; }
  .mat-input-prefix .mat-icon-button .mat-icon,
  .mat-input-suffix .mat-icon-button .mat-icon {
    line-height: 1.5; }

.mat-input-infix {
  padding: 0.4375em 0;
  border-top: 0.84375em solid transparent; }

.mat-input-element:-webkit-autofill + .mat-input-placeholder-wrapper .mat-float {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.33333333%; }

.mat-input-placeholder-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em; }

.mat-input-placeholder {
  top: 1.28125em; }
  .mat-input-placeholder.mat-float:not(.mat-empty), .mat-focused .mat-input-placeholder.mat-float {
    transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
    -ms-transform: translateY(-1.28125em) scale(0.75);
    width: 133.33333333%; }

.mat-input-underline {
  bottom: 1.296875em; }

.mat-input-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.60416667em;
  top: calc(100% - 1.72916667em); }

.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-paginator {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px; }

.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px; }

.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-select-trigger {
  font-size: 16px; }

.mat-slide-toggle-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }

.mat-slider-thumb-label-text {
  font-size: 12px;
  font-weight: 500; }

.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500; }

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0; }

.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px; }

.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif; }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item {
  font-size: 16px; }
  .mat-list .mat-list-item .mat-line, .mat-nav-list .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 14px; }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-list[dense] .mat-list-item, .mat-nav-list[dense] .mat-list-item {
  font-size: 12px; }
  .mat-list[dense] .mat-list-item .mat-line, .mat-nav-list[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 12px; }

.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader {
  font: 500 12px Roboto, "Helvetica Neue", sans-serif; }

.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px; }

.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }

.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px; }

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500; }

.mat-ripple {
  overflow: hidden; }

.mat-ripple.mat-ripple-unbounded {
  overflow: visible; }

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0); }

.mat-option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  outline: none; }
  .mat-option[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-option {
    text-align: right; }
  .mat-option .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-option .mat-icon {
      margin-left: 16px;
      margin-right: 0; }
  .mat-option[aria-disabled='true'] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default; }
  .mat-optgroup .mat-option:not(.mat-option-multiple) {
    padding-left: 32px; }
    [dir='rtl'] .mat-optgroup .mat-option:not(.mat-option-multiple) {
      padding-left: 16px;
      padding-right: 32px; }

.mat-option-ripple {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none; }
  @media screen and (-ms-high-contrast: active) {
    .mat-option-ripple {
      opacity: 0.5; } }

.mat-option-pseudo-checkbox {
  margin-right: 8px; }
  [dir='rtl'] .mat-option-pseudo-checkbox {
    margin-left: 8px;
    margin-right: 0; }

.mat-optgroup-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 48px;
  height: 48px;
  padding: 0 16px;
  text-align: left;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
  .mat-optgroup-label[disabled] {
    cursor: default; }
  [dir='rtl'] .mat-optgroup-label {
    text-align: right; }
  .mat-optgroup-label .mat-icon {
    margin-right: 16px; }
    [dir='rtl'] .mat-optgroup-label .mat-icon {
      margin-left: 16px;
      margin-right: 0; }

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px; }

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.cdk-overlay-container {
  position: fixed;
  z-index: 1000; }

.cdk-global-overlay-wrapper {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1000; }

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000; }

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0; }
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0.48; }

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.6); }

.cdk-overlay-transparent-backdrop {
  background: none; }

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-option {
  color: rgba(0, 0, 0, 0.87); }
  .mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-option.mat-selected.mat-primary, .mat-primary .mat-option.mat-selected {
    color: #f7b200; }
  .mat-option.mat-selected.mat-accent, .mat-accent .mat-option.mat-selected {
    color: #363d48; }
  .mat-option.mat-selected.mat-warn, .mat-warn .mat-option.mat-selected {
    color: #f44336; }
  .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0, 0, 0, 0.04); }
  .mat-option.mat-active {
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.87); }
  .mat-option.mat-option-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38); }

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54); }
  .mat-pseudo-checkbox::after {
    color: #fafafa; }

.mat-pseudo-checkbox-checked.mat-primary,
.mat-pseudo-checkbox-indeterminate.mat-primary,
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #f7b200; }

.mat-pseudo-checkbox-checked.mat-accent,
.mat-pseudo-checkbox-indeterminate.mat-accent,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #363d48; }

.mat-pseudo-checkbox-checked.mat-warn,
.mat-pseudo-checkbox-indeterminate.mat-warn,
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #f44336; }

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0; }

.mat-app-background {
  background-color: #fafafa; }

.mat-theme-loaded-marker {
  display: none; }

.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
    background: white;
    color: rgba(0, 0, 0, 0.87); }

.mat-button, .mat-icon-button {
  background: transparent; }
  .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(247, 178, 0, 0.12); }
  .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(54, 61, 72, 0.12); }
  .mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(244, 67, 54, 0.12); }
  .mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay {
    background-color: transparent; }
  .mat-button.mat-primary, .mat-icon-button.mat-primary {
    color: #f7b200; }
  .mat-button.mat-accent, .mat-icon-button.mat-accent {
    color: #363d48; }
  .mat-button.mat-warn, .mat-icon-button.mat-warn {
    color: #f44336; }
  .mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }

.mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white; }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    color: white; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    color: white; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    color: white; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    color: rgba(0, 0, 0, 0.38); }
  .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
    background-color: #f7b200; }
  .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
    background-color: #363d48; }
  .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
    background-color: #f44336; }
  .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
    background-color: rgba(0, 0, 0, 0.12); }
  .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }
  .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
    background-color: rgba(255, 255, 255, 0.2); }

.mat-button.mat-primary .mat-ripple-element {
  background-color: rgba(247, 178, 0, 0.1); }

.mat-button.mat-accent .mat-ripple-element {
  background-color: rgba(54, 61, 72, 0.1); }

.mat-button.mat-warn .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1); }

.mat-icon-button.mat-primary .mat-ripple-element {
  background-color: rgba(247, 178, 0, 0.2); }

.mat-icon-button.mat-accent .mat-ripple-element {
  background-color: rgba(54, 61, 72, 0.2); }

.mat-icon-button.mat-warn .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.2); }

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
    background-color: rgba(0, 0, 0, 0.06); }

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: black; }

.mat-button-toggle-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38); }
  .mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #bdbdbd; }

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-checkbox-checkmark {
  fill: #fafafa; }

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important; }

.mat-checkbox-mixedmark {
  background-color: #fafafa; }

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #f7b200; }

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #363d48; }

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #f44336; }

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0; }

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0; }

.mat-checkbox-disabled .mat-checkbox-label {
  color: #b0b0b0; }

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(247, 178, 0, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(54, 61, 72, 0.26); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.26); }

.mat-chip:not(.mat-basic-chip) {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87); }

.mat-chip.mat-chip-selected:not(.mat-basic-chip) {
  background-color: #808080;
  color: rgba(255, 255, 255, 0.87); }
  .mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-primary {
    background-color: #f7b200;
    color: white; }
  .mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-accent {
    background-color: #363d48;
    color: white; }
  .mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-warn {
    background-color: #f44336;
    color: white; }

.mat-table {
  background: white; }

.mat-row, .mat-header-row {
  border-bottom-color: rgba(0, 0, 0, 0.12); }

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54); }

.mat-cell {
  color: rgba(0, 0, 0, 0.87); }

.mat-datepicker-content {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54); }

.mat-calendar-next-button,
.mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38); }

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12); }

.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54); }

.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent; }
  .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
    color: rgba(0, 0, 0, 0.38); }

:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04); }

.mat-calendar-body-selected {
  background-color: #f7b200;
  color: white; }

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(247, 178, 0, 0.4); }

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white; }

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18); }

.mat-dialog-container {
  background: white;
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel {
  background: white;
  color: black; }

.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-expansion-panel-header:focus,
.mat-expansion-panel-header:hover {
  background: rgba(0, 0, 0, 0.04); }

.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87); }

.mat-expansion-panel-header-description {
  color: rgba(0, 0, 0, 0.54); }

.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54); }

.mat-icon.mat-primary {
  color: #f7b200; }

.mat-icon.mat-accent {
  color: #363d48; }

.mat-icon.mat-warn {
  color: #f44336; }

.mat-input-placeholder {
  color: rgba(0, 0, 0, 0.38); }

.mat-focused .mat-input-placeholder {
  color: #f7b200; }
  .mat-focused .mat-input-placeholder.mat-accent {
    color: #363d48; }
  .mat-focused .mat-input-placeholder.mat-warn {
    color: #f44336; }

.mat-input-element:disabled {
  color: rgba(0, 0, 0, 0.38); }

input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placeholder-required,
.mat-focused .mat-input-placeholder.mat-float .mat-placeholder-required {
  color: #363d48; }

.mat-input-underline {
  background-color: rgba(0, 0, 0, 0.12); }

.mat-input-ripple {
  background-color: #f7b200; }
  .mat-input-ripple.mat-accent {
    background-color: #363d48; }
  .mat-input-ripple.mat-warn {
    background-color: #f44336; }

.mat-input-invalid .mat-input-placeholder {
  color: #f44336; }
  .mat-input-invalid .mat-input-placeholder.mat-accent,
  .mat-input-invalid .mat-input-placeholder.mat-float .mat-placeholder-required {
    color: #f44336; }

.mat-input-invalid .mat-input-ripple {
  background-color: #f44336; }

.mat-input-error {
  color: #f44336; }

.mat-list .mat-list-item, .mat-nav-list .mat-list-item {
  color: rgba(0, 0, 0, 0.87); }

.mat-list .mat-subheader, .mat-nav-list .mat-subheader {
  color: rgba(0, 0, 0, 0.54); }

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12); }

.mat-nav-list .mat-list-item {
  outline: none; }
  .mat-nav-list .mat-list-item:hover, .mat-nav-list .mat-list-item.mat-list-item-focus {
    background: rgba(0, 0, 0, 0.04); }

.mat-menu-content {
  background: white; }

.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87); }
  .mat-menu-item[disabled] {
    color: rgba(0, 0, 0, 0.38); }
  .mat-menu-item .mat-icon {
    color: rgba(0, 0, 0, 0.54);
    vertical-align: middle; }
  .mat-menu-item:hover:not([disabled]), .mat-menu-item:focus:not([disabled]) {
    background: rgba(0, 0, 0, 0.04); }

.mat-paginator {
  background: white; }

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54); }

.mat-paginator-increment,
.mat-paginator-decrement {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54); }

.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-decrement {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23ffd25e%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar-buffer {
  background-color: #ffd25e; }

.mat-progress-bar-fill::after {
  background-color: #f7b200; }

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%230a0c0e%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #0a0c0e; }

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #363d48; }

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23ffcdd2%27%2F%3E%3C%2Fsvg%3E"); }

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ffcdd2; }

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #f44336; }

.mat-progress-spinner path, .mat-spinner path {
  stroke: #f7b200; }

.mat-progress-spinner.mat-accent path, .mat-spinner.mat-accent path {
  stroke: #363d48; }

.mat-progress-spinner.mat-warn path, .mat-spinner.mat-warn path {
  stroke: #f44336; }

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54); }

.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38); }

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f7b200; }

.mat-radio-button.mat-primary .mat-radio-inner-circle {
  background-color: #f7b200; }

.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(247, 178, 0, 0.26); }

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #363d48; }

.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #363d48; }

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(54, 61, 72, 0.26); }

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f44336; }

.mat-radio-button.mat-warn .mat-radio-inner-circle {
  background-color: #f44336; }

.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.26); }

.mat-select-trigger,
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.38); }

.mat-select-underline {
  background-color: rgba(0, 0, 0, 0.12); }

.mat-select-disabled .mat-select-value,
.mat-select-arrow,
.mat-select-trigger {
  color: rgba(0, 0, 0, 0.38); }

.mat-select-content, .mat-select-panel-done-animating {
  background: white; }

.mat-select-value {
  color: rgba(0, 0, 0, 0.87); }

.mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-arrow {
  color: #f7b200; }

.mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-underline {
  background-color: #f7b200; }

.mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-arrow {
  color: #363d48; }

.mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-underline {
  background-color: #363d48; }

.mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-arrow,
.mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-trigger,
.mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-arrow {
  color: #f44336; }

.mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-underline,
.mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-underline {
  background-color: #f44336; }

.mat-sidenav-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87); }

.mat-sidenav {
  background-color: white;
  color: rgba(0, 0, 0, 0.87); }
  .mat-sidenav.mat-sidenav-push {
    background-color: white; }

.mat-sidenav-backdrop.mat-sidenav-shown {
  background-color: rgba(0, 0, 0, 0.6); }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #363d48; }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(54, 61, 72, 0.5); }

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle .mat-ripple-element {
  background-color: rgba(54, 61, 72, 0.12); }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #f7b200; }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(247, 178, 0, 0.5); }

.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-primary .mat-ripple-element {
  background-color: rgba(247, 178, 0, 0.12); }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #f44336; }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: rgba(244, 67, 54, 0.5); }

.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.06); }

.mat-slide-toggle.mat-warn .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.12); }

.mat-disabled .mat-slide-toggle-thumb {
  background-color: #bdbdbd; }

.mat-disabled .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-slide-toggle-thumb {
  background-color: #fafafa; }

.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #f7b200; }

.mat-primary .mat-slider-thumb-label-text {
  color: white; }

.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #363d48; }

.mat-accent .mat-slider-thumb-label-text {
  color: white; }

.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #f44336; }

.mat-warn .mat-slider-thumb-label-text {
  color: white; }

.mat-slider-focus-ring {
  background-color: rgba(54, 61, 72, 0.2); }

.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38); }

.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12); }

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: black; }

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38); }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26); }

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7); }

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none; }

.mat-tab-label:focus {
  background-color: rgba(255, 210, 94, 0.3); }

.mat-ink-bar {
  background-color: #f7b200; }

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87); }
  .mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
    color: rgba(0, 0, 0, 0.38); }

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87); }
  .mat-toolbar.mat-primary {
    background: #f7b200;
    color: white; }
  .mat-toolbar.mat-accent {
    background: #363d48;
    color: white; }
  .mat-toolbar.mat-warn {
    background: #f44336;
    color: white; }

.mat-tooltip {
  background: rgba(97, 97, 97, 0.9); }

.u--spacer {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.u--shadow {
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.24); }

.u--z-index-1 {
  z-index: 1; }

.u--z-index-10 {
  z-index: 10; }

.u--delete-row {
  color: #999999;
  font-size: 20px; }

.u--pading-15 {
  padding: 15px; }

.u--height-100 {
  height: 100%; }

.u--font-weight--400 {
  font-weight: 400; }

.u--text-center {
  text-align: center; }

.u--text-right {
  text-align: right; }

.u--text-left {
  text-align: left; }

.u--width-100 {
  width: 100%; }

.u--text-white {
  color: #ffffff; }

.u--full-width {
  width: 100%; }

.u--text-12 {
  font-size: 12px; }

.u--bg-white {
  background-color: #ffffff; }

.u--text-primary {
  color: #f7b200; }

.u--text-error {
  color: #f44336; }

.u--text-nowrap {
  white-space: nowrap; }

.u--pointer {
  outline: 0;
  cursor: pointer; }

.u--height-100vh {
  height: 100vh; }

.mb-10 {
  margin-bottom: 10px; }

md-icon {
  vertical-align: middle; }
  md-icon.md-icon--sm {
    font-size: 18px;
    height: 18px;
    width: 18px; }
  md-icon.md-icon--md {
    font-size: 20px;
    height: 20px;
    width: 20px; }

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px; }
  .table .first-image .image-prev {
    background-color: #999999; }
  .table md-icon {
    color: #576174; }
  .table tr:hover, .table .table__tr:hover {
    z-index: 10; }
  .table .handle {
    cursor: move; }
  .table th, .table .table__th {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    height: 56px; }
  .table td, .table .table__tr td {
    font-size: 13px;
    height: 70px; }
  .table thead tr {
    border-bottom: 1px solid #E0E0E0; }
  .table tbody td {
    border-bottom: 1px solid #E0E0E0; }
  .table td, .table th, .table .table__tr td, .table .table__th, .table .table__td {
    vertical-align: middle;
    padding: 10px 14px;
    font-weight: 400; }
  .table.table--align-left td, .table.table--align-left th, .table.table--align-left .table__tr td, .table.table--align-left .table__th, .table.table--align-left .table__td {
    text-align: left; }
  .table.table--white td, .table.table--white th, .table.table--white .table__tr td, .table.table--white .table__th, .table.table--white .table__td {
    background-color: white; }
  .table.table--editable .mat-input-container {
    margin-top: 9px; }
  .table.table--editable app-error-message {
    display: block;
    margin-top: -13px;
    position: relative; }
  .table.table--editable .form-error-container {
    margin: 0px;
    text-align: left; }
  .table.table--editable .table__neasted-td .form-error-container {
    margin-top: -5px; }
  .table.table--editable .mat-input-element:disabled {
    color: rgba(0, 0, 0, 0.87); }
  .table.table--editable .mat-select-disabled .mat-select-value-text {
    color: rgba(0, 0, 0, 0.87); }
  .table.table--editable .mat-select-disabled .mat-select-arrow {
    display: none; }
  .table.table--editable .table__td .mat-input-container, .table.table--editable td .mat-input-container {
    width: 100%; }
  .table.table--editable .table__td .mat-input-element, .table.table--editable td .mat-input-element {
    font-size: 13px; }
  .table.table--editable .table__td .mat-input-wrapper, .table.table--editable td .mat-input-wrapper {
    margin: 0px !important; }
  .table.table--editable .table__td md-select .mat-select-trigger, .table.table--editable td md-select .mat-select-trigger {
    font-size: 13px; }
  .table.table--editable .table__td .mat-input-underline, .table.table--editable .table__td .mat-select-underline, .table.table--editable td .mat-input-underline, .table.table--editable td .mat-select-underline {
    opacity: 0; }
  .table.table--editable .edit-mode td {
    background-color: #FCFCFC; }
  .table.table--editable .edit-mode .mat-input-underline, .table.table--editable .edit-mode .mat-select-underline {
    opacity: 1; }

.table__neasted-wrapper {
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: height;
  height: 0; }
  .table__neasted-wrapper .mat-input-placeholder.mat-float.mat-focused, .table__neasted-wrapper .mat-input-placeholder.mat-float:not(.mat-empty) {
    transform: translateY(-1.35em) scale(0.85); }
  .table__neasted-wrapper .mat-input-container {
    width: 100%;
    font-size: 13px; }
  .table__neasted-wrapper .mat-input-placeholder {
    color: #f7b200; }
  .table__neasted-wrapper .mat-input-element {
    font-size: 13px; }
  .table__neasted-wrapper .table__neasted-td {
    padding: 0 14px; }
  .table__neasted-wrapper .table__neasted {
    background: #FCFCFC;
    padding: 20px 0px;
    box-shadow: inset 1px 4px 9px -6px #000; }

.table__flex .table__head .table__tr {
  background-color: white;
  height: 56px !important; }

.table__flex .table__head .table__th {
  height: auto; }

.table__flex .table__body {
  background-color: white; }

.table__flex .table__body .table__tr {
  min-height: 68px !important;
  border-top: 1px solid #E0E0E0;
  height: auto; }

.table__flex .table__body .table__td {
  height: auto; }

.gu-mirror.table__tr {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  cursor: hand !important; }
  .gu-mirror.table__tr td {
    vertical-align: middle;
    padding: 10px 24px;
    font-weight: 400;
    font-size: 13px;
    height: 68px;
    background-color: white;
    text-align: left; }

.c-table {
  width: 100%; }

.image-prev {
  width: 50px;
  height: 50px;
  border: 2px solid #f7b200;
  background-color: white;
  border-radius: 2px;
  display: block;
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform; }
  .image-prev .image-prev__progress md-progress-spinner {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto; }
  .image-prev .image-prev__progress p {
    font-size: 11px;
    line-height: 47px;
    margin: 0px;
    text-align: center;
    font-weight: 700;
    color: #f7b200; }
  .image-prev.image-prev--edit-mode {
    border: 2px dashed #f7b200; }
  .image-prev .image-prev__dragDrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .image-prev .image-prev__dragDrop label {
      width: 100%;
      height: 100%;
      display: block;
      cursor: pointer; }
    .image-prev .image-prev__dragDrop input {
      display: none; }
  .image-prev .image-prev__inner {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAyAAD/4QMzaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzMiA3OS4xNTkyODQsIDIwMTYvMDQvMTktMTM6MTM6NDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1LjUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkEzMTQ5MjIwQzA5MTFFN0IzN0ZDNTIxM0VGMkJENTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkEzMTQ5MjMwQzA5MTFFN0IzN0ZDNTIxM0VGMkJENTgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTMxNDkyMDBDMDkxMUU3QjM3RkM1MjEzRUYyQkQ1OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQTMxNDkyMTBDMDkxMUU3QjM3RkM1MjEzRUYyQkQ1OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAgGBgYGBggGBggM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); }
  .image-prev:hover {
    z-index: 10;
    transform: scale(3); }

.table__td app-error-message {
  margin-top: 0px !important; }

.table__td .mat-checkbox {
  display: block; }

.table__td md-input-container {
  margin-top: 0px !important; }
  .table__td md-input-container .mat-input-wrapper {
    padding-bottom: 10px !important; }
  .table__td md-input-container .mat-input-underline {
    bottom: 10px !important; }

.image-prev__wrapper {
  white-space: nowrap; }
  .image-prev__wrapper > * {
    display: inline-block;
    vertical-align: middle; }

.btn__group {
  white-space: nowrap; }
  .btn__group button,
  .btn__group a {
    margin: 5px; }
    .btn__group button + .btn__group button,
    .btn__group a + .btn__group button, .btn__group button +
    .btn__group a,
    .btn__group a +
    .btn__group a {
      margin-left: 20px !important; }
    .btn__group button:first-child,
    .btn__group a:first-child {
      margin-left: 0; }
    .btn__group button:last-child,
    .btn__group a:last-child {
      margin-right: 0; }

button.btn--sm,
a.btn--sm {
  min-width: 68px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px; }

.btn--full-width {
  display: block;
  width: 100%; }

.btn-primary {
  color: #ffffff !important;
  background-color: #f7b200;
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.24); }

.btn-flat {
  display: inline-block;
  padding: 8px 12px;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; }

.md-spinner--xs {
  margin-top: -5px;
  height: 20px !important;
  width: 20px !important; }

.md-spinner--sm {
  height: 24px !important;
  width: 24px !important; }
  .md-spinner--sm path {
    stroke-width: 15px !important; }

.md-spinner--inline {
  display: inline-block !important; }

.md-spinner--white path {
  stroke: white !important; }

.md-spinner--animated-show {
  width: 0px !important;
  visibility: hidden;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: visibility, width; }
  .md-spinner--animated-show.md-spinner--show {
    width: 24px !important;
    visibility: visible; }

.filters .mat-input-container, .filters .mat-select-trigger {
  font-size: .8em; }

.filters .mat-select {
  padding-bottom: 7px; }

.filters .mat-select-placeholder.mat-floating-placeholder {
  top: -16px !important; }

.filters .mat-select-trigger {
  min-width: 100px; }

.mat-chip {
  margin-bottom: 5px !important; }
  .mat-chip.md-chip--small {
    font-size: 11px !important;
    padding: 4px 6px !important;
    margin: 2px;
    border-radius: 11px;
    font-weight: 500; }
  .mat-chip.md-chip--ellipsis span {
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 13px;
    display: block;
    overflow: hidden; }
  .mat-chip.md-chip--icon {
    position: relative; }
    .mat-chip.md-chip--icon .mat-icon {
      position: absolute;
      font-size: 12px;
      visibility: hidden;
      opacity: 0;
      height: 14px;
      width: 14px;
      font-weight: 700;
      text-align: center;
      line-height: 14px;
      top: -5px;
      border-radius: 50px;
      right: -5px;
      transition: 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
      background-color: #f7b200;
      cursor: pointer; }
    .mat-chip.md-chip--icon:hover .mat-icon {
      opacity: 1;
      visibility: visible; }

.import-file__view {
  padding: 20px; }
  .import-file__view .import-file__status h2 {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 0px; }
  .import-file__view .mat-input-container {
    width: 100%; }
  .import-file__view .selected-file {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    margin-top: 5px; }
  .import-file__view .selected-file__label {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #CCCCCC; }
    .import-file__view .selected-file__label a {
      cursor: pointer;
      color: #f44336;
      margin-left: 10px; }
  .import-file__view .file-error {
    color: #f44336;
    text-align: center;
    font-size: 12px;
    font-weight: 700; }
  .import-file__view .import-file__drag {
    padding: 10px;
    border: 2px dashed #CCCCCC;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap; }
    .import-file__view .import-file__drag .import-file__drag-txt {
      font-size: 14px;
      font-weight: 700;
      margin-right: 10px;
      color: #CCCCCC; }
  .import-file__view .import-file__progress {
    height: 18px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-top: 20px;
    background-color: #f0f0f0; }
    .import-file__view .import-file__progress p {
      z-index: 2;
      text-align: center;
      font-size: 12px;
      margin: 0px;
      font-weight: 700;
      line-height: 18px;
      position: relative; }
    .import-file__view .import-file__progress span {
      position: absolute;
      display: block;
      height: 100%;
      width: 50%;
      top: 0px;
      left: 0px;
      z-index: 1;
      background-color: #f7b200; }
  .import-file__view .selectfile-btn {
    position: relative; }
    .import-file__view .selectfile-btn label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      z-index: 99999999;
      bottom: 0; }
      .import-file__view .selectfile-btn label input {
        display: none; }

.mat-select.mat-short .mat-select-trigger {
  min-width: 50px; }

md-select {
  margin-top: -2px; }

.color-picker__container {
  position: relative;
  max-width: 75px; }
  .color-picker__container .mat-input-infix {
    padding-top: 0.73em; }
  .color-picker__container .color-picker__color-box {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    border-radius: 3px; }
  .color-picker__container .mat-input-element {
    padding-left: 20px; }

.form-error-container {
  color: #f44336;
  font-size: 11px;
  font-weight: 500;
  margin-top: 5px;
  text-align: center; }

md-input-container + app-error-message .form-error-container {
  text-align: left;
  margin-bottom: 10px;
  margin-top: -10px; }

app-group-category-autocomplete + app-error-message .form-error-container {
  margin-top: -15px; }

.mat-input-container.ng-invalid.ng-dirty .mat-input-placeholder {
  color: #f44336; }

.mat-input-container.ng-invalid.ng-dirty .mat-input-underline {
  background-color: #f44336; }

.mat-input-container .mat-icon {
  font-size: 22px !important; }

.authentication-form {
  margin-bottom: 40px; }
  .authentication-form .material-icons {
    position: absolute;
    top: 50%;
    left: 0;
    float: left;
    transform: translateY(-50%);
    color: #999999;
    font-size: 18px; }
  .authentication-form input {
    padding-left: 25px;
    color: #ffffff; }
    .authentication-form input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 1000px #414959 inset;
      -webkit-text-fill-color: #ffffff; }

.modal-form form {
  margin: -24px; }

.modal-form .modal-form__header {
  height: 120px;
  padding: 70px 20px 10px;
  background-color: #ffbd11; }
  .modal-form .modal-form__header input {
    width: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    color: #ffffff;
    font-size: 24px; }
    .modal-form .modal-form__header input::-webkit-input-placeholder {
      color: #ffffff; }
    .modal-form .modal-form__header input:-moz-placeholder {
      color: #ffffff; }
    .modal-form .modal-form__header input::-moz-placeholder {
      color: #ffffff; }
    .modal-form .modal-form__header input:-ms-input-placeholder {
      color: #ffffff; }
  .modal-form .modal-form__header .mat-input-placeholder {
    color: #ffffff;
    font-size: 24px; }
    .modal-form .modal-form__header .mat-input-placeholder:not(.mat-empty) {
      color: #ffffff; }
  .modal-form .modal-form__header .mat-input-underline {
    display: none; }

.modal-form .img-placeholder {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 85px;
  border: 3px dashed #f7b200;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: middle; }

.modal-form input[type="file"] {
  display: none; }

.modal-form .add-img-btn {
  display: inline-block;
  vertical-align: middle; }

.modal-form .form-group + .form-group {
  border-top: 1px solid #dddddd; }

.modal-form .form-group {
  padding: 15px 20px; }
  .modal-form .form-group.form-group--full-width md-select, .modal-form .form-group.form-group--full-width md-input-container {
    width: 100%;
    max-width: none; }
  .modal-form .form-group md-select {
    margin-top: 20px; }
  .modal-form .form-group md-select + md-select {
    margin-left: 20px; }
  .modal-form .form-group md-input-container.block {
    display: block;
    width: 100%;
    margin-top: 25px; }
    .modal-form .form-group md-input-container.block .mat-input-element {
      font-size: 13px; }

.modal-form .mat-input-placeholder:not(.mat-empty) {
  color: #f7b200; }

.modal-form .modal-form--small-placeholder .mat-input-placeholder {
  font-size: 13px; }

.modal--no-padding .mat-dialog-container {
  padding: 0px; }

html, body {
  height: 100%; }

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: rgba(0, 0, 0, 0.87);
  -webkit-font-smoothing: antialiased;
  background: #fcfcfc;
  font-size: 16px; }

.list__view {
  padding-top: 20px;
  margin-bottom: 20px;
  background-color: white; }
  .list__view .list__navbar {
    padding: 0px 14px;
    margin-bottom: 15px; }

.filters__block .mat-input-wrapper {
  margin-bottom: 0px; }

.filters__block > div {
  margin: 0px -10px; }
  .filters__block > div > div {
    margin: 0px 10px; }

* {
  box-sizing: border-box; }
